审判长卡斯提克斯
人形
区域: 控制区
30% 攻击伤害格挡率
被格挡的击中对你造成 15% 伤害
Justicar Casticus
幽魂N
地区控制区
标签施法, flesh_armour, has_one_hand_sword, has_one_handed_melee, human, humanoid, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, ranged, red_blood, slashing_weapon, summoner, templar
生命
400%
护甲
+100%
异常状态临界值
400%
抗性
42 42 42 0
伤害
125%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 13
攻击间隔
1.47 秒
伤害分布
±20%
经验值
125%
Model Size
100%
类型
BlackguardInquisitorBoss
Metadata
Bloodwing
等级
41
生命
4,168
护甲
6,140
闪避值
1,669
能量护盾
0
伤害
111
法术伤害
111
命中
96
攻击间隔
1.47
经验值
4,496
异常状态临界值
4,168
冰缓
13
Shock
13
Brittle
75
Scorch
13
Sap
36
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 89–134
攻击暴击率: 5%
攻击间隔: 1.47 秒
对你的敌人无情痛击。
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]
BloodwingThrownShieldProjectile
攻击, 范围攻击, 投射物, 玩家投射物, SingleMainProjectile, 物理
灵盾投掷
基本伤害: 89–134
攻击暴击率: 5%
攻击间隔: 1.47 秒
冷却时间: 4 秒
使用念能力复制副手上的盾并且掷出,根据盾的防御属性造成副手伤害。该投射物无法穿透敌人,当击中敌人时,该投射物会碎裂,制造出射向各方的小的碎片投射物。影响投射物数量的词缀会增加碎片的数量,但不会增加投掷盾的数量。
投射物贯穿所有目标
base is projectile [1]
thrown shield num additional projectiles [5]
DoubleSlashBloodwing
攻击, 范围, 攻击可重复, 近战, 物理
破空斩
基本伤害: 89–134
攻击暴击率: 5%
攻击间隔: 1.47 秒
冷却时间: 4 秒
挥斩两次,释放出对敌人造成伤害的冲击波。在挥斩中间的敌人会被击中两次。挥斩在血姿态下有一定几率施加流血效果,在沙姿态下拥有更宽的角度。限定斧类和剑类。默认为血姿态。
active skill area of effect radius +% final [40]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/BlackguardInquisitor/BlackguardInquisitor"

Object Type Codes

version 2
extends "Metadata/Monsters/BlackguardInquisitor/BlackguardInquisitor"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/BlackguardInquisitor/Bloodwing"] = {
    name = "Justicar Casticus",
    life = 4,
    fireResist = 42,
    coldResist = 42,
    lightningResist = 42,
    chaosResist = 0,
    damage = 1.25,
    damageSpread = 0.2,
    attackTime = 1.47,
    attackRange = 13,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    weaponType2 = "Shield",
    skillList = {
        "Melee",
        "DoubleSlashBloodwing",
        "MassSummonBloodRavens",
        "BloodwingThrownShieldProjectile",
    },
    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["DoubleSlashBloodwing"] = {
    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, 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["BloodwingThrownShieldProjectile"] = {
    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",
        "base_is_projectile",
        "always_pierce",
    },
    levels = {
        [1] = {5, 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
    审判长卡斯提克斯
    人形
    30% 攻击伤害格挡率
    被格挡的击中对你造成 15% 伤害
    Justicar Casticus
    幽魂N
    标签施法, flesh_armour, has_one_hand_sword, has_one_handed_melee, human, humanoid, medium_movement, melee, not_dex, not_int, physical_affinity, ranged, red_blood, slashing_weapon, summoner, templar
    生命
    400%
    护甲
    +100%
    异常状态临界值
    400%
    抗性
    42 42 42 0
    伤害
    125%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 13
    攻击间隔
    1.47 秒
    伤害分布
    ±20%
    经验值
    125%
    Model Size
    100%
    类型
    BlackguardInquisitorBoss
    Metadata
    BloodwingStandalone
    等级
    68
    生命
    25,733
    护甲
    57,580
    闪避值
    4,739
    能量护盾
    0
    伤害
    467
    法术伤害
    467
    命中
    290
    攻击间隔
    1.47
    经验值
    12,819
    异常状态临界值
    25,733
    冰缓
    81
    Shock
    81
    Brittle
    460
    Scorch
    81
    Sap
    225
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 374–560
    攻击暴击率: 5%
    攻击间隔: 1.47 秒
    对你的敌人无情痛击。
    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]
    BloodwingThrownShieldProjectile
    攻击, 范围攻击, 投射物, 玩家投射物, SingleMainProjectile, 物理
    灵盾投掷
    基本伤害: 374–560
    攻击暴击率: 5%
    攻击间隔: 1.47 秒
    冷却时间: 4 秒
    使用念能力复制副手上的盾并且掷出,根据盾的防御属性造成副手伤害。该投射物无法穿透敌人,当击中敌人时,该投射物会碎裂,制造出射向各方的小的碎片投射物。影响投射物数量的词缀会增加碎片的数量,但不会增加投掷盾的数量。
    投射物贯穿所有目标
    base is projectile [1]
    thrown shield num additional projectiles [5]
    DoubleSlashBloodwing
    攻击, 范围, 攻击可重复, 近战, 物理
    破空斩
    基本伤害: 374–560
    攻击暴击率: 5%
    攻击间隔: 1.47 秒
    冷却时间: 4 秒
    挥斩两次,释放出对敌人造成伤害的冲击波。在挥斩中间的敌人会被击中两次。挥斩在血姿态下有一定几率施加流血效果,在沙姿态下拥有更宽的角度。限定斧类和剑类。默认为血姿态。
    active skill area of effect radius +% final [40]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/BlackguardInquisitor/BlackguardInquisitor"
    extends "Metadata/Monsters/StandaloneMonster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BlackguardInquisitor/BlackguardInquisitor"
    extends "Metadata/Monsters/StandaloneMonster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BlackguardInquisitor/BloodwingStandalone"] = {
        name = "Justicar Casticus",
        life = 4,
        fireResist = 42,
        coldResist = 42,
        lightningResist = 42,
        chaosResist = 0,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.47,
        attackRange = 13,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "DoubleSlashBloodwing",
            "MassSummonBloodRavens",
            "BloodwingThrownShieldProjectile",
        },
        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["DoubleSlashBloodwing"] = {
        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, 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["BloodwingThrownShieldProjectile"] = {
        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",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {5, 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
    审判长卡斯提克斯 Topic /4
    NPC名字
    拉尼谢谢,你杀掉了卡斯提克斯,让我们看到了胜利的希望.

    至于他的双眼……很抱歉让你这么做,尽管尤图拉的办法多少有些残忍,但我以前还见到过卡鲁男人因为盯着一个奥瑞亚女人看了那么一小会儿,就被一根滚烫的铁棍戳瞎了.没错,这是战争……不过这个例子多少也有点女人的报复心理.

    这个给你,是我们为你准备的谢礼.
    薇伦塔我没法怪罪审判长卡斯提克斯.他是个全身心捍卫圣堂教律的人.当然,教律和正义不能相提并论,但像卡斯提克斯这样古板的人,怎么可能会明白这点.
    尤图拉赢得自由的代价可不只是鲜血.就算我们杀光外面巡逻的圣堂武僧.只要没进到他们的圣堂高庭,没有攻陷他们最后的精神堡垒就没有任何意义.还不如戴回那该死的枷锁!

    问题是,那地方似乎加持了某种巫术.只有'拥有虔诚之眼,能看到真实'的人才能进去……你懂了吧,是一种障眼法.

    然而,万能的奇塔弗回应了我的祈祷,为我们带来了这么一双眼睛——虔诚的审判长卡斯提克斯的眼睛.他现在正在控制区里惩戒我的同胞呢.

    找到他,把他那双虔诚的双眼挖出来.这双眼睛会带领我们走进圣堂高庭!
    尤图拉击败卡斯提克斯是个好开端.但他不过是荆棘丛中的一根刺.我们需要把圣堂教团这片荆棘丛从根源上消灭掉.

    而根源在哪? 就在圣堂高庭深处的纯净圣殿里.那些疯子是从他们神明的雕像中汲取力量的,那个与他们一样疯狂的纯净之神的丑陋塑像正是他们的力量之源.

    摧毁那座雕像,圣堂武僧就会像待宰的羊羔一样毫无反抗能力了.
    Edit

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