The Reaver
Demon
Area: Ramparts Map
monster casts ethereal knives text [1]
monster throws beartraps text [1]
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
Traps cannot be Damaged for +4 seconds after being Thrown
Mines cannot be Damaged for +4 seconds after being thrown
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster throws beartraps text [1]
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
Traps cannot be Damaged for +4 seconds after being Thrown
Mines cannot be Damaged for +4 seconds after being thrown
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Spectre | N |
---|---|
Area | Ramparts Map |
Tags | caster, demon, extra_small_height, fast_movement, has_one_hand_sword, has_one_handed_melee, humanoid, light_armour, melee, non_unique_map_boss, not_int, not_str, physical_affinity, ranged, red_blood, slashing_weapon, undying |
Life
399%
Evasion
+25%
Ailment Threshold
399%
Resistance
40 40 40 25
Damage
140%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 7
Attack Time
1.65 Second
Damage Spread
±20%
Experience
140%
Model Size
138%
Type
UndyingMapBoss
Metadata
MapUndyingBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
75
Life
2,027,998
Armour
49,865
Evasion
7,536
Energy Shield
0
Damage
904
Spell Damage
1,349
Accuracy
381
Attack Time
1.1055
Experience
90,891
Ailment Threshold
1,054,559
Chill
3,335
Shock
3,335
Brittle
18,865
Scorch
3,335
Sap
9,213
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: 1435–2152
Critical Strike Chance: 5%
Attack Time: 1.65 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]
UndyingWhirlingBlades
Attack, Melee, Movement, Travel
Whirling Blades
Base Damage: 1435–2152
Critical Strike Chance: 5%
Attack Time: 1.65 sec
Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords.
Deals 40% less Damage
cast time overrides attack duration [1]
ignores proximity shield [1]
monster flurry [1]
cast time overrides attack duration [1]
ignores proximity shield [1]
monster flurry [1]
MonsterEtherealKnives
Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
Ethereal Knives
Critical Strike Chance: 5%
Cast Time: 0.6 sec
Fires an arc of knives outwards in front of the caster which deal physical damage.
Deals 656.2 to 984.4 Physical Damage
20% less Cast Speed
Fires 9 additional Projectiles
25% increased Projectile Speed
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-25]
20% less Cast Speed
Fires 9 additional Projectiles
25% increased Projectile Speed
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-25]
MonsterBearTrapMapBoss
Spell, Duration, Mineable, Trapped, Damage, Physical, Cooldown
Bear Trap
Critical Strike Chance: 5%
Effectiveness of Added Damage: 150%
Cast Time: 1 sec
Cooldown Time: 8 sec
Throws a trap that damages and immobilises a single enemy for a duration based on how much damage was dealt. After the immobilise expires, a debuff remains on the enemy for a duration, lowering their movement speed by an amount which lessens over time. The affected enemy will take increased damage from traps and mines until the debuff expires. Modifiers to spell damage do not affect this skill's damage.
Deals to 694.1 Physical Damage
Trap lasts +30 seconds
base skill is trapped [1]
ignores trap and mine cooldown limit [1]
trap variation [12]
Trap lasts +30 seconds
base skill is trapped [1]
ignores trap and mine cooldown limit [1]
trap variation [12]
Object Type
version 2 extends "Metadata/Monsters/Undying/Undying"
Object Type Codes
version 2 extends "Metadata/Monsters/Undying/Undying"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Undying/MapUndyingBoss"] = { name = "The Reaver", life = 3.99, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.4, damageSpread = 0.2, attackTime = 1.65, attackRange = 7, accuracy = 1, skillList = { "UndyingWhirlingBlades", "Melee", "MonsterBearTrapMapBoss", "MonsterEtherealKnives", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["UndyingWhirlingBlades"] = { name = "Whirling Blades", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.43, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "monster_flurry", "cast_time_overrides_attack_duration", "ignores_proximity_shield", }, levels = { [1] = {-40, 1, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- 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["MonsterBearTrapMapBoss"] = { name = "Bear Trap", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a trap that damages and immobilises a single enemy for a duration based on how much damage was dealt. After the immobilise expires, a debuff remains on the enemy for a duration, lowering their movement speed by an amount which lessens over time. The affected enemy will take increased damage from traps and mines until the debuff expires. Modifiers to spell damage do not affect this skill's damage.", skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Mineable] = true, [SkillType.Trapped] = true, [SkillType.Damage] = true, [SkillType.Physical] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "secondary_minimum_base_physical_damage", "secondary_maximum_base_physical_damage", "trap_variation", "base_trap_duration", "base_skill_is_trapped", "is_trap", "ignores_trap_and_mine_cooldown_limit", }, levels = { [1] = {0, 1, 12, 30000, critChance = 5, levelRequirement = 15, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterEtherealKnives"] = { name = "Ethereal Knives", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arc of knives outwards in front of the caster which deal physical damage.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.CanRapidFire] = true, [SkillType.Physical] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.6, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "number_of_additional_projectiles", "active_skill_cast_speed_+%_final", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 0, 9, -20, critChance = 5, levelRequirement = 17, statInterpolation = {3, 3, 1}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, -25, 0, 9, -20, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, -25, 25, 9, -20, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1}, cost = { }, }, }, }
monster casts ethereal knives text [1]
Id | MonsterCastsEtherealKnivesText |
---|---|
Family | MonsterCastsEtherealKnives |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
monster throws beartraps text [1]
Id | MonsterThrowsBeartrapsText |
---|---|
Family | MonsterThrowsBeartraps |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
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 |
Traps cannot be Damaged for +4 seconds after being Thrown
Mines cannot be Damaged for +4 seconds after being thrown
Id | MonsterImplicitTrapsInvulnerable4Sec |
---|---|
Family | MonsterTrapsInvulnerable |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
kill traps mines and totems on death [1]
Id | MonsterKillTrapsMinesTotemsOnDeath |
---|---|
Family | MonsterKillTrapsMinesTotemsOnDeath |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
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 |
The Reaver
Demon
monster casts ethereal knives text [1]
monster throws beartraps text [1]
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
Traps cannot be Damaged for +4 seconds after being Thrown
Mines cannot be Damaged for +4 seconds after being thrown
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster throws beartraps text [1]
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
Traps cannot be Damaged for +4 seconds after being Thrown
Mines cannot be Damaged for +4 seconds after being thrown
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Spectre | N |
---|---|
Tags | caster, demon, extra_small_height, fast_movement, has_one_hand_sword, has_one_handed_melee, humanoid, light_armour, melee, not_int, not_str, physical_affinity, ranged, red_blood, slashing_weapon, standalone_map_boss, undying |
Life
399%
Evasion
+25%
Ailment Threshold
399%
Resistance
40 40 40 25
Damage
140%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 7
Attack Time
1.65 Second
Damage Spread
±20%
Experience
140%
Model Size
138%
Type
UndyingMapBoss
Metadata
MapUndyingBossStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
555,992
Armour
28,790
Evasion
5,924
Energy Shield
0
Damage
596
Spell Damage
889
Accuracy
290
Attack Time
1.1055
Experience
78,964
Ailment Threshold
350,275
Chill
1,108
Shock
1,108
Brittle
6,266
Scorch
1,108
Sap
3,060
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: 946–1419
Critical Strike Chance: 5%
Attack Time: 1.65 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]
UndyingWhirlingBlades
Attack, Melee, Movement, Travel
Whirling Blades
Base Damage: 946–1419
Critical Strike Chance: 5%
Attack Time: 1.65 sec
Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords.
Deals 40% less Damage
cast time overrides attack duration [1]
ignores proximity shield [1]
monster flurry [1]
cast time overrides attack duration [1]
ignores proximity shield [1]
monster flurry [1]
MonsterEtherealKnives
Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
Ethereal Knives
Critical Strike Chance: 5%
Cast Time: 0.6 sec
Fires an arc of knives outwards in front of the caster which deal physical damage.
Deals 505.5 to 758.2 Physical Damage
20% less Cast Speed
Fires 9 additional Projectiles
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-25]
20% less Cast Speed
Fires 9 additional Projectiles
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-25]
MonsterBearTrapMapBoss
Spell, Duration, Mineable, Trapped, Damage, Physical, Cooldown
Bear Trap
Critical Strike Chance: 5%
Effectiveness of Added Damage: 150%
Cast Time: 1 sec
Cooldown Time: 8 sec
Throws a trap that damages and immobilises a single enemy for a duration based on how much damage was dealt. After the immobilise expires, a debuff remains on the enemy for a duration, lowering their movement speed by an amount which lessens over time. The affected enemy will take increased damage from traps and mines until the debuff expires. Modifiers to spell damage do not affect this skill's damage.
Deals to 564.4 Physical Damage
Trap lasts +30 seconds
base skill is trapped [1]
ignores trap and mine cooldown limit [1]
trap variation [12]
Trap lasts +30 seconds
base skill is trapped [1]
ignores trap and mine cooldown limit [1]
trap variation [12]
Object Type
version 2 extends "Metadata/Monsters/Undying/Undying" extends "Metadata/Monsters/StandaloneMapBoss" Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Undying/Undying" extends "Metadata/Monsters/StandaloneMapBoss"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Undying/MapUndyingBossStandalone"] = { name = "The Reaver", life = 3.99, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.4, damageSpread = 0.2, attackTime = 1.65, attackRange = 7, accuracy = 1, skillList = { "UndyingWhirlingBlades", "Melee", "MonsterBearTrapMapBoss", "MonsterEtherealKnives", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["UndyingWhirlingBlades"] = { name = "Whirling Blades", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.43, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "monster_flurry", "cast_time_overrides_attack_duration", "ignores_proximity_shield", }, levels = { [1] = {-40, 1, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- 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["MonsterBearTrapMapBoss"] = { name = "Bear Trap", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a trap that damages and immobilises a single enemy for a duration based on how much damage was dealt. After the immobilise expires, a debuff remains on the enemy for a duration, lowering their movement speed by an amount which lessens over time. The affected enemy will take increased damage from traps and mines until the debuff expires. Modifiers to spell damage do not affect this skill's damage.", skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Mineable] = true, [SkillType.Trapped] = true, [SkillType.Damage] = true, [SkillType.Physical] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "secondary_minimum_base_physical_damage", "secondary_maximum_base_physical_damage", "trap_variation", "base_trap_duration", "base_skill_is_trapped", "is_trap", "ignores_trap_and_mine_cooldown_limit", }, levels = { [1] = {0, 1, 12, 30000, critChance = 5, levelRequirement = 15, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterEtherealKnives"] = { name = "Ethereal Knives", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arc of knives outwards in front of the caster which deal physical damage.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.CanRapidFire] = true, [SkillType.Physical] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.6, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "number_of_additional_projectiles", "active_skill_cast_speed_+%_final", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 0, 9, -20, critChance = 5, levelRequirement = 17, statInterpolation = {3, 3, 1}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, -25, 0, 9, -20, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, -25, 25, 9, -20, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1}, cost = { }, }, }, }
monster casts ethereal knives text [1]
Id | MonsterCastsEtherealKnivesText |
---|---|
Family | MonsterCastsEtherealKnives |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
monster throws beartraps text [1]
Id | MonsterThrowsBeartrapsText |
---|---|
Family | MonsterThrowsBeartraps |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
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 |
Traps cannot be Damaged for +4 seconds after being Thrown
Mines cannot be Damaged for +4 seconds after being thrown
Id | MonsterImplicitTrapsInvulnerable4Sec |
---|---|
Family | MonsterTrapsInvulnerable |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
kill traps mines and totems on death [1]
Id | MonsterKillTrapsMinesTotemsOnDeath |
---|---|
Family | MonsterKillTrapsMinesTotemsOnDeath |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
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 |
The Reaver
Demon
monster casts ethereal knives text [1]
monster throws beartraps text [1]
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
Traps cannot be Damaged for +4 seconds after being Thrown
Mines cannot be Damaged for +4 seconds after being thrown
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster throws beartraps text [1]
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
Traps cannot be Damaged for +4 seconds after being Thrown
Mines cannot be Damaged for +4 seconds after being thrown
kill traps mines and totems on death [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Spectre | N |
---|---|
Tags | demon, elder_map_boss, extra_small_height, fast_movement, humanoid, is_unarmed, light_armour, non_attacking, not_int, not_str, red_blood, slashing_weapon, undying |
Life
399%
Evasion
+25%
Ailment Threshold
399%
Resistance
40 40 40 25
Damage
140%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 7
Attack Time
1.65 Second
Damage Spread
±20%
Experience
140%
Model Size
138%
Type
UndyingMapBoss
Metadata
MapUndyingBossElder
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/Undying/MapUndyingBossElder"] = { name = "The Reaver", life = 3.99, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.4, damageSpread = 0.2, attackTime = 1.65, attackRange = 7, accuracy = 1, skillList = { }, modList = { }, }
monster casts ethereal knives text [1]
Id | MonsterCastsEtherealKnivesText |
---|---|
Family | MonsterCastsEtherealKnives |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
monster throws beartraps text [1]
Id | MonsterThrowsBeartrapsText |
---|---|
Family | MonsterThrowsBeartraps |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
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 |
Traps cannot be Damaged for +4 seconds after being Thrown
Mines cannot be Damaged for +4 seconds after being thrown
Id | MonsterImplicitTrapsInvulnerable4Sec |
---|---|
Family | MonsterTrapsInvulnerable |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
kill traps mines and totems on death [1]
Id | MonsterKillTrapsMinesTotemsOnDeath |
---|---|
Family | MonsterKillTrapsMinesTotemsOnDeath |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
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 |