Horror de agujas imperfecto
Cadáver
Categoría de monstruo: Demonio
Dispara proyectiles físicos
Haz clic derecho en este objeto para crear este cadáver.
Imperfect Needle Horror
Horror de agujas imperfecto BarrageDemonLow /8
NombreMostrar descripciones completas
DropLevel 68
BaseType Imperfect Needle Horror
BaseType Horror de agujas imperfecto
Class Cadáveres
FlagsAlwaysAllocate
TypeMetadata/Items/ItemisedCorpses/BarrageDemonLow
IconArt/2DItems/Currency/Azmeri/DemonBoss3Corpse
ReferenceCommunity Wiki
Horror de agujas imperfecto
Demonio
Imperfect Needle Horror
SpectreY
TagsLanzador de hechizos, demon, flesh_armour, has_bow, medium_height, medium_movement, not_int, physical_affinity, puncturing_weapon, ranged, red_blood, unique_map_boss
Vida
300%
Armadura
+40%
Evasión
+60%
Ailment Threshold
300%
Resistencia
0 52 52 0
Damage
180%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 50
Attack Time
1.65 Second
Damage Spread
±20%
Experiencia
150%
Model Size
125%
Type
AzmeriBarrageDemon
Metadata
BarrageDemonLow
Nivel
68
Vida
19,300
Armadura
40,306
Evasión
7,582
Escudo de energía
0
Damage
672
Daño de hechizos
672
Precisión
290
Attack Time
1.65
Experiencia
15,383
Ailment Threshold
19,300
Chill
61
Shock
61
Brittle
345
Scorch
61
Sap
169
AzmeriBarrageDemonSpineProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 538–807
Probabilidad de golpe crítico: 5%
Attack Time: 1.65 seg
Inflige un 30% más de daño físico
Velocidad de proyectiles aumentada un 90%
action attack or cast time uses animation length [1]
base is projectile [1]
monster projectile variation [2]
spell maximum action distance +% [-30]
AzmeriBarrageDemonRainOfSpines
Attack, RangedAttack, MirageArcherCanUse, Area, ProjectileSpeed, Totemable, Trappable, Mineable, Triggerable, Rain
Lluvia de flechas
Base Damage: 538–807
Probabilidad de golpe crítico: 5%
Daño de ataque: 142.5%
Daño de ataque: 142.5%
Attack Time: 1.65 seg
Dispara una gran cantidad de flechas al aire que caen sobre el objetivo al cabo de un corto período de tiempo.
Inflige un 42.5% más de daño de ataque
action attack or cast time uses animation length [1]
active skill area of effect radius +% final [50]
base is projectile [1]
is area damage [1]
AzmeriBarrageDemonSpinestorm
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 410 a 615.1 de daño físico
La duración base es de 4 segundos
Un impacto cada 0.09 segundos
El radio base es de 1 metro
action attack or cast time uses animation length [1]
firestorm base area of effect +% [-51]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-30]
spell maximum action distance +% [50]

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/BarrageDemonLow"] = {
    name = "Imperfect Needle Horror",
    life = 3,
    fireResist = 0,
    coldResist = 52,
    lightningResist = 52,
    chaosResist = 0,
    damage = 1.8,
    damageSpread = 0.2,
    attackTime = 1.65,
    attackRange = 50,
    accuracy = 1,
    weaponType1 = "Bow",
    skillList = {
        "AzmeriBarrageDemonRainOfSpines",
        "AzmeriBarrageDemonSpinestorm",
        "AzmeriBarrageDemonSpineProjectile",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriBarrageDemonRainOfSpines"] = {
    name = "Rain of Arrows",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires a large number of arrows into the air, to land at the target after a short delay.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Area] = true,
        [SkillType.ProjectileSpeed] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Rain] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_area_of_effect_radius_+%_final",
        "base_is_projectile",
        "is_area_damage",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {50, baseMultiplier = 1.425, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriBarrageDemonSpinestorm"] = {
    name = "Firestorm",
    hidden = true,
    color = "3",
    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_physical_damage",
        "spell_maximum_base_physical_damage",
        "base_skill_effect_duration",
        "fire_storm_fireball_delay_ms",
        "spell_maximum_action_distance_+%",
        "firestorm_base_area_of_effect_+%",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 4000, 90, 50, -51, -30, 10, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AzmeriBarrageDemonSpineProjectile"] = {
    name = "AzmeriBarrageDemonSpineProjectile",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "base_projectile_speed_+%",
        "active_skill_physical_damage_+%_final",
        "base_is_projectile",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {2, -30, 90, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}