Doryani
Humanoid| Spectre | N |
|---|---|
| Tags | human, humanoid, not_str, red_blood, Stab_onhit_audio, very_slow_movement |
Life
120%
Energy Shield From Life
25%
Evasion
+50%
Resistance
Damage
56%
Accuracy
500%
Critical Hits Chance
5%
Attack Distance
4 ~ 10
Attack Time
1.17 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
DoryaniShrikeIslandSummon
Metadata
DoryaniShrikeIslandSummon
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
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
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
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| Spectre | N |
|---|---|
| Tags | human, humanoid, not_str, red_blood, Stab_onhit_audio, very_slow_movement |
Life
120%
Energy Shield From Life
25%
Evasion
+50%
Resistance
Damage
56%
Accuracy
500%
Critical Hits Chance
5%
Attack Distance
4 ~ 10
Attack Time
1.17 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
DoryaniSolitaryConfinementSummon
Metadata
DoryaniSolitaryConfinementSummon
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
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
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
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| Spectre | N |
|---|---|
| Tags | human, humanoid, not_str, red_blood, Stab_onhit_audio, very_slow_movement |
Life
120%
Energy Shield From Life
25%
Evasion
+50%
Resistance
Damage
56%
Accuracy
500%
Critical Hits Chance
5%
Attack Distance
4 ~ 10
Attack Time
1.17 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
DoryaniSingingCavernsSummon
Metadata
DoryaniSingingCavernsSummon
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
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
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
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| Spectre | N |
|---|---|
| Tags | human, humanoid, not_str, red_blood, Stab_onhit_audio, very_slow_movement |
Life
120%
Energy Shield From Life
25%
Evasion
+50%
Resistance
Damage
56%
Accuracy
500%
Critical Hits Chance
5%
Attack Distance
4 ~ 10
Attack Time
1.17 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
DoryaniVolcanicWarrensSummon
Metadata
DoryaniVolcanicWarrensSummon
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
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
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
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| Spectre | N |
|---|---|
| Tags | human, humanoid, not_str, red_blood, Stab_onhit_audio, very_slow_movement |
Life
120%
Energy Shield From Life
25%
Evasion
+50%
Resistance
Damage
56%
Accuracy
500%
Critical Hits Chance
5%
Attack Distance
4 ~ 10
Attack Time
1.17 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
DoryaniCauchicVaultSummon
Metadata
DoryaniCauchicVaultSummon
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
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
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
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| Spectre | N |
|---|---|
| Tags | human, humanoid, medium_movement, not_str, red_blood, Stab_onhit_audio |
Life
120%
Energy Shield From Life
25%
Evasion
+50%
Resistance
Damage
56%
Accuracy
500%
Critical Hits Chance
5%
Attack Distance
4 ~ 10
Attack Time
1.17 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
DoryaniIncursionHubSummon
Metadata
DoryaniIncursionHubSummon
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
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
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
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| Spectre | N |
|---|---|
| Tags | human, humanoid, medium_movement, not_str, red_blood, Stab_onhit_audio |
Life
120%
Energy Shield From Life
25%
Evasion
+50%
Resistance
Damage
56%
Accuracy
500%
Critical Hits Chance
5%
Attack Distance
4 ~ 10
Attack Time
1.17 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
DoryaniIncursionHubSummon
Metadata
DoryaniIncursionAccessSummon
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
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
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
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
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
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
| NPC | Name |
|---|---|
| Alva | 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. |
| Alva | 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... |
| Doryani's Prototype | "This was the first step in some grand design, lost to the ages, now ours to decipher." - Dominus, High Templar |
| Dream Fragments | Doryani 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
| name | flavour |
|---|---|
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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... |
| 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. |
| 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. |
| 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! |
| 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. |
| 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. |
| DoryaniEndgameOnWhatNow NPCTextAudio | We {are} living the worst possible outcome, but I did anticipate {every} contingency... |
| 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. |
| DoryaniEndgameSeekCorruptedBiome NPCTextAudio | Wraeclast is wounded and broken. We must reshape its future, and heal it anew. |
| DoryaniEndgameFindSourceOfCorruption NPCTextAudio | So, these densely Corrupted regions contain an active source. Despite the risks, you must venture within. |
| DoryaniEndgameSeeTower NPCTextAudio | This is the first Precursor tower we've seen. You should take control of it, so that we may research its properties. |
| 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. |
| DoryaniEndgameFirstMapComplete NPCTextAudio | The device still functions, despite the damage the Cataclysm caused. Good. |
| 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. |
| 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. |
| DoryaniEndgameTowerQuestStart NPCTextAudio | Ah, a Tower has been secured? Timely. |
| DoryaniEndgameTowerTabletUse NPCTextAudio | The tower... the surrounding landscape has indeed been altered. This could be of great use to us. |
| 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. |
| DoryaniEndgameSecondFaction NPCTextAudio | This creature is far different from the type you defeated before. It looks to be the center of a hive mind. |
| DoryaniEndgameThirdFaction NPCTextAudio | A third stratum of creatures, different yet again... |
| DoryaniEndgameFinishCorruptionQuest NPCTextAudio | The current situation is finally stable. We have done enough to ensure humanity's survival, however meager our dignity may be. |
| 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. |
| DoryaniEndgameOnCrystallinePower NPCTextAudio | Corruption, at a fundamental level, is a form of energy. |
| DoryaniEndgameOnWeaponPiece NPCTextAudio | On its own, my piece of the Precursor Weapon can only neutralise {passive} Corruption. |
| 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. |
| DoryaniEndgameOnDream NPCTextAudio | Yes, that strange voice torments me in my sleep... so I more or less avoid sleeping. |
| 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. |
| DoryaniMapOnHideout NPCTextAudio | You have located a... {relatively safe} hideaway. |
| 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. |
| 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. |
| DoryaniEndgameFirstMapCompleted NPCTextAudio | The device still functions, despite the damage the Cataclysm caused. Good. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| 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. |
| DoryaniEndgameOnSecuringTower NPCTextAudio | Ah, a Tower has been secured? Timely. |
| 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. |
| DoryaniEndgameOnTabletFound NPCTextAudio | Hmm... this tablet you have found, I believe it is capable of altering energies in the area at the waystone's destination. |
| 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. |
| 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... |
| 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... |
| 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. |
| ZolinNewIntroduction NPCTextAudio | I am Zolin. I will assist you in any way I can, for Doryani has ordered me to do so. |
| 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
Doryani
Doryani Doryani /5
| Name | Show Full Descriptions |
|---|---|
| Category | Hideout Item |
| Hideout Doodad Category | NPCs |
| Path of Exile 1 | 0 |
| Path of Exile 2 | 1 |
| Metadata | Metadata/Items/HideoutNPCs/Doryani |
Doryani
Doryani on Spires /2
Warrior: We face a dark enemy, below the dirt. 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. Druid: I encountered dark beings, way down below.
|
Doryani: Hmm. It does sound like our technology. Architect Topotante was conducting experiments with the weather. |
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... |
The Hooded One: The first mural I saw was broken... but there was definitely something there. |
Doryani: Hmm. Whenever the Vaal built something dangerous, we also ran a parallel project... |
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. |
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. |
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. |
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. |
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 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. |
Doryani on Our Failure /1
Doryani: I cannot believe it... damn it all! |
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... |
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. |
Doryani on Locus of Corruption /31
Doryani: Look around you. This is the height of progress. |
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. |
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 on The Access Chamber /6
Doryani: She is within our grasp! |
Alva: {We?} |
Doryani: I must teach someone what I know, in case I die in the attempt. |
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. |
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. |
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. |
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... |
Doryani on Lira Vaal /3
Doryani: This is where it all began... Lira Vaal. Atziri's royal court. |
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... |
Doryani on Stone Legion /27
Doryani: These are my mechanisms... my creations. Xipocado must have had spies amongst my workshops. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
Doryani: Everything we deemed too volatile, dangerous, or useless, we sealed away in the Eztli Pilli, guarded by eighty-seven traps. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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... |
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. |
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... |
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. |
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... |
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. |
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... |
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. |
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... |
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. |
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... |
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. |
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... |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
Doryani on Studying the Beast /17
Doryani: Direct study of the Beast propelled our technology forward by centuries. |
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. |
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. |
Doryani on Studying the Beast /17
Doryani: Direct study of the Beast propelled our technology forward by centuries. |
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. |
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. |
Doryani on Studying the Beast /17
Doryani: Direct study of the Beast propelled our technology forward by centuries. |
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. |
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. |
Doryani on Studying the Beast /17
Doryani: Direct study of the Beast propelled our technology forward by centuries. |
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. |
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. |
Doryani on Studying the Beast /17
Doryani: Direct study of the Beast propelled our technology forward by centuries. |
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. |
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. |
Doryani on Studying the Beast /17
Doryani: Direct study of the Beast propelled our technology forward by centuries. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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... |
Doryani on Solar Nexus /17
Doryani: You know what this was, don't you? |
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. |
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. |
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. |
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. |
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. |
Doryani on Living Vaal /1
Doryani: I am wary, now, after hearing about the... {people...} living in sunken Utzaal in your era. |
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. |
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. |
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.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.








