Mago chispeante
No muerto
Área: El aposento de pecados nivel 2, El laboratorio eterno, Vacío de la Memoria, Memoria fragmentada, Santuario de Olmec, La prueba del cobarde, Arena de JcJ, Lago de Kalandra
undead description [1]
monster casts spark text [1]
monster casts spark text [1]
Sparking Mage
Vida
84%
Energy Shield From Life
100%
Ailment Threshold
84%
Resistencia
0 0 40 0
Damage
60%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 46
Attack Time
1.605 Second
Damage Spread
±20%
Experiencia
120%
Model Size
100%
Type
SkeletonCasterLightning
Metadata
SkeletonCasterLightningSpark
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
83
Vida
26,894
Armadura
92,477
Evasión
7,860
Escudo de energía
15,319
Damage
540
Daño de hechizos
540
Precisión
518
Attack Time
1.605
Experiencia
15,758
Ailment Threshold
26,894
Chill
85
Shock
85
Brittle
481
Scorch
85
Sap
235
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
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1.95 seg
Inflige de 1258 a 3753 de daño de rayo
33% de probabilidad de electrocutar a los enemigos
base is projectile [1]
spell maximum action distance +% [-60]
33% de probabilidad de electrocutar a los enemigos
base is projectile [1]
spell maximum action distance +% [-60]
SkeletonSpark
Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
Chispa
Probabilidad de golpe crítico: 5%
Efectividad del daño agregado: 70%
Tiempo de lanzamiento: 0.65 seg
Lanza chispas impredecibles que se mueven al azar hasta que golpean a un enemigo o expiran.
Inflige de 654.4 a 1966 de daño de rayo
La duración base es de 3.5 segundos
Dispara 2 proyectiles adicionales
Velocidad de proyectiles aumentada un 25%
base is projectile [1]
La duración base es de 3.5 segundos
Dispara 2 proyectiles adicionales
Velocidad de proyectiles aumentada un 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/SkeletonCasterLightningSpark"] = { name = "Sparking Mage", life = 0.84, energyShield = 1, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 0.6, damageSpread = 0.2, attackTime = 1.605, attackRange = 46, accuracy = 1, skillList = { "SkeletonProjectileLightning", "SkeletonSpark", }, 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["SkeletonSpark"] = { 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, 3500, 2, 25, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 11, statInterpolation = {3, 3}, cost = { }, }, [4] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3}, cost = { }, }, [5] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 28, statInterpolation = {3, 3}, cost = { }, }, [6] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3}, cost = { }, }, [7] = {2.2400000095367, 6.7300000190735, 3500, 2, 25, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, }
undead description [1]
Id | MonsterNecromancerRaisable |
---|---|
Family | MonsterNecromancerRaisable |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Adds Tags | necromancer_raisable |
monster casts spark text [1]
Id | MonsterCastsSparkText |
---|---|
Family | MonsterCastsSparkText |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Mago chispeante
No muerto
undead description [1]
monster casts spark text [1]
monster casts spark text [1]
Sparking Mage
Spectre | Y |
---|---|
Tags | bone_armour, bones, Lanzador de hechizos, is_unarmed, lightning_affinity, not_dex, not_str, ranged, skeleton, slashing_weapon, undead, very_slow_movement |
Packs |
Vida
84%
Energy Shield From Life
100%
Ailment Threshold
84%
Resistencia
0 0 40 0
Damage
60%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 46
Attack Time
1.605 Second
Damage Spread
±20%
Experiencia
120%
Model Size
100%
Type
SkeletonCasterLightning
Metadata
SkeletonCasterLightningSparkHellscape
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
5,404
Armadura
28,790
Evasión
4,739
Escudo de energía
6,127
Damage
224
Daño de hechizos
224
Precisión
290
Attack Time
1.605
Experiencia
12,306
Ailment Threshold
5,404
Chill
17
Shock
17
Brittle
97
Scorch
17
Sap
47
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
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1.95 seg
Inflige de 807.6 a 2409 de daño de rayo
33% de probabilidad de electrocutar a los enemigos
base is projectile [1]
spell maximum action distance +% [-60]
33% de probabilidad de electrocutar a los enemigos
base is projectile [1]
spell maximum action distance +% [-60]
SkeletonSpark
Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
Chispa
Probabilidad de golpe crítico: 5%
Efectividad del daño agregado: 70%
Tiempo de lanzamiento: 0.65 seg
Lanza chispas impredecibles que se mueven al azar hasta que golpean a un enemigo o expiran.
Inflige de 417.6 a 1255 de daño de rayo
La duración base es de 3.5 segundos
Dispara 2 proyectiles adicionales
Velocidad de proyectiles aumentada un 25%
base is projectile [1]
La duración base es de 3.5 segundos
Dispara 2 proyectiles adicionales
Velocidad de proyectiles aumentada un 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/SkeletonCasterLightningSparkHellscape"] = { name = "Sparking Mage", life = 0.84, energyShield = 1, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 0.6, damageSpread = 0.2, attackTime = 1.605, attackRange = 46, accuracy = 1, skillList = { "SkeletonProjectileLightning", "SkeletonSpark", }, 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["SkeletonSpark"] = { 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, 3500, 2, 25, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 11, statInterpolation = {3, 3}, cost = { }, }, [4] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3}, cost = { }, }, [5] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 28, statInterpolation = {3, 3}, cost = { }, }, [6] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3}, cost = { }, }, [7] = {2.2400000095367, 6.7300000190735, 3500, 2, 25, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, }
undead description [1]
Id | MonsterNecromancerRaisable |
---|---|
Family | MonsterNecromancerRaisable |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Adds Tags | necromancer_raisable |
monster casts spark text [1]
Id | MonsterCastsSparkText |
---|---|
Family | MonsterCastsSparkText |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |