Estazunti, Architect of the Vault
Humanoid
SpectreN
Tagscaster, cultist, fast_movement, fire_affinity, human, humanoid, is_unarmed, light_armour, medium_height, not_dex, not_str, ranged, red_blood, vaal_architect_incursion
Life
500%
Energy Shield From Life
100%
Ailment Threshold
500%
Resistance
30 30 30 20
Damage
134%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 12
Attack Time
1.755 Second
Damage Spread
±20%
Experience
200%
Model Size
100%
Type
VaalArchitect
Metadata
VaalArchitect15
Level
68
Life
32,167
Armour
28,790
Evasion
4,739
Energy Shield
6,127
Damage
501
Spell Damage
501
Accuracy
290
Attack Time
1.755
Experience
20,510
Ailment Threshold
32,167
Chill
102
Shock
102
Brittle
575
Scorch
102
Sap
281
VaalIncursionArchitectProjectileFire
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Fireball
Critical Strike Chance: 6%
Cast Time: 1.33 sec
Unleashes a ball of fire towards a target which explodes, damaging nearby foes.
Deals 982 to 1473 Fire Damage
Base radius is 0.9 metres
base is projectile [1]
projectile uses contact position [1]
VaalIncursionArchitectProjectileFire2
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Fireball
Critical Strike Chance: 6%
Cast Time: 1.67 sec
Unleashes a ball of fire towards a target which explodes, damaging nearby foes.
Deals 982 to 1473 Fire Damage
Base radius is 0.9 metres
base is projectile [1]
projectile uses contact position [1]
VaalIncursionArchitectProjectileFireCombo
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Fireball
Critical Strike Chance: 6%
Cast Time: 3 sec
Cooldown Time: 6 sec
Unleashes a ball of fire towards a target which explodes, damaging nearby foes.
Deals 862 to 1293 Fire Damage
Base radius is 0.9 metres
base is projectile [1]
projectile uses contact position [1]
GeometrySpellFireCombo
Spell, Triggerable
Critical Strike Chance: 5%
Cast Time: 1 sec
Hits always Ignite
Deals 1426 to 2140 Fire Damage
100% more Damage with Ignite
active skill ignite duration +% final [-40]
is area damage [1]
ExpandingPulse
Spell, Triggerable
Critical Strike Chance: 5%
Cast Time: 3.17 sec
Cooldown Time: 10 sec
Deals 1415 to 2123 Physical Damage
Hits always Ignite
60% of Physical Damage Converted to Fire Damage
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
VaalIncursionSuperFirestorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Firestorm
Cast Time: 2.53 sec
Cooldown Time: 16 sec
Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.
Base duration is 10 seconds
Deals 1379 to 2069 Fire Damage
One impact every 0.6 seconds
Base radius is 1 metre
firestorm avoid unwalkable terrain [1]
firestorm base area of effect +% [200]
firestorm use server effects [1]
is area damage [1]
IncursionArchitectFireSlashLeft
Triggerable, Attack
Base Damage: 400–601
Critical Strike Chance: 5%
Attack Damage: 70%
Attack Time: 1.755 sec
Deals 30% less Attack Damage
Deals 149.5% more Damage
75% of Physical Damage Converted to Fire Damage
25% less Attack Speed
is area damage [1]
IncursionArchitectFireSlashRight
Triggerable, Attack
Base Damage: 400–601
Critical Strike Chance: 5%
Attack Damage: 70%
Attack Time: 1.755 sec
Deals 30% less Attack Damage
Deals 149.5% more Damage
75% of Physical Damage Converted to Fire Damage
25% less Attack Speed
is area damage [1]
EmptyActionAttackArchitectCombo
Attack
Base Damage: 400–601
Critical Strike Chance: 5%
Attack Time: 1.755 sec
Cooldown Time: 10 sec
25% less Attack Speed
main hand base maximum attack distance [10]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]

Object Type

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

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueIncursion/VaalArchitect"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/VaalArchitect/VaalArchitect15"] = {
    name = "Estazunti, Architect of the Vault",
    life = 5,
    energyShield = 1,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.34,
    damageSpread = 0.2,
    attackTime = 1.755,
    attackRange = 12,
    accuracy = 1,
    skillList = {
        "VaalIncursionSuperFirestorm",
        "GeometrySpellFireCombo",
        "EmptyActionAttackArchitectCombo",
        "VaalIncursionArchitectProjectileFire",
        "VaalIncursionArchitectProjectileFire2",
        "VaalIncursionArchitectProjectileFireCombo",
        "IncursionArchitectFireSlashLeft",
        "IncursionArchitectFireSlashRight",
        "ExpandingPulse",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalIncursionSuperFirestorm"] = {
    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 = 2.53,
    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",
        "firestorm_avoid_unwalkable_terrain",
        "firestorm_use_server_effects",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 10000, 600, 200, 10, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GeometrySpellFireCombo"] = {
    name = "GeometrySpellFireCombo",
    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_fire_damage",
        "spell_maximum_base_fire_damage",
        "active_skill_ignite_damage_+%_final",
        "active_skill_ignite_duration_+%_final",
        "is_area_damage",
        "always_ignite",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 100, -40, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionAttackArchitectCombo"] = {
    name = "EmptyActionAttackArchitectCombo",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "main_hand_base_maximum_attack_distance",
        "active_skill_attack_speed_+%_final",
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
    },
    levels = {
        [1] = {10, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalIncursionArchitectProjectileFire"] = {
    name = "Fireball",
    hidden = true,
    color = 4,
    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.33,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "active_skill_base_area_of_effect_radius",
        "base_is_projectile",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 9, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 9, critChance = 6, levelRequirement = 67, statInterpolation = {3, 3},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 9, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalIncursionArchitectProjectileFire2"] = {
    name = "Fireball",
    hidden = true,
    color = 4,
    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.67,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "active_skill_base_area_of_effect_radius",
        "base_is_projectile",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 9, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 9, critChance = 6, levelRequirement = 67, statInterpolation = {3, 3},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 9, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalIncursionArchitectProjectileFireCombo"] = {
    name = "Fireball",
    hidden = true,
    color = 4,
    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 = 3,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "active_skill_base_area_of_effect_radius",
        "base_is_projectile",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 9, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["IncursionArchitectFireSlashLeft"] = {
    name = "IncursionArchitectFireSlashLeft",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_fire",
        "active_skill_attack_speed_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0, 75, -25, baseMultiplier = 0.7, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {0, 75, -25, baseMultiplier = 0.7, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
        [3] = {1, 75, -25, baseMultiplier = 0.7, levelRequirement = 21, statInterpolation = {2},  cost = { }, },
        [4] = {200, 75, -25, baseMultiplier = 0.7, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["IncursionArchitectFireSlashRight"] = {
    name = "IncursionArchitectFireSlashRight",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_fire",
        "active_skill_attack_speed_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0, 75, -25, baseMultiplier = 0.7, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {0, 75, -25, baseMultiplier = 0.7, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
        [3] = {1, 75, -25, baseMultiplier = 0.7, levelRequirement = 21, statInterpolation = {2},  cost = { }, },
        [4] = {200, 75, -25, baseMultiplier = 0.7, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExpandingPulse"] = {
    name = "ExpandingPulse",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.17,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "skill_physical_damage_%_to_convert_to_fire",
        "is_area_damage",
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
        "always_ignite",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 60, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
Estazunti, Architect of the Vault
Humanoid
SpectreN
Tagscaster, cultist, fast_movement, fire_affinity, human, humanoid, is_unarmed, light_armour, medium_height, not_dex, not_str, ranged, red_blood, vaal_architect_incursion
Life
500%
Energy Shield From Life
100%
Ailment Threshold
500%
Resistance
30 30 30 20
Damage
134%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 12
Attack Time
1.755 Second
Damage Spread
±20%
Experience
200%
Model Size
100%
Type
VaalArchitect
Metadata
VaalArchitect15MemoryLine
Level
68
Life
32,167
Armour
28,790
Evasion
4,739
Energy Shield
6,127
Damage
501
Spell Damage
501
Accuracy
290
Attack Time
1.755
Experience
20,510
Ailment Threshold
32,167
Chill
102
Shock
102
Brittle
575
Scorch
102
Sap
281
VaalIncursionArchitectProjectileFire
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Fireball
Critical Strike Chance: 6%
Cast Time: 1.33 sec
Unleashes a ball of fire towards a target which explodes, damaging nearby foes.
Deals 982 to 1473 Fire Damage
Base radius is 0.9 metres
base is projectile [1]
projectile uses contact position [1]
VaalIncursionArchitectProjectileFire2
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Fireball
Critical Strike Chance: 6%
Cast Time: 1.67 sec
Unleashes a ball of fire towards a target which explodes, damaging nearby foes.
Deals 982 to 1473 Fire Damage
Base radius is 0.9 metres
base is projectile [1]
projectile uses contact position [1]
VaalIncursionArchitectProjectileFireCombo
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Fireball
Critical Strike Chance: 6%
Cast Time: 3 sec
Cooldown Time: 6 sec
Unleashes a ball of fire towards a target which explodes, damaging nearby foes.
Deals 862 to 1293 Fire Damage
Base radius is 0.9 metres
base is projectile [1]
projectile uses contact position [1]
GeometrySpellFireCombo
Spell, Triggerable
Critical Strike Chance: 5%
Cast Time: 1 sec
Hits always Ignite
Deals 1426 to 2140 Fire Damage
100% more Damage with Ignite
active skill ignite duration +% final [-40]
is area damage [1]
ExpandingPulse
Spell, Triggerable
Critical Strike Chance: 5%
Cast Time: 3.17 sec
Cooldown Time: 10 sec
Deals 1415 to 2123 Physical Damage
Hits always Ignite
60% of Physical Damage Converted to Fire Damage
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
VaalIncursionSuperFirestorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Firestorm
Cast Time: 2.53 sec
Cooldown Time: 16 sec
Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.
Base duration is 10 seconds
Deals 1379 to 2069 Fire Damage
One impact every 0.6 seconds
Base radius is 1 metre
firestorm avoid unwalkable terrain [1]
firestorm base area of effect +% [200]
firestorm use server effects [1]
is area damage [1]
IncursionArchitectFireSlashLeft
Triggerable, Attack
Base Damage: 400–601
Critical Strike Chance: 5%
Attack Damage: 70%
Attack Time: 1.755 sec
Deals 30% less Attack Damage
Deals 149.5% more Damage
75% of Physical Damage Converted to Fire Damage
25% less Attack Speed
is area damage [1]
IncursionArchitectFireSlashRight
Triggerable, Attack
Base Damage: 400–601
Critical Strike Chance: 5%
Attack Damage: 70%
Attack Time: 1.755 sec
Deals 30% less Attack Damage
Deals 149.5% more Damage
75% of Physical Damage Converted to Fire Damage
25% less Attack Speed
is area damage [1]
EmptyActionAttackArchitectCombo
Attack
Base Damage: 400–601
Critical Strike Chance: 5%
Attack Time: 1.755 sec
Cooldown Time: 10 sec
25% less Attack Speed
main hand base maximum attack distance [10]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]

Object Type

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

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueIncursion/VaalArchitect"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/VaalArchitect/VaalArchitect15MemoryLine"] = {
    name = "Estazunti, Architect of the Vault",
    life = 5,
    energyShield = 1,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.34,
    damageSpread = 0.2,
    attackTime = 1.755,
    attackRange = 12,
    accuracy = 1,
    skillList = {
        "VaalIncursionSuperFirestorm",
        "GeometrySpellFireCombo",
        "EmptyActionAttackArchitectCombo",
        "VaalIncursionArchitectProjectileFire",
        "VaalIncursionArchitectProjectileFire2",
        "VaalIncursionArchitectProjectileFireCombo",
        "IncursionArchitectFireSlashLeft",
        "IncursionArchitectFireSlashRight",
        "ExpandingPulse",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalIncursionSuperFirestorm"] = {
    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 = 2.53,
    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",
        "firestorm_avoid_unwalkable_terrain",
        "firestorm_use_server_effects",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 10000, 600, 200, 10, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GeometrySpellFireCombo"] = {
    name = "GeometrySpellFireCombo",
    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_fire_damage",
        "spell_maximum_base_fire_damage",
        "active_skill_ignite_damage_+%_final",
        "active_skill_ignite_duration_+%_final",
        "is_area_damage",
        "always_ignite",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 100, -40, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionAttackArchitectCombo"] = {
    name = "EmptyActionAttackArchitectCombo",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "main_hand_base_maximum_attack_distance",
        "active_skill_attack_speed_+%_final",
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
    },
    levels = {
        [1] = {10, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalIncursionArchitectProjectileFire"] = {
    name = "Fireball",
    hidden = true,
    color = 4,
    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.33,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "active_skill_base_area_of_effect_radius",
        "base_is_projectile",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 9, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 9, critChance = 6, levelRequirement = 67, statInterpolation = {3, 3},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 9, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalIncursionArchitectProjectileFire2"] = {
    name = "Fireball",
    hidden = true,
    color = 4,
    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.67,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "active_skill_base_area_of_effect_radius",
        "base_is_projectile",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 9, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 9, critChance = 6, levelRequirement = 67, statInterpolation = {3, 3},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 9, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalIncursionArchitectProjectileFireCombo"] = {
    name = "Fireball",
    hidden = true,
    color = 4,
    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 = 3,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "active_skill_base_area_of_effect_radius",
        "base_is_projectile",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 9, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["IncursionArchitectFireSlashLeft"] = {
    name = "IncursionArchitectFireSlashLeft",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_fire",
        "active_skill_attack_speed_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0, 75, -25, baseMultiplier = 0.7, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {0, 75, -25, baseMultiplier = 0.7, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
        [3] = {1, 75, -25, baseMultiplier = 0.7, levelRequirement = 21, statInterpolation = {2},  cost = { }, },
        [4] = {200, 75, -25, baseMultiplier = 0.7, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["IncursionArchitectFireSlashRight"] = {
    name = "IncursionArchitectFireSlashRight",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_fire",
        "active_skill_attack_speed_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0, 75, -25, baseMultiplier = 0.7, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {0, 75, -25, baseMultiplier = 0.7, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
        [3] = {1, 75, -25, baseMultiplier = 0.7, levelRequirement = 21, statInterpolation = {2},  cost = { }, },
        [4] = {200, 75, -25, baseMultiplier = 0.7, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExpandingPulse"] = {
    name = "ExpandingPulse",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.17,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "skill_physical_damage_%_to_convert_to_fire",
        "is_area_damage",
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
        "always_ignite",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 60, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
Estazunti, Architect of the Vault
Humanoid
is incursion temple architect [1]
is incursion temple boss [1]
SpectreN
Tagscaster, cultist, fast_movement, fire_affinity, human, humanoid, is_unarmed, light_armour, medium_height, not_dex, not_str, ranged, red_blood, vaal_architect_temple
Life
500%
Energy Shield From Life
100%
Ailment Threshold
500%
Resistance
30 30 30 20
Damage
134%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 12
Attack Time
1.755 Second
Damage Spread
±20%
Experience
200%
Model Size
100%
Type
TempleVaalArchitect
Metadata
TempleVaalArchitect15_
Level
68
Life
32,167
Armour
28,790
Evasion
4,739
Energy Shield
6,127
Damage
501
Spell Damage
501
Accuracy
290
Attack Time
1.755
Experience
20,510
Ailment Threshold
32,167
Chill
102
Shock
102
Brittle
575
Scorch
102
Sap
281
VaalIncursionArchitectProjectileFire
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Fireball
Critical Strike Chance: 6%
Cast Time: 1.33 sec
Unleashes a ball of fire towards a target which explodes, damaging nearby foes.
Deals 982 to 1473 Fire Damage
Base radius is 0.9 metres
base is projectile [1]
projectile uses contact position [1]
VaalIncursionArchitectProjectileFire2
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Fireball
Critical Strike Chance: 6%
Cast Time: 1.67 sec
Unleashes a ball of fire towards a target which explodes, damaging nearby foes.
Deals 982 to 1473 Fire Damage
Base radius is 0.9 metres
base is projectile [1]
projectile uses contact position [1]
VaalIncursionArchitectProjectileFireCombo
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Fireball
Critical Strike Chance: 6%
Cast Time: 3 sec
Cooldown Time: 6 sec
Unleashes a ball of fire towards a target which explodes, damaging nearby foes.
Deals 862 to 1293 Fire Damage
Base radius is 0.9 metres
base is projectile [1]
projectile uses contact position [1]
GeometrySpellFireCombo
Spell, Triggerable
Critical Strike Chance: 5%
Cast Time: 1 sec
Hits always Ignite
Deals 1426 to 2140 Fire Damage
100% more Damage with Ignite
active skill ignite duration +% final [-40]
is area damage [1]
ExpandingPulse
Spell, Triggerable
Critical Strike Chance: 5%
Cast Time: 3.17 sec
Cooldown Time: 10 sec
Deals 1415 to 2123 Physical Damage
Hits always Ignite
60% of Physical Damage Converted to Fire Damage
is area damage [1]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]
VaalIncursionSuperFirestorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Firestorm
Cast Time: 2.53 sec
Cooldown Time: 16 sec
Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.
Base duration is 10 seconds
Deals 1379 to 2069 Fire Damage
One impact every 0.6 seconds
Base radius is 1 metre
firestorm avoid unwalkable terrain [1]
firestorm base area of effect +% [200]
firestorm use server effects [1]
is area damage [1]
IncursionArchitectFireSlashLeft
Triggerable, Attack
Base Damage: 400–601
Critical Strike Chance: 5%
Attack Damage: 70%
Attack Time: 1.755 sec
Deals 30% less Attack Damage
Deals 149.5% more Damage
75% of Physical Damage Converted to Fire Damage
25% less Attack Speed
is area damage [1]
IncursionArchitectFireSlashRight
Triggerable, Attack
Base Damage: 400–601
Critical Strike Chance: 5%
Attack Damage: 70%
Attack Time: 1.755 sec
Deals 30% less Attack Damage
Deals 149.5% more Damage
75% of Physical Damage Converted to Fire Damage
25% less Attack Speed
is area damage [1]
EmptyActionAttackArchitectCombo
Attack
Base Damage: 400–601
Critical Strike Chance: 5%
Attack Time: 1.755 sec
Cooldown Time: 10 sec
25% less Attack Speed
main hand base maximum attack distance [10]
skill cannot be interrupted [1]
skill cannot be knocked back [1]
skill cannot be stunned [1]

Object Type

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

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueIncursion/TempleVaalArchitect"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/VaalArchitect/TempleVaalArchitect15_"] = {
    name = "Estazunti, Architect of the Vault",
    life = 5,
    energyShield = 1,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.34,
    damageSpread = 0.2,
    attackTime = 1.755,
    attackRange = 12,
    accuracy = 1,
    skillList = {
        "VaalIncursionSuperFirestorm",
        "GeometrySpellFireCombo",
        "EmptyActionAttackArchitectCombo",
        "VaalIncursionArchitectProjectileFire",
        "VaalIncursionArchitectProjectileFire2",
        "VaalIncursionArchitectProjectileFireCombo",
        "IncursionArchitectFireSlashLeft",
        "IncursionArchitectFireSlashRight",
        "ExpandingPulse",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalIncursionSuperFirestorm"] = {
    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 = 2.53,
    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",
        "firestorm_avoid_unwalkable_terrain",
        "firestorm_use_server_effects",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 10000, 600, 200, 10, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GeometrySpellFireCombo"] = {
    name = "GeometrySpellFireCombo",
    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_fire_damage",
        "spell_maximum_base_fire_damage",
        "active_skill_ignite_damage_+%_final",
        "active_skill_ignite_duration_+%_final",
        "is_area_damage",
        "always_ignite",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 100, -40, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionAttackArchitectCombo"] = {
    name = "EmptyActionAttackArchitectCombo",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "main_hand_base_maximum_attack_distance",
        "active_skill_attack_speed_+%_final",
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
    },
    levels = {
        [1] = {10, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalIncursionArchitectProjectileFire"] = {
    name = "Fireball",
    hidden = true,
    color = 4,
    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.33,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "active_skill_base_area_of_effect_radius",
        "base_is_projectile",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 9, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 9, critChance = 6, levelRequirement = 67, statInterpolation = {3, 3},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 9, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalIncursionArchitectProjectileFire2"] = {
    name = "Fireball",
    hidden = true,
    color = 4,
    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.67,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "active_skill_base_area_of_effect_radius",
        "base_is_projectile",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 9, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 9, critChance = 6, levelRequirement = 67, statInterpolation = {3, 3},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 9, critChance = 6, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalIncursionArchitectProjectileFireCombo"] = {
    name = "Fireball",
    hidden = true,
    color = 4,
    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 = 3,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "active_skill_base_area_of_effect_radius",
        "base_is_projectile",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 9, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["IncursionArchitectFireSlashLeft"] = {
    name = "IncursionArchitectFireSlashLeft",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_fire",
        "active_skill_attack_speed_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0, 75, -25, baseMultiplier = 0.7, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {0, 75, -25, baseMultiplier = 0.7, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
        [3] = {1, 75, -25, baseMultiplier = 0.7, levelRequirement = 21, statInterpolation = {2},  cost = { }, },
        [4] = {200, 75, -25, baseMultiplier = 0.7, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["IncursionArchitectFireSlashRight"] = {
    name = "IncursionArchitectFireSlashRight",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_fire",
        "active_skill_attack_speed_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0, 75, -25, baseMultiplier = 0.7, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {0, 75, -25, baseMultiplier = 0.7, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
        [3] = {1, 75, -25, baseMultiplier = 0.7, levelRequirement = 21, statInterpolation = {2},  cost = { }, },
        [4] = {200, 75, -25, baseMultiplier = 0.7, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExpandingPulse"] = {
    name = "ExpandingPulse",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.17,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "skill_physical_damage_%_to_convert_to_fire",
        "is_area_damage",
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
        "always_ignite",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 60, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
is incursion temple architect [1]
IdMonsterIncursionArchitect
FamilyMonsterIncursionArchitect
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • is incursion temple architect Min: 1 Max: 1 Global
  • is incursion temple boss [1]
    IdMonsterIncursionBoss
    FamilyMonsterIncursionBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • is incursion temple boss Min: 1 Max: 1 Global
  • Edit

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