扭曲之岩奈恩
恶魔
monster no beyond portal [1]
display monster mod nemesis test [0]
免疫晕眩
掉落的物品数量提高 300%
掉落的物品稀有度提高 800%
monster additional quantity of dropped items in cruel +% [500]
monster additional quantity of dropped items in merciless +% [1000]
monster additional rarity of dropped items in cruel +% [750]
monster additional rarity of dropped items in merciless +% [1500]
monster is beyond boss [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Na'em, Bending Stone
幽魂N
标签beyond_demon, 施法, demon, fast_movement, flesh_armour, has_two_hand_sword, has_two_handed_melee, large_height, melee, not_int, physical_affinity, red_blood, slashing_weapon
Packs
  • 扭曲之岩奈恩, 巴曼斯之体, 哈斯特之血, 提耶须之眼, 奈恩之手, 巴曼斯信徒, 提耶须猎犬, 哈斯特使徒, 艾菲吉之口, 艾菲吉崇信者, 哈斯特狂信者, 提耶须狂徒
  • 生命
    200%
    护甲
    +20%
    闪避值
    +20%
    异常状态临界值
    200%
    抗性
    40 40 40 25
    伤害
    200%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 9
    攻击间隔
    1.35 秒
    伤害分布
    ±20%
    经验值
    200%
    Model Size
    140%
    类型
    BeyondDemon3
    Metadata
    BeyondDemon3-5
    等级
    68
    生命
    12,867
    护甲
    34,548
    闪避值
    5,687
    能量护盾
    0
    伤害
    747
    法术伤害
    747
    命中
    290
    攻击间隔
    1.35
    经验值
    20,510
    异常状态临界值
    12,867
    冰缓
    41
    Shock
    41
    Brittle
    230
    Scorch
    41
    Sap
    112
    ExileEnduringCry
    增益, 范围, 持续时间, 战吼, 冷却
    坚决战吼
    冷却时间: 8 秒
    发出一道战吼,嘲讽周围敌人,吸引它们的进攻,提供耐力球,并获得瞬时爆发式生命回复。它还基于你身上的耐力球数提供抗性和物理伤害减免。
    基础持续时间为 1
    每秒回复 10% 生命
    获得 2 个额外的耐力球
    ExileCleave
    攻击, 范围, 攻击可重复, 近战, ThresholdJewelArea, 物理
    劈砍
    基本伤害: 598–897
    攻击暴击率: 5%
    攻击间隔: 1.35 秒
    在身体前方以弧状挥动武器(双持时则挥动两把武器),对前方区域的怪物造成伤害。限定斧类与剑类。
    双持武器时,每把武器联合起来造成 60% 伤害
    物理伤害提高 53%
    攻击速度加快 60%
    animation effect variation [1]
    is area damage [1]
    skill double hits when dual wielding [1]
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 598–897
    攻击暴击率: 5%
    攻击间隔: 1.35 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BeyondDemonLeapSlam
    攻击, 范围, 近战, 位移, 快行, Slam, 图腾技能
    跃击
    基本伤害: 598–897
    攻击暴击率: 5%
    攻击间隔: 1.35 秒
    冷却时间: 4 秒
    一跃而起,落地时用武器对敌人造成伤害,并击退敌人。被踩到的敌人会被推出去。限定斧类、锤类、短杖、剑类或长杖。无法被多重打击辅助。
    伤害总增 50%
    基础范围为 1.5
    cast time overrides attack duration [1]
    is area damage [1]
    BeyondDemonPuncturingSpikes
    法术, 投射物, 玩家投射物, 可触发
    施放间隔: 1 秒
    冷却时间: 4 秒
    造成 618.7 - 928 物理伤害
    额外发射 7 个投射物
    环状发射投射物
    base is projectile [1]
    monster projectile variation [3]

    Object Type

    version 2
    extends "Metadata/Monsters/BeyondDemons/BeyondDemon"
    
    Stats
    {
    	set_monster_uses_map_boss_difficulty_scaling = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BeyondDemons/BeyondDemon"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BeyondDemons/BeyondDemon3-5"] = {
        name = "Na'em, Bending Stone",
        life = 2,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "ExileCleave",
            "ExileEnduringCry",
            "Melee",
            "BeyondDemonLeapSlam",
            "BeyondDemonPuncturingSpikes",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileCleave"] = {
        name = "Cleave",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ThresholdJewelArea] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "attack_speed_+%",
            "active_skill_damage_+%_final",
            "active_skill_merged_damage_+%_final_while_dual_wielding",
            "animation_effect_variation",
            "is_area_damage",
            "skill_double_hits_when_dual_wielding",
        },
        levels = {
            [1] = {29, 0, 15, -40, 1, levelRequirement = 4, statInterpolation = {1, 1, 1},  cost = { }, },
            [2] = {35, 20, 10, -40, 1, levelRequirement = 30, statInterpolation = {1, 1, 1},  cost = { }, },
            [3] = {47, 20, 5, -40, 1, levelRequirement = 50, statInterpolation = {1, 1, 1},  cost = { }, },
            [4] = {53, 60, 0, -40, 1, levelRequirement = 65, statInterpolation = {1, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileEnduringCry"] = {
        name = "Enduring Cry",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Performs a warcry, taunting all nearby enemies to attack the user and granting endurance charges. Gives a brief burst of life regeneration, as well as a buff which grants resistances and physical damage reduction based on your endurance charges.",
        skillTypes = {
            [SkillType.Buff] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Warcry] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "enduring_cry_grants_x_additional_endurance_charges",
            "base_skill_effect_duration",
            "life_regeneration_rate_per_minute_%",
        },
        levels = {
            [1] = {2, 1000, 600, levelRequirement = 4, statInterpolation = {},  cost = { }, },
            [2] = {2, 1000, 600, levelRequirement = 7, statInterpolation = {},  cost = { }, },
            [3] = {2, 1000, 600, levelRequirement = 10, statInterpolation = {},  cost = { }, },
            [4] = {2, 1000, 600, levelRequirement = 14, statInterpolation = {},  cost = { }, },
            [5] = {2, 1000, 600, levelRequirement = 18, statInterpolation = {},  cost = { }, },
            [6] = {2, 1000, 600, levelRequirement = 22, statInterpolation = {},  cost = { }, },
            [7] = {2, 1000, 600, levelRequirement = 24, statInterpolation = {},  cost = { }, },
            [8] = {2, 1000, 600, levelRequirement = 28, statInterpolation = {},  cost = { }, },
            [9] = {2, 1000, 600, levelRequirement = 32, statInterpolation = {},  cost = { }, },
            [10] = {2, 1000, 600, levelRequirement = 36, statInterpolation = {},  cost = { }, },
            [11] = {2, 1000, 600, levelRequirement = 40, statInterpolation = {},  cost = { }, },
            [12] = {2, 1000, 600, levelRequirement = 44, statInterpolation = {},  cost = { }, },
            [13] = {2, 1000, 600, levelRequirement = 48, statInterpolation = {},  cost = { }, },
            [14] = {2, 1000, 600, levelRequirement = 52, statInterpolation = {},  cost = { }, },
            [15] = {2, 1000, 600, levelRequirement = 56, statInterpolation = {},  cost = { }, },
            [16] = {2, 1000, 600, levelRequirement = 60, statInterpolation = {},  cost = { }, },
            [17] = {2, 1000, 600, levelRequirement = 63, statInterpolation = {},  cost = { }, },
            [18] = {2, 1000, 600, levelRequirement = 66, statInterpolation = {},  cost = { }, },
            [19] = {2, 1000, 600, levelRequirement = 67, statInterpolation = {},  cost = { }, },
            [20] = {2, 1000, 600, levelRequirement = 68, statInterpolation = {},  cost = { }, },
            [21] = {2, 1000, 600, levelRequirement = 69, statInterpolation = {},  cost = { }, },
            [22] = {2, 1000, 600, levelRequirement = 70, statInterpolation = {},  cost = { }, },
            [23] = {2, 1000, 600, levelRequirement = 71, statInterpolation = {},  cost = { }, },
            [24] = {2, 1000, 600, levelRequirement = 72, statInterpolation = {},  cost = { }, },
            [25] = {2, 1000, 600, levelRequirement = 73, statInterpolation = {},  cost = { }, },
            [26] = {2, 1000, 600, levelRequirement = 74, statInterpolation = {},  cost = { }, },
            [27] = {2, 1000, 600, levelRequirement = 75, statInterpolation = {},  cost = { }, },
            [28] = {2, 1000, 600, levelRequirement = 76, statInterpolation = {},  cost = { }, },
            [29] = {2, 1000, 600, levelRequirement = 77, statInterpolation = {},  cost = { }, },
            [30] = {2, 1000, 600, levelRequirement = 78, statInterpolation = {},  cost = { }, },
            [31] = {2, 1000, 600, levelRequirement = 79, statInterpolation = {},  cost = { }, },
            [32] = {2, 1000, 600, levelRequirement = 80, statInterpolation = {},  cost = { }, },
            [33] = {2, 1000, 600, levelRequirement = 81, statInterpolation = {},  cost = { }, },
            [34] = {2, 1000, 600, levelRequirement = 82, statInterpolation = {},  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["BeyondDemonLeapSlam"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {50, 15, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BeyondDemonPuncturingSpikes"] = {
        name = "BeyondDemonPuncturingSpikes",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "number_of_additional_projectiles",
            "monster_projectile_variation",
            "base_is_projectile",
            "projectiles_nova",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 7, 3, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster no beyond portal [1]
    IdCannotSpawnBeyondPortals
    FamilyCannotSpawnBeyondPortals
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no beyond portal Min: 1 Max: 1 全域
  • display monster mod nemesis test [0]
    IdBeyondDemonVaalSummonSkeleton
    FamilyDaemon
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • display monster mod nemesis test Min: 0 Max: 0 全域
  • 免疫晕眩
    IdMonsterImplicitCannotBeStunned1
    FamilyMonsterCannotBeStunned
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base cannot be stunned Min: 1 Max: 1 全域
  • 掉落的物品数量提高 300%
    掉落的物品稀有度提高 800%
    IdMonsterInvasionBoss
    FamilyMonsterInvasionBoss
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 800 Max: 800 全域
  • monster dropped item quantity +% Min: 300 Max: 300 全域
  • monster additional quantity of dropped items in cruel +% [500]
    monster additional quantity of dropped items in merciless +% [1000]
    monster additional rarity of dropped items in cruel +% [750]
    monster additional rarity of dropped items in merciless +% [1500]
    IdMonsterInvasionMercilessDrops2
    FamilyMonsterMercilessDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster additional rarity of dropped items in cruel +% Min: 750 Max: 750 全域
  • monster additional quantity of dropped items in cruel +% Min: 500 Max: 500 全域
  • monster additional rarity of dropped items in merciless +% Min: 1500 Max: 1500 全域
  • monster additional quantity of dropped items in merciless +% Min: 1000 Max: 1000 全域
  • monster is beyond boss [1]
    IdIsBeyondBoss
    FamilyMonsterIsBeyondBoss
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster is beyond boss Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • Edit

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