司法官カスティカス
人型
アタックブロック率が30%
ブロックしたヒットからダメージの15%を受ける
Justicar Casticus
SpectreN
Area奴隷管理区画
Tagsキャスター, 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%
Ailment Threshold
400%
耐性
42 42 42 0
Damage
125%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 13
Attack Time
1.47 Second
Damage Spread
±20%
経験値
125%
Model Size
100%
Type
BlackguardInquisitorBoss
Metadata
Bloodwing
レベル
41
ライフ
4,168
アーマー
6,140
回避力
1,669
エナジーシールド
0
Damage
111
スペルダメージ
111
命中
96
Attack Time
1.47
経験値
4,496
Ailment Threshold
4,168
Chill
13
Shock
13
Brittle
75
Scorch
13
Sap
36
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
通常攻撃
Base Damage: 89–134
クリティカル率: 5%
Attack Time: 1.47 秒
強力な一撃で敵を打ち倒す。
skill can fire arrows [1]
skill can fire wand projectiles [1]
MassSummonBloodRavens
Spell, Minion, Duration, MinionsCanExplode, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CreatesMinion
キャストタイム: 4.97 秒
クールダウン時間: 10 秒
基礎持続時間は4
受けるダメージが75%減少する
minion dies when parent dies [1]
number of blood ravens to summon [5]
summoned monsters are minions [1]
BloodwingThrownShieldProjectile
Attack, RangedAttack, Projectile, ProjectilesFromUser, SingleMainProjectile, Physical
スペクトラルシールドスロー
Base Damage: 89–134
クリティカル率: 5%
Attack Time: 1.47 秒
クールダウン時間: 4 秒
盾の幽体のコピーを貫通しない投射物として投げ、盾の防御力に応じて付加されたオフハンドダメージを与える。何かと衝突すると砕け散り、全方向に多数の小さな破片を飛ばす。投射物を追加するモッドにより、盾のコピーの数ではなく破片の数が増加する。
投射物は全ての対象を貫通する
base is projectile [1]
thrown shield num additional projectiles [5]
DoubleSlashBloodwing
Attack, Area, Multistrikeable, Melee, Physical
ラセレイト
Base Damage: 89–134
クリティカル率: 5%
Attack Time: 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 Global
  • base block % damage taken Min: 15 Max: 15 Global
  • Craft Tagsblock
    司法官カスティカス
    人型
    アタックブロック率が30%
    ブロックしたヒットからダメージの15%を受ける
    Justicar Casticus
    SpectreN
    Tagsキャスター, 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%
    Ailment Threshold
    400%
    耐性
    42 42 42 0
    Damage
    125%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.47 Second
    Damage Spread
    ±20%
    経験値
    125%
    Model Size
    100%
    Type
    BlackguardInquisitorBoss
    Metadata
    BloodwingStandalone
    レベル
    68
    ライフ
    25,733
    アーマー
    57,580
    回避力
    4,739
    エナジーシールド
    0
    Damage
    467
    スペルダメージ
    467
    命中
    290
    Attack Time
    1.47
    経験値
    12,819
    Ailment Threshold
    25,733
    Chill
    81
    Shock
    81
    Brittle
    460
    Scorch
    81
    Sap
    225
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 374–560
    クリティカル率: 5%
    Attack Time: 1.47 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MassSummonBloodRavens
    Spell, Minion, Duration, MinionsCanExplode, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CreatesMinion
    キャストタイム: 4.97 秒
    クールダウン時間: 10 秒
    基礎持続時間は4
    受けるダメージが75%減少する
    minion dies when parent dies [1]
    number of blood ravens to summon [5]
    summoned monsters are minions [1]
    BloodwingThrownShieldProjectile
    Attack, RangedAttack, Projectile, ProjectilesFromUser, SingleMainProjectile, Physical
    スペクトラルシールドスロー
    Base Damage: 374–560
    クリティカル率: 5%
    Attack Time: 1.47 秒
    クールダウン時間: 4 秒
    盾の幽体のコピーを貫通しない投射物として投げ、盾の防御力に応じて付加されたオフハンドダメージを与える。何かと衝突すると砕け散り、全方向に多数の小さな破片を飛ばす。投射物を追加するモッドにより、盾のコピーの数ではなく破片の数が増加する。
    投射物は全ての対象を貫通する
    base is projectile [1]
    thrown shield num additional projectiles [5]
    DoubleSlashBloodwing
    Attack, Area, Multistrikeable, Melee, Physical
    ラセレイト
    Base Damage: 374–560
    クリティカル率: 5%
    Attack Time: 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 Global
  • base block % damage taken Min: 15 Max: 15 Global
  • Craft Tagsblock
    司法官カスティカス Topic /4 ⍟
    NPC名前
    ラニありがとう。あなたがカスティカスを殺してくれたことで私達にも勝ち目が出てきたわ。

    あいつの目のことだけど...あんなことをさせてごめんなさい。ウトゥーラのやり方は残酷に思うかもしれないけれど、カルイの男たちがオリアスの女性を一瞬長く見つめすぎただけで熱した火かき棒で目を潰されているのを見たことがあるわ。これは戦争と...少しばかりの復讐なのよ。
    ヴァイレンタカスティカス司法官を責めることはできません。心も魂も法を守ることに捧げたというだけのこと。勿論、法と正義は同じものではありませんが、カスティカスのような者はその違いを理解するに足る想像力を持ちません。
    ウトゥーラ自由を買い取るのに必要な通貨は血だけじゃない。どれだけテンプラーの雑種共を殺しても、奴らの砦であるテンプラーの裁判所に入り込めなきゃ何の意味もない。それができないなら血に塗れた枷を自分から着け直してもいいくらいだ!

    問題は、あの場所は何らかの術に守られてるってことだ。「信仰深き目を持って真実を見る」者だけが入れるそうだ。イノセンスの力...目が大事だってことだ。

    だが聖なるキタヴァは俺の祈りに応え、必要な目を届けてくれた。どこまでも信仰深いカスティカス司法官だ。奴は今奴隷管理区画にて独善的な怒りで俺の仲間を殺しまくっている所だ。

    奴を見つけ、奴の信仰深い目を取ってこい。そうすれば司法官はお前がテンプラーの裁判所へ侵入するのを親切にも「お目こぼし」してくれるだろうよ。
    ウトゥーラハッ!カスティカス司法官の「目を覚まさせて」やったか!そうなったのがあいつで良かったよ。だがお前に更にチャーミングな奴を紹介したいと思う。テンプラーの裁判所の奥、イノセンスの間にいて、きっととてもお前に会いたがっている。

    ハイテンプラーのアヴァリウスのことだ。目玉までイノセンスが詰まっていてどこまでが人間でどこからが神なのかがわからなくなってしまっているが。だがそれは良いことだ。奴を殺せば神をも殺せる。

    そして神無きテンプラーは屠殺場の羊だ。
    Edit

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