Defensor Vaal Erguido
Risen Vaal Advocate
| Spectre | |
|---|---|
| Spectre Override | Metadata/Monsters/KitavaCultist/VaalCultistSpearLightningChampionTempleSpectre |
| Area | O Templo de Atzoatl, O Templo de Atzoatl, O Templo de Atzoatl, O Templo de Atzoatl, O Templo de Atzoatl, O Templo de Atzoatl, O Templo de Atzoatl |
| Tags | Conjurador, 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 |
Vida
405%
Armadura
+25%
Evasão
+40%
Ailment Threshold
405%
Resistência
Damage
150%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
75%
Model Size
120%
Type
VaalCultistSpearChampionTemple
Metadata
VaalCultistSpearLightningChampionTemple_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
55
Vida
10,846
Armadura
12,613
Evasão
4,127
Damage
287
Dano Mágico
287
Precisão
344
Attack Time
1.5
Experiência
5,144
Minion Life
2,645
Minion Damage
221
Ailment Threshold
10,846
Chill
34
Shock
34
Brittle
194
Scorch
34
Sap
95
Phys Convert Ele
175%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
FireballIncusionLightning
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Bola de Fogo
Chance de Crítico: 6%
Tempo de Conjuração: 1.2 seg
Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
O raio Base é de 0.9 metros
base is projectile [1]
spell maximum action distance +% [-40]
spell maximum base lightning damage [533.7]
spell minimum base lightning damage [177.9]
DelayedLightningSpark
Spell, Triggerable
Tempo de Conjuração: 1.2 seg
Recarga: 6 seg
Duração base é de 0.5 segundos
Velocidade de Projéteis aumentada em 25%
active skill area of effect radius +% final [-75]
spell maximum action distance +% [-40]
spell maximum base lightning damage [565.6]
spell minimum base lightning damage [188.5]
SummonedSparkDaemonLightning
Spell, Multicastable, Triggerable
Tempo de Conjuração: 1 seg
Velocidade de Projéteis aumentada em 25%
alternate minion [340]
cast on delayed skill trigger % [100]
monster no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [-90]
summoned monsters are minions [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearLightningChampionTemple_"] = {
fireResist = 35,
coldResist = 35,
lightningResist = 35,
chaosResist = 20,
name = "Risen Vaal Advocate",
life = 4.05,
damage = 1.5,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
weaponType1 = "Thrusting One Hand Sword",
skillList = {
"FireballIncusionLightning",
"DelayedLightningSpark",
"SummonedSparkDaemonLightning",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["FireballIncusionLightning"] = {
name = "Fireball",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Fire] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.2,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"spell_maximum_action_distance_+%",
"active_skill_base_area_of_effect_radius",
"base_is_projectile",
},
levels = {
[1] = {0.5, 1.5, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DelayedLightningSpark"] = {
name = "DelayedLightningSpark",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.2,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"base_skill_effect_duration",
"spell_maximum_action_distance_+%",
"active_skill_area_of_effect_radius_+%_final",
"base_projectile_speed_+%",
},
levels = {
[1] = {0.5, 1.5, 500, -40, -75, 25, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SummonedSparkDaemonLightning"] = {
name = "SummonedSparkDaemonLightning",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"cast_on_delayed_skill_trigger_%",
"alternate_minion",
"number_of_monsters_to_summon",
"summon_specific_monsters_radius_+%",
"base_projectile_speed_+%",
"summoned_monsters_are_minions",
"monster_no_drops_or_experience",
},
levels = {
[1] = {100, 340, 1, -90, 25, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
Defensor Vaal Erguido
Risen Vaal Advocate
| Spectre | |
|---|---|
| Spectre Override | Metadata/Monsters/KitavaCultist/VaalCultistSpearLightningChampionTempleMapSpectre |
| Area | O Templo de Atzoatl, O Templo de Atzoatl, O Templo de Atzoatl |
| Tags | Conjurador, 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 |
Vida
405%
Armadura
+25%
Evasão
+40%
Ailment Threshold
405%
Resistência
Damage
150%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
150%
Model Size
120%
Type
VaalCultistSpearChampionTempleMap
Metadata
VaalCultistSpearLightningChampionTempleMap
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
78
Vida
73,864
Armadura
78,668
Evasão
9,334
Damage
1,013
Dano Mágico
1,013
Precisão
856
Attack Time
1.5
Experiência
18,566
Minion Life
14,691
Minion Damage
838
Ailment Threshold
73,864
Chill
234
Shock
234
Brittle
1,321
Scorch
234
Sap
645
Phys Convert Ele
290%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
FireballIncusionLightning
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Bola de Fogo
Chance de Crítico: 6%
Tempo de Conjuração: 1.2 seg
Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
O raio Base é de 0.9 metros
base is projectile [1]
spell maximum action distance +% [-40]
spell maximum base lightning damage [2221]
spell minimum base lightning damage [740.5]
DelayedLightningSpark
Spell, Triggerable
Tempo de Conjuração: 1.2 seg
Recarga: 6 seg
Duração base é de 0.5 segundos
Velocidade de Projéteis aumentada em 25%
active skill area of effect radius +% final [-75]
spell maximum action distance +% [-40]
spell maximum base lightning damage [2109]
spell minimum base lightning damage [703.1]
SummonedSparkDaemonLightning
Spell, Multicastable, Triggerable
Tempo de Conjuração: 1 seg
Velocidade de Projéteis aumentada em 25%
alternate minion [340]
cast on delayed skill trigger % [100]
monster no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [-90]
summoned monsters are minions [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearLightningChampionTempleMap"] = {
fireResist = 35,
coldResist = 35,
lightningResist = 35,
chaosResist = 20,
name = "Risen Vaal Advocate",
life = 4.05,
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 = { }, },
},
}
Advogado Vaal Erguido
Humanóide
Risen Vaal Advocate
| Spectre | |
|---|---|
| Tags | Conjurador, 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
360%
Armadura
+25%
Evasão
+40%
Ailment Threshold
360%
Resistência
Damage
150%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
75%
Model Size
120%
Type
VaalCultistSpearChampionTempleSpectre
Metadata
VaalCultistSpearLightningChampionTempleSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
23,160
Armadura
35,988
Evasão
6,635
Damage
560
Dano Mágico
560
Precisão
580
Attack Time
1.5
Experiência
7,691
Minion Life
5,024
Minion Damage
447
Ailment Threshold
23,160
Chill
73
Shock
73
Brittle
414
Scorch
73
Sap
202
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
FireballIncusionLightning
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Bola de Fogo
Chance de Crítico: 6%
Tempo de Conjuração: 1.2 seg
Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
O raio Base é de 0.9 metros
base is projectile [1]
spell maximum action distance +% [-40]
spell maximum base lightning damage [1208]
spell minimum base lightning damage [402.8]
DelayedLightningSpark
Spell, Triggerable
Tempo de Conjuração: 1.2 seg
Recarga: 6 seg
Duração base é de 0.5 segundos
Velocidade de Projéteis aumentada em 25%
active skill area of effect radius +% final [-75]
spell maximum action distance +% [-40]
spell maximum base lightning damage [1204]
spell minimum base lightning damage [401.2]
SummonedSparkDaemonLightning
Spell, Multicastable, Triggerable
Tempo de Conjuração: 1 seg
Velocidade de Projéteis aumentada em 25%
alternate minion [340]
cast on delayed skill trigger % [100]
monster no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [-90]
summoned monsters are minions [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearLightningChampionTempleSpectre"] = {
fireResist = 35,
coldResist = 35,
lightningResist = 35,
chaosResist = 20,
name = "Risen Vaal Advocate",
life = 3.6,
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 = { }, },
},
}
Advogado Vaal Erguido
Humanóide
Risen Vaal Advocate
| Spectre | |
|---|---|
| Tags | Conjurador, 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
360%
Armadura
+25%
Evasão
+40%
Ailment Threshold
360%
Resistência
Damage
150%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
150%
Model Size
120%
Type
VaalCultistSpearChampionTempleMapSpectre
Metadata
VaalCultistSpearLightningChampionTempleMapSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
23,160
Armadura
35,988
Evasão
6,635
Damage
560
Dano Mágico
560
Precisão
580
Attack Time
1.5
Experiência
15,383
Minion Life
5,024
Minion Damage
447
Ailment Threshold
23,160
Chill
73
Shock
73
Brittle
414
Scorch
73
Sap
202
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
FireballIncusionLightning
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Bola de Fogo
Chance de Crítico: 6%
Tempo de Conjuração: 1.2 seg
Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
O raio Base é de 0.9 metros
base is projectile [1]
spell maximum action distance +% [-40]
spell maximum base lightning damage [1208]
spell minimum base lightning damage [402.8]
DelayedLightningSpark
Spell, Triggerable
Tempo de Conjuração: 1.2 seg
Recarga: 6 seg
Duração base é de 0.5 segundos
Velocidade de Projéteis aumentada em 25%
active skill area of effect radius +% final [-75]
spell maximum action distance +% [-40]
spell maximum base lightning damage [1204]
spell minimum base lightning damage [401.2]
SummonedSparkDaemonLightning
Spell, Multicastable, Triggerable
Tempo de Conjuração: 1 seg
Velocidade de Projéteis aumentada em 25%
alternate minion [340]
cast on delayed skill trigger % [100]
monster no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [-90]
summoned monsters are minions [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearLightningChampionTempleMapSpectre"] = {
fireResist = 35,
coldResist = 35,
lightningResist = 35,
chaosResist = 20,
name = "Risen Vaal Advocate",
life = 3.6,
damage = 1.5,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
weaponType1 = "Thrusting One Hand Sword",
skillList = {
"FireballIncusionLightning",
"DelayedLightningSpark",
"SummonedSparkDaemonLightning",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["FireballIncusionLightning"] = {
name = "Fireball",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Fire] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.2,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"spell_maximum_action_distance_+%",
"active_skill_base_area_of_effect_radius",
"base_is_projectile",
},
levels = {
[1] = {0.5, 1.5, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DelayedLightningSpark"] = {
name = "DelayedLightningSpark",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.2,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"base_skill_effect_duration",
"spell_maximum_action_distance_+%",
"active_skill_area_of_effect_radius_+%_final",
"base_projectile_speed_+%",
},
levels = {
[1] = {0.5, 1.5, 500, -40, -75, 25, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SummonedSparkDaemonLightning"] = {
name = "SummonedSparkDaemonLightning",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"cast_on_delayed_skill_trigger_%",
"alternate_minion",
"number_of_monsters_to_summon",
"summon_specific_monsters_radius_+%",
"base_projectile_speed_+%",
"summoned_monsters_are_minions",
"monster_no_drops_or_experience",
},
levels = {
[1] = {100, 340, 1, -90, 25, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
Defensor Vaal Erguido
Risen Vaal Advocate
| Spectre | |
|---|---|
| Spectre Override | Metadata/Monsters/KitavaCultist/VaalCultistSpearFireChampionTempleSpectre |
| Area | O Templo de Atzoatl, O Templo de Atzoatl, O Templo de Atzoatl, O Templo de Atzoatl, O Templo de Atzoatl, O Templo de Atzoatl, O Templo de Atzoatl |
| Tags | Conjurador, 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 |
Vida
405%
Armadura
+25%
Evasão
+40%
Ailment Threshold
405%
Resistência
Damage
150%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
75%
Model Size
120%
Type
VaalCultistSpearChampionTemple
Metadata
VaalCultistSpearFireChampionTemple
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
55
Vida
10,846
Armadura
12,613
Evasão
4,127
Damage
287
Dano Mágico
287
Precisão
344
Attack Time
1.5
Experiência
5,144
Minion Life
2,645
Minion Damage
221
Ailment Threshold
10,846
Chill
34
Shock
34
Brittle
194
Scorch
34
Sap
95
Phys Convert Ele
175%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
FireballIncusionFire
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Bola de Fogo
Chance de Crítico: 6%
Tempo de Conjuração: 1.2 seg
Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
Causa 253 a 379.5 de Dano de Fogo
O raio Base é 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 Flamejante
Tempo de Conjuração: 1.2 seg
Recarga: 6 seg
Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
Duração base é de 0.6 segundos
Causa 689.9 a 1035 de Dano de Fogo
Um impacto a cada 0.2 segundos
O raio Base é de 1 metro
firestorm base area of effect +% [100]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearFireChampionTemple"] = {
fireResist = 35,
coldResist = 35,
lightningResist = 35,
chaosResist = 20,
name = "Risen Vaal Advocate",
life = 4.05,
damage = 1.5,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
weaponType1 = "Thrusting One Hand Sword",
skillList = {
"FireballIncusionFire",
"VaalIncursionFirestorm",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["FireballIncusionFire"] = {
name = "Fireball",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Fire] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.2,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"spell_maximum_action_distance_+%",
"active_skill_base_area_of_effect_radius",
"base_is_projectile",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["VaalIncursionFirestorm"] = {
name = "Firestorm",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Duration] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Fire] = true,
[SkillType.Cascadable] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.2,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"base_skill_effect_duration",
"fire_storm_fireball_delay_ms",
"firestorm_base_area_of_effect_+%",
"active_skill_base_area_of_effect_radius",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 600, 200, 100, 10, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
Defensor Vaal Erguido
Risen Vaal Advocate
| Spectre | |
|---|---|
| Spectre Override | Metadata/Monsters/KitavaCultist/VaalCultistSpearFireChampionTempleMapSpectre_ |
| Area | O Templo de Atzoatl, O Templo de Atzoatl, O Templo de Atzoatl |
| Tags | Conjurador, 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 |
Vida
405%
Armadura
+25%
Evasão
+40%
Ailment Threshold
405%
Resistência
Damage
150%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
150%
Model Size
120%
Type
VaalCultistSpearChampionTempleMap
Metadata
VaalCultistSpearFireChampionTempleMap
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
78
Vida
73,864
Armadura
78,668
Evasão
9,334
Damage
1,013
Dano Mágico
1,013
Precisão
856
Attack Time
1.5
Experiência
18,566
Minion Life
14,691
Minion Damage
838
Ailment Threshold
73,864
Chill
234
Shock
234
Brittle
1,321
Scorch
234
Sap
645
Phys Convert Ele
290%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
FireballIncusionFire
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Bola de Fogo
Chance de Crítico: 6%
Tempo de Conjuração: 1.2 seg
Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
Causa 1053 a 1580 de Dano de Fogo
O raio Base é 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 Flamejante
Tempo de Conjuração: 1.2 seg
Recarga: 6 seg
Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
Duração base é de 0.6 segundos
Causa 2304 a 3456 de Dano de Fogo
Um impacto a cada 0.2 segundos
O raio Base é de 1 metro
firestorm base area of effect +% [100]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearFireChampionTempleMap"] = {
fireResist = 35,
coldResist = 35,
lightningResist = 35,
chaosResist = 20,
name = "Risen Vaal Advocate",
life = 4.05,
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 = { }, },
},
}
Advogado Vaal Erguido
Humanóide
Risen Vaal Advocate
| Spectre | |
|---|---|
| Tags | Conjurador, 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
360%
Armadura
+25%
Evasão
+40%
Ailment Threshold
360%
Resistência
Damage
150%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
75%
Model Size
120%
Type
VaalCultistSpearChampionTempleSpectre
Metadata
VaalCultistSpearFireChampionTempleSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
23,160
Armadura
35,988
Evasão
6,635
Damage
560
Dano Mágico
560
Precisão
580
Attack Time
1.5
Experiência
7,691
Minion Life
5,024
Minion Damage
447
Ailment Threshold
23,160
Chill
73
Shock
73
Brittle
414
Scorch
73
Sap
202
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
FireballIncusionFire
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Bola de Fogo
Chance de Crítico: 6%
Tempo de Conjuração: 1.2 seg
Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
Causa 572.8 a 859.2 de Dano de Fogo
O raio Base é 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 Flamejante
Tempo de Conjuração: 1.2 seg
Recarga: 6 seg
Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
Duração base é de 0.6 segundos
Causa 1379 a 2069 de Dano de Fogo
Um impacto a cada 0.2 segundos
O raio Base é de 1 metro
firestorm base area of effect +% [100]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearFireChampionTempleSpectre"] = {
fireResist = 35,
coldResist = 35,
lightningResist = 35,
chaosResist = 20,
name = "Risen Vaal Advocate",
life = 3.6,
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 = { }, },
},
}
Advogado Vaal Erguido
Humanóide
Risen Vaal Advocate
| Spectre | |
|---|---|
| Tags | Conjurador, 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
360%
Armadura
+25%
Evasão
+40%
Ailment Threshold
360%
Resistência
Damage
150%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
150%
Model Size
120%
Type
VaalCultistSpearChampionTempleMapSpectre
Metadata
VaalCultistSpearFireChampionTempleMapSpectre_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
23,160
Armadura
35,988
Evasão
6,635
Damage
560
Dano Mágico
560
Precisão
580
Attack Time
1.5
Experiência
15,383
Minion Life
5,024
Minion Damage
447
Ailment Threshold
23,160
Chill
73
Shock
73
Brittle
414
Scorch
73
Sap
202
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
FireballIncusionFire
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Bola de Fogo
Chance de Crítico: 6%
Tempo de Conjuração: 1.2 seg
Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
Causa 572.8 a 859.2 de Dano de Fogo
O raio Base é 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 Flamejante
Tempo de Conjuração: 1.2 seg
Recarga: 6 seg
Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
Duração base é de 0.6 segundos
Causa 1379 a 2069 de Dano de Fogo
Um impacto a cada 0.2 segundos
O raio Base é de 1 metro
firestorm base area of effect +% [100]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearFireChampionTempleMapSpectre_"] = {
fireResist = 35,
coldResist = 35,
lightningResist = 35,
chaosResist = 20,
name = "Risen Vaal Advocate",
life = 3.6,
damage = 1.5,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
weaponType1 = "Thrusting One Hand Sword",
skillList = {
"FireballIncusionFire",
"VaalIncursionFirestorm",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["FireballIncusionFire"] = {
name = "Fireball",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Fire] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.2,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"spell_maximum_action_distance_+%",
"active_skill_base_area_of_effect_radius",
"base_is_projectile",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["VaalIncursionFirestorm"] = {
name = "Firestorm",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Duration] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Fire] = true,
[SkillType.Cascadable] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.2,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"base_skill_effect_duration",
"fire_storm_fireball_delay_ms",
"firestorm_base_area_of_effect_+%",
"active_skill_base_area_of_effect_radius",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 600, 200, 100, 10, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
Defensor Vaal Erguido
Risen Vaal Advocate
| Spectre | |
|---|---|
| Spectre Override | Metadata/Monsters/KitavaCultist/VaalCultistSpearBloodChampionTempleSpectre |
| Area | O Templo de Atzoatl, O Templo de Atzoatl, O Templo de Atzoatl |
| Tags | Conjurador, 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 |
Vida
405%
Armadura
+25%
Evasão
+40%
Ailment Threshold
405%
Resistência
Damage
150%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
75%
Model Size
120%
Type
VaalCultistSpearChampionTemple
Metadata
VaalCultistSpearBloodChampionTemple
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
55
Vida
10,846
Armadura
12,613
Evasão
4,127
Damage
287
Dano Mágico
287
Precisão
344
Attack Time
1.5
Experiência
5,144
Minion Life
2,645
Minion Damage
221
Ailment Threshold
10,846
Chill
34
Shock
34
Brittle
194
Scorch
34
Sap
95
Phys Convert Ele
175%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
VaalincursionMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Tempo de Conjuração: 1.2 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
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]
spell maximum base physical damage [350.9]
spell minimum base physical damage [233.9]
VaalIncursionSpecialBeamCannonBlood
Spell, Damage
Tempo de Conjuração: 1.5 seg
Recarga: 8 seg
active skill area of effect radius +% final [-40]
is area damage [1]
spell maximum base physical damage [359]
spell minimum base physical damage [239.3]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearBloodChampionTemple"] = {
fireResist = 35,
coldResist = 35,
lightningResist = 35,
chaosResist = 20,
name = "Risen Vaal Advocate",
life = 4.05,
damage = 1.5,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
weaponType1 = "Thrusting One Hand Sword",
skillList = {
"VaalincursionMortar",
"VaalIncursionSpecialBeamCannonBlood",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["VaalincursionMortar"] = {
name = "VaalincursionMortar",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.2,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"projectile_spread_radius",
"spell_maximum_action_distance_+%",
"projectile_spread_radius_per_additional_projectile",
"projectile_minimum_range",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
"base_is_projectile",
"projectile_uses_contact_position",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 10, -40, 5, 10, -40, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["VaalIncursionSpecialBeamCannonBlood"] = {
name = "VaalIncursionSpecialBeamCannonBlood",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -40, levelRequirement = 83, statInterpolation = {3, 3}, cost = { }, },
},
}
Defensor Vaal Erguido
Risen Vaal Advocate
| Spectre | |
|---|---|
| Spectre Override | Metadata/Monsters/KitavaCultist/VaalCultistSpearBloodChampionTempleMapSpectre |
| Area | O Templo de Atzoatl, O Templo de Atzoatl, O Templo de Atzoatl |
| Tags | Conjurador, 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 |
Vida
405%
Armadura
+25%
Evasão
+40%
Ailment Threshold
405%
Resistência
Damage
150%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
150%
Model Size
120%
Type
VaalCultistSpearChampionTempleMap
Metadata
VaalCultistSpearBloodChampionTempleMap
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
78
Vida
73,864
Armadura
78,668
Evasão
9,334
Damage
1,013
Dano Mágico
1,013
Precisão
856
Attack Time
1.5
Experiência
18,566
Minion Life
14,691
Minion Damage
838
Ailment Threshold
73,864
Chill
234
Shock
234
Brittle
1,321
Scorch
234
Sap
645
Phys Convert Ele
290%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
VaalincursionMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Tempo de Conjuração: 1.2 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
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]
spell maximum base physical damage [1049]
spell minimum base physical damage [699.3]
VaalIncursionSpecialBeamCannonBlood
Spell, Damage
Tempo de Conjuração: 1.5 seg
Recarga: 8 seg
active skill area of effect radius +% final [-40]
is area damage [1]
spell maximum base physical damage [1073]
spell minimum base physical damage [715.4]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearBloodChampionTempleMap"] = {
fireResist = 35,
coldResist = 35,
lightningResist = 35,
chaosResist = 20,
name = "Risen Vaal Advocate",
life = 4.05,
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 = { }, },
},
}
Advogado Vaal Erguido
Humanóide
Risen Vaal Advocate
| Spectre | |
|---|---|
| Tags | Conjurador, 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
360%
Armadura
+25%
Evasão
+40%
Ailment Threshold
360%
Resistência
Damage
150%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
75%
Model Size
120%
Type
VaalCultistSpearChampionTempleSpectre
Metadata
VaalCultistSpearBloodChampionTempleSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
23,160
Armadura
35,988
Evasão
6,635
Damage
560
Dano Mágico
560
Precisão
580
Attack Time
1.5
Experiência
7,691
Minion Life
5,024
Minion Damage
447
Ailment Threshold
23,160
Chill
73
Shock
73
Brittle
414
Scorch
73
Sap
202
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
VaalincursionMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Tempo de Conjuração: 1.2 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
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]
spell maximum base physical damage [658.9]
spell minimum base physical damage [439.3]
VaalIncursionSpecialBeamCannonBlood
Spell, Damage
Tempo de Conjuração: 1.5 seg
Recarga: 8 seg
active skill area of effect radius +% final [-40]
is area damage [1]
spell maximum base physical damage [674.1]
spell minimum base physical damage [449.4]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearBloodChampionTempleSpectre"] = {
fireResist = 35,
coldResist = 35,
lightningResist = 35,
chaosResist = 20,
name = "Risen Vaal Advocate",
life = 3.6,
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 = { }, },
},
}
Advogado Vaal Erguido
Humanóide
Risen Vaal Advocate
| Spectre | |
|---|---|
| Tags | Conjurador, 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
360%
Armadura
+25%
Evasão
+40%
Ailment Threshold
360%
Resistência
Damage
150%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
150%
Model Size
120%
Type
VaalCultistSpearChampionTempleMapSpectre
Metadata
VaalCultistSpearBloodChampionTempleMapSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
23,160
Armadura
35,988
Evasão
6,635
Damage
560
Dano Mágico
560
Precisão
580
Attack Time
1.5
Experiência
15,383
Minion Life
5,024
Minion Damage
447
Ailment Threshold
23,160
Chill
73
Shock
73
Brittle
414
Scorch
73
Sap
202
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
VaalincursionMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Tempo de Conjuração: 1.2 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
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]
spell maximum base physical damage [658.9]
spell minimum base physical damage [439.3]
VaalIncursionSpecialBeamCannonBlood
Spell, Damage
Tempo de Conjuração: 1.5 seg
Recarga: 8 seg
active skill area of effect radius +% final [-40]
is area damage [1]
spell maximum base physical damage [674.1]
spell minimum base physical damage [449.4]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearBloodChampionTempleMapSpectre"] = {
fireResist = 35,
coldResist = 35,
lightningResist = 35,
chaosResist = 20,
name = "Risen Vaal Advocate",
life = 3.6,
damage = 1.5,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
weaponType1 = "Thrusting One Hand Sword",
skillList = {
"VaalincursionMortar",
"VaalIncursionSpecialBeamCannonBlood",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["VaalincursionMortar"] = {
name = "VaalincursionMortar",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.2,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"projectile_spread_radius",
"spell_maximum_action_distance_+%",
"projectile_spread_radius_per_additional_projectile",
"projectile_minimum_range",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
"base_is_projectile",
"projectile_uses_contact_position",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 10, -40, 5, 10, -40, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["VaalIncursionSpecialBeamCannonBlood"] = {
name = "VaalIncursionSpecialBeamCannonBlood",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -40, levelRequirement = 83, statInterpolation = {3, 3}, cost = { }, },
},
}
Defensor Vaal Erguido
Humanóide
Risen Vaal Advocate
| Spectre | |
|---|---|
| Spectre Override | Metadata/Monsters/KitavaCultist/VaalCultistSpearChaosChampionTempleSpectre |
| Tags | Conjurador, 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%
Armadura
+25%
Evasão
+40%
Ailment Threshold
405%
Resistência
Damage
150%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
75%
Model Size
120%
Type
VaalCultistSpearChampionTemple
Metadata
VaalCultistSpearChaosChampionTemple
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
26,055
Armadura
35,988
Evasão
6,635
Damage
560
Dano Mágico
560
Precisão
580
Attack Time
1.5
Experiência
7,691
Minion Life
5,652
Minion Damage
447
Ailment Threshold
26,055
Chill
82
Shock
82
Brittle
466
Scorch
82
Sap
228
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
FireballIncursionChaos
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Bola de Fogo
Chance de Crítico: 6%
Tempo de Conjuração: 1.2 seg
Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
O raio Base é de 0.9 metros
base is projectile [1]
spell maximum action distance +% [-40]
spell maximum base chaos damage [351.7]
spell minimum base chaos damage [234.5]
IncursionSummonPhantasms
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Tempo de Conjuração: 2 seg
Recarga: 15 seg
alternate minion [351]
number of monsters to summon [4]
summon specific monsters radius +% [50]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
IncursionMeteorUpheaval
Spell, Damage, Fire, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 2.5 seg
Recarga: 8 seg
30% do Dano Físico Convertido para Dano de Caos
Causa 8 rajadas
is area damage [1]
spell maximum base physical damage [336]
spell minimum base physical damage [224]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearChaosChampionTemple"] = {
fireResist = 35,
coldResist = 35,
lightningResist = 35,
chaosResist = 20,
name = "Risen Vaal Advocate",
life = 4.05,
damage = 1.5,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
weaponType1 = "Thrusting One Hand Sword",
skillList = {
"FireballIncursionChaos",
"IncursionSummonPhantasms",
"IncursionMeteorUpheaval",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["FireballIncursionChaos"] = {
name = "Fireball",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
skillTypes = {
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Fire] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.2,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_chaos_damage",
"spell_maximum_base_chaos_damage",
"spell_maximum_action_distance_+%",
"active_skill_base_area_of_effect_radius",
"base_is_projectile",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["IncursionSummonPhantasms"] = {
name = "IncursionSummonPhantasms",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"number_of_monsters_to_summon",
"alternate_minion",
"summon_specific_monsters_radius_+%",
"summoned_monsters_are_minions",
"summoned_monsters_no_drops_or_experience",
},
levels = {
[1] = {4, 351, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["IncursionMeteorUpheaval"] = {
name = "IncursionMeteorUpheaval",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Fire] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.5,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"upheaval_number_of_spikes",
"skill_physical_damage_%_to_convert_to_chaos",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 8, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
Defensor Vaal Erguido
Risen Vaal Advocate
| Spectre | |
|---|---|
| Spectre Override | Metadata/Monsters/KitavaCultist/VaalCultistSpearChaosChampionTempleMapSpectre |
| Area | O Templo de Atzoatl, O Templo de Atzoatl, O Templo de Atzoatl |
| Tags | Conjurador, 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 |
Vida
405%
Armadura
+25%
Evasão
+40%
Ailment Threshold
405%
Resistência
Damage
150%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
150%
Model Size
120%
Type
VaalCultistSpearChampionTempleMap
Metadata
VaalCultistSpearChaosChampionTempleMap
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
78
Vida
73,864
Armadura
78,668
Evasão
9,334
Damage
1,013
Dano Mágico
1,013
Precisão
856
Attack Time
1.5
Experiência
18,566
Minion Life
14,691
Minion Damage
838
Ailment Threshold
73,864
Chill
234
Shock
234
Brittle
1,321
Scorch
234
Sap
645
Phys Convert Ele
290%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
FireballIncursionChaos
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Bola de Fogo
Chance de Crítico: 6%
Tempo de Conjuração: 1.2 seg
Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
O raio Base é de 0.9 metros
base is projectile [1]
spell maximum action distance +% [-40]
spell maximum base chaos damage [508.1]
spell minimum base chaos damage [338.7]
IncursionSummonPhantasms
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Tempo de Conjuração: 2 seg
Recarga: 15 seg
alternate minion [351]
number of monsters to summon [4]
summon specific monsters radius +% [50]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
IncursionMeteorUpheaval
Spell, Damage, Fire, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 2.5 seg
Recarga: 8 seg
30% do Dano Físico Convertido para Dano de Caos
Causa 8 rajadas
is area damage [1]
spell maximum base physical damage [473.7]
spell minimum base physical damage [315.8]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearChaosChampionTempleMap"] = {
fireResist = 35,
coldResist = 35,
lightningResist = 35,
chaosResist = 20,
name = "Risen Vaal Advocate",
life = 4.05,
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 = { }, },
},
}
Advogado Vaal Erguido
Humanóide
Risen Vaal Advocate
| Spectre | |
|---|---|
| Tags | Conjurador, 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
360%
Armadura
+25%
Evasão
+40%
Ailment Threshold
360%
Resistência
Damage
150%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
75%
Model Size
120%
Type
VaalCultistSpearChampionTempleSpectre
Metadata
VaalCultistSpearChaosChampionTempleSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
23,160
Armadura
35,988
Evasão
6,635
Damage
560
Dano Mágico
560
Precisão
580
Attack Time
1.5
Experiência
7,691
Minion Life
5,024
Minion Damage
447
Ailment Threshold
23,160
Chill
73
Shock
73
Brittle
414
Scorch
73
Sap
202
Phys Convert Ele
240%
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
FireballIncursionChaos
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Bola de Fogo
Chance de Crítico: 6%
Tempo de Conjuração: 1.2 seg
Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
O raio Base é de 0.9 metros
base is projectile [1]
spell maximum action distance +% [-40]
spell maximum base chaos damage [351.7]
spell minimum base chaos damage [234.5]
IncursionSummonPhantasms
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Tempo de Conjuração: 2 seg
Recarga: 15 seg
alternate minion [351]
number of monsters to summon [4]
summon specific monsters radius +% [50]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
IncursionMeteorUpheaval
Spell, Damage, Fire, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 2.5 seg
Recarga: 8 seg
30% do Dano Físico Convertido para Dano de Caos
Causa 8 rajadas
is area damage [1]
spell maximum base physical damage [336]
spell minimum base physical damage [224]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearChaosChampionTempleSpectre"] = {
fireResist = 35,
coldResist = 35,
lightningResist = 35,
chaosResist = 20,
name = "Risen Vaal Advocate",
life = 3.6,
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.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.




















