Doryani
Humanoid
SpectreN
Tagshuman, humanoid, not_str, red_blood, Stab_onhit_audio, very_slow_movement
Life
120%
Energy Shield From Life
25%
Evasion
+50%
Resistance
0 0 0 0
Damage
56%
Accuracy
500%
5%
Attack Distance
4 ~ 10
Attack Time
1.17 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
DoryaniShrikeIslandSummon
Metadata
DoryaniShrikeIslandSummon
Level
68
Life
9,308
Armour
2,413
Evasion Rating
1,062
Energy Shield
2,327
Damage
131
Spell Damage
131
Accuracy
7,506
Attack Time
1.17
Experience
28,634
Minion Life
8,316
Minion Energy Shield
2,079
Minion Damage
543
Minion Armour
2,413
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Basic Attack
Base Damage: 104—157
Critical Hit Chance: 5%
Attack Time: 1.17 sec
action attack or cast time uses animation length [1]
monster penalty against minions damage +% final vs player minions [100]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
WalkEmergeNPCExplorer
walk emerge distance [150]
DoLiterallyNothing
???

Object Type

version 2
extends "Metadata/Monsters/NPC/NPCMonsterBase"

Animated
{
	animated_object = "Metadata/NPC/Four_Act4/DoryaniTown.ao"
	serialise_animation_progress = true
}

Positioned {}

Transitionable {}

Actor
{
	basic_action = "Emerge"
}

StateMachine
{
	define_shared_state =
	"
		spawned;
		leave1;
		leave2;
		leave3;
	"
	per_player_quest_flag_state_leave1_1 = "Act4HoodedMentorSummonFirstPieceConvoSeen"
	per_player_quest_flag_state_leave2_1 = "Act4HoodedMentorSummonSecondPieceConvoSeen"
	per_player_quest_flag_state_leave3_1 = "Act4HoodedMentorSummonThirdPieceConvoSeen"
	per_player_quest_flag_state_spawned_3 = "Act4ShrikeIslandHoodedMentorSeenBefore"
}

MinimapIcon
{
	force_temporary = true
}

Object Type Codes

version 2
extends "Metadata/Monsters/NPC/NPCMonsterBase"

BaseEvents {}

StateMachine
{
	on_or_create_state_spawned_1 =
	"
		DisableTargetable();
		HideMinimapIcon();
	"

	on_or_create_state_spawned_2 =
	"
		DisableTargetable();
		HideMinimapIcon();
	"

	on_state_spawned_3 =
	"
		Delay( 2.0,
		{
			IfState( leave1, >0, ()
			{
				PlayAnimation( portal_leave_01 );
				HideMinimapIcon();
				HideNPCMarker();
				DisableTargetable();
			}, ()
			{
				IfState( leave2, >0, ()
				{
					PlayAnimation( portal_leave_01 );
					HideMinimapIcon();
					HideNPCMarker();
					DisableTargetable();
				}, ()
				{
					IfState( leave3, >0, ()
					{
						PlayAnimation( portal_leave_01 );
						HideMinimapIcon();
						HideNPCMarker();
						DisableTargetable();
					}, ()
					{
						DisableRendering();
						HideMinimapIcon();
						HideNPCMarker();
						DisableTargetable();
					} );
				} );
			} );
		} );
	"

	create_state_spawned_3 =
	"
		DisableRendering();
		HideMinimapIcon();
		HideNPCMarker();
		DisableTargetable();
	"
}

Render
{
	has_light = false
}

Animated
{
	on_end_portal_leave_01 = "DisableRendering();"
}
-- src\Data\Spectres.lua
minions["Metadata/NPC/Four_Act4/DoryaniShrikeIslandSummon"] = {
    name = "Doryani",
    life = 1.2,
    energyShield = 0.25,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 0.56,
    damageSpread = 0.2,
    attackTime = 1.17,
    attackRange = 10,
    accuracy = 5,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "WalkEmergeNPCExplorer",
        "DoLiterallyNothing",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    name = "Basic Attack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeNPCExplorer"] = {
    name = "WalkEmergeNPCExplorer",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "walk_emerge_distance",
    },
    levels = {
        [1] = {150, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DoLiterallyNothing"] = {
    name = "???",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Doryani
Humanoid
SpectreN
Tagshuman, humanoid, not_str, red_blood, Stab_onhit_audio, very_slow_movement
Life
120%
Energy Shield From Life
25%
Evasion
+50%
Resistance
0 0 0 0
Damage
56%
Accuracy
500%
5%
Attack Distance
4 ~ 10
Attack Time
1.17 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
DoryaniSolitaryConfinementSummon
Metadata
DoryaniSolitaryConfinementSummon
Level
68
Life
9,308
Armour
2,413
Evasion Rating
1,062
Energy Shield
2,327
Damage
131
Spell Damage
131
Accuracy
7,506
Attack Time
1.17
Experience
28,634
Minion Life
8,316
Minion Energy Shield
2,079
Minion Damage
543
Minion Armour
2,413
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Basic Attack
Base Damage: 104—157
Critical Hit Chance: 5%
Attack Time: 1.17 sec
action attack or cast time uses animation length [1]
monster penalty against minions damage +% final vs player minions [100]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
WalkEmergeNPCExplorer
walk emerge distance [150]
DoLiterallyNothing
???

Object Type

version 2
extends "Metadata/Monsters/NPC/NPCMonsterBase"

Animated
{
	animated_object = "Metadata/NPC/Four_Act4/DoryaniTown.ao"
	serialise_animation_progress = true
}

Positioned {}

Transitionable {}

Actor
{
	basic_action = "Emerge"
}

StateMachine
{
	define_shared_state =
	"
		spawned;
		leave1;
		leave2;
		leave3;
	"
	per_player_quest_flag_state_leave1_1 = "Act4HoodedMentorSummonFirstPieceConvoSeen"
	per_player_quest_flag_state_leave2_1 = "Act4HoodedMentorSummonSecondPieceConvoSeen"
	per_player_quest_flag_state_leave3_1 = "Act4HoodedMentorSummonThirdPieceConvoSeen"
	per_player_quest_flag_state_spawned_3 = "Act4PrisonerHoodedMentorSeenBefore"
}

MinimapIcon
{
	force_temporary = true
}

Object Type Codes

version 2
extends "Metadata/Monsters/NPC/NPCMonsterBase"

BaseEvents {}

StateMachine
{
	on_or_create_state_spawned_1 =
	"
		DisableTargetable();
		HideMinimapIcon();
	"

	on_or_create_state_spawned_2 =
	"
		DisableTargetable();
		HideMinimapIcon();
	"

	on_state_spawned_3 =
	"
		Delay( 2.0,
		{
			IfState( leave1, >0, ()
			{
				PlayAnimation( portal_leave_01 );
				HideMinimapIcon();
				HideNPCMarker();
				DisableTargetable();
			}, ()
			{
				IfState( leave2, >0, ()
				{
					PlayAnimation( portal_leave_01 );
					HideMinimapIcon();
					HideNPCMarker();
					DisableTargetable();
				}, ()
				{
					IfState( leave3, >0, ()
					{
						PlayAnimation( portal_leave_01 );
						HideMinimapIcon();
						HideNPCMarker();
						DisableTargetable();
					}, ()
					{
						DisableRendering();
						HideMinimapIcon();
						HideNPCMarker();
						DisableTargetable();
					} );
				} );
			} );
		} );
	"

	create_state_spawned_3 =
	"
		DisableRendering();
		HideMinimapIcon();
		HideNPCMarker();
		DisableTargetable();
	"
}

Render
{
	has_light = false
}

Animated
{
	on_end_portal_leave_01 = "DisableRendering();"
}
-- src\Data\Spectres.lua
minions["Metadata/NPC/Four_Act4/DoryaniSolitaryConfinementSummon"] = {
    name = "Doryani",
    life = 1.2,
    energyShield = 0.25,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 0.56,
    damageSpread = 0.2,
    attackTime = 1.17,
    attackRange = 10,
    accuracy = 5,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "WalkEmergeNPCExplorer",
        "DoLiterallyNothing",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    name = "Basic Attack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeNPCExplorer"] = {
    name = "WalkEmergeNPCExplorer",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "walk_emerge_distance",
    },
    levels = {
        [1] = {150, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DoLiterallyNothing"] = {
    name = "???",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Doryani
Humanoid
SpectreN
Tagshuman, humanoid, not_str, red_blood, Stab_onhit_audio, very_slow_movement
Life
120%
Energy Shield From Life
25%
Evasion
+50%
Resistance
0 0 0 0
Damage
56%
Accuracy
500%
5%
Attack Distance
4 ~ 10
Attack Time
1.17 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
DoryaniSingingCavernsSummon
Metadata
DoryaniSingingCavernsSummon
Level
68
Life
9,308
Armour
2,413
Evasion Rating
1,062
Energy Shield
2,327
Damage
131
Spell Damage
131
Accuracy
7,506
Attack Time
1.17
Experience
28,634
Minion Life
8,316
Minion Energy Shield
2,079
Minion Damage
543
Minion Armour
2,413
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Basic Attack
Base Damage: 104—157
Critical Hit Chance: 5%
Attack Time: 1.17 sec
action attack or cast time uses animation length [1]
monster penalty against minions damage +% final vs player minions [100]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
WalkEmergeNPCExplorer
walk emerge distance [150]
DoLiterallyNothing
???

Object Type

version 2
extends "Metadata/Monsters/NPC/NPCMonsterBase"

Animated
{
	animated_object = "Metadata/NPC/Four_Act4/DoryaniTown.ao"
	serialise_animation_progress = true
}

Positioned {}

Transitionable {}

Actor
{
	basic_action = "Emerge"
}

StateMachine
{
	define_shared_state =
	"
		spawned;
		leave1;
		leave2;
		leave3;
	"
	per_player_quest_flag_state_leave1_1 = "Act4HoodedMentorSummonFirstPieceConvoSeen"
	per_player_quest_flag_state_leave2_1 = "Act4HoodedMentorSummonSecondPieceConvoSeen"
	per_player_quest_flag_state_leave3_1 = "Act4HoodedMentorSummonThirdPieceConvoSeen"
	per_player_quest_flag_state_spawned_3 = "Act4SirenHoodedMentorSeenBefore"
}

MinimapIcon
{
	force_temporary = true
}

Object Type Codes

version 2
extends "Metadata/Monsters/NPC/NPCMonsterBase"

BaseEvents {}

StateMachine
{
	on_or_create_state_spawned_1 =
	"
		DisableTargetable();
		HideMinimapIcon();
	"

	on_or_create_state_spawned_2 =
	"
		DisableTargetable();
		HideMinimapIcon();
	"

	on_state_spawned_3 =
	"
		Delay( 2.0,
		{
			IfState( leave1, >0, ()
			{
				PlayAnimation( portal_leave_01 );
				HideMinimapIcon();
				HideNPCMarker();
				DisableTargetable();
			}, ()
			{
				IfState( leave2, >0, ()
				{
					PlayAnimation( portal_leave_01 );
					HideMinimapIcon();
					HideNPCMarker();
					DisableTargetable();
				}, ()
				{
					IfState( leave3, >0, ()
					{
						PlayAnimation( portal_leave_01 );
						HideMinimapIcon();
						HideNPCMarker();
						DisableTargetable();
					}, ()
					{
						DisableRendering();
						HideMinimapIcon();
						HideNPCMarker();
						DisableTargetable();
					} );
				} );
			} );
		} );
	"

	create_state_spawned_3 =
	"
		DisableRendering();
		HideMinimapIcon();
		HideNPCMarker();
		DisableTargetable();
	"
}

Render
{
	has_light = false
}

Animated
{
	on_end_portal_leave_01 = "DisableRendering();"
}
-- src\Data\Spectres.lua
minions["Metadata/NPC/Four_Act4/DoryaniSingingCavernsSummon"] = {
    name = "Doryani",
    life = 1.2,
    energyShield = 0.25,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 0.56,
    damageSpread = 0.2,
    attackTime = 1.17,
    attackRange = 10,
    accuracy = 5,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "WalkEmergeNPCExplorer",
        "DoLiterallyNothing",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    name = "Basic Attack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeNPCExplorer"] = {
    name = "WalkEmergeNPCExplorer",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "walk_emerge_distance",
    },
    levels = {
        [1] = {150, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DoLiterallyNothing"] = {
    name = "???",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Doryani
Humanoid
SpectreN
Tagshuman, humanoid, not_str, red_blood, Stab_onhit_audio, very_slow_movement
Life
120%
Energy Shield From Life
25%
Evasion
+50%
Resistance
0 0 0 0
Damage
56%
Accuracy
500%
5%
Attack Distance
4 ~ 10
Attack Time
1.17 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
DoryaniVolcanicWarrensSummon
Metadata
DoryaniVolcanicWarrensSummon
Level
68
Life
9,308
Armour
2,413
Evasion Rating
1,062
Energy Shield
2,327
Damage
131
Spell Damage
131
Accuracy
7,506
Attack Time
1.17
Experience
28,634
Minion Life
8,316
Minion Energy Shield
2,079
Minion Damage
543
Minion Armour
2,413
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Basic Attack
Base Damage: 104—157
Critical Hit Chance: 5%
Attack Time: 1.17 sec
action attack or cast time uses animation length [1]
monster penalty against minions damage +% final vs player minions [100]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
WalkEmergeNPCExplorer
walk emerge distance [150]
DoLiterallyNothing
???

Object Type

Object Type Codes

 
-- src\Data\Spectres.lua
minions["Metadata/NPC/Four_Act4/DoryaniVolcanicWarrensSummon"] = {
    name = "Doryani",
    life = 1.2,
    energyShield = 0.25,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 0.56,
    damageSpread = 0.2,
    attackTime = 1.17,
    attackRange = 10,
    accuracy = 5,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "WalkEmergeNPCExplorer",
        "DoLiterallyNothing",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    name = "Basic Attack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeNPCExplorer"] = {
    name = "WalkEmergeNPCExplorer",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "walk_emerge_distance",
    },
    levels = {
        [1] = {150, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DoLiterallyNothing"] = {
    name = "???",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Doryani
Humanoid
SpectreN
Tagshuman, humanoid, not_str, red_blood, Stab_onhit_audio, very_slow_movement
Life
120%
Energy Shield From Life
25%
Evasion
+50%
Resistance
0 0 0 0
Damage
56%
Accuracy
500%
5%
Attack Distance
4 ~ 10
Attack Time
1.17 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
DoryaniCauchicVaultSummon
Metadata
DoryaniCauchicVaultSummon
Level
68
Life
9,308
Armour
2,413
Evasion Rating
1,062
Energy Shield
2,327
Damage
131
Spell Damage
131
Accuracy
7,506
Attack Time
1.17
Experience
28,634
Minion Life
8,316
Minion Energy Shield
2,079
Minion Damage
543
Minion Armour
2,413
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Basic Attack
Base Damage: 104—157
Critical Hit Chance: 5%
Attack Time: 1.17 sec
action attack or cast time uses animation length [1]
monster penalty against minions damage +% final vs player minions [100]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
WalkEmergeNPCExplorer
walk emerge distance [150]
DoLiterallyNothing
???

Object Type

version 2
extends "Metadata/Monsters/NPC/NPCMonsterBase"

Animated
{
	animated_object = "Metadata/NPC/Four_Act4/DoryaniTown.ao"
}

Positioned {}

Transitionable {}

Actor
{
	basic_action = "Emerge"
}

StateMachine
{
	define_shared_state = "spawned;"
}

MinimapIcon
{
	force_temporary = true
}

Object Type Codes

version 2
extends "Metadata/Monsters/NPC/NPCMonsterBase"

BaseEvents {}

Transitionable
{
	on_transition =
	"
		EnableRendering();
		ShowMinimapIcon();
		ShowNPCMarker();
		EnableTargetable();
	"

	create_untransitioned =
	"
		DisableRendering();
		HideMinimapIcon();
		HideNPCMarker();
		DisableTargetable();
	"
}

StateMachine
{
	on_or_create_state_spawned_1 =
	"
		DisableTargetable();
		HideMinimapIcon();
	"
}

Animated
{
	on_end_portal_arrive_01 =
	"
		PlayAnimation( clense_corruption_idle_01 );
		EnableTargetable();
		ShowMinimapIcon();
	"
}

Render
{
	has_light = false
}
-- src\Data\Spectres.lua
minions["Metadata/NPC/Four_Interlude/Part3/DoryaniCauchicVaultSummon"] = {
    name = "Doryani",
    life = 1.2,
    energyShield = 0.25,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 0.56,
    damageSpread = 0.2,
    attackTime = 1.17,
    attackRange = 10,
    accuracy = 5,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "WalkEmergeNPCExplorer",
        "DoLiterallyNothing",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    name = "Basic Attack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeNPCExplorer"] = {
    name = "WalkEmergeNPCExplorer",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "walk_emerge_distance",
    },
    levels = {
        [1] = {150, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DoLiterallyNothing"] = {
    name = "???",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Doryani
Humanoid
SpectreN
Tagshuman, humanoid, medium_movement, not_str, red_blood, Stab_onhit_audio
Life
120%
Energy Shield From Life
25%
Evasion
+50%
Resistance
0 0 0 0
Damage
56%
Accuracy
500%
5%
Attack Distance
4 ~ 10
Attack Time
1.17 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
DoryaniIncursionHubSummon
Metadata
DoryaniIncursionHubSummon
Level
68
Life
9,308
Armour
2,413
Evasion Rating
1,062
Energy Shield
2,327
Damage
131
Spell Damage
131
Accuracy
7,506
Attack Time
1.17
Experience
28,634
Minion Life
8,316
Minion Energy Shield
2,079
Minion Damage
543
Minion Armour
2,413
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Basic Attack
Base Damage: 104—157
Critical Hit Chance: 5%
Attack Time: 1.17 sec
action attack or cast time uses animation length [1]
monster penalty against minions damage +% final vs player minions [100]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
WalkEmergeNPCExplorer
walk emerge distance [150]
DoLiterallyNothing
???

Object Type

Object Type Codes

 
-- src\Data\Spectres.lua
minions["Metadata/NPC/League/Incursion/DoryaniIncursionHubSummon"] = {
    name = "Doryani",
    life = 1.2,
    energyShield = 0.25,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 0.56,
    damageSpread = 0.2,
    attackTime = 1.17,
    attackRange = 10,
    accuracy = 5,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "WalkEmergeNPCExplorer",
        "DoLiterallyNothing",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    name = "Basic Attack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeNPCExplorer"] = {
    name = "WalkEmergeNPCExplorer",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "walk_emerge_distance",
    },
    levels = {
        [1] = {150, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DoLiterallyNothing"] = {
    name = "???",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Doryani
Humanoid
SpectreN
Tagshuman, humanoid, medium_movement, not_str, red_blood, Stab_onhit_audio
Life
120%
Energy Shield From Life
25%
Evasion
+50%
Resistance
0 0 0 0
Damage
56%
Accuracy
500%
5%
Attack Distance
4 ~ 10
Attack Time
1.17 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
DoryaniIncursionHubSummon
Metadata
DoryaniIncursionAccessSummon
Level
68
Life
9,308
Armour
2,413
Evasion Rating
1,062
Energy Shield
2,327
Damage
131
Spell Damage
131
Accuracy
7,506
Attack Time
1.17
Experience
28,634
Minion Life
8,316
Minion Energy Shield
2,079
Minion Damage
543
Minion Armour
2,413
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
Basic Attack
Base Damage: 104—157
Critical Hit Chance: 5%
Attack Time: 1.17 sec
action attack or cast time uses animation length [1]
monster penalty against minions damage +% final vs player minions [100]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
WalkEmergeNPCExplorer
walk emerge distance [150]
DoLiterallyNothing
???
GSDoryaniHumanBossBasicLightningZap
Triggerable, Spell, Damage, AttackInPlace
Critical Hit Chance: 6%
Cast Time: 1 sec
Deals 191.3 to 573.9 Lightning Damage
Supported Skills have 750% increased chance to Shock
action attack or cast time uses animation length [1]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
can perform skill while moving [1]
is area damage [1]
GSDoryaniHumanBossFlamethrower
Triggerable, Spell, Damage, AttackInPlace
Critical Hit Chance: 5%
Cast Time: 1 sec
500% increased Flammability Magnitude
Deals 114.8 to 172.2 Fire Damage
action attack or cast time uses animation length [1]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
base skill cannot be parried [1]
can perform skill while moving [1]

Object Type

Object Type Codes

 
-- src\Data\Spectres.lua
minions["Metadata/NPC/League/Incursion/DoryaniIncursionAccessSummon"] = {
    name = "Doryani",
    life = 1.2,
    energyShield = 0.25,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 0.56,
    damageSpread = 0.2,
    attackTime = 1.17,
    attackRange = 10,
    accuracy = 5,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "GSDoryaniHumanBossBasicLightningZap",
        "GSDoryaniHumanBossFlamethrower",
        "WalkEmergeNPCExplorer",
        "DoLiterallyNothing",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    name = "Basic Attack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSDoryaniHumanBossBasicLightningZap"] = {
    name = "GSDoryaniHumanBossBasicLightningZap",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "geometry_spell",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "shock_chance_+%",
        "is_area_damage",
        "action_attack_or_cast_time_uses_animation_length",
        "can_perform_skill_while_moving",
        "base_skill_can_be_avoided_by_dodge_roll",
        "base_skill_can_be_blocked",
    },
    levels = {
        [1] = {0.5, 1.5, 750, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSDoryaniHumanBossFlamethrower"] = {
    name = "GSDoryaniHumanBossFlamethrower",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "geometry_spell",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "ignite_chance_+%",
        "action_attack_or_cast_time_uses_animation_length",
        "can_perform_skill_while_moving",
        "base_skill_can_be_avoided_by_dodge_roll",
        "base_skill_can_be_blocked",
        "base_skill_cannot_be_parried",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 500, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeNPCExplorer"] = {
    name = "WalkEmergeNPCExplorer",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "walk_emerge_distance",
    },
    levels = {
        [1] = {150, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DoLiterallyNothing"] = {
    name = "???",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Doryani Topic /5
NPCName
AlvaBy their final days, the Vaal were a deeply tiered empire based on brutal competition. Those at the top vied with each other through any means necessary, and Doryani was the foremost among these ambitious and amoral men. He was second only to Queen Atziri herself. Utzaal was the seat of his power, and ancient writings claim he undertook a vast array of strange projects and sordid experiments here... Some glyphs I have seen are too stomach-turning to discuss.
AlvaIt's a good thing we resolved our differences when we did. Without Doryani, we'd have died out there. I saw... the sky... the people... they were... well... Let's just say, I now understand why Vaal ruins look the way they do.
Doryani's Prototype"This was the first step in some grand design,
lost to the ages, now ours to decipher."
- Dominus, High Templar
Dream FragmentsDoryani stumbled into a realm of madness
And awoke its Master.
Quecholli"The finest prosperity grows from the direst
carnage. Such is the nature of progress."
- Doryani of the Vaal
Doryani FlavourText /577
nameflavour
StrInt4b_Gameplay_A3_95
CharacterTextAudio
Base cruelty... I'll have Doryani's head.
StrInt4b_Gameplay_P3_16
CharacterTextAudio
We'll soon see if Doryani's allies are as friendly as he says.
StrDex4b_Gameplay_A3_93
CharacterTextAudio
Hmm, Doryani... I've heard that name somewhere.
Str4b_Gameplay_A3_90
CharacterTextAudio
So, this is Doryani. How... arrogant.
Dex4b_Wild_MapBossComplete_02_04
CharacterTextAudio
Even Doryani can't find fault with that.
Dex4b_Wild_MapBossComplete_02_05
CharacterTextAudio
Even Doryani can't find fault with that.
Dex4b_Wild_MapBossComplete_02_06
CharacterTextAudio
Even Doryani can't find fault with that.
Int4_Gameplay_P3_21
CharacterTextAudio
As much as I'd love to kill you, Doryani and I need your help.
Int4b_Gameplay_P3_17
CharacterTextAudio
Doryani lives. If you wish to as well - then {kneel}.
Dex4b_Gameplay_I3_18
CharacterTextAudio
Enough fightin'. Doryani and I need your help.
Str4b_Gameplay_I3_21
CharacterTextAudio
I am not your enemy! I stand with Doryani.
Str4b_Gamplay_Abyss_13
CharacterTextAudio
This looks Vaal in origin. I should speak with Doryani.
Dex4_Gameplay_P3_19
CharacterTextAudio
Your precious Doryani and I stand together. Join us - or die.
Doryani, Royal Thaumaturge
MapPins
...he would likely be in the depths of the Black Chambers...
Doryani, Royal Thaumaturge
MapPins
...we'll see how this strange new alliance goes...
Zolin and Zelina
MapPins
The Cuachic now recognise Doryani's authority.
TrialmasterGossipDoryani
NPCTextAudio
I was once mortal, and I know how the mortal I once was would have felt about certain things. That man would have hated Doryani with a passion for bringing about the fall of the greatest civilisation this world has ever known. Fortunately, I am no longer troubled by such attachments. Through the grace of Chaos, I now understand that all things that can happen, do. Even now I am testing the might of another survivor who washed up on Wraeclast instead of you, and to her, you are dead. All that you accomplish is meaningless. All that Doryani ruined was equally meaningless.
CadiroOnDoryanisFist
NPCTextAudio
Doryani's Fist, hmm? This weapon seems to weave its way in and out of history...
CadiroOnDoryanisDelusion
NPCTextAudio
Icius had much to say about Doryani. Doryani was a cold and calculating figure, one motivated only by a desire to save his people... forever. Take that ominous note as you will. A shame we never managed to excavate Utzaal.
Mentor_G3_On_Doryani_Return
NPCTextAudio
Returning with Doryani was an inspired move. As the foremost expert on the Beast that ever lived, he is exactly the man we need.

I doubt we can trust him in a broader sense, but, for the moment, our goals are aligned. He wishes to contain the Beast, and so do we.

If he thinks we should travel south to Ngamakanui, then so we shall. This weapon of the Precursors... it may just be our best hope...
Alva_G3_Gossip_Device
NPCTextAudio
It's hard to guess what the device inside the Temple might be. I do know that it was commissioned by Queen Atziri's Thaumaturge, Doryani himself. The project was given all the resources it needed, and the work was kept secret, even from Atziri. As best as I could translate, they claimed using it might mean 'abandoning all they had built'. They seemed to view it as a last resort, a way to save their legacy if all else failed... It's not often I detect fear in Vaal writings, but they definitely hoped they would never have to use it.
Alva_G3_Gossip_Doryani_Present
NPCTextAudio
By their final days, the Vaal were a deeply tiered empire based on brutal competition. Those at the top vied with each other through any means necessary, and Doryani was the foremost among these ambitious and amoral men. He was second only to Queen Atziri herself. Utzaal was the seat of his power, and ancient writings claim he undertook a vast array of strange projects and sordid experiments here... Some glyphs I have seen are too stomach-turning to discuss.
Alva_G3_Doryani_ConversationOne
NPCTextAudio
It's been a lot longer than that.
Alva_G3_Doryani_ConversationTwo
NPCTextAudio
It's been nearly two thousand years since the Cataclysm.
Alva_G3_Doryani_ConversationThree
NPCTextAudio
History recorded the number of survivors who made it to the Azmeri in the mountains... three thousand, one hundred, and twenty-six.
Alva_G3_Doryani_ConversationFour
NPCTextAudio
Release me, and we can talk about this. We'll figure something out.
Alva_G3_Sanctum_four
NPCTextAudio
You really need to speak with Doryani. I think you both want the same thing: to prevent a Cataclysm.
Alva_G3_MidFightDoryani
NPCTextAudio
You {know} why we're here! It happened! It cannot be stopped!
Alva_G3_End_of_Act_Chat
NPCTextAudio
Well... that was quite the adventure. I'll take you to Kingsmarch so you can charter a ship and search for the weapon that Doryani spoke of. We can leave whenever you're ready, just let me know.
Alva_G3_Gossip_Doryani_Past
NPCTextAudio
That man is a mystery. Though it appears he is on your side for now, you mustn't forget who he is and all he has done... There is something eerily cold and calculating about him. I believe he will aid you so long as your goals align with his. The moment they do not... I'm just saying, don't turn your back on him.
Alva_G3_Gossip_Doryani
NPCTextAudio
History says Doryani disappeared just before the Cataclysm. Now we know why—he came with us to the present. It seems the choice has already been made.
Alva_G3_Endgame_Go_To_Ziggurat
NPCTextAudio
[DNT-UNUSED] Good work on capturing Doryani. Let's meet up inside The Ziggurat Refuge at the base of this encampment.
UpperMachinariumGlyph01Text
NPCTextAudio
Seventy-four shipments of Soul Cores in the span of three moons. Seventy-four shipments... and it still won't be enough, if our fears become realized.

We have put our lives on the line because Doryani asked us to do so. I accept this and... I am not a traitor to the Queen, but, sometimes, loyalty requires protecting her from her own mistakes.

We need more time. We just need more time!
TwilightOrderInteractDoryani1
NPCTextAudio
That one reeks of Corruption!
TwilightOrderInteractDoryani2
NPCTextAudio
That one reeks of Corruption!
KingsmarchDoryaniIntro
NPCTextAudio
[DNT-UNUSED] I do not recognise these 'Kalguurans,' but regardless of who inhabits the area, we must search the islands of this Archipelago.

The pieces of the Weapon should still be radiating intense Corruption, even now. Look for unusual dangers... mutations, madness, and death. The pieces will make their presence known.
KingsmarchDoryaniOnePieceFound
NPCTextAudio
[DNT-UNUSED] Ah, so the pieces do still remain on these islands.

Interesting.... the symbols engraved on this piece. I think they line up with... give me your map!
KingsmarchDoryaniOnePieceFoundMap
NPCTextAudio
[DNT-UNUSED] Yes. These symbols are some kind of map. Find the other two pieces of the weapon. There are further mysteries here that we must uncover.

Meanwhile, I will attempt to join this piece with the one that I have.
KingsmarchDoryaniEmptyHanded
NPCTextAudio
[DNT-UNUSED] Argh! These weapon pieces! We have tried the forge, the anvil, even Kalguuran 'runesmithing.' Nothing! They simply refuse to be joined. There is something missing.

Go! Find another of these confounded things. Perhaps then we will learn more.
KingsmarchDoryaniSecondPieceNoEmptyHands
NPCTextAudio
[DNT-UNUSED] Argh! These weapon pieces! We have tried the forge, the anvil, even Kalguuran 'runesmithing.' Nothing! They simply refuse to be joined.

There is something missing... let me see the next piece.
KingsmarchDoryaniTwoPiecesFound
NPCTextAudio
[DNT-UNUSED] So... this piece contains more of these symbols.
KingsmarchDoryaniTwoPiecesFoundMap
NPCTextAudio
[DNT-UNUSED] It is clear now that the weapon is showing us a location. We can only hope that it will contain the key to reforging it.

Find the last piece, and then I shall know more.
KingsmarchDoryaniThreePiecesFound
NPCTextAudio
[DNT-UNUSED] At last! We have all the pieces of the Weapon... Let us find out where it leads us.
KingsmarchDoryaniThreePiecesFoundMap
NPCTextAudio
[DNT-UNUSED] Yes. The fools likely have no idea what resides beneath their feet. We should ask them if they have seen any signs of precursor ruins on the island.
KingsmarchDoryaniSacrifices
NPCTextAudio
[DNT-UNUSED] It seems that Gems have changed since my time. Yours are notably weaker, but do not require the collection and expenditure of souls. I see, too, a connection between the abilities the gems of this era offer, and the beliefs of the currently dominant cultures of Wraeclast.

Did our gems require the sacrifice of peasants simply because of the nature of our religion? Such a waste... it was always the critical flaw in our Empire's growth.
KingsmarchDoryaniKalguurans
NPCTextAudio
[DNT-UNUSED] These Kalguurans have a strange heritage. They are, apparently, unable to use Gems in any way. What makes them different? Should I have the opportunity, I shall dissect one.
KingsmarchDoryaniOnPrecursorIsland
NPCTextAudio
[DNT-UNUSED] I should have assumed the Precursors would not be so easy to find. These islands have been inhabited for thousands of years, after all... but the power to sink and raise entire landscapes?

To have such might, and to still succumb to the long entropy of history... how can any civilisation hope to endure?
KingsmarchDoryaniOnHoko
NPCTextAudio
[DNT-UNUSED] So, the Karui are still just as obsessed with strength as they were in my era. The fool! Track this 'Hoko' down and take the Weapon back by any means necessary.

A word of warning. The effects on anyone exposed to it could be..... volatile.
KingsmarchDoryaniEndOfAct
NPCTextAudio
[DNT-UNUSED] The plan is sound, and the Weapon will work. It's on you to make sure nothing goes wrong.

A word of warning. The effects on anyone exposed to it could be..... volatile.
Oswald_G3_End_of_Act_Commentary
NPCTextAudio
I can't pretend to guess the consequences of what you've done here. I'm not one to give lectures. If you think it's the best course of action, I can only hope that you are right. I promise you this: if I end up dead because of this Doryani fellow, I'm going to haunt you for the rest of time.
ServiOnDoryaniAndFarewell
NPCTextAudio
You bring someone we only talk 'bout in our darkest tale. That man is not just a myth - him a monster from the shadows of the past. His arrogance helped crack the world. And now you bring him here, to us, and expect him to help you? You would doom us all.
ViperNapuatzi_Emerge
NPCTextAudio
Bring her to Doryani!

As for you, I will pay back every drop of Vaal Blood you have spilled.
DoryaniPastPostFight
NPCTextAudio
Stop! Stop... I can contain the Beast...!
DoryaniPastDefeatedOne
NPCTextAudio
If only I had more time... There is an ancient weapon. A weapon that was used against Corruption, from a civilization lost to the ages. I have one piece of it. Three others were scattered... I have been searching for them, but the Karui have interfered at every turn.
DoryaniPastDefeatedTwo
NPCTextAudio
I suppose I must... It is too late for us here. This era is over. I pleaded with Atziri for her patience... but she would not abide me. She will attempt her communion with the Beast, and utter devastation will ravage our people. But... the fact that {you} are here... a living descendant of our people... it gives me some hope for our future. I will come to your era. Perhaps there is still time.
DoryaniPresentUtzaalReaction
NPCTextAudio
Utzaal... my people... they're all long dead. It is one thing to hear it, but... another to see it. This city is nothing but a grave. I can't change their fate, but the Vaal are not entirely gone. Alva—and her Vaal ancestry—is proof of that. I will do what I must to protect what remains, and perhaps one day we can rebuild. For that to happen, we need the Weapon. We must travel to the archipelago the Karui call Ngamakanui. If the pieces still exist, that is where they will be found.
DoryaniPresentOnUtzaal
NPCTextAudio
I gathered the greatest minds of our era in one place. We embarked on journeys of discovery that mankind could never before conceive. No ethical bounds. No moral limits! We sought immortality, both in flesh, and in machinery. We sought understanding of Corruption. We even sought to master Time itself. In the end, it was all for naught...
DoryaniPresentOnBeast
NPCTextAudio
Study of the Beast was my life's work, and the work of many Vaal scientists before me. Despite its danger, I still consider it a thing of beauty. A work of genius. It is capable of changing something fundamental about the nature of our existence. The Beast showed us it {can be done.} Our experiments with life... with death... with machinery, and augmentation... they were all inspired by it. We {can} surpass the impossible, if only we are willing to sacrifice enough.
DoryaniCataclysmFirstTalk
NPCTextAudio
Now then—it is time we departed. Activate the portal, and we will see about the-
DoryaniGodVoiceStopIntruderMale
NPCTextAudio
The intruder is {here?} What of Napuatzi...? I see. No mercy then! Kill him on sight!
DoryaniGodVoiceStopIntruderFemale
NPCTextAudio
The intruder is {here?} What of Napuatzi...? I see. No mercy then! Kill her on sight!
DoryaniGodVoiceCeaseAssault
NPCTextAudio
Fool! There's no time for this! Atziri will soon commune with the Beast! Cease your assault!
DoryaniGodVoiceStopAtOnce
NPCTextAudio
Stop this at once! I take no pleasure in harming one of my own, but if you persist, I will do with her what I must.
DoryaniWildCataclysmBegins
NPCTextAudio
It begins...
DoryaniEndgameOnZiggurat
NPCTextAudio
You're finally awake. That's a small consolation. We have lost so much. The Hooded One used the Weapon to keep us alive during the Cataclysm. We were too close. It absorbed too much energy, and was shattered. I retain only a piece of it. The situation is grim... the Hooded One has become comatose. Wraeclast has been devastated... and is no longer habitable. Grieving would only be a waste of precious time. We must face reality, and make difficult choices.
DoryaniEndgameOnWhatNow
NPCTextAudio
We {are} living the worst possible outcome, but I did anticipate {every} contingency... Before us is a translocation device, which {should} allow us to open portals to a wide range of coordinates across Wraeclast. With this, we can reclaim the world from the grasp of Corruption, so that civilisation can one day return to its former heights.
DoryaniEndgameOnOurWork
NPCTextAudio
There was some damage but while you were unconscious, we worked to repair the machine. I believe it will function as desired... But it must be tested. That is where you come in. By placing Waystones in the machine, they will help calibrate the journey. The Corruption at the destination will respond to both the energies we use, and that we ourselves expect to find. Let us use this malleability to our advantage... Let us see if the machine is still capable.
DoryaniEndgameSeekCorruptedBiome
NPCTextAudio
Wraeclast is wounded and broken. We must reshape its future, and heal it anew. The initial Cataclysmic event is over, but Corruption is still radiating from certain locations. From these points, it spreads like a disease. Travel to one of these regions and investigate. We must know why it is still spreading. Report back to me with your findings, and we will plan our next move.
DoryaniEndgameFindSourceOfCorruption
NPCTextAudio
So, these densely Corrupted regions contain an active source. Despite the risks, you must venture within. Find the source of Corruption. When you have identified it and dealt with any danger, call for me. I will cleanse what remains.
DoryaniEndgameSeeTower
NPCTextAudio
This is the first Precursor tower we've seen. You should take control of it, so that we may research its properties. There may be considerable foes in proximity... these towers channel forces we do not yet understand. If you see any sort of 'central tower' or nexus to the network, be sure to let me know...
DoryaniEndgameSeeMonolith
NPCTextAudio
There is a tremendous amount of energy radiating from that new structure. If it was Corruption, I would understand, but it's like nothing I have ever seen before. My intuition tells me that you must absolutely be the first to reach it. If it should fall into the hands of the Corrupted, there is no telling what may happen.
DoryaniEndgameFirstMapComplete
NPCTextAudio
The device still functions, despite the damage the Cataclysm caused. Good. Now, using the device, you must seek out major sources of Corruption for us to cleanse.
DoryaniEndgameFirstMapFail
NPCTextAudio
The device still functions, despite the damage the Cataclysm caused, but that is little solace if you are not up to the task. Gather your wits. There are far greater dangers to come. Using the device, you must seek out major sources of Corruption for us to cleanse.
DoryaniEndgameFirstCorruptMapComplete
NPCTextAudio
You have done well. That area has been cleansed, and the land may now return to its original state. By all means, continue.
DoryaniEndgameFirstCorruptMapFail
NPCTextAudio
You do know the fate of humanity rests upon your shoulders? Make whatever adjustments you require for success. Get back out there. Do better.
DoryaniEndgameAssignFirstAtlasPassive
NPCTextAudio
Using the cleansed Corruption you retrieved, I was able to modify the device to accommodate your request. You should find things somewhat different next time you venture out.
DoryaniEndgameFirstTimeHideout
NPCTextAudio
I believe it unwise to base our operations outside of the Ziggurat. This seems like an unnecessary risk to take. And Atalui is constantly complaining about the lack of facilities. However, I will make this concession, since you have done such critical work.
DoryaniEndgameTowerQuestStart
NPCTextAudio
Ah, a Tower has been secured? Timely. It seems they can provide us with an advantage of learning more about the surrounding area. It would be wise to use them to plan our next course of action.
DoryaniEndgameTowerTabletUse
NPCTextAudio
The tower... the surrounding landscape has indeed been altered. This could be of great use to us. These towers are part of some long ago experiment on a grand scale... I will do more research while you continue to explore.
DoryaniEndgameFirstFaction
NPCTextAudio
The source of Corruption was a creature? I wish I could perform a detailed autopsy of its corpse, but its passive emanations alone would quickly kill us. It looks to be significantly more mutated than other beings we've encountered. I don't like having insufficient data on new threats... we are vulnerable until we know more.
DoryaniEndgameSecondFaction
NPCTextAudio
This creature is far different from the type you defeated before. It looks to be the center of a hive mind. A legion of mutated creatures, without brains, acting as one. I never even considered such a thing possible, or we would have experimented with it at Aggorat... In any case, I will continue my dissections... There is something very disturbing about the arc of these mutations...
DoryaniEndgameThirdFaction
NPCTextAudio
A third stratum of creatures, different yet again... I am starting to see a pattern here, one that bodes ill for us, but I cannot quite discern the meaning yet. Worse, these creatures appear to have been sentient. The mindless ravagers we first encountered could be outsmarted, and the hive-mind had an obvious weak point. But these ones can actually think. We are in grave danger...
DoryaniEndgameFinishCorruptionQuest
NPCTextAudio
The current situation is finally stable. We have done enough to ensure humanity's survival, however meager our dignity may be. We should continue cleansing Corruption, however. It is true that we have ensured the future. Now, we should begin {improving} it.
DoryaniEndgameOnCleansedAreas
NPCTextAudio
Cleansed regions of Wraeclast are still dangerous, but only in the ways with which we are familiar. The demon you know, as they say. These regions should also contain substantial amounts of neutralised Corruption, which may manifest as orbs or crystals of anomalous material. Collect them if you see them. They may prove useful.
DoryaniEndgameOnCrystallinePower
NPCTextAudio
Corruption, at a fundamental level, is a form of energy. Much of Vaal technology was based on using that energy, because it is freely available in the environment... My piece of the Weapon cannot destroy that energy, only render it inert, in the form of crystalline precipitate. In that form, it cannot hurt us, and might even be put to new uses.
DoryaniEndgameOnWeaponPiece
NPCTextAudio
On its own, my piece of the Precursor Weapon can only neutralise {passive} Corruption. That is why you must destroy the {active} source in each deadly region first. This will be a long and grueling task, one that may take the rest of our lives... however long that may be.
DoryaniEndgameOnBosses
NPCTextAudio
There is something... a secret horror that hides in the broken puzzle pieces we possess... a pattern that even my intellect cannot quite grasp. Not with such limited information. It may surprise you to discover that a man like me can feel fear. I admit it. Fear is healthy. I feel fear when I know I am in danger, but do not have enough information. It is impossible to act with precision unless we know, so I have always sought the truth...but in this instance, for the first time in my life, I fear {knowing,} too... and I don't yet know why...
DoryaniEndgameOnDream
NPCTextAudio
Yes, that strange voice torments me in my sleep... so I more or less avoid sleeping. Thankfully, the light of our Inner Sun can remove the need for sleep, if you're willing to gaze directly into it for a time... Just don't do that for longer than a few days. It's not a perfect substitute.
DoryaniMapOnRealmgate
NPCTextAudio
The Realmgate was the sister project to the Timegate that brought you to us. The Realmgate can, theoretically, give us access to other planes of existence. Unfortunately, it has never been activated, if it works at all. We need sizeable energies or materials from those planes to help us locate them in the vast expanse of all that is. If you find otherworldly splinters and fragments, keep them. With enough of them, we can find out if the Realmgate truly works.
DoryaniMapOnHideout
NPCTextAudio
You have located a... {relatively safe} hideaway. We could establish a base of operations there, if you feel it necessary. We will always have the Ziggurat to fall back on, so the risk is not existential.
DoryaniMapOnReliquary
NPCTextAudio
The disciples of Kamasa stockpiled a great many things in their modern lust for wealth. The right key may open doors long forgotten...
DoryaniMapOnZiggurat
NPCTextAudio
The Ziggurat is the heart of our operations, the only truly safe place on Wraeclast. From here, we can reclaim the world for humanity.
DoryaniEndgameOnTheFortress
NPCTextAudio
There is a tremendous amount of energy radiating from that new structure. If it was Corruption, I would understand, but it is like nothing I have ever seen before. My intuition tells me that you must absolutely be the first to reach it. If it should fall into the hands of the Corrupted, there is no telling what may happen.
DoryaniEndgameOnFlameSeed
NPCTextAudio
From what you've told me, the guardian of the Flame Seed seems to have been purposely molded for his task. The Precursors created him, but he is not one of them. I can only theorise as to his purpose...
DoryaniEndgameOnDefeatFlameSeedGuardian
NPCTextAudio
I understand that... something... stole the Flame Seed as your battle drew to a close. This is concerning. There is little we can do until we know more.
DoryaniEndgameTier1Task
NPCTextAudio
You must start with the areas of least Corruption. They are still deadly, but should be survivable for short spans. Cleanse enough of them to give us an outside foothold.
DoryaniEndgameGiveTasksOne
NPCTextAudio
Keep up your work. It is a long and dangerous task, but there is an end in sight.
DoryaniEndgameGiveTasksTwo
NPCTextAudio
Continue clearing Corruption. It is the only thing we can do right now.
DoryaniEndgameGiveTasksThree
NPCTextAudio
Why are you wasting time here? Continue clearing Corruption!
DoryaniEndgameGiveTasksFour
NPCTextAudio
You don't look sick or injured. Why are you lingering here? Continue your work.
DoryaniEndgameReceiveRewardOne
NPCTextAudio
The space you cleared allowed us to reclaim several important tools. We can now upgrade our machine.
DoryaniEndgameReceiveRewardTwo
NPCTextAudio
We found a handful of survivors in the area you cleared. We'll put them to work.
DoryaniEndgameReceiveRewardThree
NPCTextAudio
A renowned scientist was... recovered... from the area you cleared. His acumen will add to our own.
DoryaniEndgameReceiveRewardFour
NPCTextAudio
Valuable resources were located in the area you cleared. We can augment our capabilities.
DoryaniEndgameReceiveRewardFive
NPCTextAudio
I have had time to increase the capabilities of the machine. We have a few choices to make.
DoryaniEndgameReceiveRewardSix
NPCTextAudio
With each success, we grow closer to our goal.
DoryaniEndgameTier15TaskComplete
NPCTextAudio
The current situation is finally stable. We have done enough to ensure humanity's survival, however meager their dignity may be. This is not a victory, but it is a success. You may continue to cleanse Corruption as you wish. I will begin work on greater plans...
DoryaniEndgameFirstMapCompleted
NPCTextAudio
The device still functions, despite the damage the Cataclysm caused. Good. Now, using the device, you must seek out major sources of Corruption for us to cleanse.
DoryaniEndgameDefeatBreachBoss
NPCTextAudio
I had a suspicion that the Cult of the Purple Flame was dangerous. They did not know the true nature of the forces they beseeched. I'm not certain anyone will ever know the breadth of what lies beyond this world... but Chayula alone kept his word, in what little dealings were had. Perhaps one day, we will find out what happened to create this... Xesht.
DoryaniEndgamePrecursorGossip
NPCTextAudio
I have invested considerable resources and many years of effort in the search, but my knowledge of the Precursors still remains scarce. They are as ancient to us as we are to you. On such time scales, geological events tend to obscure remnants of civilisation. There is evidence of great fires. Eruptions. Impacts from the sky. All I know is that they, too, delved into the secrets of this world. Corruption was just one of many forms of energy that they mastered. I have come across simple pictographs in their ruins, intended as a contingency, should others come without knowledge of their language. Most pictographs were quite clear: {'Death lies within.'} One, however, held faded instructions for what we should do if that death should ever escape; if it should ever plague the land. That is how I know the Weapon exists, and... generally... how to find it. Someone in the past wanted us to know about it, in case the worst should ever happen... and clearly, it has...
DoryaniEndgameUberBossGossip
NPCTextAudio
Out in the Corrupted wastelands, you will no doubt encounter 'survivors.' Do not fall victim to the trap of empathy. Though their bodies do not yet know it, they are {dead.} They sicken and taint everything they touch. They would slowly kill us by their very presence. They have no future. It would have been a mercy for them to die in the initial devastation. They will slowly waste away, and in their wasting, they will become disoriented... and then, enraged. They will seek to survive as long as possible, even if that means they doom the rest of us. They will be drawn to resources, and to power. {You} cannot allow them to possess that which we need. If you see them, kill them, and do not hesitate for even a moment.
DoryaniEndgameUberBossGossipTwo
NPCTextAudio
In the wake of the Cataclysm, reality is not what it used to be. There are far fewer of us now, and the mad outnumber the sane. You will see things out there that you will not understand. As much as I despise this truth as a man of science, it is quite possible they cannot {be} understood. Carry on with what must be done, and eventually, Wraeclast will... calm.
DoryaniEndgameUberBossTask
NPCTextAudio
As I predicted, the Corrupted 'survivors' out in the wastelands have banded together like primal animals. They refuse to accept their own doom. You must become proactive in your approach. Their warlords are perverse figments of reality that the Cataclysm has distorted. Find these tainted realities and cut the head off the snake, so to speak.
DoryaniEndgameOnUberDoryani
NPCTextAudio
I should warn you... in my search for ways to stop the Cataclysm, I entreated the ultimate wisdom in this world, and I paid a terrible price. That price is out there, still—and he is even more cunning and dangerous than I am, for he does not have my purity of purpose. When you meet him, destroy him utterly, and do not trouble yourself with your usual moral quandaries.
DoryaniEndgameOnPrecursorTowers
NPCTextAudio
The sheer force of the Cataclysm scoured away much of the surface, and disrupted what remained. Sturdier than most, ancient Precursor towers have been left exposed. You should find one, and secure it for our research.
DoryaniEndgameOnPrecursorTowersGossip
NPCTextAudio
I believe that the Precursor towers are part of a network created specifically to alter terrain and biomes. This may have been to make Wraeclast more habitable initially... or perhaps it had a larger purpose, later in their era. These ideas are just conjecture, of course.
DoryaniEndgameOnSecuringTower
NPCTextAudio
Ah, a Tower has been secured? Timely. It seems they can provide us with an advantage of learning more about the surrounding area. It would be wise to use them to plan our next course of action.
DoryaniEndgameOnActivatingFirstTower
NPCTextAudio
The tower... the surrounding landscape has been altered! This could be of great use to us. These towers are part of some long ago experiment, perhaps... or a contingency... I will do more research while you continue to explore.
DoryaniEndgameOnEndgameMapCorruption
NPCTextAudio
In a time of minimal sentience—and most of it mad—what you encounter out there can be quite malleable. What we expect to find can shape things. The energies we use in our translocation device can influence outcomes. That device was made possible, after all, by a very special patron. They are likely watching us even now, and finding great humour in our travails...
DoryaniEndgameOnTabletFound
NPCTextAudio
Hmm... this tablet you have found, I believe it is capable of altering energies in the area at the waystone's destination. Place a waystone along with a tablet into the machine. Activate it and travel there... let us see what comes of it.
DoryaniEndgameOnPatron
NPCTextAudio
I was told many cryptic things. I was asked to—no, I shouldn't say. I don't understand, at least not yet. I was told this was the only way, yet still, I fought to find another path. I believe we make our own fates, but... here we are. If only I had the full picture...
DoryaniBossConversationOne
NPCTextAudio
You're of Vaal descent, but I do not recognise your features, or your clothing. How can things have changed so much after only ten years?
DoryaniBossConversationTwo
NPCTextAudio
What?! How long has it been?
DoryaniBossConversationThree
NPCTextAudio
Unbelievable!... The Cataclysm... How many of us survived?
DoryaniBossConversationFour
NPCTextAudio
That cannot be true. It can't! I've laid so many plans... Spent everything I have, trying to stop this... trying to stop Atziri...
DoryaniBossConversationFive
NPCTextAudio
Perhaps... I just need a moment to think... To make a new plan... There must be a way...
DoryaniBossConversationSix
NPCTextAudio
The intruder! Where is Napuatzi?! Ah... then I'll have to handle you myself.
DoryaniPastBoss_Intro
NPCTextAudio
So... at the eve of the end, the demon of Atzoatl has finally come for me!
DoryaniPastBoss_Flamethrower_Random
NPCTextAudio
Simple!
DoryaniPastBoss_Flamethrower_2
NPCTextAudio
Simple!
DoryaniPastBoss_Flamethrower_3
NPCTextAudio
Simple!
DoryaniPastBoss_Flamethrower_4
NPCTextAudio
Ignition!
DoryaniPastBoss_Flamethrower_5
NPCTextAudio
Ignition!
DoryaniPastBoss_Flamethrower_6
NPCTextAudio
Ignition!
DoryaniPastBoss_Flamethrower_7
NPCTextAudio
Flame!
DoryaniPastBoss_Flamethrower_8
NPCTextAudio
Flame!
DoryaniPastBoss_Flamethrower_9
NPCTextAudio
Flame!
DoryaniPastBoss_LightningTendrils_Random
NPCTextAudio
Behold!
DoryaniPastBoss_LightningTendrils_2
NPCTextAudio
Behold!
DoryaniPastBoss_LightningTendrils_3
NPCTextAudio
Behold!
DoryaniPastBoss_LightningTendrils_4
NPCTextAudio
Unleashed!
DoryaniPastBoss_LightningTendrils_5
NPCTextAudio
Unleashed!
DoryaniPastBoss_LightningTendrils_6
NPCTextAudio
Unleashed!
DoryaniPastBoss_LightningTendrils_7
NPCTextAudio
Sheer power!
DoryaniPastBoss_LightningTendrils_8
NPCTextAudio
Sheer power!
DoryaniPastBoss_LightningTendrils_9
NPCTextAudio
Sheer power!
DoryaniPastBoss_CrystalToss_Random
NPCTextAudio
Inevitable!
DoryaniPastBoss_CrystalToss_2
NPCTextAudio
Inevitable!
DoryaniPastBoss_CrystalToss_3
NPCTextAudio
Inevitable!
DoryaniPastBoss_CrystalToss_4
NPCTextAudio
Observe!
DoryaniPastBoss_CrystalToss_5
NPCTextAudio
Observe!
DoryaniPastBoss_CrystalToss_6
NPCTextAudio
Observe!
DoryaniPastBoss_UberFireball_Random
NPCTextAudio
Pathetic!
DoryaniPastBoss_UberFireball_2
NPCTextAudio
Pathetic!
DoryaniPastBoss_UberFireball_3
NPCTextAudio
Pathetic!
DoryaniPastBoss_UberFireball_4
NPCTextAudio
Give in!
DoryaniPastBoss_UberFireball_5
NPCTextAudio
Give in!
DoryaniPastBoss_UberFireball_6
NPCTextAudio
Give in!
DoryaniPastBoss_Knockdown_Random
NPCTextAudio
Ugh! A minor setback!
DoryaniPastBoss_Knockdown_2
NPCTextAudio
Agh! I've had... enough of this!
DoryaniPastBoss_LightningClap_Random
NPCTextAudio
Nothing can stand against us!
DoryaniPastBoss_LightningClap_2
NPCTextAudio
I bear the burden of our future!
DoryaniPastBoss_LightningClap_3
NPCTextAudio
The ends justify the means!
DoryaniPastBoss_LightningClap_4
NPCTextAudio
Survival requires brutal choices!
DoryaniPastBoss_Flameblast_Random
NPCTextAudio
You will burn!
DoryaniPastBoss_Flameblast_2
NPCTextAudio
You will burn!
DoryaniPastBoss_Flameblast_3
NPCTextAudio
Let's see how you handle {this!}
DoryaniPastBoss_Flameblast_4
NPCTextAudio
Let's see how you handle {this!}
DoryaniPastBoss_Flameblast_5
NPCTextAudio
You will burn!
DoryaniPastBoss_SolarOrb_Random
NPCTextAudio
Catalyse fusion!
DoryaniPastBoss_SolarOrb_2
NPCTextAudio
Channel the reactor!
DoryaniPastBoss_SolarOrb_3
NPCTextAudio
Inferno!
DoryaniPastBoss_SolarOrb_4
NPCTextAudio
Channel the reactor!
DoryaniPastBoss_SolarOrb_5
NPCTextAudio
Inferno!
DoryaniPastBoss_ActivateLaser_Random
NPCTextAudio
Sacrifice is the only path to survival!
DoryaniPastBoss_ActivateLaser_2
NPCTextAudio
Progress comes with a heavy price!
DoryaniPastBoss_ActivateLaser_3
NPCTextAudio
You are blind to the greater good!
DoryaniPastBoss_FrontalLaser_Random
NPCTextAudio
The power of the Vaal!
DoryaniPastBoss_FrontalLaser_2
NPCTextAudio
The power of the Vaal!
DoryaniPastBoss_FrontalLaser_3
NPCTextAudio
This ends now!
DoryaniPastBoss_FrontalLaser_4
NPCTextAudio
This ends now!
DoryaniPastBoss_FrontalLaser_5
NPCTextAudio
This ends now!
DoryaniPastBoss_BringSoulCore_Random
NPCTextAudio
The best laid plans...
DoryaniPastBoss_BringSoulCore_2
NPCTextAudio
The best laid plans...
DoryaniPastBoss_BringSoulCore_3
NPCTextAudio
Five moves ahead!
DoryaniPastBoss_BringSoulCore_4
NPCTextAudio
Five moves ahead!
DoryaniPastBoss_PlasmaArcDance_Random
NPCTextAudio
The Vaal will endure!
DoryaniPastBoss_PlasmaArcDance_2
NPCTextAudio
You are a meaningless obstacle!
DoryaniPastBoss_PlasmaArcDance_3
NPCTextAudio
The Vaal will endure!
DoryaniPastBoss_PlasmaArcDance_4
NPCTextAudio
You are a meaningless obstacle!
DoryaniPastBoss_PlasmaArcDance_5
NPCTextAudio
You think you can stop progress?
DoryaniPastBoss_PlasmaArcDance_6
NPCTextAudio
You think you can stop progress?
DoryaniPastBoss_PlayerDeath_Random
NPCTextAudio
You didn't stand a chance.
DoryaniPastBoss_PlayerDeath_2
NPCTextAudio
You didn't stand a chance.
DoryaniPastBoss_PlayerDeath_3
NPCTextAudio
You were warned.
DoryaniPastBoss_PlayerDeath_4
NPCTextAudio
You were warned.
DoryaniPastBoss_MechComboSlam_Random
NPCTextAudio
I've been preparing for you for years!
DoryaniPastBoss_MechComboSlam_2
NPCTextAudio
I've been preparing for you for years!
DoryaniPastBoss_MechComboSlam_3
NPCTextAudio
The destruction at Atzoatl will be repaid a thousand-fold!
DoryaniPastBoss_MechComboSlam_4
NPCTextAudio
The destruction at Atzoatl will be repaid a thousand-fold!
DoryaniPastBoss_MechPlayerDeath_Random
NPCTextAudio
You didn't stand a chance.
DoryaniPastBoss_MechPlayerDeath_2
NPCTextAudio
You didn't stand a chance.
DoryaniPastBoss_MechPlayerDeath_3
NPCTextAudio
You didn't stand a chance.
DoryaniPastBoss_MechPlayerDeath_4
NPCTextAudio
You were warned.
DoryaniPastBoss_MechPlayerDeath_5
NPCTextAudio
You were warned.
DoryaniPastBoss_MechPlayerDeath_6
NPCTextAudio
You were warned.
DoryaniPastBoss_MechSuitTransform_Random
NPCTextAudio
I can't give up! I must save my people!
DoryaniPastBoss_MechSuitTransformEnd_Random
NPCTextAudio
No! I {will} succeed!
DoryaniPastBoss_MechKnockdown_Random
NPCTextAudio
Ugh... inconceivable... You will pay for this!
DoryaniPastBoss_MechKnockdown_2
NPCTextAudio
Agh... what...? How? Get up, get up!
DoryaniPastBoss_MechKnockdown_3
NPCTextAudio
Ugh! Unexpected... but non-critical!
DoryaniPastBoss_MechClawLaser_Random
NPCTextAudio
I cannot let my efforts be in vain!
DoryaniPastBoss_MechClawLaser_2
NPCTextAudio
I cannot let my efforts be in vain!
DoryaniPastBoss_MechClawLaser_3
NPCTextAudio
The end of the world is nigh!
DoryaniPastBoss_MechClawLaser_4
NPCTextAudio
The end of the world is nigh!
DoryaniPastBoss_MechClawLaser_5
NPCTextAudio
Do you truly think you can match me?
DoryaniPastBoss_MechClawLaser_6
NPCTextAudio
Do you truly think you can match me?
DoryaniPastBoss_MechFlamethrower_Random
NPCTextAudio
I will burn you alive!
DoryaniPastBoss_MechFlamethrower_2
NPCTextAudio
I will burn you alive!
DoryaniPastBoss_MechFlamethrower_3
NPCTextAudio
I cannot allow you to interfere!
DoryaniPastBoss_MechFlamethrower_4
NPCTextAudio
I cannot allow you to interfere!
DoryaniPastBoss_MechFlamethrower_5
NPCTextAudio
Burn to ash, Demon of Atzoatl!
DoryaniPastBoss_MechFlamethrower_6
NPCTextAudio
Burn to ash, Demon of Atzoatl!
DoryaniPastBoss_MechFlamethrower_7
NPCTextAudio
One death is nothing for the greater good!
DoryaniPastBoss_MechFlamethrower_8
NPCTextAudio
One death is nothing for the greater good!
DoryaniPastBoss_MechLightningArc_Random
NPCTextAudio
Overload the reactor!
DoryaniPastBoss_MechLightningArc_2
NPCTextAudio
Overload the reactor!
DoryaniPastBoss_MechLightningArc_3
NPCTextAudio
Overload the reactor!
DoryaniPastBoss_MechLightningArc_4
NPCTextAudio
The power of the storm!
DoryaniPastBoss_MechLightningArc_5
NPCTextAudio
The power of the storm!
DoryaniPastBoss_MechLightningArc_6
NPCTextAudio
The power of the storm!
DoryaniPastBoss_MechLightningArc_7
NPCTextAudio
You are wasting precious time!
DoryaniPastBoss_MechLightningArc_8
NPCTextAudio
You are wasting precious time!
DoryaniPastBoss_MechDiscoLaser_Random
NPCTextAudio
Let me show you what true intellect looks like!
DoryaniPastBoss_MechDiscoLaser_2
NPCTextAudio
Let me show you what true intellect looks like!
DoryaniPastBoss_MechDiscoLaser_3
NPCTextAudio
Existence is merely energy...
DoryaniPastBoss_MechDiscoLaser_4
NPCTextAudio
Existence is merely energy...
DoryaniPastBoss_MechDiscoLaser_5
NPCTextAudio
Atziri will soon begin her Ascension. Out of my way, or die!
DoryaniPastBoss_MechSlam_Random
NPCTextAudio
Face the might of the Vaal!
DoryaniPastBoss_MechSlam_2
NPCTextAudio
Face the might of the Vaal!
DoryaniPastBoss_MechSlam_3
NPCTextAudio
I will crush you!
DoryaniPastBoss_MechSlam_4
NPCTextAudio
I will crush you!
DoryaniPastBoss_MechSlam2_Random
NPCTextAudio
Full power!
DoryaniPastBoss_MechSlam2_2
NPCTextAudio
Full power!
DoryaniPastBoss_MechSlam2_3
NPCTextAudio
I've had enough of you!
DoryaniPastBoss_MechSlam2_4
NPCTextAudio
I've had enough of you!
DoryaniPastBoss_MechSlam2_5
NPCTextAudio
You think you can stand in my way?
DoryaniPastBoss_MechSlam2_6
NPCTextAudio
You think you can stand in my way?
DoryaniPastBoss_MechBodySlam_Random
NPCTextAudio
How foolish!
DoryaniPastBoss_MechBodySlam_2
NPCTextAudio
How foolish!
DoryaniPastBoss_MechBodySlam_3
NPCTextAudio
Let's see you survive this!
DoryaniPastBoss_MechBodySlam_4
NPCTextAudio
Let's see you survive this!
DoryaniPastBoss_MechBodySlam_5
NPCTextAudio
There is no escape!
DoryaniPastBoss_MechBodySlam_6
NPCTextAudio
There is no escape!
DoryaniPastBoss_MechSpiderLegAttack_Random
NPCTextAudio
You think you can run?!
DoryaniPastBoss_MechSpiderLegAttack_2
NPCTextAudio
You think you can run?!
DoryaniPastBoss_MechSpiderLegAttack_3
NPCTextAudio
Now, you're within my grasp!
DoryaniPastBoss_MechSpiderLegAttack_4
NPCTextAudio
Now, you are within my grasp!
DoryaniPastBoss_MechDetatchPlatform_Random
NPCTextAudio
I plan for every contingency...
DoryaniPastBoss_MechDetatchPlatform_2
NPCTextAudio
Nothing will stand in my way!
DoryaniPastBoss_MechLightningStorm_Random
NPCTextAudio
Ravaging power!
DoryaniPastBoss_MechLightningStorm_2
NPCTextAudio
Reverse the polarity!
DoryaniPastBoss_MechLightningStorm_3
NPCTextAudio
Face the might of the mind!
DoryaniPastBoss_MechIonCannon_Random
NPCTextAudio
Fire the main cannon!
DoryaniPastBoss_MechIonCannon_2
NPCTextAudio
Orbital strike!
DoryaniPastBoss_MechSelfDestruct_Random
NPCTextAudio
Self-destruction!
DoryaniPastBoss_MechSelfDestruct_2
NPCTextAudio
Fatal ambition!
DoryaniPastBoss_MechSelfDestruct_3
NPCTextAudio
You leave me no choice!
DoryaniPastBoss_MechReassemble_Random
NPCTextAudio
This is not over yet.
DoryaniPastBoss_WildFreeAlva
NPCTextAudio
Wait... I will free her.
DoryaniPastBoss_MechDeathDoNotFailMe
NPCTextAudio
Gah! No! Do not fail me... Not now!
DoryaniPastBoss_MechDeathHowCouldThisHappen
NPCTextAudio
Ugh... how could this happen...? All I have done. All that I sacrificed...
DoryaniPastBoss_MechDeathContainBeast
NPCTextAudio
Hmm... the legacy of the Vaal must be protected... I do know of a way to contain the Beast.
Napuatzi_IntroFour
NPCTextAudio
Bring her to Doryani!
AlvaEndgamePlayerWakeUp
NPCTextAudio
You're awake! I thought you might not make it..
There's a lot to go over.. When you've pulled yourself together, go speak to Doryani
AlvaEndgameOnWakeUp
NPCTextAudio
You're awake! Oh, I thought you might not make it... There's a lot to go over... When you've pulled yourself together, speak with Doryani.
AlvaEndgameOnDoryani
NPCTextAudio
It's a good thing we resolved our differences when we did. Without Doryani, we'd have died out there. I saw... the sky... the people... they were... well... Let's just say, I now understand why Vaal ruins look the way they do.
Alva_G3_DoryaniSaveResponse
NPCTextAudio
Your people cannot be saved. History is already written. You can stay here and die... or come with us and help save the future.
Alva_G3_DoryaniStartTalkingResponse
NPCTextAudio
Best you start talking then. My friend here isn't exactly the peacemaking type...
Alva_G3_DoryaniDefeatedOne
NPCTextAudio
So you will help us?
Alva_G3_DoryaniDefeatedTwo
NPCTextAudio
It's settled then. Let's hurry back to the time portal.
IncursionHub_Doryani_A
NPCTextAudio
Hmm... I wonder...
IncursionHub_Doryani_2
NPCTextAudio
Configure the temple. When you next open it, I am going to attempt something.
Incursion_ArchitectConsole_Doryani_A
NPCTextAudio
[DNT] Hello, can you hear me?
Incursion_ArchitectConsole_Doryani_02
NPCTextAudio
[DNT] My voice is being relayed. Good.
Incursion_ArchitectConsole_Doryani_03
NPCTextAudio
[DNT] What became of Xipocado?
Incursion_ArchitectConsole_Doryani_04
NPCTextAudio
[DNT] A waste of a great mind... but we must move forward.
Incursion_ArchitectConsole_Doryani_05
NPCTextAudio
[DNT] Use Xipocado's console to open a path to the Royal Access Chamber.
Incursion_ArchitectConsole_Doryani_06
NPCTextAudio
[DNT] From there, we will be able to gain entry to Atziri's private chambers on our next attempt.
Incursion_ArchitectConsole_Doryani_07
NPCTextAudio
[DNT] Good... I can see the configuration at this end. It is done.
Incursion_ArchitectConsole_Doryani_08
NPCTextAudio
[DNT] Return to the present. For now, there's no more to accomplish there.
Incursion_ArchitectConsole_Doryani_08b
NPCTextAudio
[DNT] Return to the present, then we can recalibrate the temple.
Incursion_AtziriIntro_05
NPCTextAudio
You may have studied it, Doryani... but you do not know it like I do. It... adores me.
KetzuliOnKillingXeshtFinal
NPCTextAudio
You've dealt Xesht a serious defeat. I can see why Doryani has grown to respect you, even if he still doesn't quite like you. You've given me the time I need to research the breaches, and I believe our devices can begin pushing back. The Breach Lord's drones may still enter our world temporarily, but the risk of a permanent invasion is minimal.
ZolinNewIntroduction
NPCTextAudio
I am Zolin. I will assist you in any way I can, for Doryani has ordered me to do so. Conversation beyond that is not required.
DoryaniMapWildFirst
NPCTextAudio
So, this is the source of Corruption in this region...
DoryaniMapWild_General_Random
NPCTextAudio
We move ever forward.
DoryaniMapWild_General_2
NPCTextAudio
We move ever forward.
DoryaniMapWild_General_3
NPCTextAudio
We move ever forward.
DoryaniMapWild_General_4
NPCTextAudio
Wraeclast heals one piece at a time.
DoryaniMapWild_General_5
NPCTextAudio
Wraeclast heals one piece at a time.
DoryaniMapWild_General_6
NPCTextAudio
Wraeclast heals one piece at a time.
DoryaniMapWild_General_7
NPCTextAudio
Our grisly work continues.
DoryaniMapWild_General_8
NPCTextAudio
Our grisly work continues.
DoryaniMapWild_General_9
NPCTextAudio
Our grisly work continues.
DoryaniMapWild_General_10
NPCTextAudio
I'm almost starting to recognise this world again.
DoryaniMapWild_General_11
NPCTextAudio
I'm almost starting to recognise this world again.
DoryaniMapWild_General_12
NPCTextAudio
I'm almost starting to recognise this world again.
DoryaniMapWild_General_13
NPCTextAudio
The cleansing continues.
DoryaniMapWild_General_14
NPCTextAudio
The cleansing continues.
DoryaniMapWild_General_15
NPCTextAudio
The cleansing continues.
DoryaniMapWild_General_16
NPCTextAudio
Our task never ends...
DoryaniMapWild_General_17
NPCTextAudio
Our task never ends...
DoryaniMapWild_General_18
NPCTextAudio
Our task never ends...
DoryaniMapWild_General_19
NPCTextAudio
Doryani and the Demon at the end of the world...
DoryaniMapWild_General_20
NPCTextAudio
Doryani and the Demon at the end of the world...
DoryaniMapWild_Ghorr_Random
NPCTextAudio
Let's hope they haven't eaten everything.
DoryaniMapWild_Ghorr_2
NPCTextAudio
Let's hope they haven't eaten everything.
DoryaniMapWild_Ghorr_3
NPCTextAudio
Let's hope they haven't eaten everything.
DoryaniMapWild_Ghorr_4
NPCTextAudio
Remarkably efficient creatures...
DoryaniMapWild_Ghorr_5
NPCTextAudio
Remarkably efficient creatures...
DoryaniMapWild_Ghorr_6
NPCTextAudio
Remarkably efficient creatures...
DoryaniMapWild_Ghorr_7
NPCTextAudio
Remarkably efficient creatures...
DoryaniMapWild_Ghorr_8
NPCTextAudio
Nothing but living stomachs...
DoryaniMapWild_Ghorr_9
NPCTextAudio
Nothing but living stomachs...
DoryaniMapWild_Ghorr_10
NPCTextAudio
Nothing but living stomachs...
DoryaniMapWild_Ktash_Random
NPCTextAudio
I will dissect some of its drones...
DoryaniMapWild_Ktash_2
NPCTextAudio
I will dissect some of its drones...
DoryaniMapWild_Ktash_3
NPCTextAudio
I will dissect some of its drones...
DoryaniMapWild_Ktash_4
NPCTextAudio
A hive mind... curious...
DoryaniMapWild_Ktash_5
NPCTextAudio
A hive mind... curious...
DoryaniMapWild_Ktash_6
NPCTextAudio
A hive mind... curious...
DoryaniMapWild_Ktash_7
NPCTextAudio
So this one acted as a vast brain...
DoryaniMapWild_Ktash_8
NPCTextAudio
So this one acted as a vast brain...
DoryaniMapWild_Ktash_9
NPCTextAudio
So this one acted as a vast brain...
DoryaniMapWild_Beidat_Random
NPCTextAudio
This one was sentient...
DoryaniMapWild_Beidat_2
NPCTextAudio
This one was sentient...
DoryaniMapWild_Beidat_3
NPCTextAudio
This one was sentient...
DoryaniMapWild_Beidat_4
NPCTextAudio
I wonder if we could have made a deal...
DoryaniMapWild_Beidat_5
NPCTextAudio
I wonder if we could have made a deal...
DoryaniMapWild_Beidat_6
NPCTextAudio
I wonder if we could have made a deal...
DoryaniMapWild_White_Random
NPCTextAudio
We must learn more...
DoryaniMapWild_White_2
NPCTextAudio
We must learn more...
DoryaniMapWild_White_3
NPCTextAudio
We must learn more...
DoryaniMapWild_White_4
NPCTextAudio
We must learn more...
DoryaniMapWild_White_5
NPCTextAudio
There is a very long road ahead.
DoryaniMapWild_White_6
NPCTextAudio
There is a very long road ahead.
DoryaniMapWild_White_7
NPCTextAudio
There is a very long road ahead.
DoryaniMapWild_Yellow_Random
NPCTextAudio
They're getting more dangerous with time...
DoryaniMapWild_Yellow_2
NPCTextAudio
They're getting more dangerous with time...
DoryaniMapWild_Yellow_3
NPCTextAudio
They're getting more dangerous with time...
DoryaniMapWild_Yellow_4
NPCTextAudio
We may actually be turning the tide.
DoryaniMapWild_Yellow_5
NPCTextAudio
We may actually be turning the tide.
DoryaniMapWild_Yellow_6
NPCTextAudio
We may actually be turning the tide.
DoryaniMapWild_Red_Random
NPCTextAudio
We are deep into the most dangerous areas now.
DoryaniMapWild_Red_2
NPCTextAudio
We are deep into the most dangerous areas now.
DoryaniMapWild_Red_3
NPCTextAudio
It feels as if Corruption is surging against us.
DoryaniMapWild_Red_4
NPCTextAudio
It feels as if Corruption is surging against us.
DoryaniMapWild_Red_5
NPCTextAudio
It feels as if Corruption is surging against us.
Doryani_Vendor_BuyCasterWeapon_Random
NPCTextAudio
Mind over muscle.
Doryani_Vendor_BuyCasterWeapon_2
NPCTextAudio
Mind over muscle.
Doryani_Vendor_BuyCasterWeapon_3
NPCTextAudio
Mind over muscle.
Doryani_Vendor_BuyCasterWeapon_4
NPCTextAudio
Mind over muscle.
Doryani_Vendor_BuyCasterWeapon_5
NPCTextAudio
A wise choice.
Doryani_Vendor_BuyCasterWeapon_6
NPCTextAudio
A wise choice.
Doryani_Vendor_BuyCasterWeapon_7
NPCTextAudio
A wise choice.
Doryani_Vendor_BuyCasterWeapon_8
NPCTextAudio
Its all about synergy.
Doryani_Vendor_BuyCasterWeapon_9
NPCTextAudio
Its all about synergy.
Doryani_Vendor_BuyCasterWeapon_10
NPCTextAudio
Its all about synergy.
Doryani_Vendor_BuyCasterWeapon_11
NPCTextAudio
Its all about synergy.
Doryani_Vendor_BuyGeneric_Random
NPCTextAudio
Done.
Doryani_Vendor_BuyGeneric_2
NPCTextAudio
Done.
Doryani_Vendor_BuyGeneric_3
NPCTextAudio
Done.
Doryani_Vendor_BuyGeneric_4
NPCTextAudio
Done.
Doryani_Vendor_BuyGeneric_5
NPCTextAudio
Good.
Doryani_Vendor_BuyGeneric_6
NPCTextAudio
Good.
Doryani_Vendor_BuyGeneric_7
NPCTextAudio
Good.
Doryani_Vendor_BuyGeneric_8
NPCTextAudio
Good.
Doryani_Vendor_BuyGeneric_9
NPCTextAudio
Wise.
Doryani_Vendor_BuyGeneric_10
NPCTextAudio
Wise.
Doryani_Vendor_BuyGeneric_11
NPCTextAudio
Wise.
Doryani_Vendor_BuyGeneric_12
NPCTextAudio
Wise.
Doryani_Vendor_BuyGeneric_13
NPCTextAudio
This gold will one day have a use again.
Doryani_Vendor_BuyGeneric_14
NPCTextAudio
This gold will one day have a use again.
Doryani_Vendor_BuyGeneric_15
NPCTextAudio
This gold will one day have a use again.
Doryani_Vendor_BuyGeneric_16
NPCTextAudio
This gold will one day have a use again.
Doryani_Vendor_BuyJewellery_Random
NPCTextAudio
Adorn yourself.
Doryani_Vendor_BuyJewellery_2
NPCTextAudio
Adorn yourself.
Doryani_Vendor_BuyJewellery_3
NPCTextAudio
Adorn yourself.
Doryani_Vendor_BuyJewellery_4
NPCTextAudio
Adorn yourself.
Doryani_Vendor_BuyJewellery_5
NPCTextAudio
The Vaal enjoy their trinkets, too.
Doryani_Vendor_BuyJewellery_6
NPCTextAudio
The Vaal enjoy their trinkets, too.
Doryani_Vendor_BuyJewellery_7
NPCTextAudio
The Vaal enjoy their trinkets, too.
Doryani_Vendor_BuyJewellery_8
NPCTextAudio
The Vaal enjoy their trinkets, too.
Doryani_Vendor_BuyJewellery_9
NPCTextAudio
A useful piece.
Doryani_Vendor_BuyJewellery_10
NPCTextAudio
A useful piece.
Doryani_Vendor_BuyJewellery_11
NPCTextAudio
A useful piece.
Doryani_Vendor_BuyJewellery_12
NPCTextAudio
A useful piece.
Doryani_Vendor_BuyJewellery_13
NPCTextAudio
Interesting choice.
Doryani_Vendor_BuyJewellery_14
NPCTextAudio
Interesting choice.
Doryani_Vendor_BuyJewellery_15
NPCTextAudio
Interesting choice.
Doryani_Vendor_BuyJewellery_16
NPCTextAudio
Interesting choice.
Doryani_Vendor_BuyWaystone_Random
NPCTextAudio
See what you can achieve with that.
Doryani_Vendor_BuyWaystone_2
NPCTextAudio
See what you can achieve with that.
Doryani_Vendor_BuyWaystone_3
NPCTextAudio
See what you can achieve with that.
Doryani_Vendor_BuyWaystone_4
NPCTextAudio
See what you can achieve with that.
Doryani_Vendor_BuyWaystone_5
NPCTextAudio
A good priority.
Doryani_Vendor_BuyWaystone_6
NPCTextAudio
A good priority.
Doryani_Vendor_BuyWaystone_7
NPCTextAudio
A good priority.
Doryani_Vendor_BuyWaystone_8
NPCTextAudio
A good priority.
Doryani_Vendor_BuyWaystone_9
NPCTextAudio
That may be a difficult battle.
Doryani_Vendor_BuyWaystone_10
NPCTextAudio
That may be a difficult battle.
Doryani_Vendor_BuyWaystone_11
NPCTextAudio
That may be a difficult battle.
Doryani_Vendor_BuyWaystone_12
NPCTextAudio
That may be a difficult battle.
Doryani_Vendor_BuyWaystone_13
NPCTextAudio
The right choice.
Doryani_Vendor_BuyWaystone_14
NPCTextAudio
The right choice.
Doryani_Vendor_BuyWaystone_15
NPCTextAudio
The right choice.
Doryani_Vendor_BuyWaystone_16
NPCTextAudio
The right choice.
Doryani_Vendor_CloseNoBuy_Random
NPCTextAudio
Stop wasting time.
Doryani_Vendor_CloseNoBuy_2
NPCTextAudio
Stop wasting time.
Doryani_Vendor_CloseNoBuy_3
NPCTextAudio
Stop wasting time.
Doryani_Vendor_CloseNoBuy_4
NPCTextAudio
Stop wasting time.
Doryani_Vendor_CloseNoBuy_5
NPCTextAudio
Get moving.
Doryani_Vendor_CloseNoBuy_6
NPCTextAudio
Get moving.
Doryani_Vendor_CloseNoBuy_7
NPCTextAudio
Get moving.
Doryani_Vendor_CloseNoBuy_8
NPCTextAudio
Get moving.
Doryani_Vendor_CloseNoBuy_9
NPCTextAudio
What are you still doing here?
Doryani_Vendor_CloseNoBuy_10
NPCTextAudio
What are you still doing here?
Doryani_Vendor_CloseNoBuy_11
NPCTextAudio
What are you still doing here?
Doryani_Vendor_CloseNoBuy_12
NPCTextAudio
What are you still doing here?
Doryani_Vendor_CloseNoBuy_13
NPCTextAudio
There is no time for this.
Doryani_Vendor_CloseNoBuy_14
NPCTextAudio
There is no time for this.
Doryani_Vendor_CloseNoBuy_15
NPCTextAudio
There is no time for this.
Doryani_Vendor_CloseNoBuy_16
NPCTextAudio
There is no time for this.
Doryani_Vendor_Disenchant_Random
NPCTextAudio
I will disassemble it.
Doryani_Vendor_Disenchant_2
NPCTextAudio
I will disassemble it.
Doryani_Vendor_Disenchant_3
NPCTextAudio
I will disassemble it.
Doryani_Vendor_Disenchant_4
NPCTextAudio
I will disassemble it.
Doryani_Vendor_Disenchant_5
NPCTextAudio
Better as scrap.
Doryani_Vendor_Disenchant_6
NPCTextAudio
Better as scrap.
Doryani_Vendor_Disenchant_7
NPCTextAudio
Better as scrap.
Doryani_Vendor_Disenchant_8
NPCTextAudio
Of course.
Doryani_Vendor_Disenchant_9
NPCTextAudio
Of course.
Doryani_Vendor_Disenchant_10
NPCTextAudio
Of course.
Doryani_Vendor_Disenchant_11
NPCTextAudio
Of course.
Doryani_Vendor_Disenchant_12
NPCTextAudio
I wouldnt use that, either.
Doryani_Vendor_Disenchant_13
NPCTextAudio
I wouldnt use that, either.
Doryani_Vendor_Disenchant_14
NPCTextAudio
I wouldnt use that, either.
Doryani_Vendor_Disenchant_15
NPCTextAudio
I wouldnt use that, either.
Doryani_Vendor_OpenShop_Random
NPCTextAudio
Choose what you need.
Doryani_Vendor_OpenShop_2
NPCTextAudio
Choose what you need.
Doryani_Vendor_OpenShop_3
NPCTextAudio
Choose what you need.
Doryani_Vendor_OpenShop_4
NPCTextAudio
Choose what you need.
Doryani_Vendor_OpenShop_5
NPCTextAudio
These are our supplies.
Doryani_Vendor_OpenShop_6
NPCTextAudio
These are our supplies.
Doryani_Vendor_OpenShop_7
NPCTextAudio
These are our supplies.
Doryani_Vendor_OpenShop_8
NPCTextAudio
These are our supplies.
Doryani_Vendor_OpenShop_9
NPCTextAudio
This is all we have.
Doryani_Vendor_OpenShop_10
NPCTextAudio
This is all we have.
Doryani_Vendor_OpenShop_11
NPCTextAudio
This is all we have.
Doryani_Vendor_OpenShop_12
NPCTextAudio
This is all we have.
Doryani_Vendor_OpenShop_13
NPCTextAudio
Quickly.
Doryani_Vendor_OpenShop_14
NPCTextAudio
Quickly.
Doryani_Vendor_OpenShop_15
NPCTextAudio
Quickly.
Doryani_Vendor_OpenShop_16
NPCTextAudio
Quickly.
Doryani_Vendor_SellGeneric_Random
NPCTextAudio
A useful trade.
Doryani_Vendor_SellGeneric_2
NPCTextAudio
A useful trade.
Doryani_Vendor_SellGeneric_3
NPCTextAudio
A useful trade.
Doryani_Vendor_SellGeneric_4
NPCTextAudio
A useful trade.
Doryani_Vendor_SellGeneric_5
NPCTextAudio
Gold is useless to me. Take it.
Doryani_Vendor_SellGeneric_6
NPCTextAudio
Gold is useless to me. Take it.
Doryani_Vendor_SellGeneric_7
NPCTextAudio
Gold is useless to me. Take it.
Doryani_Vendor_SellGeneric_8
NPCTextAudio
Gold is useless to me. Take it.
Doryani_Vendor_SellGeneric_9
NPCTextAudio
As expected.
Doryani_Vendor_SellGeneric_10
NPCTextAudio
As expected.
Doryani_Vendor_SellGeneric_11
NPCTextAudio
As expected.
Doryani_Vendor_SellGeneric_12
NPCTextAudio
As expected.
Doryani_Vendor_SellGeneric_13
NPCTextAudio
I will make use of this.
Doryani_Vendor_SellGeneric_14
NPCTextAudio
I will make use of this.
Doryani_Vendor_SellGeneric_15
NPCTextAudio
I will make use of this.
Doryani_Vendor_SellGeneric_16
NPCTextAudio
I will make use of this.
Doryani_Vendor_SellWaystone_Random
NPCTextAudio
What should I do with this?
Doryani_Vendor_SellWaystone_2
NPCTextAudio
What should I do with this?
Doryani_Vendor_SellWaystone_3
NPCTextAudio
What should I do with this?
Doryani_Vendor_SellWaystone_4
NPCTextAudio
What should I do with this?
Doryani_Vendor_SellWaystone_5
NPCTextAudio
Hmm... this is better in your hands, but sure.
Doryani_Vendor_SellWaystone_6
NPCTextAudio
Hmm... this is better in your hands, but sure.
Doryani_Vendor_SellWaystone_7
NPCTextAudio
Hmm... this is better in your hands, but sure.
Doryani_Vendor_SellWaystone_8
NPCTextAudio
Hmm... this is better in your hands, but sure.
Doryani_Vendor_SellWaystone_9
NPCTextAudio
I'll hold onto it.
Doryani_Vendor_SellWaystone_10
NPCTextAudio
I'll hold onto it.
Doryani_Vendor_SellWaystone_11
NPCTextAudio
I'll hold onto it.
Doryani_Vendor_SellWaystone_12
NPCTextAudio
I'll hold onto it.
Doryani_Vendor_SellWaystone_13
NPCTextAudio
You should be using it, not selling it.
Doryani_Vendor_SellWaystone_14
NPCTextAudio
You should be using it, not selling it.
Doryani_Vendor_SellWaystone_15
NPCTextAudio
You should be using it, not selling it.
Doryani_Vendor_SellWaystone_16
NPCTextAudio
You should be using it, not selling it.
Doryani_Inc_Wild_Impressive
NPCTextAudio
Impressive.
Doryani_Inc_Wild_ChaliceSubsequent
NPCTextAudio
It is done. Let us proceed.
Doryani_Inc_Wild_ChaliceAgain_Random
NPCTextAudio
Onward.
Doryani_Inc_Wild_ChaliceAgain_2
NPCTextAudio
Onward.
Doryani_Inc_Wild_ChaliceAgain_3
NPCTextAudio
Onward.
Doryani_Inc_Wild_ChaliceAgain_4
NPCTextAudio
Onward.
Doryani_Inc_Wild_ChaliceAgain_5
NPCTextAudio
Onward.
Doryani_Inc_Wild_ChaliceAgain_6
NPCTextAudio
Onward.
Doryani_Inc_Wild_RoyalMach
NPCTextAudio
What? These are my inventions!
Doryani_Inc_Wild_LocusOfCorruption
NPCTextAudio
Here it is. Paquate's greatest achievment...
Doryani_Inc_Wild_SolarNexus
NPCTextAudio
So... the rumours were true!
Doryani_Inc_Wild_GlitteringHalls
NPCTextAudio
They made soul cores here... out of those that displeased the Queen.
Doryani_Inc_Wild_Rumble
NPCTextAudio
That rumble... she knows we're here. She's beginning the ritual! We must hurry!
Doryani_Inc_Wild_RunGeneralComment_Random
NPCTextAudio
The Red Communion can still be stopped if we reach her in time!
Doryani_Inc_Wild_RunGeneralComment_2
NPCTextAudio
The Red Communion can still be stopped if we reach her in time!
Doryani_Inc_Wild_RunGeneralComment_3
NPCTextAudio
The Red Communion can still be stopped if we reach her in time!
Doryani_Inc_Wild_RunGeneralComment_4
NPCTextAudio
Ambient Corruption is rising! Make haste!
Doryani_Inc_Wild_RunGeneralComment_5
NPCTextAudio
Ambient Corruption is rising! Make haste!
Doryani_Inc_Wild_RunGeneralComment_6
NPCTextAudio
Ambient Corruption is rising! Make haste!
Doryani_Inc_Wild_RunGeneralComment_7
NPCTextAudio
At this rate, we're not going to make it!
Doryani_Inc_Wild_RunGeneralComment_8
NPCTextAudio
At this rate, we're not going to make it!
Doryani_Inc_Wild_RunGeneralComment_9
NPCTextAudio
At this rate, we're not going to make it!
Doryani_Inc_Wild_RunFight_Random
NPCTextAudio
Get out of our way!
Doryani_Inc_Wild_RunFight_2
NPCTextAudio
You're all dead! I won't hesitate!
Doryani_Inc_Wild_RunFight_3
NPCTextAudio
Cut them down! They'll doom us all!
Doryani_Inc_Wild_RunFight_4
NPCTextAudio
Stay back, fools!
Doryani_Inc_Wild_RunFight_5
NPCTextAudio
We're trying to save you!
Doryani_Inc_Wild_RunFight_6
NPCTextAudio
Make way!
Doryani_Inc_Wild_PlayerHeavyStun_Random
NPCTextAudio
Get up, will you?
Doryani_Inc_Wild_PlayerHeavyStun_2
NPCTextAudio
Get up, will you?
Doryani_Inc_Wild_PlayerHeavyStun_3
NPCTextAudio
Get up, will you?
Doryani_Inc_Wild_PlayerHeavyStun_4
NPCTextAudio
On your feet!
Doryani_Inc_Wild_PlayerHeavyStun_5
NPCTextAudio
On your feet!
Doryani_Inc_Wild_PlayerHeavyStun_6
NPCTextAudio
This is no time to rest!
Doryani_Inc_Wild_PlayerHeavyStun_7
NPCTextAudio
This is no time to rest!
Doryani_Inc_Wild_PlayerHeavyStun_8
NPCTextAudio
This is no time to rest!
Doryani_Inc_Wild_PlayerDies_Random
NPCTextAudio
What an unglorious end.
Doryani_Inc_Wild_PlayerDies_2
NPCTextAudio
What an unglorious end.
Doryani_Inc_Wild_PlayerDies_3
NPCTextAudio
What an unglorious end.
Doryani_Inc_Wild_PlayerDies_4
NPCTextAudio
Really? Must I do everything myself?
Doryani_Inc_Wild_PlayerDies_5
NPCTextAudio
Really? Must I do everything myself?
Doryani_Inc_Wild_PlayerDies_6
NPCTextAudio
Really? Must I do everything myself?
Doryani_Inc_Wild_PlayerDies_7
NPCTextAudio
An unexpected turn of events...
Doryani_Inc_Wild_PlayerDies_8
NPCTextAudio
An unexpected turn of events...
Doryani_Inc_Wild_PlayerDies_9
NPCTextAudio
An unexpected turn of events...
Doryani_Inc_Wild_ArriveAtziriChambers
NPCTextAudio
This is it! Her chambers... we're not too late...
Architect_Glyph_1
NPCTextAudio
Once again, Doryani and I argued over the consequences of the Red Communion. I suspect him. I believe he is moving against the Queen. I would inform her and have him tortured... but the other Architects would not support me in this. I will wait until I have proof.

Perhaps his intellect will triumph over his emotions. We have all worked our entire lives to make this possible. The greatest minds humanity has ever known carried us this far, and they will carry us forward.

The Vaal Empire will not fall. Atziri will ascend, and transfigure life as we know it. This much is certain.
Architect_Glyph_2
NPCTextAudio
Over and over... I pore over my designs constantly... I know Doryani, or his proxies, will try to stop Atziri's Ascension. Fools! I've calculated every result, every possible nuance... my perfect mechanism is not one design. It is a living machine, a temple construct, that can modify its internal structure to change and adapt.

History will show... I am the greatest genius of the Vaal, not you, old friend...
Incursion_ArchitectDiaryGlyph_1
NPCTextAudio
Once again, Doryani and I argued over the consequences of the Red Communion. I suspect him. I believe he is moving against the Queen. I would inform her and have him tortured... but the other Architects would not support me in this. I will wait until I have proof.

Perhaps his intellect will triumph over his emotions. We have all worked our entire lives to make this possible. The greatest minds humanity has ever known carried us this far, and they will carry us forward.

The Vaal Empire will not fall. Atziri {will} ascend, and transfigure life as we know it. This much is certain.
Incursion_ArchitectDiaryGlyph_2
NPCTextAudio
Over and over... I pore over my designs constantly... I know Doryani, or his proxies, will try to stop Atziri's Ascension. Fools! I've calculated every result, every possible nuance... my perfect mechanism is not {one} design. It is a living machine, a temple construct, that can modify its internal structure to change and adapt.

History will show... {I} am the greatest genius of the Vaal, not you, {old friend}...
AtziriPortal_RoyalAccessChamberFirstTime_One
NPCTextAudio
Oh Doryani... your weakness shall mean your end.
AtziriPortal_RoyalAccessChamberSubsequent_B1st
NPCTextAudio
I am the future, Doryani. You know this.
AtziriPortal_RoyalAccessChamberSubsequent_D1st
NPCTextAudio
Perhaps the years have made you soft, Doryani...
Doryani_Inc_EnterChaliceRoom_A2_Alva
NPCTextAudio
Hmm, this tome has drawings that look just like this room.
Doryani_Inc_EnterChaliceRoom_BOne
NPCTextAudio
Tome? What tome?
Doryani_Inc_EnterChaliceRoom_B2_Alva
NPCTextAudio
This one! I... found it in our explorations.
Doryani_Inc_EnterChaliceRoom_COne
NPCTextAudio
That's the Eztli Pilli! How do you have that?
Doryani_Inc_EnterChaliceRoom_CTwo
NPCTextAudio
It's forbidden knowledge... everything in there is too volatile or dangerous to use!
Doryani_Inc_EnterChaliceRoom_C3_Alva
NPCTextAudio
It's a bit late to worry about that, isn't it?
Doryani_Inc_EnterChaliceRoom_C4_Alva
NPCTextAudio
When fortune smiles, shake her hand, I always say.
Doryani_Inc_EnterChaliceRoom_DOne
NPCTextAudio
Fine. Use it we shall. What does it say?
Doryani_Inc_EnterChaliceRoom_D2_Alva
NPCTextAudio
It seems two High Priests must give a sacrifice of living blood.
Doryani_Inc_EnterChaliceRoom_D3_Alva
NPCTextAudio
The medallion should then unlock the royal chambers.
Doryani_Inc_EnterChaliceRoom_EOne
NPCTextAudio
Step forward with me. I am possessed by a peculiar notion.
Doryani_Inc_EnterChaliceRoom_E2_Alva
NPCTextAudio
It worked! But why?
Doryani_Inc_EnterChaliceRoom_F
NPCTextAudio
If I survive this, we'll speak on it later. Now, we must face my Queen.
Doryani_Inc_EnterChaliceRoom_F2_Alva
NPCTextAudio
Understood. Good luck, you two!
Doryani_AgainBeforeChalice_Random
NPCTextAudio
This time, we shall succeed.
Doryani_AgainBeforeChalice_2
NPCTextAudio
We must never give up!
Doryani_AgainBeforeChalice_3
NPCTextAudio
We have to keep trying!
Doryani_AgainBeforeChalice_4
NPCTextAudio
Once again.
Doryani_AgainBeforeChalice_5
NPCTextAudio
We must remain... hopeful.
Doryani_AgainAfterChalice_Random
NPCTextAudio
We will not fail!
Doryani_AgainAfterChalice_2
NPCTextAudio
Give it everything you have!
Doryani_AgainAfterChalice_3
NPCTextAudio
This is the one! I know it.
Doryani_AgainAfterChalice_4
NPCTextAudio
Let nothing stop you.
Doryani_AfterFightThroughPortal
NPCTextAudio
Come on! Hurry!
Doryani's Prototype
UniqueItems
"This was the first step in some grand design,
lost to the ages, now ours to decipher."
- Dominus, High Templar
Dream Fragments
UniqueItems
Doryani stumbled into a realm of madness
And awoke its Master.
Quecholli
UniqueItems
"The finest prosperity grows from the direst
carnage. Such is the nature of progress."
- Doryani of the Vaal
Doryani Doodad Category /9
Dissection Table
Creates an object in your hideout
Doryanis Research Shelf
Creates an object in your hideout
Doryanis Research Table
Creates an object in your hideout
Doryanis Test Subject
Creates an object in your hideout
Experiment Pot
Creates an object in your hideout
Experiment Stool
Creates an object in your hideout
Surgical Devices
Creates an object in your hideout
Surgical Lights
Creates an object in your hideout
Slicer Wall
Creates an object in your hideout
Doryani Text Audio /535
Name
[DNT-UNUSED] I do not recognise these 'Kalguurans,' but regardless of who inhabits the area, we must search the islands of this Archipelago.

The pieces of the Weapon should still be radiating intense Corruption, even now. Look for unusual dangers... mutations, madness, and death. The pieces will make their presence known.

KingsmarchDoryaniIntro
[DNT-UNUSED] Ah, so the pieces do still remain on these islands.

Interesting.... the symbols engraved on this piece. I think they line up with... give me your map!

KingsmarchDoryaniOnePieceFound
[DNT-UNUSED] Yes. These symbols are some kind of map. Find the other two pieces of the weapon. There are further mysteries here that we must uncover.

Meanwhile, I will attempt to join this piece with the one that I have.

KingsmarchDoryaniOnePieceFoundMap
[DNT-UNUSED] Argh! These weapon pieces! We have tried the forge, the anvil, even Kalguuran 'runesmithing.' Nothing! They simply refuse to be joined. There is something missing.

Go! Find another of these confounded things. Perhaps then we will learn more.

KingsmarchDoryaniEmptyHanded
[DNT-UNUSED] Argh! These weapon pieces! We have tried the forge, the anvil, even Kalguuran 'runesmithing.' Nothing! They simply refuse to be joined.

There is something missing... let me see the next piece.

KingsmarchDoryaniSecondPieceNoEmptyHands
[DNT-UNUSED] So... this piece contains more of these symbols.
KingsmarchDoryaniTwoPiecesFound
[DNT-UNUSED] It is clear now that the weapon is showing us a location. We can only hope that it will contain the key to reforging it.

Find the last piece, and then I shall know more.

KingsmarchDoryaniTwoPiecesFoundMap
[DNT-UNUSED] At last! We have all the pieces of the Weapon... Let us find out where it leads us.
KingsmarchDoryaniThreePiecesFound
[DNT-UNUSED] Yes. The fools likely have no idea what resides beneath their feet. We should ask them if they have seen any signs of precursor ruins on the island.
KingsmarchDoryaniThreePiecesFoundMap
[DNT-UNUSED] It seems that Gems have changed since my time. Yours are notably weaker, but do not require the collection and expenditure of souls. I see, too, a connection between the abilities the gems of this era offer, and the beliefs of the currently dominant cultures of Wraeclast.

Did our gems require the sacrifice of peasants simply because of the nature of our religion? Such a waste... it was always the critical flaw in our Empire's growth.

KingsmarchDoryaniSacrifices
[DNT-UNUSED] These Kalguurans have a strange heritage. They are, apparently, unable to use Gems in any way. What makes them different? Should I have the opportunity, I shall dissect one.
KingsmarchDoryaniKalguurans
[DNT-UNUSED] I should have assumed the Precursors would not be so easy to find. These islands have been inhabited for thousands of years, after all... but the power to sink and raise entire landscapes?

To have such might, and to still succumb to the long entropy of history... how can any civilisation hope to endure?
KingsmarchDoryaniOnPrecursorIsland
[DNT-UNUSED] So, the Karui are still just as obsessed with strength as they were in my era. The fool! Track this 'Hoko' down and take the Weapon back by any means necessary.

A word of warning. The effects on anyone exposed to it could be..... volatile.

KingsmarchDoryaniOnHoko
[DNT-UNUSED] The plan is sound, and the Weapon will work. It's on you to make sure nothing goes wrong.

A word of warning. The effects on anyone exposed to it could be..... volatile.

KingsmarchDoryaniEndOfAct
Stop! Stop... I can contain the Beast...!
DoryaniPastPostFight
If only I had more time... There is an ancient weapon. A weapon that was used against Corruption, from a civilization lost to the ages. I have one piece of it. Three others were scattered... I have been searching for them, but the Karui have interfered at every turn.
Ancient Weapon
I suppose I must... It is too late for us here. This era is over. I pleaded with Atziri for her patience... but she would not abide me. She will attempt her communion with the Beast, and utter devastation will ravage our people. But... the fact that {you} are here... a living descendant of our people... it gives me some hope for our future. I will come to your era. Perhaps there is still time.
Communion with the Beast
Utzaal... my people... they're all long dead. It is one thing to hear it, but... another to see it. This city is nothing but a grave. I can't change their fate, but the Vaal are not entirely gone. Alva—and her Vaal ancestry—is proof of that. I will do what I must to protect what remains, and perhaps one day we can rebuild. For that to happen, we need the Weapon. We must travel to the archipelago the Karui call Ngamakanui. If the pieces still exist, that is where they will be found.
The Ruins of Utzaal
I gathered the greatest minds of our era in one place. We embarked on journeys of discovery that mankind could never before conceive. No ethical bounds. No moral limits! We sought immortality, both in flesh, and in machinery. We sought understanding of Corruption. We even sought to master Time itself. In the end, it was all for naught...
Utzaal
Study of the Beast was my life's work, and the work of many Vaal scientists before me. Despite its danger, I still consider it a thing of beauty. A work of genius. It is capable of changing something fundamental about the nature of our existence. The Beast showed us it {can be done.} Our experiments with life... with death... with machinery, and augmentation... they were all inspired by it. We {can} surpass the impossible, if only we are willing to sacrifice enough.
The Beast
Now then—it is time we departed. Activate the portal, and we will see about the-
DoryaniCataclysmFirstTalk
The intruder is {here?} What of Napuatzi...? I see. No mercy then! Kill him on sight!
DoryaniGodVoiceStopIntruderMale
The intruder is {here?} What of Napuatzi...? I see. No mercy then! Kill her on sight!
DoryaniGodVoiceStopIntruderFemale
Fool! There's no time for this! Atziri will soon commune with the Beast! Cease your assault!
DoryaniGodVoiceCeaseAssault
Stop this at once! I take no pleasure in harming one of my own, but if you persist, I will do with her what I must.
DoryaniGodVoiceStopAtOnce
It begins...
DoryaniWildCataclysmBegins
You're finally awake. That's a small consolation. We have lost so much. The Hooded One used the Weapon to keep us alive during the Cataclysm. We were too close. It absorbed too much energy, and was shattered. I retain only a piece of it. The situation is grim... the Hooded One has become comatose. Wraeclast has been devastated... and is no longer habitable. Grieving would only be a waste of precious time. We must face reality, and make difficult choices.
Shelter
We {are} living the worst possible outcome, but I did anticipate {every} contingency... Before us is a translocation device, which {should} allow us to open portals to a wide range of coordinates across Wraeclast. With this, we can reclaim the world from the grasp of Corruption, so that civilisation can one day return to its former heights.
What now?
There was some damage but while you were unconscious, we worked to repair the machine. I believe it will function as desired... But it must be tested. That is where you come in. By placing Waystones in the machine, they will help calibrate the journey. The Corruption at the destination will respond to both the energies we use, and that we ourselves expect to find. Let us use this malleability to our advantage... Let us see if the machine is still capable.
Our Work
Wraeclast is wounded and broken. We must reshape its future, and heal it anew. The initial Cataclysmic event is over, but Corruption is still radiating from certain locations. From these points, it spreads like a disease. Travel to one of these regions and investigate. We must know why it is still spreading. Report back to me with your findings, and we will plan our next move.
[DNT-UNUSED] Seek Corrupted Biome
So, these densely Corrupted regions contain an active source. Despite the risks, you must venture within. Find the source of Corruption. When you have identified it and dealt with any danger, call for me. I will cleanse what remains.
[DNT-UNUSED] Find Corruption Nexus
This is the first Precursor tower we've seen. You should take control of it, so that we may research its properties. There may be considerable foes in proximity... these towers channel forces we do not yet understand. If you see any sort of 'central tower' or nexus to the network, be sure to let me know...
[DNT-UNUSED] See Tower
There is a tremendous amount of energy radiating from that new structure. If it was Corruption, I would understand, but it's like nothing I have ever seen before. My intuition tells me that you must absolutely be the first to reach it. If it should fall into the hands of the Corrupted, there is no telling what may happen.
[DNT-UNUSED] See Monolith (pinnacle)
The device still functions, despite the damage the Cataclysm caused. Good. Now, using the device, you must seek out major sources of Corruption for us to cleanse.
Cleanse Corruption
The device still functions, despite the damage the Cataclysm caused, but that is little solace if you are not up to the task. Gather your wits. There are far greater dangers to come. Using the device, you must seek out major sources of Corruption for us to cleanse.
DoryaniEndgameFirstMapFail
You have done well. That area has been cleansed, and the land may now return to its original state. By all means, continue.
Cleanse Corruption
You do know the fate of humanity rests upon your shoulders? Make whatever adjustments you require for success. Get back out there. Do better.
DoryaniEndgameFirstCorruptMapFail
Using the cleansed Corruption you retrieved, I was able to modify the device to accommodate your request. You should find things somewhat different next time you venture out.
Modifying the Device
I believe it unwise to base our operations outside of the Ziggurat. This seems like an unnecessary risk to take. And Atalui is constantly complaining about the lack of facilities. However, I will make this concession, since you have done such critical work.
Base of Operations
Ah, a Tower has been secured? Timely. It seems they can provide us with an advantage of learning more about the surrounding area. It would be wise to use them to plan our next course of action.
DoryaniEndgameOnSecuringTower
The tower... the surrounding landscape has indeed been altered. This could be of great use to us. These towers are part of some long ago experiment on a grand scale... I will do more research while you continue to explore.
Altered Landscape
The source of Corruption was a creature? I wish I could perform a detailed autopsy of its corpse, but its passive emanations alone would quickly kill us. It looks to be significantly more mutated than other beings we've encountered. I don't like having insufficient data on new threats... we are vulnerable until we know more.
Source of Corruption
This creature is far different from the type you defeated before. It looks to be the center of a hive mind. A legion of mutated creatures, without brains, acting as one. I never even considered such a thing possible, or we would have experimented with it at Aggorat... In any case, I will continue my dissections... There is something very disturbing about the arc of these mutations...
Source of Corruption
A third stratum of creatures, different yet again... I am starting to see a pattern here, one that bodes ill for us, but I cannot quite discern the meaning yet. Worse, these creatures appear to have been sentient. The mindless ravagers we first encountered could be outsmarted, and the hive-mind had an obvious weak point. But these ones can actually think. We are in grave danger...
Source of Corruption
The current situation is finally stable. We have done enough to ensure humanity's survival, however meager our dignity may be. We should continue cleansing Corruption, however. It is true that we have ensured the future. Now, we should begin {improving} it.
Stabilisation
Cleansed regions of Wraeclast are still dangerous, but only in the ways with which we are familiar. The demon you know, as they say. These regions should also contain substantial amounts of neutralised Corruption, which may manifest as orbs or crystals of anomalous material. Collect them if you see them. They may prove useful.
Cleansed Regions
Corruption, at a fundamental level, is a form of energy. Much of Vaal technology was based on using that energy, because it is freely available in the environment... My piece of the Weapon cannot destroy that energy, only render it inert, in the form of crystalline precipitate. In that form, it cannot hurt us, and might even be put to new uses.
Corruption
On its own, my piece of the Precursor Weapon can only neutralise {passive} Corruption. That is why you must destroy the {active} source in each deadly region first. This will be a long and grueling task, one that may take the rest of our lives... however long that may be.
The Weapon
There is something... a secret horror that hides in the broken puzzle pieces we possess... a pattern that even my intellect cannot quite grasp. Not with such limited information. It may surprise you to discover that a man like me can feel fear. I admit it. Fear is healthy. I feel fear when I know I am in danger, but do not have enough information. It is impossible to act with precision unless we know, so I have always sought the truth...but in this instance, for the first time in my life, I fear {knowing,} too... and I don't yet know why...
Fear
Yes, that strange voice torments me in my sleep... so I more or less avoid sleeping. Thankfully, the light of our Inner Sun can remove the need for sleep, if you're willing to gaze directly into it for a time... Just don't do that for longer than a few days. It's not a perfect substitute.
DoryaniEndgameOnDream
The Realmgate was the sister project to the Timegate that brought you to us. The Realmgate can, theoretically, give us access to other planes of existence. Unfortunately, it has never been activated, if it works at all. We need sizeable energies or materials from those planes to help us locate them in the vast expanse of all that is. If you find otherworldly splinters and fragments, keep them. With enough of them, we can find out if the Realmgate truly works.
Realmgate
You have located a... {relatively safe} hideaway. We could establish a base of operations there, if you feel it necessary. We will always have the Ziggurat to fall back on, so the risk is not existential.
Hideout
The disciples of Kamasa stockpiled a great many things in their modern lust for wealth. The right key may open doors long forgotten...
Reliquary
The Ziggurat is the heart of our operations, the only truly safe place on Wraeclast. From here, we can reclaim the world for humanity.
DoryaniMapOnZiggurat
There is a tremendous amount of energy radiating from that new structure. If it was Corruption, I would understand, but it is like nothing I have ever seen before. My intuition tells me that you must absolutely be the first to reach it. If it should fall into the hands of the Corrupted, there is no telling what may happen.
The Burning Monolith
From what you've told me, the guardian of the Flame Seed seems to have been purposely molded for his task. The Precursors created him, but he is not one of them. I can only theorise as to his purpose...
Guardian of the Flame Seed
I understand that... something... stole the Flame Seed as your battle drew to a close. This is concerning. There is little we can do until we know more.
The Flame Seed
You must start with the areas of least Corruption. They are still deadly, but should be survivable for short spans. Cleanse enough of them to give us an outside foothold.
Gaining a Foothold
Keep up your work. It is a long and dangerous task, but there is an end in sight.
Cleanse Corruption
Continue clearing Corruption. It is the only thing we can do right now.
Cleanse Corruption
Why are you wasting time here? Continue clearing Corruption!
Cleanse Corruption
You don't look sick or injured. Why are you lingering here? Continue your work.
Cleanse Corruption
The space you cleared allowed us to reclaim several important tools. We can now upgrade our machine.
Corruption Cleansing
We found a handful of survivors in the area you cleared. We'll put them to work.
Corruption Cleansing
A renowned scientist was... recovered... from the area you cleared. His acumen will add to our own.
Corruption Cleansing
Valuable resources were located in the area you cleared. We can augment our capabilities.
Corruption Cleansing
I have had time to increase the capabilities of the machine. We have a few choices to make.
Corruption Cleansing
With each success, we grow closer to our goal.
Corruption Cleansing
The current situation is finally stable. We have done enough to ensure humanity's survival, however meager their dignity may be. This is not a victory, but it is a success. You may continue to cleanse Corruption as you wish. I will begin work on greater plans...
DoryaniEndgameTier15TaskComplete
I had a suspicion that the Cult of the Purple Flame was dangerous. They did not know the true nature of the forces they beseeched. I'm not certain anyone will ever know the breadth of what lies beyond this world... but Chayula alone kept his word, in what little dealings were had. Perhaps one day, we will find out what happened to create this... Xesht.
Cult of the Purple Flame
I have invested considerable resources and many years of effort in the search, but my knowledge of the Precursors still remains scarce. They are as ancient to us as we are to you. On such time scales, geological events tend to obscure remnants of civilisation. There is evidence of great fires. Eruptions. Impacts from the sky. All I know is that they, too, delved into the secrets of this world. Corruption was just one of many forms of energy that they mastered. I have come across simple pictographs in their ruins, intended as a contingency, should others come without knowledge of their language. Most pictographs were quite clear: {'Death lies within.'} One, however, held faded instructions for what we should do if that death should ever escape; if it should ever plague the land. That is how I know the Weapon exists, and... generally... how to find it. Someone in the past wanted us to know about it, in case the worst should ever happen... and clearly, it has...
The Weapon
Out in the Corrupted wastelands, you will no doubt encounter 'survivors.' Do not fall victim to the trap of empathy. Though their bodies do not yet know it, they are {dead.} They sicken and taint everything they touch. They would slowly kill us by their very presence. They have no future. It would have been a mercy for them to die in the initial devastation. They will slowly waste away, and in their wasting, they will become disoriented... and then, enraged. They will seek to survive as long as possible, even if that means they doom the rest of us. They will be drawn to resources, and to power. {You} cannot allow them to possess that which we need. If you see them, kill them, and do not hesitate for even a moment.
Corrupted Wastelands
In the wake of the Cataclysm, reality is not what it used to be. There are far fewer of us now, and the mad outnumber the sane. You will see things out there that you will not understand. As much as I despise this truth as a man of science, it is quite possible they cannot {be} understood. Carry on with what must be done, and eventually, Wraeclast will... calm.
Understanding the Wastelands
As I predicted, the Corrupted 'survivors' out in the wastelands have banded together like primal animals. They refuse to accept their own doom. You must become proactive in your approach. Their warlords are perverse figments of reality that the Cataclysm has distorted. Find these tainted realities and cut the head off the snake, so to speak.
Tainted Survivors
I should warn you... in my search for ways to stop the Cataclysm, I entreated the ultimate wisdom in this world, and I paid a terrible price. That price is out there, still—and he is even more cunning and dangerous than I am, for he does not have my purity of purpose. When you meet him, destroy him utterly, and do not trouble yourself with your usual moral quandaries.
A Word of Warning
The sheer force of the Cataclysm scoured away much of the surface, and disrupted what remained. Sturdier than most, ancient Precursor towers have been left exposed. You should find one, and secure it for our research.
Precursor Towers
I believe that the Precursor towers are part of a network created specifically to alter terrain and biomes. This may have been to make Wraeclast more habitable initially... or perhaps it had a larger purpose, later in their era. These ideas are just conjecture, of course.
Precursor Tower Network
The tower... the surrounding landscape has been altered! This could be of great use to us. These towers are part of some long ago experiment, perhaps... or a contingency... I will do more research while you continue to explore.
DoryaniEndgameOnActivatingFirstTower
In a time of minimal sentience—and most of it mad—what you encounter out there can be quite malleable. What we expect to find can shape things. The energies we use in our translocation device can influence outcomes. That device was made possible, after all, by a very special patron. They are likely watching us even now, and finding great humour in our travails...
Cataclysm's Corruption
Hmm... this tablet you have found, I believe it is capable of altering energies in the area at the waystone's destination. Place a waystone along with a tablet into the machine. Activate it and travel there... let us see what comes of it.
Precursor Tablets
I was told many cryptic things. I was asked to—no, I shouldn't say. I don't understand, at least not yet. I was told this was the only way, yet still, I fought to find another path. I believe we make our own fates, but... here we are. If only I had the full picture...
Patron
You're of Vaal descent, but I do not recognise your features, or your clothing. How can things have changed so much after only ten years?
DoryaniBossConversationOne
What?! How long has it been?
DoryaniBossConversationTwo
Unbelievable!... The Cataclysm... How many of us survived?
DoryaniBossConversationThree
That cannot be true. It can't! I've laid so many plans... Spent everything I have, trying to stop this... trying to stop Atziri...
DoryaniBossConversationFour
Perhaps... I just need a moment to think... To make a new plan... There must be a way...
DoryaniBossConversationFive
The intruder! Where is Napuatzi?! Ah... then I'll have to handle you myself.
DoryaniBossConversationSix
So... at the eve of the end, the demon of Atzoatl has finally come for me!
DoryaniPastBoss_Intro
Simple!
DoryaniPastBoss_Flamethrower_Random
Simple!
DoryaniPastBoss_Flamethrower_2
Simple!
DoryaniPastBoss_Flamethrower_3
Ignition!
DoryaniPastBoss_Flamethrower_4
Ignition!
DoryaniPastBoss_Flamethrower_5
Ignition!
DoryaniPastBoss_Flamethrower_6
Flame!
DoryaniPastBoss_Flamethrower_7
Flame!
DoryaniPastBoss_Flamethrower_8
Flame!
DoryaniPastBoss_Flamethrower_9
Behold!
DoryaniPastBoss_LightningTendrils_Random
Behold!
DoryaniPastBoss_LightningTendrils_2
Behold!
DoryaniPastBoss_LightningTendrils_3
Unleashed!
DoryaniPastBoss_LightningTendrils_4
Unleashed!
DoryaniPastBoss_LightningTendrils_5
Unleashed!
DoryaniPastBoss_LightningTendrils_6
Sheer power!
DoryaniPastBoss_LightningTendrils_7
Sheer power!
DoryaniPastBoss_LightningTendrils_8
Sheer power!
DoryaniPastBoss_LightningTendrils_9
Inevitable!
DoryaniPastBoss_CrystalToss_Random
Inevitable!
DoryaniPastBoss_CrystalToss_2
Inevitable!
DoryaniPastBoss_CrystalToss_3
Observe!
DoryaniPastBoss_CrystalToss_4
Observe!
DoryaniPastBoss_CrystalToss_5
Observe!
DoryaniPastBoss_CrystalToss_6
Pathetic!
DoryaniPastBoss_UberFireball_Random
Pathetic!
DoryaniPastBoss_UberFireball_2
Pathetic!
DoryaniPastBoss_UberFireball_3
Give in!
DoryaniPastBoss_UberFireball_4
Give in!
DoryaniPastBoss_UberFireball_5
Give in!
DoryaniPastBoss_UberFireball_6
Ugh! A minor setback!
DoryaniPastBoss_Knockdown_Random
Agh! I've had... enough of this!
DoryaniPastBoss_Knockdown_2
Nothing can stand against us!
DoryaniPastBoss_LightningClap_Random
I bear the burden of our future!
DoryaniPastBoss_LightningClap_2
The ends justify the means!
DoryaniPastBoss_LightningClap_3
Survival requires brutal choices!
DoryaniPastBoss_LightningClap_4
You will burn!
DoryaniPastBoss_Flameblast_Random
You will burn!
DoryaniPastBoss_Flameblast_2
Let's see how you handle {this!}
DoryaniPastBoss_Flameblast_3
Let's see how you handle {this!}
DoryaniPastBoss_Flameblast_4
You will burn!
DoryaniPastBoss_Flameblast_5
Catalyse fusion!
DoryaniPastBoss_SolarOrb_Random
Channel the reactor!
DoryaniPastBoss_SolarOrb_2
Inferno!
DoryaniPastBoss_SolarOrb_3
Channel the reactor!
DoryaniPastBoss_SolarOrb_4
Inferno!
DoryaniPastBoss_SolarOrb_5
Sacrifice is the only path to survival!
DoryaniPastBoss_ActivateLaser_Random
Progress comes with a heavy price!
DoryaniPastBoss_ActivateLaser_2
You are blind to the greater good!
DoryaniPastBoss_ActivateLaser_3
The power of the Vaal!
DoryaniPastBoss_FrontalLaser_Random
The power of the Vaal!
DoryaniPastBoss_FrontalLaser_2
This ends now!
DoryaniPastBoss_FrontalLaser_3
This ends now!
DoryaniPastBoss_FrontalLaser_4
This ends now!
DoryaniPastBoss_FrontalLaser_5
The best laid plans...
DoryaniPastBoss_BringSoulCore_Random
The best laid plans...
DoryaniPastBoss_BringSoulCore_2
Five moves ahead!
DoryaniPastBoss_BringSoulCore_3
Five moves ahead!
DoryaniPastBoss_BringSoulCore_4
The Vaal will endure!
DoryaniPastBoss_PlasmaArcDance_Random
You are a meaningless obstacle!
DoryaniPastBoss_PlasmaArcDance_2
The Vaal will endure!
DoryaniPastBoss_PlasmaArcDance_3
You are a meaningless obstacle!
DoryaniPastBoss_PlasmaArcDance_4
You think you can stop progress?
DoryaniPastBoss_PlasmaArcDance_5
You think you can stop progress?
DoryaniPastBoss_PlasmaArcDance_6
You didn't stand a chance.
DoryaniPastBoss_PlayerDeath_Random
You didn't stand a chance.
DoryaniPastBoss_PlayerDeath_2
You were warned.
DoryaniPastBoss_PlayerDeath_3
You were warned.
DoryaniPastBoss_PlayerDeath_4
I've been preparing for you for years!
DoryaniPastBoss_MechComboSlam_Random
I've been preparing for you for years!
DoryaniPastBoss_MechComboSlam_2
The destruction at Atzoatl will be repaid a thousand-fold!
DoryaniPastBoss_MechComboSlam_3
The destruction at Atzoatl will be repaid a thousand-fold!
DoryaniPastBoss_MechComboSlam_4
You didn't stand a chance.
DoryaniPastBoss_MechPlayerDeath_Random
You didn't stand a chance.
DoryaniPastBoss_MechPlayerDeath_2
You didn't stand a chance.
DoryaniPastBoss_MechPlayerDeath_3
You were warned.
DoryaniPastBoss_MechPlayerDeath_4
You were warned.
DoryaniPastBoss_MechPlayerDeath_5
You were warned.
DoryaniPastBoss_MechPlayerDeath_6
I can't give up! I must save my people!
DoryaniPastBoss_MechSuitTransform_Random
No! I {will} succeed!
DoryaniPastBoss_MechSuitTransformEnd_Random
Ugh... inconceivable... You will pay for this!
DoryaniPastBoss_MechKnockdown_Random
Agh... what...? How? Get up, get up!
DoryaniPastBoss_MechKnockdown_2
Ugh! Unexpected... but non-critical!
DoryaniPastBoss_MechKnockdown_3
I cannot let my efforts be in vain!
DoryaniPastBoss_MechClawLaser_Random
I cannot let my efforts be in vain!
DoryaniPastBoss_MechClawLaser_2
The end of the world is nigh!
DoryaniPastBoss_MechClawLaser_3
The end of the world is nigh!
DoryaniPastBoss_MechClawLaser_4
Do you truly think you can match me?
DoryaniPastBoss_MechClawLaser_5
Do you truly think you can match me?
DoryaniPastBoss_MechClawLaser_6
I will burn you alive!
DoryaniPastBoss_MechFlamethrower_Random
I will burn you alive!
DoryaniPastBoss_MechFlamethrower_2
I cannot allow you to interfere!
DoryaniPastBoss_MechFlamethrower_3
I cannot allow you to interfere!
DoryaniPastBoss_MechFlamethrower_4
Burn to ash, Demon of Atzoatl!
DoryaniPastBoss_MechFlamethrower_5
Burn to ash, Demon of Atzoatl!
DoryaniPastBoss_MechFlamethrower_6
One death is nothing for the greater good!
DoryaniPastBoss_MechFlamethrower_7
One death is nothing for the greater good!
DoryaniPastBoss_MechFlamethrower_8
Overload the reactor!
DoryaniPastBoss_MechLightningArc_Random
Overload the reactor!
DoryaniPastBoss_MechLightningArc_2
Overload the reactor!
DoryaniPastBoss_MechLightningArc_3
The power of the storm!
DoryaniPastBoss_MechLightningArc_4
The power of the storm!
DoryaniPastBoss_MechLightningArc_5
The power of the storm!
DoryaniPastBoss_MechLightningArc_6
You are wasting precious time!
DoryaniPastBoss_MechLightningArc_7
You are wasting precious time!
DoryaniPastBoss_MechLightningArc_8
Let me show you what true intellect looks like!
DoryaniPastBoss_MechDiscoLaser_Random
Let me show you what true intellect looks like!
DoryaniPastBoss_MechDiscoLaser_2
Existence is merely energy...
DoryaniPastBoss_MechDiscoLaser_3
Existence is merely energy...
DoryaniPastBoss_MechDiscoLaser_4
Atziri will soon begin her Ascension. Out of my way, or die!
DoryaniPastBoss_MechDiscoLaser_5
Face the might of the Vaal!
DoryaniPastBoss_MechSlam_Random
Face the might of the Vaal!
DoryaniPastBoss_MechSlam_2
I will crush you!
DoryaniPastBoss_MechSlam_3
I will crush you!
DoryaniPastBoss_MechSlam_4
Full power!
DoryaniPastBoss_MechSlam2_Random
Full power!
DoryaniPastBoss_MechSlam2_2
I've had enough of you!
DoryaniPastBoss_MechSlam2_3
I've had enough of you!
DoryaniPastBoss_MechSlam2_4
You think you can stand in my way?
DoryaniPastBoss_MechSlam2_5
You think you can stand in my way?
DoryaniPastBoss_MechSlam2_6
How foolish!
DoryaniPastBoss_MechBodySlam_Random
How foolish!
DoryaniPastBoss_MechBodySlam_2
Let's see you survive this!
DoryaniPastBoss_MechBodySlam_3
Let's see you survive this!
DoryaniPastBoss_MechBodySlam_4
There is no escape!
DoryaniPastBoss_MechBodySlam_5
There is no escape!
DoryaniPastBoss_MechBodySlam_6
You think you can run?!
DoryaniPastBoss_MechSpiderLegAttack_Random
You think you can run?!
DoryaniPastBoss_MechSpiderLegAttack_2
Now, you're within my grasp!
DoryaniPastBoss_MechSpiderLegAttack_3
Now, you are within my grasp!
DoryaniPastBoss_MechSpiderLegAttack_4
I plan for every contingency...
DoryaniPastBoss_MechDetatchPlatform_Random
Nothing will stand in my way!
DoryaniPastBoss_MechDetatchPlatform_2
Ravaging power!
DoryaniPastBoss_MechLightningStorm_Random
Reverse the polarity!
DoryaniPastBoss_MechLightningStorm_2
Face the might of the mind!
DoryaniPastBoss_MechLightningStorm_3
Fire the main cannon!
DoryaniPastBoss_MechIonCannon_Random
Orbital strike!
DoryaniPastBoss_MechIonCannon_2
Self-destruction!
DoryaniPastBoss_MechSelfDestruct_Random
Fatal ambition!
DoryaniPastBoss_MechSelfDestruct_2
You leave me no choice!
DoryaniPastBoss_MechSelfDestruct_3
This is not over yet.
DoryaniPastBoss_MechReassemble_Random
Wait... I will free her.
DoryaniPastBoss_WildFreeAlva
Gah! No! Do not fail me... Not now!
DoryaniPastBoss_MechDeathDoNotFailMe
Ugh... how could this happen...? All I have done. All that I sacrificed...
DoryaniPastBoss_MechDeathHowCouldThisHappen
Hmm... the legacy of the Vaal must be protected... I do know of a way to contain the Beast.
DoryaniPastBoss_MechDeathContainBeast
Hmm... I wonder...
IncursionHub_Doryani_A
Configure the temple. When you next open it, I am going to attempt something.
IncursionHub_Doryani_2
Atziri... should you proceed, this means the doom of the Vaal!
Incursion_AtziriIntro_A
I beg of you... hear me! The Beast cannot give you what you desire!
Incursion_AtziriIntro_04
I will hold back her legions - whatever it takes, do not let her leave!
Incursion_AtziriIntro_10
Kill her! Quickly!
Incursion_AtziriFightEnd_A
No!
Incursion_AtziriFightEnd_03
This... is how it happens? We must get out of here. Go. Back through the portal!
Incursion_AtziriFightEnd_04
So, this is the source of Corruption in this region...
DoryaniMapWildFirst
We move ever forward.
DoryaniMapWild_General_Random
We move ever forward.
DoryaniMapWild_General_2
We move ever forward.
DoryaniMapWild_General_3
Wraeclast heals one piece at a time.
DoryaniMapWild_General_4
Wraeclast heals one piece at a time.
DoryaniMapWild_General_5
Wraeclast heals one piece at a time.
DoryaniMapWild_General_6
Our grisly work continues.
DoryaniMapWild_General_7
Our grisly work continues.
DoryaniMapWild_General_8
Our grisly work continues.
DoryaniMapWild_General_9
I'm almost starting to recognise this world again.
DoryaniMapWild_General_10
I'm almost starting to recognise this world again.
DoryaniMapWild_General_11
I'm almost starting to recognise this world again.
DoryaniMapWild_General_12
The cleansing continues.
DoryaniMapWild_General_13
The cleansing continues.
DoryaniMapWild_General_14
The cleansing continues.
DoryaniMapWild_General_15
Our task never ends...
DoryaniMapWild_General_16
Our task never ends...
DoryaniMapWild_General_17
Our task never ends...
DoryaniMapWild_General_18
Doryani and the Demon at the end of the world...
DoryaniMapWild_General_19
Doryani and the Demon at the end of the world...
DoryaniMapWild_General_20
Let's hope they haven't eaten everything.
DoryaniMapWild_Ghorr_Random
Let's hope they haven't eaten everything.
DoryaniMapWild_Ghorr_2
Let's hope they haven't eaten everything.
DoryaniMapWild_Ghorr_3
Remarkably efficient creatures...
DoryaniMapWild_Ghorr_4
Remarkably efficient creatures...
DoryaniMapWild_Ghorr_5
Remarkably efficient creatures...
DoryaniMapWild_Ghorr_6
Remarkably efficient creatures...
DoryaniMapWild_Ghorr_7
Nothing but living stomachs...
DoryaniMapWild_Ghorr_8
Nothing but living stomachs...
DoryaniMapWild_Ghorr_9
Nothing but living stomachs...
DoryaniMapWild_Ghorr_10
I will dissect some of its drones...
DoryaniMapWild_Ktash_Random
I will dissect some of its drones...
DoryaniMapWild_Ktash_2
I will dissect some of its drones...
DoryaniMapWild_Ktash_3
A hive mind... curious...
DoryaniMapWild_Ktash_4
A hive mind... curious...
DoryaniMapWild_Ktash_5
A hive mind... curious...
DoryaniMapWild_Ktash_6
So this one acted as a vast brain...
DoryaniMapWild_Ktash_7
So this one acted as a vast brain...
DoryaniMapWild_Ktash_8
So this one acted as a vast brain...
DoryaniMapWild_Ktash_9
This one was sentient...
DoryaniMapWild_Beidat_Random
This one was sentient...
DoryaniMapWild_Beidat_2
This one was sentient...
DoryaniMapWild_Beidat_3
I wonder if we could have made a deal...
DoryaniMapWild_Beidat_4
I wonder if we could have made a deal...
DoryaniMapWild_Beidat_5
I wonder if we could have made a deal...
DoryaniMapWild_Beidat_6
We must learn more...
DoryaniMapWild_White_Random
We must learn more...
DoryaniMapWild_White_2
We must learn more...
DoryaniMapWild_White_3
We must learn more...
DoryaniMapWild_White_4
There is a very long road ahead.
DoryaniMapWild_White_5
There is a very long road ahead.
DoryaniMapWild_White_6
There is a very long road ahead.
DoryaniMapWild_White_7
They're getting more dangerous with time...
DoryaniMapWild_Yellow_Random
They're getting more dangerous with time...
DoryaniMapWild_Yellow_2
They're getting more dangerous with time...
DoryaniMapWild_Yellow_3
We may actually be turning the tide.
DoryaniMapWild_Yellow_4
We may actually be turning the tide.
DoryaniMapWild_Yellow_5
We may actually be turning the tide.
DoryaniMapWild_Yellow_6
We are deep into the most dangerous areas now.
DoryaniMapWild_Red_Random
We are deep into the most dangerous areas now.
DoryaniMapWild_Red_2
It feels as if Corruption is surging against us.
DoryaniMapWild_Red_3
It feels as if Corruption is surging against us.
DoryaniMapWild_Red_4
It feels as if Corruption is surging against us.
DoryaniMapWild_Red_5
Mind over muscle.
Doryani_Vendor_BuyCasterWeapon_Random
Mind over muscle.
Doryani_Vendor_BuyCasterWeapon_2
Mind over muscle.
Doryani_Vendor_BuyCasterWeapon_3
Mind over muscle.
Doryani_Vendor_BuyCasterWeapon_4
A wise choice.
Doryani_Vendor_BuyCasterWeapon_5
A wise choice.
Doryani_Vendor_BuyCasterWeapon_6
A wise choice.
Doryani_Vendor_BuyCasterWeapon_7
Its all about synergy.
Doryani_Vendor_BuyCasterWeapon_8
Its all about synergy.
Doryani_Vendor_BuyCasterWeapon_9
Its all about synergy.
Doryani_Vendor_BuyCasterWeapon_10
Its all about synergy.
Doryani_Vendor_BuyCasterWeapon_11
Done.
Doryani_Vendor_BuyGeneric_Random
Done.
Doryani_Vendor_BuyGeneric_2
Done.
Doryani_Vendor_BuyGeneric_3
Done.
Doryani_Vendor_BuyGeneric_4
Good.
Doryani_Vendor_BuyGeneric_5
Good.
Doryani_Vendor_BuyGeneric_6
Good.
Doryani_Vendor_BuyGeneric_7
Good.
Doryani_Vendor_BuyGeneric_8
Wise.
Doryani_Vendor_BuyGeneric_9
Wise.
Doryani_Vendor_BuyGeneric_10
Wise.
Doryani_Vendor_BuyGeneric_11
Wise.
Doryani_Vendor_BuyGeneric_12
This gold will one day have a use again.
Doryani_Vendor_BuyGeneric_13
This gold will one day have a use again.
Doryani_Vendor_BuyGeneric_14
This gold will one day have a use again.
Doryani_Vendor_BuyGeneric_15
This gold will one day have a use again.
Doryani_Vendor_BuyGeneric_16
Adorn yourself.
Doryani_Vendor_BuyJewellery_Random
Adorn yourself.
Doryani_Vendor_BuyJewellery_2
Adorn yourself.
Doryani_Vendor_BuyJewellery_3
Adorn yourself.
Doryani_Vendor_BuyJewellery_4
The Vaal enjoy their trinkets, too.
Doryani_Vendor_BuyJewellery_5
The Vaal enjoy their trinkets, too.
Doryani_Vendor_BuyJewellery_6
The Vaal enjoy their trinkets, too.
Doryani_Vendor_BuyJewellery_7
The Vaal enjoy their trinkets, too.
Doryani_Vendor_BuyJewellery_8
A useful piece.
Doryani_Vendor_BuyJewellery_9
A useful piece.
Doryani_Vendor_BuyJewellery_10
A useful piece.
Doryani_Vendor_BuyJewellery_11
A useful piece.
Doryani_Vendor_BuyJewellery_12
Interesting choice.
Doryani_Vendor_BuyJewellery_13
Interesting choice.
Doryani_Vendor_BuyJewellery_14
Interesting choice.
Doryani_Vendor_BuyJewellery_15
Interesting choice.
Doryani_Vendor_BuyJewellery_16
See what you can achieve with that.
Doryani_Vendor_BuyWaystone_Random
See what you can achieve with that.
Doryani_Vendor_BuyWaystone_2
See what you can achieve with that.
Doryani_Vendor_BuyWaystone_3
See what you can achieve with that.
Doryani_Vendor_BuyWaystone_4
A good priority.
Doryani_Vendor_BuyWaystone_5
A good priority.
Doryani_Vendor_BuyWaystone_6
A good priority.
Doryani_Vendor_BuyWaystone_7
A good priority.
Doryani_Vendor_BuyWaystone_8
That may be a difficult battle.
Doryani_Vendor_BuyWaystone_9
That may be a difficult battle.
Doryani_Vendor_BuyWaystone_10
That may be a difficult battle.
Doryani_Vendor_BuyWaystone_11
That may be a difficult battle.
Doryani_Vendor_BuyWaystone_12
The right choice.
Doryani_Vendor_BuyWaystone_13
The right choice.
Doryani_Vendor_BuyWaystone_14
The right choice.
Doryani_Vendor_BuyWaystone_15
The right choice.
Doryani_Vendor_BuyWaystone_16
Stop wasting time.
Doryani_Vendor_CloseNoBuy_Random
Stop wasting time.
Doryani_Vendor_CloseNoBuy_2
Stop wasting time.
Doryani_Vendor_CloseNoBuy_3
Stop wasting time.
Doryani_Vendor_CloseNoBuy_4
Get moving.
Doryani_Vendor_CloseNoBuy_5
Get moving.
Doryani_Vendor_CloseNoBuy_6
Get moving.
Doryani_Vendor_CloseNoBuy_7
Get moving.
Doryani_Vendor_CloseNoBuy_8
What are you still doing here?
Doryani_Vendor_CloseNoBuy_9
What are you still doing here?
Doryani_Vendor_CloseNoBuy_10
What are you still doing here?
Doryani_Vendor_CloseNoBuy_11
What are you still doing here?
Doryani_Vendor_CloseNoBuy_12
There is no time for this.
Doryani_Vendor_CloseNoBuy_13
There is no time for this.
Doryani_Vendor_CloseNoBuy_14
There is no time for this.
Doryani_Vendor_CloseNoBuy_15
There is no time for this.
Doryani_Vendor_CloseNoBuy_16
I will disassemble it.
Doryani_Vendor_Disenchant_Random
I will disassemble it.
Doryani_Vendor_Disenchant_2
I will disassemble it.
Doryani_Vendor_Disenchant_3
I will disassemble it.
Doryani_Vendor_Disenchant_4
Better as scrap.
Doryani_Vendor_Disenchant_5
Better as scrap.
Doryani_Vendor_Disenchant_6
Better as scrap.
Doryani_Vendor_Disenchant_7
Of course.
Doryani_Vendor_Disenchant_8
Of course.
Doryani_Vendor_Disenchant_9
Of course.
Doryani_Vendor_Disenchant_10
Of course.
Doryani_Vendor_Disenchant_11
I wouldnt use that, either.
Doryani_Vendor_Disenchant_12
I wouldnt use that, either.
Doryani_Vendor_Disenchant_13
I wouldnt use that, either.
Doryani_Vendor_Disenchant_14
I wouldnt use that, either.
Doryani_Vendor_Disenchant_15
Choose what you need.
Doryani_Vendor_OpenShop_Random
Choose what you need.
Doryani_Vendor_OpenShop_2
Choose what you need.
Doryani_Vendor_OpenShop_3
Choose what you need.
Doryani_Vendor_OpenShop_4
These are our supplies.
Doryani_Vendor_OpenShop_5
These are our supplies.
Doryani_Vendor_OpenShop_6
These are our supplies.
Doryani_Vendor_OpenShop_7
These are our supplies.
Doryani_Vendor_OpenShop_8
This is all we have.
Doryani_Vendor_OpenShop_9
This is all we have.
Doryani_Vendor_OpenShop_10
This is all we have.
Doryani_Vendor_OpenShop_11
This is all we have.
Doryani_Vendor_OpenShop_12
Quickly.
Doryani_Vendor_OpenShop_13
Quickly.
Doryani_Vendor_OpenShop_14
Quickly.
Doryani_Vendor_OpenShop_15
Quickly.
Doryani_Vendor_OpenShop_16
A useful trade.
Doryani_Vendor_SellGeneric_Random
A useful trade.
Doryani_Vendor_SellGeneric_2
A useful trade.
Doryani_Vendor_SellGeneric_3
A useful trade.
Doryani_Vendor_SellGeneric_4
Gold is useless to me. Take it.
Doryani_Vendor_SellGeneric_5
Gold is useless to me. Take it.
Doryani_Vendor_SellGeneric_6
Gold is useless to me. Take it.
Doryani_Vendor_SellGeneric_7
Gold is useless to me. Take it.
Doryani_Vendor_SellGeneric_8
As expected.
Doryani_Vendor_SellGeneric_9
As expected.
Doryani_Vendor_SellGeneric_10
As expected.
Doryani_Vendor_SellGeneric_11
As expected.
Doryani_Vendor_SellGeneric_12
I will make use of this.
Doryani_Vendor_SellGeneric_13
I will make use of this.
Doryani_Vendor_SellGeneric_14
I will make use of this.
Doryani_Vendor_SellGeneric_15
I will make use of this.
Doryani_Vendor_SellGeneric_16
What should I do with this?
Doryani_Vendor_SellWaystone_Random
What should I do with this?
Doryani_Vendor_SellWaystone_2
What should I do with this?
Doryani_Vendor_SellWaystone_3
What should I do with this?
Doryani_Vendor_SellWaystone_4
Hmm... this is better in your hands, but sure.
Doryani_Vendor_SellWaystone_5
Hmm... this is better in your hands, but sure.
Doryani_Vendor_SellWaystone_6
Hmm... this is better in your hands, but sure.
Doryani_Vendor_SellWaystone_7
Hmm... this is better in your hands, but sure.
Doryani_Vendor_SellWaystone_8
I'll hold onto it.
Doryani_Vendor_SellWaystone_9
I'll hold onto it.
Doryani_Vendor_SellWaystone_10
I'll hold onto it.
Doryani_Vendor_SellWaystone_11
I'll hold onto it.
Doryani_Vendor_SellWaystone_12
You should be using it, not selling it.
Doryani_Vendor_SellWaystone_13
You should be using it, not selling it.
Doryani_Vendor_SellWaystone_14
You should be using it, not selling it.
Doryani_Vendor_SellWaystone_15
You should be using it, not selling it.
Doryani_Vendor_SellWaystone_16
Impressive.
Doryani_Inc_Wild_Impressive
It is done. Let us proceed.
Doryani_Inc_Wild_ChaliceSubsequent
Onward.
Doryani_Inc_Wild_ChaliceAgain_Random
Onward.
Doryani_Inc_Wild_ChaliceAgain_2
Onward.
Doryani_Inc_Wild_ChaliceAgain_3
Onward.
Doryani_Inc_Wild_ChaliceAgain_4
Onward.
Doryani_Inc_Wild_ChaliceAgain_5
Onward.
Doryani_Inc_Wild_ChaliceAgain_6
What? These are my inventions!
Doryani_Inc_Wild_RoyalMach
Here it is. Paquate's greatest achievment...
Doryani_Inc_Wild_LocusOfCorruption
So... the rumours were true!
Doryani_Inc_Wild_SolarNexus
They made soul cores here... out of those that displeased the Queen.
Doryani_Inc_Wild_GlitteringHalls
That rumble... she knows we're here. She's beginning the ritual! We must hurry!
Doryani_Inc_Wild_Rumble
The Red Communion can still be stopped if we reach her in time!
Doryani_Inc_Wild_RunGeneralComment_Random
The Red Communion can still be stopped if we reach her in time!
Doryani_Inc_Wild_RunGeneralComment_2
The Red Communion can still be stopped if we reach her in time!
Doryani_Inc_Wild_RunGeneralComment_3
Ambient Corruption is rising! Make haste!
Doryani_Inc_Wild_RunGeneralComment_4
Ambient Corruption is rising! Make haste!
Doryani_Inc_Wild_RunGeneralComment_5
Ambient Corruption is rising! Make haste!
Doryani_Inc_Wild_RunGeneralComment_6
At this rate, we're not going to make it!
Doryani_Inc_Wild_RunGeneralComment_7
At this rate, we're not going to make it!
Doryani_Inc_Wild_RunGeneralComment_8
At this rate, we're not going to make it!
Doryani_Inc_Wild_RunGeneralComment_9
Get out of our way!
Doryani_Inc_Wild_RunFight_Random
You're all dead! I won't hesitate!
Doryani_Inc_Wild_RunFight_2
Cut them down! They'll doom us all!
Doryani_Inc_Wild_RunFight_3
Stay back, fools!
Doryani_Inc_Wild_RunFight_4
We're trying to save you!
Doryani_Inc_Wild_RunFight_5
Make way!
Doryani_Inc_Wild_RunFight_6
Get up, will you?
Doryani_Inc_Wild_PlayerHeavyStun_Random
Get up, will you?
Doryani_Inc_Wild_PlayerHeavyStun_2
Get up, will you?
Doryani_Inc_Wild_PlayerHeavyStun_3
On your feet!
Doryani_Inc_Wild_PlayerHeavyStun_4
On your feet!
Doryani_Inc_Wild_PlayerHeavyStun_5
This is no time to rest!
Doryani_Inc_Wild_PlayerHeavyStun_6
This is no time to rest!
Doryani_Inc_Wild_PlayerHeavyStun_7
This is no time to rest!
Doryani_Inc_Wild_PlayerHeavyStun_8
What an unglorious end.
Doryani_Inc_Wild_PlayerDies_Random
What an unglorious end.
Doryani_Inc_Wild_PlayerDies_2
What an unglorious end.
Doryani_Inc_Wild_PlayerDies_3
Really? Must I do everything myself?
Doryani_Inc_Wild_PlayerDies_4
Really? Must I do everything myself?
Doryani_Inc_Wild_PlayerDies_5
Really? Must I do everything myself?
Doryani_Inc_Wild_PlayerDies_6
An unexpected turn of events...
Doryani_Inc_Wild_PlayerDies_7
An unexpected turn of events...
Doryani_Inc_Wild_PlayerDies_8
An unexpected turn of events...
Doryani_Inc_Wild_PlayerDies_9
This is it! Her chambers... we're not too late...
Doryani_Inc_Wild_ArriveAtziriChambers
Tome? What tome?
Doryani_Inc_EnterChaliceRoom_BOne
That's the Eztli Pilli! How do you have that?
Doryani_Inc_EnterChaliceRoom_COne
It's forbidden knowledge... everything in there is too volatile or dangerous to use!
Doryani_Inc_EnterChaliceRoom_CTwo
Fine. Use it we shall. What does it say?
Doryani_Inc_EnterChaliceRoom_DOne
Step forward with me. I am possessed by a peculiar notion.
Doryani_Inc_EnterChaliceRoom_EOne
If I survive this, we'll speak on it later. Now, we must face my Queen.
Doryani_Inc_EnterChaliceRoom_F
This time, we shall succeed.
Doryani_AgainBeforeChalice_Random
We must never give up!
Doryani_AgainBeforeChalice_2
We have to keep trying!
Doryani_AgainBeforeChalice_3
Once again.
Doryani_AgainBeforeChalice_4
We must remain... hopeful.
Doryani_AgainBeforeChalice_5
We will not fail!
Doryani_AgainAfterChalice_Random
Give it everything you have!
Doryani_AgainAfterChalice_2
This is the one! I know it.
Doryani_AgainAfterChalice_3
Let nothing stop you.
Doryani_AgainAfterChalice_4
Come on! Hurry!
Doryani_AfterFightThroughPortal

Doryani_A3_Greeting_01_01.ogg

Doryani_A3_Greeting_01_02.ogg

Doryani_A3_Greeting_01_03.ogg

Doryani_A3_Greeting_01_04.ogg

Doryani_A3_Greeting_02_01.ogg

Doryani_A3_Greeting_02_02.ogg

Doryani_A3_Greeting_02_03.ogg

Doryani_A3_Greeting_02_04.ogg

Doryani_A3_Greeting_03_01.ogg

Doryani_A3_Greeting_03_02.ogg

Doryani_A3_Greeting_03_03.ogg

Doryani_A3_Greeting_04_01.ogg

Doryani_A3_Greeting_04_02.ogg

Doryani_A3_Greeting_04_03.ogg

Doryani_A3_Greeting_04_04.ogg

Doryani_A3_Farewell_01_01.ogg

Doryani_A3_Farewell_01_02.ogg

Doryani_A3_Farewell_01_03.ogg

Doryani_A3_Farewell_01_04.ogg

Doryani_A3_Farewell_02_01.ogg

Doryani_A3_Farewell_02_02.ogg

Doryani_A3_Farewell_02_03.ogg

Doryani_A3_Farewell_02_04.ogg

Doryani_A3_Farewell_03_01.ogg

Doryani_A3_Farewell_03_02.ogg

Doryani_A3_Farewell_03_03.ogg

Doryani_A3_Farewell_03_04.ogg

Doryani_A3_Farewell_04_01.ogg

Doryani_A3_Farewell_04_02.ogg

Doryani_A3_Farewell_04_03.ogg
Doryani
Doryani Doryani /5
NameShow Full Descriptions
CategoryHideout Item
Hideout Doodad CategoryNPCs
Path of Exile 10
Path of Exile 21
MetadataMetadata/Items/HideoutNPCs/Doryani

Doryani

Doryani on Spires /2
Warrior: We face a dark enemy, below the dirt. They seem to be trying to use Vaal technology... to bring about darkness above ground.
Witch: The Abyssals are trying to use Vaal spires. I guess we shouldn't let that happen...
Sorceress: There were Vaal spires in the darkness. The ancient enemy is plotting something.
Ranger: I saw Vaal structures, deep down. Used by the Abyssals.
Huntress: Under the earth, there were... spires. Like the ones I saw in Utzaal.
Monk: I believe I saw Vaal architecture in use by the Abyssals.
Mercenary: These creatures down there - they're toyin' with some of your Vaal technology. Seems they're trying to plunge the world into darkness or somethin'.
Druid: I encountered dark beings, way down below. They were using a spire... seekin' to plunge the world into Darkness. Looked like Vaal work.
Doryani: Hmm. It does sound like our technology. Architect Topotante was conducting experiments with the weather. I am uncertain how these devices may have been modified. You should destroy all traces of them. Otherwise, it could mean our doom.
Doryani on The Third Edict /5
Warrior: What do you think the Edicts were?
Witch: What of these... Edicts then?
Sorceress: What were these 'Edicts'?
Ranger: Do you know what the Edicts were?
Huntress: What were these 'Edicts'?
Monk: Do we have any information on the Edicts?
Mercenary: Know anything about them 'Edicts'?
Druid: These 'Edicts'... what are they?
Doryani: We have very little information, but if the Seed of Corruption was the instrument of the Second Edict... It may have been created in response to an unknown {First} Edict.
The Hooded One: The first mural I saw was broken... but there was definitely something there. They must have been facing some disaster... or enemy... or change in the world. Did they create the Seed of Corruption in response?
Doryani: Hmm. Whenever the Vaal built something dangerous, we also ran a parallel project... ...as a contingency. The Weapon. The instrument of the Third Edict. I believe it is a failsafe. If the Seed of Corruption grew out of control, then perhaps it was designed to... shut down the experiment.
The Hooded One: Then that is exactly what we will do.
Doryani on Precursor Forge /4
Warrior: What might this Precursor forge look like?
Witch: This forge of the Precursors... what are we looking for?
Sorceress: What do we know of the forge?
Ranger: Do we know anything about the forge?
Huntress: Tell me about the forge.
Monk: What are we looking for? What does the forge look like?
Mercenary: We're lookin' for a forge? What kind?
Druid: This Precursor forge... what are we huntin' for, exactly?
Doryani: It is older than any other civilisation on Wraeclast. Only stone will remain. Anything else would have long since decayed.
Warrior: But how will we know when we see it? There's stone everywhere.
Witch: Any other telltale signs of Precursor handiwork?
Sorceress: I do not know how to tell what I am looking for.
Ranger: Anything else about their architecture I should keep in mind?
Huntress: I've seen plenty of stone in my time. How will I know I'm lookin' at their work?
Monk: That is not a lot to go by. How will I know when I see something Precursor designed?
Mercenary: Well, how do I tell something has been made by them Precursors?
Druid: Stone's everywhere, lad. Might as well tell me to search the sea for water.
Doryani: They were masters of their world. They built structures whose mere remnants inspire awe... even in me. You will know it when you see it. The Vaal would have supplanted their legacy... had we but time.
Doryani on Kingsmarch /7
Doryani: This is it? This... is Kingsmarch? Science and civilisation must have never recovered.
The Hooded One: Your time was different, yes, but don't discount the Kalguurans just yet. They have potential.
Doryani: Hmm... we shall see.
Huntress: Oi. Where did Alva get to?
Monk: So... where is Alva?
Warrior: Where is Alva?
Witch: Where's the annoying optimist?
Sorceress: Where did Alva go?
Ranger: Did Alva come this way?
Mercenary: So, fellas... where's Alva?
Druid: Where's Alva got to?
The Hooded One: She has gone ahead to meet her local contact.
Doryani: We will need a vessel to navigate the archipelago. We must begin our search to locate the pieces of the Weapon.
Huntress: Behave yourselves, will ya?
Monk: Please - remain civil in my absence.
Warrior: Try and get along, you two.
Witch: Don't kill each other while I'm gone... or do.
Sorceress: Please... try to put aside your differences in my absence.
Ranger: Try not to bicker too much while I'm gone, will you?
Mercenary: Alright. Don't go havin' a street brawl while I'm gone. I wanna watch.
Druid: Save yer strength, lads. Dinnae waste it snappin' at each other.
Doryani on Murals /3
Doryani: I must concur with... the Hooded One. Someone intentionally carved information meant to be discovered in the future. To do such a thing, they must have believed that their civilisation might be endangered. However, the most important clues I found were done differently. Hand carvings. We found them in this region. The stones depicted pieces of the Weapon being thrown into the sea.
Warrior: Did someone want to get rid of it?
Witch: Someone didn't want it around?
Sorceress: Why would someone try to dispose of it?
Ranger: Why'd they try to get rid of it?
Huntress: Someone tried to make it missin'?
Monk: Interesting. Someone endeavoured to make it disappear?
Mercenary: Someone wanted it gone then, eh?
Druid: So they sought to bury it... but why?
Doryani: Their reasoning was unclear. But from what I saw, it was thrown not by soldiers, but by a woman. A scientist... ... and I have no idea who she was.
Doryani on The Weapon /3
Huntress: So... where should I start huntin'?
Monk: I do not see an immediate path. Where should we begin?
Warrior: With all you know of the Weapon, where should our search begin?
Witch: Where am I to search for your toys?
Sorceress: Where should we be looking for the pieces?
Ranger: Where are we headed first?
Mercenary: So... if I were a weapon piece, where'd I be hidin'?
Druid: Right then... where should we cast our net first?
Doryani: We know the pieces of the Weapon radiate intense latent Corruption. The more dangerous an island is, the more likely it is to contain a piece of it.
The Hooded One: It is crucial that we find a Captain with in-depth knowledge of the local area. Then we will stand a better chance of finding what we seek.
Doryani on The Vaal /2
Warrior: After this is over... you want the Weapon, don't you? To go back and prevent your Cataclysm?
Witch: Come now, Doryani. You clearly want to take back the Weapon to save your people. I'm not stupid.
Sorceress: Do you intend to go back and stop your Cataclysm after this?
Ranger: One day, will you go back and save your people with the Weapon?
Huntress: What will you do, when all this is over? Will you return to your people and try to save them?
Monk: What of your people? Will you try to save them with the Weapon, when this is over?
Mercenary: Well, how about the Vaal? We got this Third Edict thing - can we save them, too?
Druid: Speak plain - when this is over, will ye wield the Weapon to save yer people?
Doryani: I cannot. Unfortunately, that is not how Time works. Everything one {knows} will happen, {did} happen. This is the one case where ignorance can be a scientist's greatest asset. I must learn as little about history as possible while I am in this era...
Doryani on Our Failure /1
Doryani: I cannot believe it... damn it all! We must not give up... perhaps if we acted differently? We must try again! I bought us time by destroying the mirror... but not much. We must leave, while we still can!
Doryani on Grand Phylactory /33
Doryani: This was no place of industry. It was meant to torture those that drew the ire of the Queen.
Warrior: How could your people allow such horrors?
Doryani: The strongest gems belonged to the royal family. Who could stop her?
Marauder: [DNT]
Doryani: [DNT]
Marauder: [DNT]
Doryani: [DNT]
Witch: Torture should be a tool, not a pleasure.
Doryani: A moral I wish my Queen shared.
Sorceress: How much do those souls trapped in Cores suffer?
Doryani: There is no way to measure the level of awareness possessed by those trapped in Soul Cores... But I am reasonably certain it is not zero.
Sorceress: And there is no way out? No penance, no term of service?
Doryani: None.
Sorceress: Barbaric.
Ranger: Isn't this what you two sought? Wouldn't you last forever - in one of those Cores?
Doryani: It is a kind of immortality, yes, but not the kind sought by the sane.
Huntress: Spirit's breath... This is horrifyin'. Tell me there's an end to it', at least.
Doryani: Eventually, the crystal will degrade.
Huntress: Eventually? Ugh.
Mercenary: Seems a bit excessive.
Doryani: The cruelty {is} the point.
Monk: How long can the mind last, being trapped without end in a Soul Core?
Doryani: There is no way to know, but I would hope not to find out.
Druid: No one could stop her?
Doryani: They didn't want to. They adored her.
Druid: Aye... I've seen how madness like that takes root.
Shadow: [DNT]
Doryani: [DNT]
Shadow: [DNT]
Templar: [DNT]
Doryani: [DNT]
Duelist: [DNT]
Doryani: [DNT]
Doryani on The Cataclysm /1
Doryani: That was... I thought I knew what to expect, but I could never have guessed how brutal the Red Communion would truly be. Steal what you must, but do not tarry long. This world, my world, is about to end...
Doryani on Locus of Corruption /31
Doryani: Look around you. This is the height of progress. Our civilisation was built on the channeling and control of Corruption, and nowhere was it mastered so perfectly as this chamber.
Warrior: I've only ever seen Corruption {ruin} good weapons.
Doryani: Perhaps it's more art than science.
Witch: What did that entail, exactly?
Doryani: We delved into the very secrets of existence here, and even began altering reality itself, in a limited fashion...
Witch: That sounds... oddly familiar.
Doryani: Hmmm... like the Precursors themselves, perhaps we were already on a doomed path...
Sorceress: The Maraketh are honour-bound to seek out and destroy Corruption such as this.
Doryani: Perhaps you should think carefully before you reject the power Corruption offers.
Sorceress: I said 'the Maraketh.' I left before I took the oath.
Ranger: In such a place, I can understand how such power seduced your people.
Doryani: It is as beautiful as it is dangerous.
Huntress: Lotta {rathin}, all in one place. Gives me shivers. Spirit once cut me off just for usin' a gem.
Doryani: Best not touch anything in here, then.
Mercenary: Is not very impressive. Quite dim in here.
Doryani: You don't see the intense red light?
Mercenary: Looks grey to me.
Doryani: I never know if you're being serious or not.
Mercenary: Dead serious, mate. Can't see shite.
Doryani: So red... and probably green... wait, how do you know which gems are which?
Mercenary: Gems have colours?!
Monk: Your people truly were impressive.
Doryani: There's no telling what we could have achieved, had we more time.
Druid: The height of progress... the deepest perversion of the natural order.
Doryani: And what did serving the natural order get you and your kind?
Druid: You best watch yourself.
Shadow: [DNT]
Doryani: [DNT]
Templar: [DNT]
Duelist: [DNT]
Doryani: [DNT]
Doryani on Access Chamber /11
Alva: Hmm, this tome has drawings that look just like this room.
Doryani: Tome? What tome?
Alva: This one! I... found it in our explorations.
Doryani: That's the Eztli Pilli! How do you have that?
Doryani: It's forbidden knowledge... everything in there is too volatile or dangerous to use!
Alva: It's a bit late to worry about that, isn't it?
Alva: When fortune smiles, shake her hand, I always say.
Doryani: Fine. Use it we shall. What does it say?
Alva: It seems two High Priests must give a sacrifice of living blood.
Alva: The medallion should then unlock the royal chambers.
Doryani: Step forward with me. I am possessed by a peculiar notion.
Doryani on Foolish Failure /3
Doryani: You slew Xipocado... but you didn't use his medallion to open a path to the Royal Access Chamber?
Alva: Oh, dear.
Doryani: We'll have to do this all again... and this time, don't forget the {entire point of attacking the temple!}
Doryani on The Access Chamber /6
Doryani: She is within our grasp! Next time you activate the temple, make your way to the Royal Access Chamber. We will meet you there.
Alva: {We?}
Doryani: I must teach someone what I know, in case I die in the attempt. You managed to activate the Gateway at the Temple of Kopec... you are an acceptable understudy.
Alva: That was almost a compliment! You must be serious about this.
Doryani: There is nothing in this world I take more seriously.
Alva: Alright then. I'll do it. {We} will meet you at the Royal Access Chamber.
Doryani on The Mission /39
Doryani: Yes... through that gateway lies the royal temple, on the day of the Cataclysm.
Warrior: You intend to slay your own Queen, don't you?
Doryani: Would you not do whatever it takes to save your own?
Warrior: Yes. And I did. What do you suggest?
Witch: So there'll be two of me running around the Vaal empire? One here, one in Utzaal?
Doryani: Yes... make sure not to meet yourself.
Witch: Probably for the best. I doubt we'd get along. What's the plan, then?
Sorceress: Do you believe we can change what happened?
Sorceress: It'll be like entering a tale... but can the ending be changed?
Doryani: I do not know. Truly... but you, tale-woman, you have a special relationship with the element Time, do you not?
Doryani: I do not know. But we have to try.
Sorceress: Yes... there may be a chance. I will do my best.
Mercenary: And I suppose you'll be wantin' me to dish out a bit o' violence?
Doryani: I'd be disappointed if you didn't.
Mercenary: Heh. What's the plan?
Monk: Is this wise? I know what you're thinking.
Doryani: Wise, perhaps not. Necessary... yes.
Ranger: This seems like a bad idea.
Doryani: Yes, it is. It's a very bad idea.
Ranger: Just so long as we're clear. Now, what do you have in mind?
Huntress: Tryin' to get me killed, are ya?
Doryani: Not killed – I mean to change what happened that day. If such a thing is even possible.
Huntress: Fine. Tell me what needs doin'.
Druid: If we can stop Atziri... could other things be changed?
Doryani: If we manage to defy the rules of existence once... twice seems just as likely.
Druid: Then tell me what needs doin'.
Duelist: [DNT]
Doryani: [DNT]
Duelist: [DNT]
Marauder: [DNT]
Doryani: [DNT]
Shadow: [DNT]
Doryani: [DNT]
Templar: [DNT]
Doryani: [DNT]
Doryani: Enter the gateway. Find Xipocado. He is the only one who can give us access to the Queen's chambers. If he is not willing, then bring me his personal blood medallion. It may suffice. Everything I know as a man of science tells me the past cannot be changed... but I am still asking you to try. Not for me, but for the millions of lives at stake.
Alva: We'll do our best. In the meantime, we can get our hands on Atziri's considerable assets!
Doryani: {Excuse me?}
Alva: Her legendary treasure vaults!
Doryani: Oh... of course. Do as you wish in that regard. It hardly matters now.
Alva: That's what I like to hear. Let's go!
Doryani on The Mission /39
Doryani: Yes... through that gateway lies the royal temple, on the day of the Cataclysm.
Warrior: You intend to slay your own Queen, don't you?
Doryani: Would you not do whatever it takes to save your own?
Warrior: Yes. And I did. What do you suggest?
Witch: So there'll be two of me running around the Vaal empire? One here, one in Utzaal?
Doryani: Yes... make sure not to meet yourself.
Witch: Probably for the best. I doubt we'd get along. What's the plan, then?
Sorceress: Do you believe we can change what happened?
Sorceress: It'll be like entering a tale... but can the ending be changed?
Doryani: I do not know. Truly... but you, tale-woman, you have a special relationship with the element Time, do you not?
Doryani: I do not know. But we have to try.
Sorceress: Yes... there may be a chance. I will do my best.
Mercenary: And I suppose you'll be wantin' me to dish out a bit o' violence?
Doryani: I'd be disappointed if you didn't.
Mercenary: Heh. What's the plan?
Monk: Is this wise? I know what you're thinking.
Doryani: Wise, perhaps not. Necessary... yes.
Ranger: This seems like a bad idea.
Doryani: Yes, it is. It's a very bad idea.
Ranger: Just so long as we're clear. Now, what do you have in mind?
Huntress: Tryin' to get me killed, are ya?
Doryani: Not killed – I mean to change what happened that day. If such a thing is even possible.
Huntress: Fine. Tell me what needs doin'.
Druid: If we can stop Atziri... could other things be changed?
Doryani: If we manage to defy the rules of existence once... twice seems just as likely.
Druid: Then tell me what needs doin'.
Duelist: [DNT]
Doryani: [DNT]
Duelist: [DNT]
Marauder: [DNT]
Doryani: [DNT]
Shadow: [DNT]
Doryani: [DNT]
Templar: [DNT]
Doryani: [DNT]
Doryani: Enter the gateway. Find Xipocado. He is the only one who can give us access to the Queen's chambers. If he is not willing, then bring me his personal blood medallion. It may suffice. Everything I know as a man of science tells me the past cannot be changed... but I am still asking you to try. Not for me, but for the millions of lives at stake.
Alva: We'll do our best. In the meantime, we can get our hands on Atziri's considerable assets!
Doryani: {Excuse me?}
Alva: Her legendary treasure vaults!
Doryani: Oh... of course. Do as you wish in that regard. It hardly matters now.
Alva: That's what I like to hear. Let's go!
Doryani on Gemling Danger /1
Doryani: You should leave quickly. Your gems... when the first wave of Corruption radiates, you'll suffer a fate worse than death.
Doryani on Lira Vaal /3
Doryani: This is where it all began... Lira Vaal. Atziri's royal court. The death of my people...
Alva: Yes. Well... we've been, ah, {exploring} the central temple... very respectfully, of course! It's still in pretty good shape...
Doryani: I believed all this would be destroyed... Intriguing. Hmm... I wonder... Configure the temple. When you next open it, I am going to attempt something.
Doryani on Lira Vaal /3
Doryani: This is where it all began... Lira Vaal. Atziri's royal court. The death of my people...
Alva: Yes. Well... we've been, ah, {exploring} the central temple... very respectfully, of course! It's still in pretty good shape...
Doryani: I believed all this would be destroyed... Intriguing. Hmm... I wonder... Configure the temple. When you next open it, I am going to attempt something.
Doryani on Stone Legion /27
Doryani: These are my mechanisms... my creations. Xipocado must have had spies amongst my workshops. Perhaps that is why my Triumph failed to defeat you... They must have sabotaged it! Yes, in retrospect, that is the only thing that makes sense...
Warrior: Of course. The only thing.
Marauder: [DNT]
Doryani: [DNT]
Witch: Ha! You {must} be joking.
Doryani: When he has nothing else, a man must still have his pride.
Witch: I've... been there. You keep your pride. It's the only thing that no one can take from you.
Sorceress: Then you should rebuild it, and we should have a fair rematch.
Doryani: A rematch? Ah... perhaps... once all this business is over with.
Ranger: I would never have let any machine stop me.
Doryani: After seeing your resolve... I believe you.
Huntress: Too bad it's over and done with now.
Doryani: Yes... a shame.
Mercenary: Yeah, I barely had ya. If it hadn't been sabotaged, I'da been cooked for sure.
Doryani: Do not mock me.
Mercenary: What, I'm tryin' to be polite!
Doryani: And I appreciate it.
Monk: Hmm. Yes. Surely.
Doryani: Say no more.
Druid: Could you really have won? Time and history had already been decided.
Doryani: Hmm... true... it was a doomed battle from the start.
Shadow: [DNT]
Doryani: [DNT]
Templar: [DNT]
Doryani: [DNT]
Duelist: [DNT]
Doryani: [DNT]
Doryani on Atziri's Beauty /20
Doryani: Atziri is beautiful, as most women are, in their own ways. Her aura of dominance stems from a very different source... her callousness. Your desires do not matter to her. You could serve her faithfully for decades, and she would still cast you out the moment you displease her. Such behavior builds a society of desperate servile worms. Lies become truth, and cowardice is rewarded. Over time, that kind of environment twists you, warps you. Breaks your spirit.
Warrior: That's a war a man cannot win on his own.
Doryani: Aptly put.
Marauder: [DNT]
Doryani: [DNT]
Witch: That's pathetic.
Huntress: Sad thing, seein' men fall so low.
Doryani: Yes... it is.
Sorceress: That is why Sekhemas are bound by duty, not whim. You let your Queen run amok.
Doryani: Yes. We all did.
Monk: The court of a tyrant.
Shadow: [DNT]
Templar: [DNT]
Druid: I know that feeling well. It creeps upon you like a shadow.
Duelist: [DNT]
Ranger: Do men really behave like that? That just sounds... crazy.
Doryani: It must be a form of insanity, yes.
Mercenary: She could break my spirit any day.
Doryani: Please. Do not jest.
Mercenary: You see me laughin', mate?
Doryani on Atziri's Beauty /20
Doryani: Atziri is beautiful, as most women are, in their own ways. Her aura of dominance stems from a very different source... her callousness. Your desires do not matter to her. You could serve her faithfully for decades, and she would still cast you out the moment you displease her. Such behavior builds a society of desperate servile worms. Lies become truth, and cowardice is rewarded. Over time, that kind of environment twists you, warps you. Breaks your spirit.
Warrior: That's a war a man cannot win on his own.
Doryani: Aptly put.
Marauder: [DNT]
Doryani: [DNT]
Witch: That's pathetic.
Huntress: Sad thing, seein' men fall so low.
Doryani: Yes... it is.
Sorceress: That is why Sekhemas are bound by duty, not whim. You let your Queen run amok.
Doryani: Yes. We all did.
Monk: The court of a tyrant.
Shadow: [DNT]
Templar: [DNT]
Druid: I know that feeling well. It creeps upon you like a shadow.
Duelist: [DNT]
Ranger: Do men really behave like that? That just sounds... crazy.
Doryani: It must be a form of insanity, yes.
Mercenary: She could break my spirit any day.
Doryani: Please. Do not jest.
Mercenary: You see me laughin', mate?
Doryani on Atziri's Beauty /20
Doryani: Atziri is beautiful, as most women are, in their own ways. Her aura of dominance stems from a very different source... her callousness. Your desires do not matter to her. You could serve her faithfully for decades, and she would still cast you out the moment you displease her. Such behavior builds a society of desperate servile worms. Lies become truth, and cowardice is rewarded. Over time, that kind of environment twists you, warps you. Breaks your spirit.
Warrior: That's a war a man cannot win on his own.
Doryani: Aptly put.
Marauder: [DNT]
Doryani: [DNT]
Witch: That's pathetic.
Huntress: Sad thing, seein' men fall so low.
Doryani: Yes... it is.
Sorceress: That is why Sekhemas are bound by duty, not whim. You let your Queen run amok.
Doryani: Yes. We all did.
Monk: The court of a tyrant.
Shadow: [DNT]
Templar: [DNT]
Druid: I know that feeling well. It creeps upon you like a shadow.
Duelist: [DNT]
Ranger: Do men really behave like that? That just sounds... crazy.
Doryani: It must be a form of insanity, yes.
Mercenary: She could break my spirit any day.
Doryani: Please. Do not jest.
Mercenary: You see me laughin', mate?
Doryani on Atziri's Beauty /20
Doryani: Atziri is beautiful, as most women are, in their own ways. Her aura of dominance stems from a very different source... her callousness. Your desires do not matter to her. You could serve her faithfully for decades, and she would still cast you out the moment you displease her. Such behavior builds a society of desperate servile worms. Lies become truth, and cowardice is rewarded. Over time, that kind of environment twists you, warps you. Breaks your spirit.
Warrior: That's a war a man cannot win on his own.
Doryani: Aptly put.
Marauder: [DNT]
Doryani: [DNT]
Witch: That's pathetic.
Huntress: Sad thing, seein' men fall so low.
Doryani: Yes... it is.
Sorceress: That is why Sekhemas are bound by duty, not whim. You let your Queen run amok.
Doryani: Yes. We all did.
Monk: The court of a tyrant.
Shadow: [DNT]
Templar: [DNT]
Druid: I know that feeling well. It creeps upon you like a shadow.
Duelist: [DNT]
Ranger: Do men really behave like that? That just sounds... crazy.
Doryani: It must be a form of insanity, yes.
Mercenary: She could break my spirit any day.
Doryani: Please. Do not jest.
Mercenary: You see me laughin', mate?
Doryani on Atziri's Beauty /20
Doryani: Atziri is beautiful, as most women are, in their own ways. Her aura of dominance stems from a very different source... her callousness. Your desires do not matter to her. You could serve her faithfully for decades, and she would still cast you out the moment you displease her. Such behavior builds a society of desperate servile worms. Lies become truth, and cowardice is rewarded. Over time, that kind of environment twists you, warps you. Breaks your spirit.
Warrior: That's a war a man cannot win on his own.
Doryani: Aptly put.
Marauder: [DNT]
Doryani: [DNT]
Witch: That's pathetic.
Huntress: Sad thing, seein' men fall so low.
Doryani: Yes... it is.
Sorceress: That is why Sekhemas are bound by duty, not whim. You let your Queen run amok.
Doryani: Yes. We all did.
Monk: The court of a tyrant.
Shadow: [DNT]
Templar: [DNT]
Druid: I know that feeling well. It creeps upon you like a shadow.
Duelist: [DNT]
Ranger: Do men really behave like that? That just sounds... crazy.
Doryani: It must be a form of insanity, yes.
Mercenary: She could break my spirit any day.
Doryani: Please. Do not jest.
Mercenary: You see me laughin', mate?
Doryani on Atziri's Beauty /20
Doryani: Atziri is beautiful, as most women are, in their own ways. Her aura of dominance stems from a very different source... her callousness. Your desires do not matter to her. You could serve her faithfully for decades, and she would still cast you out the moment you displease her. Such behavior builds a society of desperate servile worms. Lies become truth, and cowardice is rewarded. Over time, that kind of environment twists you, warps you. Breaks your spirit.
Warrior: That's a war a man cannot win on his own.
Doryani: Aptly put.
Marauder: [DNT]
Doryani: [DNT]
Witch: That's pathetic.
Huntress: Sad thing, seein' men fall so low.
Doryani: Yes... it is.
Sorceress: That is why Sekhemas are bound by duty, not whim. You let your Queen run amok.
Doryani: Yes. We all did.
Monk: The court of a tyrant.
Shadow: [DNT]
Templar: [DNT]
Druid: I know that feeling well. It creeps upon you like a shadow.
Duelist: [DNT]
Ranger: Do men really behave like that? That just sounds... crazy.
Doryani: It must be a form of insanity, yes.
Mercenary: She could break my spirit any day.
Doryani: Please. Do not jest.
Mercenary: You see me laughin', mate?
Doryani on Atziri's Beauty /20
Doryani: Atziri is beautiful, as most women are, in their own ways. Her aura of dominance stems from a very different source... her callousness. Your desires do not matter to her. You could serve her faithfully for decades, and she would still cast you out the moment you displease her. Such behavior builds a society of desperate servile worms. Lies become truth, and cowardice is rewarded. Over time, that kind of environment twists you, warps you. Breaks your spirit.
Warrior: That's a war a man cannot win on his own.
Doryani: Aptly put.
Marauder: [DNT]
Doryani: [DNT]
Witch: That's pathetic.
Huntress: Sad thing, seein' men fall so low.
Doryani: Yes... it is.
Sorceress: That is why Sekhemas are bound by duty, not whim. You let your Queen run amok.
Doryani: Yes. We all did.
Monk: The court of a tyrant.
Shadow: [DNT]
Templar: [DNT]
Druid: I know that feeling well. It creeps upon you like a shadow.
Duelist: [DNT]
Ranger: Do men really behave like that? That just sounds... crazy.
Doryani: It must be a form of insanity, yes.
Mercenary: She could break my spirit any day.
Doryani: Please. Do not jest.
Mercenary: You see me laughin', mate?
Doryani on The Demon of Atzoatl /3
Doryani: That is what we called... it's hard to explain. During its construction, our Temple of Atzoatl was plagued by an impossible, elusive, rampaging murderer who appeared at random to assassinate our Architects. Then, when it was completed, they showed up one last time, to slaughter everyone inside and loot everything it contained. The Demon's appearance changed often, but their companion's did not. I now know her to be... Alva Valai. We did determine that the pair were coming from the future, but we could never have guessed how far. It's still unclear when those events are meant to happen... for her. Also... {why?} Why will she go back and aid a rampage through Atzoatl? Actually, maybe that one's obvious.
Ranger: The treasure.
Huntress: The treasure.
Shadow: The treasure.
Monk: The treasure.
Witch: The treasure.
Sorceress: The treasure.
Marauder: The treasure.
Warrior: The treasure.
Duelist: The treasure.
Mercenary: The treasure.
Templar: The treasure.
Druid: The treasure.
Doryani: Yes. The treasure.
Doryani on The Demon of Atzoatl /3
Doryani: That is what we called... it's hard to explain. During its construction, our Temple of Atzoatl was plagued by an impossible, elusive, rampaging murderer who appeared at random to assassinate our Architects. Then, when it was completed, they showed up one last time, to slaughter everyone inside and loot everything it contained. The Demon's appearance changed often, but their companion's did not. I now know her to be... Alva Valai. We did determine that the pair were coming from the future, but we could never have guessed how far. It's still unclear when those events are meant to happen... for her. Also... {why?} Why will she go back and aid a rampage through Atzoatl? Actually, maybe that one's obvious.
Ranger: The treasure.
Huntress: The treasure.
Shadow: The treasure.
Monk: The treasure.
Witch: The treasure.
Sorceress: The treasure.
Marauder: The treasure.
Warrior: The treasure.
Duelist: The treasure.
Mercenary: The treasure.
Templar: The treasure.
Druid: The treasure.
Doryani: Yes. The treasure.
Doryani on The Demon of Atzoatl /3
Doryani: That is what we called... it's hard to explain. During its construction, our Temple of Atzoatl was plagued by an impossible, elusive, rampaging murderer who appeared at random to assassinate our Architects. Then, when it was completed, they showed up one last time, to slaughter everyone inside and loot everything it contained. The Demon's appearance changed often, but their companion's did not. I now know her to be... Alva Valai. We did determine that the pair were coming from the future, but we could never have guessed how far. It's still unclear when those events are meant to happen... for her. Also... {why?} Why will she go back and aid a rampage through Atzoatl? Actually, maybe that one's obvious.
Ranger: The treasure.
Huntress: The treasure.
Shadow: The treasure.
Monk: The treasure.
Witch: The treasure.
Sorceress: The treasure.
Marauder: The treasure.
Warrior: The treasure.
Duelist: The treasure.
Mercenary: The treasure.
Templar: The treasure.
Druid: The treasure.
Doryani: Yes. The treasure.
Doryani on The Demon of Atzoatl /3
Doryani: That is what we called... it's hard to explain. During its construction, our Temple of Atzoatl was plagued by an impossible, elusive, rampaging murderer who appeared at random to assassinate our Architects. Then, when it was completed, they showed up one last time, to slaughter everyone inside and loot everything it contained. The Demon's appearance changed often, but their companion's did not. I now know her to be... Alva Valai. We did determine that the pair were coming from the future, but we could never have guessed how far. It's still unclear when those events are meant to happen... for her. Also... {why?} Why will she go back and aid a rampage through Atzoatl? Actually, maybe that one's obvious.
Ranger: The treasure.
Huntress: The treasure.
Shadow: The treasure.
Monk: The treasure.
Witch: The treasure.
Sorceress: The treasure.
Marauder: The treasure.
Warrior: The treasure.
Duelist: The treasure.
Mercenary: The treasure.
Templar: The treasure.
Druid: The treasure.
Doryani: Yes. The treasure.
Doryani on The Demon of Atzoatl /3
Doryani: That is what we called... it's hard to explain. During its construction, our Temple of Atzoatl was plagued by an impossible, elusive, rampaging murderer who appeared at random to assassinate our Architects. Then, when it was completed, they showed up one last time, to slaughter everyone inside and loot everything it contained. The Demon's appearance changed often, but their companion's did not. I now know her to be... Alva Valai. We did determine that the pair were coming from the future, but we could never have guessed how far. It's still unclear when those events are meant to happen... for her. Also... {why?} Why will she go back and aid a rampage through Atzoatl? Actually, maybe that one's obvious.
Ranger: The treasure.
Huntress: The treasure.
Shadow: The treasure.
Monk: The treasure.
Witch: The treasure.
Sorceress: The treasure.
Marauder: The treasure.
Warrior: The treasure.
Duelist: The treasure.
Mercenary: The treasure.
Templar: The treasure.
Druid: The treasure.
Doryani: Yes. The treasure.
Doryani on The Demon of Atzoatl /3
Doryani: That is what we called... it's hard to explain. During its construction, our Temple of Atzoatl was plagued by an impossible, elusive, rampaging murderer who appeared at random to assassinate our Architects. Then, when it was completed, they showed up one last time, to slaughter everyone inside and loot everything it contained. The Demon's appearance changed often, but their companion's did not. I now know her to be... Alva Valai. We did determine that the pair were coming from the future, but we could never have guessed how far. It's still unclear when those events are meant to happen... for her. Also... {why?} Why will she go back and aid a rampage through Atzoatl? Actually, maybe that one's obvious.
Ranger: The treasure.
Huntress: The treasure.
Shadow: The treasure.
Monk: The treasure.
Witch: The treasure.
Sorceress: The treasure.
Marauder: The treasure.
Warrior: The treasure.
Duelist: The treasure.
Mercenary: The treasure.
Templar: The treasure.
Druid: The treasure.
Doryani: Yes. The treasure.
Doryani on The Demon of Atzoatl /3
Doryani: That is what we called... it's hard to explain. During its construction, our Temple of Atzoatl was plagued by an impossible, elusive, rampaging murderer who appeared at random to assassinate our Architects. Then, when it was completed, they showed up one last time, to slaughter everyone inside and loot everything it contained. The Demon's appearance changed often, but their companion's did not. I now know her to be... Alva Valai. We did determine that the pair were coming from the future, but we could never have guessed how far. It's still unclear when those events are meant to happen... for her. Also... {why?} Why will she go back and aid a rampage through Atzoatl? Actually, maybe that one's obvious.
Ranger: The treasure.
Huntress: The treasure.
Shadow: The treasure.
Monk: The treasure.
Witch: The treasure.
Sorceress: The treasure.
Marauder: The treasure.
Warrior: The treasure.
Duelist: The treasure.
Mercenary: The treasure.
Templar: The treasure.
Druid: The treasure.
Doryani: Yes. The treasure.
Doryani on The Eztli Pilli /26
Doryani: For a time, the Queen's interests aligned with my own. She sought immortality, and so did I... for different ends.
Warrior: You were complicit.
Doryani: Yes. I make no excuses. I did what I had to do.
Marauder: [DNT]
Doryani: [DNT]
Huntress: A dangerous pursuit.
Shadow: [DNT]
Doryani: The most dangerous. My search risked everything.
Doryani: We were not the first to do so, either. The Eztli Pilli was already many centuries old when it passed to me. It contains all the knowledge possibly related to immortality we possess, both from our own civilisation, and... others.
Templar: [DNT]
Doryani: [DNT]
Sorceress: From what I learned, the Vaal grew fat off the riches - and ruins - of others.
Monk: You built on lost knowledge that led others to ruin.
Druid: So your learning stemmed from what others grew before you.
Doryani: Yes. The Vaal developed the ability to implant souls into crystals based on ancient necromantic artifacts found deep underground. Our sophisticated golems stemmed from study of the Primevals, who once lived in the same regions we do. Blood thaumaturgy, however... that was us. Our unique contribution to science.
Doryani: Everything we deemed too volatile, dangerous, or useless, we sealed away in the Eztli Pilli, guarded by eighty-seven traps. I should have expected that... {impossible woman...} would walk right up and pluck our deepest secrets without a care in the world.
Mercenary: That's our Miss Valai.
Duelist: [DNT]
Witch: She does tend to do that.
Doryani: How do you put up with her?
Witch: Her optimism is repulsive but... she's not the worst.
Doryani: From you, that's high praise. Perhaps I'll rethink my annoyance.
Ranger: She's not going to change just because you wish it.
Doryani: I would never demean a lady of the Vaal by asking her to diminish herself. It's just...
Ranger: The {pluckiness.}
Doryani: Yes. The 'pluckiness.'
Doryani on Fate of the Vaal /15
Doryani: My Patron warned that Fate would torment me. And yet, even knowing the futility of my efforts, I am compelled to try anyway. We are so close. We have access to Atziri in the moments before the Cataclysm! I will try again and again, no matter how long it takes.
Warrior: It is the fight that matters, not victory.
Marauder: [DNT]
Duelist: [DNT]
Witch: Can we really change what has already transpired? Is it {possible?}
Sorceress: No matter how hard we fight, Time will not bend to your will.
Monk: The past is not ours to change.
Shadow: [DNT]
Ranger: Maybe we can't change it. But I'll keep trying, as long as we're allies.
Doryani: I once lamented that I could save the Vaal, had I but time. Now I have all the time I could ever want. I will not stop until we undo the Red Communion.
Huntress: You mean {we} will try again and again.
Druid: That way lies madness, but I cannae fault you.
Mercenary: That's it. Keep up the good fight. What Patron is that, by the way?
Doryani: We will talk about that when the time is right. They took an interest in me after my Trial... greatly amused them.
Mercenary: Now there's a story I'm dyin' to hear.
Doryani on Fate of the Vaal /15
Doryani: My Patron warned that Fate would torment me. And yet, even knowing the futility of my efforts, I am compelled to try anyway. We are so close. We have access to Atziri in the moments before the Cataclysm! I will try again and again, no matter how long it takes.
Warrior: It is the fight that matters, not victory.
Marauder: [DNT]
Duelist: [DNT]
Witch: Can we really change what has already transpired? Is it {possible?}
Sorceress: No matter how hard we fight, Time will not bend to your will.
Monk: The past is not ours to change.
Shadow: [DNT]
Ranger: Maybe we can't change it. But I'll keep trying, as long as we're allies.
Doryani: I once lamented that I could save the Vaal, had I but time. Now I have all the time I could ever want. I will not stop until we undo the Red Communion.
Huntress: You mean {we} will try again and again.
Druid: That way lies madness, but I cannae fault you.
Mercenary: That's it. Keep up the good fight. What Patron is that, by the way?
Doryani: We will talk about that when the time is right. They took an interest in me after my Trial... greatly amused them.
Mercenary: Now there's a story I'm dyin' to hear.
Doryani on Fate of the Vaal /15
Doryani: My Patron warned that Fate would torment me. And yet, even knowing the futility of my efforts, I am compelled to try anyway. We are so close. We have access to Atziri in the moments before the Cataclysm! I will try again and again, no matter how long it takes.
Warrior: It is the fight that matters, not victory.
Marauder: [DNT]
Duelist: [DNT]
Witch: Can we really change what has already transpired? Is it {possible?}
Sorceress: No matter how hard we fight, Time will not bend to your will.
Monk: The past is not ours to change.
Shadow: [DNT]
Ranger: Maybe we can't change it. But I'll keep trying, as long as we're allies.
Doryani: I once lamented that I could save the Vaal, had I but time. Now I have all the time I could ever want. I will not stop until we undo the Red Communion.
Huntress: You mean {we} will try again and again.
Druid: That way lies madness, but I cannae fault you.
Mercenary: That's it. Keep up the good fight. What Patron is that, by the way?
Doryani: We will talk about that when the time is right. They took an interest in me after my Trial... greatly amused them.
Mercenary: Now there's a story I'm dyin' to hear.
Doryani on Fate of the Vaal /15
Doryani: My Patron warned that Fate would torment me. And yet, even knowing the futility of my efforts, I am compelled to try anyway. We are so close. We have access to Atziri in the moments before the Cataclysm! I will try again and again, no matter how long it takes.
Warrior: It is the fight that matters, not victory.
Marauder: [DNT]
Duelist: [DNT]
Witch: Can we really change what has already transpired? Is it {possible?}
Sorceress: No matter how hard we fight, Time will not bend to your will.
Monk: The past is not ours to change.
Shadow: [DNT]
Ranger: Maybe we can't change it. But I'll keep trying, as long as we're allies.
Doryani: I once lamented that I could save the Vaal, had I but time. Now I have all the time I could ever want. I will not stop until we undo the Red Communion.
Huntress: You mean {we} will try again and again.
Druid: That way lies madness, but I cannae fault you.
Mercenary: That's it. Keep up the good fight. What Patron is that, by the way?
Doryani: We will talk about that when the time is right. They took an interest in me after my Trial... greatly amused them.
Mercenary: Now there's a story I'm dyin' to hear.
Doryani on Fate of the Vaal /15
Doryani: My Patron warned that Fate would torment me. And yet, even knowing the futility of my efforts, I am compelled to try anyway. We are so close. We have access to Atziri in the moments before the Cataclysm! I will try again and again, no matter how long it takes.
Warrior: It is the fight that matters, not victory.
Marauder: [DNT]
Duelist: [DNT]
Witch: Can we really change what has already transpired? Is it {possible?}
Sorceress: No matter how hard we fight, Time will not bend to your will.
Monk: The past is not ours to change.
Shadow: [DNT]
Ranger: Maybe we can't change it. But I'll keep trying, as long as we're allies.
Doryani: I once lamented that I could save the Vaal, had I but time. Now I have all the time I could ever want. I will not stop until we undo the Red Communion.
Huntress: You mean {we} will try again and again.
Druid: That way lies madness, but I cannae fault you.
Mercenary: That's it. Keep up the good fight. What Patron is that, by the way?
Doryani: We will talk about that when the time is right. They took an interest in me after my Trial... greatly amused them.
Mercenary: Now there's a story I'm dyin' to hear.
Doryani on Fate of the Vaal /15
Doryani: My Patron warned that Fate would torment me. And yet, even knowing the futility of my efforts, I am compelled to try anyway. We are so close. We have access to Atziri in the moments before the Cataclysm! I will try again and again, no matter how long it takes.
Warrior: It is the fight that matters, not victory.
Marauder: [DNT]
Duelist: [DNT]
Witch: Can we really change what has already transpired? Is it {possible?}
Sorceress: No matter how hard we fight, Time will not bend to your will.
Monk: The past is not ours to change.
Shadow: [DNT]
Ranger: Maybe we can't change it. But I'll keep trying, as long as we're allies.
Doryani: I once lamented that I could save the Vaal, had I but time. Now I have all the time I could ever want. I will not stop until we undo the Red Communion.
Huntress: You mean {we} will try again and again.
Druid: That way lies madness, but I cannae fault you.
Mercenary: That's it. Keep up the good fight. What Patron is that, by the way?
Doryani: We will talk about that when the time is right. They took an interest in me after my Trial... greatly amused them.
Mercenary: Now there's a story I'm dyin' to hear.
Doryani on Fate of the Vaal /15
Doryani: My Patron warned that Fate would torment me. And yet, even knowing the futility of my efforts, I am compelled to try anyway. We are so close. We have access to Atziri in the moments before the Cataclysm! I will try again and again, no matter how long it takes.
Warrior: It is the fight that matters, not victory.
Marauder: [DNT]
Duelist: [DNT]
Witch: Can we really change what has already transpired? Is it {possible?}
Sorceress: No matter how hard we fight, Time will not bend to your will.
Monk: The past is not ours to change.
Shadow: [DNT]
Ranger: Maybe we can't change it. But I'll keep trying, as long as we're allies.
Doryani: I once lamented that I could save the Vaal, had I but time. Now I have all the time I could ever want. I will not stop until we undo the Red Communion.
Huntress: You mean {we} will try again and again.
Druid: That way lies madness, but I cannae fault you.
Mercenary: That's it. Keep up the good fight. What Patron is that, by the way?
Doryani: We will talk about that when the time is right. They took an interest in me after my Trial... greatly amused them.
Mercenary: Now there's a story I'm dyin' to hear.
Doryani on Gems /26
Doryani: Each gem we mined seemed to take after a particular portion of a myth or belief. Abilities our people believed our gods to possess. Arakaali's poison. Kopec's fire. Never anything new. Never the unknown.
Warrior: So they come from the gods?
Doryani: No... they come from us.
Marauder: [DNT]
Doryani: [DNT]
Witch: Curious. I think I'm beginning to understand the true nature of this world.
Doryani: You have a unique mind. I have no doubt you will expand humanity's knowledge.
Witch: Not if I keep it all for myself.
Templar: [DNT]
Ranger: Ah, so what people believe becomes fragmented... crystallised...
Druid: So the gems of each era are different, because prevailing beliefs have changed...
Doryani: Precisely.
Sorceress: I see the danger. What mortal could turn down the power of the gods?
Huntress: The strength of the gods, lyin' around in forests and valleys... free for anyone to pick up and use to kill each other.
Doryani: Our royalty became addicted to the power of these gems long ago. In that sense, we have always been doomed.
Monk: Perhaps gems could be seen as... rewards. The fruits of our faith.
Doryani: The Beast is merely a mechanism. The gods have nothing to do with it.
Monk: Sin grew the Beast. He is a god... and it is our beliefs that shaped and formed these gems.
Doryani: You... have me there. Perhaps my response was too callous.
Shadow: [DNT]
Duelist: [DNT]
Doryani: [DNT]
Duelist: [DNT]
Mercenary: You sure? Wait, which god uses a crossbow?
Doryani: Kuetzakala, of course. Goddess of the siege.
Mercenary: Huh. Wow. Learn somethin' new every day 'round you lot.
Doryani on Gems /26
Doryani: Each gem we mined seemed to take after a particular portion of a myth or belief. Abilities our people believed our gods to possess. Arakaali's poison. Kopec's fire. Never anything new. Never the unknown.
Warrior: So they come from the gods?
Doryani: No... they come from us.
Marauder: [DNT]
Doryani: [DNT]
Witch: Curious. I think I'm beginning to understand the true nature of this world.
Doryani: You have a unique mind. I have no doubt you will expand humanity's knowledge.
Witch: Not if I keep it all for myself.
Templar: [DNT]
Ranger: Ah, so what people believe becomes fragmented... crystallised...
Druid: So the gems of each era are different, because prevailing beliefs have changed...
Doryani: Precisely.
Sorceress: I see the danger. What mortal could turn down the power of the gods?
Huntress: The strength of the gods, lyin' around in forests and valleys... free for anyone to pick up and use to kill each other.
Doryani: Our royalty became addicted to the power of these gems long ago. In that sense, we have always been doomed.
Monk: Perhaps gems could be seen as... rewards. The fruits of our faith.
Doryani: The Beast is merely a mechanism. The gods have nothing to do with it.
Monk: Sin grew the Beast. He is a god... and it is our beliefs that shaped and formed these gems.
Doryani: You... have me there. Perhaps my response was too callous.
Shadow: [DNT]
Duelist: [DNT]
Doryani: [DNT]
Duelist: [DNT]
Mercenary: You sure? Wait, which god uses a crossbow?
Doryani: Kuetzakala, of course. Goddess of the siege.
Mercenary: Huh. Wow. Learn somethin' new every day 'round you lot.
Doryani on Gems /26
Doryani: Each gem we mined seemed to take after a particular portion of a myth or belief. Abilities our people believed our gods to possess. Arakaali's poison. Kopec's fire. Never anything new. Never the unknown.
Warrior: So they come from the gods?
Doryani: No... they come from us.
Marauder: [DNT]
Doryani: [DNT]
Witch: Curious. I think I'm beginning to understand the true nature of this world.
Doryani: You have a unique mind. I have no doubt you will expand humanity's knowledge.
Witch: Not if I keep it all for myself.
Templar: [DNT]
Ranger: Ah, so what people believe becomes fragmented... crystallised...
Druid: So the gems of each era are different, because prevailing beliefs have changed...
Doryani: Precisely.
Sorceress: I see the danger. What mortal could turn down the power of the gods?
Huntress: The strength of the gods, lyin' around in forests and valleys... free for anyone to pick up and use to kill each other.
Doryani: Our royalty became addicted to the power of these gems long ago. In that sense, we have always been doomed.
Monk: Perhaps gems could be seen as... rewards. The fruits of our faith.
Doryani: The Beast is merely a mechanism. The gods have nothing to do with it.
Monk: Sin grew the Beast. He is a god... and it is our beliefs that shaped and formed these gems.
Doryani: You... have me there. Perhaps my response was too callous.
Shadow: [DNT]
Duelist: [DNT]
Doryani: [DNT]
Duelist: [DNT]
Mercenary: You sure? Wait, which god uses a crossbow?
Doryani: Kuetzakala, of course. Goddess of the siege.
Mercenary: Huh. Wow. Learn somethin' new every day 'round you lot.
Doryani on Gems /26
Doryani: Each gem we mined seemed to take after a particular portion of a myth or belief. Abilities our people believed our gods to possess. Arakaali's poison. Kopec's fire. Never anything new. Never the unknown.
Warrior: So they come from the gods?
Doryani: No... they come from us.
Marauder: [DNT]
Doryani: [DNT]
Witch: Curious. I think I'm beginning to understand the true nature of this world.
Doryani: You have a unique mind. I have no doubt you will expand humanity's knowledge.
Witch: Not if I keep it all for myself.
Templar: [DNT]
Ranger: Ah, so what people believe becomes fragmented... crystallised...
Druid: So the gems of each era are different, because prevailing beliefs have changed...
Doryani: Precisely.
Sorceress: I see the danger. What mortal could turn down the power of the gods?
Huntress: The strength of the gods, lyin' around in forests and valleys... free for anyone to pick up and use to kill each other.
Doryani: Our royalty became addicted to the power of these gems long ago. In that sense, we have always been doomed.
Monk: Perhaps gems could be seen as... rewards. The fruits of our faith.
Doryani: The Beast is merely a mechanism. The gods have nothing to do with it.
Monk: Sin grew the Beast. He is a god... and it is our beliefs that shaped and formed these gems.
Doryani: You... have me there. Perhaps my response was too callous.
Shadow: [DNT]
Duelist: [DNT]
Doryani: [DNT]
Duelist: [DNT]
Mercenary: You sure? Wait, which god uses a crossbow?
Doryani: Kuetzakala, of course. Goddess of the siege.
Mercenary: Huh. Wow. Learn somethin' new every day 'round you lot.
Doryani on Gems /26
Doryani: Each gem we mined seemed to take after a particular portion of a myth or belief. Abilities our people believed our gods to possess. Arakaali's poison. Kopec's fire. Never anything new. Never the unknown.
Warrior: So they come from the gods?
Doryani: No... they come from us.
Marauder: [DNT]
Doryani: [DNT]
Witch: Curious. I think I'm beginning to understand the true nature of this world.
Doryani: You have a unique mind. I have no doubt you will expand humanity's knowledge.
Witch: Not if I keep it all for myself.
Templar: [DNT]
Ranger: Ah, so what people believe becomes fragmented... crystallised...
Druid: So the gems of each era are different, because prevailing beliefs have changed...
Doryani: Precisely.
Sorceress: I see the danger. What mortal could turn down the power of the gods?
Huntress: The strength of the gods, lyin' around in forests and valleys... free for anyone to pick up and use to kill each other.
Doryani: Our royalty became addicted to the power of these gems long ago. In that sense, we have always been doomed.
Monk: Perhaps gems could be seen as... rewards. The fruits of our faith.
Doryani: The Beast is merely a mechanism. The gods have nothing to do with it.
Monk: Sin grew the Beast. He is a god... and it is our beliefs that shaped and formed these gems.
Doryani: You... have me there. Perhaps my response was too callous.
Shadow: [DNT]
Duelist: [DNT]
Doryani: [DNT]
Duelist: [DNT]
Mercenary: You sure? Wait, which god uses a crossbow?
Doryani: Kuetzakala, of course. Goddess of the siege.
Mercenary: Huh. Wow. Learn somethin' new every day 'round you lot.
Doryani on Gems /26
Doryani: Each gem we mined seemed to take after a particular portion of a myth or belief. Abilities our people believed our gods to possess. Arakaali's poison. Kopec's fire. Never anything new. Never the unknown.
Warrior: So they come from the gods?
Doryani: No... they come from us.
Marauder: [DNT]
Doryani: [DNT]
Witch: Curious. I think I'm beginning to understand the true nature of this world.
Doryani: You have a unique mind. I have no doubt you will expand humanity's knowledge.
Witch: Not if I keep it all for myself.
Templar: [DNT]
Ranger: Ah, so what people believe becomes fragmented... crystallised...
Druid: So the gems of each era are different, because prevailing beliefs have changed...
Doryani: Precisely.
Sorceress: I see the danger. What mortal could turn down the power of the gods?
Huntress: The strength of the gods, lyin' around in forests and valleys... free for anyone to pick up and use to kill each other.
Doryani: Our royalty became addicted to the power of these gems long ago. In that sense, we have always been doomed.
Monk: Perhaps gems could be seen as... rewards. The fruits of our faith.
Doryani: The Beast is merely a mechanism. The gods have nothing to do with it.
Monk: Sin grew the Beast. He is a god... and it is our beliefs that shaped and formed these gems.
Doryani: You... have me there. Perhaps my response was too callous.
Shadow: [DNT]
Duelist: [DNT]
Doryani: [DNT]
Duelist: [DNT]
Mercenary: You sure? Wait, which god uses a crossbow?
Doryani: Kuetzakala, of course. Goddess of the siege.
Mercenary: Huh. Wow. Learn somethin' new every day 'round you lot.
Doryani on Gems /26
Doryani: Each gem we mined seemed to take after a particular portion of a myth or belief. Abilities our people believed our gods to possess. Arakaali's poison. Kopec's fire. Never anything new. Never the unknown.
Warrior: So they come from the gods?
Doryani: No... they come from us.
Marauder: [DNT]
Doryani: [DNT]
Witch: Curious. I think I'm beginning to understand the true nature of this world.
Doryani: You have a unique mind. I have no doubt you will expand humanity's knowledge.
Witch: Not if I keep it all for myself.
Templar: [DNT]
Ranger: Ah, so what people believe becomes fragmented... crystallised...
Druid: So the gems of each era are different, because prevailing beliefs have changed...
Doryani: Precisely.
Sorceress: I see the danger. What mortal could turn down the power of the gods?
Huntress: The strength of the gods, lyin' around in forests and valleys... free for anyone to pick up and use to kill each other.
Doryani: Our royalty became addicted to the power of these gems long ago. In that sense, we have always been doomed.
Monk: Perhaps gems could be seen as... rewards. The fruits of our faith.
Doryani: The Beast is merely a mechanism. The gods have nothing to do with it.
Monk: Sin grew the Beast. He is a god... and it is our beliefs that shaped and formed these gems.
Doryani: You... have me there. Perhaps my response was too callous.
Shadow: [DNT]
Duelist: [DNT]
Doryani: [DNT]
Duelist: [DNT]
Mercenary: You sure? Wait, which god uses a crossbow?
Doryani: Kuetzakala, of course. Goddess of the siege.
Mercenary: Huh. Wow. Learn somethin' new every day 'round you lot.
Doryani on The Cradle /22
Doryani: Atziri has long been obsessed with the Beast, ever since I discovered its hiding place in the mountain... She would divert sacrifices to the dig site. Feed subjects to it, just to watch the process. She seemed to believe she was winning its favour, like a master earning the loyalty of a pet.
Marauder: [DNT]
Witch: ...and was she right?
Doryani: It is alive, but I don't believe it feels the way even basic animals do...
Sorceress: Can the Beast truly be tamed in such a way?
Druid: Can the Beast obey a master?
Doryani: I don't believe it can ever truly be controlled.
Shadow: [DNT]
Huntress: Not all creatures feel things the way we do.
Doryani: Indeed. I found no evidence that the Beast is capable of such a bond.
Duelist: [DNT]
Doryani: [DNT]
Doryani: I studied it myself, under the guise of studying it for her. I delayed wherever I could, buying time. But in the end, I was forced to devise the Red Communion. She wouldn't let me return to Utzaal unless I completed its design.
Warrior: So this is all your fault?
Mercenary: Aw, see. That's where you burnt the stew. It's on you.
Doryani: Partially. History will likely remember me as a monster, but it could not be avoided.
Monk: Did you try to sabotage what you gave her?
Doryani: I tried... but she had her loyal Architects verify my work.
Monk: She didn't trust you?
Doryani: Atziri trusts no one.
Templar: [DNT]
Ranger: You were an animal caught in a trap, gnawing off its own leg to survive...
Doryani on The Cradle /22
Doryani: Atziri has long been obsessed with the Beast, ever since I discovered its hiding place in the mountain... She would divert sacrifices to the dig site. Feed subjects to it, just to watch the process. She seemed to believe she was winning its favour, like a master earning the loyalty of a pet.
Marauder: [DNT]
Witch: ...and was she right?
Doryani: It is alive, but I don't believe it feels the way even basic animals do...
Sorceress: Can the Beast truly be tamed in such a way?
Druid: Can the Beast obey a master?
Doryani: I don't believe it can ever truly be controlled.
Shadow: [DNT]
Huntress: Not all creatures feel things the way we do.
Doryani: Indeed. I found no evidence that the Beast is capable of such a bond.
Duelist: [DNT]
Doryani: [DNT]
Doryani: I studied it myself, under the guise of studying it for her. I delayed wherever I could, buying time. But in the end, I was forced to devise the Red Communion. She wouldn't let me return to Utzaal unless I completed its design.
Warrior: So this is all your fault?
Mercenary: Aw, see. That's where you burnt the stew. It's on you.
Doryani: Partially. History will likely remember me as a monster, but it could not be avoided.
Monk: Did you try to sabotage what you gave her?
Doryani: I tried... but she had her loyal Architects verify my work.
Monk: She didn't trust you?
Doryani: Atziri trusts no one.
Templar: [DNT]
Ranger: You were an animal caught in a trap, gnawing off its own leg to survive...
Doryani on The Cradle /22
Doryani: Atziri has long been obsessed with the Beast, ever since I discovered its hiding place in the mountain... She would divert sacrifices to the dig site. Feed subjects to it, just to watch the process. She seemed to believe she was winning its favour, like a master earning the loyalty of a pet.
Marauder: [DNT]
Witch: ...and was she right?
Doryani: It is alive, but I don't believe it feels the way even basic animals do...
Sorceress: Can the Beast truly be tamed in such a way?
Druid: Can the Beast obey a master?
Doryani: I don't believe it can ever truly be controlled.
Shadow: [DNT]
Huntress: Not all creatures feel things the way we do.
Doryani: Indeed. I found no evidence that the Beast is capable of such a bond.
Duelist: [DNT]
Doryani: [DNT]
Doryani: I studied it myself, under the guise of studying it for her. I delayed wherever I could, buying time. But in the end, I was forced to devise the Red Communion. She wouldn't let me return to Utzaal unless I completed its design.
Warrior: So this is all your fault?
Mercenary: Aw, see. That's where you burnt the stew. It's on you.
Doryani: Partially. History will likely remember me as a monster, but it could not be avoided.
Monk: Did you try to sabotage what you gave her?
Doryani: I tried... but she had her loyal Architects verify my work.
Monk: She didn't trust you?
Doryani: Atziri trusts no one.
Templar: [DNT]
Ranger: You were an animal caught in a trap, gnawing off its own leg to survive...
Doryani on The Cradle /22
Doryani: Atziri has long been obsessed with the Beast, ever since I discovered its hiding place in the mountain... She would divert sacrifices to the dig site. Feed subjects to it, just to watch the process. She seemed to believe she was winning its favour, like a master earning the loyalty of a pet.
Marauder: [DNT]
Witch: ...and was she right?
Doryani: It is alive, but I don't believe it feels the way even basic animals do...
Sorceress: Can the Beast truly be tamed in such a way?
Druid: Can the Beast obey a master?
Doryani: I don't believe it can ever truly be controlled.
Shadow: [DNT]
Huntress: Not all creatures feel things the way we do.
Doryani: Indeed. I found no evidence that the Beast is capable of such a bond.
Duelist: [DNT]
Doryani: [DNT]
Doryani: I studied it myself, under the guise of studying it for her. I delayed wherever I could, buying time. But in the end, I was forced to devise the Red Communion. She wouldn't let me return to Utzaal unless I completed its design.
Warrior: So this is all your fault?
Mercenary: Aw, see. That's where you burnt the stew. It's on you.
Doryani: Partially. History will likely remember me as a monster, but it could not be avoided.
Monk: Did you try to sabotage what you gave her?
Doryani: I tried... but she had her loyal Architects verify my work.
Monk: She didn't trust you?
Doryani: Atziri trusts no one.
Templar: [DNT]
Ranger: You were an animal caught in a trap, gnawing off its own leg to survive...
Doryani on The Cradle /22
Doryani: Atziri has long been obsessed with the Beast, ever since I discovered its hiding place in the mountain... She would divert sacrifices to the dig site. Feed subjects to it, just to watch the process. She seemed to believe she was winning its favour, like a master earning the loyalty of a pet.
Marauder: [DNT]
Witch: ...and was she right?
Doryani: It is alive, but I don't believe it feels the way even basic animals do...
Sorceress: Can the Beast truly be tamed in such a way?
Druid: Can the Beast obey a master?
Doryani: I don't believe it can ever truly be controlled.
Shadow: [DNT]
Huntress: Not all creatures feel things the way we do.
Doryani: Indeed. I found no evidence that the Beast is capable of such a bond.
Duelist: [DNT]
Doryani: [DNT]
Doryani: I studied it myself, under the guise of studying it for her. I delayed wherever I could, buying time. But in the end, I was forced to devise the Red Communion. She wouldn't let me return to Utzaal unless I completed its design.
Warrior: So this is all your fault?
Mercenary: Aw, see. That's where you burnt the stew. It's on you.
Doryani: Partially. History will likely remember me as a monster, but it could not be avoided.
Monk: Did you try to sabotage what you gave her?
Doryani: I tried... but she had her loyal Architects verify my work.
Monk: She didn't trust you?
Doryani: Atziri trusts no one.
Templar: [DNT]
Ranger: You were an animal caught in a trap, gnawing off its own leg to survive...
Doryani on The Cradle /22
Doryani: Atziri has long been obsessed with the Beast, ever since I discovered its hiding place in the mountain... She would divert sacrifices to the dig site. Feed subjects to it, just to watch the process. She seemed to believe she was winning its favour, like a master earning the loyalty of a pet.
Marauder: [DNT]
Witch: ...and was she right?
Doryani: It is alive, but I don't believe it feels the way even basic animals do...
Sorceress: Can the Beast truly be tamed in such a way?
Druid: Can the Beast obey a master?
Doryani: I don't believe it can ever truly be controlled.
Shadow: [DNT]
Huntress: Not all creatures feel things the way we do.
Doryani: Indeed. I found no evidence that the Beast is capable of such a bond.
Duelist: [DNT]
Doryani: [DNT]
Doryani: I studied it myself, under the guise of studying it for her. I delayed wherever I could, buying time. But in the end, I was forced to devise the Red Communion. She wouldn't let me return to Utzaal unless I completed its design.
Warrior: So this is all your fault?
Mercenary: Aw, see. That's where you burnt the stew. It's on you.
Doryani: Partially. History will likely remember me as a monster, but it could not be avoided.
Monk: Did you try to sabotage what you gave her?
Doryani: I tried... but she had her loyal Architects verify my work.
Monk: She didn't trust you?
Doryani: Atziri trusts no one.
Templar: [DNT]
Ranger: You were an animal caught in a trap, gnawing off its own leg to survive...
Doryani on The Cradle /22
Doryani: Atziri has long been obsessed with the Beast, ever since I discovered its hiding place in the mountain... She would divert sacrifices to the dig site. Feed subjects to it, just to watch the process. She seemed to believe she was winning its favour, like a master earning the loyalty of a pet.
Marauder: [DNT]
Witch: ...and was she right?
Doryani: It is alive, but I don't believe it feels the way even basic animals do...
Sorceress: Can the Beast truly be tamed in such a way?
Druid: Can the Beast obey a master?
Doryani: I don't believe it can ever truly be controlled.
Shadow: [DNT]
Huntress: Not all creatures feel things the way we do.
Doryani: Indeed. I found no evidence that the Beast is capable of such a bond.
Duelist: [DNT]
Doryani: [DNT]
Doryani: I studied it myself, under the guise of studying it for her. I delayed wherever I could, buying time. But in the end, I was forced to devise the Red Communion. She wouldn't let me return to Utzaal unless I completed its design.
Warrior: So this is all your fault?
Mercenary: Aw, see. That's where you burnt the stew. It's on you.
Doryani: Partially. History will likely remember me as a monster, but it could not be avoided.
Monk: Did you try to sabotage what you gave her?
Doryani: I tried... but she had her loyal Architects verify my work.
Monk: She didn't trust you?
Doryani: Atziri trusts no one.
Templar: [DNT]
Ranger: You were an animal caught in a trap, gnawing off its own leg to survive...
Doryani on Blood Medallions /19
Doryani: In the game of lies and intrigue, secrecy was critical to all agendas. We developed a method of secure access that guarantees only specific individuals can open certain troves or doors. Xipocado's medallion contains a trace of his blood. It controls the design and function of the temple we built for Atziri. Without it, we can accomplish nothing.
Warrior: Then I shall obtain this medallion.
Marauder: [DNT]
Doryani: [DNT]
Marauder: [DNT]
Witch: Well I'll just go fetch it, then. This shouldn't take but a minute.
Sorceress: Understood. I'll get the medallion.
Duelist: [DNT]
Mercenary: So you're sayin' we need that medallion.
Doryani: ... yes.
Mercenary: I'm on it!
Ranger: Will the medallion still work if he's dead?
Doryani: Yes... if it comes to that.
Huntress: I'll see what I can do for ye.
Shadow: [DNT]
Doryani: [DNT]
Monk: I'll do what I must.
Templar: [DNT]
Druid: I see. Very well, I'll do what I can.
Doryani on Blood Medallions /19
Doryani: In the game of lies and intrigue, secrecy was critical to all agendas. We developed a method of secure access that guarantees only specific individuals can open certain troves or doors. Xipocado's medallion contains a trace of his blood. It controls the design and function of the temple we built for Atziri. Without it, we can accomplish nothing.
Warrior: Then I shall obtain this medallion.
Marauder: [DNT]
Doryani: [DNT]
Marauder: [DNT]
Witch: Well I'll just go fetch it, then. This shouldn't take but a minute.
Sorceress: Understood. I'll get the medallion.
Duelist: [DNT]
Mercenary: So you're sayin' we need that medallion.
Doryani: ... yes.
Mercenary: I'm on it!
Ranger: Will the medallion still work if he's dead?
Doryani: Yes... if it comes to that.
Huntress: I'll see what I can do for ye.
Shadow: [DNT]
Doryani: [DNT]
Monk: I'll do what I must.
Templar: [DNT]
Druid: I see. Very well, I'll do what I can.
Doryani on Blood Medallions /19
Doryani: In the game of lies and intrigue, secrecy was critical to all agendas. We developed a method of secure access that guarantees only specific individuals can open certain troves or doors. Xipocado's medallion contains a trace of his blood. It controls the design and function of the temple we built for Atziri. Without it, we can accomplish nothing.
Warrior: Then I shall obtain this medallion.
Marauder: [DNT]
Doryani: [DNT]
Marauder: [DNT]
Witch: Well I'll just go fetch it, then. This shouldn't take but a minute.
Sorceress: Understood. I'll get the medallion.
Duelist: [DNT]
Mercenary: So you're sayin' we need that medallion.
Doryani: ... yes.
Mercenary: I'm on it!
Ranger: Will the medallion still work if he's dead?
Doryani: Yes... if it comes to that.
Huntress: I'll see what I can do for ye.
Shadow: [DNT]
Doryani: [DNT]
Monk: I'll do what I must.
Templar: [DNT]
Druid: I see. Very well, I'll do what I can.
Doryani on Blood Medallions /19
Doryani: In the game of lies and intrigue, secrecy was critical to all agendas. We developed a method of secure access that guarantees only specific individuals can open certain troves or doors. Xipocado's medallion contains a trace of his blood. It controls the design and function of the temple we built for Atziri. Without it, we can accomplish nothing.
Warrior: Then I shall obtain this medallion.
Marauder: [DNT]
Doryani: [DNT]
Marauder: [DNT]
Witch: Well I'll just go fetch it, then. This shouldn't take but a minute.
Sorceress: Understood. I'll get the medallion.
Duelist: [DNT]
Mercenary: So you're sayin' we need that medallion.
Doryani: ... yes.
Mercenary: I'm on it!
Ranger: Will the medallion still work if he's dead?
Doryani: Yes... if it comes to that.
Huntress: I'll see what I can do for ye.
Shadow: [DNT]
Doryani: [DNT]
Monk: I'll do what I must.
Templar: [DNT]
Druid: I see. Very well, I'll do what I can.
Doryani on Blood Medallions /19
Doryani: In the game of lies and intrigue, secrecy was critical to all agendas. We developed a method of secure access that guarantees only specific individuals can open certain troves or doors. Xipocado's medallion contains a trace of his blood. It controls the design and function of the temple we built for Atziri. Without it, we can accomplish nothing.
Warrior: Then I shall obtain this medallion.
Marauder: [DNT]
Doryani: [DNT]
Marauder: [DNT]
Witch: Well I'll just go fetch it, then. This shouldn't take but a minute.
Sorceress: Understood. I'll get the medallion.
Duelist: [DNT]
Mercenary: So you're sayin' we need that medallion.
Doryani: ... yes.
Mercenary: I'm on it!
Ranger: Will the medallion still work if he's dead?
Doryani: Yes... if it comes to that.
Huntress: I'll see what I can do for ye.
Shadow: [DNT]
Doryani: [DNT]
Monk: I'll do what I must.
Templar: [DNT]
Druid: I see. Very well, I'll do what I can.
Doryani on Blood Medallions /19
Doryani: In the game of lies and intrigue, secrecy was critical to all agendas. We developed a method of secure access that guarantees only specific individuals can open certain troves or doors. Xipocado's medallion contains a trace of his blood. It controls the design and function of the temple we built for Atziri. Without it, we can accomplish nothing.
Warrior: Then I shall obtain this medallion.
Marauder: [DNT]
Doryani: [DNT]
Marauder: [DNT]
Witch: Well I'll just go fetch it, then. This shouldn't take but a minute.
Sorceress: Understood. I'll get the medallion.
Duelist: [DNT]
Mercenary: So you're sayin' we need that medallion.
Doryani: ... yes.
Mercenary: I'm on it!
Ranger: Will the medallion still work if he's dead?
Doryani: Yes... if it comes to that.
Huntress: I'll see what I can do for ye.
Shadow: [DNT]
Doryani: [DNT]
Monk: I'll do what I must.
Templar: [DNT]
Druid: I see. Very well, I'll do what I can.
Doryani on Blood Medallions /19
Doryani: In the game of lies and intrigue, secrecy was critical to all agendas. We developed a method of secure access that guarantees only specific individuals can open certain troves or doors. Xipocado's medallion contains a trace of his blood. It controls the design and function of the temple we built for Atziri. Without it, we can accomplish nothing.
Warrior: Then I shall obtain this medallion.
Marauder: [DNT]
Doryani: [DNT]
Marauder: [DNT]
Witch: Well I'll just go fetch it, then. This shouldn't take but a minute.
Sorceress: Understood. I'll get the medallion.
Duelist: [DNT]
Mercenary: So you're sayin' we need that medallion.
Doryani: ... yes.
Mercenary: I'm on it!
Ranger: Will the medallion still work if he's dead?
Doryani: Yes... if it comes to that.
Huntress: I'll see what I can do for ye.
Shadow: [DNT]
Doryani: [DNT]
Monk: I'll do what I must.
Templar: [DNT]
Druid: I see. Very well, I'll do what I can.
Doryani on The Red Communion /17
Doryani: At her behest, I devised everything necessary for the Red Communion. I built the cradle of gems. The systems for Xipocado's temple. The moment itself, however, was far more brutal than I imagined...
Marauder: [DNT]
Monk: The Beast does not seem predictable.
Ranger: It always is.
Druid: I've only seen such horrors once before...
Doryani: Our presence may have destabilised the process. I can't imagine it helped to have the Demon of Atzoatl present... we may have made the Cataclysm worse.
Warrior: It is never wrong to fight for something better.
Witch: I fail to see how it could {be} worse.
Sorceress: Or perhaps it would have been worse without us. There's no way to tell.
Doryani: I suppose that's true...
Shadow: [DNT]
Duelist: [DNT]
Doryani: [DNT]
Templar: [DNT]
Huntress: Then we'll try again, until we make a difference.
Mercenary: That's kinda our thing, inninit? Making things worse?
Doryani: So far...
Doryani on The Red Communion /17
Doryani: At her behest, I devised everything necessary for the Red Communion. I built the cradle of gems. The systems for Xipocado's temple. The moment itself, however, was far more brutal than I imagined...
Marauder: [DNT]
Monk: The Beast does not seem predictable.
Ranger: It always is.
Druid: I've only seen such horrors once before...
Doryani: Our presence may have destabilised the process. I can't imagine it helped to have the Demon of Atzoatl present... we may have made the Cataclysm worse.
Warrior: It is never wrong to fight for something better.
Witch: I fail to see how it could {be} worse.
Sorceress: Or perhaps it would have been worse without us. There's no way to tell.
Doryani: I suppose that's true...
Shadow: [DNT]
Duelist: [DNT]
Doryani: [DNT]
Templar: [DNT]
Huntress: Then we'll try again, until we make a difference.
Mercenary: That's kinda our thing, inninit? Making things worse?
Doryani: So far...
Doryani on The Red Communion /17
Doryani: At her behest, I devised everything necessary for the Red Communion. I built the cradle of gems. The systems for Xipocado's temple. The moment itself, however, was far more brutal than I imagined...
Marauder: [DNT]
Monk: The Beast does not seem predictable.
Ranger: It always is.
Druid: I've only seen such horrors once before...
Doryani: Our presence may have destabilised the process. I can't imagine it helped to have the Demon of Atzoatl present... we may have made the Cataclysm worse.
Warrior: It is never wrong to fight for something better.
Witch: I fail to see how it could {be} worse.
Sorceress: Or perhaps it would have been worse without us. There's no way to tell.
Doryani: I suppose that's true...
Shadow: [DNT]
Duelist: [DNT]
Doryani: [DNT]
Templar: [DNT]
Huntress: Then we'll try again, until we make a difference.
Mercenary: That's kinda our thing, inninit? Making things worse?
Doryani: So far...
Doryani on The Red Communion /17
Doryani: At her behest, I devised everything necessary for the Red Communion. I built the cradle of gems. The systems for Xipocado's temple. The moment itself, however, was far more brutal than I imagined...
Marauder: [DNT]
Monk: The Beast does not seem predictable.
Ranger: It always is.
Druid: I've only seen such horrors once before...
Doryani: Our presence may have destabilised the process. I can't imagine it helped to have the Demon of Atzoatl present... we may have made the Cataclysm worse.
Warrior: It is never wrong to fight for something better.
Witch: I fail to see how it could {be} worse.
Sorceress: Or perhaps it would have been worse without us. There's no way to tell.
Doryani: I suppose that's true...
Shadow: [DNT]
Duelist: [DNT]
Doryani: [DNT]
Templar: [DNT]
Huntress: Then we'll try again, until we make a difference.
Mercenary: That's kinda our thing, inninit? Making things worse?
Doryani: So far...
Doryani on The Red Communion /17
Doryani: At her behest, I devised everything necessary for the Red Communion. I built the cradle of gems. The systems for Xipocado's temple. The moment itself, however, was far more brutal than I imagined...
Marauder: [DNT]
Monk: The Beast does not seem predictable.
Ranger: It always is.
Druid: I've only seen such horrors once before...
Doryani: Our presence may have destabilised the process. I can't imagine it helped to have the Demon of Atzoatl present... we may have made the Cataclysm worse.
Warrior: It is never wrong to fight for something better.
Witch: I fail to see how it could {be} worse.
Sorceress: Or perhaps it would have been worse without us. There's no way to tell.
Doryani: I suppose that's true...
Shadow: [DNT]
Duelist: [DNT]
Doryani: [DNT]
Templar: [DNT]
Huntress: Then we'll try again, until we make a difference.
Mercenary: That's kinda our thing, inninit? Making things worse?
Doryani: So far...
Doryani on The Red Communion /17
Doryani: At her behest, I devised everything necessary for the Red Communion. I built the cradle of gems. The systems for Xipocado's temple. The moment itself, however, was far more brutal than I imagined...
Marauder: [DNT]
Monk: The Beast does not seem predictable.
Ranger: It always is.
Druid: I've only seen such horrors once before...
Doryani: Our presence may have destabilised the process. I can't imagine it helped to have the Demon of Atzoatl present... we may have made the Cataclysm worse.
Warrior: It is never wrong to fight for something better.
Witch: I fail to see how it could {be} worse.
Sorceress: Or perhaps it would have been worse without us. There's no way to tell.
Doryani: I suppose that's true...
Shadow: [DNT]
Duelist: [DNT]
Doryani: [DNT]
Templar: [DNT]
Huntress: Then we'll try again, until we make a difference.
Mercenary: That's kinda our thing, inninit? Making things worse?
Doryani: So far...
Doryani on The Red Communion /17
Doryani: At her behest, I devised everything necessary for the Red Communion. I built the cradle of gems. The systems for Xipocado's temple. The moment itself, however, was far more brutal than I imagined...
Marauder: [DNT]
Monk: The Beast does not seem predictable.
Ranger: It always is.
Druid: I've only seen such horrors once before...
Doryani: Our presence may have destabilised the process. I can't imagine it helped to have the Demon of Atzoatl present... we may have made the Cataclysm worse.
Warrior: It is never wrong to fight for something better.
Witch: I fail to see how it could {be} worse.
Sorceress: Or perhaps it would have been worse without us. There's no way to tell.
Doryani: I suppose that's true...
Shadow: [DNT]
Duelist: [DNT]
Doryani: [DNT]
Templar: [DNT]
Huntress: Then we'll try again, until we make a difference.
Mercenary: That's kinda our thing, inninit? Making things worse?
Doryani: So far...
Doryani on Studying the Beast /17
Doryani: Direct study of the Beast propelled our technology forward by centuries. Our nobles used gems for generations, but never truly understood what they were.
Warrior: What are they, truly?
Marauder: [DNT]
Witch: Sounds like {you} do, though. Tell me.
Doryani: They come from the Beast's outer flesh, its carapace. They are Corruption, in crystallised form.
Doryani: This new level of understanding swept our greatest minds along with the tide of innovation.
Monk: You learned the truth, and did not reconsider?
Shadow: [DNT]
Duelist: [DNT]
Doryani: There was no thought given to where it would lead.
Templar: [DNT]
Huntress: Perhaps that is why the Spirit has abandoned me. When I used a gem, I took up the power of Corruption as my own.
Druid: That explains why the Maji must never touch them...
Mercenary: You tellin' me gems are chunks of Corruption?
Ranger: Gems are made of Corruption? Why didn't you say anything?
Sorceress: Gems are... Corruption? How? They don't drive us mad, or... change us.
Doryani: {You} safely place them in geomantic sockets, a technique I believe the Titans created for humanity during the Third Pact. We Vaal generally implant our gems in our flesh. They are far stronger when used that way, but come with... unwanted consequences. In that respect, the people of your era are far wiser.
Doryani on Studying the Beast /17
Doryani: Direct study of the Beast propelled our technology forward by centuries. Our nobles used gems for generations, but never truly understood what they were.
Warrior: What are they, truly?
Marauder: [DNT]
Witch: Sounds like {you} do, though. Tell me.
Doryani: They come from the Beast's outer flesh, its carapace. They are Corruption, in crystallised form.
Doryani: This new level of understanding swept our greatest minds along with the tide of innovation.
Monk: You learned the truth, and did not reconsider?
Shadow: [DNT]
Duelist: [DNT]
Doryani: There was no thought given to where it would lead.
Templar: [DNT]
Huntress: Perhaps that is why the Spirit has abandoned me. When I used a gem, I took up the power of Corruption as my own.
Druid: That explains why the Maji must never touch them...
Mercenary: You tellin' me gems are chunks of Corruption?
Ranger: Gems are made of Corruption? Why didn't you say anything?
Sorceress: Gems are... Corruption? How? They don't drive us mad, or... change us.
Doryani: {You} safely place them in geomantic sockets, a technique I believe the Titans created for humanity during the Third Pact. We Vaal generally implant our gems in our flesh. They are far stronger when used that way, but come with... unwanted consequences. In that respect, the people of your era are far wiser.
Doryani on Studying the Beast /17
Doryani: Direct study of the Beast propelled our technology forward by centuries. Our nobles used gems for generations, but never truly understood what they were.
Warrior: What are they, truly?
Marauder: [DNT]
Witch: Sounds like {you} do, though. Tell me.
Doryani: They come from the Beast's outer flesh, its carapace. They are Corruption, in crystallised form.
Doryani: This new level of understanding swept our greatest minds along with the tide of innovation.
Monk: You learned the truth, and did not reconsider?
Shadow: [DNT]
Duelist: [DNT]
Doryani: There was no thought given to where it would lead.
Templar: [DNT]
Huntress: Perhaps that is why the Spirit has abandoned me. When I used a gem, I took up the power of Corruption as my own.
Druid: That explains why the Maji must never touch them...
Mercenary: You tellin' me gems are chunks of Corruption?
Ranger: Gems are made of Corruption? Why didn't you say anything?
Sorceress: Gems are... Corruption? How? They don't drive us mad, or... change us.
Doryani: {You} safely place them in geomantic sockets, a technique I believe the Titans created for humanity during the Third Pact. We Vaal generally implant our gems in our flesh. They are far stronger when used that way, but come with... unwanted consequences. In that respect, the people of your era are far wiser.
Doryani on Studying the Beast /17
Doryani: Direct study of the Beast propelled our technology forward by centuries. Our nobles used gems for generations, but never truly understood what they were.
Warrior: What are they, truly?
Marauder: [DNT]
Witch: Sounds like {you} do, though. Tell me.
Doryani: They come from the Beast's outer flesh, its carapace. They are Corruption, in crystallised form.
Doryani: This new level of understanding swept our greatest minds along with the tide of innovation.
Monk: You learned the truth, and did not reconsider?
Shadow: [DNT]
Duelist: [DNT]
Doryani: There was no thought given to where it would lead.
Templar: [DNT]
Huntress: Perhaps that is why the Spirit has abandoned me. When I used a gem, I took up the power of Corruption as my own.
Druid: That explains why the Maji must never touch them...
Mercenary: You tellin' me gems are chunks of Corruption?
Ranger: Gems are made of Corruption? Why didn't you say anything?
Sorceress: Gems are... Corruption? How? They don't drive us mad, or... change us.
Doryani: {You} safely place them in geomantic sockets, a technique I believe the Titans created for humanity during the Third Pact. We Vaal generally implant our gems in our flesh. They are far stronger when used that way, but come with... unwanted consequences. In that respect, the people of your era are far wiser.
Doryani on Studying the Beast /17
Doryani: Direct study of the Beast propelled our technology forward by centuries. Our nobles used gems for generations, but never truly understood what they were.
Warrior: What are they, truly?
Marauder: [DNT]
Witch: Sounds like {you} do, though. Tell me.
Doryani: They come from the Beast's outer flesh, its carapace. They are Corruption, in crystallised form.
Doryani: This new level of understanding swept our greatest minds along with the tide of innovation.
Monk: You learned the truth, and did not reconsider?
Shadow: [DNT]
Duelist: [DNT]
Doryani: There was no thought given to where it would lead.
Templar: [DNT]
Huntress: Perhaps that is why the Spirit has abandoned me. When I used a gem, I took up the power of Corruption as my own.
Druid: That explains why the Maji must never touch them...
Mercenary: You tellin' me gems are chunks of Corruption?
Ranger: Gems are made of Corruption? Why didn't you say anything?
Sorceress: Gems are... Corruption? How? They don't drive us mad, or... change us.
Doryani: {You} safely place them in geomantic sockets, a technique I believe the Titans created for humanity during the Third Pact. We Vaal generally implant our gems in our flesh. They are far stronger when used that way, but come with... unwanted consequences. In that respect, the people of your era are far wiser.
Doryani on Studying the Beast /17
Doryani: Direct study of the Beast propelled our technology forward by centuries. Our nobles used gems for generations, but never truly understood what they were.
Warrior: What are they, truly?
Marauder: [DNT]
Witch: Sounds like {you} do, though. Tell me.
Doryani: They come from the Beast's outer flesh, its carapace. They are Corruption, in crystallised form.
Doryani: This new level of understanding swept our greatest minds along with the tide of innovation.
Monk: You learned the truth, and did not reconsider?
Shadow: [DNT]
Duelist: [DNT]
Doryani: There was no thought given to where it would lead.
Templar: [DNT]
Huntress: Perhaps that is why the Spirit has abandoned me. When I used a gem, I took up the power of Corruption as my own.
Druid: That explains why the Maji must never touch them...
Mercenary: You tellin' me gems are chunks of Corruption?
Ranger: Gems are made of Corruption? Why didn't you say anything?
Sorceress: Gems are... Corruption? How? They don't drive us mad, or... change us.
Doryani: {You} safely place them in geomantic sockets, a technique I believe the Titans created for humanity during the Third Pact. We Vaal generally implant our gems in our flesh. They are far stronger when used that way, but come with... unwanted consequences. In that respect, the people of your era are far wiser.
Doryani on Studying the Beast /17
Doryani: Direct study of the Beast propelled our technology forward by centuries. Our nobles used gems for generations, but never truly understood what they were.
Warrior: What are they, truly?
Marauder: [DNT]
Witch: Sounds like {you} do, though. Tell me.
Doryani: They come from the Beast's outer flesh, its carapace. They are Corruption, in crystallised form.
Doryani: This new level of understanding swept our greatest minds along with the tide of innovation.
Monk: You learned the truth, and did not reconsider?
Shadow: [DNT]
Duelist: [DNT]
Doryani: There was no thought given to where it would lead.
Templar: [DNT]
Huntress: Perhaps that is why the Spirit has abandoned me. When I used a gem, I took up the power of Corruption as my own.
Druid: That explains why the Maji must never touch them...
Mercenary: You tellin' me gems are chunks of Corruption?
Ranger: Gems are made of Corruption? Why didn't you say anything?
Sorceress: Gems are... Corruption? How? They don't drive us mad, or... change us.
Doryani: {You} safely place them in geomantic sockets, a technique I believe the Titans created for humanity during the Third Pact. We Vaal generally implant our gems in our flesh. They are far stronger when used that way, but come with... unwanted consequences. In that respect, the people of your era are far wiser.
Doryani on The Shifting Temple /29
Doryani: Lira Vaal was the ruling capital of the Vaal Empire for many centuries, but it had fallen into disuse. Xipocado restored it. Rebuilt it. Turned it into a modern wonder. I helped him build many of the mechanisms... I had to, if I was to keep my head.
Warrior: Save your excuses.
Doryani: Not excuses. Strategy.
Warrior: Call it what you will.
Marauder: [DNT]
Doryani: [DNT]
Marauder: [DNT]
Doryani: [DNT]
Marauder: [DNT]
Witch: Can't you disable it all, then? Let us walk right through?
Ranger: If you know the terrain within, surely you can show me some hidden paths?
Huntress: Ha, knowin' you, surely there's a secret door?
Doryani: I tried to build such routes, but Xipocado was far too paranoid...
Sorceress: An empire built on terror is no empire at all.
Doryani: Perhaps, but its people are still worth saving.
Sorceress: From what I've seen, I'm not certain I agree.
Monk: We are not to blame for the wrongs of our masters.
Druid: Sometimes, we do terrible things to survive.
Doryani: That's what I try to tell myself.
Shadow: [DNT]
Doryani: [DNT]
Templar: [DNT]
Doryani: [DNT]
Templar: [DNT]
Duelist: [DNT]
Mercenary: [NOAUDIO] You could have just run, mate. It's a skill I've practiced well.
Doryani: I had too much to preserve. Too much to protect. You wouldn't understand.
Duelist: [DNT]
Mercenary: Bit rude...
Doryani on The Shifting Temple /29
Doryani: Lira Vaal was the ruling capital of the Vaal Empire for many centuries, but it had fallen into disuse. Xipocado restored it. Rebuilt it. Turned it into a modern wonder. I helped him build many of the mechanisms... I had to, if I was to keep my head.
Warrior: Save your excuses.
Doryani: Not excuses. Strategy.
Warrior: Call it what you will.
Marauder: [DNT]
Doryani: [DNT]
Marauder: [DNT]
Doryani: [DNT]
Marauder: [DNT]
Witch: Can't you disable it all, then? Let us walk right through?
Ranger: If you know the terrain within, surely you can show me some hidden paths?
Huntress: Ha, knowin' you, surely there's a secret door?
Doryani: I tried to build such routes, but Xipocado was far too paranoid...
Sorceress: An empire built on terror is no empire at all.
Doryani: Perhaps, but its people are still worth saving.
Sorceress: From what I've seen, I'm not certain I agree.
Monk: We are not to blame for the wrongs of our masters.
Druid: Sometimes, we do terrible things to survive.
Doryani: That's what I try to tell myself.
Shadow: [DNT]
Doryani: [DNT]
Templar: [DNT]
Doryani: [DNT]
Templar: [DNT]
Duelist: [DNT]
Mercenary: [NOAUDIO] You could have just run, mate. It's a skill I've practiced well.
Doryani: I had too much to preserve. Too much to protect. You wouldn't understand.
Duelist: [DNT]
Mercenary: Bit rude...
Doryani on The Shifting Temple /29
Doryani: Lira Vaal was the ruling capital of the Vaal Empire for many centuries, but it had fallen into disuse. Xipocado restored it. Rebuilt it. Turned it into a modern wonder. I helped him build many of the mechanisms... I had to, if I was to keep my head.
Warrior: Save your excuses.
Doryani: Not excuses. Strategy.
Warrior: Call it what you will.
Marauder: [DNT]
Doryani: [DNT]
Marauder: [DNT]
Doryani: [DNT]
Marauder: [DNT]
Witch: Can't you disable it all, then? Let us walk right through?
Ranger: If you know the terrain within, surely you can show me some hidden paths?
Huntress: Ha, knowin' you, surely there's a secret door?
Doryani: I tried to build such routes, but Xipocado was far too paranoid...
Sorceress: An empire built on terror is no empire at all.
Doryani: Perhaps, but its people are still worth saving.
Sorceress: From what I've seen, I'm not certain I agree.
Monk: We are not to blame for the wrongs of our masters.
Druid: Sometimes, we do terrible things to survive.
Doryani: That's what I try to tell myself.
Shadow: [DNT]
Doryani: [DNT]
Templar: [DNT]
Doryani: [DNT]
Templar: [DNT]
Duelist: [DNT]
Mercenary: [NOAUDIO] You could have just run, mate. It's a skill I've practiced well.
Doryani: I had too much to preserve. Too much to protect. You wouldn't understand.
Duelist: [DNT]
Mercenary: Bit rude...
Doryani on The Shifting Temple /29
Doryani: Lira Vaal was the ruling capital of the Vaal Empire for many centuries, but it had fallen into disuse. Xipocado restored it. Rebuilt it. Turned it into a modern wonder. I helped him build many of the mechanisms... I had to, if I was to keep my head.
Warrior: Save your excuses.
Doryani: Not excuses. Strategy.
Warrior: Call it what you will.
Marauder: [DNT]
Doryani: [DNT]
Marauder: [DNT]
Doryani: [DNT]
Marauder: [DNT]
Witch: Can't you disable it all, then? Let us walk right through?
Ranger: If you know the terrain within, surely you can show me some hidden paths?
Huntress: Ha, knowin' you, surely there's a secret door?
Doryani: I tried to build such routes, but Xipocado was far too paranoid...
Sorceress: An empire built on terror is no empire at all.
Doryani: Perhaps, but its people are still worth saving.
Sorceress: From what I've seen, I'm not certain I agree.
Monk: We are not to blame for the wrongs of our masters.
Druid: Sometimes, we do terrible things to survive.
Doryani: That's what I try to tell myself.
Shadow: [DNT]
Doryani: [DNT]
Templar: [DNT]
Doryani: [DNT]
Templar: [DNT]
Duelist: [DNT]
Mercenary: [NOAUDIO] You could have just run, mate. It's a skill I've practiced well.
Doryani: I had too much to preserve. Too much to protect. You wouldn't understand.
Duelist: [DNT]
Mercenary: Bit rude...
Doryani on The Shifting Temple /29
Doryani: Lira Vaal was the ruling capital of the Vaal Empire for many centuries, but it had fallen into disuse. Xipocado restored it. Rebuilt it. Turned it into a modern wonder. I helped him build many of the mechanisms... I had to, if I was to keep my head.
Warrior: Save your excuses.
Doryani: Not excuses. Strategy.
Warrior: Call it what you will.
Marauder: [DNT]
Doryani: [DNT]
Marauder: [DNT]
Doryani: [DNT]
Marauder: [DNT]
Witch: Can't you disable it all, then? Let us walk right through?
Ranger: If you know the terrain within, surely you can show me some hidden paths?
Huntress: Ha, knowin' you, surely there's a secret door?
Doryani: I tried to build such routes, but Xipocado was far too paranoid...
Sorceress: An empire built on terror is no empire at all.
Doryani: Perhaps, but its people are still worth saving.
Sorceress: From what I've seen, I'm not certain I agree.
Monk: We are not to blame for the wrongs of our masters.
Druid: Sometimes, we do terrible things to survive.
Doryani: That's what I try to tell myself.
Shadow: [DNT]
Doryani: [DNT]
Templar: [DNT]
Doryani: [DNT]
Templar: [DNT]
Duelist: [DNT]
Mercenary: [NOAUDIO] You could have just run, mate. It's a skill I've practiced well.
Doryani: I had too much to preserve. Too much to protect. You wouldn't understand.
Duelist: [DNT]
Mercenary: Bit rude...
Doryani on The Shifting Temple /29
Doryani: Lira Vaal was the ruling capital of the Vaal Empire for many centuries, but it had fallen into disuse. Xipocado restored it. Rebuilt it. Turned it into a modern wonder. I helped him build many of the mechanisms... I had to, if I was to keep my head.
Warrior: Save your excuses.
Doryani: Not excuses. Strategy.
Warrior: Call it what you will.
Marauder: [DNT]
Doryani: [DNT]
Marauder: [DNT]
Doryani: [DNT]
Marauder: [DNT]
Witch: Can't you disable it all, then? Let us walk right through?
Ranger: If you know the terrain within, surely you can show me some hidden paths?
Huntress: Ha, knowin' you, surely there's a secret door?
Doryani: I tried to build such routes, but Xipocado was far too paranoid...
Sorceress: An empire built on terror is no empire at all.
Doryani: Perhaps, but its people are still worth saving.
Sorceress: From what I've seen, I'm not certain I agree.
Monk: We are not to blame for the wrongs of our masters.
Druid: Sometimes, we do terrible things to survive.
Doryani: That's what I try to tell myself.
Shadow: [DNT]
Doryani: [DNT]
Templar: [DNT]
Doryani: [DNT]
Templar: [DNT]
Duelist: [DNT]
Mercenary: [NOAUDIO] You could have just run, mate. It's a skill I've practiced well.
Doryani: I had too much to preserve. Too much to protect. You wouldn't understand.
Duelist: [DNT]
Mercenary: Bit rude...
Doryani on The Shifting Temple /29
Doryani: Lira Vaal was the ruling capital of the Vaal Empire for many centuries, but it had fallen into disuse. Xipocado restored it. Rebuilt it. Turned it into a modern wonder. I helped him build many of the mechanisms... I had to, if I was to keep my head.
Warrior: Save your excuses.
Doryani: Not excuses. Strategy.
Warrior: Call it what you will.
Marauder: [DNT]
Doryani: [DNT]
Marauder: [DNT]
Doryani: [DNT]
Marauder: [DNT]
Witch: Can't you disable it all, then? Let us walk right through?
Ranger: If you know the terrain within, surely you can show me some hidden paths?
Huntress: Ha, knowin' you, surely there's a secret door?
Doryani: I tried to build such routes, but Xipocado was far too paranoid...
Sorceress: An empire built on terror is no empire at all.
Doryani: Perhaps, but its people are still worth saving.
Sorceress: From what I've seen, I'm not certain I agree.
Monk: We are not to blame for the wrongs of our masters.
Druid: Sometimes, we do terrible things to survive.
Doryani: That's what I try to tell myself.
Shadow: [DNT]
Doryani: [DNT]
Templar: [DNT]
Doryani: [DNT]
Templar: [DNT]
Duelist: [DNT]
Mercenary: [NOAUDIO] You could have just run, mate. It's a skill I've practiced well.
Doryani: I had too much to preserve. Too much to protect. You wouldn't understand.
Duelist: [DNT]
Mercenary: Bit rude...
Doryani on Xipocado /15
Doryani: I argued with Xipocado for years. Pleaded with him, at times. He knew she was dangerous, and that her communion with the Beast might be the death of us.
Witch: Let me guess... he didn't listen.
Ranger: He didn't listen, did he?
Doryani: He did not.
Monk: He refused to listen?
Huntress: You should have fought to make him understand.
Templar: [DNT]
Doryani: My attempts only made him proclaim his loyalty all the more.
Doryani: That is Atziri's power over others... she sticks the knife of her beauty into their gut, and twists it for years. But she never gives them the sweet release of acceptance... or rejection. They increasingly bend to her every whim, trying to please her, desperate for acknowledgement or validation. It excuses nothing. In the end, he made his choice.
Warrior: And he shall own the consequences.
Marauder: [DNT]
Sorceress: Beauty is a weapon like any other. It, too, can be used for tyranny.
Mercenary: Can't say I blame the guy... I've seen her statues...
Duelist: [DNT]
Druid: I've felt the sway of a charismatic leader. It's a hard call to resist.
Doryani on Xipocado /15
Doryani: I argued with Xipocado for years. Pleaded with him, at times. He knew she was dangerous, and that her communion with the Beast might be the death of us.
Witch: Let me guess... he didn't listen.
Ranger: He didn't listen, did he?
Doryani: He did not.
Monk: He refused to listen?
Huntress: You should have fought to make him understand.
Templar: [DNT]
Doryani: My attempts only made him proclaim his loyalty all the more.
Doryani: That is Atziri's power over others... she sticks the knife of her beauty into their gut, and twists it for years. But she never gives them the sweet release of acceptance... or rejection. They increasingly bend to her every whim, trying to please her, desperate for acknowledgement or validation. It excuses nothing. In the end, he made his choice.
Warrior: And he shall own the consequences.
Marauder: [DNT]
Sorceress: Beauty is a weapon like any other. It, too, can be used for tyranny.
Mercenary: Can't say I blame the guy... I've seen her statues...
Duelist: [DNT]
Druid: I've felt the sway of a charismatic leader. It's a hard call to resist.
Doryani on Xipocado /15
Doryani: I argued with Xipocado for years. Pleaded with him, at times. He knew she was dangerous, and that her communion with the Beast might be the death of us.
Witch: Let me guess... he didn't listen.
Ranger: He didn't listen, did he?
Doryani: He did not.
Monk: He refused to listen?
Huntress: You should have fought to make him understand.
Templar: [DNT]
Doryani: My attempts only made him proclaim his loyalty all the more.
Doryani: That is Atziri's power over others... she sticks the knife of her beauty into their gut, and twists it for years. But she never gives them the sweet release of acceptance... or rejection. They increasingly bend to her every whim, trying to please her, desperate for acknowledgement or validation. It excuses nothing. In the end, he made his choice.
Warrior: And he shall own the consequences.
Marauder: [DNT]
Sorceress: Beauty is a weapon like any other. It, too, can be used for tyranny.
Mercenary: Can't say I blame the guy... I've seen her statues...
Duelist: [DNT]
Druid: I've felt the sway of a charismatic leader. It's a hard call to resist.
Doryani on Xipocado /15
Doryani: I argued with Xipocado for years. Pleaded with him, at times. He knew she was dangerous, and that her communion with the Beast might be the death of us.
Witch: Let me guess... he didn't listen.
Ranger: He didn't listen, did he?
Doryani: He did not.
Monk: He refused to listen?
Huntress: You should have fought to make him understand.
Templar: [DNT]
Doryani: My attempts only made him proclaim his loyalty all the more.
Doryani: That is Atziri's power over others... she sticks the knife of her beauty into their gut, and twists it for years. But she never gives them the sweet release of acceptance... or rejection. They increasingly bend to her every whim, trying to please her, desperate for acknowledgement or validation. It excuses nothing. In the end, he made his choice.
Warrior: And he shall own the consequences.
Marauder: [DNT]
Sorceress: Beauty is a weapon like any other. It, too, can be used for tyranny.
Mercenary: Can't say I blame the guy... I've seen her statues...
Duelist: [DNT]
Druid: I've felt the sway of a charismatic leader. It's a hard call to resist.
Doryani on Xipocado /15
Doryani: I argued with Xipocado for years. Pleaded with him, at times. He knew she was dangerous, and that her communion with the Beast might be the death of us.
Witch: Let me guess... he didn't listen.
Ranger: He didn't listen, did he?
Doryani: He did not.
Monk: He refused to listen?
Huntress: You should have fought to make him understand.
Templar: [DNT]
Doryani: My attempts only made him proclaim his loyalty all the more.
Doryani: That is Atziri's power over others... she sticks the knife of her beauty into their gut, and twists it for years. But she never gives them the sweet release of acceptance... or rejection. They increasingly bend to her every whim, trying to please her, desperate for acknowledgement or validation. It excuses nothing. In the end, he made his choice.
Warrior: And he shall own the consequences.
Marauder: [DNT]
Sorceress: Beauty is a weapon like any other. It, too, can be used for tyranny.
Mercenary: Can't say I blame the guy... I've seen her statues...
Duelist: [DNT]
Druid: I've felt the sway of a charismatic leader. It's a hard call to resist.
Doryani on Xipocado /15
Doryani: I argued with Xipocado for years. Pleaded with him, at times. He knew she was dangerous, and that her communion with the Beast might be the death of us.
Witch: Let me guess... he didn't listen.
Ranger: He didn't listen, did he?
Doryani: He did not.
Monk: He refused to listen?
Huntress: You should have fought to make him understand.
Templar: [DNT]
Doryani: My attempts only made him proclaim his loyalty all the more.
Doryani: That is Atziri's power over others... she sticks the knife of her beauty into their gut, and twists it for years. But she never gives them the sweet release of acceptance... or rejection. They increasingly bend to her every whim, trying to please her, desperate for acknowledgement or validation. It excuses nothing. In the end, he made his choice.
Warrior: And he shall own the consequences.
Marauder: [DNT]
Sorceress: Beauty is a weapon like any other. It, too, can be used for tyranny.
Mercenary: Can't say I blame the guy... I've seen her statues...
Duelist: [DNT]
Druid: I've felt the sway of a charismatic leader. It's a hard call to resist.
Doryani on Xipocado /15
Doryani: I argued with Xipocado for years. Pleaded with him, at times. He knew she was dangerous, and that her communion with the Beast might be the death of us.
Witch: Let me guess... he didn't listen.
Ranger: He didn't listen, did he?
Doryani: He did not.
Monk: He refused to listen?
Huntress: You should have fought to make him understand.
Templar: [DNT]
Doryani: My attempts only made him proclaim his loyalty all the more.
Doryani: That is Atziri's power over others... she sticks the knife of her beauty into their gut, and twists it for years. But she never gives them the sweet release of acceptance... or rejection. They increasingly bend to her every whim, trying to please her, desperate for acknowledgement or validation. It excuses nothing. In the end, he made his choice.
Warrior: And he shall own the consequences.
Marauder: [DNT]
Sorceress: Beauty is a weapon like any other. It, too, can be used for tyranny.
Mercenary: Can't say I blame the guy... I've seen her statues...
Duelist: [DNT]
Druid: I've felt the sway of a charismatic leader. It's a hard call to resist.
Doryani on Another Attempt /1
Doryani: If you reset the systems that power Lira Vaal... If you reactivate it, the same way you did before... We can try again. We {must} try again!
Doryani on Solar Nexus /17
Doryani: You know what this was, don't you? Another prototype Solar Nexus. My attempt to steer our civilisation away from reliance on Corruption.
Warrior: You sought to turn from Corruption?
Witch: Steer{away} from Corruption? {You?}
Doryani: Of course.
Sorceress: That is... surprising.
Huntress: That's the first truly wise thing I've heard you say.
Doryani: I envisioned a future run on this power. Clean, safe, eternal. No mutations. No madness.
Ranger: Did your people simply put up with being constantly poisoned?
Druid: The danger of Corruption... was it not obvious?
Doryani: Do you think us stupid?
Doryani: For centuries, our greatest minds worked to channel Corruption more efficiently, more safely. They did make great strides, but it could never be truly mastered. In the end, we were all fools. Them, for their adherence to old ways, and me, for believing I could... change anything.
Marauder: [DNT]
Monk: Change will come. It always does.
Mercenary: Nothing ever changes, mate. You just play the hand you're dealt.
Shadow: [DNT]
Templar: [DNT]
Duelist: [DNT]
Doryani on Alliance /1
Doryani: The Vaal shall stand with Wraeclast against the Beast. If we had this alliance in my era, things would have turned out differently. Let us make things right. This must be the last cycle of history.
Doryani on Cuachic Vault /4
Doryani: Before us stands Mount Kriar, the most isolated peak in the Azmeri Ranges. At its summit, you will find the Cuachic Vault. There is no predicting the state of those within. If their discipline and loyalty endure after all these generations, they will know us by a certain phrase. Tell them, 'the time of the sparrow has come.'
Warrior: 'The time of the sparrow has come.' I will remember this.
Witch: They'll hear that and suddenly surrender? You best be right about that.
Sorceress: I will give them this message...
Ranger: The time of the sparrow has come. Alright, got it.
Huntress: Maybe you should come with me...
Monk: I shall seek out the Cuachic and deliver your message.
Mercenary: What happens if I forget?
Druid: The time o' the sparrow? Easy enough to remember.
Doryani: {Don't} forget... but...
Doryani: If they will not listen, I will come to assist you. Remember, subdue them, but do not kill them. They will fight for us, one way or another.
Doryani on Contingency /1
Doryani: In my youth, all I wanted was power. I was the smartest. The sharpest. I rose to prominence on sheer force of will. Once I became the right hand of Queen Atziri, I realised that the system of merit I believed in was an illusion. Knowledge and science were merely ruthless tools for the nobles in their mad quest for eternal dominion. I had no {power.} I was a slave. From then on, I spent every spare moment secretly pursuing ways to save my people. I placated Atziri and the nobles by day, but fought a war against death itself by night. The flesh. The soul. Machinery. Time itself. No possibility was left unexplored. If all else failed... that is what the Cuachic Vault was for. Should the entire world be ravaged by the Cataclysm, some Vaal would still remain, deep in the most remote mountain. The final and most desperate contingency...
Doryani on Living Vaal /1
Doryani: I am wary, now, after hearing about the... {people...} living in sunken Utzaal in your era. Isolation and containment drove them to horrific ends. There were systems put in place in Cuachic to avoid such problems, but the Vault was never intended to last this long. If the people in the vault are still healthy and sane after all this time, it will be proof that the Vaal are indeed worthy of my extreme efforts. If they are {not...} I already suspect what might have gone wrong...
Doryani on Filling out the Ranks /1
Doryani: The Cataclysm came sooner than I'd hoped. The full complement of originally intended inhabitants was not achievable. I had to fill out the ranks with some candidates that I had previously ruled out due to their... religious proclivities. Blood rituals and sacrificial rites were not uncommon in the Empire, but I disdained such wastefulness. More than that, religion tends to spread in confined spaces. I can only hope sanity has prevailed within the Vault.
Doryani on Spirit of the Vaal /6
Doryani: Fools! Did you not hear the code phrase?
Zelina: ... is it really you?
Zolin: By Atziri! Doryani himself!? I am not worthy!
Doryani: You seem sane enough. The spirit of the Vaal endures. Assemble yourselves. The time has come. You will march forth unto war.
Zolin: As you wish, Master Thaumaturge.
Doryani: Let us meet back in Kingsmarch. The Cuachic shall join our cause.
Edit

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