残暴的欧库斯
恶魔
移动速度减慢 25%
stance movement speed +% final [112]
移动速度加快 50%
Orcus the Reaver
幽魂N
标签cleaving_weapon, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, medium_height, physical_affinity, red_blood, very_slow_movement
生命
400%
异常状态临界值
400%
抗性
0 0 0 0
伤害
135%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 9
攻击间隔
1.5 秒
伤害分布
±20%
经验值
100%
Model Size
100%
类型
DemonModularDominusBoss
Metadata
DemonModularBoss1
等级
68
生命
25,733
护甲
28,790
闪避值
4,739
能量护盾
0
伤害
504
法术伤害
504
命中
290
攻击间隔
1.5
经验值
10,255
异常状态临界值
25,733
冰缓
81
Shock
81
Brittle
460
Scorch
81
Sap
225
MonsterSmokeMine
法术, 范围, 持续时间, 位移, 遥控地雷, 范围法术, 快行, 消耗保留, 闪现, 冷却
烟雾地雷
施放间隔: 0.5 秒
冷却时间: 3 秒
投掷一个地雷,当它引爆时将你传送至该地雷所在处。当传送时,在原本位置与地雷所在位置的区块都会被充满烟雾,致盲其中的敌人,并给你一个提高移动速度的临时增益效果。和其它闪现技能共用冷却时间。
基础持续时间为 3
增益效果使移动速度加快 20%
active skill area of effect radius +% final [-45]
MonsterReaveDemonBoss
攻击, 范围, 攻击可重复, 近战
冲击波
基本伤害: 403–605
攻击暴击率: 5%
攻击间隔: 1.5 秒
攻击前方一片区域。击中敌人的每道冲击波都会积累阶段,只要短期内没有击中任何目标就会失去阶段。限定匕首,爪类,单手剑。
被辅助技能造成的攻击伤害总降 25%
此攻击额外重复 2
物理伤害提高 12%
近战攻击速度总增 120%
每层会使总范围额外扩大 30%
active skill area of effect radius +% final [59]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-30]

Object Type

version 2
extends "Metadata/Monsters/Demonmodular/Demon"

Object Type Codes

version 2
extends "Metadata/Monsters/Demonmodular/Demon"

Render
{
	has_light = false
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DemonModular/DemonModularBoss1"] = {
    name = "Orcus the Reaver",
    life = 4,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.35,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 9,
    accuracy = 1,
    skillList = {
        "MonsterReaveDemonBoss",
        "MonsterSmokeMine",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterReaveDemonBoss"] = {
    name = "Reave",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Attacks an area in front of you. Each Reave that hits an enemy grants stages, which you will begin to lose after a short period without hitting anything. Only works with Daggers, Claws, and One-Handed Swords.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "reave_area_of_effect_+%_final_per_stage",
        "physical_damage_+%",
        "base_melee_attack_repeat_count",
        "support_multiple_attacks_melee_attack_speed_+%_final",
        "support_multiple_attack_damage_+%_final",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {30, 12, 2, 120, -25, -30, 59, levelRequirement = 4, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterSmokeMine"] = {
    name = "Smoke Mine",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a mine that will teleport you to it when detonated. It covers both your escape and arrival with a cloud of smoke that blinds enemies, and gives you a temporary buff to movement speed. Shares a cooldown with other Blink skills.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Movement] = true,
        [SkillType.RemoteMined] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Travel] = true,
        [SkillType.HasReservation] = true,
        [SkillType.Blink] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "buff_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "base_movement_velocity_+%",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {3000, 20, -45, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
移动速度减慢 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
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 全域
  • Craft Tagsspeed
    移动速度加快 50%
    IdMonsterImplicitFastRun1
    FamilyMovementVelocity
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 50 Max: 50 全域
  • Craft Tagsspeed
    Edit

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