飲血者山卓
人形
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
感電
25
易碎
142
焦灼
25
殘喘
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.35152.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, 圖騰技能
瓦爾.裂地之擊
基本傷害: 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,
    },
    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. Cannot be supported by Multistrike.",
    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
    感電
    25
    易碎
    142
    焦灼
    25
    殘喘
    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.35152.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, 圖騰技能
    瓦爾.裂地之擊
    基本傷害: 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,
        },
        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. Cannot be supported by Multistrike.",
        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 全域
  • Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.