Conquérant béni par le sang
Humanoïde
monster ignores delve darkness mechanic [1]
Bloodblessed Conqueror
SpectreY
Spectre OverrideMetadata/Monsters/LegionLeague/LegionVaalCultistSergeantSpectre
TagsLanceur de sorts, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, humanoid, legion_monster, medium_height, medium_movement, no_pantheon_mod, not_int, physical_affinity, puncturing_weapon, ranged, red_blood
Vie
261%
Armure
+25%
Évasion
+40%
Ailment Threshold
261%
Résistance
30 30 30 20
Damage
149%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 9
Attack Time
1.335 Second
Damage Spread
±20%
Expérience
175%
Model Size
120%
Type
LegionVaalCultistSergeant
Metadata
LegionVaalCultistSergeant
Niveau
68
Vie
16,791
Armure
35,988
Score d'Évasion
6,635
Damage
557
Dégâts des sorts
557
Précision
580
Attack Time
1.335
Expérience
17,946
Minion Life
3,642
Minion Damage
444
Ailment Threshold
16,791
Chill
53
Shock
53
Brittle
300
Scorch
53
Sap
147
VaalincursionMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Temps d'incantation: 1.2 sec.
Compétence de mortier de monstre générique. Idem au Projectile de monstre, mais a un effet d'impact.
Inflige 439.3 à 658.9 Dégâts physiques
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]
LegionSpecialBloodCannon
Spell, Damage
Chances de coup critique: 5%
Temps d'incantation: 2 sec.
Temps de recharge: 8 sec.
Inflige 449.4 à 674.1 Dégâts physiques
active skill area of effect radius +% final [-40]
is area damage [1]
spell maximum action distance +% [-50]
LegionVaalSiphonField
Spell, Triggerable
Chances de coup critique: 5%
Temps d'incantation: 1 sec.
Inflige 214 à 320.9 Dégâts physiques
Vous ne pouvez pas Étourdir les Ennemis au Toucher
is area damage [1]
GeometryTriggerVaalSiphonField
Triggerable, Spell
Temps d'incantation: 2 sec.
Temps de recharge: 12 sec.
skill cannot be knocked back [1]
skill cannot be stunned [1]

Object Type

version 2
extends "Metadata/Monsters/LegionLeague/LegionSergeantBase"

Object Type Codes

version 2
extends "Metadata/Monsters/LegionLeague/LegionSergeantBase"

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/LegionLeague/LegionVaalCultistSergeant"] = {
    name = "Bloodblessed Conqueror",
    life = 2.61,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.49,
    damageSpread = 0.2,
    attackTime = 1.335,
    attackRange = 9,
    accuracy = 1,
    weaponType1 = "Thrusting One Hand Sword",
    skillList = {
        "VaalincursionMortar",
        "LegionVaalSiphonField",
        "LegionSpecialBloodCannon",
        "GeometryTriggerVaalSiphonField",
    },
    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["LegionVaalSiphonField"] = {
    name = "LegionVaalSiphonField",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "is_area_damage",
        "cannot_stun",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LegionSpecialBloodCannon"] = {
    name = "LegionSpecialBloodCannon",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "spell_maximum_action_distance_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -50, -40, critChance = 5, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GeometryTriggerVaalSiphonField"] = {
    name = "GeometryTriggerVaalSiphonField",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
monster ignores delve darkness mechanic [1]
IdMonsterIgnoresDelveDarkness
FamilyMonsterIgnoresDelveDarkness
Domainsmonstre (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster ignores delve darkness mechanic Min: 1 Max: 1 Global
  • Conquérant béni par le sang
    Humanoïde
    monster ignores delve darkness mechanic [1]
    Bloodblessed Conqueror
    SpectreY
    TagsLanceur de sorts, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, humanoid, legion_monster, medium_movement, no_pantheon_mod, not_int, physical_affinity, puncturing_weapon, ranged, red_blood
    Vie
    261%
    Armure
    +25%
    Évasion
    +40%
    Ailment Threshold
    261%
    Résistance
    30 30 30 20
    Damage
    149%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.335 Second
    Damage Spread
    ±20%
    Expérience
    175%
    Model Size
    120%
    Type
    LegionVaalCultistSergeant
    Metadata
    LegionVaalCultistSergeantSpectre
    Niveau
    68
    Vie
    16,791
    Armure
    35,988
    Score d'Évasion
    6,635
    Damage
    557
    Dégâts des sorts
    557
    Précision
    580
    Attack Time
    1.335
    Expérience
    17,946
    Minion Life
    3,642
    Minion Damage
    444
    Ailment Threshold
    16,791
    Chill
    53
    Shock
    53
    Brittle
    300
    Scorch
    53
    Sap
    147
    VaalincursionMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Temps d'incantation: 1.2 sec.
    Compétence de mortier de monstre générique. Idem au Projectile de monstre, mais a un effet d'impact.
    Inflige 439.3 à 658.9 Dégâts physiques
    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]
    LegionSpecialBloodCannon
    Spell, Damage
    Chances de coup critique: 5%
    Temps d'incantation: 2 sec.
    Temps de recharge: 8 sec.
    Inflige 449.4 à 674.1 Dégâts physiques
    active skill area of effect radius +% final [-40]
    is area damage [1]
    spell maximum action distance +% [-50]
    LegionVaalSiphonField
    Spell, Triggerable
    Chances de coup critique: 5%
    Temps d'incantation: 1 sec.
    Inflige 214 à 320.9 Dégâts physiques
    Vous ne pouvez pas Étourdir les Ennemis au Toucher
    is area damage [1]
    GeometryTriggerVaalSiphonField
    Triggerable, Spell
    Temps d'incantation: 2 sec.
    Temps de recharge: 12 sec.
    skill cannot be knocked back [1]
    skill cannot be stunned [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionSergeantBaseSpectre"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionSergeantBaseSpectre"
    
    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/LegionLeague/LegionVaalCultistSergeantSpectre"] = {
        name = "Bloodblessed Conqueror",
        life = 2.61,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.49,
        damageSpread = 0.2,
        attackTime = 1.335,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "VaalincursionMortar",
            "LegionVaalSiphonField",
            "LegionSpecialBloodCannon",
            "GeometryTriggerVaalSiphonField",
        },
        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["LegionVaalSiphonField"] = {
        name = "LegionVaalSiphonField",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LegionSpecialBloodCannon"] = {
        name = "LegionSpecialBloodCannon",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -50, -40, critChance = 5, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GeometryTriggerVaalSiphonField"] = {
        name = "GeometryTriggerVaalSiphonField",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_cannot_be_stunned",
            "skill_cannot_be_knocked_back",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster ignores delve darkness mechanic [1]
    IdMonsterIgnoresDelveDarkness
    FamilyMonsterIgnoresDelveDarkness
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster ignores delve darkness mechanic Min: 1 Max: 1 Global
  • Conquérant béni par le sang
    Humanoïde
    Bloodblessed Conqueror
    SpectreY
    Spectre OverrideMetadata/Monsters/LegionLeague/LegionVaalCultistSergeantSpectre
    TagsLanceur de sorts, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, humanoid, legion_monster, medium_height, medium_movement, no_pantheon_mod, not_int, physical_affinity, puncturing_weapon, ranged, red_blood
    Packs
  • Conquérant béni par le sang, Massacreur vaal, Éclat de sentinelle
  • Vie
    261%
    Armure
    +25%
    Évasion
    +40%
    Ailment Threshold
    261%
    Résistance
    30 30 30 20
    Damage
    149%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.335 Second
    Damage Spread
    ±20%
    Expérience
    175%
    Model Size
    120%
    Type
    LegionVaalCultistSergeant
    Metadata
    LegionVaalCultistSergeantStandalone
    Niveau
    68
    Vie
    16,791
    Armure
    35,988
    Score d'Évasion
    6,635
    Damage
    557
    Dégâts des sorts
    557
    Précision
    580
    Attack Time
    1.335
    Expérience
    17,946
    Minion Life
    3,642
    Minion Damage
    444
    Ailment Threshold
    16,791
    Chill
    53
    Shock
    53
    Brittle
    300
    Scorch
    53
    Sap
    147
    VaalincursionMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Temps d'incantation: 1.2 sec.
    Compétence de mortier de monstre générique. Idem au Projectile de monstre, mais a un effet d'impact.
    Inflige 439.3 à 658.9 Dégâts physiques
    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]
    LegionSpecialBloodCannon
    Spell, Damage
    Chances de coup critique: 5%
    Temps d'incantation: 2 sec.
    Temps de recharge: 8 sec.
    Inflige 449.4 à 674.1 Dégâts physiques
    active skill area of effect radius +% final [-40]
    is area damage [1]
    spell maximum action distance +% [-50]
    LegionVaalSiphonField
    Spell, Triggerable
    Chances de coup critique: 5%
    Temps d'incantation: 1 sec.
    Inflige 214 à 320.9 Dégâts physiques
    Vous ne pouvez pas Étourdir les Ennemis au Toucher
    is area damage [1]
    GeometryTriggerVaalSiphonField
    Triggerable, Spell
    Temps d'incantation: 2 sec.
    Temps de recharge: 12 sec.
    skill cannot be knocked back [1]
    skill cannot be stunned [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseStandalone"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseStandalone"
    
    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/LegionLeague/LegionVaalCultistSergeantStandalone"] = {
        name = "Bloodblessed Conqueror",
        life = 2.61,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.49,
        damageSpread = 0.2,
        attackTime = 1.335,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        skillList = {
            "VaalincursionMortar",
            "LegionVaalSiphonField",
            "LegionSpecialBloodCannon",
            "GeometryTriggerVaalSiphonField",
        },
        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["LegionVaalSiphonField"] = {
        name = "LegionVaalSiphonField",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LegionSpecialBloodCannon"] = {
        name = "LegionSpecialBloodCannon",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "spell_maximum_action_distance_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -50, -40, critChance = 5, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GeometryTriggerVaalSiphonField"] = {
        name = "GeometryTriggerVaalSiphonField",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_cannot_be_stunned",
            "skill_cannot_be_knocked_back",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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