Gehennix
Demon
Action Speed cannot be modified to below 50% of base value
Monsters grant 100% increased Experience
1500% increased Quantity of Items Dropped
2000% increased Rarity of Items Dropped
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
35% more Attack Speed
35% increased Movement Speed
Gain 125% of Physical Damage as Extra Fire Damage
80% reduced Damage taken
Action Speed cannot be modified to below Base Value
Monsters grant 100% increased Experience
1500% increased Quantity of Items Dropped
2000% increased Rarity of Items Dropped
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
35% more Attack Speed
35% increased Movement Speed
Gain 125% of Physical Damage as Extra Fire Damage
80% reduced Damage taken
Action Speed cannot be modified to below Base Value
Spectre | N |
---|---|
Tags | beast, caster, delve_monster, demon, fire_affinity, flesh_armour, gladiator, has_one_hand_mace, has_one_handed_melee, large_height, large_model, medium_movement, melee, no_pantheon_mod, not_dex, not_int, physical_affinity, red_blood, slashing_weapon |
Life
2000%
Armour
+100%
Ailment Threshold
2000%
Resistance
40 40 40 25
Damage
200%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 12
Attack Time
1.995 Second
Damage Spread
±20%
Experience
200%
Model Size
120%
Type
Minotaur
Metadata
DelveLavaGargoyleBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
2,786,927
Armour
57,580
Evasion
4,739
Energy Shield
0
Damage
851
Spell Damage
1,270
Accuracy
290
Attack Time
1.33665
Experience
112,805
Ailment Threshold
1,755,764
Chill
5,552
Shock
5,552
Brittle
31,409
Scorch
5,552
Sap
15,338
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).
DelveLavaGargoyleBossMelee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 598–897
Critical Strike Chance: 5%
Attack Time: 1.995 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]
MinotaurEnrage
Spell
Cast Time: 1 sec
Cooldown Time: 15 sec
Base duration is 8 seconds
100% increased Movement Speed
59% increased Damage
100% increased Attack and Cast Speed
100% increased Movement Speed
59% increased Damage
100% increased Attack and Cast Speed
EnduranceChargeSlamMagmaDelve
Attack, Area, Multistrikeable, Melee, Fire, Slam, Totemable
Tectonic Slam
Base Damage: 598–897
Critical Strike Chance: 5%
Attack Time: 1.995 sec
Cooldown Time: 4 sec
Slam the ground, unleashing a fiery fissure in front of you, dealing area damage and randomly releasing a number of smaller fissures branching off from it. Consume an Endurance Charge every third time you slam the ground with this skill. Requires a Mace, Sceptre, Sword, Axe, Staff, or Unarmed.
25% of Physical Damage Converted to Fire Damage
42% less Attack Speed
active skill area of effect radius +% final [-20]
is area damage [1]
42% less Attack Speed
active skill area of effect radius +% final [-20]
is area damage [1]
AbberathsFury
Spell, Damage, Fire
Cast Time: 2 sec
Cooldown Time: 20 sec
Your Hits cannot Stun Enemies
Base duration is 6.5 seconds
Deals 620.7 to 931 Fire Damage
is area damage [1]
monster penalty against minions damage +% final vs player minions [-70]
Base duration is 6.5 seconds
Deals 620.7 to 931 Fire Damage
is area damage [1]
monster penalty against minions damage +% final vs player minions [-70]
Object Type
version 2 extends "Metadata/Monsters/Monster" Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.4 } Targetable { display_info_string = "MonsterEnragesInfoString" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueDelve/LavaFossilEncounter/DelveLavaGargoyleBoss"] = { name = "Gehennix", life = 20, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2, damageSpread = 0.2, attackTime = 1.995, attackRange = 12, accuracy = 1, weaponType1 = "One Hand Mace", skillList = { "DelveLavaGargoyleBossMelee", "MinotaurEnrage", "AbberathsFury", "EnduranceChargeSlamMagmaDelve", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["DelveLavaGargoyleBossMelee"] = { 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["MinotaurEnrage"] = { name = "MinotaurEnrage", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "attack_and_cast_speed_+%", "base_movement_velocity_+%", "damage_+%", }, levels = { [1] = {8000, 100, 100, 59, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AbberathsFury"] = { name = "AbberathsFury", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Fire] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "is_area_damage", "cannot_stun", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 6500, -70, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EnduranceChargeSlamMagmaDelve"] = { name = "Tectonic Slam", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Slam the ground, unleashing a fiery fissure in front of you, dealing area damage and randomly releasing a number of smaller fissures branching off from it. Consume an Endurance Charge every third time you slam the ground with this skill. Requires a Mace, Sceptre, Sword, Axe, Staff, or Unarmed.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Fire] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_attack_speed_+%_final", "skill_physical_damage_%_to_convert_to_fire", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {-42, 25, -20, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Action Speed cannot be modified to below 50% of base value
Id | CannotBeSlowedBelowValueBosses |
---|---|
Family | CannotBeSlowedBelowValue |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Monsters grant 100% increased Experience
1500% increased Quantity of Items Dropped
2000% increased Rarity of Items Dropped
Id | MonsterMinotaurBoss |
---|---|
Family | MonsterMapBoss |
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 | StunRepeatImmunityActBoss |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Id | Nothing |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
35% more Attack Speed
35% increased Movement Speed
Gain 125% of Physical Damage as Extra Fire Damage
80% reduced Damage taken
Action Speed cannot be modified to below Base Value
Id | AbberathsFuryEnrageStance |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental fire attack speed |