Esqueleto rúnico imperfecto
Cadáver
Categoría de monstruo: No muerto
Daño físico de las armas aumentado un 20% por cada 10 de fuerza
Haz clic derecho en este objeto para crear este cadáver.
Imperfect Runic Skeleton
Esqueleto rúnico imperfecto MegaSkeletonLow /8
Nombre | Mostrar descripciones completas |
---|---|
DropLevel | 68 |
BaseType | Imperfect Runic Skeleton |
BaseType | Esqueleto rúnico imperfecto |
Class | Cadáveres |
Flags | AlwaysAllocate |
Type | Metadata/Items/ItemisedCorpses/MegaSkeletonLow |
Icon | Art/2DItems/Currency/Azmeri/SwordSkeletonCorpse |
Reference | Community Wiki |
Esqueleto rúnico imperfecto
No muerto
Daño Físico con Armas aumentado un 20% por cada 10 de Fuerza
Imperfect Runic Skeleton
Spectre | Y |
---|---|
Tags | bones, is_unarmed, medium_movement, melee, metal_armour, not_dex, not_int, physical_affinity, skeleton, slashing_weapon, undead, ward_armour |
Vida
375%
Armadura
+80%
Ailment Threshold
375%
Resistencia
20 20 20 0
Damage
180%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
150%
Model Size
115%
Type
AzmeriMegaSkeleton
Metadata
MegaSkeletonLow
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
24,125
Armadura
51,822
Evasión
4,739
Escudo de energía
0
Damage
672
Daño de hechizos
672
Precisión
290
Attack Time
1.5
Experiencia
15,383
Ailment Threshold
24,125
Chill
76
Shock
76
Brittle
432
Scorch
76
Sap
211
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 538–807
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
AzmeriMegaSkeletonHeavyMelee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 538–807
Probabilidad de golpe crítico: 5%
Daño de ataque: 150%
Daño de ataque: 150%
Attack Time: 1.5 seg
Tiempo de recarga: 4 seg
Derriba a tus enemigos con un golpe poderoso.
Inflige un 50% más de daño de ataque
+3 metros al alcance de los golpes cuerpo a cuerpo
action attack or cast time uses animation length [1]
attack repeat offset left of target [8]
skill can fire arrows [1]
skill can fire wand projectiles [1]
+3 metros al alcance de los golpes cuerpo a cuerpo
action attack or cast time uses animation length [1]
attack repeat offset left of target [8]
skill can fire arrows [1]
skill can fire wand projectiles [1]
AzmeriMegaSkeletonCleave
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 538–807
Probabilidad de golpe crítico: 5%
Daño de ataque: 115%
Daño de ataque: 115%
Attack Time: 1.5 seg
Tiempo de recarga: 5 seg
Derriba a tus enemigos con un golpe poderoso.
Inflige un 15% más de daño de ataque
action attack or cast time uses animation length [1]
main hand base maximum attack distance [13]
skill can fire arrows [1]
skill can fire wand projectiles [1]
action attack or cast time uses animation length [1]
main hand base maximum attack distance [13]
skill can fire arrows [1]
skill can fire wand projectiles [1]
Object Type
version 2 extends "Metadata/Monsters/Monster"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueAzmeri/SpecialCorpses/MegaSkeletonLow"] = { name = "Imperfect Runic Skeleton", life = 3.75, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1.8, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "MeleeAtAnimationSpeed", "AzmeriMegaSkeletonHeavyMelee", "AzmeriMegaSkeletonCleave", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Default Attack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AzmeriMegaSkeletonHeavyMelee"] = { name = "Default Attack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "melee_range_+", "attack_repeat_offset_left_of_target", "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {30, 8, baseMultiplier = 1.5, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AzmeriMegaSkeletonCleave"] = { name = "Default Attack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "main_hand_base_maximum_attack_distance", "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {13, baseMultiplier = 1.15, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Daño Físico con Armas aumentado un 20% por cada 10 de Fuerza
Id | AzmeriMegaSkeletonWeaponPhysicalDamagePerStrength |
---|---|
Family | MonsterWeaponPhysicalDamagePerStrength |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |