沉沦者·穆希尔斯
构造体
区域: 市集地带
monster base type attack cast speed +% and damage -% final [33]
20% 攻击伤害格挡率
被格挡的击中对你造成 10% 伤害
Marceus the Defaced
幽魂N
地区市集地带
标签施法, construct, has_one_handed_melee, has_thrusting_one_hand_sword, humanoid, large_height, lightning_affinity, melee, mud_blood, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, slow_movement, stone_armour, stone_construct
生命
300%
护甲
+100%
异常状态临界值
300%
抗性
0 0 0 0
伤害
135%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 17
攻击间隔
1.875 秒
伤害分布
±20%
经验值
30%
Model Size
100%
类型
StatueBossMarketplace
Metadata
StoneStatueLargeBossMale
等级
26
生命
1,023
护甲
1,512
闪避值
804
能量护盾
0
伤害
49
法术伤害
49
命中
49
攻击间隔
1.875
经验值
398
异常状态临界值
1,023
冰缓
3
Shock
3
Brittle
18
Scorch
3
Sap
9
MonsterLightningStrike
攻击, 范围攻击, 投射物, 近战单一目标, 攻击可重复, 近战, 闪电, ProjectilesNotFromUser
闪电打击
基本伤害: 39–59
攻击暴击率: 5%
攻击间隔: 1.875 秒
凝聚闪电之力,将近战武器的部分物理伤害转化为闪电伤害重击敌人。充盈的闪电之力在击中后会穿透并分裂成数道投射物,袭击更远处的敌人。若该近战攻击没有失手,则后续的闪电投射物无法被躲避。
50% 物理伤害转换为闪电伤害
攻击伤害总增 30%
伤害总增 20%
额外发射 2 个投射物
物理伤害提高 7%
show number of projectiles [1]
total projectile spread angle override [70]
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 39–59
攻击暴击率: 5%
攻击间隔: 1.875 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
MonsterTempestShield
法术, 伤害, RequiresShield, 图腾施放单独, 闪电, 连锁, 增益, 消耗保留, 冷却, 图腾技能, 立即, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse
暴风之盾
攻击暴击率: 6%
施放间隔: 0.5 秒
冷却时间: 9 秒
以暴风之力强化你的盾牌,使你格挡时对攻击你的敌人造成闪电伤害。
造成 39.55 - 59.32 闪电伤害
基础持续时间为 3.5
连锁弹射 +1
持盾牌时攻击伤害格挡几率 +75%
base skill show average damage instead of dps [1]
skill can add multiple charges per action [1]

Object Type

version 2
extends "Metadata/Monsters/Statue/StatueLarge"

Object Type Codes

version 2
extends "Metadata/Monsters/Statue/StatueLarge"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Statue/StoneStatueLargeBossMale"] = {
    name = "Marceus the Defaced",
    life = 3,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.35,
    damageSpread = 0.2,
    attackTime = 1.875,
    attackRange = 17,
    accuracy = 1,
    weaponType1 = "Thrusting One Hand Sword",
    weaponType2 = "Shield",
    skillList = {
        "Melee",
        "MonsterLightningStrike",
        "MonsterTempestShield",
    },
    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["MonsterLightningStrike"] = {
    name = "Lightning Strike",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Infuses your melee weapon with electrical energies as you swing. In addition to converting some of your physical damage to lightning damage, the stored energy is released from the weapon as projectiles as you strike, flying out to hit farther-away enemies. The projectiles cannot miss if the melee attack hit a target.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Lightning] = true,
        [SkillType.ProjectilesNotFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "physical_damage_+%",
        "skill_physical_damage_%_to_convert_to_lightning",
        "active_skill_attack_damage_+%_final",
        "number_of_additional_projectiles",
        "active_skill_damage_+%_final",
        "total_projectile_spread_angle_override",
        "show_number_of_projectiles",
    },
    levels = {
        [1] = {7, 50, 30, 2, 20, 70, levelRequirement = 4, statInterpolation = {1},  cost = { }, },
        [2] = {14, 50, 30, 2, 20, 70, levelRequirement = 34, statInterpolation = {1},  cost = { }, },
        [3] = {21, 50, 30, 2, 20, 70, levelRequirement = 59, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterTempestShield"] = {
    name = "Tempest Shield",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Enchants your shield with the power of storms, which lashes out to deal arcing lightning damage to attackers when you block them.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.RequiresShield] = true,
        [SkillType.TotemCastsAlone] = true,
        [SkillType.Lightning] = true,
        [SkillType.Chains] = true,
        [SkillType.Buff] = true,
        [SkillType.HasReservation] = true,
        [SkillType.Cooldown] = true,
        [SkillType.Totemable] = true,
        [SkillType.Instant] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
    },
    statDescriptionScope = "buff_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "shield_block_%",
        "number_of_chains",
        "base_skill_effect_duration",
        "skill_can_add_multiple_charges_per_action",
        "base_skill_show_average_damage_instead_of_dps",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 75, 1, 3500, critChance = 6, levelRequirement = 26, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster base type attack cast speed +% and damage -% final [33]
IdMonsterSpeedAndDamageFixupComplete
FamilyMonsterSpeedAndDamageFixup
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 全域
  • Craft Tagscaster_damage damage attack caster speed
    20% 攻击伤害格挡率
    被格挡的击中对你造成 10% 伤害
    IdMonsterAttackBlock40Bypass10_
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    沉沦者.穆希尔斯
    构造体
    monster base type attack cast speed +% and damage -% final [33]
    20% 攻击伤害格挡率
    被格挡的击中对你造成 10% 伤害
    Marceus the Defaced
    幽魂N
    标签施法, construct, has_one_handed_melee, has_thrusting_one_hand_sword, humanoid, lightning_affinity, melee, mud_blood, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, slow_movement, stone_armour, stone_construct
    生命
    300%
    护甲
    +100%
    异常状态临界值
    300%
    抗性
    0 0 0 0
    伤害
    135%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 17
    攻击间隔
    1.875 秒
    伤害分布
    ±20%
    经验值
    30%
    Model Size
    100%
    类型
    StatueBossMarketplace
    Metadata
    StoneStatueLargeBossMaleStandalone
    等级
    68
    生命
    19,300
    护甲
    57,580
    闪避值
    4,739
    能量护盾
    0
    伤害
    504
    法术伤害
    504
    命中
    290
    攻击间隔
    1.875
    经验值
    3,077
    异常状态临界值
    19,300
    冰缓
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    MonsterLightningStrike
    攻击, 范围攻击, 投射物, 近战单一目标, 攻击可重复, 近战, 闪电, ProjectilesNotFromUser
    闪电打击
    基本伤害: 403–605
    攻击暴击率: 5%
    攻击间隔: 1.875 秒
    凝聚闪电之力,将近战武器的部分物理伤害转化为闪电伤害重击敌人。充盈的闪电之力在击中后会穿透并分裂成数道投射物,袭击更远处的敌人。若该近战攻击没有失手,则后续的闪电投射物无法被躲避。
    50% 物理伤害转换为闪电伤害
    攻击伤害总增 30%
    伤害总增 20%
    额外发射 2 个投射物
    物理伤害提高 21%
    show number of projectiles [1]
    total projectile spread angle override [70]
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 403–605
    攻击暴击率: 5%
    攻击间隔: 1.875 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MonsterTempestShield
    法术, 伤害, RequiresShield, 图腾施放单独, 闪电, 连锁, 增益, 消耗保留, 冷却, 图腾技能, 立即, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse
    暴风之盾
    攻击暴击率: 6%
    施放间隔: 0.5 秒
    冷却时间: 9 秒
    以暴风之力强化你的盾牌,使你格挡时对攻击你的敌人造成闪电伤害。
    造成 90.86 - 136.3 闪电伤害
    基础持续时间为 3.5
    连锁弹射 +1
    持盾牌时攻击伤害格挡几率 +75%
    base skill show average damage instead of dps [1]
    skill can add multiple charges per action [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Statue/StatueLarge"
    extends "Metadata/Monsters/StandaloneMonster"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Statue/StatueLarge"
    extends "Metadata/Monsters/StandaloneMonster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Statue/StoneStatueLargeBossMaleStandalone"] = {
        name = "Marceus the Defaced",
        life = 3,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.35,
        damageSpread = 0.2,
        attackTime = 1.875,
        attackRange = 17,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "MonsterLightningStrike",
            "MonsterTempestShield",
        },
        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["MonsterLightningStrike"] = {
        name = "Lightning Strike",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Infuses your melee weapon with electrical energies as you swing. In addition to converting some of your physical damage to lightning damage, the stored energy is released from the weapon as projectiles as you strike, flying out to hit farther-away enemies. The projectiles cannot miss if the melee attack hit a target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Lightning] = true,
            [SkillType.ProjectilesNotFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_lightning",
            "active_skill_attack_damage_+%_final",
            "number_of_additional_projectiles",
            "active_skill_damage_+%_final",
            "total_projectile_spread_angle_override",
            "show_number_of_projectiles",
        },
        levels = {
            [1] = {7, 50, 30, 2, 20, 70, levelRequirement = 4, statInterpolation = {1},  cost = { }, },
            [2] = {14, 50, 30, 2, 20, 70, levelRequirement = 34, statInterpolation = {1},  cost = { }, },
            [3] = {21, 50, 30, 2, 20, 70, levelRequirement = 59, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterTempestShield"] = {
        name = "Tempest Shield",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Enchants your shield with the power of storms, which lashes out to deal arcing lightning damage to attackers when you block them.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.RequiresShield] = true,
            [SkillType.TotemCastsAlone] = true,
            [SkillType.Lightning] = true,
            [SkillType.Chains] = true,
            [SkillType.Buff] = true,
            [SkillType.HasReservation] = true,
            [SkillType.Cooldown] = true,
            [SkillType.Totemable] = true,
            [SkillType.Instant] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "shield_block_%",
            "number_of_chains",
            "base_skill_effect_duration",
            "skill_can_add_multiple_charges_per_action",
            "base_skill_show_average_damage_instead_of_dps",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 75, 1, 3500, critChance = 6, levelRequirement = 26, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [33]
    IdMonsterSpeedAndDamageFixupComplete
    FamilyMonsterSpeedAndDamageFixup
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 全域
  • Craft Tagscaster_damage damage attack caster speed
    20% 攻击伤害格挡率
    被格挡的击中对你造成 10% 伤害
    IdMonsterAttackBlock40Bypass10_
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    Edit

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