Portaescudo afarud infestado
Humanoide
MonsterResistanceIconFire MonsterResistanceIconCold MonsterResistanceIconLightning
Blighted Afarud Shieldbearer
SpectreN
Tagsblight_monster, fast_movement, flesh_armour, human, humanoid, melee, not_int, red_blood
Vida
169%
Armadura
+50%
Evasión
+20%
Ailment Threshold
169%
Resistencia
MonsterResistanceIconFire20 MonsterResistanceIconCold20 MonsterResistanceIconLightning20 MonsterResistanceIconChaos0
Damage
156%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 20
Attack Time
0 Second
Damage Spread
±20%
Experiencia
130%
Model Size
100%
Type
FaridunHumanShield
Metadata
FaridunHumanShieldBlight_
Nivel
68
Vida
10,872
Armadura
43,185
Evasión
5,687
Damage
583
Daño de hechizos
583
Precisión
580
Attack Time
0
Experiencia
13,332
Minion Life
2,358
Minion Damage
465
Ailment Threshold
10,872
Chill
34
Shock
34
Brittle
194
Scorch
34
Sap
95
Phys Convert Ele
240%
MeleeAtAnimationSpeedMaim
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 466—699
Probabilidad de golpe crítico: 5%
Derriba a tus enemigos con un golpe poderoso.
Lisia con Cada Golpe
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]
iconbasicattack

Object Type

 
-- src\Data\Spectres.lua
minions["Metadata/Monsters/FaridunLeague/FaridunHumanShieldBlight_"] = {
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    name = "Blighted Afarud Shieldbearer",
    life = 1.69,
    damage = 1.56,
    damageSpread = 0.2,
    attackTime = 0,
    attackRange = 20,
    accuracy = 1,
    weaponType1 = "Two Hand Axe",
    skillList = {
        "MeleeAtAnimationSpeedMaim",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedMaim"] = {
    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",
        "global_maim_on_hit",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Edit

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