死刑執行人ブラッドウィング
人型
エリア: 檻のマップ
モンスターの付与する経験値が100%増加する
monster dropped item rarity +% [15000]
アタックブロック率が30%
ブロックしたヒットからダメージの15%を受ける
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Executioner Bloodwing
SpectreN
Area檻のマップ
Tagsキャスター, flesh_armour, has_one_hand_sword, has_one_handed_melee, human, humanoid, large_height, medium_movement, melee, non_unique_map_boss, not_dex, not_int, physical_affinity, ranged, red_blood, slashing_weapon, summoner, templar
ライフ
400%
防具
+100%
Ailment Threshold
400%
耐性
40 40 40 25
Damage
125%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 13
Attack Time
1.98 Second
Damage Spread
±20%
経験値
200%
Model Size
100%
Type
BlackguardInquisitorBossMap
Metadata
BloodwingMapBoss
レベル
80
ライフ
5,624,459
防具
146,882
回避力
7,124
エナジーシールド
0
Damage
1,079
スペルダメージ
1,611
命中
462
Attack Time
1.3266
経験値
139,832
Ailment Threshold
2,699,740
Chill
8,537
Shock
8,537
Brittle
48,296
Scorch
8,537
Sap
23,585
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
通常攻撃
Base Damage: 1714–2571
クリティカル率: 5%
Attack Time: 1.98 秒
強力な一撃で敵を打ち倒す。
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]
BloodwingThrownShieldProjectileMap
Attack, RangedAttack, Projectile, ProjectilesFromUser, SingleMainProjectile, Physical
スペクトラルシールドスロー
Base Damage: 1714–2571
クリティカル率: 5%
Attack Time: 1.98 秒
クールダウン時間: 4 秒
盾の幽体のコピーを貫通しない投射物として投げ、盾の防御力に応じて付加されたオフハンドダメージを与える。何かと衝突すると砕け散り、全方向に多数の小さな破片を飛ばす。投射物を追加するモッドにより、盾のコピーの数ではなく破片の数が増加する。
投射物は全ての対象を貫通する
ダメージが15%低下する
base is projectile [1]
thrown shield num additional projectiles [5]
DoubleSlashBloodwingMap
Attack, Area, Multistrikeable, Melee, Physical
ラセレイト
Base Damage: 1714–2571
クリティカル率: 5%
アタックダメージ: 75%
Attack Time: 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/BloodwingMapBoss"] = {
    name = "Executioner Bloodwing",
    life = 4,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.25,
    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 = { }, },
    },
}
モンスターの付与する経験値が100%増加する
monster dropped item rarity +% [15000]
IdMonsterMapBoss
FamilyMonsterMapBoss
Domainsモンスター (3)
GenerationTypeユニーク (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • アタックブロック率が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
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • 死刑執行人ブラッドウィング
    人型
    モンスターの付与する経験値が100%増加する
    monster dropped item rarity +% [15000]
    アタックブロック率が30%
    ブロックしたヒットからダメージの15%を受ける
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Executioner Bloodwing
    SpectreN
    Tagsキャスター, 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
    ライフ
    400%
    防具
    +100%
    Ailment Threshold
    400%
    耐性
    40 40 40 25
    Damage
    125%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.98 Second
    Damage Spread
    ±20%
    経験値
    200%
    Model Size
    100%
    Type
    BlackguardInquisitorBossMap
    Metadata
    BloodwingMapBossStandalone
    レベル
    68
    ライフ
    557,385
    防具
    57,580
    回避力
    4,739
    エナジーシールド
    0
    Damage
    532
    スペルダメージ
    794
    命中
    290
    Attack Time
    1.3266
    経験値
    112,805
    Ailment Threshold
    351,153
    Chill
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 845–1267
    クリティカル率: 5%
    Attack Time: 1.98 秒
    強力な一撃で敵を打ち倒す。
    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]
    BloodwingThrownShieldProjectileMap
    Attack, RangedAttack, Projectile, ProjectilesFromUser, SingleMainProjectile, Physical
    スペクトラルシールドスロー
    Base Damage: 845–1267
    クリティカル率: 5%
    Attack Time: 1.98 秒
    クールダウン時間: 4 秒
    盾の幽体のコピーを貫通しない投射物として投げ、盾の防御力に応じて付加されたオフハンドダメージを与える。何かと衝突すると砕け散り、全方向に多数の小さな破片を飛ばす。投射物を追加するモッドにより、盾のコピーの数ではなく破片の数が増加する。
    投射物は全ての対象を貫通する
    ダメージが15%低下する
    base is projectile [1]
    thrown shield num additional projectiles [5]
    DoubleSlashBloodwingMap
    Attack, Area, Multistrikeable, Melee, Physical
    ラセレイト
    Base Damage: 845–1267
    クリティカル率: 5%
    アタックダメージ: 75%
    Attack Time: 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"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Transitionable
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BlackguardInquisitor/BlackguardInquisitor"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BlackguardInquisitor/BloodwingMapBossStandalone"] = {
        name = "Executioner Bloodwing",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.25,
        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 = { }, },
        },
    }
    
    モンスターの付与する経験値が100%増加する
    monster dropped item rarity +% [15000]
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • アタックブロック率が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
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • 死刑執行人ブラッドウィング
    人型
    モンスターの付与する経験値が100%増加する
    monster dropped item rarity +% [15000]
    アタックブロック率が30%
    ブロックしたヒットからダメージの15%を受ける
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Executioner Bloodwing
    SpectreN
    Tagselder_map_boss, flesh_armour, has_one_hand_sword, has_one_handed_melee, human, humanoid, large_height, medium_movement, non_attacking, not_dex, not_int, red_blood, slashing_weapon, templar
    ライフ
    400%
    防具
    +100%
    Ailment Threshold
    400%
    耐性
    40 40 40 25
    Damage
    125%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.98 Second
    Damage Spread
    ±20%
    経験値
    200%
    Model Size
    100%
    Type
    BlackguardInquisitorBossMap
    Metadata
    BloodwingMapBossElder

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_immune_vaal_lighting_warp = 1
    }
    
    Transitionable
    {
    	
    }
    
    Preload
    {
    	preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb"
    	preload_object = "Metadata/MiscellaneousObjects/ElderPortal"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target.epk );"
    	create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/entrance.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/absorb/absorb.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BlackguardInquisitor/BloodwingMapBossElder"] = {
        name = "Executioner Bloodwing",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.98,
        attackRange = 13,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
        },
        modList = {
        },
    }
    
    モンスターの付与する経験値が100%増加する
    monster dropped item rarity +% [15000]
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • アタックブロック率が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
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Edit

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