復活したヴァールの調停者
人型
エリア: アッツォアトル寺院
Risen Vaal Advocate
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/KitavaCultist/VaalCultistSpearLightningChampionTempleSpectre |
Area | アッツォアトル寺院, アッツォアトル寺院, アッツォアトル寺院, アッツォアトル寺院, アッツォアトル寺院, アッツォアトル寺院, アッツォアトル寺院 |
Tags | キャスター, 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 |
ライフ
405%
アーマー
+25%
回避力
+40%
Ailment Threshold
405%
耐性
35 35 35 20
Damage
150%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
経験値
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.
レベル
55
ライフ
10,846
アーマー
12,613
回避力
4,127
エナジーシールド
0
Damage
287
スペルダメージ
287
命中
172
Attack Time
1.5
経験値
5,144
Ailment Threshold
10,846
Chill
34
Shock
34
Brittle
194
Scorch
34
Sap
95
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
ファイヤーボール
クリティカル率: 6%
キャストタイム: 1.2 秒
爆発し周囲の敵にダメージを与える火の玉を対象に向けて放つ。
177.9から533.7の雷ダメージを与える
基礎半径は0.9m
base is projectile [1]
spell maximum action distance +% [-40]
基礎半径は0.9m
base is projectile [1]
spell maximum action distance +% [-40]
DelayedLightningSpark
Spell, Triggerable
キャストタイム: 1.2 秒
クールダウン時間: 6 秒
188.5から565.6の雷ダメージを与える
基礎持続時間は0.5秒
投射物スピードが25%増加する
active skill area of effect radius +% final [-75]
spell maximum action distance +% [-40]
基礎持続時間は0.5秒
投射物スピードが25%増加する
active skill area of effect radius +% final [-75]
spell maximum action distance +% [-40]
SummonedSparkDaemonLightning
Spell, Multicastable, Triggerable
キャストタイム: 1 秒
投射物スピードが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]
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"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple" Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/lightning/light_caster.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/lightning/light_caster.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearLightningChampionTemple_"] = { name = "Risen Vaal Advocate", life = 4.05, fireResist = 35, coldResist = 35, lightningResist = 35, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, weaponType1 = "Thrusting One Hand Sword", skillList = { "FireballIncusionLightning", "DelayedLightningSpark", "SummonedSparkDaemonLightning", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["FireballIncusionLightning"] = { name = "Fireball", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "spell_maximum_action_distance_+%", "active_skill_base_area_of_effect_radius", "base_is_projectile", }, levels = { [1] = {0.5, 1.5, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DelayedLightningSpark"] = { name = "DelayedLightningSpark", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_skill_effect_duration", "spell_maximum_action_distance_+%", "active_skill_area_of_effect_radius_+%_final", "base_projectile_speed_+%", }, levels = { [1] = {0.5, 1.5, 500, -40, -75, 25, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SummonedSparkDaemonLightning"] = { name = "SummonedSparkDaemonLightning", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "cast_on_delayed_skill_trigger_%", "alternate_minion", "number_of_monsters_to_summon", "summon_specific_monsters_radius_+%", "base_projectile_speed_+%", "summoned_monsters_are_minions", "monster_no_drops_or_experience", }, levels = { [1] = {100, 340, 1, -90, 25, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
復活したヴァールの調停者
人型
エリア: アッツォアトル寺院
Risen Vaal Advocate
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/KitavaCultist/VaalCultistSpearLightningChampionTempleMapSpectre |
Area | アッツォアトル寺院, アッツォアトル寺院, アッツォアトル寺院 |
Tags | キャスター, 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 |
ライフ
405%
アーマー
+25%
回避力
+40%
Ailment Threshold
405%
耐性
35 35 35 20
Damage
150%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
経験値
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.
レベル
78
ライフ
73,864
アーマー
78,668
回避力
9,334
エナジーシールド
0
Damage
1,013
スペルダメージ
1,013
命中
428
Attack Time
1.5
経験値
18,566
Ailment Threshold
73,864
Chill
234
Shock
234
Brittle
1,321
Scorch
234
Sap
645
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
ファイヤーボール
クリティカル率: 6%
キャストタイム: 1.2 秒
爆発し周囲の敵にダメージを与える火の玉を対象に向けて放つ。
546.5から1639の雷ダメージを与える
基礎半径は0.9m
base is projectile [1]
spell maximum action distance +% [-40]
基礎半径は0.9m
base is projectile [1]
spell maximum action distance +% [-40]
DelayedLightningSpark
Spell, Triggerable
キャストタイム: 1.2 秒
クールダウン時間: 6 秒
518.9から1557の雷ダメージを与える
基礎持続時間は0.5秒
投射物スピードが25%増加する
active skill area of effect radius +% final [-75]
spell maximum action distance +% [-40]
基礎持続時間は0.5秒
投射物スピードが25%増加する
active skill area of effect radius +% final [-75]
spell maximum action distance +% [-40]
SummonedSparkDaemonLightning
Spell, Multicastable, Triggerable
キャストタイム: 1 秒
投射物スピードが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]
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"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple" Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/lightning/light_caster.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/lightning/light_caster.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearLightningChampionTempleMap"] = { name = "Risen Vaal Advocate", life = 4.05, fireResist = 35, coldResist = 35, lightningResist = 35, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, weaponType1 = "Thrusting One Hand Sword", skillList = { "FireballIncusionLightning", "DelayedLightningSpark", "SummonedSparkDaemonLightning", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["FireballIncusionLightning"] = { name = "Fireball", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "spell_maximum_action_distance_+%", "active_skill_base_area_of_effect_radius", "base_is_projectile", }, levels = { [1] = {0.5, 1.5, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DelayedLightningSpark"] = { name = "DelayedLightningSpark", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_skill_effect_duration", "spell_maximum_action_distance_+%", "active_skill_area_of_effect_radius_+%_final", "base_projectile_speed_+%", }, levels = { [1] = {0.5, 1.5, 500, -40, -75, 25, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SummonedSparkDaemonLightning"] = { name = "SummonedSparkDaemonLightning", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "cast_on_delayed_skill_trigger_%", "alternate_minion", "number_of_monsters_to_summon", "summon_specific_monsters_radius_+%", "base_projectile_speed_+%", "summoned_monsters_are_minions", "monster_no_drops_or_experience", }, levels = { [1] = {100, 340, 1, -90, 25, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
復活したヴァールの調停者
人型
Risen Vaal Advocate
Spectre | Y |
---|---|
Tags | キャスター, 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 |
ライフ
360%
アーマー
+25%
回避力
+40%
Ailment Threshold
360%
耐性
35 35 35 20
Damage
150%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
経験値
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.
レベル
68
ライフ
23,160
アーマー
35,988
回避力
6,635
エナジーシールド
0
Damage
560
スペルダメージ
560
命中
290
Attack Time
1.5
経験値
7,691
Ailment Threshold
23,160
Chill
73
Shock
73
Brittle
414
Scorch
73
Sap
202
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
ファイヤーボール
クリティカル率: 6%
キャストタイム: 1.2 秒
爆発し周囲の敵にダメージを与える火の玉を対象に向けて放つ。
335.5から1006の雷ダメージを与える
基礎半径は0.9m
base is projectile [1]
spell maximum action distance +% [-40]
基礎半径は0.9m
base is projectile [1]
spell maximum action distance +% [-40]
DelayedLightningSpark
Spell, Triggerable
キャストタイム: 1.2 秒
クールダウン時間: 6 秒
334.1から1002の雷ダメージを与える
基礎持続時間は0.5秒
投射物スピードが25%増加する
active skill area of effect radius +% final [-75]
spell maximum action distance +% [-40]
基礎持続時間は0.5秒
投射物スピードが25%増加する
active skill area of effect radius +% final [-75]
spell maximum action distance +% [-40]
SummonedSparkDaemonLightning
Spell, Multicastable, Triggerable
キャストタイム: 1 秒
投射物スピードが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]
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"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple" Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/lightning/light_caster.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/lightning/light_caster.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearLightningChampionTempleSpectre"] = { name = "Risen Vaal Advocate", life = 3.6, fireResist = 35, coldResist = 35, lightningResist = 35, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, weaponType1 = "Thrusting One Hand Sword", skillList = { "FireballIncusionLightning", "DelayedLightningSpark", "SummonedSparkDaemonLightning", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["FireballIncusionLightning"] = { name = "Fireball", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "spell_maximum_action_distance_+%", "active_skill_base_area_of_effect_radius", "base_is_projectile", }, levels = { [1] = {0.5, 1.5, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DelayedLightningSpark"] = { name = "DelayedLightningSpark", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_skill_effect_duration", "spell_maximum_action_distance_+%", "active_skill_area_of_effect_radius_+%_final", "base_projectile_speed_+%", }, levels = { [1] = {0.5, 1.5, 500, -40, -75, 25, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SummonedSparkDaemonLightning"] = { name = "SummonedSparkDaemonLightning", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "cast_on_delayed_skill_trigger_%", "alternate_minion", "number_of_monsters_to_summon", "summon_specific_monsters_radius_+%", "base_projectile_speed_+%", "summoned_monsters_are_minions", "monster_no_drops_or_experience", }, levels = { [1] = {100, 340, 1, -90, 25, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
復活したヴァールの調停者
人型
Risen Vaal Advocate
Spectre | Y |
---|---|
Tags | キャスター, 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 |
ライフ
360%
アーマー
+25%
回避力
+40%
Ailment Threshold
360%
耐性
35 35 35 20
Damage
150%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
経験値
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.
レベル
68
ライフ
23,160
アーマー
35,988
回避力
6,635
エナジーシールド
0
Damage
560
スペルダメージ
560
命中
290
Attack Time
1.5
経験値
15,383
Ailment Threshold
23,160
Chill
73
Shock
73
Brittle
414
Scorch
73
Sap
202
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
ファイヤーボール
クリティカル率: 6%
キャストタイム: 1.2 秒
爆発し周囲の敵にダメージを与える火の玉を対象に向けて放つ。
335.5から1006の雷ダメージを与える
基礎半径は0.9m
base is projectile [1]
spell maximum action distance +% [-40]
基礎半径は0.9m
base is projectile [1]
spell maximum action distance +% [-40]
DelayedLightningSpark
Spell, Triggerable
キャストタイム: 1.2 秒
クールダウン時間: 6 秒
334.1から1002の雷ダメージを与える
基礎持続時間は0.5秒
投射物スピードが25%増加する
active skill area of effect radius +% final [-75]
spell maximum action distance +% [-40]
基礎持続時間は0.5秒
投射物スピードが25%増加する
active skill area of effect radius +% final [-75]
spell maximum action distance +% [-40]
SummonedSparkDaemonLightning
Spell, Multicastable, Triggerable
キャストタイム: 1 秒
投射物スピードが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]
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"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple" Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/lightning/light_caster.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/lightning/light_caster.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearLightningChampionTempleMapSpectre"] = { name = "Risen Vaal Advocate", life = 3.6, fireResist = 35, coldResist = 35, lightningResist = 35, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, weaponType1 = "Thrusting One Hand Sword", skillList = { "FireballIncusionLightning", "DelayedLightningSpark", "SummonedSparkDaemonLightning", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["FireballIncusionLightning"] = { name = "Fireball", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "spell_maximum_action_distance_+%", "active_skill_base_area_of_effect_radius", "base_is_projectile", }, levels = { [1] = {0.5, 1.5, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DelayedLightningSpark"] = { name = "DelayedLightningSpark", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_skill_effect_duration", "spell_maximum_action_distance_+%", "active_skill_area_of_effect_radius_+%_final", "base_projectile_speed_+%", }, levels = { [1] = {0.5, 1.5, 500, -40, -75, 25, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SummonedSparkDaemonLightning"] = { name = "SummonedSparkDaemonLightning", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "cast_on_delayed_skill_trigger_%", "alternate_minion", "number_of_monsters_to_summon", "summon_specific_monsters_radius_+%", "base_projectile_speed_+%", "summoned_monsters_are_minions", "monster_no_drops_or_experience", }, levels = { [1] = {100, 340, 1, -90, 25, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
復活したヴァールの調停者
人型
エリア: アッツォアトル寺院
Risen Vaal Advocate
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/KitavaCultist/VaalCultistSpearFireChampionTempleSpectre |
Area | アッツォアトル寺院, アッツォアトル寺院, アッツォアトル寺院, アッツォアトル寺院, アッツォアトル寺院, アッツォアトル寺院, アッツォアトル寺院 |
Tags | キャスター, 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 |
ライフ
405%
アーマー
+25%
回避力
+40%
Ailment Threshold
405%
耐性
35 35 35 20
Damage
150%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
経験値
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.
レベル
55
ライフ
10,846
アーマー
12,613
回避力
4,127
エナジーシールド
0
Damage
287
スペルダメージ
287
命中
172
Attack Time
1.5
経験値
5,144
Ailment Threshold
10,846
Chill
34
Shock
34
Brittle
194
Scorch
34
Sap
95
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
ファイヤーボール
クリティカル率: 6%
キャストタイム: 1.2 秒
爆発し周囲の敵にダメージを与える火の玉を対象に向けて放つ。
253から379.5の火ダメージを与える
基礎半径は0.9m
base is projectile [1]
spell maximum action distance +% [-40]
基礎半径は0.9m
base is projectile [1]
spell maximum action distance +% [-40]
VaalIncursionFirestorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
ファイヤーストーム
キャストタイム: 1.2 秒
クールダウン時間: 6 秒
炎の矢が対象の範囲に降り注ぐ。地面に達すると爆発し、近くにいる敵にダメージを与える。
基礎持続時間は0.6秒
689.9から1035の火ダメージを与える
0.2秒ごとに一回の衝突
基礎半径は1m
firestorm base area of effect +% [100]
is area damage [1]
689.9から1035の火ダメージを与える
0.2秒ごとに一回の衝突
基礎半径は1m
firestorm base area of effect +% [100]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple" Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/fire/fire_caster.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/fire/fire_caster.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearFireChampionTemple"] = { name = "Risen Vaal Advocate", life = 4.05, fireResist = 35, coldResist = 35, lightningResist = 35, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, weaponType1 = "Thrusting One Hand Sword", skillList = { "FireballIncusionFire", "VaalIncursionFirestorm", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["FireballIncusionFire"] = { name = "Fireball", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "spell_maximum_action_distance_+%", "active_skill_base_area_of_effect_radius", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["VaalIncursionFirestorm"] = { name = "Firestorm", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "fire_storm_fireball_delay_ms", "firestorm_base_area_of_effect_+%", "active_skill_base_area_of_effect_radius", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 600, 200, 100, 10, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
復活したヴァールの調停者
人型
エリア: アッツォアトル寺院
Risen Vaal Advocate
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/KitavaCultist/VaalCultistSpearFireChampionTempleMapSpectre_ |
Area | アッツォアトル寺院, アッツォアトル寺院, アッツォアトル寺院 |
Tags | キャスター, 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 |
ライフ
405%
アーマー
+25%
回避力
+40%
Ailment Threshold
405%
耐性
35 35 35 20
Damage
150%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
経験値
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.
レベル
78
ライフ
73,864
アーマー
78,668
回避力
9,334
エナジーシールド
0
Damage
1,013
スペルダメージ
1,013
命中
428
Attack Time
1.5
経験値
18,566
Ailment Threshold
73,864
Chill
234
Shock
234
Brittle
1,321
Scorch
234
Sap
645
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
ファイヤーボール
クリティカル率: 6%
キャストタイム: 1.2 秒
爆発し周囲の敵にダメージを与える火の玉を対象に向けて放つ。
777.1から1166の火ダメージを与える
基礎半径は0.9m
base is projectile [1]
spell maximum action distance +% [-40]
基礎半径は0.9m
base is projectile [1]
spell maximum action distance +% [-40]
VaalIncursionFirestorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
ファイヤーストーム
キャストタイム: 1.2 秒
クールダウン時間: 6 秒
炎の矢が対象の範囲に降り注ぐ。地面に達すると爆発し、近くにいる敵にダメージを与える。
基礎持続時間は0.6秒
1700から2551の火ダメージを与える
0.2秒ごとに一回の衝突
基礎半径は1m
firestorm base area of effect +% [100]
is area damage [1]
1700から2551の火ダメージを与える
0.2秒ごとに一回の衝突
基礎半径は1m
firestorm base area of effect +% [100]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple" Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/fire/fire_caster.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/fire/fire_caster.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearFireChampionTempleMap"] = { name = "Risen Vaal Advocate", life = 4.05, fireResist = 35, coldResist = 35, lightningResist = 35, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, weaponType1 = "Thrusting One Hand Sword", skillList = { "FireballIncusionFire", "VaalIncursionFirestorm", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["FireballIncusionFire"] = { name = "Fireball", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "spell_maximum_action_distance_+%", "active_skill_base_area_of_effect_radius", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["VaalIncursionFirestorm"] = { name = "Firestorm", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "fire_storm_fireball_delay_ms", "firestorm_base_area_of_effect_+%", "active_skill_base_area_of_effect_radius", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 600, 200, 100, 10, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
復活したヴァールの調停者
人型
Risen Vaal Advocate
Spectre | Y |
---|---|
Tags | キャスター, 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 |
ライフ
360%
アーマー
+25%
回避力
+40%
Ailment Threshold
360%
耐性
35 35 35 20
Damage
150%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
経験値
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.
レベル
68
ライフ
23,160
アーマー
35,988
回避力
6,635
エナジーシールド
0
Damage
560
スペルダメージ
560
命中
290
Attack Time
1.5
経験値
7,691
Ailment Threshold
23,160
Chill
73
Shock
73
Brittle
414
Scorch
73
Sap
202
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
ファイヤーボール
クリティカル率: 6%
キャストタイム: 1.2 秒
爆発し周囲の敵にダメージを与える火の玉を対象に向けて放つ。
477.1から715.6の火ダメージを与える
基礎半径は0.9m
base is projectile [1]
spell maximum action distance +% [-40]
基礎半径は0.9m
base is projectile [1]
spell maximum action distance +% [-40]
VaalIncursionFirestorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
ファイヤーストーム
キャストタイム: 1.2 秒
クールダウン時間: 6 秒
炎の矢が対象の範囲に降り注ぐ。地面に達すると爆発し、近くにいる敵にダメージを与える。
基礎持続時間は0.6秒
1149から1723の火ダメージを与える
0.2秒ごとに一回の衝突
基礎半径は1m
firestorm base area of effect +% [100]
is area damage [1]
1149から1723の火ダメージを与える
0.2秒ごとに一回の衝突
基礎半径は1m
firestorm base area of effect +% [100]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple" Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/fire/fire_caster.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/fire/fire_caster.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearFireChampionTempleSpectre"] = { name = "Risen Vaal Advocate", life = 3.6, fireResist = 35, coldResist = 35, lightningResist = 35, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, weaponType1 = "Thrusting One Hand Sword", skillList = { "FireballIncusionFire", "VaalIncursionFirestorm", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["FireballIncusionFire"] = { name = "Fireball", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "spell_maximum_action_distance_+%", "active_skill_base_area_of_effect_radius", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["VaalIncursionFirestorm"] = { name = "Firestorm", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "fire_storm_fireball_delay_ms", "firestorm_base_area_of_effect_+%", "active_skill_base_area_of_effect_radius", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 600, 200, 100, 10, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
復活したヴァールの調停者
人型
Risen Vaal Advocate
Spectre | Y |
---|---|
Tags | キャスター, 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 |
ライフ
360%
アーマー
+25%
回避力
+40%
Ailment Threshold
360%
耐性
35 35 35 20
Damage
150%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
経験値
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.
レベル
68
ライフ
23,160
アーマー
35,988
回避力
6,635
エナジーシールド
0
Damage
560
スペルダメージ
560
命中
290
Attack Time
1.5
経験値
15,383
Ailment Threshold
23,160
Chill
73
Shock
73
Brittle
414
Scorch
73
Sap
202
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
ファイヤーボール
クリティカル率: 6%
キャストタイム: 1.2 秒
爆発し周囲の敵にダメージを与える火の玉を対象に向けて放つ。
477.1から715.6の火ダメージを与える
基礎半径は0.9m
base is projectile [1]
spell maximum action distance +% [-40]
基礎半径は0.9m
base is projectile [1]
spell maximum action distance +% [-40]
VaalIncursionFirestorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
ファイヤーストーム
キャストタイム: 1.2 秒
クールダウン時間: 6 秒
炎の矢が対象の範囲に降り注ぐ。地面に達すると爆発し、近くにいる敵にダメージを与える。
基礎持続時間は0.6秒
1149から1723の火ダメージを与える
0.2秒ごとに一回の衝突
基礎半径は1m
firestorm base area of effect +% [100]
is area damage [1]
1149から1723の火ダメージを与える
0.2秒ごとに一回の衝突
基礎半径は1m
firestorm base area of effect +% [100]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple" Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/fire/fire_caster.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/fire/fire_caster.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearFireChampionTempleMapSpectre_"] = { name = "Risen Vaal Advocate", life = 3.6, fireResist = 35, coldResist = 35, lightningResist = 35, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, weaponType1 = "Thrusting One Hand Sword", skillList = { "FireballIncusionFire", "VaalIncursionFirestorm", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["FireballIncusionFire"] = { name = "Fireball", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "spell_maximum_action_distance_+%", "active_skill_base_area_of_effect_radius", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["VaalIncursionFirestorm"] = { name = "Firestorm", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "fire_storm_fireball_delay_ms", "firestorm_base_area_of_effect_+%", "active_skill_base_area_of_effect_radius", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 600, 200, 100, 10, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
復活したヴァールの調停者
人型
エリア: アッツォアトル寺院
Risen Vaal Advocate
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/KitavaCultist/VaalCultistSpearBloodChampionTempleSpectre |
Area | アッツォアトル寺院, アッツォアトル寺院, アッツォアトル寺院 |
Tags | キャスター, 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 |
ライフ
405%
アーマー
+25%
回避力
+40%
Ailment Threshold
405%
耐性
35 35 35 20
Damage
150%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
経験値
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.
レベル
55
ライフ
10,846
アーマー
12,613
回避力
4,127
エナジーシールド
0
Damage
287
スペルダメージ
287
命中
172
Attack Time
1.5
経験値
5,144
Ailment Threshold
10,846
Chill
34
Shock
34
Brittle
194
Scorch
34
Sap
95
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
キャストタイム: 1.2 秒
一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
233.9から350.9の物理ダメージを与える
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]
active skill area of effect radius +% final [-40]
base is projectile [1]
is area damage [1]
projectile minimum range [10]
projectile spread radius [10]
projectile spread radius per additional projectile [5]
projectile uses contact position [1]
spell maximum action distance +% [-40]
VaalIncursionSpecialBeamCannonBlood
Spell, Damage
キャストタイム: 1.5 秒
クールダウン時間: 8 秒
239.3から359の物理ダメージを与える
active skill area of effect radius +% final [-40]
is area damage [1]
active skill area of effect radius +% final [-40]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple" Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/physical/blood_caster.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/physical/blood_caster.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearBloodChampionTemple"] = { name = "Risen Vaal Advocate", life = 4.05, fireResist = 35, coldResist = 35, lightningResist = 35, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, weaponType1 = "Thrusting One Hand Sword", skillList = { "VaalincursionMortar", "VaalIncursionSpecialBeamCannonBlood", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["VaalincursionMortar"] = { name = "VaalincursionMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "projectile_spread_radius", "spell_maximum_action_distance_+%", "projectile_spread_radius_per_additional_projectile", "projectile_minimum_range", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 10, -40, 5, 10, -40, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["VaalIncursionSpecialBeamCannonBlood"] = { name = "VaalIncursionSpecialBeamCannonBlood", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -40, levelRequirement = 83, statInterpolation = {3, 3}, cost = { }, }, }, }
復活したヴァールの調停者
人型
エリア: アッツォアトル寺院
Risen Vaal Advocate
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/KitavaCultist/VaalCultistSpearBloodChampionTempleMapSpectre |
Area | アッツォアトル寺院, アッツォアトル寺院, アッツォアトル寺院 |
Tags | キャスター, 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 |
ライフ
405%
アーマー
+25%
回避力
+40%
Ailment Threshold
405%
耐性
35 35 35 20
Damage
150%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
経験値
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.
レベル
78
ライフ
73,864
アーマー
78,668
回避力
9,334
エナジーシールド
0
Damage
1,013
スペルダメージ
1,013
命中
428
Attack Time
1.5
経験値
18,566
Ailment Threshold
73,864
Chill
234
Shock
234
Brittle
1,321
Scorch
234
Sap
645
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
キャストタイム: 1.2 秒
一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
516.1から774.1の物理ダメージを与える
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]
active skill area of effect radius +% final [-40]
base is projectile [1]
is area damage [1]
projectile minimum range [10]
projectile spread radius [10]
projectile spread radius per additional projectile [5]
projectile uses contact position [1]
spell maximum action distance +% [-40]
VaalIncursionSpecialBeamCannonBlood
Spell, Damage
キャストタイム: 1.5 秒
クールダウン時間: 8 秒
528から791.9の物理ダメージを与える
active skill area of effect radius +% final [-40]
is area damage [1]
active skill area of effect radius +% final [-40]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple" Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/physical/blood_caster.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/physical/blood_caster.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearBloodChampionTempleMap"] = { name = "Risen Vaal Advocate", life = 4.05, fireResist = 35, coldResist = 35, lightningResist = 35, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, weaponType1 = "Thrusting One Hand Sword", skillList = { "VaalincursionMortar", "VaalIncursionSpecialBeamCannonBlood", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["VaalincursionMortar"] = { name = "VaalincursionMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "projectile_spread_radius", "spell_maximum_action_distance_+%", "projectile_spread_radius_per_additional_projectile", "projectile_minimum_range", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 10, -40, 5, 10, -40, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["VaalIncursionSpecialBeamCannonBlood"] = { name = "VaalIncursionSpecialBeamCannonBlood", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -40, levelRequirement = 83, statInterpolation = {3, 3}, cost = { }, }, }, }
復活したヴァールの調停者
人型
Risen Vaal Advocate
Spectre | Y |
---|---|
Tags | キャスター, 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 |
ライフ
360%
アーマー
+25%
回避力
+40%
Ailment Threshold
360%
耐性
35 35 35 20
Damage
150%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
経験値
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.
レベル
68
ライフ
23,160
アーマー
35,988
回避力
6,635
エナジーシールド
0
Damage
560
スペルダメージ
560
命中
290
Attack Time
1.5
経験値
7,691
Ailment Threshold
23,160
Chill
73
Shock
73
Brittle
414
Scorch
73
Sap
202
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
キャストタイム: 1.2 秒
一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
365.9から548.8の物理ダメージを与える
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]
active skill area of effect radius +% final [-40]
base is projectile [1]
is area damage [1]
projectile minimum range [10]
projectile spread radius [10]
projectile spread radius per additional projectile [5]
projectile uses contact position [1]
spell maximum action distance +% [-40]
VaalIncursionSpecialBeamCannonBlood
Spell, Damage
キャストタイム: 1.5 秒
クールダウン時間: 8 秒
374.3から561.4の物理ダメージを与える
active skill area of effect radius +% final [-40]
is area damage [1]
active skill area of effect radius +% final [-40]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple" Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/physical/blood_caster.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/physical/blood_caster.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearBloodChampionTempleSpectre"] = { name = "Risen Vaal Advocate", life = 3.6, fireResist = 35, coldResist = 35, lightningResist = 35, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, weaponType1 = "Thrusting One Hand Sword", skillList = { "VaalincursionMortar", "VaalIncursionSpecialBeamCannonBlood", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["VaalincursionMortar"] = { name = "VaalincursionMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "projectile_spread_radius", "spell_maximum_action_distance_+%", "projectile_spread_radius_per_additional_projectile", "projectile_minimum_range", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 10, -40, 5, 10, -40, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["VaalIncursionSpecialBeamCannonBlood"] = { name = "VaalIncursionSpecialBeamCannonBlood", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -40, levelRequirement = 83, statInterpolation = {3, 3}, cost = { }, }, }, }
復活したヴァールの調停者
人型
Risen Vaal Advocate
Spectre | Y |
---|---|
Tags | キャスター, 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 |
ライフ
360%
アーマー
+25%
回避力
+40%
Ailment Threshold
360%
耐性
35 35 35 20
Damage
150%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
経験値
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.
レベル
68
ライフ
23,160
アーマー
35,988
回避力
6,635
エナジーシールド
0
Damage
560
スペルダメージ
560
命中
290
Attack Time
1.5
経験値
15,383
Ailment Threshold
23,160
Chill
73
Shock
73
Brittle
414
Scorch
73
Sap
202
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
キャストタイム: 1.2 秒
一般的なモンスターの炸裂スキル。モンスターが放つ投射物に似ているが、衝撃効果を持つ。
365.9から548.8の物理ダメージを与える
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]
active skill area of effect radius +% final [-40]
base is projectile [1]
is area damage [1]
projectile minimum range [10]
projectile spread radius [10]
projectile spread radius per additional projectile [5]
projectile uses contact position [1]
spell maximum action distance +% [-40]
VaalIncursionSpecialBeamCannonBlood
Spell, Damage
キャストタイム: 1.5 秒
クールダウン時間: 8 秒
374.3から561.4の物理ダメージを与える
active skill area of effect radius +% final [-40]
is area damage [1]
active skill area of effect radius +% final [-40]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple" Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/physical/blood_caster.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/physical/blood_caster.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearBloodChampionTempleMapSpectre"] = { name = "Risen Vaal Advocate", life = 3.6, fireResist = 35, coldResist = 35, lightningResist = 35, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, weaponType1 = "Thrusting One Hand Sword", skillList = { "VaalincursionMortar", "VaalIncursionSpecialBeamCannonBlood", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["VaalincursionMortar"] = { name = "VaalincursionMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "projectile_spread_radius", "spell_maximum_action_distance_+%", "projectile_spread_radius_per_additional_projectile", "projectile_minimum_range", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 10, -40, 5, 10, -40, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["VaalIncursionSpecialBeamCannonBlood"] = { name = "VaalIncursionSpecialBeamCannonBlood", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -40, levelRequirement = 83, statInterpolation = {3, 3}, cost = { }, }, }, }
復活したヴァールの調停者
人型
Risen Vaal Advocate
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/KitavaCultist/VaalCultistSpearChaosChampionTempleSpectre |
Tags | キャスター, 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 |
ライフ
405%
アーマー
+25%
回避力
+40%
Ailment Threshold
405%
耐性
35 35 35 20
Damage
150%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
経験値
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.
レベル
68
ライフ
26,055
アーマー
35,988
回避力
6,635
エナジーシールド
0
Damage
560
スペルダメージ
560
命中
290
Attack Time
1.5
経験値
7,691
Ailment Threshold
26,055
Chill
82
Shock
82
Brittle
466
Scorch
82
Sap
228
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
ファイヤーボール
クリティカル率: 6%
キャストタイム: 1.2 秒
爆発し周囲の敵にダメージを与える火の玉を対象に向けて放つ。
195.3から292.9の混沌ダメージを与える
基礎半径は0.9m
base is projectile [1]
spell maximum action distance +% [-40]
基礎半径は0.9m
base is projectile [1]
spell maximum action distance +% [-40]
IncursionSummonPhantasms
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
キャストタイム: 2 秒
クールダウン時間: 15 秒
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]
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
クリティカル率: 5%
キャストタイム: 2.5 秒
クールダウン時間: 8 秒
186.5から279.8の物理ダメージを与える
物理ダメージの30%を混沌ダメージに変換する
バーストの回数が+8回される
is area damage [1]
物理ダメージの30%を混沌ダメージに変換する
バーストの回数が+8回される
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple" Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/chaos/chaos_caster.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/chaos/chaos_caster.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearChaosChampionTemple"] = { name = "Risen Vaal Advocate", life = 4.05, fireResist = 35, coldResist = 35, lightningResist = 35, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, weaponType1 = "Thrusting One Hand Sword", skillList = { "FireballIncursionChaos", "IncursionSummonPhantasms", "IncursionMeteorUpheaval", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["FireballIncursionChaos"] = { name = "Fireball", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "spell_maximum_action_distance_+%", "active_skill_base_area_of_effect_radius", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionSummonPhantasms"] = { name = "IncursionSummonPhantasms", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", }, levels = { [1] = {4, 351, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionMeteorUpheaval"] = { name = "IncursionMeteorUpheaval", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Fire] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.5, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "upheaval_number_of_spikes", "skill_physical_damage_%_to_convert_to_chaos", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 8, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
復活したヴァールの調停者
人型
エリア: アッツォアトル寺院
Risen Vaal Advocate
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/KitavaCultist/VaalCultistSpearChaosChampionTempleMapSpectre |
Area | アッツォアトル寺院, アッツォアトル寺院, アッツォアトル寺院 |
Tags | キャスター, 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 |
ライフ
405%
アーマー
+25%
回避力
+40%
Ailment Threshold
405%
耐性
35 35 35 20
Damage
150%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
経験値
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.
レベル
78
ライフ
73,864
アーマー
78,668
回避力
9,334
エナジーシールド
0
Damage
1,013
スペルダメージ
1,013
命中
428
Attack Time
1.5
経験値
18,566
Ailment Threshold
73,864
Chill
234
Shock
234
Brittle
1,321
Scorch
234
Sap
645
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
ファイヤーボール
クリティカル率: 6%
キャストタイム: 1.2 秒
爆発し周囲の敵にダメージを与える火の玉を対象に向けて放つ。
250から375の混沌ダメージを与える
基礎半径は0.9m
base is projectile [1]
spell maximum action distance +% [-40]
基礎半径は0.9m
base is projectile [1]
spell maximum action distance +% [-40]
IncursionSummonPhantasms
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
キャストタイム: 2 秒
クールダウン時間: 15 秒
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]
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
クリティカル率: 5%
キャストタイム: 2.5 秒
クールダウン時間: 8 秒
233から349.6の物理ダメージを与える
物理ダメージの30%を混沌ダメージに変換する
バーストの回数が+8回される
is area damage [1]
物理ダメージの30%を混沌ダメージに変換する
バーストの回数が+8回される
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple" Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/chaos/chaos_caster.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/chaos/chaos_caster.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearChaosChampionTempleMap"] = { name = "Risen Vaal Advocate", life = 4.05, fireResist = 35, coldResist = 35, lightningResist = 35, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, weaponType1 = "Thrusting One Hand Sword", skillList = { "FireballIncursionChaos", "IncursionSummonPhantasms", "IncursionMeteorUpheaval", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["FireballIncursionChaos"] = { name = "Fireball", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "spell_maximum_action_distance_+%", "active_skill_base_area_of_effect_radius", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionSummonPhantasms"] = { name = "IncursionSummonPhantasms", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", }, levels = { [1] = {4, 351, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionMeteorUpheaval"] = { name = "IncursionMeteorUpheaval", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Fire] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.5, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "upheaval_number_of_spikes", "skill_physical_damage_%_to_convert_to_chaos", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 8, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
復活したヴァールの調停者
人型
Risen Vaal Advocate
Spectre | Y |
---|---|
Tags | キャスター, 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 |
ライフ
360%
アーマー
+25%
回避力
+40%
Ailment Threshold
360%
耐性
35 35 35 20
Damage
150%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
経験値
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.
レベル
68
ライフ
23,160
アーマー
35,988
回避力
6,635
エナジーシールド
0
Damage
560
スペルダメージ
560
命中
290
Attack Time
1.5
経験値
7,691
Ailment Threshold
23,160
Chill
73
Shock
73
Brittle
414
Scorch
73
Sap
202
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
ファイヤーボール
クリティカル率: 6%
キャストタイム: 1.2 秒
爆発し周囲の敵にダメージを与える火の玉を対象に向けて放つ。
195.3から292.9の混沌ダメージを与える
基礎半径は0.9m
base is projectile [1]
spell maximum action distance +% [-40]
基礎半径は0.9m
base is projectile [1]
spell maximum action distance +% [-40]
IncursionSummonPhantasms
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
キャストタイム: 2 秒
クールダウン時間: 15 秒
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]
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
クリティカル率: 5%
キャストタイム: 2.5 秒
クールダウン時間: 8 秒
186.5から279.8の物理ダメージを与える
物理ダメージの30%を混沌ダメージに変換する
バーストの回数が+8回される
is area damage [1]
物理ダメージの30%を混沌ダメージに変換する
バーストの回数が+8回される
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueIncursion/VaalCultistTemple" Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/chaos/chaos_caster.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/chaos/chaos_caster.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/KitavaCultist/VaalCultistSpearChaosChampionTempleSpectre"] = { name = "Risen Vaal Advocate", life = 3.6, fireResist = 35, coldResist = 35, lightningResist = 35, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, weaponType1 = "Thrusting One Hand Sword", skillList = { "FireballIncursionChaos", "IncursionSummonPhantasms", "IncursionMeteorUpheaval", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["FireballIncursionChaos"] = { name = "Fireball", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "spell_maximum_action_distance_+%", "active_skill_base_area_of_effect_radius", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -40, 9, critChance = 6, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionSummonPhantasms"] = { name = "IncursionSummonPhantasms", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", }, levels = { [1] = {4, 351, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionMeteorUpheaval"] = { name = "IncursionMeteorUpheaval", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Fire] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.5, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "upheaval_number_of_spikes", "skill_physical_damage_%_to_convert_to_chaos", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 8, 30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }