ナーエムの手
悪魔
monster no beyond portal [1]
移動スピードが25%減少する
monster no map drops [1]
Hand of Na'em
SpectreN
Tagsbeyond_commander_monster, beyond_demon, demon, flesh_armour, has_bow, medium_height, not_int, physical_affinity, puncturing_weapon, ranged, red_blood, slow_movement
Packs
  • 餓えし炎、ツティオシュ, バメスの肉体, ハーストの血, ツティオシュの目, ナーエムの手, バメスの礼拝者, ツティオシュの猟犬, ハーストのしもべ, エフィジの口, エフィジの狂信者, ハーストの弟子, ツティオシュのゼロット
  • 容赦なき霜、ハースト, バメスの肉体, ハーストの血, ツティオシュの目, ナーエムの手, バメスの礼拝者, ツティオシュの猟犬, ハーストのしもべ, エフィジの口, エフィジの狂信者, ハーストの弟子, ツティオシュのゼロット
  • 轟く空、エフィジ, バメスの肉体, ハーストの血, ツティオシュの目, ナーエムの手, バメスの礼拝者, ツティオシュの猟犬, ハーストのしもべ, エフィジの口, エフィジの狂信者, ハーストの弟子, ツティオシュのゼロット
  • 石を曲げる者、ナーエム, バメスの肉体, ハーストの血, ツティオシュの目, ナーエムの手, バメスの礼拝者, ツティオシュの猟犬, ハーストのしもべ, エフィジの口, エフィジの狂信者, ハーストの弟子, ツティオシュのゼロット
  • 変化する闇、バメス, バメスの肉体, ハーストの血, ツティオシュの目, ナーエムの手, バメスの礼拝者, ツティオシュの猟犬, ハーストのしもべ, エフィジの口, エフィジの狂信者, ハーストの弟子, ツティオシュのゼロット
  • ライフ
    195%
    防具
    +20%
    回避力
    +20%
    Ailment Threshold
    195%
    耐性
    20 20 20 0
    Damage
    135%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 50
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    経験値
    120%
    Model Size
    120%
    Type
    BeyondDemon2Bow
    Metadata
    BeyondDemon2-1
    レベル
    68
    ライフ
    12,545
    防具
    34,548
    回避力
    5,687
    エナジーシールド
    0
    Damage
    504
    スペルダメージ
    504
    命中
    290
    Attack Time
    1.35
    経験値
    12,306
    Ailment Threshold
    12,545
    Chill
    40
    Shock
    40
    Brittle
    224
    Scorch
    40
    Sap
    110
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 403–605
    クリティカル率: 5%
    Attack Time: 1.35 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BeyondDemonTornadoShot
    Attack, Projectile, ProjectilesFromUser, Trappable, Mineable, Totemable, RangedAttack, MirageArcherCanUse, Triggerable
    トルネードショット
    Base Damage: 403–605
    クリティカル率: 5%
    Attack Time: 1.35 秒
    指定位置にたどり着くまで貫通しながら飛ぶ投射物を放つ。指定位置にたどり着いた時、その投射物は短い間移動してから消える複数の投射物を放射状に放つ。
    ダメージが30%低下する
    追加の投射物を2個放つ
    放たれる二次的投射物の数が+3個される
    base is projectile [1]
    skill can fire arrows [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-1"] = {
        name = "Hand of Na'em",
        life = 1.95,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.35,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 50,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "Melee",
            "BeyondDemonTornadoShot",
        },
        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["BeyondDemonTornadoShot"] = {
        name = "Tornado Shot",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a piercing shot that travels until it reaches the targeted location. It will then fire projectiles out in all directions from that point, which will travel for a short time before disappearing.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "number_of_additional_projectiles",
            "tornado_shot_num_of_secondary_projectiles",
            "base_is_projectile",
            "skill_can_fire_arrows",
        },
        levels = {
            [1] = {10, 0, 3, levelRequirement = 1, statInterpolation = {1, 1},  cost = { }, },
            [2] = {-20, 2, 3, levelRequirement = 35, statInterpolation = {1, 1},  cost = { }, },
            [3] = {-30, 2, 3, levelRequirement = 60, statInterpolation = {1, 1},  cost = { }, },
        },
    }
    
    monster no beyond portal [1]
    IdCannotSpawnBeyondPortals
    FamilyCannotSpawnBeyondPortals
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster no beyond portal Min: 1 Max: 1 Global
  • 移動スピードが25%減少する
    IdMonsterImplicitAuraSlow1
    FamilyMonsterAura
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level4 (Effective: 3)
    Stats
  • base movement velocity +% Min: -25 Max: -25 Global
  • Craft Tagsspeed
    減速オーラ
    半径: 40
    敵が減速状態になっている
    バフは移動スピード25%減少を付与する
    Slow Aura
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • ナーエムの手
    悪魔
    monster no beyond portal [1]
    移動スピードが25%減少する
    monster no map drops [1]
    モンスターの付与する経験値が300%増加する
    monster no drops [0]
    Hand of Na'em
    SpectreN
    Tagsbeyond_commander_monster, beyond_demon, delve_monster, demon, flesh_armour, has_bow, medium_height, no_pantheon_mod, not_int, physical_affinity, puncturing_weapon, ranged, red_blood, slow_movement
    ライフ
    195%
    防具
    +20%
    回避力
    +20%
    Ailment Threshold
    195%
    耐性
    20 20 20 0
    Damage
    135%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 50
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    経験値
    120%
    Model Size
    120%
    Type
    BeyondDemon2Bow
    Metadata
    BeyondDemon2-1
    レベル
    68
    ライフ
    12,545
    防具
    34,548
    回避力
    5,687
    エナジーシールド
    0
    Damage
    504
    スペルダメージ
    504
    命中
    290
    Attack Time
    1.35
    経験値
    12,306
    Ailment Threshold
    12,545
    Chill
    40
    Shock
    40
    Brittle
    224
    Scorch
    40
    Sap
    110
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 403–605
    クリティカル率: 5%
    Attack Time: 1.35 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BeyondDemonTornadoShot
    Attack, Projectile, ProjectilesFromUser, Trappable, Mineable, Totemable, RangedAttack, MirageArcherCanUse, Triggerable
    トルネードショット
    Base Damage: 403–605
    クリティカル率: 5%
    Attack Time: 1.35 秒
    指定位置にたどり着くまで貫通しながら飛ぶ投射物を放つ。指定位置にたどり着いた時、その投射物は短い間移動してから消える複数の投射物を放射状に放つ。
    ダメージが30%低下する
    追加の投射物を2個放つ
    放たれる二次的投射物の数が+3個される
    base is projectile [1]
    skill can fire arrows [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-1"] = {
        name = "Hand of Na'em",
        life = 1.95,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.35,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 50,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "Melee",
            "BeyondDemonTornadoShot",
        },
        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["BeyondDemonTornadoShot"] = {
        name = "Tornado Shot",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a piercing shot that travels until it reaches the targeted location. It will then fire projectiles out in all directions from that point, which will travel for a short time before disappearing.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "number_of_additional_projectiles",
            "tornado_shot_num_of_secondary_projectiles",
            "base_is_projectile",
            "skill_can_fire_arrows",
        },
        levels = {
            [1] = {10, 0, 3, levelRequirement = 1, statInterpolation = {1, 1},  cost = { }, },
            [2] = {-20, 2, 3, levelRequirement = 35, statInterpolation = {1, 1},  cost = { }, },
            [3] = {-30, 2, 3, levelRequirement = 60, statInterpolation = {1, 1},  cost = { }, },
        },
    }
    
    monster no beyond portal [1]
    IdCannotSpawnBeyondPortals
    FamilyCannotSpawnBeyondPortals
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster no beyond portal Min: 1 Max: 1 Global
  • 移動スピードが25%減少する
    IdMonsterImplicitAuraSlow1
    FamilyMonsterAura
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level4 (Effective: 3)
    Stats
  • base movement velocity +% Min: -25 Max: -25 Global
  • Craft Tagsspeed
    減速オーラ
    半径: 40
    敵が減速状態になっている
    バフは移動スピード25%減少を付与する
    Slow Aura
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • モンスターの付与する経験値が300%増加する
    monster no drops [0]
    IdMonsterSlainExperienceIncreaseBeyondDelve__
    FamilyMonsterSlainExperience
    Domainsモンスター (3)
    GenerationTypeユニーク (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.