Lightning Wraith
| Spectre | Y |
|---|---|
| Spectre Override | Metadata/Monsters/Wraith/WraithSpookyLightningSpectre |
| Area | Mausoleum of the Praetor, Stones of Serle, The Ziggurat Refuge |
| Tags | allows_additional_projectiles, allows_inc_aoe, Caster, lightning_affinity, medium_movement, not_str, ranged, Unarmed_onhit_audio, undead |
| Packs |
Life
160%
Energy Shield From Life
35%
Evasion
+35%
Resistance
Damage
160%
Accuracy
100%
Critical Hits Chance
5%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
Experience
160%
Model Size
125%
Type
WraithLightning
Metadata
WraithSpookyLightning
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
65
Life
10,421
Armour
2,023
Evasion Rating
895
Energy Shield
3,647
Damage
340
Spell Damage
340
Accuracy
2,228
Attack Time
1.5
Experience
34,411
Minion Life
10,051
Minion Energy Shield
3,518
Minion Damage
1,326
Minion Armour
2,023
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).
SpookyGhostLightningBounce
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage, AttackInPlace
Critical Hit Chance: 6%
Cast Time: 1.5 sec
Supported Skills have 50% increased chance to Shock
Chains 10 times
Pierces all Targets
ballistic bounce behavior variation [7]
base is projectile [1]
monster projectile variation [1091]
projectile uses contact direction [1]
projectile uses contact position [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Stats
{
set_base_heavy_stun_duration_ms = 3333
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Life
{
on_spawned_alive =
"
AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/Wraith/lightning/base_bodyfx.epk' );
AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/epk/raiseSpectre_Skin_lightning.epk' );
"
on_death =
"
RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/Wraith/lightning/base_bodyfx.epk' );
RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/epk/raiseSpectre_Skin_lightning.epk' );
"
}
Preload
{
preload_misc_animated = "SpookyGhostLightningImpact"
preload_misc_animated = "SpookyLightningWraithAudio"
preload_epk = "Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/epk/raiseSpectre_Skin_lightning.epk"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Wraith/WraithSpookyLightning"] = {
name = "Lightning Wraith",
life = 1.6,
energyShield = 0.35,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1.6,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 6,
accuracy = 1,
skillList = {
"SpookyGhostLightningBounce",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["SpookyGhostLightningBounce"] = {
name = "SpookyGhostLightningBounce",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Triggerable] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"ballistic_bounce_behavior_variation",
"number_of_chains",
"monster_projectile_variation",
"shock_chance_+%",
"base_is_projectile",
"always_pierce",
"projectile_uses_contact_position",
"projectile_uses_contact_direction",
},
levels = {
[1] = {0.5, 1.5, 7, 10, 1091, 50, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
Lightning Wraith
Undead| Spectre | Y |
|---|---|
| Tags | allows_additional_projectiles, allows_inc_aoe, Caster, lightning_affinity, medium_movement, not_str, ranged, Unarmed_onhit_audio, undead |
Life
160%
Energy Shield From Life
35%
Evasion
+35%
Resistance
Damage
160%
Accuracy
100%
Critical Hits Chance
5%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
Experience
160%
Model Size
125%
Type
WraithLightningSpectre
Metadata
WraithSpookyLightningSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
12,411
Armour
2,413
Evasion Rating
956
Energy Shield
4,344
Damage
373
Spell Damage
373
Accuracy
2,502
Attack Time
1.5
Experience
45,814
Minion Life
11,088
Minion Energy Shield
3,881
Minion Damage
1,550
Minion Armour
2,413
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).
SpookyGhostLightningBounce
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage, AttackInPlace
Critical Hit Chance: 6%
Cast Time: 1.5 sec
Supported Skills have 50% increased chance to Shock
Chains 10 times
Pierces all Targets
ballistic bounce behavior variation [7]
base is projectile [1]
monster projectile variation [1091]
projectile uses contact direction [1]
projectile uses contact position [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Stats
{
set_base_heavy_stun_duration_ms = 3333
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Life
{
on_spawned_alive =
"
AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/Wraith/lightning/base_bodyfx.epk' );
AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/epk/raiseSpectre_Skin_lightning.epk' );
"
on_death =
"
RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/Wraith/lightning/base_bodyfx.epk' );
RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/epk/raiseSpectre_Skin_lightning.epk' );
"
}
Preload
{
preload_misc_animated = "SpookyGhostLightningImpact"
preload_misc_animated = "SpookyLightningWraithAudio"
preload_epk = "Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/epk/raiseSpectre_Skin_lightning.epk"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Wraith/WraithSpookyLightningSpectre"] = {
name = "Lightning Wraith",
life = 1.6,
energyShield = 0.35,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1.6,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 6,
accuracy = 1,
skillList = {
"SpookyGhostLightningBounce",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["SpookyGhostLightningBounce"] = {
name = "SpookyGhostLightningBounce",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Triggerable] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"ballistic_bounce_behavior_variation",
"number_of_chains",
"monster_projectile_variation",
"shock_chance_+%",
"base_is_projectile",
"always_pierce",
"projectile_uses_contact_position",
"projectile_uses_contact_direction",
},
levels = {
[1] = {0.5, 1.5, 7, 10, 1091, 50, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
Lightning Wraith
Undead| Spectre | N |
|---|---|
| Tags | allows_additional_projectiles, allows_inc_aoe, Caster, lightning_affinity, medium_movement, not_str, ranged, Unarmed_onhit_audio, undead |
| Packs |
Life
160%
Energy Shield From Life
35%
Evasion
+35%
Resistance
Damage
160%
Accuracy
100%
Critical Hits Chance
5%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
Experience
160%
Model Size
125%
Type
WraithLightning
Metadata
WraithSpookyLightningStrongbox
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
12,411
Armour
2,413
Evasion Rating
956
Energy Shield
4,344
Damage
373
Spell Damage
373
Accuracy
2,502
Attack Time
1.5
Experience
45,814
Minion Life
11,088
Minion Energy Shield
3,881
Minion Damage
1,550
Minion Armour
2,413
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).
SpookyGhostLightningBounce
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage, AttackInPlace
Critical Hit Chance: 6%
Cast Time: 1.5 sec
Supported Skills have 50% increased chance to Shock
Chains 10 times
Pierces all Targets
ballistic bounce behavior variation [7]
base is projectile [1]
monster projectile variation [1091]
projectile uses contact direction [1]
projectile uses contact position [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Stats
{
set_base_heavy_stun_duration_ms = 3333
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
Life
{
on_spawned_alive =
"
AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/Wraith/lightning/base_bodyfx.epk' );
AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/epk/raiseSpectre_Skin_lightning.epk' );
"
on_death =
"
RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/Wraith/lightning/base_bodyfx.epk' );
RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/epk/raiseSpectre_Skin_lightning.epk' );
"
}
Preload
{
preload_misc_animated = "SpookyGhostLightningImpact"
preload_misc_animated = "SpookyLightningWraithAudio"
preload_epk = "Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/epk/raiseSpectre_Skin_lightning.epk"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Wraith/WraithSpookyLightningStrongbox"] = {
name = "Lightning Wraith",
life = 1.6,
energyShield = 0.35,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1.6,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 6,
accuracy = 1,
skillList = {
"SpookyGhostLightningBounce",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["SpookyGhostLightningBounce"] = {
name = "SpookyGhostLightningBounce",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Triggerable] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"ballistic_bounce_behavior_variation",
"number_of_chains",
"monster_projectile_variation",
"shock_chance_+%",
"base_is_projectile",
"always_pierce",
"projectile_uses_contact_position",
"projectile_uses_contact_direction",
},
levels = {
[1] = {0.5, 1.5, 7, 10, 1091, 50, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.