Executioner Bloodwing
Humanoid
Area: Cage Map
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
30% Chance to Block Attack Damage
You take 15% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
15000% increased Rarity of Items Dropped
30% Chance to Block Attack Damage
You take 15% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Spectre | N |
---|---|
Area | Cage Map |
Tags | caster, 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 |
Life
400%
Armour
+100%
Ailment Threshold
400%
Resistance
40
40
40
25
Damage
125%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 13
Attack Time
1.98 Second
Damage Spread
±20%
Experience
200%
Model Size
100%
Type
BlackguardInquisitorBossMap
Metadata
BloodwingMapBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
70
Life
728,502
Armour
33,714
Evasion
5,081
Energy Shield
0
Damage
600
Spell Damage
895
Accuracy
0
Attack Time
1.3266
Experience
117,920
Ailment Threshold
422,531
Chill
1,336
Shock
1,336
Brittle
7,559
Scorch
1,336
Sap
3,691
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 952–1429
Critical Strike Chance: 5%
Attack Time: 1.98 sec
Strike your foes down with a powerful blow.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
MassSummonBloodRavens
Spell, Minion, Duration, MinionsCanExplode, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CreatesMinion
Cast Time: 4.97 sec
Cooldown Time: 10 sec
Base duration is 4 seconds
75% reduced Damage taken
minion dies when parent dies [1]
number of blood ravens to summon [5]
summoned monsters are minions [1]
75% reduced Damage taken
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
Spectral Shield Throw
Base Damage: 952–1429
Critical Strike Chance: 5%
Attack Time: 1.98 sec
Cooldown Time: 4 sec
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.
Projectiles Pierce all Targets
Deals 15% less Damage
base is projectile [1]
thrown shield num additional projectiles [5]
Deals 15% less Damage
base is projectile [1]
thrown shield num additional projectiles [5]
DoubleSlashBloodwingMap
Attack, Area, Multistrikeable, Melee, Physical
Lacerate
Base Damage: 952–1429
Critical Strike Chance: 5%
Attack Damage: 75%
Attack Time: 1.98 sec
Cooldown Time: 4 sec
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.
Deals 25% less Attack Damage
active skill area of effect radius +% final [40]
is area damage [1]
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 = { }, }, }, }
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
30% Chance to Block Attack Damage
You take 15% of Damage from Blocked Hits
Id | MonsterAttackBlock30Bypass15 |
---|---|
Family | MonsterBlockAndBypass |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Executioner Bloodwing
Humanoid
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
30% Chance to Block Attack Damage
You take 15% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
15000% increased Rarity of Items Dropped
30% Chance to Block Attack Damage
You take 15% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Spectre | N |
---|---|
Tags | caster, 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 |
Life
400%
Armour
+100%
Ailment Threshold
400%
Resistance
40
40
40
25
Damage
125%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 13
Attack Time
1.98 Second
Damage Spread
±20%
Experience
200%
Model Size
100%
Type
BlackguardInquisitorBossMap
Metadata
BloodwingMapBossStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
557,385
Armour
28,790
Evasion
4,739
Energy Shield
0
Damage
532
Spell Damage
794
Accuracy
0
Attack Time
1.3266
Experience
112,805
Ailment Threshold
351,153
Chill
1,110
Shock
1,110
Brittle
6,282
Scorch
1,110
Sap
3,068
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 845–1267
Critical Strike Chance: 5%
Attack Time: 1.98 sec
Strike your foes down with a powerful blow.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
MassSummonBloodRavens
Spell, Minion, Duration, MinionsCanExplode, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CreatesMinion
Cast Time: 4.97 sec
Cooldown Time: 10 sec
Base duration is 4 seconds
75% reduced Damage taken
minion dies when parent dies [1]
number of blood ravens to summon [5]
summoned monsters are minions [1]
75% reduced Damage taken
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
Spectral Shield Throw
Base Damage: 845–1267
Critical Strike Chance: 5%
Attack Time: 1.98 sec
Cooldown Time: 4 sec
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.
Projectiles Pierce all Targets
Deals 15% less Damage
base is projectile [1]
thrown shield num additional projectiles [5]
Deals 15% less Damage
base is projectile [1]
thrown shield num additional projectiles [5]
DoubleSlashBloodwingMap
Attack, Area, Multistrikeable, Melee, Physical
Lacerate
Base Damage: 845–1267
Critical Strike Chance: 5%
Attack Damage: 75%
Attack Time: 1.98 sec
Cooldown Time: 4 sec
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.
Deals 25% less Attack Damage
active skill area of effect radius +% final [40]
is area damage [1]
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 = { }, }, }, }
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
30% Chance to Block Attack Damage
You take 15% of Damage from Blocked Hits
Id | MonsterAttackBlock30Bypass15 |
---|---|
Family | MonsterBlockAndBypass |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Executioner Bloodwing
Humanoid
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
30% Chance to Block Attack Damage
You take 15% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
15000% increased Rarity of Items Dropped
30% Chance to Block Attack Damage
You take 15% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Spectre | N |
---|---|
Tags | elder_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 |
Life
400%
Armour
+100%
Ailment Threshold
400%
Resistance
40
40
40
25
Damage
125%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 13
Attack Time
1.98 Second
Damage Spread
±20%
Experience
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 = { }, }
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
30% Chance to Block Attack Damage
You take 15% of Damage from Blocked Hits
Id | MonsterAttackBlock30Bypass15 |
---|---|
Family | MonsterBlockAndBypass |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.