Gehennix
Demon
Action Speed cannot be modified to below 70% of base value
Monsters grant 100% increased Experience
monster dropped item quantity +% [1500]
monster dropped item rarity +% [2000]
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
SpectreN
Tagsbeast, caster, delve_monster, demon, fire_affinity, flesh_armour, gladiator, has_one_hand_mace, has_one_handed_melee, large_height, large_model, medium_movement, melee, 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
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
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]
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
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]
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]

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 70% of base value
IdCannotBeSlowedBelowValueBosses
FamilyCannotBeSlowedBelowValue
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • hellscape boots action speed +% minimum value Min: -30 Max: -30 Global
  • Craft Tagsspeed
    Monsters grant 100% increased Experience
    monster dropped item quantity +% [1500]
    monster dropped item rarity +% [2000]
    IdMonsterMinotaurBoss
    FamilyMonsterMapBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 2000 Max: 2000 Global
  • monster dropped item quantity +% Min: 1500 Max: 1500 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (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
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    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
    IdAbberathsFuryEnrageStance
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base damage taken +% Min: -80 Max: -80 Global
  • base movement velocity +% Min: 35 Max: 35 Global
  • physical damage % to add as fire Min: 125 Max: 125 Global
  • active skill attack speed +% final Min: 35 Max: 35 Global
  • action speed cannot be reduced below base Min: 1 Max: 1 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire attack speed
    Edit

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