沐血处刑者
人形
30% 攻击伤害格挡率
被格挡的击中对你造成 15% 伤害
Bloodsoaked Executioner
幽魂Y
地区没落圣所, 幽闭城塞, 上古堡垒, 憎恨之地, 灵祭塔庙
标签施法, flesh_armour, has_one_hand_sword, has_one_handed_melee, human, humanoid, large_height, medium_movement, melee, not_dex, not_int, physical_affinity, ranged, red_blood, slashing_weapon, standalone_map_boss, summoner, templar
Packs
  • 灵祭塔庙, 上古堡垒, 幽闭城塞, 憎恨之地, 没落圣所: 沐血处刑者, 神寺守卫
  • 生命
    390%
    护甲
    +100%
    异常状态临界值
    390%
    抗性
    40 40 40 25
    伤害
    120%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 13
    攻击间隔
    1.98 秒
    伤害分布
    ±20%
    经验值
    300%
    Model Size
    100%
    类型
    BlackguardInquisitorBossMapAtlasUber
    Metadata
    BloodwingMapBossStandaloneAtlasUber
    等级
    84
    生命
    137,651
    护甲
    199,668
    闪避值
    8,120
    能量护盾
    0
    伤害
    1,144
    法术伤害
    1,144
    命中
    538
    攻击间隔
    1.98
    经验值
    39,750
    异常状态临界值
    137,651
    冰缓
    435
    Shock
    435
    Brittle
    2,462
    Scorch
    435
    Sap
    1,203
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 915–1373
    攻击暴击率: 5%
    攻击间隔: 1.98 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MassSummonBloodRavens
    法术, 召唤物, 持续时间, 召唤物爆炸, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 火焰, 创造召唤物
    施放间隔: 4.97 秒
    冷却时间: 10 秒
    基础持续时间为 4
    受到的伤害降低 75%
    minion dies when parent dies [1]
    number of blood ravens to summon [5]
    summoned monsters are minions [1]
    BloodwingThrownShieldProjectileMap
    攻击, 范围攻击, 投射物, 玩家投射物, SingleMainProjectile, 物理
    灵盾投掷
    基本伤害: 915–1373
    攻击暴击率: 5%
    攻击间隔: 1.98 秒
    冷却时间: 4 秒
    使用念能力复制副手上的盾并且掷出,根据盾的防御属性造成副手伤害。该投射物无法穿透敌人,当击中敌人时,该投射物会碎裂,制造出射向各方的小的碎片投射物。影响投射物数量的词缀会增加碎片的数量,但不会增加投掷盾的数量。
    投射物贯穿所有目标
    伤害总降 15%
    base is projectile [1]
    thrown shield num additional projectiles [5]
    DoubleSlashBloodwingMap
    攻击, 范围, 攻击可重复, 近战, 物理
    破空斩
    基本伤害: 915–1373
    攻击暴击率: 5%
    攻击伤害: 75%
    攻击间隔: 1.98 秒
    冷却时间: 4 秒
    挥斩两次,释放出对敌人造成伤害的冲击波。在挥斩中间的敌人会被击中两次。挥斩在血姿态下有一定几率施加流血效果,在沙姿态下拥有更宽的角度。限定斧类和剑类。默认为血姿态。
    攻击伤害总降 25%
    active skill area of effect radius +% final [40]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/BlackguardInquisitor/BlackguardInquisitor"
    
    Transitionable
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BlackguardInquisitor/BlackguardInquisitor"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BlackguardInquisitor/BloodwingMapBossStandaloneAtlasUber"] = {
        name = "Bloodsoaked Executioner",
        life = 3.9,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.98,
        attackRange = 13,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "DoubleSlashBloodwingMap",
            "MassSummonBloodRavens",
            "BloodwingThrownShieldProjectileMap",
        },
        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["DoubleSlashBloodwingMap"] = {
        name = "Lacerate",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Slashes twice, releasing waves of force that damage enemies they hit. Enemies in the middle of the slashes can be hit by both. The slashes will have a chance to inflict bleeding in Blood Stance, or have a wider angle in Sand Stance. Can be used with Axes and Swords. You are in Blood Stance by default.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {40, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MassSummonBloodRavens"] = {
        name = "MassSummonBloodRavens",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Minion] = true,
            [SkillType.Duration] = true,
            [SkillType.MinionsCanExplode] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CreatesMinion] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4.97,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_blood_ravens_to_summon",
            "base_skill_effect_duration",
            "base_damage_taken_+%",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_dies",
        },
        levels = {
            [1] = {5, 4000, -75, levelRequirement = 40, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BloodwingThrownShieldProjectileMap"] = {
        name = "Spectral Shield Throw",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a spectral copy of your shield as a projectile which cannot pierce, and deals off-hand damage augmented by the defences of the shield. When it collides with something it will shatter, launching a number of smaller shards as projectiles in all directions. Modifiers that cause additional projectiles to be fired will add more shards, not more copies of the shield.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.SingleMainProjectile] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "thrown_shield_num_additional_projectiles",
            "active_skill_damage_+%_final",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {5, -15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    30% 攻击伤害格挡率
    被格挡的击中对你造成 15% 伤害
    IdMonsterAttackBlock30Bypass15
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster base block % Min: 30 Max: 30 全域
  • base block % damage taken Min: 15 Max: 15 全域
  • Craft Tagsblock
    Edit

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