Sabueso de Tzteosh
Demonio
monster no beyond portal [1]
monster no map drops [1]
Hound of Tzteosh
SpectreN
Tagsanimal_claw_weapon, beyond_commander_monster, beyond_demon, Lanzador de hechizos, demon, fire_affinity, is_unarmed, light_armour, medium_height, melee, not_int, physical_affinity, 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%
    Armadura
    +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
    162%
    Type
    BeyondDemon2
    Metadata
    BeyondDemon2-3
    Nivel
    68
    Vida
    13,510
    Armadura
    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
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.35 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    FlamebearerFlameBlue
    Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Mineable, SummonsTotem, Fire
    Tótem de llamas sagradas
    Efectividad del daño agregado: 25%
    Tiempo de lanzamiento: 0.25 seg
    Tiempo de recarga: 4 seg
    Invoca un tótem que lanza una oleada de llamas a los enemigos cercanos.
    Las Habilidades se Repiten 9 Veces más
    Los proyectiles perforan a todos los objetivos
    Inflige de 87.21 a 130.8 de daño de fuego
    25% más de velocidad de lanzamiento de hechizos
    base is projectile [1]
    monster penalty against minions damage +% final vs player minions [-25]
    spell maximum action distance +% [-75]
    BeyondDemonFlameCallOnHit
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Llamado de tormenta
    Efectividad del daño agregado: 80%
    Tiempo de lanzamiento: 0.5 seg
    Pone un marcador en una ubicación. Después de una corta duración, un rayo golpea el marcador e inflige daño a su alrededor. Cuando esto sucede, también caen rayos en cualquier otro marcador que hayas colocado.
    La duración base es de 1.75 segundos
    Inflige de 1047 a 1571 de daño de fuego
    active skill area of effect radius +% final [-31]
    is area damage [1]
    monster cast spell % on attack hit [75]
    spell uncastable if triggerable [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-3"] = {
        name = "Hound of Tzteosh",
        life = 2.1,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "FlamebearerFlameBlue",
            "BeyondDemonFlameCallOnHit",
        },
        modList = {
        },
    }
    -- 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["FlamebearerFlameBlue"] = {
        name = "Holy Flame Totem",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Summons a totem that fires a stream of flame at nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.SummonsTotem] = true,
            [SkillType.Fire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.25,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "skill_repeat_count",
            "active_skill_cast_speed_+%_final",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -78, 9, 25, -25, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -75, 9, 25, -25, levelRequirement = 8, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {1.2400000095367, 1.8600000143051, -75, 9, 25, -25, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BeyondDemonFlameCallOnHit"] = {
        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_fire_damage",
            "spell_maximum_base_fire_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
    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
  • Sabueso de Tzteosh
    Demonio
    monster no beyond portal [1]
    monster no map drops [1]
    Los monstruos otorgan la experiencia aumentada un 300%
    monster no drops [0]
    Hound of Tzteosh
    SpectreN
    Tagsanimal_claw_weapon, beyond_commander_monster, beyond_demon, Lanzador de hechizos, delve_monster, demon, fire_affinity, is_unarmed, light_armour, medium_height, melee, no_pantheon_mod, not_int, physical_affinity, ranged, red_blood, slow_movement
    Vida
    210%
    Armadura
    +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
    162%
    Type
    BeyondDemon2
    Metadata
    BeyondDemon2-3
    Nivel
    68
    Vida
    13,510
    Armadura
    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
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.35 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    FlamebearerFlameBlue
    Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Mineable, SummonsTotem, Fire
    Tótem de llamas sagradas
    Efectividad del daño agregado: 25%
    Tiempo de lanzamiento: 0.25 seg
    Tiempo de recarga: 4 seg
    Invoca un tótem que lanza una oleada de llamas a los enemigos cercanos.
    Las Habilidades se Repiten 9 Veces más
    Los proyectiles perforan a todos los objetivos
    Inflige de 87.21 a 130.8 de daño de fuego
    25% más de velocidad de lanzamiento de hechizos
    base is projectile [1]
    monster penalty against minions damage +% final vs player minions [-25]
    spell maximum action distance +% [-75]
    BeyondDemonFlameCallOnHit
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Llamado de tormenta
    Efectividad del daño agregado: 80%
    Tiempo de lanzamiento: 0.5 seg
    Pone un marcador en una ubicación. Después de una corta duración, un rayo golpea el marcador e inflige daño a su alrededor. Cuando esto sucede, también caen rayos en cualquier otro marcador que hayas colocado.
    La duración base es de 1.75 segundos
    Inflige de 1047 a 1571 de daño de fuego
    active skill area of effect radius +% final [-31]
    is area damage [1]
    monster cast spell % on attack hit [75]
    spell uncastable if triggerable [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-3"] = {
        name = "Hound of Tzteosh",
        life = 2.1,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "FlamebearerFlameBlue",
            "BeyondDemonFlameCallOnHit",
        },
        modList = {
        },
    }
    -- 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["FlamebearerFlameBlue"] = {
        name = "Holy Flame Totem",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Summons a totem that fires a stream of flame at nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.SummonsTotem] = true,
            [SkillType.Fire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.25,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_maximum_action_distance_+%",
            "skill_repeat_count",
            "active_skill_cast_speed_+%_final",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -78, 9, 25, -25, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -75, 9, 25, -25, levelRequirement = 8, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {1.2400000095367, 1.8600000143051, -75, 9, 25, -25, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BeyondDemonFlameCallOnHit"] = {
        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_fire_damage",
            "spell_maximum_base_fire_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
    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.