Perseguidor das Sombras
Morto-vivo
monster all dropped items are corrupted % [5]
stance movement speed +% final [100]
Shadestalker
Spectre | N |
---|---|
Tags | Conjurador, cold_affinity, ghost, ghost_armour, ghost_blood, is_unarmed, large_height, melee, not_dex, not_str, physical_affinity, ranged, slow_movement, undead |
Packs |
Vida
569%
Energy Shield From Life
100%
Ailment Threshold
569%
Resistência
0
75
0
0
Damage
118%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.995 Second
Damage Spread
±20%
Experiência
175%
Model Size
127%
Type
VaalWraithChampionMap
Metadata
VaalWraithChampionSextantMap
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
0
Armadura
28,790
Evasão
4,739
Escudo de Energia
34,863
Damage
441
Dano Mágico
441
Precisão
580
Attack Time
1.995
Experiência
17,946
Minion Life
0
Minion Energy Shield
7,562
Minion Damage
352
Ailment Threshold
36,606
Chill
116
Shock
116
Brittle
655
Scorch
116
Sap
320
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 353–529
Chance de Crítico: 5%
Attack Time: 1.995 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
EmptyActionDashWraith
Spell
Tempo de Conjuração: 1.33 seg
Recarga: 10 seg
EmptyActionDashWraith2
Spell
Tempo de Conjuração: 1.33 seg
Recarga: 10 seg
IncursionWraithExplode
Spell, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 1070 a 1605 de Dano de Gelo
is area damage [1]
IncursionWraithProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
Tempo de Conjuração: 1.33 seg
Causa 855.9 a 1284 de Dano de Gelo
Projéteis Perfuram todos Alvos
base is projectile [1]
monster projectile variation [53]
spell maximum action distance +% [-30]
IncursionVaalWraithCleave
Triggerable, Attack
Base Damage: 353–529
Chance de Crítico: 5%
Dano de Ataque: 75%
Attack Time: 1.995 seg
Causa 25% menos Dano de Ataque
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" StateMachine { define_shared_state = "invisible" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" StateMachine { create_state_invisible_1 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/invisibility.epk ); " on_state_invisible_1 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/invisibility.epk ); " on_state_invisible_0 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/invisibility.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); " } Actor { on_event_move_for_EmptyActionSpell = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/dash.epk );" on_event_move_end_for_EmptyActionSpell = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/dash.epk );" } Animated { on_event_explode_for_death_03 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/death.epk ); " on_event_explode_for_death_04 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/death.epk ); " } BaseEvents { on_construction_complete = " AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); " } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/cleave/ghost_cleave.ao" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/aoe/main_blast.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/VaalWraith/VaalWraithChampionSextantMap"] = { name = "Shadestalker", life = 5.69, energyShield = 1, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 1.18, damageSpread = 0.2, attackTime = 1.995, attackRange = 9, accuracy = 1, skillList = { "Melee", "IncursionWraithProjectile", "IncursionWraithExplode", "EmptyActionDashWraith", "EmptyActionDashWraith2", "IncursionVaalWraithCleave", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { name = "Default Attack", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionWraithProjectile"] = { name = "IncursionWraithProjectile", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 53, -30, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionWraithExplode"] = { name = "IncursionWraithExplode", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionDashWraith"] = { name = "EmptyActionDashWraith", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionDashWraith2"] = { name = "EmptyActionDashWraith2", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionVaalWraithCleave"] = { name = "IncursionVaalWraithCleave", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "is_area_damage", }, levels = { [1] = {baseMultiplier = 0.75, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Id | MonsterTagAncientVaal |
---|---|
Family | MonsterTag |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Adds Tags | corrupted_vaal |
monster all dropped items are corrupted % [5]
Id | CorruptedVaalMonsterBaseCorruptedDrop___ |
---|---|
Family | CowardsTrial |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [100]
Id | StanceScavengerRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Perseguidor das Sombras
Morto-vivo
Receba 100% do Dano Físico como Dano de Gelo Extra
stance movement speed +% final [100]
Shadestalker
Spectre | N |
---|---|
Tags | Conjurador, cold_affinity, ghost, ghost_armour, ghost_blood, is_unarmed, large_height, melee, not_dex, not_str, physical_affinity, ranged, slow_movement, undead |
Vida
569%
Energy Shield From Life
100%
Ailment Threshold
569%
Resistência
0
75
0
0
Damage
118%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.995 Second
Damage Spread
±20%
Experiência
175%
Model Size
127%
Type
VaalWraithChampionMap
Metadata
VaalWraithChampionMortalStrongbox
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
0
Armadura
28,790
Evasão
4,739
Escudo de Energia
34,863
Damage
441
Dano Mágico
441
Precisão
580
Attack Time
1.995
Experiência
17,946
Minion Life
0
Minion Energy Shield
7,562
Minion Damage
352
Ailment Threshold
36,606
Chill
116
Shock
116
Brittle
655
Scorch
116
Sap
320
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 353–529
Chance de Crítico: 5%
Attack Time: 1.995 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
EmptyActionDashWraith
Spell
Tempo de Conjuração: 1.33 seg
Recarga: 10 seg
EmptyActionDashWraith2
Spell
Tempo de Conjuração: 1.33 seg
Recarga: 10 seg
IncursionWraithExplode
Spell, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 1070 a 1605 de Dano de Gelo
is area damage [1]
IncursionWraithProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
Tempo de Conjuração: 1.33 seg
Causa 855.9 a 1284 de Dano de Gelo
Projéteis Perfuram todos Alvos
base is projectile [1]
monster projectile variation [53]
spell maximum action distance +% [-30]
IncursionVaalWraithCleave
Triggerable, Attack
Base Damage: 353–529
Chance de Crítico: 5%
Dano de Ataque: 75%
Attack Time: 1.995 seg
Causa 25% menos Dano de Ataque
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" StateMachine { define_shared_state = "invisible" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" StateMachine { create_state_invisible_1 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/invisibility.epk ); " on_state_invisible_1 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/invisibility.epk ); " on_state_invisible_0 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/invisibility.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); " } Actor { on_event_move_for_EmptyActionSpell = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/dash.epk );" on_event_move_end_for_EmptyActionSpell = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/dash.epk );" } Animated { on_event_explode_for_death_03 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/death.epk ); " on_event_explode_for_death_04 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/death.epk ); " } BaseEvents { on_construction_complete = " AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); " } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/cleave/ghost_cleave.ao" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/aoe/main_blast.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/VaalWraith/VaalWraithChampionMortalStrongbox"] = { name = "Shadestalker", life = 5.69, energyShield = 1, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 1.18, damageSpread = 0.2, attackTime = 1.995, attackRange = 9, accuracy = 1, skillList = { "Melee", "IncursionWraithProjectile", "IncursionWraithExplode", "EmptyActionDashWraith", "EmptyActionDashWraith2", "IncursionVaalWraithCleave", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { name = "Default Attack", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionWraithProjectile"] = { name = "IncursionWraithProjectile", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 53, -30, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionWraithExplode"] = { name = "IncursionWraithExplode", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionDashWraith"] = { name = "EmptyActionDashWraith", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionDashWraith2"] = { name = "EmptyActionDashWraith2", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionVaalWraithCleave"] = { name = "IncursionVaalWraithCleave", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "is_area_damage", }, levels = { [1] = {baseMultiplier = 0.75, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Receba 100% do Dano Físico como Dano de Gelo Extra
Id | MonsterPhysicalAddedAsColdSkeletonMaps |
---|---|
Family | PhysicalAddedAsCold |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [100]
Id | StanceScavengerRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Seguidor das Sombras
Morto-vivo
Área: O Templo de Atzoatl
Receba 100% do Dano Físico como Dano de Gelo Extra
stance movement speed +% final [100]
Shadestalker
Spectre | N |
---|---|
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, cold_affinity, ghost, ghost_armour, ghost_blood, is_unarmed, large_height, melee, not_dex, not_str, physical_affinity, ranged, slow_movement, undead |
Packs |
Vida
660%
Energy Shield From Life
100%
Ailment Threshold
660%
Resistência
0
75
0
0
Damage
119%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.995 Second
Damage Spread
±20%
Experiência
88%
Model Size
127%
Type
VaalWraithChampion
Metadata
VaalWraithChampion
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
55
Vida
0
Armadura
10,090
Evasão
2,948
Escudo de Energia
17,675
Damage
228
Dano Mágico
228
Precisão
344
Attack Time
1.995
Experiência
6,036
Minion Life
0
Minion Energy Shield
4,310
Minion Damage
175
Ailment Threshold
17,675
Chill
56
Shock
56
Brittle
316
Scorch
56
Sap
154
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 182–273
Chance de Crítico: 5%
Attack Time: 1.995 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
EmptyActionDashWraith
Spell
Tempo de Conjuração: 1.33 seg
Recarga: 10 seg
EmptyActionDashWraith2
Spell
Tempo de Conjuração: 1.33 seg
Recarga: 10 seg
IncursionWraithExplode
Spell, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 603.7 a 905.5 de Dano de Gelo
is area damage [1]
IncursionWraithProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
Tempo de Conjuração: 1.33 seg
Causa 482.9 a 724.4 de Dano de Gelo
Projéteis Perfuram todos Alvos
base is projectile [1]
monster projectile variation [53]
spell maximum action distance +% [-30]
IncursionVaalWraithCleave
Triggerable, Attack
Base Damage: 182–273
Chance de Crítico: 5%
Dano de Ataque: 75%
Attack Time: 1.995 seg
Causa 25% menos Dano de Ataque
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" StateMachine { define_shared_state = "invisible" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" StateMachine { create_state_invisible_1 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/invisibility.epk ); " on_state_invisible_1 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/invisibility.epk ); " on_state_invisible_0 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/invisibility.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); " } Actor { on_event_move_for_EmptyActionSpell = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/dash.epk );" on_event_move_end_for_EmptyActionSpell = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/dash.epk );" } Animated { on_event_explode_for_death_03 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/death.epk ); " on_event_explode_for_death_04 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/death.epk ); " } BaseEvents { on_construction_complete = " AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); " } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/cleave/ghost_cleave.ao" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/aoe/main_blast.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/VaalWraith/VaalWraithChampion"] = { name = "Shadestalker", life = 6.6, energyShield = 1, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 1.19, damageSpread = 0.2, attackTime = 1.995, attackRange = 9, accuracy = 1, skillList = { "Melee", "IncursionWraithProjectile", "IncursionWraithExplode", "EmptyActionDashWraith", "EmptyActionDashWraith2", "IncursionVaalWraithCleave", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { name = "Default Attack", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionWraithProjectile"] = { name = "IncursionWraithProjectile", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 53, -30, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionWraithExplode"] = { name = "IncursionWraithExplode", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionDashWraith"] = { name = "EmptyActionDashWraith", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionDashWraith2"] = { name = "EmptyActionDashWraith2", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionVaalWraithCleave"] = { name = "IncursionVaalWraithCleave", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "is_area_damage", }, levels = { [1] = {baseMultiplier = 0.75, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Receba 100% do Dano Físico como Dano de Gelo Extra
Id | MonsterPhysicalAddedAsColdSkeletonMaps |
---|---|
Family | PhysicalAddedAsCold |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [100]
Id | StanceScavengerRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Seguidor das Sombras
Morto-vivo
Área: O Templo de Atzoatl
Receba 100% do Dano Físico como Dano de Gelo Extra
stance movement speed +% final [100]
Shadestalker
Spectre | N |
---|---|
Area | O Templo de Atzoatl, O Templo de Atzoatl, O Templo de Atzoatl |
Tags | Conjurador, cold_affinity, ghost, ghost_armour, ghost_blood, is_unarmed, large_height, melee, not_dex, not_str, physical_affinity, ranged, slow_movement, undead |
Packs |
Vida
569%
Energy Shield From Life
100%
Ailment Threshold
569%
Resistência
0
75
0
0
Damage
118%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.995 Second
Damage Spread
±20%
Experiência
175%
Model Size
127%
Type
VaalWraithChampionMap
Metadata
VaalWraithChampionMap
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
78
Vida
0
Armadura
62,934
Evasão
6,667
Escudo de Energia
64,456
Damage
797
Dano Mágico
797
Precisão
856
Attack Time
1.995
Experiência
21,660
Minion Life
0
Minion Energy Shield
12,820
Minion Damage
660
Ailment Threshold
103,775
Chill
328
Shock
328
Brittle
1,856
Scorch
328
Sap
907
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 637–956
Chance de Crítico: 5%
Attack Time: 1.995 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
EmptyActionDashWraith
Spell
Tempo de Conjuração: 1.33 seg
Recarga: 10 seg
EmptyActionDashWraith2
Spell
Tempo de Conjuração: 1.33 seg
Recarga: 10 seg
IncursionWraithExplode
Spell, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 1661 a 2492 de Dano de Gelo
is area damage [1]
IncursionWraithProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
Tempo de Conjuração: 1.33 seg
Causa 1329 a 1994 de Dano de Gelo
Projéteis Perfuram todos Alvos
base is projectile [1]
monster projectile variation [53]
spell maximum action distance +% [-30]
IncursionVaalWraithCleave
Triggerable, Attack
Base Damage: 637–956
Chance de Crítico: 5%
Dano de Ataque: 75%
Attack Time: 1.995 seg
Causa 25% menos Dano de Ataque
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" StateMachine { define_shared_state = "invisible" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" StateMachine { create_state_invisible_1 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/invisibility.epk ); " on_state_invisible_1 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/invisibility.epk ); " on_state_invisible_0 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/invisibility.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); " } Actor { on_event_move_for_EmptyActionSpell = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/dash.epk );" on_event_move_end_for_EmptyActionSpell = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/dash.epk );" } Animated { on_event_explode_for_death_03 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/death.epk ); " on_event_explode_for_death_04 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/death.epk ); " } BaseEvents { on_construction_complete = " AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); " } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/cleave/ghost_cleave.ao" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/aoe/main_blast.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/VaalWraith/VaalWraithChampionMap"] = { name = "Shadestalker", life = 5.69, energyShield = 1, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 1.18, damageSpread = 0.2, attackTime = 1.995, attackRange = 9, accuracy = 1, skillList = { "Melee", "IncursionWraithProjectile", "IncursionWraithExplode", "EmptyActionDashWraith", "EmptyActionDashWraith2", "IncursionVaalWraithCleave", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { name = "Default Attack", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionWraithProjectile"] = { name = "IncursionWraithProjectile", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 53, -30, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionWraithExplode"] = { name = "IncursionWraithExplode", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionDashWraith"] = { name = "EmptyActionDashWraith", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionDashWraith2"] = { name = "EmptyActionDashWraith2", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionVaalWraithCleave"] = { name = "IncursionVaalWraithCleave", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "is_area_damage", }, levels = { [1] = {baseMultiplier = 0.75, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Receba 100% do Dano Físico como Dano de Gelo Extra
Id | MonsterPhysicalAddedAsColdSkeletonMaps |
---|---|
Family | PhysicalAddedAsCold |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [100]
Id | StanceScavengerRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Seguidor das Sombras
Morto-vivo
monster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Shadestalker
Spectre | N |
---|---|
Tags | Conjurador, cold_affinity, ghost, ghost_armour, ghost_blood, is_unarmed, large_height, not_dex, not_str, slow_movement, undead |
Vida
660%
Energy Shield From Life
100%
Ailment Threshold
660%
Resistência
0
75
0
0
Damage
119%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.995 Second
Damage Spread
±20%
Experiência
88%
Model Size
127%
Type
VaalWraithChampion
Metadata
VaalWraithChampionMinion
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
0
Armadura
28,790
Evasão
4,739
Escudo de Energia
40,438
Damage
445
Dano Mágico
445
Precisão
580
Attack Time
1.995
Experiência
9,024
Minion Life
0
Minion Energy Shield
8,771
Minion Damage
355
Ailment Threshold
42,460
Chill
134
Shock
134
Brittle
760
Scorch
134
Sap
371
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).
IncursionWraithExplode
Spell, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 1070 a 1605 de Dano de Gelo
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = " CopyAnimation( reference ); PauseAnimation(); " } Actor { basic_action = "Emerge" } Positioned { object_size = 1 collision_hull_type = "projectile" } Stats { immune_to_curses = 1 immune_to_auras_from_other_entities = 1 set_item_drop_slots = 0 set_monster_no_drops_or_experience = 1 set_monster_do_not_fracture = 1 set_max_frenzy_charges = 0 set_max_endurance_charges = 0 set_max_power_charges = 0 base_cannot_be_stunned = 1 cannot_be_knocked_back = 1 set_phase_through_objects = 1 set_hidden_monster_can_have_auras = 1 } Life { corpse_usable = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/ice_clone.epk );" } Targetable { no_highlight = true targetable = false }
-- src\Data\Spectres.lua minions["Metadata/Monsters/VaalWraith/VaalWraithChampionMinion"] = { name = "Shadestalker", life = 6.6, energyShield = 1, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 1.19, damageSpread = 0.2, attackTime = 1.995, attackRange = 9, accuracy = 1, skillList = { "IncursionWraithExplode", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["IncursionWraithExplode"] = { name = "IncursionWraithExplode", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Perseguidor Sombrio
Morto-vivo
monster no drops or experience [1]
cannot be used as minion [1]
cannot be used as minion [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Shadestalker
Spectre | N |
---|---|
Tags | Conjurador, cold_affinity, delve_monster, ghost, ghost_armour, ghost_blood, is_unarmed, large_height, melee, no_pantheon_mod, not_dex, not_str, physical_affinity, slow_movement, undead |
Vida
660%
Energy Shield From Life
100%
Ailment Threshold
660%
Resistência
0
75
0
0
Damage
119%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.995 Second
Damage Spread
±20%
Experiência
88%
Model Size
127%
Type
VaalWraithBossDelveMinion
Metadata
VaalWraithBossMinion
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
0
Armadura
28,790
Evasão
4,739
Escudo de Energia
40,438
Damage
445
Dano Mágico
445
Precisão
580
Attack Time
1.995
Experiência
9,024
Minion Life
0
Minion Energy Shield
8,771
Minion Damage
355
Ailment Threshold
42,460
Chill
134
Shock
134
Brittle
760
Scorch
134
Sap
371
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 356–533
Chance de Crítico: 5%
Attack Time: 1.995 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
IncursionWraithExplode
Spell, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 1070 a 1605 de Dano de Gelo
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" StateMachine { on_timer_explode = "ResumeAnimation();" } BaseEvents { on_construction_complete = " CopyAnimation( reference ); PauseAnimation(); StartStateTimer( explode, 2.0 ); " } Actor { basic_action = "Emerge" } Life { corpse_usable = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/ice_clone.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueDelve/VaalBloodEncounter/VaalWraithBossMinion"] = { name = "Shadestalker", life = 6.6, energyShield = 1, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 1.19, damageSpread = 0.2, attackTime = 1.995, attackRange = 9, accuracy = 1, skillList = { "Melee", "IncursionWraithExplode", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { name = "Default Attack", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionWraithExplode"] = { name = "IncursionWraithExplode", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
cannot be used as minion [1]
Id | CannotBeUsedAsMinion |
---|---|
Family | CannotBeUsedAsMinion |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Perseguidor Sombrio
Morto-vivo
Área: Campo Avançado Vaal
Receba 100% do Dano Físico como Dano de Gelo Extra
stance movement speed +% final [100]
Shadestalker
Spectre | N |
---|---|
Area | Campo Avançado Vaal, Campo Avançado Vaal, Campo Avançado Vaal, Campo Avançado Vaal, Campo Avançado Vaal, Campo Avançado Vaal, Campo Avançado Vaal, Campo Avançado Vaal |
Tags | Conjurador, cold_affinity, delve_monster, ghost, ghost_armour, ghost_blood, is_unarmed, large_height, melee, no_pantheon_mod, not_dex, not_str, physical_affinity, ranged, slow_movement, undead |
Vida
569%
Energy Shield From Life
100%
Ailment Threshold
569%
Resistência
0
75
0
0
Damage
118%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.995 Second
Damage Spread
±20%
Experiência
175%
Model Size
127%
Type
VaalWraithChampionMap
Metadata
VaalWraithChampionDelve
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
0
Armadura
28,790
Evasão
4,739
Escudo de Energia
34,863
Damage
441
Dano Mágico
441
Precisão
580
Attack Time
1.995
Experiência
17,946
Minion Life
0
Minion Energy Shield
7,562
Minion Damage
352
Ailment Threshold
36,606
Chill
116
Shock
116
Brittle
655
Scorch
116
Sap
320
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 353–529
Chance de Crítico: 5%
Attack Time: 1.995 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
EmptyActionDashWraith
Spell
Tempo de Conjuração: 1.33 seg
Recarga: 10 seg
EmptyActionDashWraith2
Spell
Tempo de Conjuração: 1.33 seg
Recarga: 10 seg
IncursionWraithExplode
Spell, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 1070 a 1605 de Dano de Gelo
is area damage [1]
IncursionWraithProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
Tempo de Conjuração: 1.33 seg
Causa 855.9 a 1284 de Dano de Gelo
Projéteis Perfuram todos Alvos
base is projectile [1]
monster projectile variation [53]
spell maximum action distance +% [-30]
IncursionVaalWraithCleave
Triggerable, Attack
Base Damage: 353–529
Chance de Crítico: 5%
Dano de Ataque: 75%
Attack Time: 1.995 seg
Causa 25% menos Dano de Ataque
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" StateMachine { define_shared_state = "invisible" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" StateMachine { create_state_invisible_1 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/invisibility.epk ); " on_state_invisible_1 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/invisibility.epk ); " on_state_invisible_0 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/invisibility.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); " } Actor { on_event_move_for_EmptyActionSpell = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/dash.epk );" on_event_move_end_for_EmptyActionSpell = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/dash.epk );" } Animated { on_event_explode_for_death_03 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/death.epk ); " on_event_explode_for_death_04 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/death.epk ); " } BaseEvents { on_construction_complete = " AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); " } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/cleave/ghost_cleave.ao" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/aoe/main_blast.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/VaalWraith/VaalWraithChampionDelve"] = { name = "Shadestalker", life = 5.69, energyShield = 1, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 1.18, damageSpread = 0.2, attackTime = 1.995, attackRange = 9, accuracy = 1, skillList = { "Melee", "IncursionWraithProjectile", "IncursionWraithExplode", "EmptyActionDashWraith", "EmptyActionDashWraith2", "IncursionVaalWraithCleave", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { name = "Default Attack", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionWraithProjectile"] = { name = "IncursionWraithProjectile", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 53, -30, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionWraithExplode"] = { name = "IncursionWraithExplode", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionDashWraith"] = { name = "EmptyActionDashWraith", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionDashWraith2"] = { name = "EmptyActionDashWraith2", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionVaalWraithCleave"] = { name = "IncursionVaalWraithCleave", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "is_area_damage", }, levels = { [1] = {baseMultiplier = 0.75, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Receba 100% do Dano Físico como Dano de Gelo Extra
Id | MonsterPhysicalAddedAsColdSkeletonMaps |
---|---|
Family | PhysicalAddedAsCold |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [100]
Id | StanceScavengerRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Perseguidor das Sombras
Morto-vivo
Receba 100% do Dano Físico como Dano de Gelo Extra
stance movement speed +% final [100]
Shadestalker
Spectre | N |
---|---|
Tags | Conjurador, cold_affinity, ghost, ghost_armour, ghost_blood, is_unarmed, melee, not_dex, not_str, physical_affinity, ranged, slow_movement, undead |
Vida
569%
Energy Shield From Life
100%
Ailment Threshold
569%
Resistência
0
75
0
0
Damage
118%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.995 Second
Damage Spread
±20%
Experiência
175%
Model Size
127%
Type
VaalWraithChampionMap
Metadata
ExpeditionVaalWraith
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
0
Armadura
28,790
Evasão
4,739
Escudo de Energia
34,863
Damage
441
Dano Mágico
441
Precisão
580
Attack Time
1.995
Experiência
17,946
Minion Life
0
Minion Energy Shield
7,562
Minion Damage
352
Ailment Threshold
36,606
Chill
116
Shock
116
Brittle
655
Scorch
116
Sap
320
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).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 353–529
Chance de Crítico: 5%
Attack Time: 1.995 seg
Abate seus inimigos com um golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
EmptyActionDashWraith
Spell
Tempo de Conjuração: 1.33 seg
Recarga: 10 seg
EmptyActionDashWraith2
Spell
Tempo de Conjuração: 1.33 seg
Recarga: 10 seg
IncursionWraithExplode
Spell, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 1070 a 1605 de Dano de Gelo
is area damage [1]
IncursionWraithProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
Tempo de Conjuração: 1.33 seg
Causa 855.9 a 1284 de Dano de Gelo
Projéteis Perfuram todos Alvos
base is projectile [1]
monster projectile variation [53]
spell maximum action distance +% [-30]
IncursionVaalWraithCleave
Triggerable, Attack
Base Damage: 353–529
Chance de Crítico: 5%
Dano de Ataque: 75%
Attack Time: 1.995 seg
Causa 25% menos Dano de Ataque
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" StateMachine { define_shared_state = "invisible" } Actor { basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" StateMachine { create_state_invisible_1 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/invisibility.epk ); " on_state_invisible_1 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/invisibility.epk ); " on_state_invisible_0 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/invisibility.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); " } Actor { on_event_move_for_EmptyActionSpell = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/dash.epk );" on_event_move_end_for_EmptyActionSpell = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/dash.epk );" } Animated { on_event_explode_for_death_03 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/death.epk ); " on_event_explode_for_death_04 = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/death.epk ); " } BaseEvents { on_construction_complete = " AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/monster_fx_champion.epk ); " } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/cleave/ghost_cleave.ao" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/vaal_wraith/ghastly_dash/aoe/main_blast.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueExpedition/VaalWraith/ExpeditionVaalWraith"] = { name = "Shadestalker", life = 5.69, energyShield = 1, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 1.18, damageSpread = 0.2, attackTime = 1.995, attackRange = 9, accuracy = 1, skillList = { "MeleeAtAnimationSpeedUnique", "IncursionWraithProjectile", "IncursionWraithExplode", "EmptyActionDashWraith", "EmptyActionDashWraith2", "IncursionVaalWraithCleave", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeedUnique"] = { name = "Default Attack", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionWraithProjectile"] = { name = "IncursionWraithProjectile", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 53, -30, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionWraithExplode"] = { name = "IncursionWraithExplode", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionDashWraith"] = { name = "EmptyActionDashWraith", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionDashWraith2"] = { name = "EmptyActionDashWraith2", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["IncursionVaalWraithCleave"] = { name = "IncursionVaalWraithCleave", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "is_area_damage", }, levels = { [1] = {baseMultiplier = 0.75, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Receba 100% do Dano Físico como Dano de Gelo Extra
Id | MonsterPhysicalAddedAsColdSkeletonMaps |
---|---|
Family | PhysicalAddedAsCold |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [100]
Id | StanceScavengerRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
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.