Shavronne la Retornada
Demonio
La rareza de los objetos arrojados está aumentada un 6000%
Los monstruos otorgan la experiencia aumentada un 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
AreaLa Torre de Shavronne
Tagsbludgeoning_weapon, bone_armour, Lanzador de hechizos, 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%
Resistencia
40 40 40 25
Damage
200%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
200%
Model Size
120%
Type
ShavronneTower
Metadata
ShavronneTower
Nivel
47
Vida
18,900
Armaduras
5,163
Evasión
2,150
Escudo de energía
1,575
Damage
249
Daño de hechizos
249
Precisión
124
Attack Time
1.5
Experiencia
9,708
Ailment Threshold
18,900
Chill
60
Shock
60
Brittle
338
Scorch
60
Sap
165
ShavronneSpellProjectileTower
Spell, Projectile, ProjectilesFromUser, Triggerable
Tiempo de lanzamiento: 1.5 seg
Inflige de 261.3 a 731.7 de daño de rayo
base is projectile [1]
monster projectile variation [6]
ShavronneLightningPulse
Spell, Damage, Area, AreaSpell
Tiempo de lanzamiento: 3.2 seg
Tiempo de recarga: 10 seg
Inflige de 994.2 a 1491 de daño de rayo
100% de probabilidad de electrocutar a los enemigos
active skill area of effect radius +% final [60]
is area damage [1]
ShavronneTeleportTower
Spell, Triggerable
Tiempo de lanzamiento: 2 seg
Tiempo de recarga: 12 seg
Inflige de 374.1 a 561.1 de daño de rayo
La duración base es de 3 segundos
25% de probabilidad de electrocutar a los enemigos
is area damage [1]
shavronne teleport number of markers [14]
ShavronneLevitatingProjectile
Spell, Projectile, Damage
Tiempo de lanzamiento: 8 seg
Tiempo de recarga: 20 seg
Inflige de 247.6 a 742.7 de daño de rayo
active skill area of effect radius +% final [35]
base is projectile [1]
is area damage [1]
ShavronneSummonLightningBooks
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Tiempo de lanzamiento: 2 seg
Tiempo de 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
Tiempo de lanzamiento: 0.5 seg
Tiempo de recarga: 20 seg
La duración base es de 8 segundos
ShavronneSummonLightningBooksOnTarget
Spell, Multicastable, Triggerable
Tiempo de lanzamiento: 2 seg
Tiempo de 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
Tiempo de lanzamiento: 9 seg
Tiempo de recarga: 20 seg
Inflige de 247.6 a 742.7 de daño de rayo
base is projectile [1]
projectile uses contact position [1]
ShavronneNoTeleportTower
Spell, Triggerable
Tiempo de lanzamiento: 2 seg
Tiempo de recarga: 12 seg
Inflige de 374.1 a 561.1 de daño de rayo
La duración base es de 3 segundos
25% de probabilidad de electrocutar a los enemigos
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 = { }, },
    },
}
La rareza de los objetos arrojados está aumentada un 6000%
Los monstruos otorgan la experiencia aumentada un 250%
IdMonsterQuestBossAct6
FamilyMonsterActBoss
Domainsmonstruo (3)
GenerationTypeúnico (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
    Domainsmonstruo (3)
    GenerationTypeúnico (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
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no drops Min: 1 Max: 1 Global
  • heal aura owner % max life on death [0]
    IdBossHealOnPlayerDeathMinor
    FamilyBossHealOnPlayerDeath
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • heal aura owner % max life on death Min: 0 Max: 0 Global
  • heal_on_nearby_death
    Radio: 120
    heal aura owner % max life on death [0]
    Edit

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