Ahuatoli, el Ciego único /5 ⍟
+(20–30)% de resistencia al fuego
+20 de fuerza
Escudo de energía máximo aumentado un 5%
Vida máxima aumentada un 5%
Daño elemental aumentado un 24%
Daño de hechizos aumentado un (70–100)%
Velocidad de lanzamiento de hechizos aumentada un (15–20)%
El 0.5% del daño de hechizos se absorbe como vida si el escudo equipado tiene al menos un 30% de probabilidad de bloquear
+1 al Escudo de Energía Máximo por cada 5 de Armadura en el Escudo equipado
+5 a la armadura por cada 5 de evasión en el escudo equipado
+20 a la evasión por cada 5 de escudo de energía máximo en el escudo equipado
Experiencia ganada aumentada un (20–50)%
El Jefe Único es potenciado por las elecciones del Jugador
Los objetos encontrados tienen un 10% de probabilidad de caer corruptos en el área
Cantidad de objetos encontrados en esta área aumentada un (40–60)%
Rareza de los objetos encontrados en esta área aumentada un (40–60)%
+(20–30)% de resistencia al rayo
+20 de inteligencia
Escudo de energía máximo aumentado un 5%
Vida máxima aumentada un 5%
+(20–30)% de resistencia al hielo
+20 de destreza
Escudo de energía máximo aumentado un 5%
Vida máxima aumentada un 5%
Ahuatoli, el Ciego
Humanoide
Área: Nexo vaal
La rareza de los objetos arrojados está aumentada un 15000%
Los monstruos otorgan la experiencia aumentada un 100%
La velocidad de acción no se puede modificar por debajo del 70% de su valor base
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
No puede ser empujado
Ahuatotli, the Blind
SpectreN
AreaNexo vaal
TagsLanzador de hechizos, delve_monster, delve_vaal_boss, human, humanoid, immobile, is_unarmed, light_armour, medium_height, no_pantheon_mod, not_dex, physical_affinity, ranged, red_blood
Vida
2100%
Energy Shield From Life
20%
Armaduras
+50%
Ailment Threshold
504%
Resistencia
40 40 40 25
Damage
135%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.545 Second
Damage Spread
±20%
Experiencia
300%
Model Size
100%
Type
VaalCityBoss
Metadata
VaalCityBoss
Nivel
5
Vida
11,121
Armaduras
72
Evasión
144
Escudo de energía
8
Damage
12
Daño de hechizos
17
Precisión
17
Attack Time
1.03515
Experiencia
842
Ailment Threshold
2,162
Chill
7
Shock
7
Brittle
39
Scorch
7
Sap
19
DelveArchitectBloodExplosion
Spell, Area, Triggerable, Damage, AreaSpell
Tiempo de lanzamiento: 3 seg
Tiempo de recarga: 8 seg
DelveVaalSpecialBeamCannon
Spell, Damage
Tiempo de lanzamiento: 1.5 seg
CreateExpandingRing
Spell, Damage, Area, AreaSpell
Tiempo de lanzamiento: 3.17 seg
Tiempo de recarga: 15 seg
ReverseExpandingRing
Spell, Triggerable
Tiempo de lanzamiento: 3.43 seg
SpawnBloodMeteors
Spell, Damage, Area, AreaSpell
Tiempo de lanzamiento: 2.9 seg
Tiempo de recarga: 10 seg
FireBloodMeteors
Spell, Triggerable
Tiempo de lanzamiento: 5 seg
Tiempo de recarga: 6 seg
SpiritBomb
Spell, Damage, Area, AreaSpell
Tiempo de lanzamiento: 3.5 seg
Tiempo de recarga: 12 seg

Object Type

version 2
extends "Metadata/Monsters/LeagueDelve/CityBosses/DelveCityBosses"

Pathfinding
{
	immobile = true
}

StateMachine
{
	define_shared_state = "darkness"
}

Actor
{
	basic_action = "ChangeToStance2"
	basic_action = "ChangeToStance1"
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueDelve/CityBosses/DelveCityBosses"

Render
{
	has_light = false
}

Life
{
	on_death =
	"
		PlayTextAudio( DelveVaalCityBossDeathRandom , Metadata/Monsters/LeagueDelve/VaalCityBoss);
	"
}

Animated
{

	on_beam_cannon_01 =
	"
		PlayTextAudio( DelveVaalCityBossSkillARandom , Metadata/Monsters/LeagueDelve/VaalCityBoss);
	"

	on_raise_armour_01 =
	"
		PlayTextAudio( DelveVaalCityBossSkillBRandom , Metadata/Monsters/LeagueDelve/VaalCityBoss);
	"

	on_teleport_01 =
	"
		PlayTextAudio( DelveVaalCityBossSkillCRandom , Metadata/Monsters/LeagueDelve/VaalCityBoss);
	"

}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueDelve/VaalCityBoss"] = {
    name = "Ahuatotli, the Blind",
    life = 21,
    energyShield = 0.2,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.35,
    damageSpread = 0.2,
    attackTime = 1.545,
    attackRange = 12,
    accuracy = 1,
    skillList = {
        "DelveVaalSpecialBeamCannon",
        "DelveArchitectBloodExplosion",
        "CreateExpandingRing",
        "ReverseExpandingRing",
        "SpawnBloodMeteors",
        "FireBloodMeteors",
        "SpiritBomb",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["DelveVaalSpecialBeamCannon"] = {
    name = "DelveVaalSpecialBeamCannon",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -40, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DelveArchitectBloodExplosion"] = {
    name = "DelveArchitectBloodExplosion",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Damage] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "base_physical_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
    },
    levels = {
        [1] = {0.9200000166893, 1.3799999952316, 3, 5000, -25, levelRequirement = 83, statInterpolation = {3, 3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["CreateExpandingRing"] = {
    name = "CreateExpandingRing",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.17,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
    },
    levels = {
        [1] = {0.89999997615814, 1.1000000238419, -50, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ReverseExpandingRing"] = {
    name = "ReverseExpandingRing",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.43,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
    },
    levels = {
        [1] = {0.89999997615814, 1.1000000238419, -50, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SpawnBloodMeteors"] = {
    name = "SpawnBloodMeteors",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.9,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "number_of_blood_meteors_to_create",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 20, -25, levelRequirement = 80, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["FireBloodMeteors"] = {
    name = "FireBloodMeteors",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 5,
    baseFlags = {
        spell = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "number_of_blood_meteors_to_fire",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 20, -25, levelRequirement = 80, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SpiritBomb"] = {
    name = "SpiritBomb",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.5,
    baseFlags = {
        area = true,
        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",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "skill_cannot_be_interrupted",
        "skill_cannot_be_stunned",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.89999997615814, 1.1000000238419, -50, 40, levelRequirement = 80, statInterpolation = {3, 3},  cost = { }, },
    },
}
La rareza de los objetos arrojados está aumentada un 15000%
Los monstruos otorgan la experiencia aumentada un 100%
IdMonsterMapBoss
FamilyMonsterMapBoss
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • 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
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    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
  • No puede ser empujado
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Ahuatoli, el Ciego Text Audio /37 ⍟
    Nombre
    ¡Xictep cutlotl!
    DelveVaalCityBossIntroRandom
    ¡Xictep cutlotl!
    DelveVaalCityBossIntro2
    ¡Xictep cutlotl!
    DelveVaalCityBossIntro3
    ¡Xictep cutlotl!
    DelveVaalCityBossIntro4
    ¡Xictep cutlotl!
    DelveVaalCityBossIntro5
    ¡Xictep cutlotl!
    DelveVaalCityBossIntro6
    ¡Tatlat Atziri!
    DelveVaalCityBossIntro7
    ¡Tatlat Atziri!
    DelveVaalCityBossIntro8
    ¡Tatlat Atziri!
    DelveVaalCityBossIntro9
    ¡Tatlat Atziri!
    DelveVaalCityBossIntro10
    ¡Tatlat Atziri!
    DelveVaalCityBossIntro11
    ¡Vaal a xomaplat!
    DelveVaalCityBossIntro12
    ¡Vaal a xomaplat!
    DelveVaalCityBossIntro13
    ¡Vaal a xomaplat!
    DelveVaalCityBossIntro14
    ¡Vaal a xomaplat!
    DelveVaalCityBossIntro15
    Atzi-... ah-...
    DelveVaalCityBossDeathRandom
    Atzi-... ah-...
    DelveVaalCityBossDeath2
    Opil... Vaal...
    DelveVaalCityBossDeath3
    Opil... Vaal...
    DelveVaalCityBossDeath4
    Opil... Vaal...
    DelveVaalCityBossDeath5
    Opil... Vaal...
    DelveVaalCityBossDeath6
    Tocab--... atla-...
    DelveVaalCityBossDeath7
    Tocab--... atla-...
    DelveVaalCityBossDeath8
    Tocab--... atla-...
    DelveVaalCityBossDeath9
    ¡Zahua moti!
    DelveVaalCityBossSkillARandom
    ¡Zahua moti!
    DelveVaalCityBossSkillA2
    ¡Zahua moti!
    DelveVaalCityBossSkillA3
    ¡Azcado!
    DelveVaalCityBossSkillBRandom
    ¡Azcado!
    DelveVaalCityBossSkillB2
    ¡Azcado!
    DelveVaalCityBossSkillB3
    ¡Quiquate!
    DelveVaalCityBossSkillCRandom
    ¡Quiquate!
    DelveVaalCityBossSkillC2
    ¡Quiquate!
    DelveVaalCityBossSkillC3
    ¡Huatatl!
    DelveVaalCityBossSkillDRandom
    ¡Huatatl!
    DelveVaalCityBossSkillD2
    ¡Huatatl!
    DelveVaalCityBossSkillD3
    ¡Huatatl!
    DelveVaalCityBossSkillD4
    Edit

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