El malvado
Humanoide
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
Velocidad de recarga del escudo de energía reducida un 65%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
La rareza de los objetos arrojados está aumentada un 15000%
Velocidad de recarga del escudo de energía reducida un 65%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
The Wicked One
Spectre | N |
---|---|
Tags | Lanzador de hechizos, hard_armour, has_wand, human, humanoid, lightning_affinity, medium_height, not_dex, not_str, ranged, red_blood, slashing_weapon, slow_movement |
Vida
400%
Energy Shield From Life
100%
Ailment Threshold
400%
Resistencia
40 40 40 25
Damage
144%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 40
Attack Time
1.305 Second
Damage Spread
±20%
Experiencia
200%
Model Size
100%
Type
PietyEscapeMapBoss
Metadata
MapPietyPrison
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
557,385
Armadura
28,790
Evasión
4,739
Escudo de energía
6,127
Damage
613
Daño de hechizos
914
Precisión
290
Attack Time
0.87435
Experiencia
112,805
Ailment Threshold
351,153
Chill
1,110
Shock
1,110
Brittle
6,282
Scorch
1,110
Sap
3,068
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).
PietyBallLightning
Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
Bola de rayos
Tiempo de lanzamiento: 0.8 seg
Dispara un proyectil lento que inflige daño repetidamente a cada enemigo en un área con descargas de rayo.
Inflige de 260.4 a 781.1 de daño de rayo
El radio base es de 1.8 metros
active skill area of effect radius +% final [-33]
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-25]
El radio base es de 1.8 metros
active skill area of effect radius +% final [-33]
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-25]
PietyArc
Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
Arco eléctrico
Probabilidad de golpe crítico: 5%
Efectividad del daño agregado: 50%
Tiempo de lanzamiento: 0.8 seg
Un arco de rayo se extiende desde el personaje al enemigo objetivo y se encadena a otros enemigos, pero no vuelve inmediatamente. Cada vez que el arco se encadene, también se encadenará con un arco secundario a otro enemigo que el arco principal no haya golpeado ya, pero este arco secundario ya no se puede encadenar más.
Inflige de 350.8 a 1052 de daño de rayo
Se encadena +2 veces
10% de probabilidad de electrocutar a los enemigos
Se encadena +2 veces
10% de probabilidad de electrocutar a los enemigos
MapPietyLightningStorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Tormenta de fuego
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 0.9 seg
Una lluvia de bolas de fuego cae sobre el área objetivo. Las bolas de fuego explotan al impactar e infligen daño a los enemigos cercanos.
Inflige de 612.4 a 1837 de daño de rayo
La duración base es de 5.6 segundos
10% de probabilidad de electrocutar a los enemigos
Un impacto cada 0.35 segundos
El radio base es de 1 metro
firestorm base area of effect +% [-49]
firestorm use server effects [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-35]
La duración base es de 5.6 segundos
10% de probabilidad de electrocutar a los enemigos
Un impacto cada 0.35 segundos
El radio base es de 1 metro
firestorm base area of effect +% [-49]
firestorm use server effects [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-35]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "Wand" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Preload { preload_misc_beam = "HarbingerShock" preload_misc_animated = "RepeatedPulseLightning" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act3/lightning_sheild/lightning_sheild_mid.ao" preload_epk = "Metadata/Effects/Spells/monsters_effects/act3/lightning_sheild/lightning_sheild_epk.epk" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Axis/MapPietyPrison"] = { name = "The Wicked One", life = 4, energyShield = 1, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.44, damageSpread = 0.2, attackTime = 1.305, attackRange = 40, accuracy = 1, skillList = { "MapPietyLightningStorm", "PietyArc", "PietyBallLightning", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MapPietyLightningStorm"] = { name = "Firestorm", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.9, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_skill_effect_duration", "fire_storm_fireball_delay_ms", "base_chance_to_shock_%", "firestorm_base_area_of_effect_+%", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "active_skill_base_area_of_effect_radius", "is_area_damage", "firestorm_use_server_effects", }, levels = { [1] = {0.5, 1.5, 5600, 350, 10, -49, -35, 10, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["PietyArc"] = { name = "Arc", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Chains] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "beam_skill_stat_descriptions", castTime = 0.8, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_chance_to_shock_%", "number_of_chains", }, levels = { [1] = {0.5, 1.5, 10, 2, critChance = 5, levelRequirement = 13, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["PietyBallLightning"] = { name = "Ball Lightning", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "active_skill_area_of_effect_radius_+%_final", "active_skill_base_area_of_effect_radius", "base_is_projectile", }, levels = { [1] = {0.5, 1.5, -25, -33, 18, levelRequirement = 25, statInterpolation = {3, 3}, cost = { }, }, }, }
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Velocidad de recarga del escudo de energía reducida un 65%
Id | MonsterEnergyShieldRegenRate-65 |
---|---|
Family | EnergyShieldRegeneration |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | defences energy_shield |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |