パーペタス
悪魔
エリア: スラム
monster casts ethereal knives text [1]
monster throws beartraps text [1]
トラップは投擲後+4秒間はダメージを受けることがない
マインは投擲後+4秒間はダメージを受けることがない
kill traps mines and totems on death [1]
Perpetus
SpectreN
Areaスラム
Tagsキャスター, demon, extra_small_height, fast_movement, has_one_hand_sword, has_one_handed_melee, humanoid, light_armour, melee, not_int, not_str, physical_affinity, ranged, red_blood, slashing_weapon, undying
ライフ
100%
回避力
+25%
Ailment Threshold
100%
耐性
0 0 85 0
Damage
100%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 6
Attack Time
1.65 Second
Damage Spread
±20%
経験値
100%
Model Size
138%
Type
UndyingBoss
Metadata
UndyingBossOutcast
レベル
24
ライフ
290
防具
616
回避力
898
エナジーシールド
0
Damage
32
スペルダメージ
32
命中
45
Attack Time
1.65
経験値
1,113
Ailment Threshold
290
Chill
1
Shock
1
Brittle
5
Scorch
1
Sap
3
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
通常攻撃
Base Damage: 26–38
クリティカル率: 5%
Attack Time: 1.65 秒
強力な一撃で敵を打ち倒す。
skill can fire arrows [1]
skill can fire wand projectiles [1]
UndyingWhirlingBlades
Attack, Melee, Movement, Travel
ワーリングブレード
Base Damage: 26–38
クリティカル率: 5%
Attack Time: 1.65 秒
敵に向かって飛び込み、武器ダメージを与える。二刀流状態で両方の武器を使って攻撃した場合、両方のダメージを1回の攻撃で与える。使用するには短剣、鉤爪または片手剣を装備する必要がある。マルチストライクでサポートすることができない。
ダメージが40%低下する
cast time overrides attack duration [1]
ignores proximity shield [1]
monster flurry [1]
MonsterEtherealKnives
Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
イシリアルナイフ
クリティカル率: 5%
キャストタイム: 0.6 秒
使用者の前方に、物理ダメージを与えるナイフを外側に向かって扇状に放つ。
39.03から58.55の物理ダメージを与える
キャストスピードが20%低下する
追加の投射物を9個放つ
base is projectile [1]
monster penalty against minions damage +% final vs player minions [0]
MonsterBearTrap
Spell, Duration, Mineable, Trapped, Damage, Physical, Cooldown
ベアトラップ
クリティカル率: 5%
追加ダメージ効率: 150%
キャストタイム: 1 秒
クールダウン時間: 8 秒
単体の敵にダメージを与え、そのダメージ量に応じて、持続時間中敵の移動を封じるトラップを投げる。移動の阻止が終わったあともデバフは残り続け、敵の移動スピードを下げる。この効果は時間の経過とともに軽減する。デバフがなくなるまで敵はトラップとマインから受けるダメージが増加する。スペルダメージのモッドはこのスキルのダメージに影響しない。
から61.25の物理ダメージを与える
トラップの持続時間が+30秒される
base skill is trapped [1]
ignores trap and mine cooldown limit [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "One_Hand_Sword"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Undying/UndyingBossOutcast"] = {
    name = "Perpetus",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 85,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.65,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "UndyingWhirlingBlades",
        "Melee",
        "MonsterBearTrap",
        "MonsterEtherealKnives",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["UndyingWhirlingBlades"] = {
    name = "Whirling Blades",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.43,
    baseFlags = {
        attack = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "monster_flurry",
        "cast_time_overrides_attack_duration",
        "ignores_proximity_shield",
    },
    levels = {
        [1] = {-40, 1, levelRequirement = 0, 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["MonsterBearTrap"] = {
    name = "Bear Trap",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a trap that damages and immobilises a single enemy for a duration based on how much damage was dealt. After the immobilise expires, a debuff remains on the enemy for a duration, lowering their movement speed by an amount which lessens over time. The affected enemy will take increased damage from traps and mines until the debuff expires. Modifiers to spell damage do not affect this skill's damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Duration] = true,
        [SkillType.Mineable] = true,
        [SkillType.Trapped] = true,
        [SkillType.Damage] = true,
        [SkillType.Physical] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "secondary_minimum_base_physical_damage",
        "secondary_maximum_base_physical_damage",
        "base_trap_duration",
        "base_skill_is_trapped",
        "ignores_trap_and_mine_cooldown_limit",
        "is_trap",
    },
    levels = {
        [1] = {0, 1, 30000, critChance = 5, levelRequirement = 15, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterEtherealKnives"] = {
    name = "Ethereal Knives",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires an arc of knives outwards in front of the caster which deal physical damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.6,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "number_of_additional_projectiles",
        "active_skill_cast_speed_+%_final",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 0, 9, -20, critChance = 5, levelRequirement = 17, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, -25, 0, 9, -20, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, -25, 25, 9, -20, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1},  cost = { }, },
    },
}
monster casts ethereal knives text [1]
IdMonsterCastsEtherealKnivesText
FamilyMonsterCastsEtherealKnives
Domainsモンスター (3)
GenerationTypeユニーク (3)
Req. level1
Stats
  • monster casts ethereal knives text Min: 1 Max: 1 Global
  • monster throws beartraps text [1]
    IdMonsterThrowsBeartrapsText
    FamilyMonsterThrowsBeartraps
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster throws beartraps text Min: 1 Max: 1 Global
  • トラップは投擲後+4秒間はダメージを受けることがない
    マインは投擲後+4秒間はダメージを受けることがない
    IdMonsterImplicitTrapsInvulnerable4Sec
    FamilyMonsterTrapsInvulnerable
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 4000 Max: 4000 Global
  • traps invulnerable for duration ms Min: 4000 Max: 4000 Global
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • kill traps mines and totems on death Min: 1 Max: 1 Global
  • パーペタス
    悪魔
    monster casts ethereal knives text [1]
    monster throws beartraps text [1]
    トラップは投擲後+4秒間はダメージを受けることがない
    マインは投擲後+4秒間はダメージを受けることがない
    kill traps mines and totems on death [1]
    Perpetus
    SpectreN
    Tagsキャスター, demon, extra_small_height, fast_movement, has_one_hand_sword, has_one_handed_melee, humanoid, light_armour, melee, not_int, not_str, physical_affinity, ranged, red_blood, slashing_weapon, undying
    ライフ
    100%
    回避力
    +25%
    Ailment Threshold
    100%
    耐性
    0 0 85 0
    Damage
    100%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    経験値
    100%
    Model Size
    138%
    Type
    UndyingBossEndlessLedge
    Metadata
    UndyingBossOutcastEndlessLedge
    レベル
    68
    ライフ
    6,433
    防具
    28,790
    回避力
    5,924
    エナジーシールド
    0
    Damage
    374
    スペルダメージ
    374
    命中
    290
    Attack Time
    1.65
    経験値
    10,255
    Ailment Threshold
    6,433
    Chill
    20
    Shock
    20
    Brittle
    115
    Scorch
    20
    Sap
    56
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 299–448
    クリティカル率: 5%
    Attack Time: 1.65 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    UndyingWhirlingBlades
    Attack, Melee, Movement, Travel
    ワーリングブレード
    Base Damage: 299–448
    クリティカル率: 5%
    Attack Time: 1.65 秒
    敵に向かって飛び込み、武器ダメージを与える。二刀流状態で両方の武器を使って攻撃した場合、両方のダメージを1回の攻撃で与える。使用するには短剣、鉤爪または片手剣を装備する必要がある。マルチストライクでサポートすることができない。
    ダメージが40%低下する
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    monster flurry [1]
    MonsterEtherealKnives
    Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
    イシリアルナイフ
    クリティカル率: 5%
    キャストタイム: 0.6 秒
    使用者の前方に、物理ダメージを与えるナイフを外側に向かって扇状に放つ。
    201.4から302.1の物理ダメージを与える
    キャストスピードが20%低下する
    追加の投射物を9個放つ
    base is projectile [1]
    monster penalty against minions damage +% final vs player minions [-25]
    MonsterBearTrap
    Spell, Duration, Mineable, Trapped, Damage, Physical, Cooldown
    ベアトラップ
    クリティカル率: 5%
    追加ダメージ効率: 150%
    キャストタイム: 1 秒
    クールダウン時間: 8 秒
    単体の敵にダメージを与え、そのダメージ量に応じて、持続時間中敵の移動を封じるトラップを投げる。移動の阻止が終わったあともデバフは残り続け、敵の移動スピードを下げる。この効果は時間の経過とともに軽減する。デバフがなくなるまで敵はトラップとマインから受けるダメージが増加する。スペルダメージのモッドはこのスキルのダメージに影響しない。
    から224.9の物理ダメージを与える
    トラップの持続時間が+30秒される
    base skill is trapped [1]
    ignores trap and mine cooldown limit [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/UndyingBossOutcastEndlessLedge"] = {
        name = "Perpetus",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 85,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "UndyingWhirlingBlades",
            "Melee",
            "MonsterBearTrap",
            "MonsterEtherealKnives",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["UndyingWhirlingBlades"] = {
        name = "Whirling Blades",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.43,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "monster_flurry",
            "cast_time_overrides_attack_duration",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {-40, 1, levelRequirement = 0, 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["MonsterBearTrap"] = {
        name = "Bear Trap",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a trap that damages and immobilises a single enemy for a duration based on how much damage was dealt. After the immobilise expires, a debuff remains on the enemy for a duration, lowering their movement speed by an amount which lessens over time. The affected enemy will take increased damage from traps and mines until the debuff expires. Modifiers to spell damage do not affect this skill's damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Mineable] = true,
            [SkillType.Trapped] = true,
            [SkillType.Damage] = true,
            [SkillType.Physical] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "secondary_minimum_base_physical_damage",
            "secondary_maximum_base_physical_damage",
            "base_trap_duration",
            "base_skill_is_trapped",
            "ignores_trap_and_mine_cooldown_limit",
            "is_trap",
        },
        levels = {
            [1] = {0, 1, 30000, critChance = 5, levelRequirement = 15, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterEtherealKnives"] = {
        name = "Ethereal Knives",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arc of knives outwards in front of the caster which deal physical damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.6,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "number_of_additional_projectiles",
            "active_skill_cast_speed_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, 9, -20, critChance = 5, levelRequirement = 17, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -25, 0, 9, -20, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, -25, 25, 9, -20, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        },
    }
    
    monster casts ethereal knives text [1]
    IdMonsterCastsEtherealKnivesText
    FamilyMonsterCastsEtherealKnives
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster casts ethereal knives text Min: 1 Max: 1 Global
  • monster throws beartraps text [1]
    IdMonsterThrowsBeartrapsText
    FamilyMonsterThrowsBeartraps
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster throws beartraps text Min: 1 Max: 1 Global
  • トラップは投擲後+4秒間はダメージを受けることがない
    マインは投擲後+4秒間はダメージを受けることがない
    IdMonsterImplicitTrapsInvulnerable4Sec
    FamilyMonsterTrapsInvulnerable
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 4000 Max: 4000 Global
  • traps invulnerable for duration ms Min: 4000 Max: 4000 Global
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • kill traps mines and totems on death Min: 1 Max: 1 Global
  • パーペタス
    悪魔
    monster casts ethereal knives text [1]
    monster throws beartraps text [1]
    ドロップするアイテムの数量が1500%増加する
    ドロップするアイテムのレアリティが2000%増加する
    モンスターの付与する経験値が1000%増加する
    トラップは投擲後+4秒間はダメージを受けることがない
    マインは投擲後+4秒間はダメージを受けることがない
    kill traps mines and totems on death [1]
    Perpetus
    SpectreN
    Tagsキャスター, demon, extra_small_height, fast_movement, has_one_hand_sword, has_one_handed_melee, humanoid, light_armour, melee, not_int, not_str, physical_affinity, ranged, red_blood, slashing_weapon, undying
    ライフ
    80%
    回避力
    +25%
    Ailment Threshold
    80%
    耐性
    0 0 0 0
    Damage
    100%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    経験値
    200%
    Model Size
    138%
    Type
    UndyingBossDescent
    Metadata
    UndyingBossOutcastDescent
    レベル
    68
    ライフ
    5,147
    防具
    28,790
    回避力
    5,924
    エナジーシールド
    0
    Damage
    374
    スペルダメージ
    374
    命中
    290
    Attack Time
    1.65
    経験値
    20,510
    Ailment Threshold
    5,147
    Chill
    16
    Shock
    16
    Brittle
    92
    Scorch
    16
    Sap
    45
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 299–448
    クリティカル率: 5%
    Attack Time: 1.65 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    UndyingWhirlingBlades
    Attack, Melee, Movement, Travel
    ワーリングブレード
    Base Damage: 299–448
    クリティカル率: 5%
    Attack Time: 1.65 秒
    敵に向かって飛び込み、武器ダメージを与える。二刀流状態で両方の武器を使って攻撃した場合、両方のダメージを1回の攻撃で与える。使用するには短剣、鉤爪または片手剣を装備する必要がある。マルチストライクでサポートすることができない。
    ダメージが40%低下する
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    monster flurry [1]
    MonsterEtherealKnivesBossDescent
    Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
    イシリアルナイフ
    クリティカル率: 5%
    キャストタイム: 0.6 秒
    使用者の前方に、物理ダメージを与えるナイフを外側に向かって扇状に放つ。
    229.1から343.7の物理ダメージを与える
    キャストスピードが20%低下する
    追加の投射物を9個放つ
    base is projectile [1]
    MonsterBearTrapBossDescent
    Spell, Duration, Mineable, Trapped, Damage, Physical, Cooldown
    ベアトラップ
    クリティカル率: 5%
    追加ダメージ効率: 120%
    キャストタイム: 1 秒
    クールダウン時間: 5 秒
    単体の敵にダメージを与え、そのダメージ量に応じて、持続時間中敵の移動を封じるトラップを投げる。移動の阻止が終わったあともデバフは残り続け、敵の移動スピードを下げる。この効果は時間の経過とともに軽減する。デバフがなくなるまで敵はトラップとマインから受けるダメージが増加する。スペルダメージのモッドはこのスキルのダメージに影響しない。
    から157.4の物理ダメージを与える
    トラップの持続時間が+30秒される
    base skill is trapped [1]
    ignores trap and mine cooldown limit [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/UndyingBossOutcastDescent"] = {
        name = "Perpetus",
        life = 0.8,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "UndyingWhirlingBlades",
            "Melee",
            "MonsterBearTrapBossDescent",
            "MonsterEtherealKnivesBossDescent",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["UndyingWhirlingBlades"] = {
        name = "Whirling Blades",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.43,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "monster_flurry",
            "cast_time_overrides_attack_duration",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {-40, 1, levelRequirement = 0, 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["MonsterBearTrapBossDescent"] = {
        name = "Bear Trap",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a trap that damages and immobilises a single enemy for a duration based on how much damage was dealt. After the immobilise expires, a debuff remains on the enemy for a duration, lowering their movement speed by an amount which lessens over time. The affected enemy will take increased damage from traps and mines until the debuff expires. Modifiers to spell damage do not affect this skill's damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Mineable] = true,
            [SkillType.Trapped] = true,
            [SkillType.Damage] = true,
            [SkillType.Physical] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "secondary_minimum_base_physical_damage",
            "secondary_maximum_base_physical_damage",
            "base_trap_duration",
            "base_skill_is_trapped",
            "ignores_trap_and_mine_cooldown_limit",
            "is_trap",
        },
        levels = {
            [1] = {0, 0.69999998807907, 30000, critChance = 5, levelRequirement = 19, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterEtherealKnivesBossDescent"] = {
        name = "Ethereal Knives",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arc of knives outwards in front of the caster which deal physical damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.6,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "number_of_additional_projectiles",
            "active_skill_cast_speed_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 9, -20, critChance = 5, levelRequirement = 19, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster casts ethereal knives text [1]
    IdMonsterCastsEtherealKnivesText
    FamilyMonsterCastsEtherealKnives
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster casts ethereal knives text Min: 1 Max: 1 Global
  • monster throws beartraps text [1]
    IdMonsterThrowsBeartrapsText
    FamilyMonsterThrowsBeartraps
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster throws beartraps text Min: 1 Max: 1 Global
  • ドロップするアイテムの数量が1500%増加する
    ドロップするアイテムのレアリティが2000%増加する
    モンスターの付与する経験値が1000%増加する
    IdMonsterBossDescent
    FamilyMonsterDescentBoss
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 1000 Max: 1000 Global
  • monster dropped item rarity +% Min: 2000 Max: 2000 Global
  • monster dropped item quantity +% Min: 1500 Max: 1500 Global
  • トラップは投擲後+4秒間はダメージを受けることがない
    マインは投擲後+4秒間はダメージを受けることがない
    IdMonsterImplicitTrapsInvulnerable4Sec
    FamilyMonsterTrapsInvulnerable
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 4000 Max: 4000 Global
  • traps invulnerable for duration ms Min: 4000 Max: 4000 Global
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • kill traps mines and totems on death Min: 1 Max: 1 Global
  • Edit

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