奈恩之手
惡魔
monster no beyond portal [1]
減少 25% 移動速度
monster no map drops [1]
Hand of Na'em
幽魂N
標籤beyond_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%
    異常狀態臨界值
    195%
    抗性
    20 20 20 0
    傷害
    135%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 50
    攻擊間隔
    1.35 秒
    傷害分佈
    ±20%
    經驗值
    120%
    Model Size
    120%
    類型
    BeyondDemon2Bow
    Metadata
    BeyondDemon2-1
    等級
    68
    生命
    12,545
    護甲
    34,548
    閃避
    5,687
    能量護盾
    0
    傷害
    504
    法術傷害
    504
    命中
    290
    攻擊間隔
    1.35
    經驗值
    12,306
    異常狀態臨界值
    12,545
    冰緩
    40
    感電
    40
    易碎
    224
    焦灼
    40
    殘喘
    110
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 403–605
    暴擊率: 5%
    攻擊間隔: 1.35 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BeyondDemonTornadoShot
    攻擊, 投射物, 玩家投射物, 陷阱技能, 地雷技能, 圖騰技能, 範圍攻擊, 技能可幻影射手, 可觸發
    龍捲射擊
    基本傷害: 403–605
    暴擊率: 5%
    攻擊間隔: 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 全域
  • 減少 25% 移動速度
    IdMonsterImplicitAuraSlow1
    FamilyMonsterAura
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level4 (Effective: 3)
    Stats
  • base movement velocity +% Min: -25 Max: -25 全域
  • 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 全域
  • 奈恩之手
    惡魔
    monster no beyond portal [1]
    減少 25% 移動速度
    monster no map drops [1]
    怪物增加 300% 經驗值
    monster no drops [0]
    Hand of Na'em
    幽魂N
    標籤beyond_commander_monster, beyond_demon, delve_monster, demon, flesh_armour, has_bow, medium_height, not_int, physical_affinity, puncturing_weapon, ranged, red_blood, slow_movement
    生命
    195%
    護甲
    +20%
    閃避
    +20%
    異常狀態臨界值
    195%
    抗性
    20 20 20 0
    傷害
    135%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 50
    攻擊間隔
    1.35 秒
    傷害分佈
    ±20%
    經驗值
    120%
    Model Size
    120%
    類型
    BeyondDemon2Bow
    Metadata
    BeyondDemon2-1
    等級
    68
    生命
    12,545
    護甲
    34,548
    閃避
    5,687
    能量護盾
    0
    傷害
    504
    法術傷害
    504
    命中
    290
    攻擊間隔
    1.35
    經驗值
    12,306
    異常狀態臨界值
    12,545
    冰緩
    40
    感電
    40
    易碎
    224
    焦灼
    40
    殘喘
    110
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 403–605
    暴擊率: 5%
    攻擊間隔: 1.35 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BeyondDemonTornadoShot
    攻擊, 投射物, 玩家投射物, 陷阱技能, 地雷技能, 圖騰技能, 範圍攻擊, 技能可幻影射手, 可觸發
    龍捲射擊
    基本傷害: 403–605
    暴擊率: 5%
    攻擊間隔: 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 全域
  • 減少 25% 移動速度
    IdMonsterImplicitAuraSlow1
    FamilyMonsterAura
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level4 (Effective: 3)
    Stats
  • base movement velocity +% Min: -25 Max: -25 全域
  • 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 全域
  • 怪物增加 300% 經驗值
    monster no drops [0]
    IdMonsterSlainExperienceIncreaseBeyondDelve__
    FamilyMonsterSlainExperience
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no drops Min: 0 Max: 0 全域
  • monster slain experience +% Min: 300 Max: 300 全域
  • Edit

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