K'aj A'alai
Demonio
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
monster base type attack cast speed +% and damage -% final [33]
La velocidad de acción no se puede modificar por debajo del 50% de su valor base
monster penalty against minions damage +% final vs player minions [-25]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
SpectreN
AreaMapa de Templo vaal
TagsLanzador de hechizos, demon, flesh_armour, has_bow, medium_movement, medium_small_height, non_unique_map_boss, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood
Vida
226%
Evasión
+100%
Ailment Threshold
226%
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
200%
Model Size
125%
Type
DemonBoss3Map
Metadata
DemonBoss3Map
Nivel
83
Vida
5,727,183
Minion Life
1,091,301
Armadura
92,477
Evasión
7,860
Escudo de energía
0
Damage
1,282
Daño de hechizos
1,913
Precisión
0
Attack Time
1.1055
Experiencia
144,452
Ailment Threshold
2,691,776
Chill
8,511
Shock
8,511
Brittle
48,153
Scorch
8,511
Sap
23,515
MonsterDemonSpineProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 2036–3054
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: 2036–3054
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: 2036–3054
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: 2036–3054
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 1787 a 3276 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 2723 a 4084 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/DemonBoss3Map"] = {
    name = "K'aj A'alai",
    life = 2.26,
    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 = { }, },
    },
}
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
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
  • 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 50% de su valor base
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -50 Max: -50 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
    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
  • K'aj A'alai
    Demonio
    Los monstruos otorgan la experiencia aumentada un 100%
    La rareza de los objetos arrojados está aumentada un 15000%
    monster base type attack cast speed +% and damage -% final [33]
    La velocidad de acción no se puede modificar por debajo del 50% de su valor base
    monster penalty against minions damage +% final vs player minions [-25]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    SpectreN
    TagsLanzador de hechizos, demon, flesh_armour, has_bow, medium_movement, medium_small_height, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood, standalone_map_boss
    Packs
  • K'aj Q'ura, K'aj Q'ura, K'aj A'alai, Aberración de tentáculos
  • Vida
    226%
    Evasión
    +100%
    Ailment Threshold
    226%
    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
    200%
    Model Size
    125%
    Type
    DemonBoss3Map
    Metadata
    DemonBoss3MapStandalone
    Nivel
    68
    Vida
    314,923
    Minion Life
    68,310
    Armadura
    28,790
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    532
    Daño de hechizos
    794
    Precisión
    0
    Attack Time
    1.1055
    Experiencia
    112,805
    Ailment Threshold
    198,401
    Chill
    627
    Shock
    627
    Brittle
    3,549
    Scorch
    627
    Sap
    1,733
    MonsterDemonSpineProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 845–1267
    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: 845–1267
    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: 845–1267
    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: 845–1267
    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 767 a 1406 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 1169 a 1753 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/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonBosses/DemonBoss3/DemonBoss3MapStandalone"] = {
        name = "K'aj A'alai",
        life = 2.26,
        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 = { }, },
        },
    }
    
    Los monstruos otorgan la experiencia aumentada un 100%
    La rareza de los objetos arrojados está aumentada un 15000%
    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
  • 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 50% de su valor base
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -50 Max: -50 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
    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
  • K'aj A'alai
    Demonio
    Los monstruos otorgan la experiencia aumentada un 100%
    La rareza de los objetos arrojados está aumentada un 15000%
    monster base type attack cast speed +% and damage -% final [33]
    La velocidad de acción no se puede modificar por debajo del 50% de su valor base
    monster penalty against minions damage +% final vs player minions [-25]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    SpectreN
    Tagsdemon, elder_map_boss, flesh_armour, has_bow, medium_movement, medium_small_height, non_attacking, not_int, not_str, puncturing_weapon, red_blood
    Vida
    226%
    Evasión
    +100%
    Ailment Threshold
    226%
    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
    200%
    Model Size
    125%
    Type
    DemonBoss3Map
    Metadata
    DemonBoss3MapElder

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonBosses/DemonBoss3/DemonBoss3MapElder"] = {
        name = "K'aj A'alai",
        life = 2.26,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 50,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
        },
        modList = {
        },
    }
    
    Los monstruos otorgan la experiencia aumentada un 100%
    La rareza de los objetos arrojados está aumentada un 15000%
    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
  • 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 50% de su valor base
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -50 Max: -50 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
    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.