← Back to list

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
Lightning Wraith artwork

No custom art yet. Upload one to replace the placeholder.

Core Stat Percentiles

Evasion Rating
956
Top 4.7%
Spell Damage
466
Top 26%
Accuracy
2,502
Top 71%
Damage
466
Top 73%
Armour
2,413
Top 81%
Life
10,084
Top 84%

Other Notable Percentiles

Critical Damage Bonus
+30%
Top 0.1%
Energy Shield From Life
35%
Top 1.5%
Energy Shield
5,430
Top 1.5%
Minion Energy Shield
4,851
Top 1.5%
Level
68
Top 2.1%
Critical Hits Chance
5%
Top 3.2%

Lightning Wraith

Variant code: WraithSpookyLightning
Section 1 of 2

Summary

Base Multipliers

Life
200%
Energy Shield From Life
35%
Evasion
+35%
Resistance
-30 0 75 0
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: WraithSpookyLightningStrongbox
Section 2 of 2

Overview

Undead

Summary

Spectre N
Tags allows_additional_projectiles, allows_inc_aoe, Caster, lightning_affinity, medium_movement, not_str, ranged, Unarmed_onhit_audio, undead
Packs
  • Lightning Wraith, Risen Rattler
  • Base Multipliers

    Life
    200%
    Energy Shield From Life
    35%
    Evasion
    +35%
    Resistance
    -30 0 75 0
    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 = { }, },
        },
    }