Shavronne of Umbra
Demon
monster base type attack cast speed +% and damage -% final [33]
monster penalty against minions damage +% final vs player minions [-20]
level 1 to 40 life +% final [-25]
level 41 to 57 life +% final [-15]
SpectreN
AreaThe Harvest
Tagsbludgeoning_weapon, bone_armour, caster, demon, human, humanoid, is_unarmed, large_model, lightning_affinity, medium_height, medium_movement, not_dex, not_str, ranged, red_blood, shavronne_monster_story, unholy_trio_monster_story
Life
1440%
Energy Shield From Life
100%
Ailment Threshold
1440%
Resistance
0 0 85 0
Damage
200%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experience
200%
Model Size
100%
Type
Shavronne
Metadata
Shavronne
Level
40
Life
13,997
Armour
2,811
Evasion
1,597
Energy Shield
972
Damage
169
Spell Damage
169
Accuracy
92
Attack Time
1.5
Experience
6,814
Ailment Threshold
13,997
Chill
44
Shock
44
Brittle
250
Scorch
44
Sap
122
ShavronneSpellProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
Cast Time: 1 sec
Deals 285.6 to 514.1 Lightning Damage
100% more Cast Speed
base is projectile [1]
monster projectile variation [6]
ShavronneLightningThorns
Spell, Buff, Duration
Cast Time: 1 sec
Cooldown Time: 12 sec
Base duration is 3.5 seconds
LightningTendrilsShavronne
Spell
Critical Strike Chance: 5%
Cast Time: 1 sec
Deals 11.15 to 211.9 Lightning Damage
active skill area of effect radius +% final [-25]
base skill number of additional hits [3]
is area damage [1]
ShavronneTeleport
Spell, Triggerable
Cast Time: 1 sec
Cooldown Time: 10 sec
Deals 228.5 to 342.7 Lightning Damage
Base duration is 3 seconds
100% chance to Shock enemies
is area damage [1]
shavronne teleport number of markers [20]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Transitionable
{
}

MinimapIcon
{
	icon = 3
}

NPC
{
	marker_enabled = false
}

Stats
{
	monster_can_spawn_with_talisman = 1
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Life
{
	on_death = "PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act4/Shavronne/shavcandlesnew.ao, 0 );"
	on_spawned_dead = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/act4/Shavronne/shavcandlesnew.ao );"
}

Render
{
     //turn_duration = 0.4
}

Transitionable
{
	on_transition = "HideMinimapIcon(); PlayAnimation( intro ); PlayTextAudio( ShavronneFightIntroRandom , Metadata/NPC/Act4/Shavronne, 0);"
	create_transitioned = "HideMinimapIcon();"
	create_untransitioned = "PlayAnimation( idle );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Shavronne/Shavronne"] = {
    name = "Shavronne of Umbra",
    life = 14.4,
    energyShield = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 85,
    chaosResist = 0,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 15,
    accuracy = 1,
    skillList = {
        "ShavronneSpellProjectile",
        "LightningTendrilsShavronne",
        "ShavronneLightningThorns",
        "ShavronneTeleport",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ShavronneSpellProjectile"] = {
    name = "ShavronneSpellProjectile",
    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,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "monster_projectile_variation",
        "active_skill_cast_speed_+%_final",
        "base_is_projectile",
    },
    levels = {
        [1] = {1, 1.7999999523163, 6, 100, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.60000002384186, 1.3999999761581, 6, 100, levelRequirement = 64, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LightningTendrilsShavronne"] = {
    name = "LightningTendrilsShavronne",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_number_of_additional_hits",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.10000000149012, 1.8999999761581, 3, -25, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.10000000149012, 1.8999999761581, 3, -25, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShavronneLightningThorns"] = {
    name = "ShavronneLightningThorns",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Buff] = true,
        [SkillType.Duration] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {3500, levelRequirement = 40, statInterpolation = {},  cost = { }, },
        [2] = {3500, levelRequirement = 66, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShavronneTeleport"] = {
    name = "ShavronneTeleport",
    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_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "base_chance_to_shock_%",
        "shavronne_teleport_number_of_markers",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 3000, 100, 20, levelRequirement = 40, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster base type attack cast speed +% and damage -% final [33]
IdMonsterSpeedAndDamageFixupComplete
FamilyMonsterSpeedAndDamageFixup
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    monster penalty against minions damage +% final vs player minions [-20]
    IdMonsterDamageVersusPlayerMinions20
    FamilyMonsterDamageVersusMinions
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -20 Max: -20 Global
  • Craft Tagsdamage
    level 1 to 40 life +% final [-25]
    level 41 to 57 life +% final [-15]
    IdMalachaiSubBossLessLifeAtLevel
    FamilyLifePerDifficulty
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • level 1 to 40 life +% final Min: -25 Max: -25 Global
  • level 41 to 57 life +% final Min: -15 Max: -15 Global
  • Craft Tagsresource life
    Shavronne of Umbra
    Demon
    monster base type attack cast speed +% and damage -% final [33]
    monster penalty against minions damage +% final vs player minions [-20]
    level 1 to 40 life +% final [-25]
    level 41 to 57 life +% final [-15]
    SpectreN
    Tagsbludgeoning_weapon, bone_armour, caster, demon, human, humanoid, is_unarmed, large_model, lightning_affinity, medium_movement, not_dex, not_str, ranged, red_blood
    Life
    1440%
    Energy Shield From Life
    100%
    Ailment Threshold
    1440%
    Resistance
    0 0 85 0
    Damage
    200%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 15
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    200%
    Model Size
    100%
    Type
    Shavronne
    Metadata
    ShavronneStandalone_
    Level
    68
    Life
    92,640
    Armour
    28,790
    Evasion
    4,739
    Energy Shield
    6,127
    Damage
    747
    Spell Damage
    747
    Accuracy
    290
    Attack Time
    1.5
    Experience
    20,510
    Ailment Threshold
    92,640
    Chill
    293
    Shock
    293
    Brittle
    1,657
    Scorch
    293
    Sap
    809
    ShavronneSpellProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Cast Time: 1 sec
    Deals 727.6 to 1698 Lightning Damage
    100% more Cast Speed
    base is projectile [1]
    monster projectile variation [6]
    ShavronneLightningThorns
    Spell, Buff, Duration
    Cast Time: 1 sec
    Cooldown Time: 12 sec
    Base duration is 3.5 seconds
    LightningTendrilsShavronne
    Spell
    Critical Strike Chance: 5%
    Cast Time: 1 sec
    Deals 35.3 to 670.7 Lightning Damage
    active skill area of effect radius +% final [-25]
    base skill number of additional hits [3]
    is area damage [1]
    GTStandaloneShavTeleportMarkers
    Triggerable, Spell
    Cast Time: 1 sec
    SOStandaloneShavTeleportMarker
    Triggerable, Spell
    Cast Time: 1 sec
    GSStandaloneShavronneTeleportExplode
    Spell, Triggerable
    Critical Strike Chance: 5%
    Cast Time: 1 sec
    Deals 970.2 to 1455 Lightning Damage
    100% chance to Shock enemies
    is area damage [1]
    TeleportMarkerStandaloneShavronne
    Spell, Triggerable
    Cast Time: 1 sec
    marker warp marker variation [16]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"
    
    Life
    {
    	on_death = "PlayAnimationAttachedByIndex( Metadata/Effects/Spells/monsters_effects/act4/Shavronne/shavcandlesnew.ao, 0 );"
    	on_spawned_dead = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/act4/Shavronne/shavcandlesnew.ao );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Shavronne/ShavronneStandalone_"] = {
        name = "Shavronne of Umbra",
        life = 14.4,
        energyShield = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 85,
        chaosResist = 0,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 15,
        accuracy = 1,
        skillList = {
            "ShavronneSpellProjectile",
            "LightningTendrilsShavronne",
            "ShavronneLightningThorns",
            "TeleportMarkerStandaloneShavronne",
            "GSStandaloneShavronneTeleportExplode",
            "SOStandaloneShavTeleportMarker",
            "GTStandaloneShavTeleportMarkers",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShavronneSpellProjectile"] = {
        name = "ShavronneSpellProjectile",
        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,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "monster_projectile_variation",
            "active_skill_cast_speed_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {1, 1.7999999523163, 6, 100, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.60000002384186, 1.3999999761581, 6, 100, levelRequirement = 64, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LightningTendrilsShavronne"] = {
        name = "LightningTendrilsShavronne",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_number_of_additional_hits",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.10000000149012, 1.8999999761581, 3, -25, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.10000000149012, 1.8999999761581, 3, -25, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ShavronneLightningThorns"] = {
        name = "ShavronneLightningThorns",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {3500, levelRequirement = 40, statInterpolation = {},  cost = { }, },
            [2] = {3500, levelRequirement = 66, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TeleportMarkerStandaloneShavronne"] = {
        name = "TeleportMarkerStandaloneShavronne",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "marker_warp_marker_variation",
        },
        levels = {
            [1] = {16, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSStandaloneShavronneTeleportExplode"] = {
        name = "GSStandaloneShavronneTeleportExplode",
        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_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_chance_to_shock_%",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SOStandaloneShavTeleportMarker"] = {
        name = "SOStandaloneShavTeleportMarker",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTStandaloneShavTeleportMarkers"] = {
        name = "GTStandaloneShavTeleportMarkers",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [33]
    IdMonsterSpeedAndDamageFixupComplete
    FamilyMonsterSpeedAndDamageFixup
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    monster penalty against minions damage +% final vs player minions [-20]
    IdMonsterDamageVersusPlayerMinions20
    FamilyMonsterDamageVersusMinions
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -20 Max: -20 Global
  • Craft Tagsdamage
    level 1 to 40 life +% final [-25]
    level 41 to 57 life +% final [-15]
    IdMalachaiSubBossLessLifeAtLevel
    FamilyLifePerDifficulty
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • level 1 to 40 life +% final Min: -25 Max: -25 Global
  • level 41 to 57 life +% final Min: -15 Max: -15 Global
  • Craft Tagsresource life
    Shavronne of Umbra Topic /8
    NPCName
    BestelScreams. Howls and booms of unholy intonation. The shriek and clank of some unfathomable apparatus and the pervading stench of scorched flesh and boiling blood. That's Axiom Prison now that our lady of Umbra has come home to roost.

    As a poet, I have nothing against a little creativity. Yet while I might mould word and wonder, Shavronne's art tends towards the visceral. Flesh, bone and soul.

    Artistic pursuit is the loftiest of callings, but in this instance, I believe some rigorous criticism is in order.
    TarkleighAxiom Prison has been fairly quiet since you saw fit to retire its warden. Afraid that's no longer the case.

    Shavronne of Umbra, the very witch that made Brutus the man he was. I don't know if she's a ghost, a ghoul or some other death-scorning creature I've never heard of, but she's up there, tinkering away with her black arts and twisting nature around her bony old fingers.

    Honestly, I don't care why she's come back or what cruelty she's brewing up there. She's a boil that needs lancing before the infection spreads.
    TarkleighGood work clearing another path through Axiom Prison. I'm starting to think those stories I've heard about you might be true.
    SinDespite your best efforts, Beast Slayer, a splinter of hope remains. The very seed that brought my Beast into existence. The Dark Ember.

    Never again shall it birth a life so magnificent as the Beast, yet a residue of that power still lingers. Enough to give us a fighting chance against the ravenous Kitava.

    How do we obtain this Dark Ember? Three hearts were silenced, three hearts must sing again, one last time. In that final flickering of life, our saviour seed shall be born. All I need are three fine souls with which to stoke the flames.

    Shavronne of Umbra. Inquisitor Maligaro. Doedre the Darktongue. Three spirits of near unfathomable resilience and vigour, freed with the Beast's final exhalation. So let us begin the harvest!

    Shavronne has come home, to Axiom. We shall give her the warm welcome she sincerely deserves.
    Scold's Bridle"The sharper the pain, the sharper the mind.
    A curious paradox."
    - Shavronne of Umbra
    Eldritch Knowledge"True Thaumaturgy can only be learned
    by the brilliant or the mad."
    - Shavronne of Umbra
    The Thaumaturgist{"Mastery of thaumaturgy is like any other pursuit; it requires dedication and sacrifice. Sometimes several sacrifices."
    - Shavronne of Umbra}
    The Aesthete"Some see our mortal flesh as a limitation. I see it as an opportunity for vast, miraculous improvements."
    - Shavronne of Umbra
    Edit

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