Esqueleto rúnico perfecto
Cadáver
Categoría de monstruo: No muerto
Daño físico de las armas aumentado un 20% por cada 10 de fuerza
Aplasta con cada golpe
El dueño gana un 5% más de daño físico con los ataques
Haz clic derecho en este objeto para crear este cadáver.
Perfect Runic Skeleton
Esqueleto rúnico perfecto MegaSkeletonHigh /8
Nombre{Mostrar descripciones completas}
DropLevel 81
BaseType Perfect Runic Skeleton
BaseType Esqueleto rúnico perfecto
Class Cadáveres
FlagsAlwaysAllocate
TypeMetadata/Items/ItemisedCorpses/MegaSkeletonHigh
IconArt/2DItems/Currency/Azmeri/SwordSkeletonCorpse
ReferenceCommunity Wiki
Esqueleto rúnico perfecto
No muerto
Daño Físico con Armas aumentado un 20% por cada 10 de Fuerza
Machaca con cada golpe
Perfect Runic Skeleton
SpectreY
Tagsbones, is_unarmed, medium_movement, melee, metal_armour, not_dex, not_int, physical_affinity, skeleton, slashing_weapon, undead, ward_armour
Vida
371%
Armaduras
+80%
Ailment Threshold
371%
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
MegaSkeletonHigh
Nivel
68
Vida
23,868
Armaduras
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
23,868
Chill
75
Shock
75
Brittle
427
Scorch
75
Sap
209
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]
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]
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]

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/MegaSkeletonHigh"] = {
    name = "Perfect Runic Skeleton",
    life = 3.71,
    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
IdAzmeriMegaSkeletonWeaponPhysicalDamagePerStrength
FamilyMonsterWeaponPhysicalDamagePerStrength
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • physical weapon damage +% per 10 str Min: 20 Max: 20 Global
  • Machaca con cada golpe
    IdMonsterCrushOnHit
    FamilyCrushOnHitChance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • chance to crush on hit % Min: 100 Max: 100 Global
  • Craft Tagsphysical
    Edit

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