Risen Vaal Advocate
มนุษย์
SpectreY
Spectre OverrideMetadata/Monsters/KitavaCultist/VaalCultistSpearLightningChampionTempleSpectre
Areaวิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์
Tagsนักเวท, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, lightning_affinity, medium_height, medium_movement, not_int, puncturing_weapon, ranged, red_blood
Packs
  • วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์: Risen Vaal Zealot, Risen Vaal Fanatic, Risen Vaal Zealot, Risen Vaal Advocate
  • พลังชีวิต
    405%
    เกราะ
    +20%
    การหลบหลีก
    +40%
    Ailment Threshold
    405%
    ค่าต้านทาน
    35 35 35 20
    Damage
    150%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    75%
    Model Size
    120%
    Type
    VaalCultistSpearChampionTemple
    Metadata
    VaalCultistSpearLightningChampionTemple_
    เลเวล
    55
    พลังชีวิต
    10,846
    เกราะ
    12,108
    การหลบหลีก
    4,127
    โล่พลังงาน
    0
    Damage
    287
    ความเสียหายเวท
    287
    ความแม่นยำ
    172
    Attack Time
    1.5
    ค่าประสบการณ์
    5,144
    Ailment Threshold
    10,846
    Chill
    34
    Shock
    34
    Brittle
    194
    Scorch
    34
    Sap
    95
    FireballIncusionLightning
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    บอลไฟ (Fireball)
    โอกาสคริติคอล: 6%
    เวลาร่าย: 1.2 วินาที
    ปลดปล่อยลูกไฟเข้าหาเป้าหมายซึ่งจะระเบิด สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
    สร้างความเสียหาย สายฟ้า 177.9 ถึง 533.7
    รัศมีพื้นฐาน 0.9 เมตร
    base is projectile [1]
    spell maximum action distance +% [-40]
    DelayedLightningSpark
    Spell, Triggerable
    เวลาร่าย: 1.2 วินาที
    คูลดาวน์: 6 วินาที
    สร้างความเสียหาย สายฟ้า 188.5 ถึง 565.6
    ระยะเวลาพื้นฐาน 0.5 วินาที
    เพิ่มความเร็วกระสุน 25%
    active skill area of effect radius +% final [-75]
    spell maximum action distance +% [-40]
    SummonedSparkDaemonLightning
    Spell, Multicastable, Triggerable
    เวลาร่าย: 1 วินาที
    เพิ่มความเร็วกระสุน 25%
    alternate minion [340]
    cast on delayed skill trigger % [100]
    monster no drops or experience [1]
    number of monsters to summon [1]
    summon specific monsters radius +% [-90]
    summoned monsters are minions [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/lightning/light_caster.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/lightning/light_caster.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearLightningChampionTemple_"] = {
        name = "Risen Vaal Advocate",
        life = 4.05,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "FireballIncusionLightning",
            "DelayedLightningSpark",
            "SummonedSparkDaemonLightning",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireballIncusionLightning"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.5, 1.5, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DelayedLightningSpark"] = {
        name = "DelayedLightningSpark",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "spell_maximum_action_distance_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "base_projectile_speed_+%",
        },
        levels = {
            [1] = {0.5, 1.5, 500, -40, -75, 25, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonedSparkDaemonLightning"] = {
        name = "SummonedSparkDaemonLightning",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "cast_on_delayed_skill_trigger_%",
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summon_specific_monsters_radius_+%",
            "base_projectile_speed_+%",
            "summoned_monsters_are_minions",
            "monster_no_drops_or_experience",
        },
        levels = {
            [1] = {100, 340, 1, -90, 25, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    Risen Vaal Advocate
    มนุษย์
    SpectreY
    Spectre OverrideMetadata/Monsters/KitavaCultist/VaalCultistSpearLightningChampionTempleMapSpectre
    Areaวิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์
    Tagsนักเวท, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, lightning_affinity, medium_height, medium_movement, not_int, puncturing_weapon, ranged, red_blood
    Packs
  • วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์: Risen Vaal Zealot, Risen Vaal Fanatic, Risen Vaal Zealot, Risen Vaal Advocate
  • พลังชีวิต
    405%
    เกราะ
    +20%
    การหลบหลีก
    +40%
    Ailment Threshold
    405%
    ค่าต้านทาน
    35 35 35 20
    Damage
    150%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    150%
    Model Size
    120%
    Type
    VaalCultistSpearChampionTempleMap
    Metadata
    VaalCultistSpearLightningChampionTempleMap
    เลเวล
    78
    พลังชีวิต
    73,864
    เกราะ
    75,521
    การหลบหลีก
    9,334
    โล่พลังงาน
    0
    Damage
    1,013
    ความเสียหายเวท
    1,013
    ความแม่นยำ
    428
    Attack Time
    1.5
    ค่าประสบการณ์
    18,566
    Ailment Threshold
    73,864
    Chill
    234
    Shock
    234
    Brittle
    1,321
    Scorch
    234
    Sap
    645
    FireballIncusionLightning
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    บอลไฟ (Fireball)
    โอกาสคริติคอล: 6%
    เวลาร่าย: 1.2 วินาที
    ปลดปล่อยลูกไฟเข้าหาเป้าหมายซึ่งจะระเบิด สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
    สร้างความเสียหาย สายฟ้า 546.5 ถึง 1639
    รัศมีพื้นฐาน 0.9 เมตร
    base is projectile [1]
    spell maximum action distance +% [-40]
    DelayedLightningSpark
    Spell, Triggerable
    เวลาร่าย: 1.2 วินาที
    คูลดาวน์: 6 วินาที
    สร้างความเสียหาย สายฟ้า 518.9 ถึง 1557
    ระยะเวลาพื้นฐาน 0.5 วินาที
    เพิ่มความเร็วกระสุน 25%
    active skill area of effect radius +% final [-75]
    spell maximum action distance +% [-40]
    SummonedSparkDaemonLightning
    Spell, Multicastable, Triggerable
    เวลาร่าย: 1 วินาที
    เพิ่มความเร็วกระสุน 25%
    alternate minion [340]
    cast on delayed skill trigger % [100]
    monster no drops or experience [1]
    number of monsters to summon [1]
    summon specific monsters radius +% [-90]
    summoned monsters are minions [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/lightning/light_caster.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/lightning/light_caster.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearLightningChampionTempleMap"] = {
        name = "Risen Vaal Advocate",
        life = 4.05,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "FireballIncusionLightning",
            "DelayedLightningSpark",
            "SummonedSparkDaemonLightning",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireballIncusionLightning"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.5, 1.5, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DelayedLightningSpark"] = {
        name = "DelayedLightningSpark",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "spell_maximum_action_distance_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "base_projectile_speed_+%",
        },
        levels = {
            [1] = {0.5, 1.5, 500, -40, -75, 25, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonedSparkDaemonLightning"] = {
        name = "SummonedSparkDaemonLightning",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "cast_on_delayed_skill_trigger_%",
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summon_specific_monsters_radius_+%",
            "base_projectile_speed_+%",
            "summoned_monsters_are_minions",
            "monster_no_drops_or_experience",
        },
        levels = {
            [1] = {100, 340, 1, -90, 25, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    Risen Vaal Advocate
    มนุษย์
    SpectreY
    Tagsนักเวท, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, lightning_affinity, medium_height, medium_movement, not_int, puncturing_weapon, ranged, red_blood
    พลังชีวิต
    360%
    เกราะ
    +20%
    การหลบหลีก
    +40%
    Ailment Threshold
    360%
    ค่าต้านทาน
    35 35 35 20
    Damage
    150%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    75%
    Model Size
    120%
    Type
    VaalCultistSpearChampionTempleSpectre
    Metadata
    VaalCultistSpearLightningChampionTempleSpectre
    เลเวล
    68
    พลังชีวิต
    23,160
    เกราะ
    34,548
    การหลบหลีก
    6,635
    โล่พลังงาน
    0
    Damage
    560
    ความเสียหายเวท
    560
    ความแม่นยำ
    290
    Attack Time
    1.5
    ค่าประสบการณ์
    7,691
    Ailment Threshold
    23,160
    Chill
    73
    Shock
    73
    Brittle
    414
    Scorch
    73
    Sap
    202
    FireballIncusionLightning
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    บอลไฟ (Fireball)
    โอกาสคริติคอล: 6%
    เวลาร่าย: 1.2 วินาที
    ปลดปล่อยลูกไฟเข้าหาเป้าหมายซึ่งจะระเบิด สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
    สร้างความเสียหาย สายฟ้า 335.5 ถึง 1006
    รัศมีพื้นฐาน 0.9 เมตร
    base is projectile [1]
    spell maximum action distance +% [-40]
    DelayedLightningSpark
    Spell, Triggerable
    เวลาร่าย: 1.2 วินาที
    คูลดาวน์: 6 วินาที
    สร้างความเสียหาย สายฟ้า 334.1 ถึง 1002
    ระยะเวลาพื้นฐาน 0.5 วินาที
    เพิ่มความเร็วกระสุน 25%
    active skill area of effect radius +% final [-75]
    spell maximum action distance +% [-40]
    SummonedSparkDaemonLightning
    Spell, Multicastable, Triggerable
    เวลาร่าย: 1 วินาที
    เพิ่มความเร็วกระสุน 25%
    alternate minion [340]
    cast on delayed skill trigger % [100]
    monster no drops or experience [1]
    number of monsters to summon [1]
    summon specific monsters radius +% [-90]
    summoned monsters are minions [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/lightning/light_caster.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/lightning/light_caster.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearLightningChampionTempleSpectre"] = {
        name = "Risen Vaal Advocate",
        life = 3.6,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "FireballIncusionLightning",
            "DelayedLightningSpark",
            "SummonedSparkDaemonLightning",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireballIncusionLightning"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.5, 1.5, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DelayedLightningSpark"] = {
        name = "DelayedLightningSpark",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "spell_maximum_action_distance_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "base_projectile_speed_+%",
        },
        levels = {
            [1] = {0.5, 1.5, 500, -40, -75, 25, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonedSparkDaemonLightning"] = {
        name = "SummonedSparkDaemonLightning",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "cast_on_delayed_skill_trigger_%",
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summon_specific_monsters_radius_+%",
            "base_projectile_speed_+%",
            "summoned_monsters_are_minions",
            "monster_no_drops_or_experience",
        },
        levels = {
            [1] = {100, 340, 1, -90, 25, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    Risen Vaal Advocate
    มนุษย์
    SpectreY
    Tagsนักเวท, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, lightning_affinity, medium_height, medium_movement, not_int, puncturing_weapon, ranged, red_blood
    พลังชีวิต
    360%
    เกราะ
    +20%
    การหลบหลีก
    +40%
    Ailment Threshold
    360%
    ค่าต้านทาน
    35 35 35 20
    Damage
    150%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    150%
    Model Size
    120%
    Type
    VaalCultistSpearChampionTempleMapSpectre
    Metadata
    VaalCultistSpearLightningChampionTempleMapSpectre
    เลเวล
    68
    พลังชีวิต
    23,160
    เกราะ
    34,548
    การหลบหลีก
    6,635
    โล่พลังงาน
    0
    Damage
    560
    ความเสียหายเวท
    560
    ความแม่นยำ
    290
    Attack Time
    1.5
    ค่าประสบการณ์
    15,383
    Ailment Threshold
    23,160
    Chill
    73
    Shock
    73
    Brittle
    414
    Scorch
    73
    Sap
    202
    FireballIncusionLightning
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    บอลไฟ (Fireball)
    โอกาสคริติคอล: 6%
    เวลาร่าย: 1.2 วินาที
    ปลดปล่อยลูกไฟเข้าหาเป้าหมายซึ่งจะระเบิด สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
    สร้างความเสียหาย สายฟ้า 335.5 ถึง 1006
    รัศมีพื้นฐาน 0.9 เมตร
    base is projectile [1]
    spell maximum action distance +% [-40]
    DelayedLightningSpark
    Spell, Triggerable
    เวลาร่าย: 1.2 วินาที
    คูลดาวน์: 6 วินาที
    สร้างความเสียหาย สายฟ้า 334.1 ถึง 1002
    ระยะเวลาพื้นฐาน 0.5 วินาที
    เพิ่มความเร็วกระสุน 25%
    active skill area of effect radius +% final [-75]
    spell maximum action distance +% [-40]
    SummonedSparkDaemonLightning
    Spell, Multicastable, Triggerable
    เวลาร่าย: 1 วินาที
    เพิ่มความเร็วกระสุน 25%
    alternate minion [340]
    cast on delayed skill trigger % [100]
    monster no drops or experience [1]
    number of monsters to summon [1]
    summon specific monsters radius +% [-90]
    summoned monsters are minions [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/lightning/light_caster.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/lightning/light_caster.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearLightningChampionTempleMapSpectre"] = {
        name = "Risen Vaal Advocate",
        life = 3.6,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "FireballIncusionLightning",
            "DelayedLightningSpark",
            "SummonedSparkDaemonLightning",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireballIncusionLightning"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.5, 1.5, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DelayedLightningSpark"] = {
        name = "DelayedLightningSpark",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "spell_maximum_action_distance_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "base_projectile_speed_+%",
        },
        levels = {
            [1] = {0.5, 1.5, 500, -40, -75, 25, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonedSparkDaemonLightning"] = {
        name = "SummonedSparkDaemonLightning",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "cast_on_delayed_skill_trigger_%",
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summon_specific_monsters_radius_+%",
            "base_projectile_speed_+%",
            "summoned_monsters_are_minions",
            "monster_no_drops_or_experience",
        },
        levels = {
            [1] = {100, 340, 1, -90, 25, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    Risen Vaal Advocate
    มนุษย์
    SpectreY
    Spectre OverrideMetadata/Monsters/KitavaCultist/VaalCultistSpearFireChampionTempleSpectre
    Areaวิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์
    Tagsนักเวท, cultist, fire_affinity, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, medium_height, medium_movement, not_int, puncturing_weapon, ranged, red_blood
    Packs
  • วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์: Risen Vaal Zealot, Risen Vaal Fanatic, Risen Vaal Zealot, Risen Vaal Advocate
  • พลังชีวิต
    405%
    เกราะ
    +20%
    การหลบหลีก
    +40%
    Ailment Threshold
    405%
    ค่าต้านทาน
    35 35 35 20
    Damage
    150%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    75%
    Model Size
    120%
    Type
    VaalCultistSpearChampionTemple
    Metadata
    VaalCultistSpearFireChampionTemple
    เลเวล
    55
    พลังชีวิต
    10,846
    เกราะ
    12,108
    การหลบหลีก
    4,127
    โล่พลังงาน
    0
    Damage
    287
    ความเสียหายเวท
    287
    ความแม่นยำ
    172
    Attack Time
    1.5
    ค่าประสบการณ์
    5,144
    Ailment Threshold
    10,846
    Chill
    34
    Shock
    34
    Brittle
    194
    Scorch
    34
    Sap
    95
    FireballIncusionFire
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    บอลไฟ (Fireball)
    โอกาสคริติคอล: 6%
    เวลาร่าย: 1.2 วินาที
    ปลดปล่อยลูกไฟเข้าหาเป้าหมายซึ่งจะระเบิด สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
    สร้างความเสียหาย ไฟ 253 ถึง 379.5
    รัศมีพื้นฐาน 0.9 เมตร
    base is projectile [1]
    spell maximum action distance +% [-40]
    VaalIncursionFirestorm
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
    พายุไฟ (Firestorm)
    เวลาร่าย: 1.2 วินาที
    คูลดาวน์: 6 วินาที
    ฝนลูกไฟตกทั่วพื้นที่เป้าหมาย ลูกไฟจะระเบิดเมื่อตกถึงพื้น สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
    ระยะเวลาพื้นฐาน 0.6 วินาที
    สร้างความเสียหาย ไฟ 689.9 ถึง 1035
    ลูกไฟตก 1 ลูก ทุก 0.2 วินาที
    รัศมีพื้นฐาน 1 เมตร
    firestorm base area of effect +% [100]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/fire/fire_caster.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/fire/fire_caster.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearFireChampionTemple"] = {
        name = "Risen Vaal Advocate",
        life = 4.05,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "FireballIncusionFire",
            "VaalIncursionFirestorm",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireballIncusionFire"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VaalIncursionFirestorm"] = {
        name = "Firestorm",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_skill_effect_duration",
            "fire_storm_fireball_delay_ms",
            "firestorm_base_area_of_effect_+%",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 600, 200, 100, 10, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Risen Vaal Advocate
    มนุษย์
    SpectreY
    Spectre OverrideMetadata/Monsters/KitavaCultist/VaalCultistSpearFireChampionTempleMapSpectre_
    Areaวิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์
    Tagsนักเวท, cultist, fire_affinity, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, medium_height, medium_movement, not_int, puncturing_weapon, ranged, red_blood
    Packs
  • วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์: Risen Vaal Zealot, Risen Vaal Fanatic, Risen Vaal Zealot, Risen Vaal Advocate
  • พลังชีวิต
    405%
    เกราะ
    +20%
    การหลบหลีก
    +40%
    Ailment Threshold
    405%
    ค่าต้านทาน
    35 35 35 20
    Damage
    150%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    150%
    Model Size
    120%
    Type
    VaalCultistSpearChampionTempleMap
    Metadata
    VaalCultistSpearFireChampionTempleMap
    เลเวล
    78
    พลังชีวิต
    73,864
    เกราะ
    75,521
    การหลบหลีก
    9,334
    โล่พลังงาน
    0
    Damage
    1,013
    ความเสียหายเวท
    1,013
    ความแม่นยำ
    428
    Attack Time
    1.5
    ค่าประสบการณ์
    18,566
    Ailment Threshold
    73,864
    Chill
    234
    Shock
    234
    Brittle
    1,321
    Scorch
    234
    Sap
    645
    FireballIncusionFire
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    บอลไฟ (Fireball)
    โอกาสคริติคอล: 6%
    เวลาร่าย: 1.2 วินาที
    ปลดปล่อยลูกไฟเข้าหาเป้าหมายซึ่งจะระเบิด สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
    สร้างความเสียหาย ไฟ 777.1 ถึง 1166
    รัศมีพื้นฐาน 0.9 เมตร
    base is projectile [1]
    spell maximum action distance +% [-40]
    VaalIncursionFirestorm
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
    พายุไฟ (Firestorm)
    เวลาร่าย: 1.2 วินาที
    คูลดาวน์: 6 วินาที
    ฝนลูกไฟตกทั่วพื้นที่เป้าหมาย ลูกไฟจะระเบิดเมื่อตกถึงพื้น สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
    ระยะเวลาพื้นฐาน 0.6 วินาที
    สร้างความเสียหาย ไฟ 1700 ถึง 2551
    ลูกไฟตก 1 ลูก ทุก 0.2 วินาที
    รัศมีพื้นฐาน 1 เมตร
    firestorm base area of effect +% [100]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/fire/fire_caster.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/fire/fire_caster.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearFireChampionTempleMap"] = {
        name = "Risen Vaal Advocate",
        life = 4.05,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "FireballIncusionFire",
            "VaalIncursionFirestorm",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireballIncusionFire"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VaalIncursionFirestorm"] = {
        name = "Firestorm",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_skill_effect_duration",
            "fire_storm_fireball_delay_ms",
            "firestorm_base_area_of_effect_+%",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 600, 200, 100, 10, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Risen Vaal Advocate
    มนุษย์
    SpectreY
    Tagsนักเวท, cultist, fire_affinity, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, medium_height, medium_movement, not_int, puncturing_weapon, ranged, red_blood
    พลังชีวิต
    360%
    เกราะ
    +20%
    การหลบหลีก
    +40%
    Ailment Threshold
    360%
    ค่าต้านทาน
    35 35 35 20
    Damage
    150%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    75%
    Model Size
    120%
    Type
    VaalCultistSpearChampionTempleSpectre
    Metadata
    VaalCultistSpearFireChampionTempleSpectre
    เลเวล
    68
    พลังชีวิต
    23,160
    เกราะ
    34,548
    การหลบหลีก
    6,635
    โล่พลังงาน
    0
    Damage
    560
    ความเสียหายเวท
    560
    ความแม่นยำ
    290
    Attack Time
    1.5
    ค่าประสบการณ์
    7,691
    Ailment Threshold
    23,160
    Chill
    73
    Shock
    73
    Brittle
    414
    Scorch
    73
    Sap
    202
    FireballIncusionFire
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    บอลไฟ (Fireball)
    โอกาสคริติคอล: 6%
    เวลาร่าย: 1.2 วินาที
    ปลดปล่อยลูกไฟเข้าหาเป้าหมายซึ่งจะระเบิด สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
    สร้างความเสียหาย ไฟ 477.1 ถึง 715.6
    รัศมีพื้นฐาน 0.9 เมตร
    base is projectile [1]
    spell maximum action distance +% [-40]
    VaalIncursionFirestorm
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
    พายุไฟ (Firestorm)
    เวลาร่าย: 1.2 วินาที
    คูลดาวน์: 6 วินาที
    ฝนลูกไฟตกทั่วพื้นที่เป้าหมาย ลูกไฟจะระเบิดเมื่อตกถึงพื้น สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
    ระยะเวลาพื้นฐาน 0.6 วินาที
    สร้างความเสียหาย ไฟ 1149 ถึง 1723
    ลูกไฟตก 1 ลูก ทุก 0.2 วินาที
    รัศมีพื้นฐาน 1 เมตร
    firestorm base area of effect +% [100]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/fire/fire_caster.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/fire/fire_caster.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearFireChampionTempleSpectre"] = {
        name = "Risen Vaal Advocate",
        life = 3.6,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "FireballIncusionFire",
            "VaalIncursionFirestorm",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireballIncusionFire"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VaalIncursionFirestorm"] = {
        name = "Firestorm",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_skill_effect_duration",
            "fire_storm_fireball_delay_ms",
            "firestorm_base_area_of_effect_+%",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 600, 200, 100, 10, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Risen Vaal Advocate
    มนุษย์
    SpectreY
    Tagsนักเวท, cultist, fire_affinity, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, medium_height, medium_movement, not_int, puncturing_weapon, ranged, red_blood
    พลังชีวิต
    360%
    เกราะ
    +20%
    การหลบหลีก
    +40%
    Ailment Threshold
    360%
    ค่าต้านทาน
    35 35 35 20
    Damage
    150%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    150%
    Model Size
    120%
    Type
    VaalCultistSpearChampionTempleMapSpectre
    Metadata
    VaalCultistSpearFireChampionTempleMapSpectre_
    เลเวล
    68
    พลังชีวิต
    23,160
    เกราะ
    34,548
    การหลบหลีก
    6,635
    โล่พลังงาน
    0
    Damage
    560
    ความเสียหายเวท
    560
    ความแม่นยำ
    290
    Attack Time
    1.5
    ค่าประสบการณ์
    15,383
    Ailment Threshold
    23,160
    Chill
    73
    Shock
    73
    Brittle
    414
    Scorch
    73
    Sap
    202
    FireballIncusionFire
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    บอลไฟ (Fireball)
    โอกาสคริติคอล: 6%
    เวลาร่าย: 1.2 วินาที
    ปลดปล่อยลูกไฟเข้าหาเป้าหมายซึ่งจะระเบิด สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
    สร้างความเสียหาย ไฟ 477.1 ถึง 715.6
    รัศมีพื้นฐาน 0.9 เมตร
    base is projectile [1]
    spell maximum action distance +% [-40]
    VaalIncursionFirestorm
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
    พายุไฟ (Firestorm)
    เวลาร่าย: 1.2 วินาที
    คูลดาวน์: 6 วินาที
    ฝนลูกไฟตกทั่วพื้นที่เป้าหมาย ลูกไฟจะระเบิดเมื่อตกถึงพื้น สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
    ระยะเวลาพื้นฐาน 0.6 วินาที
    สร้างความเสียหาย ไฟ 1149 ถึง 1723
    ลูกไฟตก 1 ลูก ทุก 0.2 วินาที
    รัศมีพื้นฐาน 1 เมตร
    firestorm base area of effect +% [100]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/fire/fire_caster.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/fire/fire_caster.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearFireChampionTempleMapSpectre_"] = {
        name = "Risen Vaal Advocate",
        life = 3.6,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "FireballIncusionFire",
            "VaalIncursionFirestorm",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireballIncusionFire"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VaalIncursionFirestorm"] = {
        name = "Firestorm",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_skill_effect_duration",
            "fire_storm_fireball_delay_ms",
            "firestorm_base_area_of_effect_+%",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 600, 200, 100, 10, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Risen Vaal Advocate
    มนุษย์
    SpectreY
    Spectre OverrideMetadata/Monsters/KitavaCultist/VaalCultistSpearBloodChampionTempleSpectre
    Areaวิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์
    Tagsนักเวท, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, medium_height, medium_movement, not_int, physical_affinity, puncturing_weapon, ranged, red_blood
    Packs
  • วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์: Risen Vaal Zealot, Risen Vaal Fanatic, Risen Vaal Zealot, Risen Vaal Advocate
  • พลังชีวิต
    405%
    เกราะ
    +20%
    การหลบหลีก
    +40%
    Ailment Threshold
    405%
    ค่าต้านทาน
    35 35 35 20
    Damage
    150%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    75%
    Model Size
    120%
    Type
    VaalCultistSpearChampionTemple
    Metadata
    VaalCultistSpearBloodChampionTemple
    เลเวล
    55
    พลังชีวิต
    10,846
    เกราะ
    12,108
    การหลบหลีก
    4,127
    โล่พลังงาน
    0
    Damage
    287
    ความเสียหายเวท
    287
    ความแม่นยำ
    172
    Attack Time
    1.5
    ค่าประสบการณ์
    5,144
    Ailment Threshold
    10,846
    Chill
    34
    Shock
    34
    Brittle
    194
    Scorch
    34
    Sap
    95
    VaalincursionMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    เวลาร่าย: 1.2 วินาที
    สกิลระเบิดปูพรมของมอนสเตอร์ทั่วไป ทำงานเหมือนกับ กระสุนของมอนสเตอร์ แต่มีผลในการกระทบด้วย
    สร้างความเสียหาย กายภาพ 233.9 ถึง 350.9
    active skill area of effect radius +% final [-40]
    base is projectile [1]
    is area damage [1]
    projectile minimum range [10]
    projectile spread radius [10]
    projectile spread radius per additional projectile [5]
    projectile uses contact position [1]
    spell maximum action distance +% [-40]
    VaalIncursionSpecialBeamCannonBlood
    Spell, Damage
    เวลาร่าย: 1.5 วินาที
    คูลดาวน์: 8 วินาที

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/physical/blood_caster.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/physical/blood_caster.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearBloodChampionTemple"] = {
        name = "Risen Vaal Advocate",
        life = 4.05,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "VaalincursionMortar",
            "VaalIncursionSpecialBeamCannonBlood",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VaalincursionMortar"] = {
        name = "VaalincursionMortar",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_spread_radius",
            "spell_maximum_action_distance_+%",
            "projectile_spread_radius_per_additional_projectile",
            "projectile_minimum_range",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, -40, 5, 10, -40, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VaalIncursionSpecialBeamCannonBlood"] = {
        name = "VaalIncursionSpecialBeamCannonBlood",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -40, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Risen Vaal Advocate
    มนุษย์
    SpectreY
    Spectre OverrideMetadata/Monsters/KitavaCultist/VaalCultistSpearBloodChampionTempleMapSpectre
    Areaวิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์
    Tagsนักเวท, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, medium_height, medium_movement, not_int, physical_affinity, puncturing_weapon, ranged, red_blood
    Packs
  • วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์: Risen Vaal Zealot, Risen Vaal Fanatic, Risen Vaal Zealot, Risen Vaal Advocate
  • พลังชีวิต
    405%
    เกราะ
    +20%
    การหลบหลีก
    +40%
    Ailment Threshold
    405%
    ค่าต้านทาน
    35 35 35 20
    Damage
    150%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    150%
    Model Size
    120%
    Type
    VaalCultistSpearChampionTempleMap
    Metadata
    VaalCultistSpearBloodChampionTempleMap
    เลเวล
    78
    พลังชีวิต
    73,864
    เกราะ
    75,521
    การหลบหลีก
    9,334
    โล่พลังงาน
    0
    Damage
    1,013
    ความเสียหายเวท
    1,013
    ความแม่นยำ
    428
    Attack Time
    1.5
    ค่าประสบการณ์
    18,566
    Ailment Threshold
    73,864
    Chill
    234
    Shock
    234
    Brittle
    1,321
    Scorch
    234
    Sap
    645
    VaalincursionMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    เวลาร่าย: 1.2 วินาที
    สกิลระเบิดปูพรมของมอนสเตอร์ทั่วไป ทำงานเหมือนกับ กระสุนของมอนสเตอร์ แต่มีผลในการกระทบด้วย
    สร้างความเสียหาย กายภาพ 516.1 ถึง 774.1
    active skill area of effect radius +% final [-40]
    base is projectile [1]
    is area damage [1]
    projectile minimum range [10]
    projectile spread radius [10]
    projectile spread radius per additional projectile [5]
    projectile uses contact position [1]
    spell maximum action distance +% [-40]
    VaalIncursionSpecialBeamCannonBlood
    Spell, Damage
    เวลาร่าย: 1.5 วินาที
    คูลดาวน์: 8 วินาที

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/physical/blood_caster.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/physical/blood_caster.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearBloodChampionTempleMap"] = {
        name = "Risen Vaal Advocate",
        life = 4.05,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "VaalincursionMortar",
            "VaalIncursionSpecialBeamCannonBlood",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VaalincursionMortar"] = {
        name = "VaalincursionMortar",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_spread_radius",
            "spell_maximum_action_distance_+%",
            "projectile_spread_radius_per_additional_projectile",
            "projectile_minimum_range",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, -40, 5, 10, -40, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VaalIncursionSpecialBeamCannonBlood"] = {
        name = "VaalIncursionSpecialBeamCannonBlood",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -40, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Risen Vaal Advocate
    มนุษย์
    SpectreY
    Tagsนักเวท, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, medium_height, medium_movement, not_int, physical_affinity, puncturing_weapon, ranged, red_blood
    พลังชีวิต
    360%
    เกราะ
    +20%
    การหลบหลีก
    +40%
    Ailment Threshold
    360%
    ค่าต้านทาน
    35 35 35 20
    Damage
    150%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    75%
    Model Size
    120%
    Type
    VaalCultistSpearChampionTempleSpectre
    Metadata
    VaalCultistSpearBloodChampionTempleSpectre
    เลเวล
    68
    พลังชีวิต
    23,160
    เกราะ
    34,548
    การหลบหลีก
    6,635
    โล่พลังงาน
    0
    Damage
    560
    ความเสียหายเวท
    560
    ความแม่นยำ
    290
    Attack Time
    1.5
    ค่าประสบการณ์
    7,691
    Ailment Threshold
    23,160
    Chill
    73
    Shock
    73
    Brittle
    414
    Scorch
    73
    Sap
    202
    VaalincursionMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    เวลาร่าย: 1.2 วินาที
    สกิลระเบิดปูพรมของมอนสเตอร์ทั่วไป ทำงานเหมือนกับ กระสุนของมอนสเตอร์ แต่มีผลในการกระทบด้วย
    สร้างความเสียหาย กายภาพ 365.9 ถึง 548.8
    active skill area of effect radius +% final [-40]
    base is projectile [1]
    is area damage [1]
    projectile minimum range [10]
    projectile spread radius [10]
    projectile spread radius per additional projectile [5]
    projectile uses contact position [1]
    spell maximum action distance +% [-40]
    VaalIncursionSpecialBeamCannonBlood
    Spell, Damage
    เวลาร่าย: 1.5 วินาที
    คูลดาวน์: 8 วินาที

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/physical/blood_caster.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/physical/blood_caster.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearBloodChampionTempleSpectre"] = {
        name = "Risen Vaal Advocate",
        life = 3.6,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "VaalincursionMortar",
            "VaalIncursionSpecialBeamCannonBlood",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VaalincursionMortar"] = {
        name = "VaalincursionMortar",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_spread_radius",
            "spell_maximum_action_distance_+%",
            "projectile_spread_radius_per_additional_projectile",
            "projectile_minimum_range",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, -40, 5, 10, -40, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VaalIncursionSpecialBeamCannonBlood"] = {
        name = "VaalIncursionSpecialBeamCannonBlood",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -40, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Risen Vaal Advocate
    มนุษย์
    SpectreY
    Tagsนักเวท, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, medium_height, medium_movement, not_int, physical_affinity, puncturing_weapon, ranged, red_blood
    พลังชีวิต
    360%
    เกราะ
    +20%
    การหลบหลีก
    +40%
    Ailment Threshold
    360%
    ค่าต้านทาน
    35 35 35 20
    Damage
    150%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    150%
    Model Size
    120%
    Type
    VaalCultistSpearChampionTempleMapSpectre
    Metadata
    VaalCultistSpearBloodChampionTempleMapSpectre
    เลเวล
    68
    พลังชีวิต
    23,160
    เกราะ
    34,548
    การหลบหลีก
    6,635
    โล่พลังงาน
    0
    Damage
    560
    ความเสียหายเวท
    560
    ความแม่นยำ
    290
    Attack Time
    1.5
    ค่าประสบการณ์
    15,383
    Ailment Threshold
    23,160
    Chill
    73
    Shock
    73
    Brittle
    414
    Scorch
    73
    Sap
    202
    VaalincursionMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    เวลาร่าย: 1.2 วินาที
    สกิลระเบิดปูพรมของมอนสเตอร์ทั่วไป ทำงานเหมือนกับ กระสุนของมอนสเตอร์ แต่มีผลในการกระทบด้วย
    สร้างความเสียหาย กายภาพ 365.9 ถึง 548.8
    active skill area of effect radius +% final [-40]
    base is projectile [1]
    is area damage [1]
    projectile minimum range [10]
    projectile spread radius [10]
    projectile spread radius per additional projectile [5]
    projectile uses contact position [1]
    spell maximum action distance +% [-40]
    VaalIncursionSpecialBeamCannonBlood
    Spell, Damage
    เวลาร่าย: 1.5 วินาที
    คูลดาวน์: 8 วินาที

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/physical/blood_caster.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/physical/blood_caster.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearBloodChampionTempleMapSpectre"] = {
        name = "Risen Vaal Advocate",
        life = 3.6,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "VaalincursionMortar",
            "VaalIncursionSpecialBeamCannonBlood",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VaalincursionMortar"] = {
        name = "VaalincursionMortar",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_spread_radius",
            "spell_maximum_action_distance_+%",
            "projectile_spread_radius_per_additional_projectile",
            "projectile_minimum_range",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, -40, 5, 10, -40, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VaalIncursionSpecialBeamCannonBlood"] = {
        name = "VaalIncursionSpecialBeamCannonBlood",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -40, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Risen Vaal Advocate
    มนุษย์
    SpectreY
    Spectre OverrideMetadata/Monsters/KitavaCultist/VaalCultistSpearChaosChampionTempleSpectre
    Tagsนักเวท, chaos_affinity, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, medium_height, medium_movement, not_int, puncturing_weapon, ranged, red_blood
    พลังชีวิต
    405%
    เกราะ
    +20%
    การหลบหลีก
    +40%
    Ailment Threshold
    405%
    ค่าต้านทาน
    35 35 35 20
    Damage
    150%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    75%
    Model Size
    120%
    Type
    VaalCultistSpearChampionTemple
    Metadata
    VaalCultistSpearChaosChampionTemple
    เลเวล
    68
    พลังชีวิต
    26,055
    เกราะ
    34,548
    การหลบหลีก
    6,635
    โล่พลังงาน
    0
    Damage
    560
    ความเสียหายเวท
    560
    ความแม่นยำ
    290
    Attack Time
    1.5
    ค่าประสบการณ์
    7,691
    Ailment Threshold
    26,055
    Chill
    82
    Shock
    82
    Brittle
    466
    Scorch
    82
    Sap
    228
    FireballIncursionChaos
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    บอลไฟ (Fireball)
    โอกาสคริติคอล: 6%
    เวลาร่าย: 1.2 วินาที
    ปลดปล่อยลูกไฟเข้าหาเป้าหมายซึ่งจะระเบิด สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
    สร้างความเสียหาย เคออส 195.3 ถึง 292.9
    รัศมีพื้นฐาน 0.9 เมตร
    base is projectile [1]
    spell maximum action distance +% [-40]
    IncursionSummonPhantasms
    Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
    เวลาร่าย: 2 วินาที
    คูลดาวน์: 15 วินาที
    alternate minion [351]
    number of monsters to summon [4]
    summon specific monsters radius +% [50]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]
    IncursionMeteorUpheaval
    Spell, Damage, Fire, Triggerable
    โอกาสคริติคอล: 5%
    เวลาร่าย: 2.5 วินาที
    คูลดาวน์: 8 วินาที
    สร้างความเสียหาย กายภาพ 186.5 ถึง 279.8
    แปลงความเสียหาย กายภาพ 30% เป็น เคออส
    ทำให้เกิด การปะทุ +8 ครั้ง
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/chaos/chaos_caster.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/chaos/chaos_caster.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearChaosChampionTemple"] = {
        name = "Risen Vaal Advocate",
        life = 4.05,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "FireballIncursionChaos",
            "IncursionSummonPhantasms",
            "IncursionMeteorUpheaval",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireballIncursionChaos"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_chaos_damage",
            "spell_maximum_base_chaos_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IncursionSummonPhantasms"] = {
        name = "IncursionSummonPhantasms",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {4, 351, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IncursionMeteorUpheaval"] = {
        name = "IncursionMeteorUpheaval",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Fire] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "upheaval_number_of_spikes",
            "skill_physical_damage_%_to_convert_to_chaos",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 8, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Risen Vaal Advocate
    มนุษย์
    SpectreY
    Spectre OverrideMetadata/Monsters/KitavaCultist/VaalCultistSpearChaosChampionTempleMapSpectre
    Areaวิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์
    Tagsนักเวท, chaos_affinity, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, medium_height, medium_movement, not_int, puncturing_weapon, ranged, red_blood
    Packs
  • วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์, วิหารแอ็ทโซแอทล์: Risen Vaal Zealot, Risen Vaal Fanatic, Risen Vaal Zealot, Risen Vaal Advocate
  • พลังชีวิต
    405%
    เกราะ
    +20%
    การหลบหลีก
    +40%
    Ailment Threshold
    405%
    ค่าต้านทาน
    35 35 35 20
    Damage
    150%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    150%
    Model Size
    120%
    Type
    VaalCultistSpearChampionTempleMap
    Metadata
    VaalCultistSpearChaosChampionTempleMap
    เลเวล
    78
    พลังชีวิต
    73,864
    เกราะ
    75,521
    การหลบหลีก
    9,334
    โล่พลังงาน
    0
    Damage
    1,013
    ความเสียหายเวท
    1,013
    ความแม่นยำ
    428
    Attack Time
    1.5
    ค่าประสบการณ์
    18,566
    Ailment Threshold
    73,864
    Chill
    234
    Shock
    234
    Brittle
    1,321
    Scorch
    234
    Sap
    645
    FireballIncursionChaos
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    บอลไฟ (Fireball)
    โอกาสคริติคอล: 6%
    เวลาร่าย: 1.2 วินาที
    ปลดปล่อยลูกไฟเข้าหาเป้าหมายซึ่งจะระเบิด สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
    สร้างความเสียหาย เคออส 250 ถึง 375
    รัศมีพื้นฐาน 0.9 เมตร
    base is projectile [1]
    spell maximum action distance +% [-40]
    IncursionSummonPhantasms
    Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
    เวลาร่าย: 2 วินาที
    คูลดาวน์: 15 วินาที
    alternate minion [351]
    number of monsters to summon [4]
    summon specific monsters radius +% [50]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]
    IncursionMeteorUpheaval
    Spell, Damage, Fire, Triggerable
    โอกาสคริติคอล: 5%
    เวลาร่าย: 2.5 วินาที
    คูลดาวน์: 8 วินาที
    สร้างความเสียหาย กายภาพ 233 ถึง 349.6
    แปลงความเสียหาย กายภาพ 30% เป็น เคออส
    ทำให้เกิด การปะทุ +8 ครั้ง
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/chaos/chaos_caster.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/chaos/chaos_caster.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearChaosChampionTempleMap"] = {
        name = "Risen Vaal Advocate",
        life = 4.05,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "FireballIncursionChaos",
            "IncursionSummonPhantasms",
            "IncursionMeteorUpheaval",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireballIncursionChaos"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_chaos_damage",
            "spell_maximum_base_chaos_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IncursionSummonPhantasms"] = {
        name = "IncursionSummonPhantasms",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {4, 351, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IncursionMeteorUpheaval"] = {
        name = "IncursionMeteorUpheaval",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Fire] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "upheaval_number_of_spikes",
            "skill_physical_damage_%_to_convert_to_chaos",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 8, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Risen Vaal Advocate
    มนุษย์
    SpectreY
    Tagsนักเวท, chaos_affinity, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, medium_height, medium_movement, not_int, puncturing_weapon, ranged, red_blood
    พลังชีวิต
    360%
    เกราะ
    +20%
    การหลบหลีก
    +40%
    Ailment Threshold
    360%
    ค่าต้านทาน
    35 35 35 20
    Damage
    150%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    75%
    Model Size
    120%
    Type
    VaalCultistSpearChampionTempleSpectre
    Metadata
    VaalCultistSpearChaosChampionTempleSpectre
    เลเวล
    68
    พลังชีวิต
    23,160
    เกราะ
    34,548
    การหลบหลีก
    6,635
    โล่พลังงาน
    0
    Damage
    560
    ความเสียหายเวท
    560
    ความแม่นยำ
    290
    Attack Time
    1.5
    ค่าประสบการณ์
    7,691
    Ailment Threshold
    23,160
    Chill
    73
    Shock
    73
    Brittle
    414
    Scorch
    73
    Sap
    202
    FireballIncursionChaos
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    บอลไฟ (Fireball)
    โอกาสคริติคอล: 6%
    เวลาร่าย: 1.2 วินาที
    ปลดปล่อยลูกไฟเข้าหาเป้าหมายซึ่งจะระเบิด สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
    สร้างความเสียหาย เคออส 195.3 ถึง 292.9
    รัศมีพื้นฐาน 0.9 เมตร
    base is projectile [1]
    spell maximum action distance +% [-40]
    IncursionSummonPhantasms
    Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
    เวลาร่าย: 2 วินาที
    คูลดาวน์: 15 วินาที
    alternate minion [351]
    number of monsters to summon [4]
    summon specific monsters radius +% [50]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]
    IncursionMeteorUpheaval
    Spell, Damage, Fire, Triggerable
    โอกาสคริติคอล: 5%
    เวลาร่าย: 2.5 วินาที
    คูลดาวน์: 8 วินาที
    สร้างความเสียหาย กายภาพ 186.5 ถึง 279.8
    แปลงความเสียหาย กายภาพ 30% เป็น เคออส
    ทำให้เกิด การปะทุ +8 ครั้ง
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/chaos/chaos_caster.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/chaos/chaos_caster.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearChaosChampionTempleSpectre"] = {
        name = "Risen Vaal Advocate",
        life = 3.6,
        fireResist = 35,
        coldResist = 35,
        lightningResist = 35,
        chaosResist = 20,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "FireballIncursionChaos",
            "IncursionSummonPhantasms",
            "IncursionMeteorUpheaval",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FireballIncursionChaos"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_chaos_damage",
            "spell_maximum_base_chaos_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IncursionSummonPhantasms"] = {
        name = "IncursionSummonPhantasms",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {4, 351, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IncursionMeteorUpheaval"] = {
        name = "IncursionMeteorUpheaval",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Fire] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "upheaval_number_of_spikes",
            "skill_physical_damage_%_to_convert_to_chaos",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 8, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Edit

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