A'alai
Demonio
La rareza de los objetos arrojados está aumentada un %
Los monstruos otorgan la experiencia aumentada un 200%
monster base type attack cast speed +% and damage -% final [33]
La velocidad de acción no se puede modificar por debajo del 70% de su valor base
monster penalty against minions damage +% final vs player minions [-25]
La rareza de los objetos arrojados está aumentada un 15000%
Los monstruos otorgan la experiencia aumentada un 100%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
SpectreN
AreaLa Cumbre de Sacrificio, El Abismo Atrayente
TagsLanzador de hechizos, demon, flesh_armour, has_bow, medium_height, medium_movement, no_maven, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood, unique_map_boss
Vida
833%
Evasión
+100%
Ailment Threshold
588%
Resistencia
40 40 40 25
Damage
125%
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
125%
Model Size
125%
Type
DemonBoss3
Metadata
DemonBoss3
Nivel
80
Vida
11,712,936
Armaduras
73,441
Evasión
14,248
Escudo de energía
0
Damage
1,079
Daño de hechizos
1,611
Precisión
462
Attack Time
1.1055
Experiencia
87,395
Ailment Threshold
3,968,618
Chill
12,549
Shock
12,549
Brittle
70,995
Scorch
12,549
Sap
34,670
MonsterDemonSpineProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 1714–2571
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%
base is projectile [1]
monster projectile variation [2]
spell maximum action distance +% [-30]
MonsterDemonSpineProjectile3
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 1714–2571
Probabilidad de golpe crítico: 5%
Attack Time: 1.65 seg
Inflige un 30% más de daño físico
Dispara 2 proyectiles adicionales
Velocidad de proyectiles aumentada un 30%
base is projectile [1]
monster projectile variation [2]
spell maximum action distance +% [-30]
MonsterDemonSpineProjectile2
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 1714–2571
Probabilidad de golpe crítico: 5%
Attack Time: 1.65 seg
Inflige un 30% más de daño físico
Dispara un proyectil adicional
Velocidad de proyectiles aumentada un 60%
base is projectile [1]
monster projectile variation [2]
spell maximum action distance +% [-30]
MonsterRainOfSpines
Attack, RangedAttack, MirageArcherCanUse, Area, ProjectileSpeed, Totemable, Trappable, Mineable, Triggerable, Rain
Lluvia de flechas
Base Damage: 1714–2571
Probabilidad de golpe crítico: 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 100% más de daño
active skill area of effect radius +% final [47]
base is projectile [1]
is area damage [1]
MonsterSpinestorm
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 1460 a 2677 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
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]
MonsterSpinestormEnraged
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 2225 a 3337 de daño físico
La duración base es de 30 segundos
Un impacto cada 0.13 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 [-30]
spell maximum action distance +% [50]

Object Type

version 2
extends "Metadata/Monsters/DemonBosses/DemonBoss"

Actor
{
	main_hand_unarmed_type = "Bow"
}

Object Type Codes

version 2
extends "Metadata/Monsters/DemonBosses/DemonBoss"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DemonBosses/DemonBoss3/DemonBoss3"] = {
    name = "A'alai",
    life = 8.33,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.25,
    damageSpread = 0.2,
    attackTime = 1.65,
    attackRange = 50,
    accuracy = 1,
    weaponType1 = "Bow",
    skillList = {
        "MonsterRainOfSpines",
        "MonsterSpinestorm",
        "MonsterSpinestormEnraged",
        "MonsterDemonSpineProjectile",
        "MonsterDemonSpineProjectile2",
        "MonsterDemonSpineProjectile3",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterRainOfSpines"] = {
    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_damage_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
        "base_is_projectile",
        "is_area_damage",
    },
    levels = {
        [1] = {100, 47, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterSpinestorm"] = {
    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",
    },
    levels = {
        [1] = {0.30000001192093, 0.55000001192093, 4000, 90, 50, -51, -30, 10, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterSpinestormEnraged"] = {
    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",
        "firestorm_use_server_effects",
    },
    levels = {
        [1] = {0.40000000596046, 0.60000002384186, 30000, 125, 50, -49, -30, 10, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterDemonSpineProjectile"] = {
    name = "MonsterDemonSpineProjectile",
    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",
    },
    levels = {
        [1] = {2, -30, 90, 30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterDemonSpineProjectile2"] = {
    name = "MonsterDemonSpineProjectile2",
    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",
        "number_of_additional_projectiles",
        "base_is_projectile",
    },
    levels = {
        [1] = {2, -30, 60, 30, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterDemonSpineProjectile3"] = {
    name = "MonsterDemonSpineProjectile3",
    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",
        "number_of_additional_projectiles",
        "base_is_projectile",
    },
    levels = {
        [1] = {2, -30, 30, 30, 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
La rareza de los objetos arrojados está aumentada un %
Los monstruos otorgan la experiencia aumentada un 200%
IdMonsterAtziriMapBoss
FamilyMonsterMapBoss
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • monster slain experience +% Min: 200 Max: 200 Global
  • monster dropped item rarity +% Min: 0 Max: 0 Global
  • monster base type attack cast speed +% and damage -% final [33]
    IdMonsterSpeedAndDamageFixupComplete
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    La velocidad de acción no se puede modificar por debajo del 70% de su valor base
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -30 Max: -30 Global
  • Craft Tagsspeed
    monster penalty against minions damage +% final vs player minions [-25]
    IdMonsterDamageVersusPlayerMinions25
    FamilyMonsterDamageVersusMinions
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -25 Max: -25 Global
  • Craft Tagsdamage
    La rareza de los objetos arrojados está aumentada un 15000%
    Los monstruos otorgan la experiencia aumentada un 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Edit

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