盲人、アワトットリー ユニーク /5 ⍟
火耐性 +(20–30)%
筋力 +20
最大エナジーシールドが5%増加する
最大ライフが5%増加する
元素ダメージが24%増加する
スペルダメージが(70–100)%増加する
キャストスピードが(15–20)%増加する
装備中の盾に最低30%のブロック率があればスペルダメージの0.5%をライフとしてリーチする
装備中の盾のアーマー5ごとに最大エナジーシールド +1
装備中の盾の回避力5ごとにアーマー +5
装備中の盾のエナジーシールド5ごとに回避力 +20
獲得経験値が(20–50)%増加する
ユニークボスはプレイヤーの選択により能力を付与される
エリアで見つかるアイテムは10%の確率でコラプト状態でドロップする
このエリアで見つかるアイテムの数量が(40–60)%増加する
このエリアで見つかるアイテムのレアリティが(40–60)%増加する
雷耐性 +(20–30)%
知性 +20
最大エナジーシールドが5%増加する
最大ライフが5%増加する
冷気耐性 +(20–30)%
器用さ +20
最大エナジーシールドが5%増加する
最大ライフが5%増加する
盲人、アワトットリー
人型
ドロップするアイテムのレアリティが15000%増加する
モンスターの付与する経験値が100%増加する
アクションスピードは基礎値の70%よりも低く修正されることがない
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
ノックバックを受けることがない
Ahuatotli, the Blind
SpectreN
Areaヴァールの中核
Tagsキャスター, delve_monster, delve_vaal_boss, human, humanoid, immobile, is_unarmed, light_armour, medium_height, no_pantheon_mod, not_dex, physical_affinity, ranged, red_blood
ライフ
2100%
Energy Shield From Life
20%
防具
+50%
Ailment Threshold
504%
耐性
40 40 40 25
Damage
135%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
6 ~ 12
Attack Time
1.545 Second
Damage Spread
±20%
経験値
300%
Model Size
100%
Type
VaalCityBoss
Metadata
VaalCityBoss
レベル
5
ライフ
11,121
防具
72
回避力
144
エナジーシールド
8
Damage
12
スペルダメージ
17
命中
17
Attack Time
1.03515
経験値
842
Ailment Threshold
2,162
Chill
7
Shock
7
Brittle
39
Scorch
7
Sap
19
DelveArchitectBloodExplosion
Spell, Area, Triggerable, Damage, AreaSpell
キャストタイム: 3 秒
クールダウン時間: 8 秒
DelveVaalSpecialBeamCannon
Spell, Damage
キャストタイム: 1.5 秒
CreateExpandingRing
Spell, Damage, Area, AreaSpell
キャストタイム: 3.17 秒
クールダウン時間: 15 秒
ReverseExpandingRing
Spell, Triggerable
キャストタイム: 3.43 秒
SpawnBloodMeteors
Spell, Damage, Area, AreaSpell
キャストタイム: 2.9 秒
クールダウン時間: 10 秒
FireBloodMeteors
Spell, Triggerable
キャストタイム: 5 秒
クールダウン時間: 6 秒
SpiritBomb
Spell, Damage, Area, AreaSpell
キャストタイム: 3.5 秒
クールダウン時間: 12 秒

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 = { }, },
    },
}
ドロップするアイテムのレアリティが15000%増加する
モンスターの付与する経験値が100%増加する
IdMonsterMapBoss
FamilyMonsterMapBoss
Domainsモンスター (3)
GenerationTypeユニーク (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • アクションスピードは基礎値の70%よりも低く修正されることがない
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domainsモンスター (3)
    GenerationTypeユニーク (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
    Domainsモンスター (3)
    GenerationTypeユニーク (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
  • ノックバックを受けることがない
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • 盲人、アワトットリー Text Audio /37 ⍟
    名前
    シクテップ、カトロット!
    DelveVaalCityBossIntroRandom
    シクテップ、カトロット!
    DelveVaalCityBossIntro2
    シクテップ、カトロット!
    DelveVaalCityBossIntro3
    シクテップ、カトロット!
    DelveVaalCityBossIntro4
    シクテップ、カトロット!
    DelveVaalCityBossIntro5
    シクテップ、カトロット!
    DelveVaalCityBossIntro6
    タトラット、アトジリ!
    DelveVaalCityBossIntro7
    タトラット、アトジリ!
    DelveVaalCityBossIntro8
    タトラット、アトジリ!
    DelveVaalCityBossIntro9
    タトラット、アトジリ!
    DelveVaalCityBossIntro10
    ヴァール、ア、ソマプラット!
    DelveVaalCityBossIntro11
    ヴァール、ア、ソマプラット!
    DelveVaalCityBossIntro12
    ヴァール、ア、ソマプラット!
    DelveVaalCityBossIntro13
    ヴァール、ア、ソマプラット!
    DelveVaalCityBossIntro14
    ヴァール、ア、ソマプラット!
    DelveVaalCityBossIntro15
    アトジ--... アァ--...
    DelveVaalCityBossDeathRandom
    アトジ--... アァ--...
    DelveVaalCityBossDeath2
    オピル... ヴァール...
    DelveVaalCityBossDeath3
    オピル... ヴァール...
    DelveVaalCityBossDeath4
    オピル... ヴァール...
    DelveVaalCityBossDeath5
    オピル... ヴァール...
    DelveVaalCityBossDeath6
    トカブ--... アトラ-...
    DelveVaalCityBossDeath7
    トカブ--... アトラ-...
    DelveVaalCityBossDeath8
    トカブ--... アトラ-...
    DelveVaalCityBossDeath9
    ザフア、モチ!
    DelveVaalCityBossSkillARandom
    ザフア、モチ!
    DelveVaalCityBossSkillA2
    ザフア、モチ!
    DelveVaalCityBossSkillA3
    アズカード!
    DelveVaalCityBossSkillBRandom
    アズカード!
    DelveVaalCityBossSkillB2
    アズカード!
    DelveVaalCityBossSkillB3
    クイクアット!
    DelveVaalCityBossSkillCRandom
    クイクアット!
    DelveVaalCityBossSkillC2
    クイクアット!
    DelveVaalCityBossSkillC3
    フアタトル!
    DelveVaalCityBossSkillDRandom
    フアタトル!
    DelveVaalCityBossSkillD2
    フアタトル!
    DelveVaalCityBossSkillD3
    フアタトル!
    DelveVaalCityBossSkillD4
    Edit

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