饮血者山卓
人形
monster base type attack cast speed +% and damage -% final [33]
你的击中无法被闪避
无法造成暴击
低血时每秒回复 1% 生命
生命每秒回复 1.33%
Xandro Blooddrinker
幽魂N
标签aura_bearer, bludgeoning_weapon, cursing_monster, has_two_hand_mace, has_two_handed_melee, human, humanoid, medium_height, not_dex, not_int, physical_affinity, plate_armour, red_blood, rogue_exile, slow_movement
生命
123%
护甲
+100%
异常状态临界值
123%
抗性
30 30 30 20
伤害
128%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 9
攻击间隔
1.305 秒
伤害分布
±20%
经验值
220%
Model Size
100%
类型
ExileMarauder3
Metadata
ExileMarauder3
等级
68
生命
7,913
护甲
57,580
闪避值
4,739
能量护盾
0
伤害
478
法术伤害
478
命中
290
攻击间隔
1.305
经验值
22,561
异常状态临界值
7,913
冰缓
25
Shock
25
Brittle
142
Scorch
25
Sap
69
ExileGroundSlam
攻击, 范围, 攻击可重复, 近战, Slam, 图腾技能
裂地之击
基本伤害: 383–574
暴击几率: 5%
攻击间隔: 1.305 秒
以长杖、锤类、短杖重击地面,制造出一道向前释放的冲击波,被此冲击波击中的敌人将会受到伤害并有较高几率被击晕。
伤害总降 20%
此攻击额外重复 4
敌人晕眩门槛降低 15%
近战攻击速度总增 150%
active skill area of effect radius +% final [40]
ExileAnger
法术, 范围, 增益, 消耗保留, 图腾施放单独, 图腾技能, 光环, 火焰, 立即, 范围法术, 可祝福, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, 冷却
愤怒
施放间隔: 1.2 秒
冷却时间: 0.5 秒
施放一个光环,使你与受光环影响友军在攻击和施放法术时额外附带火焰伤害.
你和周围友军的攻击额外造成 91.35 - 152.3 火焰伤害
active skill area of effect radius +% final [33]
ExileVulnerability
法术, 范围, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 可秘能爆发, 附加诅咒, 可齐射, 范围法术, 物理, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
脆弱
施放间隔: 0.5 秒
冷却时间: 8 秒
诅咒一片区域的所有目标,提高它们受到的物理伤害。攻击它们有几率施加流血。
基础持续时间为 11.99
被诅咒敌人受到的物理伤害提高 34%
对抗被诅咒的敌人时,攻击击中有 25% 的几率施加流血
active skill area of effect radius +% final [38]
ExileLeapSlam
攻击, 范围, 近战, 位移, 快行, Slam, 图腾技能
跃击
基本伤害: 383–574
暴击几率: 5%
攻击间隔: 1.305 秒
一跃而起,落地时用武器对敌人造成伤害,并击退敌人。被踩到的敌人会被推出去。限定斧类、锤类、短杖、剑类或长杖。
伤害总增 25%
基础范围为 1.5
cast time overrides attack duration [1]
is area damage [1]
ExileVaalGroundSlam
攻击, 范围, 近战, 瓦尔, Slam, 图腾技能, NeverExertable
瓦尔.裂地之击
基本伤害: 383–574
暴击几率: 5%
攻击间隔: 1.305 秒
冷却时间: 300 秒
以长杖、锤类、短杖重击地面,制造出一道向四面八方扩散的冲击波,对敌人造成伤害。
击中时击退敌人
伤害总增 50%
物理伤害提高 29%
击退距离延长 100%
必定击晕敌人
animation effect variation [-1]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Exiles/Exile"

Stats
{

}

Object Type Codes

version 2
extends "Metadata/Monsters/Exiles/Exile"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Exiles/ExileMarauder3"] = {
    name = "Xandro Blooddrinker",
    life = 1.23,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.28,
    damageSpread = 0.2,
    attackTime = 1.305,
    attackRange = 9,
    accuracy = 1,
    weaponType1 = "Two Hand Mace",
    skillList = {
        "ExileVaalGroundSlam",
        "ExileGroundSlam",
        "ExileLeapSlam",
        "ExileVulnerability",
        "ExileAnger",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileVaalGroundSlam"] = {
    name = "Vaal Ground Slam",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "The character slams the ground with a Staff, Mace or Sceptre, creating a wave that travels in all directions and damages enemies with an increased chance to stun.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Vaal] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
        [SkillType.NeverExertable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "physical_damage_+%",
        "active_skill_damage_+%_final",
        "knockback_distance_+%",
        "animation_effect_variation",
        "always_stun",
        "global_knockback",
        "is_area_damage",
    },
    levels = {
        [1] = {29, 50, 100, -1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileGroundSlam"] = {
    name = "Ground Slam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_stun_threshold_reduction_+%",
        "active_skill_damage_+%_final",
        "base_melee_attack_repeat_count",
        "support_multiple_attacks_melee_attack_speed_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {15, -20, 4, 150, 40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileLeapSlam"] = {
    name = "Leap Slam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.4,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {25, 15, levelRequirement = 2, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileVulnerability"] = {
    name = "Vulnerability",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Curse all targets in an area, causing them to take increased physical damage. Attacks against the cursed enemies have a chance to inflict bleeding.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AppliesCurse] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Physical] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Hex] = true,
    },
    statDescriptionScope = "curse_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "physical_damage_taken_+%",
        "receive_bleeding_chance_%_when_hit_by_attack",
    },
    levels = {
        [1] = {9900, 25, 25, levelRequirement = 24, statInterpolation = {1, 1},  cost = { }, },
        [2] = {10010, 25, 2, 25, levelRequirement = 27, statInterpolation = {1, 1, 1},  cost = { }, },
        [3] = {10120, 26, 4, 25, levelRequirement = 30, statInterpolation = {1, 1, 1},  cost = { }, },
        [4] = {10230, 26, 6, 25, levelRequirement = 33, statInterpolation = {1, 1, 1},  cost = { }, },
        [5] = {10340, 27, 8, 25, levelRequirement = 35, statInterpolation = {1, 1, 1},  cost = { }, },
        [6] = {10450, 27, 10, 25, levelRequirement = 38, statInterpolation = {1, 1, 1},  cost = { }, },
        [7] = {10560, 28, 12, 25, levelRequirement = 40, statInterpolation = {1, 1, 1},  cost = { }, },
        [8] = {10670, 28, 14, 25, levelRequirement = 43, statInterpolation = {1, 1, 1},  cost = { }, },
        [9] = {10780, 29, 16, 25, levelRequirement = 46, statInterpolation = {1, 1, 1},  cost = { }, },
        [10] = {10890, 29, 18, 25, levelRequirement = 48, statInterpolation = {1, 1, 1},  cost = { }, },
        [11] = {11000, 30, 20, 25, levelRequirement = 50, statInterpolation = {1, 1, 1},  cost = { }, },
        [12] = {11110, 30, 22, 25, levelRequirement = 52, statInterpolation = {1, 1, 1},  cost = { }, },
        [13] = {11220, 31, 24, 25, levelRequirement = 54, statInterpolation = {1, 1, 1},  cost = { }, },
        [14] = {11330, 31, 26, 25, levelRequirement = 56, statInterpolation = {1, 1, 1},  cost = { }, },
        [15] = {11440, 32, 28, 25, levelRequirement = 58, statInterpolation = {1, 1, 1},  cost = { }, },
        [16] = {11550, 32, 30, 25, levelRequirement = 60, statInterpolation = {1, 1, 1},  cost = { }, },
        [17] = {11660, 33, 32, 25, levelRequirement = 62, statInterpolation = {1, 1, 1},  cost = { }, },
        [18] = {11770, 33, 34, 25, levelRequirement = 64, statInterpolation = {1, 1, 1},  cost = { }, },
        [19] = {11880, 34, 36, 25, levelRequirement = 66, statInterpolation = {1, 1, 1},  cost = { }, },
        [20] = {11990, 34, 38, 25, levelRequirement = 68, statInterpolation = {1, 1, 1},  cost = { }, },
        [21] = {12100, 35, 40, 25, levelRequirement = 70, statInterpolation = {1, 1, 1},  cost = { }, },
        [22] = {12210, 35, 42, 25, levelRequirement = 72, statInterpolation = {1, 1, 1},  cost = { }, },
        [23] = {12320, 36, 44, 25, levelRequirement = 74, statInterpolation = {1, 1, 1},  cost = { }, },
        [24] = {12430, 36, 46, 25, levelRequirement = 76, statInterpolation = {1, 1, 1},  cost = { }, },
        [25] = {12540, 37, 48, 25, levelRequirement = 78, statInterpolation = {1, 1, 1},  cost = { }, },
        [26] = {12650, 37, 50, 25, levelRequirement = 80, statInterpolation = {1, 1, 1},  cost = { }, },
        [27] = {12760, 38, 52, 25, levelRequirement = 82, statInterpolation = {1, 1, 1},  cost = { }, },
        [28] = {12870, 38, 54, 25, levelRequirement = 84, statInterpolation = {1, 1, 1},  cost = { }, },
        [29] = {12980, 39, 56, 25, levelRequirement = 86, statInterpolation = {1, 1, 1},  cost = { }, },
        [30] = {13090, 39, 58, 25, levelRequirement = 88, statInterpolation = {1, 1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileAnger"] = {
    name = "Anger",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Casts an aura that adds fire damage to the attacks and spells of you and your allies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Buff] = true,
        [SkillType.HasReservation] = true,
        [SkillType.TotemCastsAlone] = true,
        [SkillType.Totemable] = true,
        [SkillType.Aura] = true,
        [SkillType.Fire] = true,
        [SkillType.Instant] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.CanHaveBlessing] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "aura_skill_stat_descriptions",
    castTime = 1.2,
    baseFlags = {
        area = true,
        spell = true,
        aura = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "attack_minimum_added_fire_damage",
        "attack_maximum_added_fire_damage",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {0.30000001192093, 0.5, 33, levelRequirement = 5, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster base type attack cast speed +% and damage -% final [33]
IdMonsterSpeedAndDamageFixupComplete
FamilyMonsterSpeedAndDamageFixup
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 全域
  • Craft Tagscaster_damage damage attack caster speed
    你的击中无法被闪避
    IdMonsterAlwaysHits
    FamilyAlwaysHits
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • global always hit Min: 1 Max: 1 全域
  • Craft Tagsattack
    无法造成暴击
    IdMonsterCannotCrit_
    FamilyCannotCrit
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • global cannot crit Min: 1 Max: 1 全域
  • Craft Tagscritical
    低血时每秒回复 1% 生命
    IdExileLifeRegenerationOnLowLife1
    FamilyLifeRegenerationOnLowLife
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • life regeneration rate per minute % when on low life Min: 60 Max: 60 全域
  • Craft Tagsresource life
    生命每秒回复 1.33%
    IdExileLifeRegen1
    FamilyLifeRegenerationRatePercentage
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 80 Max: 80 全域
  • Craft Tagsresource life
    饮血者山卓
    人形
    monster base type attack cast speed +% and damage -% final [33]
    你的击中无法被闪避
    无法造成暴击
    低血时每秒回复 1% 生命
    生命每秒回复 1.33%
    生命上限提高 100%
    效果区域扩大 100%
    角色体型增大 80%
    Xandro Blooddrinker
    幽魂N
    标签aura_bearer, bludgeoning_weapon, cursing_monster, has_two_hand_mace, has_two_handed_melee, human, humanoid, medium_height, not_dex, not_int, physical_affinity, plate_armour, red_blood, rogue_exile, slow_movement
    生命
    123%
    护甲
    +100%
    异常状态临界值
    123%
    抗性
    30 30 30 20
    伤害
    128%
    命中
    100%
    暴击几率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 9
    攻击间隔
    1.305 秒
    伤害分布
    ±20%
    经验值
    220%
    Model Size
    100%
    类型
    ExileMarauder3
    Metadata
    ExileMarauder3Supporter
    等级
    68
    生命
    7,913
    护甲
    57,580
    闪避值
    4,739
    能量护盾
    0
    伤害
    478
    法术伤害
    478
    命中
    290
    攻击间隔
    1.305
    经验值
    22,561
    异常状态临界值
    7,913
    冰缓
    25
    Shock
    25
    Brittle
    142
    Scorch
    25
    Sap
    69
    ExileGroundSlam
    攻击, 范围, 攻击可重复, 近战, Slam, 图腾技能
    裂地之击
    基本伤害: 383–574
    暴击几率: 5%
    攻击间隔: 1.305 秒
    以长杖、锤类、短杖重击地面,制造出一道向前释放的冲击波,被此冲击波击中的敌人将会受到伤害并有较高几率被击晕。
    伤害总降 20%
    此攻击额外重复 4
    敌人晕眩门槛降低 15%
    近战攻击速度总增 150%
    active skill area of effect radius +% final [40]
    ExileAnger
    法术, 范围, 增益, 消耗保留, 图腾施放单独, 图腾技能, 光环, 火焰, 立即, 范围法术, 可祝福, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, 冷却
    愤怒
    施放间隔: 1.2 秒
    冷却时间: 0.5 秒
    施放一个光环,使你与受光环影响友军在攻击和施放法术时额外附带火焰伤害.
    你和周围友军的攻击额外造成 91.35 - 152.3 火焰伤害
    active skill area of effect radius +% final [33]
    ExileVulnerability
    法术, 范围, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 可秘能爆发, 附加诅咒, 可齐射, 范围法术, 物理, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
    脆弱
    施放间隔: 0.5 秒
    冷却时间: 8 秒
    诅咒一片区域的所有目标,提高它们受到的物理伤害。攻击它们有几率施加流血。
    基础持续时间为 11.99
    被诅咒敌人受到的物理伤害提高 34%
    对抗被诅咒的敌人时,攻击击中有 25% 的几率施加流血
    active skill area of effect radius +% final [38]
    ExileLeapSlam
    攻击, 范围, 近战, 位移, 快行, Slam, 图腾技能
    跃击
    基本伤害: 383–574
    暴击几率: 5%
    攻击间隔: 1.305 秒
    一跃而起,落地时用武器对敌人造成伤害,并击退敌人。被踩到的敌人会被推出去。限定斧类、锤类、短杖、剑类或长杖。
    伤害总增 25%
    基础范围为 1.5
    cast time overrides attack duration [1]
    is area damage [1]
    ExileVaalGroundSlam
    攻击, 范围, 近战, 瓦尔, Slam, 图腾技能, NeverExertable
    瓦尔.裂地之击
    基本伤害: 383–574
    暴击几率: 5%
    攻击间隔: 1.305 秒
    冷却时间: 300 秒
    以长杖、锤类、短杖重击地面,制造出一道向四面八方扩散的冲击波,对敌人造成伤害。
    击中时击退敌人
    伤害总增 50%
    物理伤害提高 29%
    击退距离延长 100%
    必定击晕敌人
    animation effect variation [-1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Exiles/Exile"
    
    Stats
    {
    
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Exiles/Exile"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Exiles/ExileMarauder3Supporter"] = {
        name = "Xandro Blooddrinker",
        life = 1.23,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.28,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "Two Hand Mace",
        skillList = {
            "ExileVaalGroundSlam",
            "ExileGroundSlam",
            "ExileLeapSlam",
            "ExileVulnerability",
            "ExileAnger",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileVaalGroundSlam"] = {
        name = "Vaal Ground Slam",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character slams the ground with a Staff, Mace or Sceptre, creating a wave that travels in all directions and damages enemies with an increased chance to stun.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Vaal] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
            [SkillType.NeverExertable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "active_skill_damage_+%_final",
            "knockback_distance_+%",
            "animation_effect_variation",
            "always_stun",
            "global_knockback",
            "is_area_damage",
        },
        levels = {
            [1] = {29, 50, 100, -1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileGroundSlam"] = {
        name = "Ground Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "active_skill_damage_+%_final",
            "base_melee_attack_repeat_count",
            "support_multiple_attacks_melee_attack_speed_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {15, -20, 4, 150, 40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileLeapSlam"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {25, 15, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileVulnerability"] = {
        name = "Vulnerability",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Curse all targets in an area, causing them to take increased physical damage. Attacks against the cursed enemies have a chance to inflict bleeding.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cascadable] = true,
            [SkillType.AppliesCurse] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Physical] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Hex] = true,
        },
        statDescriptionScope = "curse_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "physical_damage_taken_+%",
            "receive_bleeding_chance_%_when_hit_by_attack",
        },
        levels = {
            [1] = {9900, 25, 25, levelRequirement = 24, statInterpolation = {1, 1},  cost = { }, },
            [2] = {10010, 25, 2, 25, levelRequirement = 27, statInterpolation = {1, 1, 1},  cost = { }, },
            [3] = {10120, 26, 4, 25, levelRequirement = 30, statInterpolation = {1, 1, 1},  cost = { }, },
            [4] = {10230, 26, 6, 25, levelRequirement = 33, statInterpolation = {1, 1, 1},  cost = { }, },
            [5] = {10340, 27, 8, 25, levelRequirement = 35, statInterpolation = {1, 1, 1},  cost = { }, },
            [6] = {10450, 27, 10, 25, levelRequirement = 38, statInterpolation = {1, 1, 1},  cost = { }, },
            [7] = {10560, 28, 12, 25, levelRequirement = 40, statInterpolation = {1, 1, 1},  cost = { }, },
            [8] = {10670, 28, 14, 25, levelRequirement = 43, statInterpolation = {1, 1, 1},  cost = { }, },
            [9] = {10780, 29, 16, 25, levelRequirement = 46, statInterpolation = {1, 1, 1},  cost = { }, },
            [10] = {10890, 29, 18, 25, levelRequirement = 48, statInterpolation = {1, 1, 1},  cost = { }, },
            [11] = {11000, 30, 20, 25, levelRequirement = 50, statInterpolation = {1, 1, 1},  cost = { }, },
            [12] = {11110, 30, 22, 25, levelRequirement = 52, statInterpolation = {1, 1, 1},  cost = { }, },
            [13] = {11220, 31, 24, 25, levelRequirement = 54, statInterpolation = {1, 1, 1},  cost = { }, },
            [14] = {11330, 31, 26, 25, levelRequirement = 56, statInterpolation = {1, 1, 1},  cost = { }, },
            [15] = {11440, 32, 28, 25, levelRequirement = 58, statInterpolation = {1, 1, 1},  cost = { }, },
            [16] = {11550, 32, 30, 25, levelRequirement = 60, statInterpolation = {1, 1, 1},  cost = { }, },
            [17] = {11660, 33, 32, 25, levelRequirement = 62, statInterpolation = {1, 1, 1},  cost = { }, },
            [18] = {11770, 33, 34, 25, levelRequirement = 64, statInterpolation = {1, 1, 1},  cost = { }, },
            [19] = {11880, 34, 36, 25, levelRequirement = 66, statInterpolation = {1, 1, 1},  cost = { }, },
            [20] = {11990, 34, 38, 25, levelRequirement = 68, statInterpolation = {1, 1, 1},  cost = { }, },
            [21] = {12100, 35, 40, 25, levelRequirement = 70, statInterpolation = {1, 1, 1},  cost = { }, },
            [22] = {12210, 35, 42, 25, levelRequirement = 72, statInterpolation = {1, 1, 1},  cost = { }, },
            [23] = {12320, 36, 44, 25, levelRequirement = 74, statInterpolation = {1, 1, 1},  cost = { }, },
            [24] = {12430, 36, 46, 25, levelRequirement = 76, statInterpolation = {1, 1, 1},  cost = { }, },
            [25] = {12540, 37, 48, 25, levelRequirement = 78, statInterpolation = {1, 1, 1},  cost = { }, },
            [26] = {12650, 37, 50, 25, levelRequirement = 80, statInterpolation = {1, 1, 1},  cost = { }, },
            [27] = {12760, 38, 52, 25, levelRequirement = 82, statInterpolation = {1, 1, 1},  cost = { }, },
            [28] = {12870, 38, 54, 25, levelRequirement = 84, statInterpolation = {1, 1, 1},  cost = { }, },
            [29] = {12980, 39, 56, 25, levelRequirement = 86, statInterpolation = {1, 1, 1},  cost = { }, },
            [30] = {13090, 39, 58, 25, levelRequirement = 88, statInterpolation = {1, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileAnger"] = {
        name = "Anger",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Casts an aura that adds fire damage to the attacks and spells of you and your allies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Buff] = true,
            [SkillType.HasReservation] = true,
            [SkillType.TotemCastsAlone] = true,
            [SkillType.Totemable] = true,
            [SkillType.Aura] = true,
            [SkillType.Fire] = true,
            [SkillType.Instant] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.CanHaveBlessing] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "aura_skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            area = true,
            spell = true,
            aura = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_minimum_added_fire_damage",
            "attack_maximum_added_fire_damage",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {0.30000001192093, 0.5, 33, levelRequirement = 5, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [33]
    IdMonsterSpeedAndDamageFixupComplete
    FamilyMonsterSpeedAndDamageFixup
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 全域
  • Craft Tagscaster_damage damage attack caster speed
    你的击中无法被闪避
    IdMonsterAlwaysHits
    FamilyAlwaysHits
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • global always hit Min: 1 Max: 1 全域
  • Craft Tagsattack
    无法造成暴击
    IdMonsterCannotCrit_
    FamilyCannotCrit
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • global cannot crit Min: 1 Max: 1 全域
  • Craft Tagscritical
    低血时每秒回复 1% 生命
    IdExileLifeRegenerationOnLowLife1
    FamilyLifeRegenerationOnLowLife
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • life regeneration rate per minute % when on low life Min: 60 Max: 60 全域
  • Craft Tagsresource life
    生命每秒回复 1.33%
    IdExileLifeRegen1
    FamilyLifeRegenerationRatePercentage
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 80 Max: 80 全域
  • Craft Tagsresource life
    生命上限提高 100%
    效果区域扩大 100%
    角色体型增大 80%
    IdMonsterSupporterGigantism1
    FamilyMonsterSupporterGigantism
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • maximum life +% Min: 100 Max: 100 全域
  • base actor scale +% Min: 80 Max: 80 全域
  • base skill area of effect +% Min: 100 Max: 100 全域