Defensor Vaal
Humanóide
monster no map drops [1]
Vaal Advocate
SpectreY
AreaQuarto da Incursão, Quarto da Incursão, Quarto da Incursão, Quarto da Incursão
TagsConjurador, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, incursion_monster, lightning_affinity, medium_height, medium_movement, not_int, puncturing_weapon, ranged, red_blood
Vida
203%
Armadura
+20%
Evasão
+40%
Ailment Threshold
203%
Resistência
35 35 35 20
Damage
150%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
75%
Model Size
120%
Type
VaalCultistSpearChampion
Metadata
VaalCultistSpearLightningChampion_
Nível
55
Vida
5,436
Armadura
12,108
Evasão
4,127
Escudo de Energia
0
Damage
287
Dano Mágico
287
Precisão
172
Attack Time
1.5
Experiência
5,144
Ailment Threshold
5,436
Chill
17
Shock
17
Brittle
97
Scorch
17
Sap
47
FireballIncusionLightning
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Bola de Fogo
Chance de Crítico: 6%
Tempo de Conjuração: 1.2 seg
Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
Causa 177.9 a 533.7 de Dano de Raio
Raio Base igual a 0.9 metros
base is projectile [1]
spell maximum action distance +% [-40]
DelayedLightningSpark
Spell, Triggerable
Tempo de Conjuração: 1.2 seg
Recarga: 6 seg
Causa 188.5 a 565.6 de Dano de Raio
Duração base é de 0.5 segundos
Velocidade de Projéteis aumentada em 25%
active skill area of effect radius +% final [-75]
spell maximum action distance +% [-40]
SummonedSparkDaemonLightning
Spell, Multicastable, Triggerable
Tempo de Conjuração: 1 seg
Velocidade de Projéteis aumentada em 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/VaalCultist"

Object Type Codes

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

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/VaalCultistSpearLightningChampion_"] = {
    name = "Vaal Advocate",
    life = 2.03,
    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 = { }, },
    },
}
monster no map drops [1]
IdMonsterNoMapDrops
FamilyMonsterNoMapDrops
Domainsmonstro (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Defensor Vaal
    Humanóide
    monster no map drops [1]
    Vaal Advocate
    SpectreY
    AreaQuarto da Incursão, Quarto da Incursão, Quarto da Incursão, Quarto da Incursão, O Lago de Kalandra
    TagsConjurador, cultist, fire_affinity, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, incursion_monster, medium_height, medium_movement, not_int, puncturing_weapon, ranged, red_blood
    Vida
    203%
    Armadura
    +20%
    Evasão
    +40%
    Ailment Threshold
    203%
    Resistência
    35 35 35 20
    Damage
    150%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    75%
    Model Size
    120%
    Type
    VaalCultistSpearChampion
    Metadata
    VaalCultistSpearFireChampion
    Nível
    55
    Vida
    5,436
    Armadura
    12,108
    Evasão
    4,127
    Escudo de Energia
    0
    Damage
    287
    Dano Mágico
    287
    Precisão
    172
    Attack Time
    1.5
    Experiência
    5,144
    Ailment Threshold
    5,436
    Chill
    17
    Shock
    17
    Brittle
    97
    Scorch
    17
    Sap
    47
    FireballIncusionFire
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    Bola de Fogo
    Chance de Crítico: 6%
    Tempo de Conjuração: 1.2 seg
    Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
    Causa 253 a 379.5 de Dano de Fogo
    Raio Base igual a 0.9 metros
    base is projectile [1]
    spell maximum action distance +% [-40]
    VaalIncursionFirestorm
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
    Tormenta Flamejante
    Tempo de Conjuração: 1.2 seg
    Recarga: 6 seg
    Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
    Duração base é de 0.6 segundos
    Causa 689.9 a 1035 de Dano de Fogo
    Um impacto a cada 0.2 segundos
    Raio Base igual a 1 metro
    firestorm base area of effect +% [100]
    is area damage [1]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultist"
    
    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/VaalCultistSpearFireChampion"] = {
        name = "Vaal Advocate",
        life = 2.03,
        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 = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Defensor Vaal
    Humanóide
    monster no map drops [1]
    Vaal Advocate
    SpectreY
    AreaQuarto da Incursão, Quarto da Incursão, Quarto da Incursão
    TagsConjurador, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, incursion_monster, medium_height, medium_movement, not_int, physical_affinity, puncturing_weapon, ranged, red_blood
    Vida
    203%
    Armadura
    +20%
    Evasão
    +40%
    Ailment Threshold
    203%
    Resistência
    35 35 35 20
    Damage
    150%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    75%
    Model Size
    120%
    Type
    VaalCultistSpearChampion
    Metadata
    VaalCultistSpearBloodChampion
    Nível
    55
    Vida
    5,436
    Armadura
    12,108
    Evasão
    4,127
    Escudo de Energia
    0
    Damage
    287
    Dano Mágico
    287
    Precisão
    172
    Attack Time
    1.5
    Experiência
    5,144
    Ailment Threshold
    5,436
    Chill
    17
    Shock
    17
    Brittle
    97
    Scorch
    17
    Sap
    47
    VaalincursionMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Tempo de Conjuração: 1.2 seg
    Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
    Causa 233.9 a 350.9 de Dano Físico
    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
    Tempo de Conjuração: 1.5 seg
    Recarga: 8 seg

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultist"
    
    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/VaalCultistSpearBloodChampion"] = {
        name = "Vaal Advocate",
        life = 2.03,
        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 = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Defensor Vaal
    Humanóide
    monster no map drops [1]
    Vaal Advocate
    SpectreY
    TagsConjurador, chaos_affinity, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, incursion_monster, medium_height, medium_movement, not_int, puncturing_weapon, ranged, red_blood
    Vida
    203%
    Armadura
    +20%
    Evasão
    +40%
    Ailment Threshold
    203%
    Resistência
    35 35 35 20
    Damage
    150%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    75%
    Model Size
    120%
    Type
    VaalCultistSpearChampion
    Metadata
    VaalCultistSpearChaosChampion
    Nível
    68
    Vida
    13,060
    Armadura
    34,548
    Evasão
    6,635
    Escudo de Energia
    0
    Damage
    560
    Dano Mágico
    560
    Precisão
    290
    Attack Time
    1.5
    Experiência
    7,691
    Ailment Threshold
    13,060
    Chill
    41
    Shock
    41
    Brittle
    234
    Scorch
    41
    Sap
    114
    FireballIncursionChaos
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    Bola de Fogo
    Chance de Crítico: 6%
    Tempo de Conjuração: 1.2 seg
    Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
    Causa 195.3 a 292.9 de Dano de Caos
    Raio Base igual a 0.9 metros
    base is projectile [1]
    spell maximum action distance +% [-40]
    IncursionSummonPhantasms
    Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
    Tempo de Conjuração: 2 seg
    Recarga: 15 seg
    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
    Chance de Crítico: 5%
    Tempo de Conjuração: 2.5 seg
    Recarga: 8 seg
    Causa 186.5 a 279.8 de Dano Físico
    30% do Dano Físico Convertido para Dano de Caos
    Causa +8 Explosões
    is area damage [1]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultist"
    
    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/VaalCultistSpearChaosChampion"] = {
        name = "Vaal Advocate",
        life = 2.03,
        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 = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Defensor Vaal
    Humanóide
    Vaal Advocate
    SpectreY
    Spectre OverrideMetadata/Monsters/KitavaCultist/VaalCultistSpearLightningChampionTempleMapSpectre
    AreaQuarto da Incursão, Quarto da Incursão, Quarto da Incursão
    TagsConjurador, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, incursion_monster, lightning_affinity, medium_height, medium_movement, not_int, puncturing_weapon, ranged, red_blood
    Vida
    405%
    Armadura
    +20%
    Evasão
    +40%
    Ailment Threshold
    405%
    Resistência
    35 35 35 20
    Damage
    150%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    120%
    Type
    VaalCultistSpearChampionMap
    Metadata
    VaalCultistSpearLightningChampionMap
    Nível
    78
    Vida
    73,864
    Armadura
    75,521
    Evasão
    9,334
    Escudo de Energia
    0
    Damage
    1,013
    Dano Mágico
    1,013
    Precisão
    428
    Attack Time
    1.5
    Experiência
    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
    Bola de Fogo
    Chance de Crítico: 6%
    Tempo de Conjuração: 1.2 seg
    Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
    Causa 546.5 a 1639 de Dano de Raio
    Raio Base igual a 0.9 metros
    base is projectile [1]
    spell maximum action distance +% [-40]
    DelayedLightningSpark
    Spell, Triggerable
    Tempo de Conjuração: 1.2 seg
    Recarga: 6 seg
    Causa 518.9 a 1557 de Dano de Raio
    Duração base é de 0.5 segundos
    Velocidade de Projéteis aumentada em 25%
    active skill area of effect radius +% final [-75]
    spell maximum action distance +% [-40]
    SummonedSparkDaemonLightning
    Spell, Multicastable, Triggerable
    Tempo de Conjuração: 1 seg
    Velocidade de Projéteis aumentada em 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/VaalCultist"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultist"
    
    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/VaalCultistSpearLightningChampionMap"] = {
        name = "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 = { }, },
        },
    }
    
    Defensor Vaal
    Humanóide
    Vaal Advocate
    SpectreY
    TagsConjurador, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, incursion_monster, lightning_affinity, medium_height, medium_movement, no_spirit_walkers_archnemesis, not_int, puncturing_weapon, ranged, red_blood
    Packs
  • Mercador de Carne Vaal, Entusiasta Vaal , Fanático Vaal, Entusiasta Vaal , Defensor Vaal
  • Vida
    405%
    Armadura
    +20%
    Evasão
    +40%
    Ailment Threshold
    405%
    Resistência
    35 35 35 20
    Damage
    150%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    120%
    Type
    VaalCultistSpearChampionMap
    Metadata
    VaalCultistSpearLightningChampionMapMemoryLine_
    Nível
    68
    Vida
    26,055
    Armadura
    34,548
    Evasão
    6,635
    Escudo de Energia
    0
    Damage
    560
    Dano Mágico
    560
    Precisão
    290
    Attack Time
    1.5
    Experiência
    15,383
    Ailment Threshold
    26,055
    Chill
    82
    Shock
    82
    Brittle
    466
    Scorch
    82
    Sap
    228
    FireballIncusionLightning
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    Bola de Fogo
    Chance de Crítico: 6%
    Tempo de Conjuração: 1.2 seg
    Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
    Causa 335.5 a 1006 de Dano de Raio
    Raio Base igual a 0.9 metros
    base is projectile [1]
    spell maximum action distance +% [-40]
    DelayedLightningSpark
    Spell, Triggerable
    Tempo de Conjuração: 1.2 seg
    Recarga: 6 seg
    Causa 334.1 a 1002 de Dano de Raio
    Duração base é de 0.5 segundos
    Velocidade de Projéteis aumentada em 25%
    active skill area of effect radius +% final [-75]
    spell maximum action distance +% [-40]
    SummonedSparkDaemonLightning
    Spell, Multicastable, Triggerable
    Tempo de Conjuração: 1 seg
    Velocidade de Projéteis aumentada em 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/VaalCultist"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultist"
    
    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/VaalCultistSpearLightningChampionMapMemoryLine_"] = {
        name = "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 = { }, },
        },
    }
    
    Defensor Vaal
    Humanóide
    Vaal Advocate
    SpectreY
    Spectre OverrideMetadata/Monsters/KitavaCultist/VaalCultistSpearFireChampionTempleMapSpectre_
    AreaQuarto da Incursão, Quarto da Incursão, Quarto da Incursão
    TagsConjurador, cultist, fire_affinity, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, incursion_monster, medium_height, medium_movement, not_int, puncturing_weapon, ranged, red_blood
    Vida
    405%
    Armadura
    +20%
    Evasão
    +40%
    Ailment Threshold
    405%
    Resistência
    35 35 35 20
    Damage
    150%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    120%
    Type
    VaalCultistSpearChampionMap
    Metadata
    VaalCultistSpearFireChampionMap
    Nível
    78
    Vida
    73,864
    Armadura
    75,521
    Evasão
    9,334
    Escudo de Energia
    0
    Damage
    1,013
    Dano Mágico
    1,013
    Precisão
    428
    Attack Time
    1.5
    Experiência
    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
    Bola de Fogo
    Chance de Crítico: 6%
    Tempo de Conjuração: 1.2 seg
    Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
    Causa 777.1 a 1166 de Dano de Fogo
    Raio Base igual a 0.9 metros
    base is projectile [1]
    spell maximum action distance +% [-40]
    VaalIncursionFirestorm
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
    Tormenta Flamejante
    Tempo de Conjuração: 1.2 seg
    Recarga: 6 seg
    Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
    Duração base é de 0.6 segundos
    Causa 1700 a 2551 de Dano de Fogo
    Um impacto a cada 0.2 segundos
    Raio Base igual a 1 metro
    firestorm base area of effect +% [100]
    is area damage [1]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultist"
    
    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/VaalCultistSpearFireChampionMap"] = {
        name = "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 = { }, },
        },
    }
    
    Defensor Vaal
    Humanóide
    Vaal Advocate
    SpectreY
    TagsConjurador, cultist, fire_affinity, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, incursion_monster, medium_height, medium_movement, no_spirit_walkers_archnemesis, not_int, puncturing_weapon, ranged, red_blood
    Packs
  • Mercador de Carne Vaal, Entusiasta Vaal , Fanático Vaal, Entusiasta Vaal , Defensor Vaal
  • Vida
    405%
    Armadura
    +20%
    Evasão
    +40%
    Ailment Threshold
    405%
    Resistência
    35 35 35 20
    Damage
    150%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    120%
    Type
    VaalCultistSpearChampionMap
    Metadata
    VaalCultistSpearFireChampionMapMemoryLine_
    Nível
    68
    Vida
    26,055
    Armadura
    34,548
    Evasão
    6,635
    Escudo de Energia
    0
    Damage
    560
    Dano Mágico
    560
    Precisão
    290
    Attack Time
    1.5
    Experiência
    15,383
    Ailment Threshold
    26,055
    Chill
    82
    Shock
    82
    Brittle
    466
    Scorch
    82
    Sap
    228
    FireballIncusionFire
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    Bola de Fogo
    Chance de Crítico: 6%
    Tempo de Conjuração: 1.2 seg
    Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
    Causa 477.1 a 715.6 de Dano de Fogo
    Raio Base igual a 0.9 metros
    base is projectile [1]
    spell maximum action distance +% [-40]
    VaalIncursionFirestorm
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
    Tormenta Flamejante
    Tempo de Conjuração: 1.2 seg
    Recarga: 6 seg
    Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
    Duração base é de 0.6 segundos
    Causa 1149 a 1723 de Dano de Fogo
    Um impacto a cada 0.2 segundos
    Raio Base igual a 1 metro
    firestorm base area of effect +% [100]
    is area damage [1]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultist"
    
    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/VaalCultistSpearFireChampionMapMemoryLine_"] = {
        name = "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 = { }, },
        },
    }
    
    Defensor Vaal
    Humanóide
    Vaal Advocate
    SpectreY
    Spectre OverrideMetadata/Monsters/KitavaCultist/VaalCultistSpearBloodChampionTempleMapSpectre
    AreaQuarto da Incursão, Quarto da Incursão, Quarto da Incursão
    TagsConjurador, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, incursion_monster, medium_height, medium_movement, not_int, physical_affinity, puncturing_weapon, ranged, red_blood
    Vida
    405%
    Armadura
    +20%
    Evasão
    +40%
    Ailment Threshold
    405%
    Resistência
    35 35 35 20
    Damage
    150%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    120%
    Type
    VaalCultistSpearChampionMap
    Metadata
    VaalCultistSpearBloodChampionMap
    Nível
    78
    Vida
    73,864
    Armadura
    75,521
    Evasão
    9,334
    Escudo de Energia
    0
    Damage
    1,013
    Dano Mágico
    1,013
    Precisão
    428
    Attack Time
    1.5
    Experiência
    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
    Tempo de Conjuração: 1.2 seg
    Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
    Causa 516.1 a 774.1 de Dano Físico
    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
    Tempo de Conjuração: 1.5 seg
    Recarga: 8 seg

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultist"
    
    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/VaalCultistSpearBloodChampionMap"] = {
        name = "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 = { }, },
        },
    }
    
    Defensor Vaal
    Humanóide
    Vaal Advocate
    SpectreY
    TagsConjurador, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, incursion_monster, medium_height, medium_movement, no_spirit_walkers_archnemesis, not_int, physical_affinity, puncturing_weapon, ranged, red_blood
    Packs
  • Mercador de Carne Vaal, Entusiasta Vaal , Fanático Vaal, Entusiasta Vaal , Defensor Vaal
  • Vida
    405%
    Armadura
    +20%
    Evasão
    +40%
    Ailment Threshold
    405%
    Resistência
    35 35 35 20
    Damage
    150%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    120%
    Type
    VaalCultistSpearChampionMap
    Metadata
    VaalCultistSpearBloodChampionMapMemoryLine
    Nível
    68
    Vida
    26,055
    Armadura
    34,548
    Evasão
    6,635
    Escudo de Energia
    0
    Damage
    560
    Dano Mágico
    560
    Precisão
    290
    Attack Time
    1.5
    Experiência
    15,383
    Ailment Threshold
    26,055
    Chill
    82
    Shock
    82
    Brittle
    466
    Scorch
    82
    Sap
    228
    VaalincursionMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Tempo de Conjuração: 1.2 seg
    Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
    Causa 365.9 a 548.8 de Dano Físico
    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
    Tempo de Conjuração: 1.5 seg
    Recarga: 8 seg

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultist"
    
    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/VaalCultistSpearBloodChampionMapMemoryLine"] = {
        name = "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 = { }, },
        },
    }
    
    Defensor Vaal
    Humanóide
    Vaal Advocate
    SpectreY
    Spectre OverrideMetadata/Monsters/KitavaCultist/VaalCultistSpearChaosChampionTempleMapSpectre
    AreaQuarto da Incursão, Quarto da Incursão, Quarto da Incursão
    TagsConjurador, chaos_affinity, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, incursion_monster, medium_height, medium_movement, not_int, puncturing_weapon, ranged, red_blood
    Vida
    405%
    Armadura
    +20%
    Evasão
    +40%
    Ailment Threshold
    405%
    Resistência
    35 35 35 20
    Damage
    150%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    120%
    Type
    VaalCultistSpearChampionMap
    Metadata
    VaalCultistSpearChaosChampionMap
    Nível
    78
    Vida
    73,864
    Armadura
    75,521
    Evasão
    9,334
    Escudo de Energia
    0
    Damage
    1,013
    Dano Mágico
    1,013
    Precisão
    428
    Attack Time
    1.5
    Experiência
    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
    Bola de Fogo
    Chance de Crítico: 6%
    Tempo de Conjuração: 1.2 seg
    Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
    Causa 250 a 375 de Dano de Caos
    Raio Base igual a 0.9 metros
    base is projectile [1]
    spell maximum action distance +% [-40]
    IncursionSummonPhantasms
    Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
    Tempo de Conjuração: 2 seg
    Recarga: 15 seg
    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
    Chance de Crítico: 5%
    Tempo de Conjuração: 2.5 seg
    Recarga: 8 seg
    Causa 233 a 349.6 de Dano Físico
    30% do Dano Físico Convertido para Dano de Caos
    Causa +8 Explosões
    is area damage [1]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultist"
    
    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/VaalCultistSpearChaosChampionMap"] = {
        name = "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 = { }, },
        },
    }
    
    Defensor Vaal
    Humanóide
    Vaal Advocate
    SpectreY
    TagsConjurador, chaos_affinity, cultist, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, incursion_monster, medium_height, medium_movement, no_spirit_walkers_archnemesis, not_int, puncturing_weapon, ranged, red_blood
    Packs
  • Mercador de Carne Vaal, Entusiasta Vaal , Fanático Vaal, Entusiasta Vaal , Defensor Vaal
  • Vida
    405%
    Armadura
    +20%
    Evasão
    +40%
    Ailment Threshold
    405%
    Resistência
    35 35 35 20
    Damage
    150%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    120%
    Type
    VaalCultistSpearChampionMap
    Metadata
    VaalCultistSpearChaosChampionMapMemoryLine
    Nível
    68
    Vida
    26,055
    Armadura
    34,548
    Evasão
    6,635
    Escudo de Energia
    0
    Damage
    560
    Dano Mágico
    560
    Precisão
    290
    Attack Time
    1.5
    Experiência
    15,383
    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
    Bola de Fogo
    Chance de Crítico: 6%
    Tempo de Conjuração: 1.2 seg
    Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
    Causa 195.3 a 292.9 de Dano de Caos
    Raio Base igual a 0.9 metros
    base is projectile [1]
    spell maximum action distance +% [-40]
    IncursionSummonPhantasms
    Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
    Tempo de Conjuração: 2 seg
    Recarga: 15 seg
    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
    Chance de Crítico: 5%
    Tempo de Conjuração: 2.5 seg
    Recarga: 8 seg
    Causa 186.5 a 279.8 de Dano Físico
    30% do Dano Físico Convertido para Dano de Caos
    Causa +8 Explosões
    is area damage [1]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueIncursion/VaalCultist"
    
    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/VaalCultistSpearChaosChampionMapMemoryLine"] = {
        name = "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 = { }, },
        },
    }
    
    Edit

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