Shavronne's Legacy
Demon
stance movement speed +% final [112]
SpectreY
AreaThe Rotting Core, The Lake of Kalandra
Tagscleaving_weapon, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, lightning_affinity, medium_height, melee, physical_affinity, red_blood, very_slow_movement
Packs
  • The Rotting Core: Shavronne's Legacy
  • Life
    100%
    Ailment Threshold
    100%
    Resistance
    0 0 40 0
    Damage
    135%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    100%
    Type
    DemonModularLightning
    Metadata
    DemonModularLightningShavronne_
    Level
    64
    Life
    4,768
    Armour
    20,943
    Evasion
    4,112
    Energy Shield
    0
    Damage
    412
    Spell Damage
    412
    Accuracy
    247
    Attack Time
    1.5
    Experience
    9,283
    Ailment Threshold
    4,768
    Chill
    15
    Shock
    15
    Brittle
    85
    Scorch
    15
    Sap
    42
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 329–494
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    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]
    ShavronneMinionStaticStrike
    Attack, MeleeSingleTarget, Multistrikeable, Melee, Area, Duration, Lightning
    Static Strike
    Base Damage: 329–494
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Cooldown Time: 5 sec
    Strike your enemies with a melee weapon, building up static energy on you. This energy damages enemies around you when it expires, dealing damage that cannot be evaded or dodged.
    60% of Physical Damage Converted to Lightning Damage
    Base duration is 1 seconds
    Explosion deals 25% less Damage with Hits and Ailments
    active skill area of effect radius +% final [-25]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance3"
    	basic_action = "Emerge2"
    	basic_action = "Emerge3"
    	main_hand_unarmed_type = "One_Hand_Sword"
    }
    
    Stats
    {
    	mana_regeneration_rate_per_minute_% = 0
    }
    
    StateMachine
    {
    	define_shared_state = "generic1"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "DetachAllContainingText( elehands );"
    	on_spawned_dead = "DetachAllContainingText( elehands );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonModular/DemonModularLightningShavronne_"] = {
        name = "Shavronne's Legacy",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.35,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "ShavronneMinionStaticStrike",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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["ShavronneMinionStaticStrike"] = {
        name = "Static Strike",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your enemies with a melee weapon, building up static energy on you. This energy damages enemies around you when it expires, dealing damage that cannot be evaded or dodged. ",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Lightning] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_lightning",
            "base_skill_effect_duration",
            "static_strike_explosion_damage_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {60, 1000, -25, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Shavronne's Legacy
    Demon
    stance movement speed +% final [112]
    SpectreY
    Tagscleaving_weapon, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, lightning_affinity, melee, physical_affinity, red_blood, very_slow_movement
    Life
    100%
    Ailment Threshold
    100%
    Resistance
    0 0 40 0
    Damage
    135%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    100%
    Type
    DemonModularLightning
    Metadata
    DemonModularLightningShavronne_Hellscape
    Level
    68
    Life
    6,433
    Armour
    28,790
    Evasion
    4,739
    Energy Shield
    0
    Damage
    504
    Spell Damage
    504
    Accuracy
    290
    Attack Time
    1.5
    Experience
    10,255
    Ailment Threshold
    6,433
    Chill
    20
    Shock
    20
    Brittle
    115
    Scorch
    20
    Sap
    56
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 403–605
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    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]
    ShavronneMinionStaticStrike
    Attack, MeleeSingleTarget, Multistrikeable, Melee, Area, Duration, Lightning
    Static Strike
    Base Damage: 403–605
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Cooldown Time: 5 sec
    Strike your enemies with a melee weapon, building up static energy on you. This energy damages enemies around you when it expires, dealing damage that cannot be evaded or dodged.
    60% of Physical Damage Converted to Lightning Damage
    Base duration is 1 seconds
    Explosion deals 25% less Damage with Hits and Ailments
    active skill area of effect radius +% final [-25]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance3"
    	basic_action = "Emerge2"
    	basic_action = "Emerge3"
    	main_hand_unarmed_type = "One_Hand_Sword"
    }
    
    Stats
    {
    	mana_regeneration_rate_per_minute_% = 0
    }
    
    StateMachine
    {
    	define_shared_state = "generic1"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "DetachAllContainingText( elehands );"
    	on_spawned_dead = "DetachAllContainingText( elehands );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonModular/DemonModularLightningShavronne_Hellscape"] = {
        name = "Shavronne's Legacy",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.35,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "ShavronneMinionStaticStrike",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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["ShavronneMinionStaticStrike"] = {
        name = "Static Strike",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your enemies with a melee weapon, building up static energy on you. This energy damages enemies around you when it expires, dealing damage that cannot be evaded or dodged. ",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Lightning] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_lightning",
            "base_skill_effect_duration",
            "static_strike_explosion_damage_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {60, 1000, -25, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.