Sangue de Haast
Demoníaco
monster no beyond portal [1]
Receba 25% do Dano Físico como Dano de Gelo Extra
monster no map drops [1]
Blood of Haast
SpectreN
Tagsbeyond_demon, Conjurador, cleaving_weapon, cold_affinity, demon, flesh_armour, is_unarmed, medium_height, melee, not_int, physical_affinity, red_blood, very_slow_movement
Packs
  • Tzteosh, Chama Voraz, Carne de Bameth, Sangue de Haast, Olho de Tzteosh, Mão de Na'em, Adorador de Bameth, Sabujo de Tzteosh, Servo de Haast, Boca de Ephij, Fanático de Ephij, Discípulo de Haast, Fanático de Tzteosh
  • Haast, Gelo Inflexível, Carne de Bameth, Sangue de Haast, Olho de Tzteosh, Mão de Na'em, Adorador de Bameth, Sabujo de Tzteosh, Servo de Haast, Boca de Ephij, Fanático de Ephij, Discípulo de Haast, Fanático de Tzteosh
  • Ephij, Céu Crepitante, Carne de Bameth, Sangue de Haast, Olho de Tzteosh, Mão de Na'em, Adorador de Bameth, Sabujo de Tzteosh, Servo de Haast, Boca de Ephij, Fanático de Ephij, Discípulo de Haast, Fanático de Tzteosh
  • Na'em, Pedra Flexível, Carne de Bameth, Sangue de Haast, Olho de Tzteosh, Mão de Na'em, Adorador de Bameth, Sabujo de Tzteosh, Servo de Haast, Boca de Ephij, Fanático de Ephij, Discípulo de Haast, Fanático de Tzteosh
  • Bameth, Escuridão Inconstante, Carne de Bameth, Sangue de Haast, Olho de Tzteosh, Mão de Na'em, Adorador de Bameth, Sabujo de Tzteosh, Servo de Haast, Boca de Ephij, Fanático de Ephij, Discípulo de Haast, Fanático de Tzteosh
  • Vida
    140%
    Armadura
    +20%
    Evasão
    +20%
    Ailment Threshold
    140%
    Resistência
    0 0 0 0
    Damage
    100%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Experiência
    80%
    Model Size
    95%
    Type
    BeyondDemon1
    Metadata
    BeyondDemon1-2
    Nível
    68
    Vida
    9,007
    Armadura
    34,548
    Evasão
    5,687
    Escudo de Energia
    0
    Damage
    374
    Dano Mágico
    374
    Precisão
    290
    Attack Time
    1.35
    Experiência
    8,204
    Ailment Threshold
    9,007
    Chill
    28
    Shock
    28
    Brittle
    161
    Scorch
    28
    Sap
    79
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 299–448
    Chance de Crítico: 5%
    Attack Time: 1.35 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BeyondDemonFrostCallOnHit
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Invocar Tormenta
    Eficácia do Dano Adicionado: 80%
    Tempo de Conjuração: 0.5 seg
    Define um marcador no local. Após um curto período, raios atingem o marcador, causando dano ao seu redor e fazendo com que raios atinjam quaisquer outros marcadores que você tenha conjurado.
    Causa 857 a 1286 de Dano de Gelo
    Duração base é de 1.75 segundos
    active skill area of effect radius +% final [-31]
    is area damage [1]
    monster cast spell % on attack hit [75]
    spell uncastable if triggerable [1]
    IceNovaWaterElemental
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, CanRapidFire, AreaSpell, Nova
    Nova Glacial
    Chance de Crítico: 5%
    Eficácia do Dano Adicionado: 70%
    Tempo de Conjuração: 1 seg
    Um círculo se expande a partir do conjurador.
    Causa 770.4 a 1203 de Dano de Gelo
    Raio Base igual a 2.6 metros
    action attack or cast time uses animation length [1]
    active skill area of effect radius +% final [15]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	monster_is_beyond_monster = 1
    }
    
    
    Life
    {
    	corpse_usable = false
    }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/gore_explode/gore_explosion_no_gibs_nofire.ao"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BeyondDemons/BeyondDemon1-2"] = {
        name = "Blood of Haast",
        life = 1.4,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "IceNovaWaterElemental",
            "Melee",
            "BeyondDemonFrostCallOnHit",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IceNovaWaterElemental"] = {
        name = "Ice Nova",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "A circle of ice expands from the caster.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Nova] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_base_area_of_effect_radius",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
            "action_attack_or_cast_time_uses_animation_length",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.25, 26, -25, 15, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
            [2] = {4.4200000762939, 6.9000000953674, 26, -25, 15, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BeyondDemonFrostCallOnHit"] = {
        name = "Storm Call",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Lightning] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_skill_effect_duration",
            "monster_cast_spell_%_on_attack_hit",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "spell_uncastable_if_triggerable",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 2000, 75, -31, levelRequirement = 3, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 1750, 75, -31, levelRequirement = 51, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 1500, 75, -31, levelRequirement = 71, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    monster no beyond portal [1]
    IdCannotSpawnBeyondPortals
    FamilyCannotSpawnBeyondPortals
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no beyond portal Min: 1 Max: 1 Global
  • Receba 25% do Dano Físico como Dano de Gelo Extra
    IdMonsterImplicitCold1
    FamilyColdDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Sangue de Haast
    Demoníaco
    Receba 25% do Dano Físico como Dano de Gelo Extra
    monster no map drops [1]
    Monstros concedem Experiência aumentada em 300%
    monster no drops [0]
    Blood of Haast
    SpectreN
    Tagsbeyond_demon, Conjurador, cleaving_weapon, cold_affinity, delve_monster, demon, flesh_armour, is_unarmed, medium_height, melee, no_pantheon_mod, not_int, physical_affinity, red_blood, very_slow_movement
    Vida
    140%
    Armadura
    +20%
    Evasão
    +20%
    Ailment Threshold
    140%
    Resistência
    0 0 0 0
    Damage
    100%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Experiência
    80%
    Model Size
    95%
    Type
    BeyondDemon1
    Metadata
    BeyondDemon1-2
    Nível
    68
    Vida
    9,007
    Armadura
    34,548
    Evasão
    5,687
    Escudo de Energia
    0
    Damage
    374
    Dano Mágico
    374
    Precisão
    290
    Attack Time
    1.35
    Experiência
    8,204
    Ailment Threshold
    9,007
    Chill
    28
    Shock
    28
    Brittle
    161
    Scorch
    28
    Sap
    79
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 299–448
    Chance de Crítico: 5%
    Attack Time: 1.35 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BeyondDemonFrostCallOnHit
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Invocar Tormenta
    Eficácia do Dano Adicionado: 80%
    Tempo de Conjuração: 0.5 seg
    Define um marcador no local. Após um curto período, raios atingem o marcador, causando dano ao seu redor e fazendo com que raios atinjam quaisquer outros marcadores que você tenha conjurado.
    Causa 857 a 1286 de Dano de Gelo
    Duração base é de 1.75 segundos
    active skill area of effect radius +% final [-31]
    is area damage [1]
    monster cast spell % on attack hit [75]
    spell uncastable if triggerable [1]
    IceNovaWaterElemental
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, CanRapidFire, AreaSpell, Nova
    Nova Glacial
    Chance de Crítico: 5%
    Eficácia do Dano Adicionado: 70%
    Tempo de Conjuração: 1 seg
    Um círculo se expande a partir do conjurador.
    Causa 770.4 a 1203 de Dano de Gelo
    Raio Base igual a 2.6 metros
    action attack or cast time uses animation length [1]
    active skill area of effect radius +% final [15]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	monster_is_beyond_monster = 1
    }
    
    
    Life
    {
    	corpse_usable = false
    }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/gore_explode/gore_explosion_no_gibs_nofire.ao"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueDelve/BeyondEncounter/BeyondDemon1-2"] = {
        name = "Blood of Haast",
        life = 1.4,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "IceNovaWaterElemental",
            "Melee",
            "BeyondDemonFrostCallOnHit",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IceNovaWaterElemental"] = {
        name = "Ice Nova",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "A circle of ice expands from the caster.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Nova] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_base_area_of_effect_radius",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
            "action_attack_or_cast_time_uses_animation_length",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.25, 26, -25, 15, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
            [2] = {4.4200000762939, 6.9000000953674, 26, -25, 15, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BeyondDemonFrostCallOnHit"] = {
        name = "Storm Call",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Lightning] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_skill_effect_duration",
            "monster_cast_spell_%_on_attack_hit",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "spell_uncastable_if_triggerable",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 2000, 75, -31, levelRequirement = 3, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 1750, 75, -31, levelRequirement = 51, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 1500, 75, -31, levelRequirement = 71, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    Receba 25% do Dano Físico como Dano de Gelo Extra
    IdMonsterImplicitCold1
    FamilyColdDamageAsPortionOfDamage
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 25 Max: 25 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Monstros concedem Experiência aumentada em 300%
    monster no drops [0]
    IdMonsterSlainExperienceIncreaseBeyondDelve__
    FamilyMonsterSlainExperience
    Domainsmonstro (3)
    GenerationTypeunico (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.