Discípulo de Haast
Demonio
monster no beyond portal [1]
monster no map drops [1]
Disciple of Haast
SpectreN
Tagsbeyond_commander_monster, beyond_demon, bludgeoning_weapon, Lanzador de hechizos, cold_affinity, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, medium_height, not_int, ranged, red_blood, slow_movement
Packs
  • Tzteosh, el Fuego Hambriento, Carne de Bameth, Sangre de Haast, Ojo de Tzteosh, Mano de Na'em, Adorador de Bameth, Sabueso de Tzteosh, Sirviente de Haast, Boca de Ephij, Fanático de Ephij, Discípulo de Haast, Fanático de Tzteosh
  • Haast, el Frío Implacable, Carne de Bameth, Sangre de Haast, Ojo de Tzteosh, Mano de Na'em, Adorador de Bameth, Sabueso de Tzteosh, Sirviente de Haast, Boca de Ephij, Fanático de Ephij, Discípulo de Haast, Fanático de Tzteosh
  • Ephij, el Cielo Chispeante, Carne de Bameth, Sangre de Haast, Ojo de Tzteosh, Mano de Na'em, Adorador de Bameth, Sabueso de Tzteosh, Sirviente de Haast, Boca de Ephij, Fanático de Ephij, Discípulo de Haast, Fanático de Tzteosh
  • Na'em, la Roca Curvada, Carne de Bameth, Sangre de Haast, Ojo de Tzteosh, Mano de Na'em, Adorador de Bameth, Sabueso de Tzteosh, Sirviente de Haast, Boca de Ephij, Fanático de Ephij, Discípulo de Haast, Fanático de Tzteosh
  • Bameth, la Oscuridad Cambiante, Carne de Bameth, Sangre de Haast, Ojo de Tzteosh, Mano de Na'em, Adorador de Bameth, Sabueso de Tzteosh, Sirviente de Haast, Boca de Ephij, Fanático de Ephij, Discípulo de Haast, Fanático de Tzteosh
  • Vida
    210%
    Armaduras
    +20%
    Evasión
    +20%
    Ailment Threshold
    210%
    Resistencia
    20 20 20 0
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    120%
    Type
    BeyondDemon2
    Metadata
    BeyondDemon2-7
    Nivel
    68
    Vida
    13,510
    Armaduras
    34,548
    Evasión
    5,687
    Escudo de energía
    0
    Damage
    560
    Daño de hechizos
    560
    Precisión
    290
    Attack Time
    1.35
    Experiencia
    12,306
    Ailment Threshold
    13,510
    Chill
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    MonsterGlacialHammer
    Attack, MeleeSingleTarget, Multistrikeable, Melee, Cold, ThresholdJewelArea
    Martillo glacial
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.35 seg
    Golpea a los enemigos con parte de tu daño físico convertido a daño de hielo. Si un enemigo que no es único está congelado y tiene menos de un tercio de vida, se hará añicos al recibir el golpe del Martillo glacial. Si golpeas tres veces seguidas, el tercer golpe congelará a los enemigos más fácilmente. Requiere una maza, un cetro o un báculo.
    Inflige un 25% más de daño
    El 50% del daño físico se convierte en daño de hielo
    25% de probabilidad de congelar a los enemigos
    MonsterArcticBreath
    Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Duration, Area, Multicastable, Triggerable, Cold, ChillingArea, CanRapidFire, AreaSpell
    Escarcha acechante
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 0.8 seg
    Tiempo de recarga: 10 seg
    Dispara un proyectil helado que explota al impactar o al llegar al área objetivo. La explosión inflige daño en área y crea un área de escarcha que inflige daño de hielo degenerativo. Esta área se deslizará por el suelo hacia los enemigos cercanos hasta que expire su duración.
    Inflige de 742 a 1113 de daño de hielo
    La duración base es de 3.5 segundos
    Velocidad de proyectiles reducida un 50%
    El radio base es de 1.5 metros
    El radio secundario base es de 1.5 metros
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/BeyondDemons/BeyondDemon"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BeyondDemons/BeyondDemon"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BeyondDemons/BeyondDemon2-7"] = {
        name = "Disciple of Haast",
        life = 2.1,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MonsterGlacialHammer",
            "MonsterArcticBreath",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterGlacialHammer"] = {
        name = "Glacial Hammer",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Hits enemies, converting some of your physical damage to cold damage. If a non-unique enemy is frozen and is on less than one third life, they will shatter when hit by Glacial Hammer. If striking three times in a row, the third strike will freeze enemies more easily. Requires a Mace, Sceptre or Staff.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.ThresholdJewelArea] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_cold",
            "base_chance_to_freeze_%",
            "active_skill_damage_+%_final",
        },
        levels = {
            [1] = {50, 25, 25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterArcticBreath"] = {
        name = "Creeping Frost",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fire an icy projectile that bursts on impact or when reaching the targeted area, dealing area damage and creating a chilling area that deals cold damage over time. This area will creep across the ground towards nearby enemies until its duration expires.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Duration] = true,
            [SkillType.Area] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.ChillingArea] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_skill_effect_duration",
            "base_projectile_speed_+%",
            "active_skill_base_area_of_effect_radius",
            "active_skill_base_secondary_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 3500, -50, 15, 15, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 3500, -50, 15, 15, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 3500, -50, 15, 15, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster no beyond portal [1]
    IdCannotSpawnBeyondPortals
    FamilyCannotSpawnBeyondPortals
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no beyond portal Min: 1 Max: 1 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Discípulo de Haast
    Demonio
    monster no beyond portal [1]
    monster no map drops [1]
    Los monstruos otorgan la experiencia aumentada un 300%
    monster no drops [0]
    Disciple of Haast
    SpectreN
    Tagsbeyond_commander_monster, beyond_demon, bludgeoning_weapon, Lanzador de hechizos, cold_affinity, delve_monster, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, medium_height, no_pantheon_mod, not_int, ranged, red_blood, slow_movement
    Vida
    210%
    Armaduras
    +20%
    Evasión
    +20%
    Ailment Threshold
    210%
    Resistencia
    20 20 20 0
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    120%
    Type
    BeyondDemon2
    Metadata
    BeyondDemon2-7
    Nivel
    68
    Vida
    13,510
    Armaduras
    34,548
    Evasión
    5,687
    Escudo de energía
    0
    Damage
    560
    Daño de hechizos
    560
    Precisión
    290
    Attack Time
    1.35
    Experiencia
    12,306
    Ailment Threshold
    13,510
    Chill
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    MonsterGlacialHammer
    Attack, MeleeSingleTarget, Multistrikeable, Melee, Cold, ThresholdJewelArea
    Martillo glacial
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.35 seg
    Golpea a los enemigos con parte de tu daño físico convertido a daño de hielo. Si un enemigo que no es único está congelado y tiene menos de un tercio de vida, se hará añicos al recibir el golpe del Martillo glacial. Si golpeas tres veces seguidas, el tercer golpe congelará a los enemigos más fácilmente. Requiere una maza, un cetro o un báculo.
    Inflige un 25% más de daño
    El 50% del daño físico se convierte en daño de hielo
    25% de probabilidad de congelar a los enemigos
    MonsterArcticBreath
    Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Duration, Area, Multicastable, Triggerable, Cold, ChillingArea, CanRapidFire, AreaSpell
    Escarcha acechante
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 0.8 seg
    Tiempo de recarga: 10 seg
    Dispara un proyectil helado que explota al impactar o al llegar al área objetivo. La explosión inflige daño en área y crea un área de escarcha que inflige daño de hielo degenerativo. Esta área se deslizará por el suelo hacia los enemigos cercanos hasta que expire su duración.
    Inflige de 742 a 1113 de daño de hielo
    La duración base es de 3.5 segundos
    Velocidad de proyectiles reducida un 50%
    El radio base es de 1.5 metros
    El radio secundario base es de 1.5 metros
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/BeyondDemons/BeyondDemon"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BeyondDemons/BeyondDemon"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueDelve/BeyondEncounter/BeyondDemon2-7"] = {
        name = "Disciple of Haast",
        life = 2.1,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MonsterGlacialHammer",
            "MonsterArcticBreath",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterGlacialHammer"] = {
        name = "Glacial Hammer",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Hits enemies, converting some of your physical damage to cold damage. If a non-unique enemy is frozen and is on less than one third life, they will shatter when hit by Glacial Hammer. If striking three times in a row, the third strike will freeze enemies more easily. Requires a Mace, Sceptre or Staff.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.ThresholdJewelArea] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_cold",
            "base_chance_to_freeze_%",
            "active_skill_damage_+%_final",
        },
        levels = {
            [1] = {50, 25, 25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterArcticBreath"] = {
        name = "Creeping Frost",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fire an icy projectile that bursts on impact or when reaching the targeted area, dealing area damage and creating a chilling area that deals cold damage over time. This area will creep across the ground towards nearby enemies until its duration expires.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Duration] = true,
            [SkillType.Area] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.ChillingArea] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_skill_effect_duration",
            "base_projectile_speed_+%",
            "active_skill_base_area_of_effect_radius",
            "active_skill_base_secondary_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 3500, -50, 15, 15, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 3500, -50, 15, 15, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 3500, -50, 15, 15, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster no beyond portal [1]
    IdCannotSpawnBeyondPortals
    FamilyCannotSpawnBeyondPortals
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no beyond portal Min: 1 Max: 1 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Los monstruos otorgan la experiencia aumentada un 300%
    monster no drops [0]
    IdMonsterSlainExperienceIncreaseBeyondDelve__
    FamilyMonsterSlainExperience
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no drops Min: 0 Max: 0 Global
  • monster slain experience +% Min: 300 Max: 300 Global
  • Edit

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