A'alai
Demoníaco
Raridade dos Itens Derrubados aumentada em %
Monstros concedem Experiência aumentada em 200%
monster base type attack cast speed +% and damage -% final [33]
Velocidade de Ação não pode ser modificada abaixo do valor base 70%
monster penalty against minions damage +% final vs player minions [-25]
Raridade dos Itens Derrubados aumentada em 15000%
Monstros concedem Experiência aumentada em 100%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
SpectreN
AreaO Ápice do Sacrifício, O Abismo Encantador
TagsConjurador, 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%
Evasão
+100%
Ailment Threshold
588%
Resistência
40 40 40 25
Damage
125%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 50
Attack Time
1.65 Second
Damage Spread
±20%
Experiência
125%
Model Size
125%
Type
DemonBoss3
Metadata
DemonBoss3
Nível
80
Vida
11,712,936
Armadura
73,441
Evasão
14,248
Escudo de Energia
0
Damage
1,079
Dano Mágico
1,611
Precisão
462
Attack Time
1.1055
Experiência
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
Chance de Crítico: 5%
Attack Time: 1.65 seg
Causa 30% mais Dano Físico
Velocidade de Projéteis aumentada em 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
Chance de Crítico: 5%
Attack Time: 1.65 seg
Causa 30% mais Dano Físico
Dispara 2 Projéteis adicionais
Velocidade de Projéteis aumentada em 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
Chance de Crítico: 5%
Attack Time: 1.65 seg
Causa 30% mais Dano Físico
Dispara un Projétil adicional
Velocidade de Projéteis aumentada em 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
Chuva de Flechas
Base Damage: 1714–2571
Chance de Crítico: 5%
Attack Time: 1.65 seg
Atira um grande número de flechas no ar que cairão no alvo.
Causa 100% mais Dano
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 Flamejante
Chance de Crítico: 5%
Tempo de Conjuração: 0.9 seg
Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
Causa 1460 a 2677 de Dano Físico
Duração base é de 4 segundos
Um impacto a cada 0.09 segundos
Raio Base igual a 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 Flamejante
Chance de Crítico: 5%
Tempo de Conjuração: 0.9 seg
Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
Causa 2225 a 3337 de Dano Físico
Duração base é de 30 segundos
Um impacto a cada 0.13 segundos
Raio Base igual a 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 = { }, },
    },
}
Raridade dos Itens Derrubados aumentada em %
Monstros concedem Experiência aumentada em 200%
IdMonsterAtziriMapBoss
FamilyMonsterMapBoss
Domainsmonstro (3)
GenerationTypeunico (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
    Domainsmonstro (3)
    GenerationTypeunico (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
    Velocidade de Ação não pode ser modificada abaixo do valor base 70%
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domainsmonstro (3)
    GenerationTypeunico (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
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -25 Max: -25 Global
  • Craft Tagsdamage
    Raridade dos Itens Derrubados aumentada em 15000%
    Monstros concedem Experiência aumentada em 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeunico (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
    Domainsmonstro (3)
    GenerationTypeunico (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.