Gehennix
Demonio
La velocidad de acción no se puede modificar por debajo del 70% de su valor base
La cantidad de objetos arrojados está aumentada un 1500%
La rareza de los objetos arrojados está aumentada un 2000%
Los monstruos otorgan la experiencia aumentada un 100%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
35% más Velocidad de Ataque
Velocidad de movimiento aumentada un 35%
Ganas el 125% del daño físico como daño de fuego extra
Daño recibido reducido un 80%
La velocidad de acción no se puede modificar por debajo de su valor base
SpectreN
Tagsbeast, Lanzador de hechizos, 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
Vida
2000%
Armadura
+100%
Ailment Threshold
2000%
Resistencia
40 40 40 25
Damage
200%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.995 Second
Damage Spread
±20%
Experiencia
200%
Model Size
120%
Type
Minotaur
Metadata
DelveLavaGargoyleBoss
Nivel
68
Vida
2,786,927
Armadura
57,580
Evasión
4,739
Escudo de energía
0
Damage
851
Daño de hechizos
1,270
Precisión
290
Attack Time
1.33665
Experiencia
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
Ataque estándar
Base Damage: 598–897
Probabilidad de golpe crítico: 5%
Attack Time: 1.995 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
MinotaurEnrage
Spell
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 15 seg
La duración base es de 8 segundos
Velocidad de movimiento aumentada un 100%
Daño aumentado un 59%
Velocidades de ataque y lanzamiento de hechizos aumentadas un 100%
EnduranceChargeSlamMagmaDelve
Attack, Area, Multistrikeable, Melee, Fire, Slam, Totemable
Embate tectónico
Base Damage: 598–897
Probabilidad de golpe crítico: 5%
Attack Time: 1.995 seg
Tiempo de recarga: 4 seg
Golpea el suelo para desatar una fisura ardiente delante de ti que inflige daño en área y libera aleatoriamente varias fisuras más pequeñas que se ramifican a partir de ella. Consume una carga de aguante cada tercera vez que golpeas el suelo con esta habilidad. Requiere una maza, un cetro, una espada, un hacha, un báculo o estar desarmado.
El 25% del daño físico se convierte en daño de fuego
42% menos Velocidad de Ataque
active skill area of effect radius +% final [-20]
is area damage [1]
AbberathsFury
Spell, Damage, Fire
Tiempo de lanzamiento: 2 seg
Tiempo de recarga: 20 seg
Tus golpes no pueden aturdir a los enemigos
La duración base es de 6.5 segundos
Inflige de 620.7 a 931 de daño de fuego
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 = { }, },
    },
}
La velocidad de acción no se puede modificar por debajo del 70% de su valor base
IdCannotBeSlowedBelowValueBosses
FamilyCannotBeSlowedBelowValue
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • hellscape boots action speed +% minimum value Min: -30 Max: -30 Global
  • Craft Tagsspeed
    La cantidad de objetos arrojados está aumentada un 1500%
    La rareza de los objetos arrojados está aumentada un 2000%
    Los monstruos otorgan la experiencia aumentada un 100%
    IdMonsterMinotaurBoss
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeúnico (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
    Domainsmonstruo (3)
    GenerationTypeúnico (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
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    35% más Velocidad de Ataque
    Velocidad de movimiento aumentada un 35%
    Ganas el 125% del daño físico como daño de fuego extra
    Daño recibido reducido un 80%
    La velocidad de acción no se puede modificar por debajo de su valor base
    IdAbberathsFuryEnrageStance
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (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.