Shavronne, a Retornada
Demoníaco
Raridade dos Itens Derrubados aumentada em 6000%
Monstros concedem Experiência aumentada em 250%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster no drops [1]
heal aura owner % max life on death [0]
Shavronne the Returned
SpectreN
AreaTorre da Shavronne
Tagsbludgeoning_weapon, bone_armour, Conjurador, demon, human, humanoid, is_unarmed, large_height, lightning_affinity, medium_movement, not_dex, not_str, ranged, red_blood
Vida
1200%
Energy Shield From Life
100%
Ailment Threshold
1200%
Resistência
40 40 40 25
Damage
200%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
200%
Model Size
120%
Type
ShavronneTower
Metadata
ShavronneTower
Nível
47
Vida
18,900
Armadura
5,163
Evasão
2,150
Escudo de Energia
1,575
Damage
249
Dano Mágico
249
Precisão
124
Attack Time
1.5
Experiência
9,708
Ailment Threshold
18,900
Chill
60
Shock
60
Brittle
338
Scorch
60
Sap
165
ShavronneSpellProjectileTower
Spell, Projectile, ProjectilesFromUser, Triggerable
Tempo de Conjuração: 1.5 seg
Causa 261.3 a 731.7 de Dano de Raio
base is projectile [1]
monster projectile variation [6]
ShavronneLightningPulse
Spell, Damage, Area, AreaSpell
Tempo de Conjuração: 3.2 seg
Recarga: 10 seg
Causa 994.2 a 1491 de Dano de Raio
100% de chance de Eletrizar inimigos
active skill area of effect radius +% final [60]
is area damage [1]
ShavronneTeleportTower
Spell, Triggerable
Tempo de Conjuração: 2 seg
Recarga: 12 seg
Causa 374.1 a 561.1 de Dano de Raio
Duração base é de 3 segundos
25% de chance de Eletrizar inimigos
is area damage [1]
shavronne teleport number of markers [14]
ShavronneLevitatingProjectile
Spell, Projectile, Damage
Tempo de Conjuração: 8 seg
Recarga: 20 seg
Causa 247.6 a 742.7 de Dano de Raio
active skill area of effect radius +% final [35]
base is projectile [1]
is area damage [1]
ShavronneSummonLightningBooks
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Tempo de Conjuração: 2 seg
Recarga: 8 seg
alternate minion [209]
minion dies when parent dies [1]
number of monsters to summon [2]
summon specific monsters radius +% [30]
summoned monsters are minions [1]
ShavronneEmpowerBeam
Spell
Tempo de Conjuração: 0.5 seg
Recarga: 20 seg
Duração base é de 8 segundos
ShavronneSummonLightningBooksOnTarget
Spell, Multicastable, Triggerable
Tempo de Conjuração: 2 seg
Recarga: 8 seg
alternate minion [209]
number of monsters to summon [2]
summon specific monsters radius +% [30]
summoned monsters are minions [1]
ShavronneProjectileBarrage
Spell, Projectile, Damage
Tempo de Conjuração: 9 seg
Recarga: 20 seg
Causa 247.6 a 742.7 de Dano de Raio
base is projectile [1]
projectile uses contact position [1]
ShavronneNoTeleportTower
Spell, Triggerable
Tempo de Conjuração: 2 seg
Recarga: 12 seg
Causa 374.1 a 561.1 de Dano de Raio
Duração base é de 3 segundos
25% de chance de Eletrizar inimigos
is area damage [1]
shavronne teleport no teleport [1]
shavronne teleport number of markers [14]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "ShavronnePossess"
	basic_action = "ChangeToStance2"
}

Stats
{
	set_cannot_die = 1
}

Transitionable
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
     //turn_duration = 0.4
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Shavronne/ShavronneTower"] = {
    name = "Shavronne the Returned",
    life = 12,
    energyShield = 1,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 8,
    accuracy = 1,
    skillList = {
        "ShavronneSpellProjectileTower",
        "ShavronneTeleportTower",
        "ShavronneNoTeleportTower",
        "ShavronneLightningPulse",
        "ShavronneLevitatingProjectile",
        "ShavronneSummonLightningBooks",
        "ShavronneSummonLightningBooksOnTarget",
        "ShavronneEmpowerBeam",
        "ShavronneProjectileBarrage",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ShavronneSpellProjectileTower"] = {
    name = "ShavronneSpellProjectileTower",
    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.5,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "monster_projectile_variation",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.5, 1.3999999761581, 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShavronneTeleportTower"] = {
    name = "ShavronneTeleportTower",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    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, 25, 14, levelRequirement = 40, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShavronneNoTeleportTower"] = {
    name = "ShavronneNoTeleportTower",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    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",
        "shavronne_teleport_no_teleport",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 3000, 25, 14, levelRequirement = 40, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShavronneLightningPulse"] = {
    name = "ShavronneLightningPulse",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.2,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_chance_to_shock_%",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 100, 60, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShavronneLevitatingProjectile"] = {
    name = "ShavronneLevitatingProjectile",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 8,
    baseFlags = {
        spell = true,
        projectile = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "active_skill_area_of_effect_radius_+%_final",
        "base_is_projectile",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, 35, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShavronneSummonLightningBooks"] = {
    name = "ShavronneSummonLightningBooks",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "minion_dies_when_parent_dies",
    },
    levels = {
        [1] = {209, 2, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShavronneSummonLightningBooksOnTarget"] = {
    name = "ShavronneSummonLightningBooksOnTarget",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
    },
    levels = {
        [1] = {209, 2, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShavronneEmpowerBeam"] = {
    name = "ShavronneEmpowerBeam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {8000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ShavronneProjectileBarrage"] = {
    name = "ShavronneProjectileBarrage",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 9,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.5, 1.5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
Raridade dos Itens Derrubados aumentada em 6000%
Monstros concedem Experiência aumentada em 250%
IdMonsterQuestBossAct6
FamilyMonsterActBoss
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • monster slain experience +% Min: 250 Max: 250 Global
  • monster dropped item rarity +% Min: 6000 Max: 6000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • monster no drops [1]
    IdMonsterNoDrops
    FamilyMonsterNoDrops
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no drops Min: 1 Max: 1 Global
  • heal aura owner % max life on death [0]
    IdBossHealOnPlayerDeathMinor
    FamilyBossHealOnPlayerDeath
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • heal aura owner % max life on death Min: 0 Max: 0 Global
  • heal_on_nearby_death
    Raio: 120
    heal aura owner % max life on death [0]
    Edit

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