Esqueleto Reanimado
Morto-vivo
monster casts spark text [1]
Velocidade de Conjuração aumentada em 35%
monster no map drops [1]
Velocidade de Conjuração aumentada em 35%
monster no map drops [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Reanimated Skeleton
Spectre | Y |
---|---|
Tags | bone_armour, bones, Conjurador, is_unarmed, lightning_affinity, medium_height, not_dex, not_str, ranged, skeleton, slashing_weapon, undead, very_fast_movement |
Vida
130%
Energy Shield From Life
100%
Ailment Threshold
130%
Resistência
37 37 37 0
Damage
65%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 46
Attack Time
1.605 Second
Damage Spread
±20%
Experiência
130%
Model Size
100%
Type
IntMissionSkeletonCasterLightning
Metadata
IntMissionSkeletonCasterLightning6
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
8,363
Armadura
28,790
Evasão
4,739
Escudo de Energia
6,127
Damage
243
Dano Mágico
243
Precisão
290
Attack Time
1.605
Experiência
13,332
Ailment Threshold
8,363
Chill
26
Shock
26
Brittle
150
Scorch
26
Sap
73
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
SkeletonProjectileLightning
Spell, Damage, Multicastable, Projectile, ProjectilesFromUser, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1.95 seg
Causa 677 a 2020 de Dano de Raio
33% de chance de Eletrizar inimigos
base is projectile [1]
spell maximum action distance +% [-60]
33% de chance de Eletrizar inimigos
base is projectile [1]
spell maximum action distance +% [-60]
MonsterSpark
Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
Faísca
Chance de Crítico: 5%
Eficácia do Dano Adicionado: 70%
Tempo de Conjuração: 0.65 seg
Lança faíscas imprevisíveis que se movem aleatoriamente até atingirem um inimigo ou expirarem.
Causa 482.7 a 1448 de Dano de Raio
Duração base é de 2 segundos
Dispara un Projétil adicional
Velocidade de Projéteis aumentada em 25%
base is projectile [1]
Duração base é de 2 segundos
Dispara un Projétil adicional
Velocidade de Projéteis aumentada em 25%
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/Skeletons/SkeletonCaster"
Object Type Codes
version 2 extends "Metadata/Monsters/Skeletons/SkeletonCaster" Actor { on_start_Revive = " AddAttachedObjectToBones( Metadata/Effects/Spells/monsters_effects/skeleton_glowhands/glowhand_light.ao, R_Weapon ); AddAttachedObjectToBones( Metadata/Effects/Spells/monsters_effects/skeleton_glowhands/glowhand_light.ao, L_Weapon ); " } Life { on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/on_death_epks/monster_on_death.epk );" on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/on_death_epks/monster_on_death.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Skeletons/IntMissionSkeletonCasterLightning6"] = { name = "Reanimated Skeleton", life = 1.3, energyShield = 1, fireResist = 37, coldResist = 37, lightningResist = 37, chaosResist = 0, damage = 0.65, damageSpread = 0.2, attackTime = 1.605, attackRange = 46, accuracy = 1, skillList = { "SkeletonProjectileLightning", "MonsterSpark", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["SkeletonProjectileLightning"] = { name = "SkeletonProjectileLightning", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Multicastable] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.95, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "spell_maximum_action_distance_+%", "base_chance_to_shock_%", "base_is_projectile", }, levels = { [1] = {0.5, 1.5, -60, 33, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.5, 1.5, -60, 33, critChance = 5, levelRequirement = 19, statInterpolation = {3, 3}, cost = { }, }, [3] = {1.1699999570847, 3.4900000095367, -60, 33, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterSpark"] = { name = "Spark", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.65, baseFlags = { spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_skill_effect_duration", "number_of_additional_projectiles", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 11, statInterpolation = {3, 3}, cost = { }, }, [4] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 25, statInterpolation = {3, 3}, cost = { }, }, [5] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3}, cost = { }, }, [6] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 31, statInterpolation = {3, 3}, cost = { }, }, [7] = {0.5, 1.5, 2000, 1, 25, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3}, cost = { }, }, [8] = {1.1000000238419, 3.2999999523163, 2000, 1, 25, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, }
monster casts spark text [1]
Id | MonsterCastsSparkText |
---|---|
Family | MonsterCastsSparkText |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Velocidade de Conjuração aumentada em 35%
Id | MonsterImplicitFastCast1 |
---|---|
Family | IncreasedCastSpeed |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster speed |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |