Lightning Wraith
Slug: Lightning_Wraith
Open Source Page
Spectre-capable
Tags:
Caster
Unarmed_onhit_audio
allows_additional_projectiles
allows_inc_aoe
lightning_affinity
medium_movement
not_str
ranged
undead
Areas:
Mausoleum of the Praetor
Stones of Serle
The Ziggurat Refuge
No custom art yet. Upload one to replace the placeholder.
Stats by Level
| Rarity | Life | Damage | Armour | Evasion | Accuracy | Experience | Resistances |
|---|---|---|---|---|---|---|---|
| Unique | 2,903,422 | 1,168.1 | 14,441 | 1,304 | 4,011 | 0 | F: 0% / C: 0% / L: 0% / Ch: 0% |
| Rare | 800,944 | 1,168.1 | 14,441 | 1,304 | 4,011 | 0 | F: 0% / C: 0% / L: 0% / Ch: 0% |
| Magic | 248,293 | 1,168.1 | 14,441 | 1,304 | 4,011 | 0 | F: 0% / C: 0% / L: 0% / Ch: 0% |
| Normal | 100,118 | 1,168.1 | 14,441 | 1,304 | 4,011 | 0 | F: 0% / C: 0% / L: 0% / Ch: 0% |
Core Stat Percentiles
Life
2,903,422
Unique @ Level 100
Damage
1,168.1
Unique @ Level 100
Armour
14,441
Unique @ Level 100
Evasion
1,304
Unique @ Level 100
Accuracy
4,011
Unique @ Level 100
Experience
0
Unique @ Level 100
Other Notable Percentiles
Resistances
F: 0% / C: 0% / L: 0% / Ch: 0%
Unique @ Level 100
Lightning Wraith
Variant code: WraithSpookyLightningOverview
Summary
| Spectre | Y | |
|---|---|---|
| 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 |
Base Multipliers
Life
200%
Energy Shield From Life
35%
Evasion
+35%
Resistance
Damage
200%
Accuracy
100%
Critical Hits Chance
5%
Critical Damage Bonus
+30%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
Experience
200%
Model Size
125%
Type
WraithLightning
Metadata
WraithSpookyLightning
Extra Data
version 2
extends "Metadata/Monsters/Monster"
Stats
{
set_base_heavy_stun_duration_ms = 3333
}
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 = 2,
energyShield = 0.35,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 2,
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,
},
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
Variant code: WraithSpookyLightningStrongboxOverview
Summary
| Spectre | N | |
|---|---|---|
| Tags | allows_additional_projectiles, allows_inc_aoe, Caster, lightning_affinity, medium_movement, not_str, ranged, Unarmed_onhit_audio, undead | |
| Packs |
Base Multipliers
Life
200%
Energy Shield From Life
35%
Evasion
+35%
Resistance
Damage
200%
Accuracy
100%
Critical Hits Chance
5%
Critical Damage Bonus
+30%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
Experience
200%
Model Size
125%
Type
WraithLightning
Metadata
WraithSpookyLightningStrongbox
Extra Data
version 2
extends "Metadata/Monsters/Monster"
Stats
{
set_base_heavy_stun_duration_ms = 3333
}
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 = 2,
energyShield = 0.35,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 2,
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,
},
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 = { }, },
},
}