多里亚尼
人形
Doryani
SpectreN
Tagshuman, humanoid, not_str, red_blood, Stab_onhit_audio, very_slow_movement
生命
120%
Energy Shield From Life
25%
闪避
+50%
抗性
0 0 0 0
伤害
56%
命中
500%
暴击 Chance
5%
Attack Distance
4 ~ 10
攻击间隔
1.17 Second
Damage Spread
±20%
经验值
100%
Model Size
100%
Type
DoryaniShrikeIslandSummon
Metadata
DoryaniShrikeIslandSummon
等级
68
生命
6,981
2,413
伤害
131
法术伤害
131
命中
7,392
攻击间隔
1.17
经验值
28,634
召唤物生命
6,237
Minion Energy Shield
2,079
召唤物伤害
543
召唤物护甲
2,413
MeleeAtAnimationSpeedUnique
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
基础攻击
Base Damage: 104–157
暴击率: 5%
攻击间隔: 1.17 秒
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,
    },
    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
SpectreN
Tagshuman, humanoid, not_str, red_blood, Stab_onhit_audio, very_slow_movement
生命
120%
Energy Shield From Life
25%
闪避
+50%
抗性
0 0 0 0
伤害
56%
命中
500%
暴击 Chance
5%
Attack Distance
4 ~ 10
攻击间隔
1.17 Second
Damage Spread
±20%
经验值
100%
Model Size
100%
Type
DoryaniSolitaryConfinementSummon
Metadata
DoryaniSolitaryConfinementSummon
等级
68
生命
6,981
2,413
伤害
131
法术伤害
131
命中
7,392
攻击间隔
1.17
经验值
28,634
召唤物生命
6,237
Minion Energy Shield
2,079
召唤物伤害
543
召唤物护甲
2,413
MeleeAtAnimationSpeedUnique
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
基础攻击
Base Damage: 104–157
暴击率: 5%
攻击间隔: 1.17 秒
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,
    },
    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
SpectreN
Tagshuman, humanoid, not_str, red_blood, Stab_onhit_audio, very_slow_movement
生命
120%
Energy Shield From Life
25%
闪避
+50%
抗性
0 0 0 0
伤害
56%
命中
500%
暴击 Chance
5%
Attack Distance
4 ~ 10
攻击间隔
1.17 Second
Damage Spread
±20%
经验值
100%
Model Size
100%
Type
DoryaniSingingCavernsSummon
Metadata
DoryaniSingingCavernsSummon
等级
68
生命
6,981
2,413
伤害
131
法术伤害
131
命中
7,392
攻击间隔
1.17
经验值
28,634
召唤物生命
6,237
Minion Energy Shield
2,079
召唤物伤害
543
召唤物护甲
2,413
MeleeAtAnimationSpeedUnique
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
基础攻击
Base Damage: 104–157
暴击率: 5%
攻击间隔: 1.17 秒
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,
    },
    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
SpectreN
Tagshuman, humanoid, not_str, red_blood, Stab_onhit_audio, very_slow_movement
生命
120%
Energy Shield From Life
25%
闪避
+50%
抗性
0 0 0 0
伤害
56%
命中
500%
暴击 Chance
5%
Attack Distance
4 ~ 10
攻击间隔
1.17 Second
Damage Spread
±20%
经验值
100%
Model Size
100%
Type
DoryaniCauchicVaultSummon
Metadata
DoryaniCauchicVaultSummon
等级
68
生命
6,981
2,413
伤害
131
法术伤害
131
命中
7,392
攻击间隔
1.17
经验值
28,634
召唤物生命
6,237
Minion Energy Shield
2,079
召唤物伤害
543
召唤物护甲
2,413
MeleeAtAnimationSpeedUnique
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物
基础攻击
Base Damage: 104–157
暴击率: 5%
攻击间隔: 1.17 秒
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,
    },
    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 = { }, },
    },
}
多里亚尼 Topic /6
NPC名字
阿尔瓦在瓦尔人最后的岁月里,他们变成了一个竞争残酷、等级森严的帝国。顶层瓦尔人为了争夺资源无所不用其极,而多里亚尼是这些野心勃勃且缺乏道德的顶层人中的顶层人。仅次于阿兹里女王本人。乌扎尔是多里亚尼的老巢,据古代著作记载,他在这里进行了大量奇怪的工程和肮脏的实验……有些雕文实在太令人反胃了,根本不应该讨论。
阿尔瓦我很高兴能够放下彼此之间的争端。要不是多里亚尼,我们都会完蛋的。我看到了……天空……人民……他们都……唉。只能说,我现在理解瓦尔的废墟为什么都是那副模样了。
多里亚尼的试作甲宏伟计划终于迈出了第一步,
我们困惑已久,终于取得了进展。
——神主多米纳斯
梦语之痕多里亚尼误闯狂乱之境,
狂乱帝国之王因其苏醒。
重击之锤"富贵总是险中求,
但财货乃身外之物,哪会问去留。"
- 瓦尔族多里亚尼
重击之锤“富贵总是险中求,
但财货乃身外之物,哪会问去留。”
——瓦尔族多里亚尼
Doryani FlavourText /486
nameflavour
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.
StrDex4b_Gameplay_I3_21
CharacterTextAudio
Give it up. You, me, Doryani - temporary allies, like it or not.
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
我也曾是个凡人,所以我也知道曾经作为凡人的我对某些事情有什么感觉。那个人痛恨多里亚尼,因为他让这个世界上最伟大的文明陨落。索性现在的我不会再被这些东西拖累。由于混沌之神的恩赐,我现在明白一切皆有可能发生。甚至现在,我都同时在测试另一个刚被冲上瓦尔克拉斯的幸存者有没有本事。而对她来说,你不存在。因此你的所有成就都毫无意义,被多里亚尼毁掉的同样没有意义。
CadiroOnDoryanisFist
NPCTextAudio
多里亚尼之拳,唔?这件武器似乎自己能在历史中开出一条路来……
CadiroOnDoryanisDelusion
NPCTextAudio
一讲起多里亚尼,伊席厄斯可有话要说。多里亚尼冷酷无情,工于算计,他唯一的愿望就是拯救他的人民……永生永世。这句话有何深意,你就自己琢磨吧。可惜,我们没能掘出乌扎尔。
Mentor_G3_On_Doryani_Return
NPCTextAudio
Returning with Doryani was an inspired move. As the foremost expert on the Beast that ever lived, he is exactly the man we need.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

As for you, I will pay back every drop of Vaal Blood you have spilled.
DoryaniPastPostFight
NPCTextAudio
Stop! Stop... I can contain the Beast...!
DoryaniPastDefeatedOne
NPCTextAudio
If only I had more time... There is an ancient weapon. A weapon that was used against Corruption, from a civilization lost to the ages. I have one piece of it. Three others were scattered... I have been searching for them, but the Karui have interfered at every turn.
DoryaniPastDefeatedTwo
NPCTextAudio
I suppose I must... It is too late for us here. This era is over. I pleaded with Atziri for her patience... but she would not abide me. She will attempt her communion with the Beast, and utter devastation will ravage our people. But... the fact that {you} are here... a living descendant of our people... it gives me some hope for our future. I will come to your era. Perhaps there is still time.
DoryaniPresentUtzaalReaction
NPCTextAudio
Utzaal... my people... they're all long dead. It is one thing to hear it, but... another to see it. This city is nothing but a grave. I can't change their fate, but the Vaal are not entirely gone. Alva—and her Vaal ancestry—is proof of that. I will do what I must to protect what remains, and perhaps one day we can rebuild. For that to happen, we need the Weapon. We must travel to the archipelago the Karui call Ngamakanui. If the pieces still exist, that is where they will be found.
DoryaniPresentOnUtzaal
NPCTextAudio
I gathered the greatest minds of our era in one place. We embarked on journeys of discovery that mankind could never before conceive. No ethical bounds. No moral limits! We sought immortality, both in flesh, and in machinery. We sought understanding of Corruption. We even sought to master Time itself. In the end, it was all for naught...
DoryaniPresentOnBeast
NPCTextAudio
Study of the Beast was my life's work, and the work of many Vaal scientists before me. Despite its danger, I still consider it a thing of beauty. A work of genius. It is capable of changing something fundamental about the nature of our existence. The Beast showed us it {can be done.} Our experiments with life... with death... with machinery, and augmentation... they were all inspired by it. We {can} surpass the impossible, if only we are willing to sacrifice enough.
DoryaniCataclysmFirstTalk
NPCTextAudio
Now then—it is time we departed. Activate the portal, and we will see about the-
DoryaniGodVoiceStopIntruderMale
NPCTextAudio
The intruder is {here?} What of Napuatzi...? I see. No mercy then! Kill him on sight!
DoryaniGodVoiceStopIntruderFemale
NPCTextAudio
The intruder is {here?} What of Napuatzi...? I see. No mercy then! Kill her on sight!
DoryaniGodVoiceCeaseAssault
NPCTextAudio
Fool! There's no time for this! Atziri will soon commune with the Beast! Cease your assault!
DoryaniGodVoiceStopAtOnce
NPCTextAudio
Stop this at once! I take no pleasure in harming one of my own, but if you persist, I will do with her what I must.
DoryaniWildCataclysmBegins
NPCTextAudio
It begins...
DoryaniEndgameOnZiggurat
NPCTextAudio
You're finally awake. That's a small consolation. We have lost so much. The Hooded One used the Weapon to keep us alive during the Cataclysm. We were too close. It absorbed too much energy, and was shattered. I retain only a piece of it. The situation is grim... the Hooded One has become comatose. Wraeclast has been devastated... and is no longer habitable. Grieving would only be a waste of precious time. We must face reality, and make difficult choices.
DoryaniEndgameOnWhatNow
NPCTextAudio
We {are} living the worst possible outcome, but I did anticipate {every} contingency... Before us is a translocation device, which {should} allow us to open portals to a wide range of coordinates across Wraeclast. With this, we can reclaim the world from the grasp of Corruption, so that civilisation can one day return to its former heights.
DoryaniEndgameOnOurWork
NPCTextAudio
There was some damage but while you were unconscious, we worked to repair the machine. I believe it will function as desired... But it must be tested. That is where you come in. By placing Waystones in the machine, they will help calibrate the journey. The Corruption at the destination will respond to both the energies we use, and that we ourselves expect to find. Let us use this malleability to our advantage... Let us see if the machine is still capable.
DoryaniEndgameSeekCorruptedBiome
NPCTextAudio
Wraeclast is wounded and broken. We must reshape its future, and heal it anew. The initial Cataclysmic event is over, but Corruption is still radiating from certain locations. From these points, it spreads like a disease. Travel to one of these regions and investigate. We must know why it is still spreading. Report back to me with your findings, and we will plan our next move.
DoryaniEndgameFindSourceOfCorruption
NPCTextAudio
So, these densely Corrupted regions contain an active source. Despite the risks, you must venture within. Find the source of Corruption. When you have identified it and dealt with any danger, call for me. I will cleanse what remains.
DoryaniEndgameSeeTower
NPCTextAudio
This is the first Precursor tower we've seen. You should take control of it, so that we may research its properties. There may be considerable foes in proximity... these towers channel forces we do not yet understand. If you see any sort of 'central tower' or nexus to the network, be sure to let me know...
DoryaniEndgameSeeMonolith
NPCTextAudio
There is a tremendous amount of energy radiating from that new structure. If it was Corruption, I would understand, but it's like nothing I have ever seen before. My intuition tells me that you must absolutely be the first to reach it. If it should fall into the hands of the Corrupted, there is no telling what may happen.
DoryaniEndgameFirstMapComplete
NPCTextAudio
The device still functions, despite the damage the Cataclysm caused. Good. Now, using the device, you must seek out major sources of Corruption for us to cleanse.
DoryaniEndgameFirstMapFail
NPCTextAudio
The device still functions, despite the damage the Cataclysm caused, but that is little solace if you are not up to the task. Gather your wits. There are far greater dangers to come. Using the device, you must seek out major sources of Corruption for us to cleanse.
DoryaniEndgameFirstCorruptMapComplete
NPCTextAudio
You have done well. That area has been cleansed, and the land may now return to its original state. By all means, continue.
DoryaniEndgameFirstCorruptMapFail
NPCTextAudio
You do know the fate of humanity rests upon your shoulders? Make whatever adjustments you require for success. Get back out there. Do better.
DoryaniEndgameAssignFirstAtlasPassive
NPCTextAudio
Using the cleansed Corruption you retrieved, I was able to modify the device to accommodate your request. You should find things somewhat different next time you venture out.
DoryaniEndgameFirstTimeHideout
NPCTextAudio
I believe it unwise to base our operations outside of the Ziggurat. This seems like an unnecessary risk to take. And Atalui is constantly complaining about the lack of facilities. However, I will make this concession, since you have done such critical work.
DoryaniEndgameTowerQuestStart
NPCTextAudio
Ah, a Tower has been secured? Timely. While you were out, we discovered that an artefact from our archives might be related to its function. Take this Tablet. You should be able to use it at the Tower to transform the surrounding area.
DoryaniEndgameTowerTabletUse
NPCTextAudio
The tower... the surrounding landscape has indeed been altered. This could be of great use to us. These towers are part of some long ago experiment on a grand scale... I will do more research while you continue to explore.
DoryaniEndgameFirstFaction
NPCTextAudio
The source of Corruption was a creature? I wish I could perform a detailed autopsy of its corpse, but its passive emanations alone would quickly kill us. It looks to be significantly more mutated than other beings we've encountered. I don't like having insufficient data on new threats... we are vulnerable until we know more.
DoryaniEndgameSecondFaction
NPCTextAudio
This creature is far different from the type you defeated before. It looks to be the center of a hive mind. A legion of mutated creatures, without brains, acting as one. I never even considered such a thing possible, or we would have experimented with it at Aggorat... In any case, I will continue my dissections... There is something very disturbing about the arc of these mutations...
DoryaniEndgameThirdFaction
NPCTextAudio
A third stratum of creatures, different yet again... I am starting to see a pattern here, one that bodes ill for us, but I cannot quite discern the meaning yet. Worse, these creatures appear to have been sentient. The mindless ravagers we first encountered could be outsmarted, and the hive-mind had an obvious weak point. But these ones can actually think. We are in grave danger...
DoryaniEndgameFinishCorruptionQuest
NPCTextAudio
The current situation is finally stable. We have done enough to ensure humanity's survival, however meager our dignity may be. We should continue cleansing Corruption, however. It is true that we have ensured the future. Now, we should begin {improving} it.
DoryaniEndgameOnCleansedAreas
NPCTextAudio
Cleansed regions of Wraeclast are still dangerous, but only in the ways with which we are familiar. The demon you know, as they say. These regions should also contain substantial amounts of neutralised Corruption, which may manifest as orbs or crystals of anomalous material. Collect them if you see them. They may prove useful.
DoryaniEndgameOnCrystallinePower
NPCTextAudio
Corruption, at a fundamental level, is a form of energy. Much of Vaal technology was based on using that energy, because it is freely available in the environment... My piece of the Weapon cannot destroy that energy, only render it inert, in the form of crystalline precipitate. In that form, it cannot hurt us, and might even be put to new uses.
DoryaniEndgameOnWeaponPiece
NPCTextAudio
On its own, my piece of the Precursor Weapon can only neutralise {passive} Corruption. That is why you must destroy the {active} source in each deadly region first. This will be a long and grueling task, one that may take the rest of our lives... however long that may be.
DoryaniEndgameOnBosses
NPCTextAudio
There is something... a secret horror that hides in the broken puzzle pieces we possess... a pattern that even my intellect cannot quite grasp. Not with such limited information. It may surprise you to discover that a man like me can feel fear. I admit it. Fear is healthy. I feel fear when I know I am in danger, but do not have enough information. It is impossible to act with precision unless we know, so I have always sought the truth...but in this instance, for the first time in my life, I fear {knowing,} too... and I don't yet know why...
DoryaniEndgameOnDream
NPCTextAudio
Yes, that strange voice torments me in my sleep... so I more or less avoid sleeping. Thankfully, the light of our Inner Sun can remove the need for sleep, if you're willing to gaze directly into it for a time... Just don't do that for longer than a few days. It's not a perfect substitute.
DoryaniMapOnRealmgate
NPCTextAudio
The Realmgate was the sister project to the Timegate that brought you to us. The Realmgate can, theoretically, give us access to other planes of existence. Unfortunately, it has never been activated, if it works at all. We need sizeable energies or materials from those planes to help us locate them in the vast expanse of all that is. If you find otherworldly splinters and fragments, keep them. With enough of them, we can find out if the Realmgate truly works.
DoryaniMapOnHideout
NPCTextAudio
You have located a... {relatively safe} hideaway. We could establish a base of operations there, if you feel it necessary. We will always have the Ziggurat to fall back on, so the risk is not existential.
DoryaniMapOnReliquary
NPCTextAudio
The disciples of Kamasa stockpiled a great many things in their modern lust for wealth. The right key may open doors long forgotten...
DoryaniMapOnZiggurat
NPCTextAudio
The Ziggurat is the heart of our operations, the only truly safe place on Wraeclast. From here, we can reclaim the world for humanity.
DoryaniEndgameOnTheFortress
NPCTextAudio
There is a tremendous amount of energy radiating from that new structure. If it was Corruption, I would understand, but it is like nothing I have ever seen before. My intuition tells me that you must absolutely be the first to reach it. If it should fall into the hands of the Corrupted, there is no telling what may happen.
DoryaniEndgameOnFlameSeed
NPCTextAudio
From what you've told me, the guardian of the Flame Seed seems to have been purposely molded for his task. The Precursors created him, but he is not one of them. I can only theorise as to his purpose...
DoryaniEndgameOnDefeatFlameSeedGuardian
NPCTextAudio
I understand that... something... stole the Flame Seed as your battle drew to a close. This is concerning. There is little we can do until we know more.
DoryaniEndgameTier1Task
NPCTextAudio
You must start with the areas of least Corruption. They are still deadly, but should be survivable for short spans. Cleanse enough of them to give us an outside foothold.
DoryaniEndgameGiveTasksOne
NPCTextAudio
Keep up your work. It is a long and dangerous task, but there is an end in sight.
DoryaniEndgameGiveTasksTwo
NPCTextAudio
Continue clearing Corruption. It is the only thing we can do right now.
DoryaniEndgameGiveTasksThree
NPCTextAudio
Why are you wasting time here? Continue clearing Corruption!
DoryaniEndgameGiveTasksFour
NPCTextAudio
You don't look sick or injured. Why are you lingering here? Continue your work.
DoryaniEndgameReceiveRewardOne
NPCTextAudio
The space you cleared allowed us to reclaim several important tools. We can now upgrade our machine.
DoryaniEndgameReceiveRewardTwo
NPCTextAudio
We found a handful of survivors in the area you cleared. We'll put them to work.
DoryaniEndgameReceiveRewardThree
NPCTextAudio
A renowned scientist was... recovered... from the area you cleared. His acumen will add to our own.
DoryaniEndgameReceiveRewardFour
NPCTextAudio
Valuable resources were located in the area you cleared. We can augment our capabilities.
DoryaniEndgameReceiveRewardFive
NPCTextAudio
I have had time to increase the capabilities of the machine. We have a few choices to make.
DoryaniEndgameReceiveRewardSix
NPCTextAudio
With each success, we grow closer to our goal.
DoryaniEndgameTier15TaskComplete
NPCTextAudio
The current situation is finally stable. We have done enough to ensure humanity's survival, however meager their dignity may be. This is not a victory, but it is a success. You may continue to cleanse Corruption as you wish. I will begin work on greater plans...
DoryaniEndgameFirstMapCompleted
NPCTextAudio
The device still functions, despite the damage the Cataclysm caused. Good. Now, using the device, you must seek out major sources of Corruption for us to cleanse.
DoryaniEndgameDefeatBreachBoss
NPCTextAudio
I had a suspicion that the Cult of the Purple Flame was dangerous. They did not know the true nature of the forces they beseeched. I'm not certain anyone will ever know the breadth of what lies beyond this world... but Chayula alone kept his word, in what little dealings were had. Perhaps one day, we will find out what happened to create this... Xesht.
DoryaniEndgamePrecursorGossip
NPCTextAudio
I have invested considerable resources and many years of effort in the search, but my knowledge of the Precursors still remains scarce. They are as ancient to us as we are to you. On such time scales, geological events tend to obscure remnants of civilisation. There is evidence of great fires. Eruptions. Impacts from the sky. All I know is that they, too, delved into the secrets of this world. Corruption was just one of many forms of energy that they mastered. I have come across simple pictographs in their ruins, intended as a contingency, should others come without knowledge of their language. Most pictographs were quite clear: {'Death lies within.'} One, however, held faded instructions for what we should do if that death should ever escape; if it should ever plague the land. That is how I know the Weapon exists, and... generally... how to find it. Someone in the past wanted us to know about it, in case the worst should ever happen... and clearly, it has...
DoryaniEndgameUberBossGossip
NPCTextAudio
Out in the Corrupted wastelands, you will no doubt encounter 'survivors.' Do not fall victim to the trap of empathy. Though their bodies do not yet know it, they are {dead.} They sicken and taint everything they touch. They would slowly kill us by their very presence. They have no future. It would have been a mercy for them to die in the initial devastation. They will slowly waste away, and in their wasting, they will become disoriented... and then, enraged. They will seek to survive as long as possible, even if that means they doom the rest of us. They will be drawn to resources, and to power. {You} cannot allow them to possess that which we need. If you see them, kill them, and do not hesitate for even a moment.
DoryaniEndgameUberBossGossipTwo
NPCTextAudio
In the wake of the Cataclysm, reality is not what it used to be. There are far fewer of us now, and the mad outnumber the sane. You will see things out there that you will not understand. As much as I despise this truth as a man of science, it is quite possible they cannot {be} understood. Carry on with what must be done, and eventually, Wraeclast will... calm.
DoryaniEndgameUberBossTask
NPCTextAudio
As I predicted, the Corrupted 'survivors' out in the wastelands have banded together like primal animals. They refuse to accept their own doom. You must become proactive in your approach. Their warlords are perverse figments of reality that the Cataclysm has distorted. Find these tainted realities and cut the head off the snake, so to speak.
DoryaniEndgameOnUberDoryani
NPCTextAudio
I should warn you... in my search for ways to stop the Cataclysm, I entreated the ultimate wisdom in this world, and I paid a terrible price. That price is out there, still—and he is even more cunning and dangerous than I am, for he does not have my purity of purpose. When you meet him, destroy him utterly, and do not trouble yourself with your usual moral quandaries.
DoryaniEndgameOnPrecursorTowers
NPCTextAudio
The sheer force of the Cataclysm scoured away much of the surface, and disrupted what remained. Sturdier than most, ancient Precursor towers have been left exposed. You should find one, and secure it for our research.
DoryaniEndgameOnPrecursorTowersGossip
NPCTextAudio
I believe that the Precursor towers are part of a network created specifically to alter terrain and biomes. This may have been to make Wraeclast more habitable initially... or perhaps it had a larger purpose, later in their era. These ideas are just conjecture, of course.
DoryaniEndgameOnSecuringTower
NPCTextAudio
Now that you have secured a Precursor tower, it has quickly become clear that it requires some sort of tablet to activate. Find a Precursor tablet, and let us take a calculated risk by activating that tower.
DoryaniEndgameOnActivatingFirstTower
NPCTextAudio
The tower... the surrounding landscape has been altered! This could be of great use to us. These towers are part of some long ago experiment, perhaps... or a contingency... I will do more research while you continue to explore.
DoryaniEndgameOnEndgameMapCorruption
NPCTextAudio
In a time of minimal sentience—and most of it mad—what you encounter out there can be quite malleable. What we expect to find can shape things. The energies we use in our translocation device can influence outcomes. That device was made possible, after all, by a very special patron. They are likely watching us even now, and finding great humour in our travails...
DoryaniEndgameOnPatron
NPCTextAudio
I was told many cryptic things. I was asked to—no, I shouldn't say. I don't understand, at least not yet. I was told this was the only way, yet still, I fought to find another path. I believe we make our own fates, but... here we are. If only I had the full picture...
DoryaniBossConversationOne
NPCTextAudio
You're of Vaal descent, but I do not recognise your features, or your clothing. How can things have changed so much after only ten years?
DoryaniBossConversationTwo
NPCTextAudio
What?! How long has it been?
DoryaniBossConversationThree
NPCTextAudio
Unbelievable!... The Cataclysm... How many of us survived?
DoryaniBossConversationFour
NPCTextAudio
That cannot be true. It can't! I've laid so many plans... Spent everything I have, trying to stop this... trying to stop Atziri...
DoryaniBossConversationFive
NPCTextAudio
Perhaps... I just need a moment to think... To make a new plan... There must be a way...
DoryaniBossConversationSix
NPCTextAudio
The intruder! Where is Napuatzi?! Ah... then I'll have to handle you myself.
DoryaniPastBoss_Intro
NPCTextAudio
So... at the eve of the end, the demon of Atzoatl has finally come for me!
DoryaniPastBoss_Flamethrower_Random
NPCTextAudio
Simple!
DoryaniPastBoss_Flamethrower_2
NPCTextAudio
Simple!
DoryaniPastBoss_Flamethrower_3
NPCTextAudio
Simple!
DoryaniPastBoss_Flamethrower_4
NPCTextAudio
Ignition!
DoryaniPastBoss_Flamethrower_5
NPCTextAudio
Ignition!
DoryaniPastBoss_Flamethrower_6
NPCTextAudio
Ignition!
DoryaniPastBoss_Flamethrower_7
NPCTextAudio
Flame!
DoryaniPastBoss_Flamethrower_8
NPCTextAudio
Flame!
DoryaniPastBoss_Flamethrower_9
NPCTextAudio
Flame!
DoryaniPastBoss_LightningTendrils_Random
NPCTextAudio
Behold!
DoryaniPastBoss_LightningTendrils_2
NPCTextAudio
Behold!
DoryaniPastBoss_LightningTendrils_3
NPCTextAudio
Behold!
DoryaniPastBoss_LightningTendrils_4
NPCTextAudio
Unleashed!
DoryaniPastBoss_LightningTendrils_5
NPCTextAudio
Unleashed!
DoryaniPastBoss_LightningTendrils_6
NPCTextAudio
Unleashed!
DoryaniPastBoss_LightningTendrils_7
NPCTextAudio
Sheer power!
DoryaniPastBoss_LightningTendrils_8
NPCTextAudio
Sheer power!
DoryaniPastBoss_LightningTendrils_9
NPCTextAudio
Sheer power!
DoryaniPastBoss_CrystalToss_Random
NPCTextAudio
无处可逃!
DoryaniPastBoss_CrystalToss_2
NPCTextAudio
无处可逃!
DoryaniPastBoss_CrystalToss_3
NPCTextAudio
无处可逃!
DoryaniPastBoss_CrystalToss_4
NPCTextAudio
观察!
DoryaniPastBoss_CrystalToss_5
NPCTextAudio
观察!
DoryaniPastBoss_CrystalToss_6
NPCTextAudio
观察!
DoryaniPastBoss_UberFireball_Random
NPCTextAudio
Pathetic!
DoryaniPastBoss_UberFireball_2
NPCTextAudio
Pathetic!
DoryaniPastBoss_UberFireball_3
NPCTextAudio
Pathetic!
DoryaniPastBoss_UberFireball_4
NPCTextAudio
放手吧!
DoryaniPastBoss_UberFireball_5
NPCTextAudio
放手吧!
DoryaniPastBoss_UberFireball_6
NPCTextAudio
放手吧!
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
我会碾碎你!
DoryaniPastBoss_MechSlam_4
NPCTextAudio
我会碾碎你!
DoryaniPastBoss_MechSlam2_Random
NPCTextAudio
Full power!
DoryaniPastBoss_MechSlam2_2
NPCTextAudio
Full power!
DoryaniPastBoss_MechSlam2_3
NPCTextAudio
I've had enough of you!
DoryaniPastBoss_MechSlam2_4
NPCTextAudio
I've had enough of you!
DoryaniPastBoss_MechSlam2_5
NPCTextAudio
You think you can stand in my way?
DoryaniPastBoss_MechSlam2_6
NPCTextAudio
You think you can stand in my way?
DoryaniPastBoss_MechBodySlam_Random
NPCTextAudio
How foolish!
DoryaniPastBoss_MechBodySlam_2
NPCTextAudio
How foolish!
DoryaniPastBoss_MechBodySlam_3
NPCTextAudio
Let's see you survive this!
DoryaniPastBoss_MechBodySlam_4
NPCTextAudio
Let's see you survive this!
DoryaniPastBoss_MechBodySlam_5
NPCTextAudio
There is no escape!
DoryaniPastBoss_MechBodySlam_6
NPCTextAudio
There is no escape!
DoryaniPastBoss_MechSpiderLegAttack_Random
NPCTextAudio
You think you can run?!
DoryaniPastBoss_MechSpiderLegAttack_2
NPCTextAudio
You think you can run?!
DoryaniPastBoss_MechSpiderLegAttack_3
NPCTextAudio
Now, you're within my grasp!
DoryaniPastBoss_MechSpiderLegAttack_4
NPCTextAudio
Now, you are within my grasp!
DoryaniPastBoss_MechDetatchPlatform_Random
NPCTextAudio
I plan for every contingency...
DoryaniPastBoss_MechDetatchPlatform_2
NPCTextAudio
Nothing will stand in my way!
DoryaniPastBoss_MechLightningStorm_Random
NPCTextAudio
Ravaging power!
DoryaniPastBoss_MechLightningStorm_2
NPCTextAudio
Reverse the polarity!
DoryaniPastBoss_MechLightningStorm_3
NPCTextAudio
Face the might of the mind!
DoryaniPastBoss_MechIonCannon_Random
NPCTextAudio
Fire the main cannon!
DoryaniPastBoss_MechIonCannon_2
NPCTextAudio
Orbital strike!
DoryaniPastBoss_MechSelfDestruct_Random
NPCTextAudio
Self-destruction!
DoryaniPastBoss_MechSelfDestruct_2
NPCTextAudio
Fatal ambition!
DoryaniPastBoss_MechSelfDestruct_3
NPCTextAudio
You leave me no choice!
DoryaniPastBoss_MechReassemble_Random
NPCTextAudio
This is not over yet.
DoryaniPastBoss_WildFreeAlva
NPCTextAudio
Wait... I will free her.
DoryaniPastBoss_MechDeathDoNotFailMe
NPCTextAudio
Gah! No! Do not fail me... Not now!
DoryaniPastBoss_MechDeathHowCouldThisHappen
NPCTextAudio
Ugh... how could this happen...? All I have done. All that I sacrificed...
DoryaniPastBoss_MechDeathContainBeast
NPCTextAudio
Hmm... the legacy of the Vaal must be protected... I do know of a way to contain the Beast.
Napuatzi_IntroFour
NPCTextAudio
Bring her to Doryani!
AlvaEndgamePlayerWakeUp
NPCTextAudio
You're awake! I thought you might not make it..
There's a lot to go over.. When you've pulled yourself together, go speak to Doryani
AlvaEndgameOnWakeUp
NPCTextAudio
You're awake! Oh, I thought you might not make it... There's a lot to go over... When you've pulled yourself together, speak with Doryani.
AlvaEndgameOnDoryani
NPCTextAudio
It's a good thing we resolved our differences when we did. Without Doryani, we'd have died out there. I saw... the sky... the people... they were... well... Let's just say, I now understand why Vaal ruins look the way they do.
Alva_G3_DoryaniSaveResponse
NPCTextAudio
Your people cannot be saved. History is already written. You can stay here and die... or come with us and help save the future.
Alva_G3_DoryaniStartTalkingResponse
NPCTextAudio
Best you start talking then. My friend here isn't exactly the peacemaking type...
Alva_G3_DoryaniDefeatedOne
NPCTextAudio
So you will help us?
Alva_G3_DoryaniDefeatedTwo
NPCTextAudio
It's settled then. Let's hurry back to the time portal.
KetzuliOnKillingXeshtFinal
NPCTextAudio
You've dealt Xesht a serious defeat. I can see why Doryani has grown to respect you, even if he still doesn't quite like you. You've given me the time I need to research the breaches, and I believe our devices can begin pushing back. The Breach Lord's drones may still enter our world temporarily, but the risk of a permanent invasion is minimal.
ZolinNewIntroduction
NPCTextAudio
I am Zolin. I will assist you in any way I can, for Doryani has ordered me to do so. Conversation beyond that is not required.
DoryaniMapWildFirst
NPCTextAudio
So, this is the source of Corruption in this region...
DoryaniMapWild_General_Random
NPCTextAudio
We move ever forward.
DoryaniMapWild_General_2
NPCTextAudio
We move ever forward.
DoryaniMapWild_General_3
NPCTextAudio
We move ever forward.
DoryaniMapWild_General_4
NPCTextAudio
Wraeclast heals one piece at a time.
DoryaniMapWild_General_5
NPCTextAudio
Wraeclast heals one piece at a time.
DoryaniMapWild_General_6
NPCTextAudio
Wraeclast heals one piece at a time.
DoryaniMapWild_General_7
NPCTextAudio
Our grisly work continues.
DoryaniMapWild_General_8
NPCTextAudio
Our grisly work continues.
DoryaniMapWild_General_9
NPCTextAudio
Our grisly work continues.
DoryaniMapWild_General_10
NPCTextAudio
I'm almost starting to recognise this world again.
DoryaniMapWild_General_11
NPCTextAudio
I'm almost starting to recognise this world again.
DoryaniMapWild_General_12
NPCTextAudio
I'm almost starting to recognise this world again.
DoryaniMapWild_General_13
NPCTextAudio
The cleansing continues.
DoryaniMapWild_General_14
NPCTextAudio
The cleansing continues.
DoryaniMapWild_General_15
NPCTextAudio
The cleansing continues.
DoryaniMapWild_General_16
NPCTextAudio
Our task never ends...
DoryaniMapWild_General_17
NPCTextAudio
Our task never ends...
DoryaniMapWild_General_18
NPCTextAudio
Our task never ends...
DoryaniMapWild_General_19
NPCTextAudio
Doryani and the Demon at the end of the world...
DoryaniMapWild_General_20
NPCTextAudio
Doryani and the Demon at the end of the world...
DoryaniMapWild_Ghorr_Random
NPCTextAudio
Let's hope they haven't eaten everything.
DoryaniMapWild_Ghorr_2
NPCTextAudio
Let's hope they haven't eaten everything.
DoryaniMapWild_Ghorr_3
NPCTextAudio
Let's hope they haven't eaten everything.
DoryaniMapWild_Ghorr_4
NPCTextAudio
Remarkably efficient creatures...
DoryaniMapWild_Ghorr_5
NPCTextAudio
Remarkably efficient creatures...
DoryaniMapWild_Ghorr_6
NPCTextAudio
Remarkably efficient creatures...
DoryaniMapWild_Ghorr_7
NPCTextAudio
Remarkably efficient creatures...
DoryaniMapWild_Ghorr_8
NPCTextAudio
Nothing but living stomachs...
DoryaniMapWild_Ghorr_9
NPCTextAudio
Nothing but living stomachs...
DoryaniMapWild_Ghorr_10
NPCTextAudio
Nothing but living stomachs...
DoryaniMapWild_Ktash_Random
NPCTextAudio
I will dissect some of its drones...
DoryaniMapWild_Ktash_2
NPCTextAudio
I will dissect some of its drones...
DoryaniMapWild_Ktash_3
NPCTextAudio
I will dissect some of its drones...
DoryaniMapWild_Ktash_4
NPCTextAudio
A hive mind... curious...
DoryaniMapWild_Ktash_5
NPCTextAudio
A hive mind... curious...
DoryaniMapWild_Ktash_6
NPCTextAudio
A hive mind... curious...
DoryaniMapWild_Ktash_7
NPCTextAudio
So this one acted as a vast brain...
DoryaniMapWild_Ktash_8
NPCTextAudio
So this one acted as a vast brain...
DoryaniMapWild_Ktash_9
NPCTextAudio
So this one acted as a vast brain...
DoryaniMapWild_Beidat_Random
NPCTextAudio
This one was sentient...
DoryaniMapWild_Beidat_2
NPCTextAudio
This one was sentient...
DoryaniMapWild_Beidat_3
NPCTextAudio
This one was sentient...
DoryaniMapWild_Beidat_4
NPCTextAudio
I wonder if we could have made a deal...
DoryaniMapWild_Beidat_5
NPCTextAudio
I wonder if we could have made a deal...
DoryaniMapWild_Beidat_6
NPCTextAudio
I wonder if we could have made a deal...
DoryaniMapWild_White_Random
NPCTextAudio
We must learn more...
DoryaniMapWild_White_2
NPCTextAudio
We must learn more...
DoryaniMapWild_White_3
NPCTextAudio
We must learn more...
DoryaniMapWild_White_4
NPCTextAudio
We must learn more...
DoryaniMapWild_White_5
NPCTextAudio
There is a very long road ahead.
DoryaniMapWild_White_6
NPCTextAudio
There is a very long road ahead.
DoryaniMapWild_White_7
NPCTextAudio
There is a very long road ahead.
DoryaniMapWild_Yellow_Random
NPCTextAudio
They're getting more dangerous with time...
DoryaniMapWild_Yellow_2
NPCTextAudio
They're getting more dangerous with time...
DoryaniMapWild_Yellow_3
NPCTextAudio
They're getting more dangerous with time...
DoryaniMapWild_Yellow_4
NPCTextAudio
We may actually be turning the tide.
DoryaniMapWild_Yellow_5
NPCTextAudio
We may actually be turning the tide.
DoryaniMapWild_Yellow_6
NPCTextAudio
We may actually be turning the tide.
DoryaniMapWild_Red_Random
NPCTextAudio
We are deep into the most dangerous areas now.
DoryaniMapWild_Red_2
NPCTextAudio
We are deep into the most dangerous areas now.
DoryaniMapWild_Red_3
NPCTextAudio
It feels as if Corruption is surging against us.
DoryaniMapWild_Red_4
NPCTextAudio
It feels as if Corruption is surging against us.
DoryaniMapWild_Red_5
NPCTextAudio
It feels as if Corruption is surging against us.
Doryani_Vendor_BuyCasterWeapon_Random
NPCTextAudio
Mind over muscle.
Doryani_Vendor_BuyCasterWeapon_2
NPCTextAudio
Mind over muscle.
Doryani_Vendor_BuyCasterWeapon_3
NPCTextAudio
Mind over muscle.
Doryani_Vendor_BuyCasterWeapon_4
NPCTextAudio
Mind over muscle.
Doryani_Vendor_BuyCasterWeapon_5
NPCTextAudio
A wise choice.
Doryani_Vendor_BuyCasterWeapon_6
NPCTextAudio
A wise choice.
Doryani_Vendor_BuyCasterWeapon_7
NPCTextAudio
A wise choice.
Doryani_Vendor_BuyCasterWeapon_8
NPCTextAudio
Its all about synergy.
Doryani_Vendor_BuyCasterWeapon_9
NPCTextAudio
Its all about synergy.
Doryani_Vendor_BuyCasterWeapon_10
NPCTextAudio
Its all about synergy.
Doryani_Vendor_BuyCasterWeapon_11
NPCTextAudio
Its all about synergy.
Doryani_Vendor_BuyGeneric_Random
NPCTextAudio
Done.
Doryani_Vendor_BuyGeneric_2
NPCTextAudio
Done.
Doryani_Vendor_BuyGeneric_3
NPCTextAudio
Done.
Doryani_Vendor_BuyGeneric_4
NPCTextAudio
Done.
Doryani_Vendor_BuyGeneric_5
NPCTextAudio
好。
Doryani_Vendor_BuyGeneric_6
NPCTextAudio
好。
Doryani_Vendor_BuyGeneric_7
NPCTextAudio
好。
Doryani_Vendor_BuyGeneric_8
NPCTextAudio
好。
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
是的。
Doryani_Vendor_Disenchant_9
NPCTextAudio
是的。
Doryani_Vendor_Disenchant_10
NPCTextAudio
是的。
Doryani_Vendor_Disenchant_11
NPCTextAudio
是的。
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
跟预料一样。
Doryani_Vendor_SellGeneric_10
NPCTextAudio
跟预料一样。
Doryani_Vendor_SellGeneric_11
NPCTextAudio
跟预料一样。
Doryani_Vendor_SellGeneric_12
NPCTextAudio
跟预料一样。
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
Ill hold onto it.
Doryani_Vendor_SellWaystone_10
NPCTextAudio
Ill hold onto it.
Doryani_Vendor_SellWaystone_11
NPCTextAudio
Ill hold onto it.
Doryani_Vendor_SellWaystone_12
NPCTextAudio
Ill 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.
多里亚尼的试作甲
UniqueItems
"This was the first step in some grand design,
lost to the ages, now ours to decipher."
- Dominus, High Templar
梦语之痕
UniqueItems
多里亚尼误闯狂乱之境,
狂乱帝国之王因其苏醒。
重击之锤
UniqueItems
"富贵总是险中求,
但财货乃身外之物,哪会问去留。"
- 瓦尔族多里亚尼
Doryani Doodad Category /9
解析台
在你的藏身处放置一个摆设
多里亚尼科研架
在你的藏身处放置一个摆设
多里亚尼科研台
在你的藏身处放置一个摆设
多里亚尼测试目标
在你的藏身处放置一个摆设
测试用锅
在你的藏身处放置一个摆设
测试用凳子
在你的藏身处放置一个摆设
操作工具
在你的藏身处放置一个摆设
操作照明灯
在你的藏身处放置一个摆设
切片墙壁
在你的藏身处放置一个摆设
多里亚尼 Text Audio /465
名字
[DNT-UNUSED] I do not recognise these 'Kalguurans,' but regardless of who inhabits the area, we must search the islands of this Archipelago.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

KingsmarchDoryaniEndOfAct
住手!住手……我能控制住邪兽……!
DoryaniPastPostFight
如果我有更多时间就好了……曾经有一件上古的武器,一件用于对抗腐化的武器,来自一个被时光遗忘的文明。它的一枚碎片就在我这儿,另外三块却已流落各地……我一直在寻找它们,但每次都遭到了卡鲁人的阻挠。
上古的武器
看来只能如此了……这里已经无可救药,这个时代已经结束了。我曾恳求阿兹里耐心等待……但她不愿听从。她会尝试与邪兽沟通,引发的惊天浩劫将会毁灭我们的人民。可是……{你}出现在了这里……我族仍有活生生的后代……这让我燃起了对未来的希望。我愿前往你的时代,或许这次还来得及。
与邪兽沟通
乌扎尔……我的人民……早已命丧黄泉了。听起来轻描淡写,可亲眼目睹……重若千钧。这座城市再也没有生机了。我没法改写他们的命运,但瓦尔人还没有全部消亡。阿尔瓦证明了这一点,她的祖先就是瓦尔人。我会不遗余力地保护剩下的一切,或许有朝一日,我们还能重建文明。而为了实现这一点,我们就需要武器。我们必须前往卡鲁人口中的纳玛鲁伊群岛。如果碎片尚在人世,一定就能在那里找到。
乌扎尔的废墟
我将那个时代最智慧的人才召集到了一处。我们踏上了前无古人的发现之旅。我们挣脱了所有的束缚和制约!我们寻求的是长生不朽,肉体的永存和机械的不朽。我们渴望理解腐化,甚至想要掌控时间本身。可是到头来,一切都化为了泡影……
乌扎尔
我毕生都在研究邪兽,先前的诸多瓦尔科学家也都为此呕心沥血。虽然危险,但其中蕴藏着一种美丽。那是天才的杰作,它能将我们存在的本质彻底颠覆。邪兽向我们证明了那是{完全可行的}。我们对生命的试验……对湮灭的求索……对机械和强化的尝试……全都是受到了它的启迪。不可能之事{皆可}化为可能,只要我们愿意付出足够的牺牲。
邪兽
那么现在,是动身的时候了。激活传送门,我们看看能否……
DoryaniCataclysmFirstTalk
入侵者闯入了{这里}?娜帕齐在干什么……?我明白了。不要留情!立即击败他!
DoryaniGodVoiceStopIntruderMale
入侵者闯入了{这里}?娜帕齐在干什么……?我明白了。不要留情!立即击败她!
DoryaniGodVoiceStopIntruderFemale
蠢货!已经没有时间了!阿兹里马上就要和邪兽沟通了!快停止你的袭击!
DoryaniGodVoiceCeaseAssault
立刻停下!我无意手足相残,但如果你一意孤行,我就不得不对她下手了。
DoryaniGodVoiceStopAtOnce
开始了……
DoryaniWildCataclysmBegins
你终于醒了,这多少算是个慰藉。我们损失惨重。 兜帽秘师在灾变期间用那把武器保住了我们的性命。 我们离得太近了。武器吸收了过多能量,最终破碎了。我手中只剩这一个碎片。 形势严峻……兜帽秘师陷入了昏迷。 整个瓦尔克拉斯满目疮痍……不再适宜居住。 哀悼只会浪费宝贵的时间。我们必须面对现实,做出艰难抉择。
避难所
我们{面临}的是最糟糕的结局,但我确实预见了{每一种}情况。这座塔庙中有一个传送装置,{能够}打开通往瓦尔克拉斯各个坐标的传送门。就从这里开始,我们要做的不只是苟全性命。我们要从腐化的魔爪中夺回这个世界。
现在呢?
机器受到了一些损坏,但在你尚未清醒的时候,我们努力修理了它。我认为它能正常运作了……但这还需要经过测试。这里就轮到你出手了。将引路石放入机器,就能用它校准路径。目的地处的腐化会对我们使用的能量以及我们希望找到的能量同时做出反应。我们可以巧妙地利用这种特性……来看看机器是否还能用吧。
我们的事业
瓦尔克拉斯已经受尽苦痛。我们必须重塑它的未来,让它焕发新生。最初的灾变已经结束,但某些地点仍在不断散播腐化。它们从这些源头出发,正像瘟疫一般蔓延开来。前往这些地点并展开调查。我们必须弄清腐化为何仍在传播。等你有了发现就回报给我,然后我们再做打算。
[DNT-UNUSED] Seek Corrupted Biome
原来,这些高度腐化的地区中都有一个活跃的污染源。虽然危机四伏,但你必须冒险深入其中。请找到腐化的来源。当你找到了它并清除了危险,就召唤我前来。我会净化腐败的残渣。
[DNT-UNUSED] Find Corruption Nexus
这是我们见到的第一个先驱高塔。你应该控制住它,这样我们就能研究它的特性了。附近的区域中可能存有数量可观的敌人……这些高塔正引导着我们尚且未知的力量。如果你看到了某种“中央塔”或者网络中枢,记得告知我……
[DNT-UNUSED] See Tower
那座新建筑中放射出了巨量的能量。如果是腐化之力,我肯定能够理解,可这种力量却是我从未见过的。直觉告诉我,你必须成为第一个抵达那里的人。若是让它落入了腐化者的手里,后果将不堪设想。
[DNT-UNUSED] See Monolith (pinnacle)
虽然天灾造成了损害,但这个设备还能运行。很好。现在,你必须用这个设备找到腐化的主要源头,我们才能净化它们。
净除腐化
虽然天灾造成了损害,但这个设备还能运行。不过,如果你没法完成任务,那可就不妙了。开动脑筋。我们还有更多、更大的威胁要去克服呢。你必须用这个设备找到腐化的主要源头,我们才能净化它们。
DoryaniEndgameFirstMapFail
做得很好。那片区域已经被净化了,大地将会回归其原有的样貌。请再接再厉。
净除腐化
你知道吗?人类的命运现在就落在你的肩膀上。不管怎样,你得做出调整才能成功。再试一次,聪明点。
DoryaniEndgameFirstCorruptMapFail
利用你取回的净除腐化,我得以对设备进行调整,从而满足你的要求。你下次冒险的时候,应该就能找到些不同的东西了。
修改装置
我认为将我们的行动基地定在塔庙之外是不明智的。似乎没有必要冒这个险。而且阿图鲁伊一直都在抱怨那里缺乏各种设施。不过,既然你已经做出了如此重要的成果,我也愿意在此做出让步。
基地建设
啊,已经控制了一座高塔了?真及时。在你外出的时候,我们发现档案室中的一件神器可能与高塔的运作有关。 带上这个石板。你应该能用它在高塔中改变周围的地形。
先驱道标已激活
高塔……周围的地貌都被改变了。这或许对我们大有裨益。这些高塔属于远古时期的某种宏伟试验……在你继续探索的时候,我会开展进一步的研究。
重塑地形
腐化的源头是一个生物?我希望能对它进行仔细的尸检,但光是它被动散发的腐化就能在分秒间杀死我们。它的突变程度看起来明显大于我们遇到过的其它东西。我讨厌遇到新威胁却缺乏数据的感觉……除非我们了解更多信息,否则时刻都处于危险当中。
腐化之源
这个生物与你曾经击败过的家伙大不相同。它似乎是某种蜂巢意识的主脑。那是由突变生物构成的军团,没有大脑却行动如一。我从没考虑到这种东西存在的可能性,否则我们早在阿戈拉特就会对它进行实验……无论如何,我会继续解剖……这些突变的演进呈现出令人不安的迹象……
腐化之源
第三种类型的生物,依然不带重样的……我开始发现某种规律了,它对我们来说不是个好兆头,但我还不太能理解其意义所在。更糟糕的是,这项生物似乎是有自我意识的。我们最初遇到的是没有心智的破坏者,可以被智取,而蜂巢意识也有着显著的弱点。不过,这些家伙却实实在在地能够思考。我们危机四伏……
腐化之源
现状终于稳定了下来。我们已经做出了足够的努力来保证人类的存续,哪怕活得狼狈不堪。不过,我们还要继续净除腐化。 我们的确已经开创了未来。现在我们要开始{点亮}它了。
局势稳定
瓦尔克拉斯各地的净化工作仍然危险,但也只是我们熟悉的危险——按它们的自称,应该叫恶魔,你懂的。这些地区应该还有大量被中和的腐化,以异常物质构成的球体或结晶的形式存在。如果你看见它们,记得收集。它们或许能派上用场。
净化区域
腐化,如果只在基础能级,就算是一种能源。许多瓦尔技术都基于对这种能源的利用,因为它就存在于环境当中,无需成本即可获取……我的武器没法摧毁这种能源,只能使其变为惰性的晶状沉淀物形态。在这种形态下,它没法伤害我们,或许还能用于新的用途。
腐化
只靠它自己的话,我的先驱武器只能中和{被动}腐化。正因如此,当初你们才必须摧毁各地区的{活跃}污染源。这将是漫长而痛苦的征程,或许要耗尽我们的余生……无论还剩多少时日。
武器
有某种东西……某种不为人知的恐怖就藏在我们手上的破损拼图中……就算以我的智慧也无法理解这种图案。毕竟,信息太过有限了。或许你会惊讶:连我这样的人也会感到恐惧。我得承认这点。恐惧是正常的。如果我身处险境又缺乏信息,那当然会感到恐惧。如果我们一无所知,就不可能正确应对困境,所以我才始终寻求真相……但这一次,我人生中首次对{知识}也感到了恐惧……而我还不清楚其中的原因……
恐惧
是的,那奇怪的声音折磨着我的睡眠……所以我有意无意地在避免睡着。幸好,室内太阳的光亮可以免除睡眠的必要,只要你愿意长时间直视它……不过这种做法最好只持续数日。它毕竟不是完美的替代选项。
DoryaniEndgameOnDream
时间之门将你带到了我们这里,而界域之门正是它的姐妹项目。理论上,界域之门能够让我们前往其它位面。不幸的是,它从未被启动过,更不知道还能否运转。我们需要大量来自其它位面的能量或物质,才能在无限界域中定位到这些位面。如果你找到了异界的碎片和遗物,就先保管好。等集齐了足够的数量,我们就能试着真正地启动界域之门。
界域之门
你找到了一个{相对安全}的藏身处。如果你觉得有必要,我们可以在那儿建立一个行动基地。我们始终都有金字塔营地作为退路,因此风险并不大。
藏身处
出于对财富的渴望,卡马萨的信徒们贮藏了海量的宝物。一把正确的钥匙或许就能开启尘封已久的门扉……
遗物厅
塔庙是我们行动的核心,瓦尔克拉斯唯一的安全区。从这里出发,我们就能夺回人类世界。
DoryaniMapOnZiggurat
那座建筑中放射出了巨量的能量。如果是腐化之力,我肯定能够理解,可这种力量却是我从未见过的。直觉告诉我,你必须成为第一个抵达那里的人。若是让它落入了腐化者的手里,后果将不堪设想。
燃石巨塔
听你所说,烈焰之种的守护者似乎是为了履行使命而专门锤锻出来的。是先驱创造了他,他却不是其中的一员。他的真实使命是什么?我只能做出推论……
烈焰之种的守护者
我明白了,在战斗即将结束的时候,有个东西……偷走了烈焰之种。这很令人不安。除非另有发现,否则我们无计可施。
烈焰之种
你必须先从腐化最少的区域开始。那些地方虽然足以致命,但生命仍能在其中短暂逗留。净除足够的腐化,我们就能在外围站稳脚跟。
站稳脚跟
再接再厉。这是一项漫长而危险的任务,但它的终点已然明朗。
净除腐化
继续净除腐化,这是我们目前唯一能做的了。
净除腐化
你怎么还在浪费时间?继续去净除腐化吧!
净除腐化
你看着也没有生病或受伤。那怎么还在这里耽搁?继续努力吧。
净除腐化
你清理的地盘让我们取回了一些重要的工具。我们可以升级这台机器了。
腐化的净化
我们在你清理的地区中找到了许多幸存者。我们会让他们开始干活。
腐化的净化
我们从你清理的地方……救回了……一位著名科学家。他的才干将会为你所用。
腐化的净化
我们在你清理的地方发现了珍贵物资,可以增强自己的能力了。
腐化的净化
我花了一些时间来提升机器的性能。有几个选择摆在我们面前。
腐化的净化
每一次成功当让我们离目标近了一步。
腐化的净化
目前的局势总算稳定了下来。我们已经尽心竭力,确保人类能够生存下去,尽管保留不了多少尊严。这不是一场大胜,但依然算是成功。你可以继续按照自己的想法来清除腐化,我要开始推动自己的宏伟蓝图了……
DoryaniEndgameTier15TaskComplete
我怀疑紫焰密会十分危险,他们并不知道自己恳求的力量源自何方。我不确定是否有人能够知道,这个世界的彼岸究竟隐藏着什么……但在与夏乌拉的交易中,他始终履行了诺言。也许有朝一日,我们能够明白是什么创造出了这个……薛斯。
紫焰密会
我为研究投入了许多资源和时间,但对先驱的了解依然是只鳞片爪。我们瓦尔人是你们的古老先辈,而他们甚至比我们更为古老。经受岁月的洗礼后,地质活动往往会掩盖文明的残迹。大火、剧烈喷发和天体撞击的迹象屡见不鲜。我只知道,他们也曾深入钻研这个世界的秘密。腐化是他们掌握的能量形态之一。我曾在他们的遗迹中看到过简单的壁画,那仿佛是一种应急预案,让不通晓他们语言的人也能看得明白。大部分壁画都很简单:{“湮灭拘禁其中。”}然而有一处壁画上还刻着褪色的指示,告诉我们在湮灭逃脱之时、灾祸横行之时,我们应当何去何从。所以我才知道有这么一件武器存在,也算是知道……如何找到它。在不知年月的过去,有个人希望我们能够得知实情,以免最糟糕的情况发生……显然情况已经发生了……
武器
在被腐化的废土上,你肯定会遇到“幸存者”。不要因为同情而落入了圈套。他们已经{无可救药了},但身体还没有意识到。他们触及的一切都会被玷污。他们的存在会慢慢拖垮我们所有人。他们已经没有未来了。如果他们在最初的浩劫中直接消失,那才是仁慈的解脱。他们终将慢慢凋亡,并在这个过程中失去心智……陷入狂怒。他们会竭尽全力地活下去,就算要牺牲其他人也在所不惜。他们会蜂拥着争夺资源,追求力量。{你}不能让他们夺走我们需要的东西。如果遇到他们,千万不要手软,片刻都不能迟疑。
腐化的废土
灾变过后,现实已经不复往昔。如今存活的人们寥寥无几,理智在疯狂面前不值一提。你甚至会看见自己无法理解的事物。作为理性之人,我厌恶这一事实,它们可能确实是{无法}理解的。继续去做那些必要的事吧,到了最后,瓦尔克拉斯一定能……恢复平静。
理解废土
如我所料,被腐化的“幸存者”已经在废土上拉帮结派了,就和原始的禽兽一样。他们不愿接受自己的末日。你必须主动出击。他们的督军囤积了被灾变扭曲的现实碎片。去找到那些被污染的现实,顺便砍掉毒蛇的脑袋。
被污染的幸存者
我必须警告你……我一直在研究阻止灾变的办法,并请教了这个世界的终极智慧,为此还付出了可怕的代价。但代价仍在这里。他比我更为狡诈,更为危险,却不像我一样抱有纯粹的目的。如果你遇见了他,一定要令他一败涂地,千万不要被寻常的道德所束缚。
警示之言
灾变的力量冲走了地表上的众多事物,仅存的那些也受到了干扰。远古的先驱高塔坚如磐石,依然屹立在大地上。如果你发现了高塔,就去占领那里,以便我们研究。
先驱高塔
我相信先驱的高塔构成了一个特殊的网络,能够改造地形和生态。也许就是它创造了瓦尔克拉斯的生机……或许它在这片区域里还有着更大的使命。这些不过是我的臆想而已。
先驱高塔的网络
你占领了一座先驱高塔,显然还需要某种石板才能将它激活。去找一块先驱石板来,我们要激活高塔,三思后再冒险。
先驱石板
高塔……周围的地貌都被改变了!这或许对我们大有裨益。这些高塔属于远古时期的试验,也许……是一种应急方案……在你继续探索的时候,我会深入调查。
DoryaniEndgameOnActivatingFirstTower
在一个情感所剩无几,只有疯狂残存的时代,你所遇到的一切都可以改变。我们找到的东西具有塑造万物的能力。传送装置使用的能量会对后果产生影响。毕竟,这台装置的诞生离不开一位特别的恩主。也许那一位此刻正在看着我们,因为我们的颠沛流离而喜不自胜……
灾变的腐化
恩主向我传达了许多深不可测的事,我还被要求……不,我说不出口。我至今都没能真正理解。据说那是唯一的出路,可当时的我却在努力开辟另一条路。我相信命运掌握在我们自己手中,结果……事已至此。要是我能够洞察全局的话……
恩主
你是瓦尔的后裔,可你的衣着和身形居然如此陌生。不过十年而已,怎会沧海桑田?
DoryaniBossConversationOne
什么?!到底过了多久?
DoryaniBossConversationTwo
难以置信!……灾变……有多少人活了下来?
DoryaniBossConversationThree
这不可能,不可能啊!我精心设计的计划……我付出了一切来阻止它……来阻止阿兹里……
DoryaniBossConversationFour
也许……我需要停下来思考……制定新的计划……肯定能有办法……
DoryaniBossConversationFive
入侵者!娜帕齐在哪儿?!啊……那我只好亲自解决你了。
DoryaniBossConversationSix
看来……到了末日的前夕,阿佐亚特的恶魔终于是冲我来了!
DoryaniPastBoss_Intro
轻而易举!
DoryaniPastBoss_Flamethrower_Random
轻而易举!
DoryaniPastBoss_Flamethrower_2
轻而易举!
DoryaniPastBoss_Flamethrower_3
燃烧吧!
DoryaniPastBoss_Flamethrower_4
燃烧吧!
DoryaniPastBoss_Flamethrower_5
燃烧吧!
DoryaniPastBoss_Flamethrower_6
烈焰!
DoryaniPastBoss_Flamethrower_7
烈焰!
DoryaniPastBoss_Flamethrower_8
烈焰!
DoryaniPastBoss_Flamethrower_9
见证吧!
DoryaniPastBoss_LightningTendrils_Random
见证吧!
DoryaniPastBoss_LightningTendrils_2
见证吧!
DoryaniPastBoss_LightningTendrils_3
奔流!
DoryaniPastBoss_LightningTendrils_4
奔流!
DoryaniPastBoss_LightningTendrils_5
奔流!
DoryaniPastBoss_LightningTendrils_6
纯粹的力量!
DoryaniPastBoss_LightningTendrils_7
纯粹的力量!
DoryaniPastBoss_LightningTendrils_8
纯粹的力量!
DoryaniPastBoss_LightningTendrils_9
无处可逃!
DoryaniPastBoss_CrystalToss_Random
无处可逃!
DoryaniPastBoss_CrystalToss_2
无处可逃!
DoryaniPastBoss_CrystalToss_3
服从!
DoryaniPastBoss_CrystalToss_4
服从!
DoryaniPastBoss_CrystalToss_5
服从!
DoryaniPastBoss_CrystalToss_6
真是可悲!
DoryaniPastBoss_UberFireball_Random
真是可悲!
DoryaniPastBoss_UberFireball_2
真是可悲!
DoryaniPastBoss_UberFireball_3
放手吧!
DoryaniPastBoss_UberFireball_4
放手吧!
DoryaniPastBoss_UberFireball_5
放手吧!
DoryaniPastBoss_UberFireball_6
啊!挫折而已!
DoryaniPastBoss_Knockdown_Random
啊!我……我受够了!
DoryaniPastBoss_Knockdown_2
谁也别想与我们作对!
DoryaniPastBoss_LightningClap_Random
我肩负着未来的重任!
DoryaniPastBoss_LightningClap_2
不择手段,只为成功!
DoryaniPastBoss_LightningClap_3
残酷的抉择才能让人活命!
DoryaniPastBoss_LightningClap_4
你将熊熊燃烧!
DoryaniPastBoss_Flameblast_Random
你将熊熊燃烧!
DoryaniPastBoss_Flameblast_2
{这下}你该如何应对?
DoryaniPastBoss_Flameblast_3
{这下}你该如何应对?
DoryaniPastBoss_Flameblast_4
你将熊熊燃烧!
DoryaniPastBoss_Flameblast_5
催化聚合!
DoryaniPastBoss_SolarOrb_Random
疏通反应堆!
DoryaniPastBoss_SolarOrb_2
烈焰四起!
DoryaniPastBoss_SolarOrb_3
疏通反应堆!
DoryaniPastBoss_SolarOrb_4
烈焰四起!
DoryaniPastBoss_SolarOrb_5
做出牺牲才能求得生存!
DoryaniPastBoss_ActivateLaser_Random
进步的代价无比沉重!
DoryaniPastBoss_ActivateLaser_2
你怎么对大义视而不见!
DoryaniPastBoss_ActivateLaser_3
瓦尔的力量!
DoryaniPastBoss_FrontalLaser_Random
瓦尔的力量!
DoryaniPastBoss_FrontalLaser_2
到此为止了!
DoryaniPastBoss_FrontalLaser_3
到此为止了!
DoryaniPastBoss_FrontalLaser_4
到此为止了!
DoryaniPastBoss_FrontalLaser_5
运筹帷幄……
DoryaniPastBoss_BringSoulCore_Random
运筹帷幄……
DoryaniPastBoss_BringSoulCore_2
争先五步!
DoryaniPastBoss_BringSoulCore_3
争先五步!
DoryaniPastBoss_BringSoulCore_4
瓦尔必将长存!
DoryaniPastBoss_PlasmaArcDance_Random
你不过是个毫无意义的阻碍!
DoryaniPastBoss_PlasmaArcDance_2
瓦尔必将长存!
DoryaniPastBoss_PlasmaArcDance_3
你不过是个毫无意义的阻碍!
DoryaniPastBoss_PlasmaArcDance_4
你怎能阻止得了进步?
DoryaniPastBoss_PlasmaArcDance_5
你怎能阻止得了进步?
DoryaniPastBoss_PlasmaArcDance_6
你毫无胜算。
DoryaniPastBoss_PlayerDeath_Random
你毫无胜算。
DoryaniPastBoss_PlayerDeath_2
我警告过你了。
DoryaniPastBoss_PlayerDeath_3
我警告过你了。
DoryaniPastBoss_PlayerDeath_4
我为你的到来准备了多年!
DoryaniPastBoss_MechComboSlam_Random
我为你的到来准备了多年!
DoryaniPastBoss_MechComboSlam_2
阿佐亚特的毁灭将会千倍奉还!
DoryaniPastBoss_MechComboSlam_3
阿佐亚特的毁灭将会千倍奉还!
DoryaniPastBoss_MechComboSlam_4
你毫无胜算。
DoryaniPastBoss_MechPlayerDeath_Random
你毫无胜算。
DoryaniPastBoss_MechPlayerDeath_2
你毫无胜算。
DoryaniPastBoss_MechPlayerDeath_3
我警告过你了。
DoryaniPastBoss_MechPlayerDeath_4
我警告过你了。
DoryaniPastBoss_MechPlayerDeath_5
我警告过你了。
DoryaniPastBoss_MechPlayerDeath_6
我不能放弃!我一定会拯救人民!
DoryaniPastBoss_MechSuitTransform_Random
不!我{一定要}成功!
DoryaniPastBoss_MechSuitTransformEnd_Random
呃……不可思议……你要付出代价!
DoryaniPastBoss_MechKnockdown_Random
啊……什么……?岂有此理?起来,快起来!
DoryaniPastBoss_MechKnockdown_2
呃!出乎意料……但还不足以致命!
DoryaniPastBoss_MechKnockdown_3
我的心血决不能化为乌有!
DoryaniPastBoss_MechClawLaser_Random
我的心血决不能化为乌有!
DoryaniPastBoss_MechClawLaser_2
这个世界的末日就要到了!
DoryaniPastBoss_MechClawLaser_3
这个世界的末日就要到了!
DoryaniPastBoss_MechClawLaser_4
真以为你能和我匹敌吗?
DoryaniPastBoss_MechClawLaser_5
真以为你能和我匹敌吗?
DoryaniPastBoss_MechClawLaser_6
我会把你烤熟!
DoryaniPastBoss_MechFlamethrower_Random
我会把你烤熟!
DoryaniPastBoss_MechFlamethrower_2
我决不会让你插手!
DoryaniPastBoss_MechFlamethrower_3
我决不会让你插手!
DoryaniPastBoss_MechFlamethrower_4
化作飞灰吧,阿佐亚特的恶魔!
DoryaniPastBoss_MechFlamethrower_5
化作飞灰吧,阿佐亚特的恶魔!
DoryaniPastBoss_MechFlamethrower_6
为了成全大义,一条性命算什么!
DoryaniPastBoss_MechFlamethrower_7
为了成全大义,一条性命算什么!
DoryaniPastBoss_MechFlamethrower_8
反应堆过载!
DoryaniPastBoss_MechLightningArc_Random
反应堆过载!
DoryaniPastBoss_MechLightningArc_2
反应堆过载!
DoryaniPastBoss_MechLightningArc_3
风暴的神力!
DoryaniPastBoss_MechLightningArc_4
风暴的神力!
DoryaniPastBoss_MechLightningArc_5
风暴的神力!
DoryaniPastBoss_MechLightningArc_6
你在浪费宝贵的时间!
DoryaniPastBoss_MechLightningArc_7
你在浪费宝贵的时间!
DoryaniPastBoss_MechLightningArc_8
我就让你看看什么叫真正的智慧!
DoryaniPastBoss_MechDiscoLaser_Random
我就让你看看什么叫真正的智慧!
DoryaniPastBoss_MechDiscoLaser_2
存在不过是能量而已……
DoryaniPastBoss_MechDiscoLaser_3
存在不过是能量而已……
DoryaniPastBoss_MechDiscoLaser_4
阿兹里马上就要开始飞升了。别妨碍我,否则别怪我无情!
DoryaniPastBoss_MechDiscoLaser_5
面对瓦尔的力量吧!
DoryaniPastBoss_MechSlam_Random
面对瓦尔的力量吧!
DoryaniPastBoss_MechSlam_2
我会击垮你!
DoryaniPastBoss_MechSlam_3
我会击垮你!
DoryaniPastBoss_MechSlam_4
全力出击!
DoryaniPastBoss_MechSlam2_Random
全力出击!
DoryaniPastBoss_MechSlam2_2
我已经受够你了!
DoryaniPastBoss_MechSlam2_3
我已经受够你了!
DoryaniPastBoss_MechSlam2_4
真以为你能挡我的路吗?
DoryaniPastBoss_MechSlam2_5
真以为你能挡我的路吗?
DoryaniPastBoss_MechSlam2_6
愚不可及!
DoryaniPastBoss_MechBodySlam_Random
愚不可及!
DoryaniPastBoss_MechBodySlam_2
你还怎么撑得过这一招?
DoryaniPastBoss_MechBodySlam_3
你还怎么撑得过这一招?
DoryaniPastBoss_MechBodySlam_4
无路可逃!
DoryaniPastBoss_MechBodySlam_5
无路可逃!
DoryaniPastBoss_MechBodySlam_6
你真以为自己逃得掉?!
DoryaniPastBoss_MechSpiderLegAttack_Random
你真以为自己逃得掉?!
DoryaniPastBoss_MechSpiderLegAttack_2
你是我的掌中之物了!
DoryaniPastBoss_MechSpiderLegAttack_3
你是我的掌中之物了!
DoryaniPastBoss_MechSpiderLegAttack_4
我为种种情况都做好了准备……
DoryaniPastBoss_MechDetatchPlatform_Random
没有任何东西能够阻挠我!
DoryaniPastBoss_MechDetatchPlatform_2
破坏之力!
DoryaniPastBoss_MechLightningStorm_Random
极性倒转!
DoryaniPastBoss_MechLightningStorm_2
面对头脑的力量吧!
DoryaniPastBoss_MechLightningStorm_3
主炮开火!
DoryaniPastBoss_MechIonCannon_Random
轨道打击!
DoryaniPastBoss_MechIonCannon_2
自毁启动!
DoryaniPastBoss_MechSelfDestruct_Random
不惜此身!
DoryaniPastBoss_MechSelfDestruct_2
你让我别无选择!
DoryaniPastBoss_MechSelfDestruct_3
这还没完呢。
DoryaniPastBoss_MechReassemble_Random
等等……我可以放了她。
DoryaniPastBoss_WildFreeAlva
啊!不!别辜负了我……不能是现在!
DoryaniPastBoss_MechDeathDoNotFailMe
唉……怎么会这样……?我所做的一切。我全部的牺牲……
DoryaniPastBoss_MechDeathHowCouldThisHappen
唔……瓦尔的传承必须得到保护……我确实知道扼制邪兽的办法。
DoryaniPastBoss_MechDeathContainBeast
所以,这一带的腐化之源就是这……
DoryaniMapWildFirst
我们的脚步永不停歇。
DoryaniMapWild_General_Random
我们的脚步永不停歇。
DoryaniMapWild_General_2
我们的脚步永不停歇。
DoryaniMapWild_General_3
瓦尔克拉斯将逐渐复原。
DoryaniMapWild_General_4
瓦尔克拉斯将逐渐复原。
DoryaniMapWild_General_5
瓦尔克拉斯将逐渐复原。
DoryaniMapWild_General_6
我们艰巨的使命仍在继续。
DoryaniMapWild_General_7
我们艰巨的使命仍在继续。
DoryaniMapWild_General_8
我们艰巨的使命仍在继续。
DoryaniMapWild_General_9
我几乎要重新认识这个世界了。
DoryaniMapWild_General_10
我几乎要重新认识这个世界了。
DoryaniMapWild_General_11
我几乎要重新认识这个世界了。
DoryaniMapWild_General_12
净化将会继续。
DoryaniMapWild_General_13
净化将会继续。
DoryaniMapWild_General_14
净化将会继续。
DoryaniMapWild_General_15
我们的任务远没有结束……
DoryaniMapWild_General_16
我们的任务远没有结束……
DoryaniMapWild_General_17
我们的任务远没有结束……
DoryaniMapWild_General_18
多里亚尼和恶魔来到了世界的终末……
DoryaniMapWild_General_19
多里亚尼和恶魔来到了世界的终末……
DoryaniMapWild_General_20
但愿他们还没有吞噬一切。
DoryaniMapWild_Ghorr_Random
但愿他们还没有吞噬一切。
DoryaniMapWild_Ghorr_2
但愿他们还没有吞噬一切。
DoryaniMapWild_Ghorr_3
极其高效的生物……
DoryaniMapWild_Ghorr_4
极其高效的生物……
DoryaniMapWild_Ghorr_5
极其高效的生物……
DoryaniMapWild_Ghorr_6
极其高效的生物……
DoryaniMapWild_Ghorr_7
完全就是活着的胃袋……
DoryaniMapWild_Ghorr_8
完全就是活着的胃袋……
DoryaniMapWild_Ghorr_9
完全就是活着的胃袋……
DoryaniMapWild_Ghorr_10
我将解剖它的工虫……
DoryaniMapWild_Ktash_Random
我将解剖它的工虫……
DoryaniMapWild_Ktash_2
我将解剖它的工虫……
DoryaniMapWild_Ktash_3
蜂巢意识……有意思……
DoryaniMapWild_Ktash_4
蜂巢意识……有意思……
DoryaniMapWild_Ktash_5
蜂巢意识……有意思……
DoryaniMapWild_Ktash_6
原来这东西充当着一个超级大脑……
DoryaniMapWild_Ktash_7
原来这东西充当着一个超级大脑……
DoryaniMapWild_Ktash_8
原来这东西充当着一个超级大脑……
DoryaniMapWild_Ktash_9
这家伙是有意识的……
DoryaniMapWild_Beidat_Random
这家伙是有意识的……
DoryaniMapWild_Beidat_2
这家伙是有意识的……
DoryaniMapWild_Beidat_3
我在想,我们是否能做个交易……
DoryaniMapWild_Beidat_4
我在想,我们是否能做个交易……
DoryaniMapWild_Beidat_5
我在想,我们是否能做个交易……
DoryaniMapWild_Beidat_6
我们必须了解更多信息……
DoryaniMapWild_White_Random
我们必须了解更多信息……
DoryaniMapWild_White_2
我们必须了解更多信息……
DoryaniMapWild_White_3
我们必须了解更多信息……
DoryaniMapWild_White_4
前方长路漫漫。
DoryaniMapWild_White_5
前方长路漫漫。
DoryaniMapWild_White_6
前方长路漫漫。
DoryaniMapWild_White_7
随着时间流逝,它们变得愈发危险……
DoryaniMapWild_Yellow_Random
随着时间流逝,它们变得愈发危险……
DoryaniMapWild_Yellow_2
随着时间流逝,它们变得愈发危险……
DoryaniMapWild_Yellow_3
我们可能正在扭转局面。
DoryaniMapWild_Yellow_4
我们可能正在扭转局面。
DoryaniMapWild_Yellow_5
我们可能正在扭转局面。
DoryaniMapWild_Yellow_6
我们现在深入了最危险的区域。
DoryaniMapWild_Red_Random
我们现在深入了最危险的区域。
DoryaniMapWild_Red_2
腐化似乎正向我们蜂拥而来。
DoryaniMapWild_Red_3
腐化似乎正向我们蜂拥而来。
DoryaniMapWild_Red_4
腐化似乎正向我们蜂拥而来。
DoryaniMapWild_Red_5
智识胜于蛮力。
Doryani_Vendor_BuyCasterWeapon_Random
智识胜于蛮力。
Doryani_Vendor_BuyCasterWeapon_2
智识胜于蛮力。
Doryani_Vendor_BuyCasterWeapon_3
智识胜于蛮力。
Doryani_Vendor_BuyCasterWeapon_4
明智的选择。
Doryani_Vendor_BuyCasterWeapon_5
明智的选择。
Doryani_Vendor_BuyCasterWeapon_6
明智的选择。
Doryani_Vendor_BuyCasterWeapon_7
关键在于协同。
Doryani_Vendor_BuyCasterWeapon_8
关键在于协同。
Doryani_Vendor_BuyCasterWeapon_9
关键在于协同。
Doryani_Vendor_BuyCasterWeapon_10
关键在于协同。
Doryani_Vendor_BuyCasterWeapon_11
完成了。
Doryani_Vendor_BuyGeneric_Random
完成了。
Doryani_Vendor_BuyGeneric_2
完成了。
Doryani_Vendor_BuyGeneric_3
完成了。
Doryani_Vendor_BuyGeneric_4
很好。
Doryani_Vendor_BuyGeneric_5
很好。
Doryani_Vendor_BuyGeneric_6
很好。
Doryani_Vendor_BuyGeneric_7
很好。
Doryani_Vendor_BuyGeneric_8
明智。
Doryani_Vendor_BuyGeneric_9
明智。
Doryani_Vendor_BuyGeneric_10
明智。
Doryani_Vendor_BuyGeneric_11
明智。
Doryani_Vendor_BuyGeneric_12
这些金子总有一天会派上用场。
Doryani_Vendor_BuyGeneric_13
这些金子总有一天会派上用场。
Doryani_Vendor_BuyGeneric_14
这些金子总有一天会派上用场。
Doryani_Vendor_BuyGeneric_15
这些金子总有一天会派上用场。
Doryani_Vendor_BuyGeneric_16
好好装扮自己吧。
Doryani_Vendor_BuyJewellery_Random
好好装扮自己吧。
Doryani_Vendor_BuyJewellery_2
好好装扮自己吧。
Doryani_Vendor_BuyJewellery_3
好好装扮自己吧。
Doryani_Vendor_BuyJewellery_4
瓦尔人也喜欢他们的小玩意儿。
Doryani_Vendor_BuyJewellery_5
瓦尔人也喜欢他们的小玩意儿。
Doryani_Vendor_BuyJewellery_6
瓦尔人也喜欢他们的小玩意儿。
Doryani_Vendor_BuyJewellery_7
瓦尔人也喜欢他们的小玩意儿。
Doryani_Vendor_BuyJewellery_8
有用的物品。
Doryani_Vendor_BuyJewellery_9
有用的物品。
Doryani_Vendor_BuyJewellery_10
有用的物品。
Doryani_Vendor_BuyJewellery_11
有用的物品。
Doryani_Vendor_BuyJewellery_12
有趣的选择。
Doryani_Vendor_BuyJewellery_13
有趣的选择。
Doryani_Vendor_BuyJewellery_14
有趣的选择。
Doryani_Vendor_BuyJewellery_15
有趣的选择。
Doryani_Vendor_BuyJewellery_16
看看你能用它取得怎样的成就。
Doryani_Vendor_BuyWaystone_Random
看看你能用它取得怎样的成就。
Doryani_Vendor_BuyWaystone_2
看看你能用它取得怎样的成就。
Doryani_Vendor_BuyWaystone_3
看看你能用它取得怎样的成就。
Doryani_Vendor_BuyWaystone_4
确实是更好的选择。
Doryani_Vendor_BuyWaystone_5
确实是更好的选择。
Doryani_Vendor_BuyWaystone_6
确实是更好的选择。
Doryani_Vendor_BuyWaystone_7
确实是更好的选择。
Doryani_Vendor_BuyWaystone_8
这可能是场硬仗。
Doryani_Vendor_BuyWaystone_9
这可能是场硬仗。
Doryani_Vendor_BuyWaystone_10
这可能是场硬仗。
Doryani_Vendor_BuyWaystone_11
这可能是场硬仗。
Doryani_Vendor_BuyWaystone_12
正确的选择。
Doryani_Vendor_BuyWaystone_13
正确的选择。
Doryani_Vendor_BuyWaystone_14
正确的选择。
Doryani_Vendor_BuyWaystone_15
正确的选择。
Doryani_Vendor_BuyWaystone_16
别再浪费时间了。
Doryani_Vendor_CloseNoBuy_Random
别再浪费时间了。
Doryani_Vendor_CloseNoBuy_2
别再浪费时间了。
Doryani_Vendor_CloseNoBuy_3
别再浪费时间了。
Doryani_Vendor_CloseNoBuy_4
快走吧。
Doryani_Vendor_CloseNoBuy_5
快走吧。
Doryani_Vendor_CloseNoBuy_6
快走吧。
Doryani_Vendor_CloseNoBuy_7
快走吧。
Doryani_Vendor_CloseNoBuy_8
你还在这里磨蹭什么?
Doryani_Vendor_CloseNoBuy_9
你还在这里磨蹭什么?
Doryani_Vendor_CloseNoBuy_10
你还在这里磨蹭什么?
Doryani_Vendor_CloseNoBuy_11
你还在这里磨蹭什么?
Doryani_Vendor_CloseNoBuy_12
我没时间陪你发呆。
Doryani_Vendor_CloseNoBuy_13
我没时间陪你发呆。
Doryani_Vendor_CloseNoBuy_14
我没时间陪你发呆。
Doryani_Vendor_CloseNoBuy_15
我没时间陪你发呆。
Doryani_Vendor_CloseNoBuy_16
我会把它分解掉。
Doryani_Vendor_Disenchant_Random
我会把它分解掉。
Doryani_Vendor_Disenchant_2
我会把它分解掉。
Doryani_Vendor_Disenchant_3
我会把它分解掉。
Doryani_Vendor_Disenchant_4
分解成材料更有用。
Doryani_Vendor_Disenchant_5
分解成材料更有用。
Doryani_Vendor_Disenchant_6
分解成材料更有用。
Doryani_Vendor_Disenchant_7
当然。
Doryani_Vendor_Disenchant_8
当然。
Doryani_Vendor_Disenchant_9
当然。
Doryani_Vendor_Disenchant_10
当然。
Doryani_Vendor_Disenchant_11
换我也不留着它。
Doryani_Vendor_Disenchant_12
换我也不留着它。
Doryani_Vendor_Disenchant_13
换我也不留着它。
Doryani_Vendor_Disenchant_14
换我也不留着它。
Doryani_Vendor_Disenchant_15
好好选吧。
Doryani_Vendor_OpenShop_Random
好好选吧。
Doryani_Vendor_OpenShop_2
好好选吧。
Doryani_Vendor_OpenShop_3
好好选吧。
Doryani_Vendor_OpenShop_4
这是我们的补给。
Doryani_Vendor_OpenShop_5
这是我们的补给。
Doryani_Vendor_OpenShop_6
这是我们的补给。
Doryani_Vendor_OpenShop_7
这是我们的补给。
Doryani_Vendor_OpenShop_8
只有这么多。
Doryani_Vendor_OpenShop_9
只有这么多。
Doryani_Vendor_OpenShop_10
只有这么多。
Doryani_Vendor_OpenShop_11
只有这么多。
Doryani_Vendor_OpenShop_12
快点。
Doryani_Vendor_OpenShop_13
快点。
Doryani_Vendor_OpenShop_14
快点。
Doryani_Vendor_OpenShop_15
快点。
Doryani_Vendor_OpenShop_16
一笔有用的交易。
Doryani_Vendor_SellGeneric_Random
一笔有用的交易。
Doryani_Vendor_SellGeneric_2
一笔有用的交易。
Doryani_Vendor_SellGeneric_3
一笔有用的交易。
Doryani_Vendor_SellGeneric_4
金子对我没用。拿去吧。
Doryani_Vendor_SellGeneric_5
金子对我没用。拿去吧。
Doryani_Vendor_SellGeneric_6
金子对我没用。拿去吧。
Doryani_Vendor_SellGeneric_7
金子对我没用。拿去吧。
Doryani_Vendor_SellGeneric_8
正如所料。
Doryani_Vendor_SellGeneric_9
正如所料。
Doryani_Vendor_SellGeneric_10
正如所料。
Doryani_Vendor_SellGeneric_11
正如所料。
Doryani_Vendor_SellGeneric_12
这个我用的上。
Doryani_Vendor_SellGeneric_13
这个我用的上。
Doryani_Vendor_SellGeneric_14
这个我用的上。
Doryani_Vendor_SellGeneric_15
这个我用的上。
Doryani_Vendor_SellGeneric_16
我该拿这个怎么办?
Doryani_Vendor_SellWaystone_Random
我该拿这个怎么办?
Doryani_Vendor_SellWaystone_2
我该拿这个怎么办?
Doryani_Vendor_SellWaystone_3
我该拿这个怎么办?
Doryani_Vendor_SellWaystone_4
嗯……它在你手里能发挥更大作用。也罢。
Doryani_Vendor_SellWaystone_5
嗯……它在你手里能发挥更大作用。也罢。
Doryani_Vendor_SellWaystone_6
嗯……它在你手里能发挥更大作用。也罢。
Doryani_Vendor_SellWaystone_7
嗯……它在你手里能发挥更大作用。也罢。
Doryani_Vendor_SellWaystone_8
我帮你保管起来。
Doryani_Vendor_SellWaystone_9
我帮你保管起来。
Doryani_Vendor_SellWaystone_10
我帮你保管起来。
Doryani_Vendor_SellWaystone_11
我帮你保管起来。
Doryani_Vendor_SellWaystone_12
你应该用它,而不是卖了它。
Doryani_Vendor_SellWaystone_13
你应该用它,而不是卖了它。
Doryani_Vendor_SellWaystone_14
你应该用它,而不是卖了它。
Doryani_Vendor_SellWaystone_15
你应该用它,而不是卖了它。
Doryani_Vendor_SellWaystone_16

Doryani_A3_Greeting_01_01.ogg

Doryani_A3_Greeting_01_02.ogg

Doryani_A3_Greeting_01_03.ogg

Doryani_A3_Greeting_01_04.ogg

Doryani_A3_Greeting_02_01.ogg

Doryani_A3_Greeting_02_02.ogg

Doryani_A3_Greeting_02_03.ogg

Doryani_A3_Greeting_02_04.ogg

Doryani_A3_Greeting_03_01.ogg

Doryani_A3_Greeting_03_02.ogg

Doryani_A3_Greeting_03_03.ogg

Doryani_A3_Greeting_04_01.ogg

Doryani_A3_Greeting_04_02.ogg

Doryani_A3_Greeting_04_03.ogg

Doryani_A3_Greeting_04_04.ogg

Doryani_A3_Farewell_01_01.ogg

Doryani_A3_Farewell_01_02.ogg

Doryani_A3_Farewell_01_03.ogg

Doryani_A3_Farewell_01_04.ogg

Doryani_A3_Farewell_02_01.ogg

Doryani_A3_Farewell_02_02.ogg

Doryani_A3_Farewell_02_03.ogg

Doryani_A3_Farewell_02_04.ogg

Doryani_A3_Farewell_03_01.ogg

Doryani_A3_Farewell_03_02.ogg

Doryani_A3_Farewell_03_03.ogg

Doryani_A3_Farewell_03_04.ogg

Doryani_A3_Farewell_04_01.ogg

Doryani_A3_Farewell_04_02.ogg

Doryani_A3_Farewell_04_03.ogg
多里亚尼
Doryani
多里亚尼 Doryani /3
名字显示物品素质
Path of Exile 10
Path of Exile 21
MetadataMetadata/Items/HideoutNPCs/Doryani

多里亚尼

多里亚尼 on 尖塔 /2
战士: 我们面对的是来自地底的黑暗势力。他们似乎想利用瓦尔技术……将黑暗蔓延到地面世界。
女巫: 深渊生物正试图利用瓦尔尖塔,我们总不能坐视不管吧。
魔巫: 黑暗中出现了瓦尔尖塔。远古的敌人一定别有所图。
游侠: 我在地底深处见到了瓦尔建筑。正被深渊生物所利用。
女猎手: 地下有……尖塔。和我在乌扎尔见过的一模一样。
行者: 我看到了深渊生物在使用瓦尔建筑。
佣兵: 下面那些生物在摆弄你们的瓦尔科技。看样子想把整个世界拖入永恒黑暗。
多里亚尼: 听起来确实像我们的技术。建筑师托钵塔特曾进行过气象实验。我无法确定这些装置是怎么被篡改的。你必须彻底摧毁它们的所有痕迹。否则后果不堪设想。
多里亚尼 on 第三敕令 /5
战士: 你认为那些敕令是什么?
女巫: 那么这些……敕令呢?
魔巫: 这些“敕令”是什么?
游侠: 你知道这些敕令是什么吗?
女猎手: 这些“敕令”究竟是什么?
行者: 我们对敕令有任何了解吗?
佣兵: 知道那些“敕令”的情况吗?
多里亚尼: 我们掌握的信息寥寥无几,但如果腐化之种是第二敕令的器具……它可能是为了应对某个未知的{第一}敕令而被创造出来的。
兜帽密师: 我看到的第一幅壁画已经破损……但肯定曾有内容。他们必然面临着某种灾难……或敌人……或世界的剧变。他们是为了应对而创造了腐化之种吗?
多里亚尼: 嗯。每当瓦尔人建造危险物品时,我们也会同步开展相应的项目……以此作为应急预案。武器。第三敕令的器具。我相信它是安全装置。如果腐化之种失去控制,那么也许它的设计初衷就是……终止这项实验。
兜帽密师: 那我们就这样决定了。
多里亚尼 on 先行者熔炉 /4
战士: 这个先驱熔炉可能是什么模样?
女巫: 先驱熔炉……我们要找的是什么?
魔巫: 关于这个熔炉我们知道些什么?
游侠: 我们对熔炉有什么了解吗?
女猎手: 告诉我熔炉的情况。
行者: 我们要追寻何物?这熔炉什么模样?
佣兵: 我们要找熔炉?什么类型的?
多里亚尼: 它比瓦尔克拉斯上任何文明都要久远。只有石制结构能保存至今。其他材质早已化为尘土。
战士: 可我们怎么认出来?到处都是石头建筑。
女巫: 先驱的手艺还有别的显著特征吗?
魔巫: 我不知道该如何识别目标。
游侠: 关于他们的建筑风格,还有什么我需要注意的?
女猎手: 我见过不少石制建筑。怎么分辨哪些是他们的作品?
行者: 线索太少了。我如何知道眼前的是先驱设计的?
佣兵: 我怎么判断某样东西是先驱制造的?
多里亚尼: 他们曾是那个世界的霸主。他们建造的结构,哪怕只剩残骸也足以震撼人心……连我也深受震撼。你见到时自然就明白了。假以时日,瓦尔本可以超越他们的传承……
多里亚尼 on 君锋镇 /7
多里亚尼: 就是这里?这……就是君锋镇?我怀疑科学文明根本没能在这里复苏。
兜帽密师: 你们那个年代是不同,但也别小看卡古兰人。他们深具潜力。
多里亚尼: 哼……走着瞧吧。
女猎手: 喂,阿尔瓦去哪儿了?
行者: 所以……阿尔瓦去哪了?
战士: 阿尔瓦呢?
女巫: 那个乐观过头的家伙呢?
魔巫: 阿尔瓦去哪儿了?
游侠: 阿尔瓦往这边来了吗?
佣兵: 话说……阿尔瓦人呢?
兜帽密师: 她先一步去见本地联络人了。
多里亚尼: 我们得弄艘船游览群岛。必须要开始寻找武器碎片了。
女猎手: 安分点行不行?
行者: 那么,我不在的时候也请保持克制。
战士: 我不在时,你们俩好好相处。
女巫: 要决斗也请等我回来再说……随便你们了。
魔巫: 拜托,我走后请你们俩暂且放下分歧。
游侠: 我不在的时候,尽量别吵得太凶,可以吗?
佣兵: 行了,我走后你们别打起来,我还想看热闹呢。
多里亚尼 on 壁画 /3
多里亚尼: 我必须同意……兜帽密师的观点。有人刻意雕刻了意在未来被发现的信息。要做这样的事,他们必须相信自己的文明可能遭遇危险。然而,我发现的最重要线索采用了不同的方式完成。手工雕刻。我们在这一区域发现了它们。描绘着武器碎片的石头,被抛入了大海。
战士: 有人想要处置掉它吗?
女巫: 所以有人不希望它存在?
魔巫: 为什么会有人试图销毁它?
游侠: 他们为什么要试图丢弃它?
女猎手: 有人想让它消失?
行者: 有趣。有人试图让它彻底消失?
佣兵: 这么说,有人希望它消失,对吧?
多里亚尼: 他们的动机不明。但据我观察,抛掷它的不是士兵,而是一个女人。一个学者…………我不知道她的身份。
多里亚尼 on 武器 /3
女猎手: 所以……狩猎该从哪里开始呢?
行者: 我看不出明确的方向。我们从哪里入手?
战士: 按你对那武器的了解,我们应该从哪里开始?
女巫: 我该去哪里找你的玩具呢?
魔巫: 我们该去哪里寻找碎片呢?
游侠: 我们应该先往哪里去?
佣兵: 那么……要是我是武器碎片,会藏哪儿呢?
多里亚尼: 武器碎片会散发出强烈的腐化气息。岛是越凶险,藏有碎片的可能性就越大。
兜帽密师: 当务之急是找到一位熟悉这片海域的船长。只有这样,我们才更有把握找到武器碎片。
多里亚尼 on 瓦尔人 /2
战士: 这件事了结之后……你想要那把武器,对不对?你想回去阻止你们那里的灾变?
女巫: 得了吧,多里亚尼。你显然想带着武器回去拯救你的子民。我又不是傻子。
魔巫: 你是不是打算回去阻止你们那里的灾变?
游侠: 总有一天,你会带着武器回去拯救你的子民吗?
女猎手: 一切结束后你准备做什么?回到你的子民那里试图拯救他们?
行者: 你的子民呢?事了之后你会试图用武器拯救他们吗?
佣兵: 那瓦尔人怎么办?我们有这个第三敕令,能救救他们吗?
多里亚尼: 我办不到。遗憾的是,时间法则不是这样运转的。一个人{已知}的所有将发生之事,都是{既定}事实。这是唯一一种无知反而能成为科学家最大优势的情况。身处这个时代,我必须尽可能少地了解历史进程……
多里亚尼 on 同盟 /1
多里亚尼: 瓦尔将与瓦尔克拉斯联手对抗邪兽。若是我的时代有这样的同盟,结局定会截然不同。让我们拨乱反正。这必将是历史的终章。
多里亚尼 on 库阿奇克宝库 /4
多里亚尼: 眼前矗立着克里亚山,阿兹莫里山脉最孤立的峰顶。山巅之上,你将找到库阿奇克宝库。无法预知其中住民的现状。若他们历经世代仍保持纪律与忠诚,便会认得特定的暗语。对他们说“雀鸟时代的钟声已经响起”。
战士: “麻雀的时刻已至。”我记下了。
女巫: 他们听到这话就会乖乖投降?你可别搞错了。
魔巫: 我会将这个口信传达给他们……
游侠: 麻雀的时刻已至。明白了,记住了。
女猎手: 或许你该跟我一块去……
行者: 我会找到这些宝库守护者并传达你的话。
佣兵: 万一我忘了怎么办?
多里亚尼: {千万}别忘……不过……
多里亚尼: 若他们拒绝配合,我会前来相助。记住,要制服他们,但不可取其性命。无论如何,他们都将为我们而战。
多里亚尼 on 意外 /1
多里亚尼: 年少时我只渴望权力。我是最聪慧的。最敏锐的。我凭借纯粹的意志力平步青云。当我成为阿兹里女王的心腹,才意识到我深信的精英体制不过是个幻象。知识和科学只是贵族在疯狂追求永恒统治时的冷血工具。我毫无{实权}。我只是一个奴隶。从那时起,我将每一分空闲都秘密用于寻找拯救族人的道途。白天我迎合阿兹里和贵族,夜晚我则向死神本身宣战。血肉之躯。不朽灵魂。机械造物。时间本身。没有任何可能从我手中遗漏。若一切皆告失败……库阿奇克宝库就是最后的依靠。纵使整个世界遭灾变蹂躏,仍有瓦尔族人能在最偏远的山峰深处存活。这是最终也是最绝望的应急预案……
多里亚尼 on 活着的瓦尔人 /1
多里亚尼: 听你说起那个时代沉没的乌扎尔城里的{居民……},我现在很不安。与世隔绝的生活将他们推向了恐怖的深渊。库阿奇克建立了防范机制来避免类似问题,但宝库从一开始就没打算运行这么久。如果宝库中的人们历经如此漫长岁月仍能保持身心健全,那就说明瓦尔部族确实配得上我的一切牺牲。{若非如此……}我已经猜到可能发生了什么……
多里亚尼 on 招兵买马 /1
多里亚尼: 灾变爆发得比预期要早。原定的居住者配置无法完成。我只好启用一些此前因为……宗教狂热而被排除的人选来填补空缺。血腥祭祀和献祭仪式在帝国司空见惯,但我厌恶这种无谓的消耗。更要命的是,宗教信仰容易在密闭环境中蔓延。我只能祈祷宝库内还有人保持清醒。
多里亚尼 on 瓦尔之魂 /6
多里亚尼: 蠢货!你们没听见暗语吗?
鲜血女祭阿图鲁伊: ……你真的是……?
时光建筑师卡阿祖尔: 阿兹里在上!多里亚尼大人亲临?!小人何德何能!
多里亚尼: 你们看上去还算清醒。瓦尔的血脉得以延续。整队集合。时机已到。你们要踏上战场了。
时光建筑师卡阿祖尔: 遵命,奇术师大人。
多里亚尼: 君锋镇再会。库阿奇克将加入我们的大业。
Edit

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