Promotor Vaal
Humanoide
monster no map drops [1]
Vaal Advocate
SpectreY
AreaSala de Incursión, Sala de Incursión, Sala de Incursión, Sala de Incursión
TagsLanzador de hechizos, 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
Vida
203%
Armaduras
+20%
Evasión
+40%
Ailment Threshold
203%
Resistencia
35 35 35 20
Damage
150%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
75%
Model Size
120%
Type
VaalCultistSpearChampion
Metadata
VaalCultistSpearLightningChampion_
Nivel
55
Vida
5,436
Armaduras
12,108
Evasión
4,127
Escudo de energía
0
Damage
287
Daño de hechizos
287
Precisión
172
Attack Time
1.5
Experiencia
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 fuego
Probabilidad de golpe crítico: 6%
Tiempo de lanzamiento: 1.2 seg
Lanza una bola de fuego hacia un objetivo que explota y daña a los enemigos cercanos.
Inflige de 177.9 a 533.7 de daño de rayo
El radio base es de 0.9 metros
base is projectile [1]
spell maximum action distance +% [-40]
DelayedLightningSpark
Spell, Triggerable
Tiempo de lanzamiento: 1.2 seg
Tiempo de recarga: 6 seg
Inflige de 188.5 a 565.6 de daño de rayo
La duración base es de 0.5 segundos
Velocidad de proyectiles aumentada un 25%
active skill area of effect radius +% final [-75]
spell maximum action distance +% [-40]
SummonedSparkDaemonLightning
Spell, Multicastable, Triggerable
Tiempo de lanzamiento: 1 seg
Velocidad de proyectiles aumentada un 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
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Promotor Vaal
    Humanoide
    monster no map drops [1]
    Vaal Advocate
    SpectreY
    AreaSala de Incursión, Sala de Incursión, Sala de Incursión, Sala de Incursión, Lago de Kalandra
    TagsLanzador de hechizos, 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
    Vida
    203%
    Armaduras
    +20%
    Evasión
    +40%
    Ailment Threshold
    203%
    Resistencia
    35 35 35 20
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    75%
    Model Size
    120%
    Type
    VaalCultistSpearChampion
    Metadata
    VaalCultistSpearFireChampion
    Nivel
    55
    Vida
    5,436
    Armaduras
    12,108
    Evasión
    4,127
    Escudo de energía
    0
    Damage
    287
    Daño de hechizos
    287
    Precisión
    172
    Attack Time
    1.5
    Experiencia
    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 fuego
    Probabilidad de golpe crítico: 6%
    Tiempo de lanzamiento: 1.2 seg
    Lanza una bola de fuego hacia un objetivo que explota y daña a los enemigos cercanos.
    Inflige de 253 a 379.5 de daño de fuego
    El radio base es de 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 de fuego
    Tiempo de lanzamiento: 1.2 seg
    Tiempo de recarga: 6 seg
    Una lluvia de bolas de fuego cae sobre el área objetivo. Las bolas de fuego explotan al impactar e infligen daño a los enemigos cercanos.
    La duración base es de 0.6 segundos
    Inflige de 689.9 a 1035 de daño de fuego
    Un impacto cada 0.2 segundos
    El radio base es de 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
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Promotor Vaal
    Humanoide
    monster no map drops [1]
    Vaal Advocate
    SpectreY
    AreaSala de Incursión, Sala de Incursión, Sala de Incursión
    TagsLanzador de hechizos, 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
    Vida
    203%
    Armaduras
    +20%
    Evasión
    +40%
    Ailment Threshold
    203%
    Resistencia
    35 35 35 20
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    75%
    Model Size
    120%
    Type
    VaalCultistSpearChampion
    Metadata
    VaalCultistSpearBloodChampion
    Nivel
    55
    Vida
    5,436
    Armaduras
    12,108
    Evasión
    4,127
    Escudo de energía
    0
    Damage
    287
    Daño de hechizos
    287
    Precisión
    172
    Attack Time
    1.5
    Experiencia
    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
    Tiempo de lanzamiento: 1.2 seg
    Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
    Inflige de 233.9 a 350.9 de daño 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
    Tiempo de lanzamiento: 1.5 seg
    Tiempo de 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
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Promotor Vaal
    Humanoide
    monster no map drops [1]
    Vaal Advocate
    SpectreY
    TagsLanzador de hechizos, 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
    Vida
    203%
    Armaduras
    +20%
    Evasión
    +40%
    Ailment Threshold
    203%
    Resistencia
    35 35 35 20
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    75%
    Model Size
    120%
    Type
    VaalCultistSpearChampion
    Metadata
    VaalCultistSpearChaosChampion
    Nivel
    68
    Vida
    13,060
    Armaduras
    34,548
    Evasión
    6,635
    Escudo de energía
    0
    Damage
    560
    Daño de hechizos
    560
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    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 fuego
    Probabilidad de golpe crítico: 6%
    Tiempo de lanzamiento: 1.2 seg
    Lanza una bola de fuego hacia un objetivo que explota y daña a los enemigos cercanos.
    Inflige de 195.3 a 292.9 de daño de caos
    El radio base es de 0.9 metros
    base is projectile [1]
    spell maximum action distance +% [-40]
    IncursionSummonPhantasms
    Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
    Tiempo de lanzamiento: 2 seg
    Tiempo de 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
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 2.5 seg
    Tiempo de recarga: 8 seg
    Inflige de 186.5 a 279.8 de daño físico
    El 30% del daño físico se convierte en daño de caos
    Provoca +8 estallidos
    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
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Promotor Vaal
    Humanoide
    Vaal Advocate
    SpectreY
    Spectre OverrideMetadata/Monsters/KitavaCultist/VaalCultistSpearLightningChampionTempleMapSpectre
    AreaSala de Incursión, Sala de Incursión, Sala de Incursión
    TagsLanzador de hechizos, 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
    Vida
    405%
    Armaduras
    +20%
    Evasión
    +40%
    Ailment Threshold
    405%
    Resistencia
    35 35 35 20
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    120%
    Type
    VaalCultistSpearChampionMap
    Metadata
    VaalCultistSpearLightningChampionMap
    Nivel
    78
    Vida
    73,864
    Armaduras
    75,521
    Evasión
    9,334
    Escudo de energía
    0
    Damage
    1,013
    Daño de hechizos
    1,013
    Precisión
    428
    Attack Time
    1.5
    Experiencia
    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 fuego
    Probabilidad de golpe crítico: 6%
    Tiempo de lanzamiento: 1.2 seg
    Lanza una bola de fuego hacia un objetivo que explota y daña a los enemigos cercanos.
    Inflige de 546.5 a 1639 de daño de rayo
    El radio base es de 0.9 metros
    base is projectile [1]
    spell maximum action distance +% [-40]
    DelayedLightningSpark
    Spell, Triggerable
    Tiempo de lanzamiento: 1.2 seg
    Tiempo de recarga: 6 seg
    Inflige de 518.9 a 1557 de daño de rayo
    La duración base es de 0.5 segundos
    Velocidad de proyectiles aumentada un 25%
    active skill area of effect radius +% final [-75]
    spell maximum action distance +% [-40]
    SummonedSparkDaemonLightning
    Spell, Multicastable, Triggerable
    Tiempo de lanzamiento: 1 seg
    Velocidad de proyectiles aumentada un 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 = { }, },
        },
    }
    
    Promotor Vaal
    Humanoide
    Vaal Advocate
    SpectreY
    TagsLanzador de hechizos, 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
  • Mercader de carne vaal, Entusiasta Vaal, Fanático Vaal, Entusiasta Vaal, Promotor Vaal
  • Vida
    405%
    Armaduras
    +20%
    Evasión
    +40%
    Ailment Threshold
    405%
    Resistencia
    35 35 35 20
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    120%
    Type
    VaalCultistSpearChampionMap
    Metadata
    VaalCultistSpearLightningChampionMapMemoryLine_
    Nivel
    68
    Vida
    26,055
    Armaduras
    34,548
    Evasión
    6,635
    Escudo de energía
    0
    Damage
    560
    Daño de hechizos
    560
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    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 fuego
    Probabilidad de golpe crítico: 6%
    Tiempo de lanzamiento: 1.2 seg
    Lanza una bola de fuego hacia un objetivo que explota y daña a los enemigos cercanos.
    Inflige de 335.5 a 1006 de daño de rayo
    El radio base es de 0.9 metros
    base is projectile [1]
    spell maximum action distance +% [-40]
    DelayedLightningSpark
    Spell, Triggerable
    Tiempo de lanzamiento: 1.2 seg
    Tiempo de recarga: 6 seg
    Inflige de 334.1 a 1002 de daño de rayo
    La duración base es de 0.5 segundos
    Velocidad de proyectiles aumentada un 25%
    active skill area of effect radius +% final [-75]
    spell maximum action distance +% [-40]
    SummonedSparkDaemonLightning
    Spell, Multicastable, Triggerable
    Tiempo de lanzamiento: 1 seg
    Velocidad de proyectiles aumentada un 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 = { }, },
        },
    }
    
    Promotor Vaal
    Humanoide
    Vaal Advocate
    SpectreY
    Spectre OverrideMetadata/Monsters/KitavaCultist/VaalCultistSpearFireChampionTempleMapSpectre_
    AreaSala de Incursión, Sala de Incursión, Sala de Incursión
    TagsLanzador de hechizos, 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
    Vida
    405%
    Armaduras
    +20%
    Evasión
    +40%
    Ailment Threshold
    405%
    Resistencia
    35 35 35 20
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    120%
    Type
    VaalCultistSpearChampionMap
    Metadata
    VaalCultistSpearFireChampionMap
    Nivel
    78
    Vida
    73,864
    Armaduras
    75,521
    Evasión
    9,334
    Escudo de energía
    0
    Damage
    1,013
    Daño de hechizos
    1,013
    Precisión
    428
    Attack Time
    1.5
    Experiencia
    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 fuego
    Probabilidad de golpe crítico: 6%
    Tiempo de lanzamiento: 1.2 seg
    Lanza una bola de fuego hacia un objetivo que explota y daña a los enemigos cercanos.
    Inflige de 777.1 a 1166 de daño de fuego
    El radio base es de 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 de fuego
    Tiempo de lanzamiento: 1.2 seg
    Tiempo de recarga: 6 seg
    Una lluvia de bolas de fuego cae sobre el área objetivo. Las bolas de fuego explotan al impactar e infligen daño a los enemigos cercanos.
    La duración base es de 0.6 segundos
    Inflige de 1700 a 2551 de daño de fuego
    Un impacto cada 0.2 segundos
    El radio base es de 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 = { }, },
        },
    }
    
    Promotor Vaal
    Humanoide
    Vaal Advocate
    SpectreY
    TagsLanzador de hechizos, 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
  • Mercader de carne vaal, Entusiasta Vaal, Fanático Vaal, Entusiasta Vaal, Promotor Vaal
  • Vida
    405%
    Armaduras
    +20%
    Evasión
    +40%
    Ailment Threshold
    405%
    Resistencia
    35 35 35 20
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    120%
    Type
    VaalCultistSpearChampionMap
    Metadata
    VaalCultistSpearFireChampionMapMemoryLine_
    Nivel
    68
    Vida
    26,055
    Armaduras
    34,548
    Evasión
    6,635
    Escudo de energía
    0
    Damage
    560
    Daño de hechizos
    560
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    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 fuego
    Probabilidad de golpe crítico: 6%
    Tiempo de lanzamiento: 1.2 seg
    Lanza una bola de fuego hacia un objetivo que explota y daña a los enemigos cercanos.
    Inflige de 477.1 a 715.6 de daño de fuego
    El radio base es de 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 de fuego
    Tiempo de lanzamiento: 1.2 seg
    Tiempo de recarga: 6 seg
    Una lluvia de bolas de fuego cae sobre el área objetivo. Las bolas de fuego explotan al impactar e infligen daño a los enemigos cercanos.
    La duración base es de 0.6 segundos
    Inflige de 1149 a 1723 de daño de fuego
    Un impacto cada 0.2 segundos
    El radio base es de 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 = { }, },
        },
    }
    
    Promotor Vaal
    Humanoide
    Vaal Advocate
    SpectreY
    Spectre OverrideMetadata/Monsters/KitavaCultist/VaalCultistSpearBloodChampionTempleMapSpectre
    AreaSala de Incursión, Sala de Incursión, Sala de Incursión
    TagsLanzador de hechizos, 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
    Vida
    405%
    Armaduras
    +20%
    Evasión
    +40%
    Ailment Threshold
    405%
    Resistencia
    35 35 35 20
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    120%
    Type
    VaalCultistSpearChampionMap
    Metadata
    VaalCultistSpearBloodChampionMap
    Nivel
    78
    Vida
    73,864
    Armaduras
    75,521
    Evasión
    9,334
    Escudo de energía
    0
    Damage
    1,013
    Daño de hechizos
    1,013
    Precisión
    428
    Attack Time
    1.5
    Experiencia
    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
    Tiempo de lanzamiento: 1.2 seg
    Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
    Inflige de 516.1 a 774.1 de daño 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
    Tiempo de lanzamiento: 1.5 seg
    Tiempo de 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 = { }, },
        },
    }
    
    Promotor Vaal
    Humanoide
    Vaal Advocate
    SpectreY
    TagsLanzador de hechizos, 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
  • Mercader de carne vaal, Entusiasta Vaal, Fanático Vaal, Entusiasta Vaal, Promotor Vaal
  • Vida
    405%
    Armaduras
    +20%
    Evasión
    +40%
    Ailment Threshold
    405%
    Resistencia
    35 35 35 20
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    120%
    Type
    VaalCultistSpearChampionMap
    Metadata
    VaalCultistSpearBloodChampionMapMemoryLine
    Nivel
    68
    Vida
    26,055
    Armaduras
    34,548
    Evasión
    6,635
    Escudo de energía
    0
    Damage
    560
    Daño de hechizos
    560
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    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
    Tiempo de lanzamiento: 1.2 seg
    Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
    Inflige de 365.9 a 548.8 de daño 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
    Tiempo de lanzamiento: 1.5 seg
    Tiempo de 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 = { }, },
        },
    }
    
    Promotor Vaal
    Humanoide
    Vaal Advocate
    SpectreY
    Spectre OverrideMetadata/Monsters/KitavaCultist/VaalCultistSpearChaosChampionTempleMapSpectre
    AreaSala de Incursión, Sala de Incursión, Sala de Incursión
    TagsLanzador de hechizos, 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
    Vida
    405%
    Armaduras
    +20%
    Evasión
    +40%
    Ailment Threshold
    405%
    Resistencia
    35 35 35 20
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    120%
    Type
    VaalCultistSpearChampionMap
    Metadata
    VaalCultistSpearChaosChampionMap
    Nivel
    78
    Vida
    73,864
    Armaduras
    75,521
    Evasión
    9,334
    Escudo de energía
    0
    Damage
    1,013
    Daño de hechizos
    1,013
    Precisión
    428
    Attack Time
    1.5
    Experiencia
    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 fuego
    Probabilidad de golpe crítico: 6%
    Tiempo de lanzamiento: 1.2 seg
    Lanza una bola de fuego hacia un objetivo que explota y daña a los enemigos cercanos.
    Inflige de 250 a 375 de daño de caos
    El radio base es de 0.9 metros
    base is projectile [1]
    spell maximum action distance +% [-40]
    IncursionSummonPhantasms
    Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
    Tiempo de lanzamiento: 2 seg
    Tiempo de 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
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 2.5 seg
    Tiempo de recarga: 8 seg
    Inflige de 233 a 349.6 de daño físico
    El 30% del daño físico se convierte en daño de caos
    Provoca +8 estallidos
    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 = { }, },
        },
    }
    
    Promotor Vaal
    Humanoide
    Vaal Advocate
    SpectreY
    TagsLanzador de hechizos, 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
  • Mercader de carne vaal, Entusiasta Vaal, Fanático Vaal, Entusiasta Vaal, Promotor Vaal
  • Vida
    405%
    Armaduras
    +20%
    Evasión
    +40%
    Ailment Threshold
    405%
    Resistencia
    35 35 35 20
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    120%
    Type
    VaalCultistSpearChampionMap
    Metadata
    VaalCultistSpearChaosChampionMapMemoryLine
    Nivel
    68
    Vida
    26,055
    Armaduras
    34,548
    Evasión
    6,635
    Escudo de energía
    0
    Damage
    560
    Daño de hechizos
    560
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    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 fuego
    Probabilidad de golpe crítico: 6%
    Tiempo de lanzamiento: 1.2 seg
    Lanza una bola de fuego hacia un objetivo que explota y daña a los enemigos cercanos.
    Inflige de 195.3 a 292.9 de daño de caos
    El radio base es de 0.9 metros
    base is projectile [1]
    spell maximum action distance +% [-40]
    IncursionSummonPhantasms
    Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
    Tiempo de lanzamiento: 2 seg
    Tiempo de 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
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 2.5 seg
    Tiempo de recarga: 8 seg
    Inflige de 186.5 a 279.8 de daño físico
    El 30% del daño físico se convierte en daño de caos
    Provoca +8 estallidos
    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.