強奪者、オーカス
悪魔
移動スピードが25%減少する
stance movement speed +% final [112]
移動スピードが50%増加する
Orcus the Reaver
SpectreN
Tagscleaving_weapon, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, medium_height, physical_affinity, red_blood, very_slow_movement
ライフ
400%
Ailment Threshold
400%
耐性
0 0 0 0
Damage
135%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 9
Attack Time
1.5 Second
Damage Spread
±20%
経験値
100%
Model Size
100%
Type
DemonModularDominusBoss
Metadata
DemonModularBoss1
レベル
68
ライフ
25,733
防具
28,790
回避力
4,739
エナジーシールド
0
Damage
504
スペルダメージ
504
命中
290
Attack Time
1.5
経験値
10,255
Ailment Threshold
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
MonsterSmokeMine
Spell, Area, Duration, Movement, RemoteMined, AreaSpell, Travel, HasReservation, Blink, Cooldown
スモークマイン
キャストタイム: 0.5 秒
クールダウン時間: 3 秒
起爆すると使用者をマインの位置にテレポートさせるマインを投げる。脱出地点と到着地点に敵を盲目状態にする煙幕を発生させ、移動スピードに一時的なバフを与える。他のブリンクスキルとクールダウンを共有する。
基礎持続時間は3
バフは移動スピード20%増加を付与する
active skill area of effect radius +% final [-45]
MonsterReaveDemonBoss
Attack, Area, Multistrikeable, Melee
リーヴ
Base Damage: 403–605
クリティカル率: 5%
Attack Time: 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 Global
  • 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 Global
  • Craft Tagsspeed
    移動スピードが50%増加する
    IdMonsterImplicitFastRun1
    FamilyMovementVelocity
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 50 Max: 50 Global
  • Craft Tagsspeed
    Edit

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