多里亚尼
人形
Doryani
| Spectre | N |
|---|---|
| Tags | human, humanoid, not_str, red_blood, Stab_onhit_audio, very_slow_movement |
生命
120%
Energy Shield From Life
25%
闪避
+50%
抗性
伤害
56%
命中
500%
暴击 Chance
5%
+30%
Attack Distance
4 ~ 10
攻击间隔
1.17 Second
Damage Spread
±20%
经验值
100%
Model Size
100%
Type
DoryaniShrikeIslandSummon
Metadata
DoryaniShrikeIslandSummon
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
9,308
2,413
1,062
2,327
伤害
131
法术伤害
131
命中
7,506
攻击间隔
1.17
经验值
28,634
召唤物生命
8,316
Minion Energy Shield
2,079
召唤物伤害
543
召唤物护甲
2,413
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeedUnique
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物, AttackInPlace
基础攻击
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,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"skill_can_fire_arrows",
"skill_can_fire_wand_projectiles",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {100, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeNPCExplorer"] = {
name = "WalkEmergeNPCExplorer",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"walk_emerge_distance",
},
levels = {
[1] = {150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DoLiterallyNothing"] = {
name = "???",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
多里亚尼
人形
Doryani
| Spectre | N |
|---|---|
| Tags | human, humanoid, not_str, red_blood, Stab_onhit_audio, very_slow_movement |
生命
120%
Energy Shield From Life
25%
闪避
+50%
抗性
伤害
56%
命中
500%
暴击 Chance
5%
+30%
Attack Distance
4 ~ 10
攻击间隔
1.17 Second
Damage Spread
±20%
经验值
100%
Model Size
100%
Type
DoryaniSolitaryConfinementSummon
Metadata
DoryaniSolitaryConfinementSummon
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
9,308
2,413
1,062
2,327
伤害
131
法术伤害
131
命中
7,506
攻击间隔
1.17
经验值
28,634
召唤物生命
8,316
Minion Energy Shield
2,079
召唤物伤害
543
召唤物护甲
2,413
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeedUnique
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物, AttackInPlace
基础攻击
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,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"skill_can_fire_arrows",
"skill_can_fire_wand_projectiles",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {100, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeNPCExplorer"] = {
name = "WalkEmergeNPCExplorer",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"walk_emerge_distance",
},
levels = {
[1] = {150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DoLiterallyNothing"] = {
name = "???",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
多里亚尼
人形
Doryani
| Spectre | N |
|---|---|
| Tags | human, humanoid, not_str, red_blood, Stab_onhit_audio, very_slow_movement |
生命
120%
Energy Shield From Life
25%
闪避
+50%
抗性
伤害
56%
命中
500%
暴击 Chance
5%
+30%
Attack Distance
4 ~ 10
攻击间隔
1.17 Second
Damage Spread
±20%
经验值
100%
Model Size
100%
Type
DoryaniSingingCavernsSummon
Metadata
DoryaniSingingCavernsSummon
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
9,308
2,413
1,062
2,327
伤害
131
法术伤害
131
命中
7,506
攻击间隔
1.17
经验值
28,634
召唤物生命
8,316
Minion Energy Shield
2,079
召唤物伤害
543
召唤物护甲
2,413
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeedUnique
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物, AttackInPlace
基础攻击
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,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"skill_can_fire_arrows",
"skill_can_fire_wand_projectiles",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {100, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeNPCExplorer"] = {
name = "WalkEmergeNPCExplorer",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"walk_emerge_distance",
},
levels = {
[1] = {150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DoLiterallyNothing"] = {
name = "???",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
Doryani
人形| Spectre | N |
|---|---|
| Tags | human, humanoid, not_str, red_blood, Stab_onhit_audio, very_slow_movement |
生命
120%
Energy Shield From Life
25%
闪避
+50%
抗性
伤害
56%
命中
500%
暴击 Chance
5%
+30%
Attack Distance
4 ~ 10
攻击间隔
1.17 Second
Damage Spread
±20%
经验值
100%
Model Size
100%
Type
DoryaniVolcanicWarrensSummon
Metadata
DoryaniVolcanicWarrensSummon
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
9,308
2,413
1,062
2,327
伤害
131
法术伤害
131
命中
7,506
攻击间隔
1.17
经验值
28,634
召唤物生命
8,316
Minion Energy Shield
2,079
召唤物伤害
543
召唤物护甲
2,413
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeedUnique
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物, AttackInPlace
基础攻击
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
Object Type Codes
-- src\Data\Spectres.lua
minions["Metadata/NPC/Four_Act4/DoryaniVolcanicWarrensSummon"] = {
name = "Doryani",
life = 1.2,
energyShield = 0.25,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 0.56,
damageSpread = 0.2,
attackTime = 1.17,
attackRange = 10,
accuracy = 5,
skillList = {
"MeleeAtAnimationSpeedUnique",
"WalkEmergeNPCExplorer",
"DoLiterallyNothing",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
name = "Basic Attack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"skill_can_fire_arrows",
"skill_can_fire_wand_projectiles",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {100, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeNPCExplorer"] = {
name = "WalkEmergeNPCExplorer",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"walk_emerge_distance",
},
levels = {
[1] = {150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DoLiterallyNothing"] = {
name = "???",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
多里亚尼
人形
Doryani
| Spectre | N |
|---|---|
| Tags | human, humanoid, not_str, red_blood, Stab_onhit_audio, very_slow_movement |
生命
120%
Energy Shield From Life
25%
闪避
+50%
抗性
伤害
56%
命中
500%
暴击 Chance
5%
+30%
Attack Distance
4 ~ 10
攻击间隔
1.17 Second
Damage Spread
±20%
经验值
100%
Model Size
100%
Type
DoryaniCauchicVaultSummon
Metadata
DoryaniCauchicVaultSummon
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
9,308
2,413
1,062
2,327
伤害
131
法术伤害
131
命中
7,506
攻击间隔
1.17
经验值
28,634
召唤物生命
8,316
Minion Energy Shield
2,079
召唤物伤害
543
召唤物护甲
2,413
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeedUnique
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物, AttackInPlace
基础攻击
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,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"skill_can_fire_arrows",
"skill_can_fire_wand_projectiles",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {100, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeNPCExplorer"] = {
name = "WalkEmergeNPCExplorer",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"walk_emerge_distance",
},
levels = {
[1] = {150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DoLiterallyNothing"] = {
name = "???",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
Doryani
人形| Spectre | N |
|---|---|
| Tags | human, humanoid, medium_movement, not_str, red_blood, Stab_onhit_audio |
生命
120%
Energy Shield From Life
25%
闪避
+50%
抗性
伤害
56%
命中
500%
暴击 Chance
5%
+30%
Attack Distance
4 ~ 10
攻击间隔
1.17 Second
Damage Spread
±20%
经验值
100%
Model Size
100%
Type
DoryaniIncursionHubSummon
Metadata
DoryaniIncursionHubSummon
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
9,308
2,413
1,062
2,327
伤害
131
法术伤害
131
命中
7,506
攻击间隔
1.17
经验值
28,634
召唤物生命
8,316
Minion Energy Shield
2,079
召唤物伤害
543
召唤物护甲
2,413
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeedUnique
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物, AttackInPlace
基础攻击
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
Object Type Codes
-- src\Data\Spectres.lua
minions["Metadata/NPC/League/Incursion/DoryaniIncursionHubSummon"] = {
name = "Doryani",
life = 1.2,
energyShield = 0.25,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 0.56,
damageSpread = 0.2,
attackTime = 1.17,
attackRange = 10,
accuracy = 5,
skillList = {
"MeleeAtAnimationSpeedUnique",
"WalkEmergeNPCExplorer",
"DoLiterallyNothing",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
name = "Basic Attack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"skill_can_fire_arrows",
"skill_can_fire_wand_projectiles",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {100, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeNPCExplorer"] = {
name = "WalkEmergeNPCExplorer",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"walk_emerge_distance",
},
levels = {
[1] = {150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DoLiterallyNothing"] = {
name = "???",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
Doryani
人形| Spectre | N |
|---|---|
| Tags | human, humanoid, medium_movement, not_str, red_blood, Stab_onhit_audio |
生命
120%
Energy Shield From Life
25%
闪避
+50%
抗性
伤害
56%
命中
500%
暴击 Chance
5%
+30%
Attack Distance
4 ~ 10
攻击间隔
1.17 Second
Damage Spread
±20%
经验值
100%
Model Size
100%
Type
DoryaniIncursionHubSummon
Metadata
DoryaniIncursionAccessSummon
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
9,308
2,413
1,062
2,327
伤害
131
法术伤害
131
命中
7,506
攻击间隔
1.17
经验值
28,634
召唤物生命
8,316
Minion Energy Shield
2,079
召唤物伤害
543
召唤物护甲
2,413
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeedUnique
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 近战, 玩家投射物, AttackInPlace
基础攻击
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
Object Type Codes
-- src\Data\Spectres.lua
minions["Metadata/NPC/League/Incursion/DoryaniIncursionAccessSummon"] = {
name = "Doryani",
life = 1.2,
energyShield = 0.25,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 0.56,
damageSpread = 0.2,
attackTime = 1.17,
attackRange = 10,
accuracy = 5,
skillList = {
"MeleeAtAnimationSpeedUnique",
"GSDoryaniHumanBossBasicLightningZap",
"GSDoryaniHumanBossFlamethrower",
"WalkEmergeNPCExplorer",
"DoLiterallyNothing",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
name = "Basic Attack",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Attack] = true,
[SkillType.RangedAttack] = true,
[SkillType.MirageArcherCanUse] = true,
[SkillType.Projectile] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Melee] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"skill_can_fire_arrows",
"skill_can_fire_wand_projectiles",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {100, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSDoryaniHumanBossBasicLightningZap"] = {
name = "GSDoryaniHumanBossBasicLightningZap",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"shock_chance_+%",
"is_area_damage",
"action_attack_or_cast_time_uses_animation_length",
"can_perform_skill_while_moving",
"base_skill_can_be_avoided_by_dodge_roll",
"base_skill_can_be_blocked",
},
levels = {
[1] = {0.5, 1.5, 750, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSDoryaniHumanBossFlamethrower"] = {
name = "GSDoryaniHumanBossFlamethrower",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"ignite_chance_+%",
"action_attack_or_cast_time_uses_animation_length",
"can_perform_skill_while_moving",
"base_skill_can_be_avoided_by_dodge_roll",
"base_skill_can_be_blocked",
"base_skill_cannot_be_parried",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 500, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeNPCExplorer"] = {
name = "WalkEmergeNPCExplorer",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
"walk_emerge_distance",
},
levels = {
[1] = {150, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["DoLiterallyNothing"] = {
name = "???",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
多里亚尼 Topic /6
| NPC | 名字 |
|---|---|
| 阿尔瓦 | 在瓦尔人最后的岁月里,他们变成了一个竞争残酷、等级森严的帝国。顶层瓦尔人为了争夺资源无所不用其极,而多里亚尼是这些野心勃勃且缺乏道德的顶层人中的顶层人。 |
| 阿尔瓦 | 我很高兴能够放下彼此之间的争端。要不是多里亚尼,我们都会完蛋的。我看到了……天空……人民……他们都……唉。 |
| 多里亚尼的试作甲 | 宏伟计划终于迈出了第一步, 我们困惑已久,终于取得了进展。 ——神主多米纳斯 |
| 梦语之痕 | 多里亚尼误闯狂乱之境, 狂乱帝国之王因其苏醒。 |
| 重击之锤 | "富贵总是险中求, 但财货乃身外之物,哪会问去留。" - 瓦尔族多里亚尼 |
| 重击之锤 | “富贵总是险中求, 但财货乃身外之物,哪会问去留。” ——瓦尔族多里亚尼 |
Doryani FlavourText /577
| name | flavour |
|---|---|
| StrInt4b_Gameplay_A3_95 CharacterTextAudio | Base cruelty... I'll have Doryani's head. |
| StrInt4b_Gameplay_P3_16 CharacterTextAudio | We'll soon see if Doryani's allies are as friendly as he says. |
| StrDex4b_Gameplay_A3_93 CharacterTextAudio | 哼,多里亚尼……我以前听说过这个名字。 |
| Str4b_Gameplay_A3_90 CharacterTextAudio | 这就是多里亚尼吗?非常……狂妄。 |
| Dex4b_Wild_MapBossComplete_02_04 CharacterTextAudio | 就连多里亚尼都挑不出毛病来。 |
| Dex4b_Wild_MapBossComplete_02_05 CharacterTextAudio | 就连多里亚尼都挑不出毛病来。 |
| Dex4b_Wild_MapBossComplete_02_06 CharacterTextAudio | 就连多里亚尼都挑不出毛病来。 |
| Int4_Gameplay_P3_21 CharacterTextAudio | 虽然我很想杀了你,但多里亚尼和我需要你的帮助。 |
| Int4b_Gameplay_P3_17 CharacterTextAudio | 多里亚尼还活着,如果你也想活命,那就{跪下}。 |
| Dex4b_Gameplay_I3_18 CharacterTextAudio | 别打了……多里亚尼和我需要你们的帮助。 |
| Str4b_Gameplay_I3_21 CharacterTextAudio | 我不是你们的敌人!我是多里亚尼的同伴。 |
| Str4b_Gamplay_Abyss_13 CharacterTextAudio | 看着像是瓦尔人的手笔,我得和多里亚尼谈谈。 |
| Dex4_Gameplay_P3_19 CharacterTextAudio | 你敬若神明的多里亚尼已与我联手,加入我们——否则就去死。 |
| 多里亚尼,皇家奇术师 MapPins | ……他或许就在暗胧殿堂的最深处…… |
| 多里亚尼,皇家奇术师 MapPins | ……不知道这个古怪的同盟能走多远…… |
| 佐林和泽琳娜 MapPins | 库阿奇克认识到了多里亚尼的权威。 |
| TrialmasterGossipDoryani NPCTextAudio | 我也曾是个凡人,所以我也知道曾经作为凡人的我对某些事情有什么感觉。那个人痛恨多里亚尼,因为他让这个世界上最伟大的文明陨落。索性现在的我不会再被这些东西拖累。由于混沌之神的恩赐,我现在明白一切皆有可能发生。甚至现在,我都同时在测试另一个刚被冲上瓦尔克拉斯的幸存者有没有本事。而对她来说,你不存在。因此你的所有成就都毫无意义,被多里亚尼毁掉的同样没有意义。 |
| CadiroOnDoryanisFist NPCTextAudio | 多里亚尼之拳,唔?这件武器似乎自己能在历史中开出一条路来…… |
| CadiroOnDoryanisDelusion NPCTextAudio | 一讲起多里亚尼,伊席厄斯可有话要说。多里亚尼冷酷无情,工于算计,他唯一的愿望就是拯救他的人民……永生永世。这句话有何深意,你就自己琢磨吧。可惜,我们没能掘出乌扎尔。 |
| Mentor_G3_On_Doryani_Return NPCTextAudio | 你带回了多里亚尼,这无疑令人振奋。作为有史以来研究邪兽的顶级专家,他正是我们需要的人选。 |
| Alva_G3_Gossip_Device NPCTextAudio | 没人知道大殿里面的装置究竟是什么,我只知道它是阿兹里女王的奇术师多里亚尼亲自委托建造的。这个项目获得了所有需要的资源,甚至连阿兹里本人对此都一无所知。 |
| Alva_G3_Gossip_Doryani_Present NPCTextAudio | 在瓦尔人最后的岁月里,他们变成了一个竞争残酷、等级森严的帝国。顶层瓦尔人为了争夺资源无所不用其极,而多里亚尼是这些野心勃勃且缺乏道德的顶层人中的顶层人。 |
| Alva_G3_Doryani_ConversationOne NPCTextAudio | 可不止十年之久。 |
| Alva_G3_Doryani_ConversationTwo NPCTextAudio | 灾变至今,已过去了近两千年。 |
| Alva_G3_Doryani_ConversationThree NPCTextAudio | 成功躲入群山,逃往阿兹莫里的幸存者,据史料记载……仅有三千一百二十六人。 |
| Alva_G3_Doryani_ConversationFour NPCTextAudio | 放了我,我们可以好言相谈。我们一定能想出办法。 |
| Alva_G3_Sanctum_four NPCTextAudio | 你真的需要和多里亚尼谈谈。我想你们的目的是一样的:阻止大灾变。 |
| Alva_G3_MidFightDoryani NPCTextAudio | 你{很清楚}我们来这儿的目的!灾变发生了!阻止不了的! |
| Alva_G3_End_of_Act_Chat NPCTextAudio | 唔……真是一段不可思议的冒险。我能带你去君锋镇,在那里你可以租一艘船去寻找多里亚尼所说的武器。你准备一下,好了我们就动身,跟我说一声就行。 |
| Alva_G3_Gossip_Doryani_Past NPCTextAudio | 那个人是个谜。虽然他似乎暂时站在了我们这一边,但你不能忘记他的身份和行径……他总是冷漠无情,精于算计。 |
| Alva_G3_Gossip_Doryani NPCTextAudio | 根据历史记载,多里亚尼消失不久,灾变就发生了。现在我们明白这是怎么回事了……他来到了我们这里,来到了现代。看来他早就做出了自己的选择。 |
| 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 | 三个月内运来了七十四批灵核。七十四批……可如果我们的恐惧变为现实,就连这些也无济于事。 在多里亚尼的请求之下,我们都不惜付出生命的代价……我不会背叛女王,可有些时候,忠诚意味着我们要保护她,不让她被自己的错误所害。 我们需要时间。只需要更多的时间啊! |
| TwilightOrderInteractDoryani1 NPCTextAudio | 那家伙身上一股腐化的味道! |
| TwilightOrderInteractDoryani2 NPCTextAudio | 那家伙身上一股腐化的味道! |
| 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 | 你在这里的所作所为必会有结果。我不是一个喜欢给人上课的人。如果你认为这是最佳行动方案,我只能希望你是对的。 |
| ServiOnDoryaniAndFarewell NPCTextAudio | 你带来的人只会在我们最黑暗的传说中出现。他不仅是个神话,还是个从过去的阴影中走出来的怪物。他的狂妄自大曾经将这个世界打得粉碎。你现在把他带到了这里,带到我们面前,你甚至指望他能帮你?你会把我们都害死的。 |
| ViperNapuatzi_Emerge NPCTextAudio | 带她去见多里亚尼! 至于你,你对瓦尔人犯下的罪,都该由你百倍偿还! |
| DoryaniPastPostFight NPCTextAudio | 住手!住手……我能控制住邪兽……! |
| DoryaniPastDefeatedOne NPCTextAudio | 如果我有更多时间就好了…… |
| DoryaniPastDefeatedTwo NPCTextAudio | 看来只能如此了……这里已经无可救药,这个时代已经结束了。我曾恳求阿兹里耐心等待……但她不愿听从。她会尝试与邪兽沟通,引发的惊天浩劫将会毁灭我们的人民。 |
| DoryaniPresentUtzaalReaction NPCTextAudio | 乌扎尔……我的人民……早已命丧黄泉了。听起来轻描淡写,可亲眼目睹……重若千钧。这座城市再也没有生机了。 |
| DoryaniPresentOnUtzaal NPCTextAudio | 我将那个时代最智慧的人才召集到了一处。我们踏上了前无古人的发现之旅。我们挣脱了所有的束缚和制约! |
| DoryaniPresentOnBeast NPCTextAudio | 我毕生都在研究邪兽,先前的诸多瓦尔科学家也都为此呕心沥血。虽然危险,但其中蕴藏着一种美丽。那是天才的杰作,它能将我们存在的本质彻底颠覆。 |
| DoryaniCataclysmFirstTalk NPCTextAudio | 那么现在,是动身的时候了。激活传送门,我们看看能否…… |
| DoryaniGodVoiceStopIntruderMale NPCTextAudio | 入侵者闯入了{这里}?娜帕齐在干什么……?我明白了。不要留情!立即击败他! |
| DoryaniGodVoiceStopIntruderFemale NPCTextAudio | 入侵者闯入了{这里}?娜帕齐在干什么……?我明白了。不要留情!立即击败她! |
| DoryaniGodVoiceCeaseAssault NPCTextAudio | 蠢货!已经没有时间了!阿兹里马上就要和邪兽沟通了!快停止你的袭击! |
| DoryaniGodVoiceStopAtOnce NPCTextAudio | 立刻停下!我无意手足相残,但如果你一意孤行,我就不得不对她下手了。 |
| DoryaniWildCataclysmBegins NPCTextAudio | 开始了…… |
| DoryaniEndgameOnZiggurat NPCTextAudio | 你终于醒了,这多少算是个慰藉。我们损失惨重。 |
| DoryaniEndgameOnWhatNow NPCTextAudio | 我们{面临}的是最糟糕的结局,但我确实预见了{每一种}情况。 |
| DoryaniEndgameOnOurWork NPCTextAudio | 机器受到了一些损坏,但在你尚未清醒的时候,我们努力修理了它。我认为它能正常运作了……但这还需要经过测试。这里就轮到你出手了。 |
| DoryaniEndgameSeekCorruptedBiome NPCTextAudio | 瓦尔克拉斯已经受尽苦痛。我们必须重塑它的未来,让它焕发新生。 |
| DoryaniEndgameFindSourceOfCorruption NPCTextAudio | 原来,这些高度腐化的地区中都有一个活跃的污染源。虽然危机四伏,但你必须冒险深入其中。 |
| DoryaniEndgameSeeTower NPCTextAudio | 这是我们见到的第一个先驱高塔。你应该控制住它,这样我们就能研究它的特性了。 |
| DoryaniEndgameSeeMonolith NPCTextAudio | 那座新建筑中放射出了巨量的能量。如果是腐化之力,我肯定能够理解,可这种力量却是我从未见过的。 |
| DoryaniEndgameFirstMapComplete NPCTextAudio | 虽然天灾造成了损害,但这个设备还能运行。很好。 |
| DoryaniEndgameFirstMapFail NPCTextAudio | 虽然天灾造成了损害,但这个设备还能运行。不过,如果你没法完成任务,那可就不妙了。 |
| DoryaniEndgameFirstCorruptMapComplete NPCTextAudio | 做得很好。那片区域已经被净化了,大地将会回归其原有的样貌。请再接再厉。 |
| DoryaniEndgameFirstCorruptMapFail NPCTextAudio | 你知道吗?人类的命运现在就落在你的肩膀上。不管怎样,你得做出调整才能成功。再试一次,聪明点。 |
| DoryaniEndgameAssignFirstAtlasPassive NPCTextAudio | 利用你取回的净除腐化,我得以对设备进行调整,从而满足你的要求。你下次冒险的时候,应该就能找到些不同的东西了。 |
| DoryaniEndgameFirstTimeHideout NPCTextAudio | 我认为将我们的行动基地定在塔庙之外是不明智的。似乎没有必要冒这个险。 |
| DoryaniEndgameTowerQuestStart NPCTextAudio | 啊,一座塔楼被攻占了?时机正好。 |
| DoryaniEndgameTowerTabletUse NPCTextAudio | 高塔……周围的地貌都被改变了。这或许对我们大有裨益。 |
| DoryaniEndgameFirstFaction NPCTextAudio | 腐化的源头是一个生物?我希望能对它进行仔细的尸检,但光是它被动散发的腐化就能在分秒间杀死我们。 |
| DoryaniEndgameSecondFaction NPCTextAudio | 这个生物与你曾经击败过的家伙大不相同。它似乎是某种蜂巢意识的主脑。 |
| DoryaniEndgameThirdFaction NPCTextAudio | 第三种类型的生物,依然不带重样的…… |
| DoryaniEndgameFinishCorruptionQuest NPCTextAudio | 现状终于稳定了下来。我们已经做出了足够的努力来保证人类的存续,哪怕活得狼狈不堪。 |
| DoryaniEndgameOnCleansedAreas NPCTextAudio | 瓦尔克拉斯各地的净化工作仍然危险,但也只是我们熟悉的危险——按它们的自称,应该叫恶魔,你懂的。 |
| DoryaniEndgameOnCrystallinePower NPCTextAudio | 腐化,如果只在基础能级,就算是一种能源。 |
| DoryaniEndgameOnWeaponPiece NPCTextAudio | 只靠它自己的话,我的先驱武器只能中和{被动}腐化。 |
| DoryaniEndgameOnBosses NPCTextAudio | 有某种东西……某种不为人知的恐怖就藏在我们手上的破损拼图中……就算以我的智慧也无法理解这种图案。 |
| DoryaniEndgameOnDream NPCTextAudio | 是的,那奇怪的声音折磨着我的睡眠……所以我有意无意地在避免睡着。 |
| DoryaniMapOnRealmgate NPCTextAudio | 时间之门将你带到了我们这里,而界域之门正是它的姐妹项目。理论上,界域之门能够让我们前往其它位面。不幸的是,它从未被启动过,更不知道还能否运转。 |
| DoryaniMapOnHideout NPCTextAudio | 你找到了一个{相对安全}的藏身处。 |
| DoryaniMapOnReliquary NPCTextAudio | 出于对财富的渴望,卡马萨的信徒们贮藏了海量的宝物。一把正确的钥匙或许就能开启尘封已久的门扉…… |
| DoryaniMapOnZiggurat NPCTextAudio | 塔庙是我们行动的核心,瓦尔克拉斯唯一的安全区。从这里出发,我们就能夺回人类世界。 |
| DoryaniEndgameOnTheFortress NPCTextAudio | 那座建筑中放射出了巨量的能量。如果是腐化之力,我肯定能够理解,可这种力量却是我从未见过的。 |
| DoryaniEndgameOnFlameSeed NPCTextAudio | 听你所说,烈焰之种的守护者似乎是为了履行使命而专门锤锻出来的。是先驱创造了他,他却不是其中的一员。他的真实使命是什么?我只能做出推论…… |
| DoryaniEndgameOnDefeatFlameSeedGuardian NPCTextAudio | 我明白了,在战斗即将结束的时候,有个东西……偷走了烈焰之种。这很令人不安。除非另有发现,否则我们无计可施。 |
| DoryaniEndgameTier1Task NPCTextAudio | 你必须先从腐化最少的区域开始。那些地方虽然足以致命,但生命仍能在其中短暂逗留。净除足够的腐化,我们就能在外围站稳脚跟。 |
| DoryaniEndgameGiveTasksOne NPCTextAudio | 再接再厉。这是一项漫长而危险的任务,但它的终点已然明朗。 |
| DoryaniEndgameGiveTasksTwo NPCTextAudio | 继续净除腐化,这是我们目前唯一能做的了。 |
| DoryaniEndgameGiveTasksThree NPCTextAudio | 你怎么还在浪费时间?继续去净除腐化吧! |
| DoryaniEndgameGiveTasksFour NPCTextAudio | 你看着也没有生病或受伤。那怎么还在这里耽搁?继续努力吧。 |
| DoryaniEndgameReceiveRewardOne NPCTextAudio | 你清理的地盘让我们取回了一些重要的工具。我们可以升级这台机器了。 |
| DoryaniEndgameReceiveRewardTwo NPCTextAudio | 我们在你清理的地区中找到了许多幸存者。我们会让他们开始干活。 |
| DoryaniEndgameReceiveRewardThree NPCTextAudio | 我们从你清理的地方……救回了……一位著名科学家。他的才干将会为你所用。 |
| DoryaniEndgameReceiveRewardFour NPCTextAudio | 我们在你清理的地方发现了珍贵物资,可以增强自己的能力了。 |
| DoryaniEndgameReceiveRewardFive NPCTextAudio | 我花了一些时间来提升机器的性能。有几个选择摆在我们面前。 |
| DoryaniEndgameReceiveRewardSix NPCTextAudio | 每一次成功当让我们离目标近了一步。 |
| DoryaniEndgameTier15TaskComplete NPCTextAudio | 目前的局势总算稳定了下来。我们已经尽心竭力,确保人类能够生存下去,尽管保留不了多少尊严。 |
| DoryaniEndgameFirstMapCompleted NPCTextAudio | 虽然天灾造成了损害,但这个设备还能运行。很好。 |
| DoryaniEndgameDefeatBreachBoss NPCTextAudio | 我怀疑紫焰密会十分危险,他们并不知道自己恳求的力量源自何方。 |
| DoryaniEndgamePrecursorGossip NPCTextAudio | 我为研究投入了许多资源和时间,但对先驱的了解依然是只鳞片爪。我们瓦尔人是你们的古老先辈,而他们甚至比我们更为古老。经受岁月的洗礼后,地质活动往往会掩盖文明的残迹。大火、剧烈喷发和天体撞击的迹象屡见不鲜。 |
| DoryaniEndgameUberBossGossip NPCTextAudio | 在被腐化的废土上,你肯定会遇到“幸存者”。不要因为同情而落入了圈套。他们已经{无可救药了},但身体还没有意识到。他们触及的一切都会被玷污。他们的存在会慢慢拖垮我们所有人。他们已经没有未来了。如果他们在最初的浩劫中直接消失,那才是仁慈的解脱。 |
| DoryaniEndgameUberBossGossipTwo NPCTextAudio | 灾变过后,现实已经不复往昔。如今存活的人们寥寥无几,理智在疯狂面前不值一提。你甚至会看见自己无法理解的事物。 |
| DoryaniEndgameUberBossTask NPCTextAudio | 如我所料,被腐化的“幸存者”已经在废土上拉帮结派了,就和原始的禽兽一样。他们不愿接受自己的末日。 |
| DoryaniEndgameOnUberDoryani NPCTextAudio | 我必须警告你……我一直在研究阻止灾变的办法,并请教了这个世界的终极智慧,为此还付出了可怕的代价。 |
| DoryaniEndgameOnPrecursorTowers NPCTextAudio | 灾变的力量冲走了地表上的众多事物,仅存的那些也受到了干扰。远古的先驱高塔坚如磐石,依然屹立在大地上。如果你发现了高塔,就去占领那里,以便我们研究。 |
| DoryaniEndgameOnPrecursorTowersGossip NPCTextAudio | 我相信先驱的高塔构成了一个特殊的网络,能够改造地形和生态。也许就是它创造了瓦尔克拉斯的生机……或许它在这片区域里还有着更大的使命。 |
| DoryaniEndgameOnSecuringTower NPCTextAudio | 啊,一座塔楼被攻占了?时机正好。 |
| DoryaniEndgameOnActivatingFirstTower NPCTextAudio | 高塔……周围的地貌都被改变了!这或许对我们大有裨益。这些高塔属于远古时期的试验,也许……是一种应急方案……在你继续探索的时候,我会深入调查。 |
| DoryaniEndgameOnEndgameMapCorruption NPCTextAudio | 在一个情感所剩无几,只有疯狂残存的时代,你所遇到的一切都可以改变。我们找到的东西具有塑造万物的能力。传送装置使用的能量会对后果产生影响。 |
| DoryaniEndgameOnTabletFound NPCTextAudio | 嗯……你发现的这块石板,似乎能改变引路石目标区域的能量场特性。 |
| DoryaniEndgameOnPatron NPCTextAudio | 恩主向我传达了许多深不可测的事,我还被要求……不,我说不出口。我至今都没能真正理解。 |
| DoryaniBossConversationOne NPCTextAudio | 你是瓦尔的后裔,可你的衣着和身形居然如此陌生。不过十年而已,怎会沧海桑田? |
| DoryaniBossConversationTwo NPCTextAudio | 什么?!到底过了多久? |
| DoryaniBossConversationThree NPCTextAudio | 难以置信!……灾变……有多少人活了下来? |
| DoryaniBossConversationFour NPCTextAudio | 这不可能,不可能啊!我精心设计的计划……我付出了一切来阻止它……来阻止阿兹里…… |
| DoryaniBossConversationFive NPCTextAudio | 也许……我需要停下来思考……制定新的计划……肯定能有办法…… |
| DoryaniBossConversationSix NPCTextAudio | 入侵者!娜帕齐在哪儿?!啊……那我只好亲自解决你了。 |
| DoryaniPastBoss_Intro NPCTextAudio | 看来……到了末日的前夕,阿佐亚特的恶魔终于是冲我来了! |
| DoryaniPastBoss_Flamethrower_Random NPCTextAudio | 轻而易举! |
| DoryaniPastBoss_Flamethrower_2 NPCTextAudio | 轻而易举! |
| DoryaniPastBoss_Flamethrower_3 NPCTextAudio | 轻而易举! |
| DoryaniPastBoss_Flamethrower_4 NPCTextAudio | 燃烧吧! |
| DoryaniPastBoss_Flamethrower_5 NPCTextAudio | 燃烧吧! |
| DoryaniPastBoss_Flamethrower_6 NPCTextAudio | 燃烧吧! |
| DoryaniPastBoss_Flamethrower_7 NPCTextAudio | 烈焰! |
| DoryaniPastBoss_Flamethrower_8 NPCTextAudio | 烈焰! |
| DoryaniPastBoss_Flamethrower_9 NPCTextAudio | 烈焰! |
| DoryaniPastBoss_LightningTendrils_Random NPCTextAudio | 见证吧! |
| DoryaniPastBoss_LightningTendrils_2 NPCTextAudio | 见证吧! |
| DoryaniPastBoss_LightningTendrils_3 NPCTextAudio | 见证吧! |
| DoryaniPastBoss_LightningTendrils_4 NPCTextAudio | 奔流! |
| DoryaniPastBoss_LightningTendrils_5 NPCTextAudio | 奔流! |
| DoryaniPastBoss_LightningTendrils_6 NPCTextAudio | 奔流! |
| DoryaniPastBoss_LightningTendrils_7 NPCTextAudio | 纯粹的力量! |
| DoryaniPastBoss_LightningTendrils_8 NPCTextAudio | 纯粹的力量! |
| DoryaniPastBoss_LightningTendrils_9 NPCTextAudio | 纯粹的力量! |
| 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 | 真是可悲! |
| DoryaniPastBoss_UberFireball_2 NPCTextAudio | 真是可悲! |
| DoryaniPastBoss_UberFireball_3 NPCTextAudio | 真是可悲! |
| DoryaniPastBoss_UberFireball_4 NPCTextAudio | 放手吧! |
| DoryaniPastBoss_UberFireball_5 NPCTextAudio | 放手吧! |
| DoryaniPastBoss_UberFireball_6 NPCTextAudio | 放手吧! |
| DoryaniPastBoss_Knockdown_Random NPCTextAudio | 啊!挫折而已! |
| DoryaniPastBoss_Knockdown_2 NPCTextAudio | 啊!我……我受够了! |
| DoryaniPastBoss_LightningClap_Random NPCTextAudio | 谁也别想与我们作对! |
| DoryaniPastBoss_LightningClap_2 NPCTextAudio | 我肩负着未来的重任! |
| DoryaniPastBoss_LightningClap_3 NPCTextAudio | 不择手段,只为成功! |
| DoryaniPastBoss_LightningClap_4 NPCTextAudio | 残酷的抉择才能让人活命! |
| DoryaniPastBoss_Flameblast_Random NPCTextAudio | 你将熊熊燃烧! |
| DoryaniPastBoss_Flameblast_2 NPCTextAudio | 你将熊熊燃烧! |
| DoryaniPastBoss_Flameblast_3 NPCTextAudio | {这下}你该如何应对? |
| DoryaniPastBoss_Flameblast_4 NPCTextAudio | {这下}你该如何应对? |
| DoryaniPastBoss_Flameblast_5 NPCTextAudio | 你将熊熊燃烧! |
| DoryaniPastBoss_SolarOrb_Random NPCTextAudio | 催化聚合! |
| DoryaniPastBoss_SolarOrb_2 NPCTextAudio | 疏通反应堆! |
| DoryaniPastBoss_SolarOrb_3 NPCTextAudio | 烈焰四起! |
| DoryaniPastBoss_SolarOrb_4 NPCTextAudio | 疏通反应堆! |
| DoryaniPastBoss_SolarOrb_5 NPCTextAudio | 烈焰四起! |
| DoryaniPastBoss_ActivateLaser_Random NPCTextAudio | 做出牺牲才能求得生存! |
| DoryaniPastBoss_ActivateLaser_2 NPCTextAudio | 进步的代价无比沉重! |
| DoryaniPastBoss_ActivateLaser_3 NPCTextAudio | 你怎么对大义视而不见! |
| DoryaniPastBoss_FrontalLaser_Random NPCTextAudio | 瓦尔的力量! |
| DoryaniPastBoss_FrontalLaser_2 NPCTextAudio | 瓦尔的力量! |
| DoryaniPastBoss_FrontalLaser_3 NPCTextAudio | 到此为止了! |
| DoryaniPastBoss_FrontalLaser_4 NPCTextAudio | 到此为止了! |
| DoryaniPastBoss_FrontalLaser_5 NPCTextAudio | 到此为止了! |
| DoryaniPastBoss_BringSoulCore_Random NPCTextAudio | 运筹帷幄…… |
| DoryaniPastBoss_BringSoulCore_2 NPCTextAudio | 运筹帷幄…… |
| DoryaniPastBoss_BringSoulCore_3 NPCTextAudio | 争先五步! |
| DoryaniPastBoss_BringSoulCore_4 NPCTextAudio | 争先五步! |
| DoryaniPastBoss_PlasmaArcDance_Random NPCTextAudio | 瓦尔必将长存! |
| DoryaniPastBoss_PlasmaArcDance_2 NPCTextAudio | 你不过是个毫无意义的阻碍! |
| DoryaniPastBoss_PlasmaArcDance_3 NPCTextAudio | 瓦尔必将长存! |
| DoryaniPastBoss_PlasmaArcDance_4 NPCTextAudio | 你不过是个毫无意义的阻碍! |
| DoryaniPastBoss_PlasmaArcDance_5 NPCTextAudio | 你怎能阻止得了进步? |
| DoryaniPastBoss_PlasmaArcDance_6 NPCTextAudio | 你怎能阻止得了进步? |
| DoryaniPastBoss_PlayerDeath_Random NPCTextAudio | 你毫无胜算。 |
| DoryaniPastBoss_PlayerDeath_2 NPCTextAudio | 你毫无胜算。 |
| DoryaniPastBoss_PlayerDeath_3 NPCTextAudio | 我警告过你了。 |
| DoryaniPastBoss_PlayerDeath_4 NPCTextAudio | 我警告过你了。 |
| DoryaniPastBoss_MechComboSlam_Random NPCTextAudio | 我为你的到来准备了多年! |
| DoryaniPastBoss_MechComboSlam_2 NPCTextAudio | 我为你的到来准备了多年! |
| DoryaniPastBoss_MechComboSlam_3 NPCTextAudio | 阿佐亚特的毁灭将会千倍奉还! |
| DoryaniPastBoss_MechComboSlam_4 NPCTextAudio | 阿佐亚特的毁灭将会千倍奉还! |
| DoryaniPastBoss_MechPlayerDeath_Random NPCTextAudio | 你毫无胜算。 |
| DoryaniPastBoss_MechPlayerDeath_2 NPCTextAudio | 你毫无胜算。 |
| DoryaniPastBoss_MechPlayerDeath_3 NPCTextAudio | 你毫无胜算。 |
| DoryaniPastBoss_MechPlayerDeath_4 NPCTextAudio | 我警告过你了。 |
| DoryaniPastBoss_MechPlayerDeath_5 NPCTextAudio | 我警告过你了。 |
| DoryaniPastBoss_MechPlayerDeath_6 NPCTextAudio | 我警告过你了。 |
| DoryaniPastBoss_MechSuitTransform_Random NPCTextAudio | 我不能放弃!我一定会拯救人民! |
| DoryaniPastBoss_MechSuitTransformEnd_Random NPCTextAudio | 不!我{一定要}成功! |
| DoryaniPastBoss_MechKnockdown_Random NPCTextAudio | 呃……不可思议……你要付出代价! |
| DoryaniPastBoss_MechKnockdown_2 NPCTextAudio | 啊……什么……?岂有此理?起来,快起来! |
| DoryaniPastBoss_MechKnockdown_3 NPCTextAudio | 呃!出乎意料……但还不足以致命! |
| DoryaniPastBoss_MechClawLaser_Random NPCTextAudio | 我的心血决不能化为乌有! |
| DoryaniPastBoss_MechClawLaser_2 NPCTextAudio | 我的心血决不能化为乌有! |
| DoryaniPastBoss_MechClawLaser_3 NPCTextAudio | 这个世界的末日就要到了! |
| DoryaniPastBoss_MechClawLaser_4 NPCTextAudio | 这个世界的末日就要到了! |
| DoryaniPastBoss_MechClawLaser_5 NPCTextAudio | 真以为你能和我匹敌吗? |
| DoryaniPastBoss_MechClawLaser_6 NPCTextAudio | 真以为你能和我匹敌吗? |
| DoryaniPastBoss_MechFlamethrower_Random NPCTextAudio | 我会把你烤熟! |
| DoryaniPastBoss_MechFlamethrower_2 NPCTextAudio | 我会把你烤熟! |
| DoryaniPastBoss_MechFlamethrower_3 NPCTextAudio | 我决不会让你插手! |
| DoryaniPastBoss_MechFlamethrower_4 NPCTextAudio | 我决不会让你插手! |
| DoryaniPastBoss_MechFlamethrower_5 NPCTextAudio | 化作飞灰吧,阿佐亚特的恶魔! |
| DoryaniPastBoss_MechFlamethrower_6 NPCTextAudio | 化作飞灰吧,阿佐亚特的恶魔! |
| DoryaniPastBoss_MechFlamethrower_7 NPCTextAudio | 为了成全大义,一条性命算什么! |
| DoryaniPastBoss_MechFlamethrower_8 NPCTextAudio | 为了成全大义,一条性命算什么! |
| DoryaniPastBoss_MechLightningArc_Random NPCTextAudio | 反应堆过载! |
| DoryaniPastBoss_MechLightningArc_2 NPCTextAudio | 反应堆过载! |
| DoryaniPastBoss_MechLightningArc_3 NPCTextAudio | 反应堆过载! |
| DoryaniPastBoss_MechLightningArc_4 NPCTextAudio | 风暴的神力! |
| DoryaniPastBoss_MechLightningArc_5 NPCTextAudio | 风暴的神力! |
| DoryaniPastBoss_MechLightningArc_6 NPCTextAudio | 风暴的神力! |
| DoryaniPastBoss_MechLightningArc_7 NPCTextAudio | 你在浪费宝贵的时间! |
| DoryaniPastBoss_MechLightningArc_8 NPCTextAudio | 你在浪费宝贵的时间! |
| DoryaniPastBoss_MechDiscoLaser_Random NPCTextAudio | 我就让你看看什么叫真正的智慧! |
| DoryaniPastBoss_MechDiscoLaser_2 NPCTextAudio | 我就让你看看什么叫真正的智慧! |
| DoryaniPastBoss_MechDiscoLaser_3 NPCTextAudio | 存在不过是能量而已…… |
| DoryaniPastBoss_MechDiscoLaser_4 NPCTextAudio | 存在不过是能量而已…… |
| DoryaniPastBoss_MechDiscoLaser_5 NPCTextAudio | 阿兹里马上就要开始飞升了。别妨碍我,否则别怪我无情! |
| DoryaniPastBoss_MechSlam_Random NPCTextAudio | 面对瓦尔的力量吧! |
| DoryaniPastBoss_MechSlam_2 NPCTextAudio | 面对瓦尔的力量吧! |
| DoryaniPastBoss_MechSlam_3 NPCTextAudio | 我会击垮你! |
| DoryaniPastBoss_MechSlam_4 NPCTextAudio | 我会击垮你! |
| DoryaniPastBoss_MechSlam2_Random NPCTextAudio | 全力出击! |
| DoryaniPastBoss_MechSlam2_2 NPCTextAudio | 全力出击! |
| DoryaniPastBoss_MechSlam2_3 NPCTextAudio | 我已经受够你了! |
| DoryaniPastBoss_MechSlam2_4 NPCTextAudio | 我已经受够你了! |
| DoryaniPastBoss_MechSlam2_5 NPCTextAudio | 真以为你能挡我的路吗? |
| DoryaniPastBoss_MechSlam2_6 NPCTextAudio | 真以为你能挡我的路吗? |
| DoryaniPastBoss_MechBodySlam_Random NPCTextAudio | 愚不可及! |
| DoryaniPastBoss_MechBodySlam_2 NPCTextAudio | 愚不可及! |
| DoryaniPastBoss_MechBodySlam_3 NPCTextAudio | 你还怎么撑得过这一招? |
| DoryaniPastBoss_MechBodySlam_4 NPCTextAudio | 你还怎么撑得过这一招? |
| DoryaniPastBoss_MechBodySlam_5 NPCTextAudio | 无路可逃! |
| DoryaniPastBoss_MechBodySlam_6 NPCTextAudio | 无路可逃! |
| DoryaniPastBoss_MechSpiderLegAttack_Random NPCTextAudio | 你真以为自己逃得掉?! |
| DoryaniPastBoss_MechSpiderLegAttack_2 NPCTextAudio | 你真以为自己逃得掉?! |
| DoryaniPastBoss_MechSpiderLegAttack_3 NPCTextAudio | 你是我的掌中之物了! |
| DoryaniPastBoss_MechSpiderLegAttack_4 NPCTextAudio | 你是我的掌中之物了! |
| DoryaniPastBoss_MechDetatchPlatform_Random NPCTextAudio | 我为种种情况都做好了准备…… |
| DoryaniPastBoss_MechDetatchPlatform_2 NPCTextAudio | 没有任何东西能够阻挠我! |
| DoryaniPastBoss_MechLightningStorm_Random NPCTextAudio | 破坏之力! |
| DoryaniPastBoss_MechLightningStorm_2 NPCTextAudio | 极性倒转! |
| DoryaniPastBoss_MechLightningStorm_3 NPCTextAudio | 面对头脑的力量吧! |
| DoryaniPastBoss_MechIonCannon_Random NPCTextAudio | 主炮开火! |
| DoryaniPastBoss_MechIonCannon_2 NPCTextAudio | 轨道打击! |
| DoryaniPastBoss_MechSelfDestruct_Random NPCTextAudio | 自毁启动! |
| DoryaniPastBoss_MechSelfDestruct_2 NPCTextAudio | 不惜此身! |
| DoryaniPastBoss_MechSelfDestruct_3 NPCTextAudio | 你让我别无选择! |
| DoryaniPastBoss_MechReassemble_Random NPCTextAudio | 这还没完呢。 |
| DoryaniPastBoss_WildFreeAlva NPCTextAudio | 等等……我可以放了她。 |
| DoryaniPastBoss_MechDeathDoNotFailMe NPCTextAudio | 啊!不!别辜负了我……不能是现在! |
| DoryaniPastBoss_MechDeathHowCouldThisHappen NPCTextAudio | 唉……怎么会这样……?我所做的一切。我全部的牺牲…… |
| DoryaniPastBoss_MechDeathContainBeast NPCTextAudio | 唔……瓦尔的传承必须得到保护……我确实知道扼制邪兽的办法。 |
| Napuatzi_IntroFour NPCTextAudio | 带她去见多里亚尼! |
| AlvaEndgamePlayerWakeUp NPCTextAudio | 你醒了!我还以为你挺不过来了…… 发生了好多事情……等你恢复精神之后,就去和多里亚尼谈谈吧 |
| AlvaEndgameOnWakeUp NPCTextAudio | 你醒了!噢,我还以为你挺不过来了…… |
| AlvaEndgameOnDoryani NPCTextAudio | 我很高兴能够放下彼此之间的争端。要不是多里亚尼,我们都会完蛋的。我看到了……天空……人民……他们都……唉。 |
| Alva_G3_DoryaniSaveResponse NPCTextAudio | 你救不了你的人民。历史已经无法改写了。你可以留在这里等待一切走向灭亡……或者和我们一起走,帮我们挽救未来。 |
| Alva_G3_DoryaniStartTalkingResponse NPCTextAudio | 你最好赶快开口。我的这位朋友不太擅长和平相处…… |
| Alva_G3_DoryaniDefeatedOne NPCTextAudio | 所以你愿意帮我们了? |
| Alva_G3_DoryaniDefeatedTwo NPCTextAudio | 就这么决定了。我们快去找时空传送门吧。 |
| IncursionHub_Doryani_A NPCTextAudio | Hmm... I wonder... |
| IncursionHub_Doryani_2 NPCTextAudio | Configure the temple. When you next open it, I am going to attempt something. |
| Incursion_ArchitectConsole_Doryani_A NPCTextAudio | [DNT] Hello, can you hear me? |
| Incursion_ArchitectConsole_Doryani_02 NPCTextAudio | [DNT] My voice is being relayed. Good. |
| Incursion_ArchitectConsole_Doryani_03 NPCTextAudio | [DNT] What became of Xipocado? |
| Incursion_ArchitectConsole_Doryani_04 NPCTextAudio | [DNT] A waste of a great mind... but we must move forward. |
| Incursion_ArchitectConsole_Doryani_05 NPCTextAudio | [DNT] Use Xipocado's console to open a path to the Royal Access Chamber. |
| Incursion_ArchitectConsole_Doryani_06 NPCTextAudio | [DNT] From there, we will be able to gain entry to Atziri's private chambers on our next attempt. |
| Incursion_ArchitectConsole_Doryani_07 NPCTextAudio | [DNT] Good... I can see the configuration at this end. It is done. |
| Incursion_ArchitectConsole_Doryani_08 NPCTextAudio | [DNT] Return to the present. For now, there's no more to accomplish there. |
| Incursion_ArchitectConsole_Doryani_08b NPCTextAudio | [DNT] Return to the present, then we can recalibrate the temple. |
| Incursion_AtziriIntro_05 NPCTextAudio | You may have studied it, Doryani... but you do not know it like I do. It... adores me. |
| KetzuliOnKillingXeshtFinal NPCTextAudio | 你让薛斯元气大伤。 |
| ZolinNewIntroduction NPCTextAudio | 我是佐林,多里亚尼命我全力协助你。 |
| DoryaniMapWildFirst NPCTextAudio | 所以,这一带的腐化之源就是这…… |
| DoryaniMapWild_General_Random NPCTextAudio | 我们的脚步永不停歇。 |
| DoryaniMapWild_General_2 NPCTextAudio | 我们的脚步永不停歇。 |
| DoryaniMapWild_General_3 NPCTextAudio | 我们的脚步永不停歇。 |
| DoryaniMapWild_General_4 NPCTextAudio | 瓦尔克拉斯将逐渐复原。 |
| DoryaniMapWild_General_5 NPCTextAudio | 瓦尔克拉斯将逐渐复原。 |
| DoryaniMapWild_General_6 NPCTextAudio | 瓦尔克拉斯将逐渐复原。 |
| DoryaniMapWild_General_7 NPCTextAudio | 我们艰巨的使命仍在继续。 |
| DoryaniMapWild_General_8 NPCTextAudio | 我们艰巨的使命仍在继续。 |
| DoryaniMapWild_General_9 NPCTextAudio | 我们艰巨的使命仍在继续。 |
| DoryaniMapWild_General_10 NPCTextAudio | 我几乎要重新认识这个世界了。 |
| DoryaniMapWild_General_11 NPCTextAudio | 我几乎要重新认识这个世界了。 |
| DoryaniMapWild_General_12 NPCTextAudio | 我几乎要重新认识这个世界了。 |
| DoryaniMapWild_General_13 NPCTextAudio | 净化将会继续。 |
| DoryaniMapWild_General_14 NPCTextAudio | 净化将会继续。 |
| DoryaniMapWild_General_15 NPCTextAudio | 净化将会继续。 |
| DoryaniMapWild_General_16 NPCTextAudio | 我们的任务远没有结束…… |
| DoryaniMapWild_General_17 NPCTextAudio | 我们的任务远没有结束…… |
| DoryaniMapWild_General_18 NPCTextAudio | 我们的任务远没有结束…… |
| DoryaniMapWild_General_19 NPCTextAudio | 多里亚尼和恶魔来到了世界的终末…… |
| DoryaniMapWild_General_20 NPCTextAudio | 多里亚尼和恶魔来到了世界的终末…… |
| DoryaniMapWild_Ghorr_Random NPCTextAudio | 但愿他们还没有吞噬一切。 |
| DoryaniMapWild_Ghorr_2 NPCTextAudio | 但愿他们还没有吞噬一切。 |
| DoryaniMapWild_Ghorr_3 NPCTextAudio | 但愿他们还没有吞噬一切。 |
| DoryaniMapWild_Ghorr_4 NPCTextAudio | 极其高效的生物…… |
| DoryaniMapWild_Ghorr_5 NPCTextAudio | 极其高效的生物…… |
| DoryaniMapWild_Ghorr_6 NPCTextAudio | 极其高效的生物…… |
| DoryaniMapWild_Ghorr_7 NPCTextAudio | 极其高效的生物…… |
| DoryaniMapWild_Ghorr_8 NPCTextAudio | 完全就是活着的胃袋…… |
| DoryaniMapWild_Ghorr_9 NPCTextAudio | 完全就是活着的胃袋…… |
| DoryaniMapWild_Ghorr_10 NPCTextAudio | 完全就是活着的胃袋…… |
| DoryaniMapWild_Ktash_Random NPCTextAudio | 我将解剖它的工虫…… |
| DoryaniMapWild_Ktash_2 NPCTextAudio | 我将解剖它的工虫…… |
| DoryaniMapWild_Ktash_3 NPCTextAudio | 我将解剖它的工虫…… |
| DoryaniMapWild_Ktash_4 NPCTextAudio | 蜂巢意识……有意思…… |
| DoryaniMapWild_Ktash_5 NPCTextAudio | 蜂巢意识……有意思…… |
| DoryaniMapWild_Ktash_6 NPCTextAudio | 蜂巢意识……有意思…… |
| DoryaniMapWild_Ktash_7 NPCTextAudio | 原来这东西充当着一个超级大脑…… |
| DoryaniMapWild_Ktash_8 NPCTextAudio | 原来这东西充当着一个超级大脑…… |
| DoryaniMapWild_Ktash_9 NPCTextAudio | 原来这东西充当着一个超级大脑…… |
| DoryaniMapWild_Beidat_Random NPCTextAudio | 这家伙是有意识的…… |
| DoryaniMapWild_Beidat_2 NPCTextAudio | 这家伙是有意识的…… |
| DoryaniMapWild_Beidat_3 NPCTextAudio | 这家伙是有意识的…… |
| DoryaniMapWild_Beidat_4 NPCTextAudio | 我在想,我们是否能做个交易…… |
| DoryaniMapWild_Beidat_5 NPCTextAudio | 我在想,我们是否能做个交易…… |
| DoryaniMapWild_Beidat_6 NPCTextAudio | 我在想,我们是否能做个交易…… |
| DoryaniMapWild_White_Random NPCTextAudio | 我们必须了解更多信息…… |
| DoryaniMapWild_White_2 NPCTextAudio | 我们必须了解更多信息…… |
| DoryaniMapWild_White_3 NPCTextAudio | 我们必须了解更多信息…… |
| DoryaniMapWild_White_4 NPCTextAudio | 我们必须了解更多信息…… |
| DoryaniMapWild_White_5 NPCTextAudio | 前方长路漫漫。 |
| DoryaniMapWild_White_6 NPCTextAudio | 前方长路漫漫。 |
| DoryaniMapWild_White_7 NPCTextAudio | 前方长路漫漫。 |
| DoryaniMapWild_Yellow_Random NPCTextAudio | 随着时间流逝,它们变得愈发危险…… |
| DoryaniMapWild_Yellow_2 NPCTextAudio | 随着时间流逝,它们变得愈发危险…… |
| DoryaniMapWild_Yellow_3 NPCTextAudio | 随着时间流逝,它们变得愈发危险…… |
| DoryaniMapWild_Yellow_4 NPCTextAudio | 我们可能正在扭转局面。 |
| DoryaniMapWild_Yellow_5 NPCTextAudio | 我们可能正在扭转局面。 |
| DoryaniMapWild_Yellow_6 NPCTextAudio | 我们可能正在扭转局面。 |
| DoryaniMapWild_Red_Random NPCTextAudio | 我们现在深入了最危险的区域。 |
| DoryaniMapWild_Red_2 NPCTextAudio | 我们现在深入了最危险的区域。 |
| DoryaniMapWild_Red_3 NPCTextAudio | 腐化似乎正向我们蜂拥而来。 |
| DoryaniMapWild_Red_4 NPCTextAudio | 腐化似乎正向我们蜂拥而来。 |
| DoryaniMapWild_Red_5 NPCTextAudio | 腐化似乎正向我们蜂拥而来。 |
| Doryani_Vendor_BuyCasterWeapon_Random NPCTextAudio | 智识胜于蛮力。 |
| Doryani_Vendor_BuyCasterWeapon_2 NPCTextAudio | 智识胜于蛮力。 |
| Doryani_Vendor_BuyCasterWeapon_3 NPCTextAudio | 智识胜于蛮力。 |
| Doryani_Vendor_BuyCasterWeapon_4 NPCTextAudio | 智识胜于蛮力。 |
| Doryani_Vendor_BuyCasterWeapon_5 NPCTextAudio | 明智的选择。 |
| Doryani_Vendor_BuyCasterWeapon_6 NPCTextAudio | 明智的选择。 |
| Doryani_Vendor_BuyCasterWeapon_7 NPCTextAudio | 明智的选择。 |
| Doryani_Vendor_BuyCasterWeapon_8 NPCTextAudio | 关键在于协同。 |
| Doryani_Vendor_BuyCasterWeapon_9 NPCTextAudio | 关键在于协同。 |
| Doryani_Vendor_BuyCasterWeapon_10 NPCTextAudio | 关键在于协同。 |
| Doryani_Vendor_BuyCasterWeapon_11 NPCTextAudio | 关键在于协同。 |
| Doryani_Vendor_BuyGeneric_Random NPCTextAudio | 完成了。 |
| Doryani_Vendor_BuyGeneric_2 NPCTextAudio | 完成了。 |
| Doryani_Vendor_BuyGeneric_3 NPCTextAudio | 完成了。 |
| Doryani_Vendor_BuyGeneric_4 NPCTextAudio | 完成了。 |
| 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 | 明智。 |
| Doryani_Vendor_BuyGeneric_10 NPCTextAudio | 明智。 |
| Doryani_Vendor_BuyGeneric_11 NPCTextAudio | 明智。 |
| Doryani_Vendor_BuyGeneric_12 NPCTextAudio | 明智。 |
| Doryani_Vendor_BuyGeneric_13 NPCTextAudio | 这些金子总有一天会派上用场。 |
| Doryani_Vendor_BuyGeneric_14 NPCTextAudio | 这些金子总有一天会派上用场。 |
| Doryani_Vendor_BuyGeneric_15 NPCTextAudio | 这些金子总有一天会派上用场。 |
| Doryani_Vendor_BuyGeneric_16 NPCTextAudio | 这些金子总有一天会派上用场。 |
| Doryani_Vendor_BuyJewellery_Random NPCTextAudio | 好好装扮自己吧。 |
| Doryani_Vendor_BuyJewellery_2 NPCTextAudio | 好好装扮自己吧。 |
| Doryani_Vendor_BuyJewellery_3 NPCTextAudio | 好好装扮自己吧。 |
| Doryani_Vendor_BuyJewellery_4 NPCTextAudio | 好好装扮自己吧。 |
| Doryani_Vendor_BuyJewellery_5 NPCTextAudio | 瓦尔人也喜欢他们的小玩意儿。 |
| Doryani_Vendor_BuyJewellery_6 NPCTextAudio | 瓦尔人也喜欢他们的小玩意儿。 |
| Doryani_Vendor_BuyJewellery_7 NPCTextAudio | 瓦尔人也喜欢他们的小玩意儿。 |
| Doryani_Vendor_BuyJewellery_8 NPCTextAudio | 瓦尔人也喜欢他们的小玩意儿。 |
| Doryani_Vendor_BuyJewellery_9 NPCTextAudio | 有用的物品。 |
| Doryani_Vendor_BuyJewellery_10 NPCTextAudio | 有用的物品。 |
| Doryani_Vendor_BuyJewellery_11 NPCTextAudio | 有用的物品。 |
| Doryani_Vendor_BuyJewellery_12 NPCTextAudio | 有用的物品。 |
| Doryani_Vendor_BuyJewellery_13 NPCTextAudio | 有趣的选择。 |
| Doryani_Vendor_BuyJewellery_14 NPCTextAudio | 有趣的选择。 |
| Doryani_Vendor_BuyJewellery_15 NPCTextAudio | 有趣的选择。 |
| Doryani_Vendor_BuyJewellery_16 NPCTextAudio | 有趣的选择。 |
| Doryani_Vendor_BuyWaystone_Random NPCTextAudio | 看看你能用它取得怎样的成就。 |
| Doryani_Vendor_BuyWaystone_2 NPCTextAudio | 看看你能用它取得怎样的成就。 |
| Doryani_Vendor_BuyWaystone_3 NPCTextAudio | 看看你能用它取得怎样的成就。 |
| Doryani_Vendor_BuyWaystone_4 NPCTextAudio | 看看你能用它取得怎样的成就。 |
| Doryani_Vendor_BuyWaystone_5 NPCTextAudio | 确实是更好的选择。 |
| Doryani_Vendor_BuyWaystone_6 NPCTextAudio | 确实是更好的选择。 |
| Doryani_Vendor_BuyWaystone_7 NPCTextAudio | 确实是更好的选择。 |
| Doryani_Vendor_BuyWaystone_8 NPCTextAudio | 确实是更好的选择。 |
| Doryani_Vendor_BuyWaystone_9 NPCTextAudio | 这可能是场硬仗。 |
| Doryani_Vendor_BuyWaystone_10 NPCTextAudio | 这可能是场硬仗。 |
| Doryani_Vendor_BuyWaystone_11 NPCTextAudio | 这可能是场硬仗。 |
| Doryani_Vendor_BuyWaystone_12 NPCTextAudio | 这可能是场硬仗。 |
| Doryani_Vendor_BuyWaystone_13 NPCTextAudio | 正确的选择。 |
| Doryani_Vendor_BuyWaystone_14 NPCTextAudio | 正确的选择。 |
| Doryani_Vendor_BuyWaystone_15 NPCTextAudio | 正确的选择。 |
| Doryani_Vendor_BuyWaystone_16 NPCTextAudio | 正确的选择。 |
| Doryani_Vendor_CloseNoBuy_Random NPCTextAudio | 别再浪费时间了。 |
| Doryani_Vendor_CloseNoBuy_2 NPCTextAudio | 别再浪费时间了。 |
| Doryani_Vendor_CloseNoBuy_3 NPCTextAudio | 别再浪费时间了。 |
| Doryani_Vendor_CloseNoBuy_4 NPCTextAudio | 别再浪费时间了。 |
| Doryani_Vendor_CloseNoBuy_5 NPCTextAudio | 快走吧。 |
| Doryani_Vendor_CloseNoBuy_6 NPCTextAudio | 快走吧。 |
| Doryani_Vendor_CloseNoBuy_7 NPCTextAudio | 快走吧。 |
| Doryani_Vendor_CloseNoBuy_8 NPCTextAudio | 快走吧。 |
| Doryani_Vendor_CloseNoBuy_9 NPCTextAudio | 你还在这里磨蹭什么? |
| Doryani_Vendor_CloseNoBuy_10 NPCTextAudio | 你还在这里磨蹭什么? |
| Doryani_Vendor_CloseNoBuy_11 NPCTextAudio | 你还在这里磨蹭什么? |
| Doryani_Vendor_CloseNoBuy_12 NPCTextAudio | 你还在这里磨蹭什么? |
| Doryani_Vendor_CloseNoBuy_13 NPCTextAudio | 我没时间陪你发呆。 |
| Doryani_Vendor_CloseNoBuy_14 NPCTextAudio | 我没时间陪你发呆。 |
| Doryani_Vendor_CloseNoBuy_15 NPCTextAudio | 我没时间陪你发呆。 |
| Doryani_Vendor_CloseNoBuy_16 NPCTextAudio | 我没时间陪你发呆。 |
| Doryani_Vendor_Disenchant_Random NPCTextAudio | 我会把它分解掉。 |
| Doryani_Vendor_Disenchant_2 NPCTextAudio | 我会把它分解掉。 |
| Doryani_Vendor_Disenchant_3 NPCTextAudio | 我会把它分解掉。 |
| Doryani_Vendor_Disenchant_4 NPCTextAudio | 我会把它分解掉。 |
| Doryani_Vendor_Disenchant_5 NPCTextAudio | 分解成材料更有用。 |
| Doryani_Vendor_Disenchant_6 NPCTextAudio | 分解成材料更有用。 |
| Doryani_Vendor_Disenchant_7 NPCTextAudio | 分解成材料更有用。 |
| 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 | 换我也不留着它。 |
| Doryani_Vendor_Disenchant_13 NPCTextAudio | 换我也不留着它。 |
| Doryani_Vendor_Disenchant_14 NPCTextAudio | 换我也不留着它。 |
| Doryani_Vendor_Disenchant_15 NPCTextAudio | 换我也不留着它。 |
| Doryani_Vendor_OpenShop_Random NPCTextAudio | 好好选吧。 |
| Doryani_Vendor_OpenShop_2 NPCTextAudio | 好好选吧。 |
| Doryani_Vendor_OpenShop_3 NPCTextAudio | 好好选吧。 |
| Doryani_Vendor_OpenShop_4 NPCTextAudio | 好好选吧。 |
| Doryani_Vendor_OpenShop_5 NPCTextAudio | 这是我们的补给。 |
| Doryani_Vendor_OpenShop_6 NPCTextAudio | 这是我们的补给。 |
| Doryani_Vendor_OpenShop_7 NPCTextAudio | 这是我们的补给。 |
| Doryani_Vendor_OpenShop_8 NPCTextAudio | 这是我们的补给。 |
| Doryani_Vendor_OpenShop_9 NPCTextAudio | 只有这么多。 |
| Doryani_Vendor_OpenShop_10 NPCTextAudio | 只有这么多。 |
| Doryani_Vendor_OpenShop_11 NPCTextAudio | 只有这么多。 |
| Doryani_Vendor_OpenShop_12 NPCTextAudio | 只有这么多。 |
| Doryani_Vendor_OpenShop_13 NPCTextAudio | 快点。 |
| Doryani_Vendor_OpenShop_14 NPCTextAudio | 快点。 |
| Doryani_Vendor_OpenShop_15 NPCTextAudio | 快点。 |
| Doryani_Vendor_OpenShop_16 NPCTextAudio | 快点。 |
| Doryani_Vendor_SellGeneric_Random NPCTextAudio | 一笔有用的交易。 |
| Doryani_Vendor_SellGeneric_2 NPCTextAudio | 一笔有用的交易。 |
| Doryani_Vendor_SellGeneric_3 NPCTextAudio | 一笔有用的交易。 |
| Doryani_Vendor_SellGeneric_4 NPCTextAudio | 一笔有用的交易。 |
| Doryani_Vendor_SellGeneric_5 NPCTextAudio | 金子对我没用。拿去吧。 |
| Doryani_Vendor_SellGeneric_6 NPCTextAudio | 金子对我没用。拿去吧。 |
| Doryani_Vendor_SellGeneric_7 NPCTextAudio | 金子对我没用。拿去吧。 |
| Doryani_Vendor_SellGeneric_8 NPCTextAudio | 金子对我没用。拿去吧。 |
| 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 | 这个我用的上。 |
| Doryani_Vendor_SellGeneric_14 NPCTextAudio | 这个我用的上。 |
| Doryani_Vendor_SellGeneric_15 NPCTextAudio | 这个我用的上。 |
| Doryani_Vendor_SellGeneric_16 NPCTextAudio | 这个我用的上。 |
| Doryani_Vendor_SellWaystone_Random NPCTextAudio | 我该拿这个怎么办? |
| Doryani_Vendor_SellWaystone_2 NPCTextAudio | 我该拿这个怎么办? |
| Doryani_Vendor_SellWaystone_3 NPCTextAudio | 我该拿这个怎么办? |
| Doryani_Vendor_SellWaystone_4 NPCTextAudio | 我该拿这个怎么办? |
| Doryani_Vendor_SellWaystone_5 NPCTextAudio | 嗯……它在你手里能发挥更大作用。也罢。 |
| Doryani_Vendor_SellWaystone_6 NPCTextAudio | 嗯……它在你手里能发挥更大作用。也罢。 |
| Doryani_Vendor_SellWaystone_7 NPCTextAudio | 嗯……它在你手里能发挥更大作用。也罢。 |
| Doryani_Vendor_SellWaystone_8 NPCTextAudio | 嗯……它在你手里能发挥更大作用。也罢。 |
| Doryani_Vendor_SellWaystone_9 NPCTextAudio | I'll hold onto it. |
| Doryani_Vendor_SellWaystone_10 NPCTextAudio | I'll hold onto it. |
| Doryani_Vendor_SellWaystone_11 NPCTextAudio | I'll hold onto it. |
| Doryani_Vendor_SellWaystone_12 NPCTextAudio | I'll hold onto it. |
| Doryani_Vendor_SellWaystone_13 NPCTextAudio | 你应该用它,而不是卖了它。 |
| Doryani_Vendor_SellWaystone_14 NPCTextAudio | 你应该用它,而不是卖了它。 |
| Doryani_Vendor_SellWaystone_15 NPCTextAudio | 你应该用它,而不是卖了它。 |
| Doryani_Vendor_SellWaystone_16 NPCTextAudio | 你应该用它,而不是卖了它。 |
| Doryani_Inc_Wild_Impressive NPCTextAudio | 精彩。 |
| Doryani_Inc_Wild_ChaliceSubsequent NPCTextAudio | It is done. Let us proceed. |
| Doryani_Inc_Wild_ChaliceAgain_Random NPCTextAudio | 向前。 |
| Doryani_Inc_Wild_ChaliceAgain_2 NPCTextAudio | 向前。 |
| Doryani_Inc_Wild_ChaliceAgain_3 NPCTextAudio | 向前。 |
| Doryani_Inc_Wild_ChaliceAgain_4 NPCTextAudio | 向前。 |
| Doryani_Inc_Wild_ChaliceAgain_5 NPCTextAudio | 向前。 |
| Doryani_Inc_Wild_ChaliceAgain_6 NPCTextAudio | 向前。 |
| Doryani_Inc_Wild_RoyalMach NPCTextAudio | What? These are my inventions! |
| Doryani_Inc_Wild_LocusOfCorruption NPCTextAudio | Here it is. Paquate's greatest achievment... |
| Doryani_Inc_Wild_SolarNexus NPCTextAudio | So... the rumours were true! |
| Doryani_Inc_Wild_GlitteringHalls NPCTextAudio | They made soul cores here... out of those that displeased the Queen. |
| Doryani_Inc_Wild_Rumble NPCTextAudio | That rumble... she knows we're here. She's beginning the ritual! We must hurry! |
| Doryani_Inc_Wild_RunGeneralComment_Random NPCTextAudio | The Red Communion can still be stopped if we reach her in time! |
| Doryani_Inc_Wild_RunGeneralComment_2 NPCTextAudio | The Red Communion can still be stopped if we reach her in time! |
| Doryani_Inc_Wild_RunGeneralComment_3 NPCTextAudio | The Red Communion can still be stopped if we reach her in time! |
| Doryani_Inc_Wild_RunGeneralComment_4 NPCTextAudio | Ambient Corruption is rising! Make haste! |
| Doryani_Inc_Wild_RunGeneralComment_5 NPCTextAudio | Ambient Corruption is rising! Make haste! |
| Doryani_Inc_Wild_RunGeneralComment_6 NPCTextAudio | Ambient Corruption is rising! Make haste! |
| Doryani_Inc_Wild_RunGeneralComment_7 NPCTextAudio | At this rate, we're not going to make it! |
| Doryani_Inc_Wild_RunGeneralComment_8 NPCTextAudio | At this rate, we're not going to make it! |
| Doryani_Inc_Wild_RunGeneralComment_9 NPCTextAudio | At this rate, we're not going to make it! |
| Doryani_Inc_Wild_RunFight_Random NPCTextAudio | Get out of our way! |
| Doryani_Inc_Wild_RunFight_2 NPCTextAudio | You're all dead! I won't hesitate! |
| Doryani_Inc_Wild_RunFight_3 NPCTextAudio | Cut them down! They'll doom us all! |
| Doryani_Inc_Wild_RunFight_4 NPCTextAudio | Stay back, fools! |
| Doryani_Inc_Wild_RunFight_5 NPCTextAudio | We're trying to save you! |
| Doryani_Inc_Wild_RunFight_6 NPCTextAudio | Make way! |
| Doryani_Inc_Wild_PlayerHeavyStun_Random NPCTextAudio | Get up, will you? |
| Doryani_Inc_Wild_PlayerHeavyStun_2 NPCTextAudio | Get up, will you? |
| Doryani_Inc_Wild_PlayerHeavyStun_3 NPCTextAudio | Get up, will you? |
| Doryani_Inc_Wild_PlayerHeavyStun_4 NPCTextAudio | On your feet! |
| Doryani_Inc_Wild_PlayerHeavyStun_5 NPCTextAudio | On your feet! |
| Doryani_Inc_Wild_PlayerHeavyStun_6 NPCTextAudio | This is no time to rest! |
| Doryani_Inc_Wild_PlayerHeavyStun_7 NPCTextAudio | This is no time to rest! |
| Doryani_Inc_Wild_PlayerHeavyStun_8 NPCTextAudio | This is no time to rest! |
| Doryani_Inc_Wild_PlayerDies_Random NPCTextAudio | What an unglorious end. |
| Doryani_Inc_Wild_PlayerDies_2 NPCTextAudio | What an unglorious end. |
| Doryani_Inc_Wild_PlayerDies_3 NPCTextAudio | What an unglorious end. |
| Doryani_Inc_Wild_PlayerDies_4 NPCTextAudio | Really? Must I do everything myself? |
| Doryani_Inc_Wild_PlayerDies_5 NPCTextAudio | Really? Must I do everything myself? |
| Doryani_Inc_Wild_PlayerDies_6 NPCTextAudio | Really? Must I do everything myself? |
| Doryani_Inc_Wild_PlayerDies_7 NPCTextAudio | An unexpected turn of events... |
| Doryani_Inc_Wild_PlayerDies_8 NPCTextAudio | An unexpected turn of events... |
| Doryani_Inc_Wild_PlayerDies_9 NPCTextAudio | An unexpected turn of events... |
| Doryani_Inc_Wild_ArriveAtziriChambers NPCTextAudio | This is it! Her chambers... we're not too late... |
| Architect_Glyph_1 NPCTextAudio | Once again, Doryani and I argued over the consequences of the Red Communion. I suspect him. I believe he is moving against the Queen. I would inform her and have him tortured... but the other Architects would not support me in this. I will wait until I have proof. Perhaps his intellect will triumph over his emotions. We have all worked our entire lives to make this possible. The greatest minds humanity has ever known carried us this far, and they will carry us forward. The Vaal Empire will not fall. Atziri will ascend, and transfigure life as we know it. This much is certain. |
| Architect_Glyph_2 NPCTextAudio | Over and over... I pore over my designs constantly... I know Doryani, or his proxies, will try to stop Atziri's Ascension. Fools! I've calculated every result, every possible nuance... my perfect mechanism is not one design. It is a living machine, a temple construct, that can modify its internal structure to change and adapt. History will show... I am the greatest genius of the Vaal, not you, old friend... |
| Incursion_ArchitectDiaryGlyph_1 NPCTextAudio | Once again, Doryani and I argued over the consequences of the Red Communion. I suspect him. I believe he is moving against the Queen. I would inform her and have him tortured... but the other Architects would not support me in this. I will wait until I have proof. Perhaps his intellect will triumph over his emotions. We have all worked our entire lives to make this possible. The greatest minds humanity has ever known carried us this far, and they will carry us forward. The Vaal Empire will not fall. Atziri {will} ascend, and transfigure life as we know it. This much is certain. |
| Incursion_ArchitectDiaryGlyph_2 NPCTextAudio | Over and over... I pore over my designs constantly... I know Doryani, or his proxies, will try to stop Atziri's Ascension. Fools! I've calculated every result, every possible nuance... my perfect mechanism is not {one} design. It is a living machine, a temple construct, that can modify its internal structure to change and adapt. History will show... {I} am the greatest genius of the Vaal, not you, {old friend}... |
| AtziriPortal_RoyalAccessChamberFirstTime_One NPCTextAudio | Oh Doryani... your weakness shall mean your end. |
| AtziriPortal_RoyalAccessChamberSubsequent_B1st NPCTextAudio | I am the future, Doryani. You know this. |
| AtziriPortal_RoyalAccessChamberSubsequent_D1st NPCTextAudio | Perhaps the years have made you soft, Doryani... |
| Doryani_Inc_EnterChaliceRoom_A2_Alva NPCTextAudio | Hmm, this tome has drawings that look just like this room. |
| Doryani_Inc_EnterChaliceRoom_BOne NPCTextAudio | Tome? What tome? |
| Doryani_Inc_EnterChaliceRoom_B2_Alva NPCTextAudio | This one! I... found it in our explorations. |
| Doryani_Inc_EnterChaliceRoom_COne NPCTextAudio | That's the Eztli Pilli! How do you have that? |
| Doryani_Inc_EnterChaliceRoom_CTwo NPCTextAudio | It's forbidden knowledge... everything in there is too volatile or dangerous to use! |
| Doryani_Inc_EnterChaliceRoom_C3_Alva NPCTextAudio | It's a bit late to worry about that, isn't it? |
| Doryani_Inc_EnterChaliceRoom_C4_Alva NPCTextAudio | When fortune smiles, shake her hand, I always say. |
| Doryani_Inc_EnterChaliceRoom_DOne NPCTextAudio | Fine. Use it we shall. What does it say? |
| Doryani_Inc_EnterChaliceRoom_D2_Alva NPCTextAudio | It seems two High Priests must give a sacrifice of living blood. |
| Doryani_Inc_EnterChaliceRoom_D3_Alva NPCTextAudio | The medallion should then unlock the royal chambers. |
| Doryani_Inc_EnterChaliceRoom_EOne NPCTextAudio | Step forward with me. I am possessed by a peculiar notion. |
| Doryani_Inc_EnterChaliceRoom_E2_Alva NPCTextAudio | It worked! But why? |
| Doryani_Inc_EnterChaliceRoom_F NPCTextAudio | If I survive this, we'll speak on it later. Now, we must face my Queen. |
| Doryani_Inc_EnterChaliceRoom_F2_Alva NPCTextAudio | Understood. Good luck, you two! |
| Doryani_AgainBeforeChalice_Random NPCTextAudio | This time, we shall succeed. |
| Doryani_AgainBeforeChalice_2 NPCTextAudio | We must never give up! |
| Doryani_AgainBeforeChalice_3 NPCTextAudio | We have to keep trying! |
| Doryani_AgainBeforeChalice_4 NPCTextAudio | Once again. |
| Doryani_AgainBeforeChalice_5 NPCTextAudio | We must remain... hopeful. |
| Doryani_AgainAfterChalice_Random NPCTextAudio | We will not fail! |
| Doryani_AgainAfterChalice_2 NPCTextAudio | Give it everything you have! |
| Doryani_AgainAfterChalice_3 NPCTextAudio | This is the one! I know it. |
| Doryani_AgainAfterChalice_4 NPCTextAudio | Let nothing stop you. |
| Doryani_AfterFightThroughPortal NPCTextAudio | Come on! Hurry! |
| 多里亚尼的试作甲 UniqueItems | 宏伟计划终于迈出了第一步, 我们困惑已久,终于取得了进展。 ——神主多米纳斯 |
| 梦语之痕 UniqueItems | 多里亚尼误闯狂乱之境, 狂乱帝国之王因其苏醒。 |
| 重击之锤 UniqueItems | “富贵总是险中求, 但财货乃身外之物,哪会问去留。” ——瓦尔族多里亚尼 |
多里亚尼 Text Audio /535
多里亚尼
Doryani
多里亚尼 Doryani /5
| 名字 | 显示物品素质 |
|---|---|
| Category | 藏身处物品 |
| Hideout Doodad Category | NPC |
| Path of Exile 1 | 0 |
| Path of Exile 2 | 1 |
| Metadata | Metadata/Items/HideoutNPCs/Doryani |
多里亚尼
多里亚尼 on 尖塔 /2
战士: 我们面对的是来自地底的黑暗势力。 女巫: 深渊生物正试图利用瓦尔尖塔,我们总不能坐视不管吧。 魔巫: 黑暗中出现了瓦尔尖塔。远古的敌人一定别有所图。 游侠: 我在地底深处见到了瓦尔建筑。正被深渊生物所利用。 女猎手: 地下有……尖塔。和我在乌扎尔见过的一模一样。 行者: 我看到了深渊生物在使用瓦尔建筑。 佣兵: 下面那些生物在摆弄你们的瓦尔科技。 德鲁伊: I encountered dark beings, way down below.
|
多里亚尼: 听起来确实像我们的技术。建筑师托钵塔特曾进行过气象实验。 |
多里亚尼 on 第三敕令 /5
战士: 你认为那些敕令是什么? 女巫: 那么这些……敕令呢? 魔巫: 这些“敕令”是什么? 游侠: 你知道这些敕令是什么吗? 女猎手: 这些“敕令”究竟是什么? 行者: 我们对敕令有任何了解吗? 佣兵: 知道那些“敕令”的情况吗? 德鲁伊: These 'Edicts'... what are they? |
多里亚尼: 我们掌握的信息寥寥无几,但如果腐化之种是第二敕令的器具…… |
兜帽密师: 我看到的第一幅壁画已经破损……但肯定曾有内容。 |
多里亚尼: 嗯。每当瓦尔人建造危险物品时,我们也会同步开展相应的项目…… |
兜帽密师: 那我们就这样决定了。 |
多里亚尼 on 先驱熔炉 /4
战士: 这个先驱熔炉可能是什么模样? 女巫: 先驱熔炉……我们要找的是什么? 魔巫: 关于这个熔炉我们知道些什么? 游侠: 我们对熔炉有什么了解吗? 女猎手: 告诉我熔炉的情况。 行者: 我们要追寻何物?这熔炉什么模样? 佣兵: 我们要找熔炉?什么类型的? 德鲁伊: This Precursor forge... what are we huntin' for, exactly? |
多里亚尼: 它比瓦尔克拉斯上任何文明都要久远。只有石制结构能保存至今。 |
战士: 可我们怎么认出来?到处都是石头建筑。 女巫: 先驱的手艺还有别的显著特征吗? 魔巫: 我不知道该如何识别目标。 游侠: 关于他们的建筑风格,还有什么我需要注意的? 女猎手: 我见过不少石制建筑。怎么分辨哪些是他们的作品? 行者: 线索太少了。我如何知道眼前的是先驱设计的? 佣兵: 我怎么判断某样东西是先驱制造的? 德鲁伊: Stone's everywhere, lad. Might as well tell me to search the sea for water. |
多里亚尼: 他们曾是那个世界的霸主。他们建造的结构,哪怕只剩残骸也足以震撼人心……连我也深受震撼。 |
多里亚尼 on 君锋镇 /7
多里亚尼: 就是这里?这……就是君锋镇?我怀疑科学文明根本没能在这里复苏。 |
兜帽密师: 你们那个年代是不同,但也别小看卡古兰人。他们深具潜力。 |
多里亚尼: 哼……走着瞧吧。 |
女猎手: 喂,阿尔瓦去哪儿了? 行者: 所以……阿尔瓦去哪了? 战士: 阿尔瓦呢? 女巫: 那个乐观过头的家伙呢? 魔巫: 阿尔瓦去哪儿了? 游侠: 阿尔瓦往这边来了吗? 佣兵: 话说……阿尔瓦人呢? 德鲁伊: Where's Alva got to? |
兜帽密师: 她先一步去见本地联络人了。 |
多里亚尼: 我们得弄艘船游览群岛。必须要开始寻找武器碎片了。 |
女猎手: 安分点行不行? 行者: 那么,我不在的时候也请保持克制。 战士: 我不在时,你们俩好好相处。 女巫: 要决斗也请等我回来再说……随便你们了。 魔巫: 拜托,我走后请你们俩暂且放下分歧。 游侠: 我不在的时候,尽量别吵得太凶,可以吗? 佣兵: 行了,我走后你们别打起来,我还想看热闹呢。 德鲁伊: Save yer strength, lads. Dinnae waste it snappin' at each other. |
多里亚尼 on 壁画 /3
多里亚尼: 我必须同意……兜帽密师的观点。有人刻意雕刻了意在未来被发现的信息。 |
战士: 有人想要处置掉它吗? 女巫: 所以有人不希望它存在? 魔巫: 为什么会有人试图销毁它? 游侠: 他们为什么要试图丢弃它? 女猎手: 有人想让它消失? 行者: 有趣。有人试图让它彻底消失? 佣兵: 这么说,有人希望它消失,对吧? 德鲁伊: So they sought to bury it... but why? |
多里亚尼: 他们的动机不明。 |
多里亚尼 on 武器 /3
多里亚尼 on 瓦尔人 /2
战士: 这件事了结之后……你想要那把武器,对不对?你想回去阻止你们那里的灾变? 女巫: 得了吧,多里亚尼。你显然想带着武器回去拯救你的子民。我又不是傻子。 魔巫: 你是不是打算回去阻止你们那里的灾变? 游侠: 总有一天,你会带着武器回去拯救你的子民吗? 女猎手: 一切结束后你准备做什么?回到你的子民那里试图拯救他们? 行者: 你的子民呢?事了之后你会试图用武器拯救他们吗? 佣兵: 那瓦尔人怎么办?我们有这个第三敕令,能救救他们吗? 德鲁伊: Speak plain - when this is over, will ye wield the Weapon to save yer people? |
多里亚尼: 我办不到。遗憾的是,时间法则不是这样运转的。 |
Doryani on Our Failure /1
多里亚尼: I cannot believe it... damn it all! |
Doryani on Grand Phylactory /33
多里亚尼: This was no place of industry. It was meant to torture those that drew the ire of the Queen. |
战士: How could your people allow such horrors? |
多里亚尼: The strongest gems belonged to the royal family. Who could stop her? |
野蛮人: [DNT] |
多里亚尼: [DNT] |
野蛮人: [DNT] |
多里亚尼: [DNT] |
女巫: Torture should be a tool, not a pleasure. |
多里亚尼: A moral I wish my Queen shared. |
魔巫: How much do those souls trapped in Cores suffer? |
多里亚尼: There is no way to measure the level of awareness possessed by those trapped in Soul Cores... |
魔巫: And there is no way out? No penance, no term of service? |
多里亚尼: None. |
魔巫: Barbaric. |
游侠: Isn't this what you two sought? Wouldn't you last forever - in one of those Cores? |
多里亚尼: It is a kind of immortality, yes, but not the kind sought by the sane. |
女猎手: Spirit's breath... This is horrifyin'. Tell me there's an end to it', at least. |
多里亚尼: Eventually, the crystal will degrade. |
女猎手: Eventually? Ugh. |
佣兵: Seems a bit excessive. |
多里亚尼: The cruelty {is} the point. |
行者: How long can the mind last, being trapped without end in a Soul Core? |
多里亚尼: There is no way to know, but I would hope not to find out. |
德鲁伊: No one could stop her? |
多里亚尼: They didn't want to. They adored her. |
德鲁伊: Aye... I've seen how madness like that takes root. |
暗影: [DNT] |
多里亚尼: [DNT] |
暗影: [DNT] |
圣堂武僧: [DNT] |
多里亚尼: [DNT] |
决斗者: [DNT] |
多里亚尼: [DNT] |
Doryani on 灾变 /1
多里亚尼: That was... I thought I knew what to expect, but I could never have guessed how brutal the Red Communion would truly be. |
Doryani on Locus of Corruption /31
多里亚尼: Look around you. This is the height of progress. |
战士: I've only ever seen Corruption {ruin} good weapons. |
多里亚尼: Perhaps it's more art than science. |
女巫: What did that entail, exactly? |
多里亚尼: We delved into the very secrets of existence here, and even began altering reality itself, in a limited fashion... |
女巫: That sounds... oddly familiar. |
多里亚尼: Hmmm... like the Precursors themselves, perhaps we were already on a doomed path... |
魔巫: The Maraketh are honour-bound to seek out and destroy Corruption such as this. |
多里亚尼: Perhaps you should think carefully before you reject the power Corruption offers. |
魔巫: I said 'the Maraketh.' I left before I took the oath. |
游侠: In such a place, I can understand how such power seduced your people. |
多里亚尼: It is as beautiful as it is dangerous. |
女猎手: Lotta {rathin}, all in one place. Gives me shivers. |
多里亚尼: Best not touch anything in here, then. |
佣兵: Is not very impressive. Quite dim in here. |
多里亚尼: You don't see the intense red light? |
佣兵: Looks grey to me. |
多里亚尼: I never know if you're being serious or not. |
佣兵: Dead serious, mate. Can't see shite. |
多里亚尼: So red... and probably green... wait, how do you know which gems are which? |
佣兵: Gems have colours?! |
行者: Your people truly were impressive. |
多里亚尼: There's no telling what we could have achieved, had we more time. |
德鲁伊: The height of progress... the deepest perversion of the natural order. |
多里亚尼: And what did serving the natural order get you and your kind? |
德鲁伊: You best watch yourself. |
暗影: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
决斗者: [DNT] |
多里亚尼: [DNT] |
Doryani on Access Chamber /11
阿尔瓦: Hmm, this tome has drawings that look just like this room. |
多里亚尼: Tome? What tome? |
阿尔瓦: This one! I... found it in our explorations. |
多里亚尼: That's the Eztli Pilli! How do you have that? |
多里亚尼: It's forbidden knowledge... everything in there is too volatile or dangerous to use! |
阿尔瓦: It's a bit late to worry about that, isn't it? |
阿尔瓦: When fortune smiles, shake her hand, I always say. |
多里亚尼: Fine. Use it we shall. What does it say? |
阿尔瓦: It seems two High Priests must give a sacrifice of living blood. |
阿尔瓦: The medallion should then unlock the royal chambers. |
多里亚尼: Step forward with me. I am possessed by a peculiar notion. |
Doryani on Foolish Failure /3
Doryani on The Access Chamber /6
多里亚尼: She is within our grasp! |
阿尔瓦: {We?} |
多里亚尼: I must teach someone what I know, in case I die in the attempt. |
阿尔瓦: That was almost a compliment! You must be serious about this. |
多里亚尼: There is nothing in this world I take more seriously. |
阿尔瓦: Alright then. I'll do it. {We} will meet you at the Royal Access Chamber. |
Doryani on The Mission /39
多里亚尼: Yes... through that gateway lies the royal temple, on the day of the Cataclysm. |
战士: You intend to slay your own Queen, don't you? |
多里亚尼: Would you not do whatever it takes to save your own? |
战士: Yes. And I did. What do you suggest? |
女巫: So there'll be two of me running around the Vaal empire? One here, one in Utzaal? |
多里亚尼: Yes... make sure not to meet yourself. |
女巫: Probably for the best. I doubt we'd get along. What's the plan, then? |
魔巫: Do you believe we can change what happened? 魔巫: It'll be like entering a tale... but can the ending be changed? |
多里亚尼: I do not know. Truly... but you, tale-woman, you have a special relationship with the element Time, do you not? 多里亚尼: I do not know. But we have to try. |
魔巫: Yes... there may be a chance. I will do my best. |
佣兵: And I suppose you'll be wantin' me to dish out a bit o' violence? |
多里亚尼: I'd be disappointed if you didn't. |
佣兵: Heh. What's the plan? |
行者: Is this wise? I know what you're thinking. |
多里亚尼: Wise, perhaps not. Necessary... yes. |
游侠: This seems like a bad idea. |
多里亚尼: Yes, it is. It's a very bad idea. |
游侠: Just so long as we're clear. Now, what do you have in mind? |
女猎手: Tryin' to get me killed, are ya? |
多里亚尼: Not killed – I mean to change what happened that day. If such a thing is even possible. |
女猎手: Fine. Tell me what needs doin'. |
德鲁伊: If we can stop Atziri... could other things be changed? |
多里亚尼: If we manage to defy the rules of existence once... twice seems just as likely. |
德鲁伊: Then tell me what needs doin'. |
决斗者: [DNT] |
多里亚尼: [DNT] |
决斗者: [DNT] |
野蛮人: [DNT] |
多里亚尼: [DNT] |
暗影: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
多里亚尼: [DNT] |
多里亚尼: Enter the gateway. Find Xipocado. He is the only one who can give us access to the Queen's chambers. |
阿尔瓦: We'll do our best. In the meantime, we can get our hands on Atziri's considerable assets! |
多里亚尼: {Excuse me?} |
阿尔瓦: Her legendary treasure vaults! |
多里亚尼: Oh... of course. Do as you wish in that regard. It hardly matters now. |
阿尔瓦: That's what I like to hear. Let's go! |
Doryani on The Mission /39
多里亚尼: Yes... through that gateway lies the royal temple, on the day of the Cataclysm. |
战士: You intend to slay your own Queen, don't you? |
多里亚尼: Would you not do whatever it takes to save your own? |
战士: Yes. And I did. What do you suggest? |
女巫: So there'll be two of me running around the Vaal empire? One here, one in Utzaal? |
多里亚尼: Yes... make sure not to meet yourself. |
女巫: Probably for the best. I doubt we'd get along. What's the plan, then? |
魔巫: Do you believe we can change what happened? 魔巫: It'll be like entering a tale... but can the ending be changed? |
多里亚尼: I do not know. Truly... but you, tale-woman, you have a special relationship with the element Time, do you not? 多里亚尼: I do not know. But we have to try. |
魔巫: Yes... there may be a chance. I will do my best. |
佣兵: And I suppose you'll be wantin' me to dish out a bit o' violence? |
多里亚尼: I'd be disappointed if you didn't. |
佣兵: Heh. What's the plan? |
行者: Is this wise? I know what you're thinking. |
多里亚尼: Wise, perhaps not. Necessary... yes. |
游侠: This seems like a bad idea. |
多里亚尼: Yes, it is. It's a very bad idea. |
游侠: Just so long as we're clear. Now, what do you have in mind? |
女猎手: Tryin' to get me killed, are ya? |
多里亚尼: Not killed – I mean to change what happened that day. If such a thing is even possible. |
女猎手: Fine. Tell me what needs doin'. |
德鲁伊: If we can stop Atziri... could other things be changed? |
多里亚尼: If we manage to defy the rules of existence once... twice seems just as likely. |
德鲁伊: Then tell me what needs doin'. |
决斗者: [DNT] |
多里亚尼: [DNT] |
决斗者: [DNT] |
野蛮人: [DNT] |
多里亚尼: [DNT] |
暗影: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
多里亚尼: [DNT] |
多里亚尼: Enter the gateway. Find Xipocado. He is the only one who can give us access to the Queen's chambers. |
阿尔瓦: We'll do our best. In the meantime, we can get our hands on Atziri's considerable assets! |
多里亚尼: {Excuse me?} |
阿尔瓦: Her legendary treasure vaults! |
多里亚尼: Oh... of course. Do as you wish in that regard. It hardly matters now. |
阿尔瓦: That's what I like to hear. Let's go! |
Doryani on Gemling Danger /1
多里亚尼: You should leave quickly. Your gems... when the first wave of Corruption radiates, you'll suffer a fate worse than death. |
Doryani on Lira Vaal /3
多里亚尼: This is where it all began... Lira Vaal. Atziri's royal court. |
阿尔瓦: Yes. Well... we've been, ah, {exploring} the central temple... very respectfully, of course! It's still in pretty good shape... |
多里亚尼: I believed all this would be destroyed... |
Doryani on Lira Vaal /3
多里亚尼: This is where it all began... Lira Vaal. Atziri's royal court. |
阿尔瓦: Yes. Well... we've been, ah, {exploring} the central temple... very respectfully, of course! It's still in pretty good shape... |
多里亚尼: I believed all this would be destroyed... |
Doryani on Stone Legion /27
多里亚尼: These are my mechanisms... my creations. Xipocado must have had spies amongst my workshops. |
战士: Of course. The only thing. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
女巫: Ha! You {must} be joking. |
多里亚尼: When he has nothing else, a man must still have his pride. |
女巫: I've... been there. You keep your pride. It's the only thing that no one can take from you. |
魔巫: Then you should rebuild it, and we should have a fair rematch. |
多里亚尼: A rematch? Ah... perhaps... once all this business is over with. |
游侠: I would never have let any machine stop me. |
多里亚尼: After seeing your resolve... I believe you. |
女猎手: Too bad it's over and done with now. |
多里亚尼: Yes... a shame. |
佣兵: Yeah, I barely had ya. If it hadn't been sabotaged, I'da been cooked for sure. |
多里亚尼: Do not mock me. |
佣兵: What, I'm tryin' to be polite! |
多里亚尼: And I appreciate it. |
行者: Hmm. Yes. Surely. |
多里亚尼: Say no more. |
德鲁伊: Could you really have won? Time and history had already been decided. |
多里亚尼: Hmm... true... it was a doomed battle from the start. |
暗影: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
多里亚尼: [DNT] |
决斗者: [DNT] |
多里亚尼: [DNT] |
Doryani on Atziri's Beauty /20
多里亚尼: Atziri is beautiful, as most women are, in their own ways. Her aura of dominance stems from a very different source... her callousness. |
战士: That's a war a man cannot win on his own. |
多里亚尼: Aptly put. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
女巫: That's pathetic. |
女猎手: Sad thing, seein' men fall so low. |
多里亚尼: Yes... it is. |
魔巫: That is why Sekhemas are bound by duty, not whim. You let your Queen run amok. |
多里亚尼: Yes. We all did. |
行者: The court of a tyrant. |
暗影: [DNT] |
圣堂武僧: [DNT] |
德鲁伊: I know that feeling well. It creeps upon you like a shadow. |
决斗者: [DNT] |
游侠: Do men really behave like that? That just sounds... crazy. |
多里亚尼: It must be a form of insanity, yes. |
佣兵: She could break my spirit any day. |
多里亚尼: Please. Do not jest. |
佣兵: You see me laughin', mate? |
Doryani on Atziri's Beauty /20
多里亚尼: Atziri is beautiful, as most women are, in their own ways. Her aura of dominance stems from a very different source... her callousness. |
战士: That's a war a man cannot win on his own. |
多里亚尼: Aptly put. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
女巫: That's pathetic. |
女猎手: Sad thing, seein' men fall so low. |
多里亚尼: Yes... it is. |
魔巫: That is why Sekhemas are bound by duty, not whim. You let your Queen run amok. |
多里亚尼: Yes. We all did. |
行者: The court of a tyrant. |
暗影: [DNT] |
圣堂武僧: [DNT] |
德鲁伊: I know that feeling well. It creeps upon you like a shadow. |
决斗者: [DNT] |
游侠: Do men really behave like that? That just sounds... crazy. |
多里亚尼: It must be a form of insanity, yes. |
佣兵: She could break my spirit any day. |
多里亚尼: Please. Do not jest. |
佣兵: You see me laughin', mate? |
Doryani on Atziri's Beauty /20
多里亚尼: Atziri is beautiful, as most women are, in their own ways. Her aura of dominance stems from a very different source... her callousness. |
战士: That's a war a man cannot win on his own. |
多里亚尼: Aptly put. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
女巫: That's pathetic. |
女猎手: Sad thing, seein' men fall so low. |
多里亚尼: Yes... it is. |
魔巫: That is why Sekhemas are bound by duty, not whim. You let your Queen run amok. |
多里亚尼: Yes. We all did. |
行者: The court of a tyrant. |
暗影: [DNT] |
圣堂武僧: [DNT] |
德鲁伊: I know that feeling well. It creeps upon you like a shadow. |
决斗者: [DNT] |
游侠: Do men really behave like that? That just sounds... crazy. |
多里亚尼: It must be a form of insanity, yes. |
佣兵: She could break my spirit any day. |
多里亚尼: Please. Do not jest. |
佣兵: You see me laughin', mate? |
Doryani on Atziri's Beauty /20
多里亚尼: Atziri is beautiful, as most women are, in their own ways. Her aura of dominance stems from a very different source... her callousness. |
战士: That's a war a man cannot win on his own. |
多里亚尼: Aptly put. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
女巫: That's pathetic. |
女猎手: Sad thing, seein' men fall so low. |
多里亚尼: Yes... it is. |
魔巫: That is why Sekhemas are bound by duty, not whim. You let your Queen run amok. |
多里亚尼: Yes. We all did. |
行者: The court of a tyrant. |
暗影: [DNT] |
圣堂武僧: [DNT] |
德鲁伊: I know that feeling well. It creeps upon you like a shadow. |
决斗者: [DNT] |
游侠: Do men really behave like that? That just sounds... crazy. |
多里亚尼: It must be a form of insanity, yes. |
佣兵: She could break my spirit any day. |
多里亚尼: Please. Do not jest. |
佣兵: You see me laughin', mate? |
Doryani on Atziri's Beauty /20
多里亚尼: Atziri is beautiful, as most women are, in their own ways. Her aura of dominance stems from a very different source... her callousness. |
战士: That's a war a man cannot win on his own. |
多里亚尼: Aptly put. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
女巫: That's pathetic. |
女猎手: Sad thing, seein' men fall so low. |
多里亚尼: Yes... it is. |
魔巫: That is why Sekhemas are bound by duty, not whim. You let your Queen run amok. |
多里亚尼: Yes. We all did. |
行者: The court of a tyrant. |
暗影: [DNT] |
圣堂武僧: [DNT] |
德鲁伊: I know that feeling well. It creeps upon you like a shadow. |
决斗者: [DNT] |
游侠: Do men really behave like that? That just sounds... crazy. |
多里亚尼: It must be a form of insanity, yes. |
佣兵: She could break my spirit any day. |
多里亚尼: Please. Do not jest. |
佣兵: You see me laughin', mate? |
Doryani on Atziri's Beauty /20
多里亚尼: Atziri is beautiful, as most women are, in their own ways. Her aura of dominance stems from a very different source... her callousness. |
战士: That's a war a man cannot win on his own. |
多里亚尼: Aptly put. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
女巫: That's pathetic. |
女猎手: Sad thing, seein' men fall so low. |
多里亚尼: Yes... it is. |
魔巫: That is why Sekhemas are bound by duty, not whim. You let your Queen run amok. |
多里亚尼: Yes. We all did. |
行者: The court of a tyrant. |
暗影: [DNT] |
圣堂武僧: [DNT] |
德鲁伊: I know that feeling well. It creeps upon you like a shadow. |
决斗者: [DNT] |
游侠: Do men really behave like that? That just sounds... crazy. |
多里亚尼: It must be a form of insanity, yes. |
佣兵: She could break my spirit any day. |
多里亚尼: Please. Do not jest. |
佣兵: You see me laughin', mate? |
Doryani on Atziri's Beauty /20
多里亚尼: Atziri is beautiful, as most women are, in their own ways. Her aura of dominance stems from a very different source... her callousness. |
战士: That's a war a man cannot win on his own. |
多里亚尼: Aptly put. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
女巫: That's pathetic. |
女猎手: Sad thing, seein' men fall so low. |
多里亚尼: Yes... it is. |
魔巫: That is why Sekhemas are bound by duty, not whim. You let your Queen run amok. |
多里亚尼: Yes. We all did. |
行者: The court of a tyrant. |
暗影: [DNT] |
圣堂武僧: [DNT] |
德鲁伊: I know that feeling well. It creeps upon you like a shadow. |
决斗者: [DNT] |
游侠: Do men really behave like that? That just sounds... crazy. |
多里亚尼: It must be a form of insanity, yes. |
佣兵: She could break my spirit any day. |
多里亚尼: Please. Do not jest. |
佣兵: You see me laughin', mate? |
Doryani on 阿佐亚特恶魔 /3
多里亚尼: That is what we called... it's hard to explain. |
游侠: The treasure. 女猎手: The treasure. 暗影: The treasure. 行者: The treasure. 女巫: The treasure. 魔巫: The treasure. 野蛮人: The treasure. 战士: The treasure. 决斗者: The treasure. 佣兵: The treasure. 圣堂武僧: The treasure. 德鲁伊: The treasure. |
多里亚尼: Yes. The treasure. |
Doryani on 阿佐亚特恶魔 /3
多里亚尼: That is what we called... it's hard to explain. |
游侠: The treasure. 女猎手: The treasure. 暗影: The treasure. 行者: The treasure. 女巫: The treasure. 魔巫: The treasure. 野蛮人: The treasure. 战士: The treasure. 决斗者: The treasure. 佣兵: The treasure. 圣堂武僧: The treasure. 德鲁伊: The treasure. |
多里亚尼: Yes. The treasure. |
Doryani on 阿佐亚特恶魔 /3
多里亚尼: That is what we called... it's hard to explain. |
游侠: The treasure. 女猎手: The treasure. 暗影: The treasure. 行者: The treasure. 女巫: The treasure. 魔巫: The treasure. 野蛮人: The treasure. 战士: The treasure. 决斗者: The treasure. 佣兵: The treasure. 圣堂武僧: The treasure. 德鲁伊: The treasure. |
多里亚尼: Yes. The treasure. |
Doryani on 阿佐亚特恶魔 /3
多里亚尼: That is what we called... it's hard to explain. |
游侠: The treasure. 女猎手: The treasure. 暗影: The treasure. 行者: The treasure. 女巫: The treasure. 魔巫: The treasure. 野蛮人: The treasure. 战士: The treasure. 决斗者: The treasure. 佣兵: The treasure. 圣堂武僧: The treasure. 德鲁伊: The treasure. |
多里亚尼: Yes. The treasure. |
Doryani on 阿佐亚特恶魔 /3
多里亚尼: That is what we called... it's hard to explain. |
游侠: The treasure. 女猎手: The treasure. 暗影: The treasure. 行者: The treasure. 女巫: The treasure. 魔巫: The treasure. 野蛮人: The treasure. 战士: The treasure. 决斗者: The treasure. 佣兵: The treasure. 圣堂武僧: The treasure. 德鲁伊: The treasure. |
多里亚尼: Yes. The treasure. |
Doryani on 阿佐亚特恶魔 /3
多里亚尼: That is what we called... it's hard to explain. |
游侠: The treasure. 女猎手: The treasure. 暗影: The treasure. 行者: The treasure. 女巫: The treasure. 魔巫: The treasure. 野蛮人: The treasure. 战士: The treasure. 决斗者: The treasure. 佣兵: The treasure. 圣堂武僧: The treasure. 德鲁伊: The treasure. |
多里亚尼: Yes. The treasure. |
Doryani on 阿佐亚特恶魔 /3
多里亚尼: That is what we called... it's hard to explain. |
游侠: The treasure. 女猎手: The treasure. 暗影: The treasure. 行者: The treasure. 女巫: The treasure. 魔巫: The treasure. 野蛮人: The treasure. 战士: The treasure. 决斗者: The treasure. 佣兵: The treasure. 圣堂武僧: The treasure. 德鲁伊: The treasure. |
多里亚尼: Yes. The treasure. |
Doryani on The Eztli Pilli /26
多里亚尼: For a time, the Queen's interests aligned with my own. |
战士: You were complicit. |
多里亚尼: Yes. I make no excuses. I did what I had to do. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
女猎手: A dangerous pursuit. |
暗影: [DNT] |
多里亚尼: The most dangerous. My search risked everything. |
多里亚尼: We were not the first to do so, either. The Eztli Pilli was already many centuries old when it passed to me. |
圣堂武僧: [DNT] |
多里亚尼: [DNT] |
魔巫: From what I learned, the Vaal grew fat off the riches - and ruins - of others. |
行者: You built on lost knowledge that led others to ruin. |
德鲁伊: So your learning stemmed from what others grew before you. |
多里亚尼: Yes. The Vaal developed the ability to implant souls into crystals based on ancient necromantic artifacts found deep underground. |
多里亚尼: Everything we deemed too volatile, dangerous, or useless, we sealed away in the Eztli Pilli, guarded by eighty-seven traps. |
佣兵: That's our Miss Valai. |
决斗者: [DNT] |
女巫: She does tend to do that. |
多里亚尼: How do you put up with her? |
女巫: Her optimism is repulsive but... she's not the worst. |
多里亚尼: From you, that's high praise. Perhaps I'll rethink my annoyance. |
游侠: She's not going to change just because you wish it. |
多里亚尼: I would never demean a lady of the Vaal by asking her to diminish herself. It's just... |
游侠: The {pluckiness.} |
多里亚尼: Yes. The 'pluckiness.' |
Doryani on Fate of the Vaal /15
多里亚尼: My Patron warned that Fate would torment me. And yet, even knowing the futility of my efforts, I am compelled to try anyway. |
战士: It is the fight that matters, not victory. |
野蛮人: [DNT] |
决斗者: [DNT] |
女巫: Can we really change what has already transpired? Is it {possible?} |
魔巫: No matter how hard we fight, Time will not bend to your will. |
行者: The past is not ours to change. |
暗影: [DNT] |
游侠: Maybe we can't change it. But I'll keep trying, as long as we're allies. |
多里亚尼: I once lamented that I could save the Vaal, had I but time. Now I have all the time I could ever want. |
女猎手: You mean {we} will try again and again. |
德鲁伊: That way lies madness, but I cannae fault you. |
佣兵: That's it. Keep up the good fight. What Patron is that, by the way? |
多里亚尼: We will talk about that when the time is right. They took an interest in me after my Trial... greatly amused them. |
佣兵: Now there's a story I'm dyin' to hear. |
Doryani on Fate of the Vaal /15
多里亚尼: My Patron warned that Fate would torment me. And yet, even knowing the futility of my efforts, I am compelled to try anyway. |
战士: It is the fight that matters, not victory. |
野蛮人: [DNT] |
决斗者: [DNT] |
女巫: Can we really change what has already transpired? Is it {possible?} |
魔巫: No matter how hard we fight, Time will not bend to your will. |
行者: The past is not ours to change. |
暗影: [DNT] |
游侠: Maybe we can't change it. But I'll keep trying, as long as we're allies. |
多里亚尼: I once lamented that I could save the Vaal, had I but time. Now I have all the time I could ever want. |
女猎手: You mean {we} will try again and again. |
德鲁伊: That way lies madness, but I cannae fault you. |
佣兵: That's it. Keep up the good fight. What Patron is that, by the way? |
多里亚尼: We will talk about that when the time is right. They took an interest in me after my Trial... greatly amused them. |
佣兵: Now there's a story I'm dyin' to hear. |
Doryani on Fate of the Vaal /15
多里亚尼: My Patron warned that Fate would torment me. And yet, even knowing the futility of my efforts, I am compelled to try anyway. |
战士: It is the fight that matters, not victory. |
野蛮人: [DNT] |
决斗者: [DNT] |
女巫: Can we really change what has already transpired? Is it {possible?} |
魔巫: No matter how hard we fight, Time will not bend to your will. |
行者: The past is not ours to change. |
暗影: [DNT] |
游侠: Maybe we can't change it. But I'll keep trying, as long as we're allies. |
多里亚尼: I once lamented that I could save the Vaal, had I but time. Now I have all the time I could ever want. |
女猎手: You mean {we} will try again and again. |
德鲁伊: That way lies madness, but I cannae fault you. |
佣兵: That's it. Keep up the good fight. What Patron is that, by the way? |
多里亚尼: We will talk about that when the time is right. They took an interest in me after my Trial... greatly amused them. |
佣兵: Now there's a story I'm dyin' to hear. |
Doryani on Fate of the Vaal /15
多里亚尼: My Patron warned that Fate would torment me. And yet, even knowing the futility of my efforts, I am compelled to try anyway. |
战士: It is the fight that matters, not victory. |
野蛮人: [DNT] |
决斗者: [DNT] |
女巫: Can we really change what has already transpired? Is it {possible?} |
魔巫: No matter how hard we fight, Time will not bend to your will. |
行者: The past is not ours to change. |
暗影: [DNT] |
游侠: Maybe we can't change it. But I'll keep trying, as long as we're allies. |
多里亚尼: I once lamented that I could save the Vaal, had I but time. Now I have all the time I could ever want. |
女猎手: You mean {we} will try again and again. |
德鲁伊: That way lies madness, but I cannae fault you. |
佣兵: That's it. Keep up the good fight. What Patron is that, by the way? |
多里亚尼: We will talk about that when the time is right. They took an interest in me after my Trial... greatly amused them. |
佣兵: Now there's a story I'm dyin' to hear. |
Doryani on Fate of the Vaal /15
多里亚尼: My Patron warned that Fate would torment me. And yet, even knowing the futility of my efforts, I am compelled to try anyway. |
战士: It is the fight that matters, not victory. |
野蛮人: [DNT] |
决斗者: [DNT] |
女巫: Can we really change what has already transpired? Is it {possible?} |
魔巫: No matter how hard we fight, Time will not bend to your will. |
行者: The past is not ours to change. |
暗影: [DNT] |
游侠: Maybe we can't change it. But I'll keep trying, as long as we're allies. |
多里亚尼: I once lamented that I could save the Vaal, had I but time. Now I have all the time I could ever want. |
女猎手: You mean {we} will try again and again. |
德鲁伊: That way lies madness, but I cannae fault you. |
佣兵: That's it. Keep up the good fight. What Patron is that, by the way? |
多里亚尼: We will talk about that when the time is right. They took an interest in me after my Trial... greatly amused them. |
佣兵: Now there's a story I'm dyin' to hear. |
Doryani on Fate of the Vaal /15
多里亚尼: My Patron warned that Fate would torment me. And yet, even knowing the futility of my efforts, I am compelled to try anyway. |
战士: It is the fight that matters, not victory. |
野蛮人: [DNT] |
决斗者: [DNT] |
女巫: Can we really change what has already transpired? Is it {possible?} |
魔巫: No matter how hard we fight, Time will not bend to your will. |
行者: The past is not ours to change. |
暗影: [DNT] |
游侠: Maybe we can't change it. But I'll keep trying, as long as we're allies. |
多里亚尼: I once lamented that I could save the Vaal, had I but time. Now I have all the time I could ever want. |
女猎手: You mean {we} will try again and again. |
德鲁伊: That way lies madness, but I cannae fault you. |
佣兵: That's it. Keep up the good fight. What Patron is that, by the way? |
多里亚尼: We will talk about that when the time is right. They took an interest in me after my Trial... greatly amused them. |
佣兵: Now there's a story I'm dyin' to hear. |
Doryani on Fate of the Vaal /15
多里亚尼: My Patron warned that Fate would torment me. And yet, even knowing the futility of my efforts, I am compelled to try anyway. |
战士: It is the fight that matters, not victory. |
野蛮人: [DNT] |
决斗者: [DNT] |
女巫: Can we really change what has already transpired? Is it {possible?} |
魔巫: No matter how hard we fight, Time will not bend to your will. |
行者: The past is not ours to change. |
暗影: [DNT] |
游侠: Maybe we can't change it. But I'll keep trying, as long as we're allies. |
多里亚尼: I once lamented that I could save the Vaal, had I but time. Now I have all the time I could ever want. |
女猎手: You mean {we} will try again and again. |
德鲁伊: That way lies madness, but I cannae fault you. |
佣兵: That's it. Keep up the good fight. What Patron is that, by the way? |
多里亚尼: We will talk about that when the time is right. They took an interest in me after my Trial... greatly amused them. |
佣兵: Now there's a story I'm dyin' to hear. |
Doryani on 宝石 /26
多里亚尼: Each gem we mined seemed to take after a particular portion of a myth or belief. |
战士: So they come from the gods? |
多里亚尼: No... they come from us. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
女巫: Curious. I think I'm beginning to understand the true nature of this world. |
多里亚尼: You have a unique mind. I have no doubt you will expand humanity's knowledge. |
女巫: Not if I keep it all for myself. |
圣堂武僧: [DNT] |
游侠: Ah, so what people believe becomes fragmented... crystallised... |
德鲁伊: So the gems of each era are different, because prevailing beliefs have changed... |
多里亚尼: Precisely. |
魔巫: I see the danger. What mortal could turn down the power of the gods? |
女猎手: The strength of the gods, lyin' around in forests and valleys... free for anyone to pick up and use to kill each other. |
多里亚尼: Our royalty became addicted to the power of these gems long ago. In that sense, we have always been doomed. |
行者: Perhaps gems could be seen as... rewards. The fruits of our faith. |
多里亚尼: The Beast is merely a mechanism. The gods have nothing to do with it. |
行者: Sin grew the Beast. He is a god... and it is our beliefs that shaped and formed these gems. |
多里亚尼: You... have me there. Perhaps my response was too callous. |
暗影: [DNT] |
决斗者: [DNT] |
多里亚尼: [DNT] |
决斗者: [DNT] |
佣兵: You sure? Wait, which god uses a crossbow? |
多里亚尼: Kuetzakala, of course. Goddess of the siege. |
佣兵: Huh. Wow. Learn somethin' new every day 'round you lot. |
Doryani on 宝石 /26
多里亚尼: Each gem we mined seemed to take after a particular portion of a myth or belief. |
战士: So they come from the gods? |
多里亚尼: No... they come from us. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
女巫: Curious. I think I'm beginning to understand the true nature of this world. |
多里亚尼: You have a unique mind. I have no doubt you will expand humanity's knowledge. |
女巫: Not if I keep it all for myself. |
圣堂武僧: [DNT] |
游侠: Ah, so what people believe becomes fragmented... crystallised... |
德鲁伊: So the gems of each era are different, because prevailing beliefs have changed... |
多里亚尼: Precisely. |
魔巫: I see the danger. What mortal could turn down the power of the gods? |
女猎手: The strength of the gods, lyin' around in forests and valleys... free for anyone to pick up and use to kill each other. |
多里亚尼: Our royalty became addicted to the power of these gems long ago. In that sense, we have always been doomed. |
行者: Perhaps gems could be seen as... rewards. The fruits of our faith. |
多里亚尼: The Beast is merely a mechanism. The gods have nothing to do with it. |
行者: Sin grew the Beast. He is a god... and it is our beliefs that shaped and formed these gems. |
多里亚尼: You... have me there. Perhaps my response was too callous. |
暗影: [DNT] |
决斗者: [DNT] |
多里亚尼: [DNT] |
决斗者: [DNT] |
佣兵: You sure? Wait, which god uses a crossbow? |
多里亚尼: Kuetzakala, of course. Goddess of the siege. |
佣兵: Huh. Wow. Learn somethin' new every day 'round you lot. |
Doryani on 宝石 /26
多里亚尼: Each gem we mined seemed to take after a particular portion of a myth or belief. |
战士: So they come from the gods? |
多里亚尼: No... they come from us. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
女巫: Curious. I think I'm beginning to understand the true nature of this world. |
多里亚尼: You have a unique mind. I have no doubt you will expand humanity's knowledge. |
女巫: Not if I keep it all for myself. |
圣堂武僧: [DNT] |
游侠: Ah, so what people believe becomes fragmented... crystallised... |
德鲁伊: So the gems of each era are different, because prevailing beliefs have changed... |
多里亚尼: Precisely. |
魔巫: I see the danger. What mortal could turn down the power of the gods? |
女猎手: The strength of the gods, lyin' around in forests and valleys... free for anyone to pick up and use to kill each other. |
多里亚尼: Our royalty became addicted to the power of these gems long ago. In that sense, we have always been doomed. |
行者: Perhaps gems could be seen as... rewards. The fruits of our faith. |
多里亚尼: The Beast is merely a mechanism. The gods have nothing to do with it. |
行者: Sin grew the Beast. He is a god... and it is our beliefs that shaped and formed these gems. |
多里亚尼: You... have me there. Perhaps my response was too callous. |
暗影: [DNT] |
决斗者: [DNT] |
多里亚尼: [DNT] |
决斗者: [DNT] |
佣兵: You sure? Wait, which god uses a crossbow? |
多里亚尼: Kuetzakala, of course. Goddess of the siege. |
佣兵: Huh. Wow. Learn somethin' new every day 'round you lot. |
Doryani on 宝石 /26
多里亚尼: Each gem we mined seemed to take after a particular portion of a myth or belief. |
战士: So they come from the gods? |
多里亚尼: No... they come from us. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
女巫: Curious. I think I'm beginning to understand the true nature of this world. |
多里亚尼: You have a unique mind. I have no doubt you will expand humanity's knowledge. |
女巫: Not if I keep it all for myself. |
圣堂武僧: [DNT] |
游侠: Ah, so what people believe becomes fragmented... crystallised... |
德鲁伊: So the gems of each era are different, because prevailing beliefs have changed... |
多里亚尼: Precisely. |
魔巫: I see the danger. What mortal could turn down the power of the gods? |
女猎手: The strength of the gods, lyin' around in forests and valleys... free for anyone to pick up and use to kill each other. |
多里亚尼: Our royalty became addicted to the power of these gems long ago. In that sense, we have always been doomed. |
行者: Perhaps gems could be seen as... rewards. The fruits of our faith. |
多里亚尼: The Beast is merely a mechanism. The gods have nothing to do with it. |
行者: Sin grew the Beast. He is a god... and it is our beliefs that shaped and formed these gems. |
多里亚尼: You... have me there. Perhaps my response was too callous. |
暗影: [DNT] |
决斗者: [DNT] |
多里亚尼: [DNT] |
决斗者: [DNT] |
佣兵: You sure? Wait, which god uses a crossbow? |
多里亚尼: Kuetzakala, of course. Goddess of the siege. |
佣兵: Huh. Wow. Learn somethin' new every day 'round you lot. |
Doryani on 宝石 /26
多里亚尼: Each gem we mined seemed to take after a particular portion of a myth or belief. |
战士: So they come from the gods? |
多里亚尼: No... they come from us. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
女巫: Curious. I think I'm beginning to understand the true nature of this world. |
多里亚尼: You have a unique mind. I have no doubt you will expand humanity's knowledge. |
女巫: Not if I keep it all for myself. |
圣堂武僧: [DNT] |
游侠: Ah, so what people believe becomes fragmented... crystallised... |
德鲁伊: So the gems of each era are different, because prevailing beliefs have changed... |
多里亚尼: Precisely. |
魔巫: I see the danger. What mortal could turn down the power of the gods? |
女猎手: The strength of the gods, lyin' around in forests and valleys... free for anyone to pick up and use to kill each other. |
多里亚尼: Our royalty became addicted to the power of these gems long ago. In that sense, we have always been doomed. |
行者: Perhaps gems could be seen as... rewards. The fruits of our faith. |
多里亚尼: The Beast is merely a mechanism. The gods have nothing to do with it. |
行者: Sin grew the Beast. He is a god... and it is our beliefs that shaped and formed these gems. |
多里亚尼: You... have me there. Perhaps my response was too callous. |
暗影: [DNT] |
决斗者: [DNT] |
多里亚尼: [DNT] |
决斗者: [DNT] |
佣兵: You sure? Wait, which god uses a crossbow? |
多里亚尼: Kuetzakala, of course. Goddess of the siege. |
佣兵: Huh. Wow. Learn somethin' new every day 'round you lot. |
Doryani on 宝石 /26
多里亚尼: Each gem we mined seemed to take after a particular portion of a myth or belief. |
战士: So they come from the gods? |
多里亚尼: No... they come from us. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
女巫: Curious. I think I'm beginning to understand the true nature of this world. |
多里亚尼: You have a unique mind. I have no doubt you will expand humanity's knowledge. |
女巫: Not if I keep it all for myself. |
圣堂武僧: [DNT] |
游侠: Ah, so what people believe becomes fragmented... crystallised... |
德鲁伊: So the gems of each era are different, because prevailing beliefs have changed... |
多里亚尼: Precisely. |
魔巫: I see the danger. What mortal could turn down the power of the gods? |
女猎手: The strength of the gods, lyin' around in forests and valleys... free for anyone to pick up and use to kill each other. |
多里亚尼: Our royalty became addicted to the power of these gems long ago. In that sense, we have always been doomed. |
行者: Perhaps gems could be seen as... rewards. The fruits of our faith. |
多里亚尼: The Beast is merely a mechanism. The gods have nothing to do with it. |
行者: Sin grew the Beast. He is a god... and it is our beliefs that shaped and formed these gems. |
多里亚尼: You... have me there. Perhaps my response was too callous. |
暗影: [DNT] |
决斗者: [DNT] |
多里亚尼: [DNT] |
决斗者: [DNT] |
佣兵: You sure? Wait, which god uses a crossbow? |
多里亚尼: Kuetzakala, of course. Goddess of the siege. |
佣兵: Huh. Wow. Learn somethin' new every day 'round you lot. |
Doryani on 宝石 /26
多里亚尼: Each gem we mined seemed to take after a particular portion of a myth or belief. |
战士: So they come from the gods? |
多里亚尼: No... they come from us. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
女巫: Curious. I think I'm beginning to understand the true nature of this world. |
多里亚尼: You have a unique mind. I have no doubt you will expand humanity's knowledge. |
女巫: Not if I keep it all for myself. |
圣堂武僧: [DNT] |
游侠: Ah, so what people believe becomes fragmented... crystallised... |
德鲁伊: So the gems of each era are different, because prevailing beliefs have changed... |
多里亚尼: Precisely. |
魔巫: I see the danger. What mortal could turn down the power of the gods? |
女猎手: The strength of the gods, lyin' around in forests and valleys... free for anyone to pick up and use to kill each other. |
多里亚尼: Our royalty became addicted to the power of these gems long ago. In that sense, we have always been doomed. |
行者: Perhaps gems could be seen as... rewards. The fruits of our faith. |
多里亚尼: The Beast is merely a mechanism. The gods have nothing to do with it. |
行者: Sin grew the Beast. He is a god... and it is our beliefs that shaped and formed these gems. |
多里亚尼: You... have me there. Perhaps my response was too callous. |
暗影: [DNT] |
决斗者: [DNT] |
多里亚尼: [DNT] |
决斗者: [DNT] |
佣兵: You sure? Wait, which god uses a crossbow? |
多里亚尼: Kuetzakala, of course. Goddess of the siege. |
佣兵: Huh. Wow. Learn somethin' new every day 'round you lot. |
Doryani on The Cradle /22
多里亚尼: Atziri has long been obsessed with the Beast, ever since I discovered its hiding place in the mountain... |
野蛮人: [DNT] |
女巫: ...and was she right? |
多里亚尼: It is alive, but I don't believe it feels the way even basic animals do... |
魔巫: Can the Beast truly be tamed in such a way? |
德鲁伊: Can the Beast obey a master? |
多里亚尼: I don't believe it can ever truly be controlled. |
暗影: [DNT] |
女猎手: Not all creatures feel things the way we do. |
多里亚尼: Indeed. I found no evidence that the Beast is capable of such a bond. |
决斗者: [DNT] |
多里亚尼: [DNT] |
多里亚尼: I studied it myself, under the guise of studying it for her. I delayed wherever I could, buying time. |
战士: So this is all your fault? |
佣兵: Aw, see. That's where you burnt the stew. It's on you. |
多里亚尼: Partially. History will likely remember me as a monster, but it could not be avoided. |
行者: Did you try to sabotage what you gave her? |
多里亚尼: I tried... but she had her loyal Architects verify my work. |
行者: She didn't trust you? |
多里亚尼: Atziri trusts no one. |
圣堂武僧: [DNT] |
游侠: You were an animal caught in a trap, gnawing off its own leg to survive... |
Doryani on The Cradle /22
多里亚尼: Atziri has long been obsessed with the Beast, ever since I discovered its hiding place in the mountain... |
野蛮人: [DNT] |
女巫: ...and was she right? |
多里亚尼: It is alive, but I don't believe it feels the way even basic animals do... |
魔巫: Can the Beast truly be tamed in such a way? |
德鲁伊: Can the Beast obey a master? |
多里亚尼: I don't believe it can ever truly be controlled. |
暗影: [DNT] |
女猎手: Not all creatures feel things the way we do. |
多里亚尼: Indeed. I found no evidence that the Beast is capable of such a bond. |
决斗者: [DNT] |
多里亚尼: [DNT] |
多里亚尼: I studied it myself, under the guise of studying it for her. I delayed wherever I could, buying time. |
战士: So this is all your fault? |
佣兵: Aw, see. That's where you burnt the stew. It's on you. |
多里亚尼: Partially. History will likely remember me as a monster, but it could not be avoided. |
行者: Did you try to sabotage what you gave her? |
多里亚尼: I tried... but she had her loyal Architects verify my work. |
行者: She didn't trust you? |
多里亚尼: Atziri trusts no one. |
圣堂武僧: [DNT] |
游侠: You were an animal caught in a trap, gnawing off its own leg to survive... |
Doryani on The Cradle /22
多里亚尼: Atziri has long been obsessed with the Beast, ever since I discovered its hiding place in the mountain... |
野蛮人: [DNT] |
女巫: ...and was she right? |
多里亚尼: It is alive, but I don't believe it feels the way even basic animals do... |
魔巫: Can the Beast truly be tamed in such a way? |
德鲁伊: Can the Beast obey a master? |
多里亚尼: I don't believe it can ever truly be controlled. |
暗影: [DNT] |
女猎手: Not all creatures feel things the way we do. |
多里亚尼: Indeed. I found no evidence that the Beast is capable of such a bond. |
决斗者: [DNT] |
多里亚尼: [DNT] |
多里亚尼: I studied it myself, under the guise of studying it for her. I delayed wherever I could, buying time. |
战士: So this is all your fault? |
佣兵: Aw, see. That's where you burnt the stew. It's on you. |
多里亚尼: Partially. History will likely remember me as a monster, but it could not be avoided. |
行者: Did you try to sabotage what you gave her? |
多里亚尼: I tried... but she had her loyal Architects verify my work. |
行者: She didn't trust you? |
多里亚尼: Atziri trusts no one. |
圣堂武僧: [DNT] |
游侠: You were an animal caught in a trap, gnawing off its own leg to survive... |
Doryani on The Cradle /22
多里亚尼: Atziri has long been obsessed with the Beast, ever since I discovered its hiding place in the mountain... |
野蛮人: [DNT] |
女巫: ...and was she right? |
多里亚尼: It is alive, but I don't believe it feels the way even basic animals do... |
魔巫: Can the Beast truly be tamed in such a way? |
德鲁伊: Can the Beast obey a master? |
多里亚尼: I don't believe it can ever truly be controlled. |
暗影: [DNT] |
女猎手: Not all creatures feel things the way we do. |
多里亚尼: Indeed. I found no evidence that the Beast is capable of such a bond. |
决斗者: [DNT] |
多里亚尼: [DNT] |
多里亚尼: I studied it myself, under the guise of studying it for her. I delayed wherever I could, buying time. |
战士: So this is all your fault? |
佣兵: Aw, see. That's where you burnt the stew. It's on you. |
多里亚尼: Partially. History will likely remember me as a monster, but it could not be avoided. |
行者: Did you try to sabotage what you gave her? |
多里亚尼: I tried... but she had her loyal Architects verify my work. |
行者: She didn't trust you? |
多里亚尼: Atziri trusts no one. |
圣堂武僧: [DNT] |
游侠: You were an animal caught in a trap, gnawing off its own leg to survive... |
Doryani on The Cradle /22
多里亚尼: Atziri has long been obsessed with the Beast, ever since I discovered its hiding place in the mountain... |
野蛮人: [DNT] |
女巫: ...and was she right? |
多里亚尼: It is alive, but I don't believe it feels the way even basic animals do... |
魔巫: Can the Beast truly be tamed in such a way? |
德鲁伊: Can the Beast obey a master? |
多里亚尼: I don't believe it can ever truly be controlled. |
暗影: [DNT] |
女猎手: Not all creatures feel things the way we do. |
多里亚尼: Indeed. I found no evidence that the Beast is capable of such a bond. |
决斗者: [DNT] |
多里亚尼: [DNT] |
多里亚尼: I studied it myself, under the guise of studying it for her. I delayed wherever I could, buying time. |
战士: So this is all your fault? |
佣兵: Aw, see. That's where you burnt the stew. It's on you. |
多里亚尼: Partially. History will likely remember me as a monster, but it could not be avoided. |
行者: Did you try to sabotage what you gave her? |
多里亚尼: I tried... but she had her loyal Architects verify my work. |
行者: She didn't trust you? |
多里亚尼: Atziri trusts no one. |
圣堂武僧: [DNT] |
游侠: You were an animal caught in a trap, gnawing off its own leg to survive... |
Doryani on The Cradle /22
多里亚尼: Atziri has long been obsessed with the Beast, ever since I discovered its hiding place in the mountain... |
野蛮人: [DNT] |
女巫: ...and was she right? |
多里亚尼: It is alive, but I don't believe it feels the way even basic animals do... |
魔巫: Can the Beast truly be tamed in such a way? |
德鲁伊: Can the Beast obey a master? |
多里亚尼: I don't believe it can ever truly be controlled. |
暗影: [DNT] |
女猎手: Not all creatures feel things the way we do. |
多里亚尼: Indeed. I found no evidence that the Beast is capable of such a bond. |
决斗者: [DNT] |
多里亚尼: [DNT] |
多里亚尼: I studied it myself, under the guise of studying it for her. I delayed wherever I could, buying time. |
战士: So this is all your fault? |
佣兵: Aw, see. That's where you burnt the stew. It's on you. |
多里亚尼: Partially. History will likely remember me as a monster, but it could not be avoided. |
行者: Did you try to sabotage what you gave her? |
多里亚尼: I tried... but she had her loyal Architects verify my work. |
行者: She didn't trust you? |
多里亚尼: Atziri trusts no one. |
圣堂武僧: [DNT] |
游侠: You were an animal caught in a trap, gnawing off its own leg to survive... |
Doryani on The Cradle /22
多里亚尼: Atziri has long been obsessed with the Beast, ever since I discovered its hiding place in the mountain... |
野蛮人: [DNT] |
女巫: ...and was she right? |
多里亚尼: It is alive, but I don't believe it feels the way even basic animals do... |
魔巫: Can the Beast truly be tamed in such a way? |
德鲁伊: Can the Beast obey a master? |
多里亚尼: I don't believe it can ever truly be controlled. |
暗影: [DNT] |
女猎手: Not all creatures feel things the way we do. |
多里亚尼: Indeed. I found no evidence that the Beast is capable of such a bond. |
决斗者: [DNT] |
多里亚尼: [DNT] |
多里亚尼: I studied it myself, under the guise of studying it for her. I delayed wherever I could, buying time. |
战士: So this is all your fault? |
佣兵: Aw, see. That's where you burnt the stew. It's on you. |
多里亚尼: Partially. History will likely remember me as a monster, but it could not be avoided. |
行者: Did you try to sabotage what you gave her? |
多里亚尼: I tried... but she had her loyal Architects verify my work. |
行者: She didn't trust you? |
多里亚尼: Atziri trusts no one. |
圣堂武僧: [DNT] |
游侠: You were an animal caught in a trap, gnawing off its own leg to survive... |
Doryani on Blood Medallions /19
多里亚尼: In the game of lies and intrigue, secrecy was critical to all agendas. |
战士: Then I shall obtain this medallion. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
野蛮人: [DNT] |
女巫: Well I'll just go fetch it, then. This shouldn't take but a minute. |
魔巫: Understood. I'll get the medallion. |
决斗者: [DNT] |
佣兵: So you're sayin' we need that medallion. |
多里亚尼: ... yes. |
佣兵: I'm on it! |
游侠: Will the medallion still work if he's dead? |
多里亚尼: Yes... if it comes to that. |
女猎手: I'll see what I can do for ye. |
暗影: [DNT] |
多里亚尼: [DNT] |
行者: I'll do what I must. |
圣堂武僧: [DNT] |
德鲁伊: I see. Very well, I'll do what I can. |
Doryani on Blood Medallions /19
多里亚尼: In the game of lies and intrigue, secrecy was critical to all agendas. |
战士: Then I shall obtain this medallion. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
野蛮人: [DNT] |
女巫: Well I'll just go fetch it, then. This shouldn't take but a minute. |
魔巫: Understood. I'll get the medallion. |
决斗者: [DNT] |
佣兵: So you're sayin' we need that medallion. |
多里亚尼: ... yes. |
佣兵: I'm on it! |
游侠: Will the medallion still work if he's dead? |
多里亚尼: Yes... if it comes to that. |
女猎手: I'll see what I can do for ye. |
暗影: [DNT] |
多里亚尼: [DNT] |
行者: I'll do what I must. |
圣堂武僧: [DNT] |
德鲁伊: I see. Very well, I'll do what I can. |
Doryani on Blood Medallions /19
多里亚尼: In the game of lies and intrigue, secrecy was critical to all agendas. |
战士: Then I shall obtain this medallion. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
野蛮人: [DNT] |
女巫: Well I'll just go fetch it, then. This shouldn't take but a minute. |
魔巫: Understood. I'll get the medallion. |
决斗者: [DNT] |
佣兵: So you're sayin' we need that medallion. |
多里亚尼: ... yes. |
佣兵: I'm on it! |
游侠: Will the medallion still work if he's dead? |
多里亚尼: Yes... if it comes to that. |
女猎手: I'll see what I can do for ye. |
暗影: [DNT] |
多里亚尼: [DNT] |
行者: I'll do what I must. |
圣堂武僧: [DNT] |
德鲁伊: I see. Very well, I'll do what I can. |
Doryani on Blood Medallions /19
多里亚尼: In the game of lies and intrigue, secrecy was critical to all agendas. |
战士: Then I shall obtain this medallion. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
野蛮人: [DNT] |
女巫: Well I'll just go fetch it, then. This shouldn't take but a minute. |
魔巫: Understood. I'll get the medallion. |
决斗者: [DNT] |
佣兵: So you're sayin' we need that medallion. |
多里亚尼: ... yes. |
佣兵: I'm on it! |
游侠: Will the medallion still work if he's dead? |
多里亚尼: Yes... if it comes to that. |
女猎手: I'll see what I can do for ye. |
暗影: [DNT] |
多里亚尼: [DNT] |
行者: I'll do what I must. |
圣堂武僧: [DNT] |
德鲁伊: I see. Very well, I'll do what I can. |
Doryani on Blood Medallions /19
多里亚尼: In the game of lies and intrigue, secrecy was critical to all agendas. |
战士: Then I shall obtain this medallion. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
野蛮人: [DNT] |
女巫: Well I'll just go fetch it, then. This shouldn't take but a minute. |
魔巫: Understood. I'll get the medallion. |
决斗者: [DNT] |
佣兵: So you're sayin' we need that medallion. |
多里亚尼: ... yes. |
佣兵: I'm on it! |
游侠: Will the medallion still work if he's dead? |
多里亚尼: Yes... if it comes to that. |
女猎手: I'll see what I can do for ye. |
暗影: [DNT] |
多里亚尼: [DNT] |
行者: I'll do what I must. |
圣堂武僧: [DNT] |
德鲁伊: I see. Very well, I'll do what I can. |
Doryani on Blood Medallions /19
多里亚尼: In the game of lies and intrigue, secrecy was critical to all agendas. |
战士: Then I shall obtain this medallion. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
野蛮人: [DNT] |
女巫: Well I'll just go fetch it, then. This shouldn't take but a minute. |
魔巫: Understood. I'll get the medallion. |
决斗者: [DNT] |
佣兵: So you're sayin' we need that medallion. |
多里亚尼: ... yes. |
佣兵: I'm on it! |
游侠: Will the medallion still work if he's dead? |
多里亚尼: Yes... if it comes to that. |
女猎手: I'll see what I can do for ye. |
暗影: [DNT] |
多里亚尼: [DNT] |
行者: I'll do what I must. |
圣堂武僧: [DNT] |
德鲁伊: I see. Very well, I'll do what I can. |
Doryani on Blood Medallions /19
多里亚尼: In the game of lies and intrigue, secrecy was critical to all agendas. |
战士: Then I shall obtain this medallion. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
野蛮人: [DNT] |
女巫: Well I'll just go fetch it, then. This shouldn't take but a minute. |
魔巫: Understood. I'll get the medallion. |
决斗者: [DNT] |
佣兵: So you're sayin' we need that medallion. |
多里亚尼: ... yes. |
佣兵: I'm on it! |
游侠: Will the medallion still work if he's dead? |
多里亚尼: Yes... if it comes to that. |
女猎手: I'll see what I can do for ye. |
暗影: [DNT] |
多里亚尼: [DNT] |
行者: I'll do what I must. |
圣堂武僧: [DNT] |
德鲁伊: I see. Very well, I'll do what I can. |
Doryani on The Red Communion /17
多里亚尼: At her behest, I devised everything necessary for the Red Communion. I built the cradle of gems. The systems for Xipocado's temple. |
野蛮人: [DNT] |
行者: The Beast does not seem predictable. |
游侠: It always is. |
德鲁伊: I've only seen such horrors once before... |
多里亚尼: Our presence may have destabilised the process. I can't imagine it helped to have the Demon of Atzoatl present... we may have made the Cataclysm worse. |
战士: It is never wrong to fight for something better. |
女巫: I fail to see how it could {be} worse. |
魔巫: Or perhaps it would have been worse without us. There's no way to tell. |
多里亚尼: I suppose that's true... |
暗影: [DNT] |
决斗者: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
女猎手: Then we'll try again, until we make a difference. |
佣兵: That's kinda our thing, inninit? Making things worse? |
多里亚尼: So far... |
Doryani on The Red Communion /17
多里亚尼: At her behest, I devised everything necessary for the Red Communion. I built the cradle of gems. The systems for Xipocado's temple. |
野蛮人: [DNT] |
行者: The Beast does not seem predictable. |
游侠: It always is. |
德鲁伊: I've only seen such horrors once before... |
多里亚尼: Our presence may have destabilised the process. I can't imagine it helped to have the Demon of Atzoatl present... we may have made the Cataclysm worse. |
战士: It is never wrong to fight for something better. |
女巫: I fail to see how it could {be} worse. |
魔巫: Or perhaps it would have been worse without us. There's no way to tell. |
多里亚尼: I suppose that's true... |
暗影: [DNT] |
决斗者: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
女猎手: Then we'll try again, until we make a difference. |
佣兵: That's kinda our thing, inninit? Making things worse? |
多里亚尼: So far... |
Doryani on The Red Communion /17
多里亚尼: At her behest, I devised everything necessary for the Red Communion. I built the cradle of gems. The systems for Xipocado's temple. |
野蛮人: [DNT] |
行者: The Beast does not seem predictable. |
游侠: It always is. |
德鲁伊: I've only seen such horrors once before... |
多里亚尼: Our presence may have destabilised the process. I can't imagine it helped to have the Demon of Atzoatl present... we may have made the Cataclysm worse. |
战士: It is never wrong to fight for something better. |
女巫: I fail to see how it could {be} worse. |
魔巫: Or perhaps it would have been worse without us. There's no way to tell. |
多里亚尼: I suppose that's true... |
暗影: [DNT] |
决斗者: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
女猎手: Then we'll try again, until we make a difference. |
佣兵: That's kinda our thing, inninit? Making things worse? |
多里亚尼: So far... |
Doryani on The Red Communion /17
多里亚尼: At her behest, I devised everything necessary for the Red Communion. I built the cradle of gems. The systems for Xipocado's temple. |
野蛮人: [DNT] |
行者: The Beast does not seem predictable. |
游侠: It always is. |
德鲁伊: I've only seen such horrors once before... |
多里亚尼: Our presence may have destabilised the process. I can't imagine it helped to have the Demon of Atzoatl present... we may have made the Cataclysm worse. |
战士: It is never wrong to fight for something better. |
女巫: I fail to see how it could {be} worse. |
魔巫: Or perhaps it would have been worse without us. There's no way to tell. |
多里亚尼: I suppose that's true... |
暗影: [DNT] |
决斗者: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
女猎手: Then we'll try again, until we make a difference. |
佣兵: That's kinda our thing, inninit? Making things worse? |
多里亚尼: So far... |
Doryani on The Red Communion /17
多里亚尼: At her behest, I devised everything necessary for the Red Communion. I built the cradle of gems. The systems for Xipocado's temple. |
野蛮人: [DNT] |
行者: The Beast does not seem predictable. |
游侠: It always is. |
德鲁伊: I've only seen such horrors once before... |
多里亚尼: Our presence may have destabilised the process. I can't imagine it helped to have the Demon of Atzoatl present... we may have made the Cataclysm worse. |
战士: It is never wrong to fight for something better. |
女巫: I fail to see how it could {be} worse. |
魔巫: Or perhaps it would have been worse without us. There's no way to tell. |
多里亚尼: I suppose that's true... |
暗影: [DNT] |
决斗者: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
女猎手: Then we'll try again, until we make a difference. |
佣兵: That's kinda our thing, inninit? Making things worse? |
多里亚尼: So far... |
Doryani on The Red Communion /17
多里亚尼: At her behest, I devised everything necessary for the Red Communion. I built the cradle of gems. The systems for Xipocado's temple. |
野蛮人: [DNT] |
行者: The Beast does not seem predictable. |
游侠: It always is. |
德鲁伊: I've only seen such horrors once before... |
多里亚尼: Our presence may have destabilised the process. I can't imagine it helped to have the Demon of Atzoatl present... we may have made the Cataclysm worse. |
战士: It is never wrong to fight for something better. |
女巫: I fail to see how it could {be} worse. |
魔巫: Or perhaps it would have been worse without us. There's no way to tell. |
多里亚尼: I suppose that's true... |
暗影: [DNT] |
决斗者: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
女猎手: Then we'll try again, until we make a difference. |
佣兵: That's kinda our thing, inninit? Making things worse? |
多里亚尼: So far... |
Doryani on The Red Communion /17
多里亚尼: At her behest, I devised everything necessary for the Red Communion. I built the cradle of gems. The systems for Xipocado's temple. |
野蛮人: [DNT] |
行者: The Beast does not seem predictable. |
游侠: It always is. |
德鲁伊: I've only seen such horrors once before... |
多里亚尼: Our presence may have destabilised the process. I can't imagine it helped to have the Demon of Atzoatl present... we may have made the Cataclysm worse. |
战士: It is never wrong to fight for something better. |
女巫: I fail to see how it could {be} worse. |
魔巫: Or perhaps it would have been worse without us. There's no way to tell. |
多里亚尼: I suppose that's true... |
暗影: [DNT] |
决斗者: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
女猎手: Then we'll try again, until we make a difference. |
佣兵: That's kinda our thing, inninit? Making things worse? |
多里亚尼: So far... |
Doryani on Studying the Beast /17
多里亚尼: Direct study of the Beast propelled our technology forward by centuries. |
战士: What are they, truly? |
野蛮人: [DNT] |
女巫: Sounds like {you} do, though. Tell me. |
多里亚尼: They come from the Beast's outer flesh, its carapace. They are Corruption, in crystallised form. |
多里亚尼: This new level of understanding swept our greatest minds along with the tide of innovation. |
行者: You learned the truth, and did not reconsider? |
暗影: [DNT] |
决斗者: [DNT] |
多里亚尼: There was no thought given to where it would lead. |
圣堂武僧: [DNT] |
女猎手: Perhaps that is why the Spirit has abandoned me. |
德鲁伊: That explains why the Maji must never touch them... |
佣兵: You tellin' me gems are chunks of Corruption? |
游侠: Gems are made of Corruption? Why didn't you say anything? |
魔巫: Gems are... Corruption? How? They don't drive us mad, or... change us. |
多里亚尼: {You} safely place them in geomantic sockets, a technique I believe the Titans created for humanity during the Third Pact. |
Doryani on Studying the Beast /17
多里亚尼: Direct study of the Beast propelled our technology forward by centuries. |
战士: What are they, truly? |
野蛮人: [DNT] |
女巫: Sounds like {you} do, though. Tell me. |
多里亚尼: They come from the Beast's outer flesh, its carapace. They are Corruption, in crystallised form. |
多里亚尼: This new level of understanding swept our greatest minds along with the tide of innovation. |
行者: You learned the truth, and did not reconsider? |
暗影: [DNT] |
决斗者: [DNT] |
多里亚尼: There was no thought given to where it would lead. |
圣堂武僧: [DNT] |
女猎手: Perhaps that is why the Spirit has abandoned me. |
德鲁伊: That explains why the Maji must never touch them... |
佣兵: You tellin' me gems are chunks of Corruption? |
游侠: Gems are made of Corruption? Why didn't you say anything? |
魔巫: Gems are... Corruption? How? They don't drive us mad, or... change us. |
多里亚尼: {You} safely place them in geomantic sockets, a technique I believe the Titans created for humanity during the Third Pact. |
Doryani on Studying the Beast /17
多里亚尼: Direct study of the Beast propelled our technology forward by centuries. |
战士: What are they, truly? |
野蛮人: [DNT] |
女巫: Sounds like {you} do, though. Tell me. |
多里亚尼: They come from the Beast's outer flesh, its carapace. They are Corruption, in crystallised form. |
多里亚尼: This new level of understanding swept our greatest minds along with the tide of innovation. |
行者: You learned the truth, and did not reconsider? |
暗影: [DNT] |
决斗者: [DNT] |
多里亚尼: There was no thought given to where it would lead. |
圣堂武僧: [DNT] |
女猎手: Perhaps that is why the Spirit has abandoned me. |
德鲁伊: That explains why the Maji must never touch them... |
佣兵: You tellin' me gems are chunks of Corruption? |
游侠: Gems are made of Corruption? Why didn't you say anything? |
魔巫: Gems are... Corruption? How? They don't drive us mad, or... change us. |
多里亚尼: {You} safely place them in geomantic sockets, a technique I believe the Titans created for humanity during the Third Pact. |
Doryani on Studying the Beast /17
多里亚尼: Direct study of the Beast propelled our technology forward by centuries. |
战士: What are they, truly? |
野蛮人: [DNT] |
女巫: Sounds like {you} do, though. Tell me. |
多里亚尼: They come from the Beast's outer flesh, its carapace. They are Corruption, in crystallised form. |
多里亚尼: This new level of understanding swept our greatest minds along with the tide of innovation. |
行者: You learned the truth, and did not reconsider? |
暗影: [DNT] |
决斗者: [DNT] |
多里亚尼: There was no thought given to where it would lead. |
圣堂武僧: [DNT] |
女猎手: Perhaps that is why the Spirit has abandoned me. |
德鲁伊: That explains why the Maji must never touch them... |
佣兵: You tellin' me gems are chunks of Corruption? |
游侠: Gems are made of Corruption? Why didn't you say anything? |
魔巫: Gems are... Corruption? How? They don't drive us mad, or... change us. |
多里亚尼: {You} safely place them in geomantic sockets, a technique I believe the Titans created for humanity during the Third Pact. |
Doryani on Studying the Beast /17
多里亚尼: Direct study of the Beast propelled our technology forward by centuries. |
战士: What are they, truly? |
野蛮人: [DNT] |
女巫: Sounds like {you} do, though. Tell me. |
多里亚尼: They come from the Beast's outer flesh, its carapace. They are Corruption, in crystallised form. |
多里亚尼: This new level of understanding swept our greatest minds along with the tide of innovation. |
行者: You learned the truth, and did not reconsider? |
暗影: [DNT] |
决斗者: [DNT] |
多里亚尼: There was no thought given to where it would lead. |
圣堂武僧: [DNT] |
女猎手: Perhaps that is why the Spirit has abandoned me. |
德鲁伊: That explains why the Maji must never touch them... |
佣兵: You tellin' me gems are chunks of Corruption? |
游侠: Gems are made of Corruption? Why didn't you say anything? |
魔巫: Gems are... Corruption? How? They don't drive us mad, or... change us. |
多里亚尼: {You} safely place them in geomantic sockets, a technique I believe the Titans created for humanity during the Third Pact. |
Doryani on Studying the Beast /17
多里亚尼: Direct study of the Beast propelled our technology forward by centuries. |
战士: What are they, truly? |
野蛮人: [DNT] |
女巫: Sounds like {you} do, though. Tell me. |
多里亚尼: They come from the Beast's outer flesh, its carapace. They are Corruption, in crystallised form. |
多里亚尼: This new level of understanding swept our greatest minds along with the tide of innovation. |
行者: You learned the truth, and did not reconsider? |
暗影: [DNT] |
决斗者: [DNT] |
多里亚尼: There was no thought given to where it would lead. |
圣堂武僧: [DNT] |
女猎手: Perhaps that is why the Spirit has abandoned me. |
德鲁伊: That explains why the Maji must never touch them... |
佣兵: You tellin' me gems are chunks of Corruption? |
游侠: Gems are made of Corruption? Why didn't you say anything? |
魔巫: Gems are... Corruption? How? They don't drive us mad, or... change us. |
多里亚尼: {You} safely place them in geomantic sockets, a technique I believe the Titans created for humanity during the Third Pact. |
Doryani on Studying the Beast /17
多里亚尼: Direct study of the Beast propelled our technology forward by centuries. |
战士: What are they, truly? |
野蛮人: [DNT] |
女巫: Sounds like {you} do, though. Tell me. |
多里亚尼: They come from the Beast's outer flesh, its carapace. They are Corruption, in crystallised form. |
多里亚尼: This new level of understanding swept our greatest minds along with the tide of innovation. |
行者: You learned the truth, and did not reconsider? |
暗影: [DNT] |
决斗者: [DNT] |
多里亚尼: There was no thought given to where it would lead. |
圣堂武僧: [DNT] |
女猎手: Perhaps that is why the Spirit has abandoned me. |
德鲁伊: That explains why the Maji must never touch them... |
佣兵: You tellin' me gems are chunks of Corruption? |
游侠: Gems are made of Corruption? Why didn't you say anything? |
魔巫: Gems are... Corruption? How? They don't drive us mad, or... change us. |
多里亚尼: {You} safely place them in geomantic sockets, a technique I believe the Titans created for humanity during the Third Pact. |
Doryani on The Shifting Temple /29
多里亚尼: Lira Vaal was the ruling capital of the Vaal Empire for many centuries, but it had fallen into disuse. |
战士: Save your excuses. |
多里亚尼: Not excuses. Strategy. |
战士: Call it what you will. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
野蛮人: [DNT] |
多里亚尼: [DNT] |
野蛮人: [DNT] |
女巫: Can't you disable it all, then? Let us walk right through? |
游侠: If you know the terrain within, surely you can show me some hidden paths? |
女猎手: Ha, knowin' you, surely there's a secret door? |
多里亚尼: I tried to build such routes, but Xipocado was far too paranoid... |
魔巫: An empire built on terror is no empire at all. |
多里亚尼: Perhaps, but its people are still worth saving. |
魔巫: From what I've seen, I'm not certain I agree. |
行者: We are not to blame for the wrongs of our masters. |
德鲁伊: Sometimes, we do terrible things to survive. |
多里亚尼: That's what I try to tell myself. |
暗影: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
决斗者: [DNT] |
佣兵: [NOAUDIO] You could have just run, mate. It's a skill I've practiced well. |
多里亚尼: I had too much to preserve. Too much to protect. You wouldn't understand. |
决斗者: [DNT] |
佣兵: Bit rude... |
Doryani on The Shifting Temple /29
多里亚尼: Lira Vaal was the ruling capital of the Vaal Empire for many centuries, but it had fallen into disuse. |
战士: Save your excuses. |
多里亚尼: Not excuses. Strategy. |
战士: Call it what you will. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
野蛮人: [DNT] |
多里亚尼: [DNT] |
野蛮人: [DNT] |
女巫: Can't you disable it all, then? Let us walk right through? |
游侠: If you know the terrain within, surely you can show me some hidden paths? |
女猎手: Ha, knowin' you, surely there's a secret door? |
多里亚尼: I tried to build such routes, but Xipocado was far too paranoid... |
魔巫: An empire built on terror is no empire at all. |
多里亚尼: Perhaps, but its people are still worth saving. |
魔巫: From what I've seen, I'm not certain I agree. |
行者: We are not to blame for the wrongs of our masters. |
德鲁伊: Sometimes, we do terrible things to survive. |
多里亚尼: That's what I try to tell myself. |
暗影: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
决斗者: [DNT] |
佣兵: [NOAUDIO] You could have just run, mate. It's a skill I've practiced well. |
多里亚尼: I had too much to preserve. Too much to protect. You wouldn't understand. |
决斗者: [DNT] |
佣兵: Bit rude... |
Doryani on The Shifting Temple /29
多里亚尼: Lira Vaal was the ruling capital of the Vaal Empire for many centuries, but it had fallen into disuse. |
战士: Save your excuses. |
多里亚尼: Not excuses. Strategy. |
战士: Call it what you will. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
野蛮人: [DNT] |
多里亚尼: [DNT] |
野蛮人: [DNT] |
女巫: Can't you disable it all, then? Let us walk right through? |
游侠: If you know the terrain within, surely you can show me some hidden paths? |
女猎手: Ha, knowin' you, surely there's a secret door? |
多里亚尼: I tried to build such routes, but Xipocado was far too paranoid... |
魔巫: An empire built on terror is no empire at all. |
多里亚尼: Perhaps, but its people are still worth saving. |
魔巫: From what I've seen, I'm not certain I agree. |
行者: We are not to blame for the wrongs of our masters. |
德鲁伊: Sometimes, we do terrible things to survive. |
多里亚尼: That's what I try to tell myself. |
暗影: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
决斗者: [DNT] |
佣兵: [NOAUDIO] You could have just run, mate. It's a skill I've practiced well. |
多里亚尼: I had too much to preserve. Too much to protect. You wouldn't understand. |
决斗者: [DNT] |
佣兵: Bit rude... |
Doryani on The Shifting Temple /29
多里亚尼: Lira Vaal was the ruling capital of the Vaal Empire for many centuries, but it had fallen into disuse. |
战士: Save your excuses. |
多里亚尼: Not excuses. Strategy. |
战士: Call it what you will. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
野蛮人: [DNT] |
多里亚尼: [DNT] |
野蛮人: [DNT] |
女巫: Can't you disable it all, then? Let us walk right through? |
游侠: If you know the terrain within, surely you can show me some hidden paths? |
女猎手: Ha, knowin' you, surely there's a secret door? |
多里亚尼: I tried to build such routes, but Xipocado was far too paranoid... |
魔巫: An empire built on terror is no empire at all. |
多里亚尼: Perhaps, but its people are still worth saving. |
魔巫: From what I've seen, I'm not certain I agree. |
行者: We are not to blame for the wrongs of our masters. |
德鲁伊: Sometimes, we do terrible things to survive. |
多里亚尼: That's what I try to tell myself. |
暗影: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
决斗者: [DNT] |
佣兵: [NOAUDIO] You could have just run, mate. It's a skill I've practiced well. |
多里亚尼: I had too much to preserve. Too much to protect. You wouldn't understand. |
决斗者: [DNT] |
佣兵: Bit rude... |
Doryani on The Shifting Temple /29
多里亚尼: Lira Vaal was the ruling capital of the Vaal Empire for many centuries, but it had fallen into disuse. |
战士: Save your excuses. |
多里亚尼: Not excuses. Strategy. |
战士: Call it what you will. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
野蛮人: [DNT] |
多里亚尼: [DNT] |
野蛮人: [DNT] |
女巫: Can't you disable it all, then? Let us walk right through? |
游侠: If you know the terrain within, surely you can show me some hidden paths? |
女猎手: Ha, knowin' you, surely there's a secret door? |
多里亚尼: I tried to build such routes, but Xipocado was far too paranoid... |
魔巫: An empire built on terror is no empire at all. |
多里亚尼: Perhaps, but its people are still worth saving. |
魔巫: From what I've seen, I'm not certain I agree. |
行者: We are not to blame for the wrongs of our masters. |
德鲁伊: Sometimes, we do terrible things to survive. |
多里亚尼: That's what I try to tell myself. |
暗影: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
决斗者: [DNT] |
佣兵: [NOAUDIO] You could have just run, mate. It's a skill I've practiced well. |
多里亚尼: I had too much to preserve. Too much to protect. You wouldn't understand. |
决斗者: [DNT] |
佣兵: Bit rude... |
Doryani on The Shifting Temple /29
多里亚尼: Lira Vaal was the ruling capital of the Vaal Empire for many centuries, but it had fallen into disuse. |
战士: Save your excuses. |
多里亚尼: Not excuses. Strategy. |
战士: Call it what you will. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
野蛮人: [DNT] |
多里亚尼: [DNT] |
野蛮人: [DNT] |
女巫: Can't you disable it all, then? Let us walk right through? |
游侠: If you know the terrain within, surely you can show me some hidden paths? |
女猎手: Ha, knowin' you, surely there's a secret door? |
多里亚尼: I tried to build such routes, but Xipocado was far too paranoid... |
魔巫: An empire built on terror is no empire at all. |
多里亚尼: Perhaps, but its people are still worth saving. |
魔巫: From what I've seen, I'm not certain I agree. |
行者: We are not to blame for the wrongs of our masters. |
德鲁伊: Sometimes, we do terrible things to survive. |
多里亚尼: That's what I try to tell myself. |
暗影: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
决斗者: [DNT] |
佣兵: [NOAUDIO] You could have just run, mate. It's a skill I've practiced well. |
多里亚尼: I had too much to preserve. Too much to protect. You wouldn't understand. |
决斗者: [DNT] |
佣兵: Bit rude... |
Doryani on The Shifting Temple /29
多里亚尼: Lira Vaal was the ruling capital of the Vaal Empire for many centuries, but it had fallen into disuse. |
战士: Save your excuses. |
多里亚尼: Not excuses. Strategy. |
战士: Call it what you will. |
野蛮人: [DNT] |
多里亚尼: [DNT] |
野蛮人: [DNT] |
多里亚尼: [DNT] |
野蛮人: [DNT] |
女巫: Can't you disable it all, then? Let us walk right through? |
游侠: If you know the terrain within, surely you can show me some hidden paths? |
女猎手: Ha, knowin' you, surely there's a secret door? |
多里亚尼: I tried to build such routes, but Xipocado was far too paranoid... |
魔巫: An empire built on terror is no empire at all. |
多里亚尼: Perhaps, but its people are still worth saving. |
魔巫: From what I've seen, I'm not certain I agree. |
行者: We are not to blame for the wrongs of our masters. |
德鲁伊: Sometimes, we do terrible things to survive. |
多里亚尼: That's what I try to tell myself. |
暗影: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
多里亚尼: [DNT] |
圣堂武僧: [DNT] |
决斗者: [DNT] |
佣兵: [NOAUDIO] You could have just run, mate. It's a skill I've practiced well. |
多里亚尼: I had too much to preserve. Too much to protect. You wouldn't understand. |
决斗者: [DNT] |
佣兵: Bit rude... |
Doryani on Xipocado /15
多里亚尼: I argued with Xipocado for years. Pleaded with him, at times. |
女巫: Let me guess... he didn't listen. |
游侠: He didn't listen, did he? |
多里亚尼: He did not. |
行者: He refused to listen? |
女猎手: You should have fought to make him understand. |
圣堂武僧: [DNT] |
多里亚尼: My attempts only made him proclaim his loyalty all the more. |
多里亚尼: That is Atziri's power over others... she sticks the knife of her beauty into their gut, and twists it for years. |
战士: And he shall own the consequences. |
野蛮人: [DNT] |
魔巫: Beauty is a weapon like any other. It, too, can be used for tyranny. |
佣兵: Can't say I blame the guy... I've seen her statues... |
决斗者: [DNT] |
德鲁伊: I've felt the sway of a charismatic leader. It's a hard call to resist. |
Doryani on Xipocado /15
多里亚尼: I argued with Xipocado for years. Pleaded with him, at times. |
女巫: Let me guess... he didn't listen. |
游侠: He didn't listen, did he? |
多里亚尼: He did not. |
行者: He refused to listen? |
女猎手: You should have fought to make him understand. |
圣堂武僧: [DNT] |
多里亚尼: My attempts only made him proclaim his loyalty all the more. |
多里亚尼: That is Atziri's power over others... she sticks the knife of her beauty into their gut, and twists it for years. |
战士: And he shall own the consequences. |
野蛮人: [DNT] |
魔巫: Beauty is a weapon like any other. It, too, can be used for tyranny. |
佣兵: Can't say I blame the guy... I've seen her statues... |
决斗者: [DNT] |
德鲁伊: I've felt the sway of a charismatic leader. It's a hard call to resist. |
Doryani on Xipocado /15
多里亚尼: I argued with Xipocado for years. Pleaded with him, at times. |
女巫: Let me guess... he didn't listen. |
游侠: He didn't listen, did he? |
多里亚尼: He did not. |
行者: He refused to listen? |
女猎手: You should have fought to make him understand. |
圣堂武僧: [DNT] |
多里亚尼: My attempts only made him proclaim his loyalty all the more. |
多里亚尼: That is Atziri's power over others... she sticks the knife of her beauty into their gut, and twists it for years. |
战士: And he shall own the consequences. |
野蛮人: [DNT] |
魔巫: Beauty is a weapon like any other. It, too, can be used for tyranny. |
佣兵: Can't say I blame the guy... I've seen her statues... |
决斗者: [DNT] |
德鲁伊: I've felt the sway of a charismatic leader. It's a hard call to resist. |
Doryani on Xipocado /15
多里亚尼: I argued with Xipocado for years. Pleaded with him, at times. |
女巫: Let me guess... he didn't listen. |
游侠: He didn't listen, did he? |
多里亚尼: He did not. |
行者: He refused to listen? |
女猎手: You should have fought to make him understand. |
圣堂武僧: [DNT] |
多里亚尼: My attempts only made him proclaim his loyalty all the more. |
多里亚尼: That is Atziri's power over others... she sticks the knife of her beauty into their gut, and twists it for years. |
战士: And he shall own the consequences. |
野蛮人: [DNT] |
魔巫: Beauty is a weapon like any other. It, too, can be used for tyranny. |
佣兵: Can't say I blame the guy... I've seen her statues... |
决斗者: [DNT] |
德鲁伊: I've felt the sway of a charismatic leader. It's a hard call to resist. |
Doryani on Xipocado /15
多里亚尼: I argued with Xipocado for years. Pleaded with him, at times. |
女巫: Let me guess... he didn't listen. |
游侠: He didn't listen, did he? |
多里亚尼: He did not. |
行者: He refused to listen? |
女猎手: You should have fought to make him understand. |
圣堂武僧: [DNT] |
多里亚尼: My attempts only made him proclaim his loyalty all the more. |
多里亚尼: That is Atziri's power over others... she sticks the knife of her beauty into their gut, and twists it for years. |
战士: And he shall own the consequences. |
野蛮人: [DNT] |
魔巫: Beauty is a weapon like any other. It, too, can be used for tyranny. |
佣兵: Can't say I blame the guy... I've seen her statues... |
决斗者: [DNT] |
德鲁伊: I've felt the sway of a charismatic leader. It's a hard call to resist. |
Doryani on Xipocado /15
多里亚尼: I argued with Xipocado for years. Pleaded with him, at times. |
女巫: Let me guess... he didn't listen. |
游侠: He didn't listen, did he? |
多里亚尼: He did not. |
行者: He refused to listen? |
女猎手: You should have fought to make him understand. |
圣堂武僧: [DNT] |
多里亚尼: My attempts only made him proclaim his loyalty all the more. |
多里亚尼: That is Atziri's power over others... she sticks the knife of her beauty into their gut, and twists it for years. |
战士: And he shall own the consequences. |
野蛮人: [DNT] |
魔巫: Beauty is a weapon like any other. It, too, can be used for tyranny. |
佣兵: Can't say I blame the guy... I've seen her statues... |
决斗者: [DNT] |
德鲁伊: I've felt the sway of a charismatic leader. It's a hard call to resist. |
Doryani on Xipocado /15
多里亚尼: I argued with Xipocado for years. Pleaded with him, at times. |
女巫: Let me guess... he didn't listen. |
游侠: He didn't listen, did he? |
多里亚尼: He did not. |
行者: He refused to listen? |
女猎手: You should have fought to make him understand. |
圣堂武僧: [DNT] |
多里亚尼: My attempts only made him proclaim his loyalty all the more. |
多里亚尼: That is Atziri's power over others... she sticks the knife of her beauty into their gut, and twists it for years. |
战士: And he shall own the consequences. |
野蛮人: [DNT] |
魔巫: Beauty is a weapon like any other. It, too, can be used for tyranny. |
佣兵: Can't say I blame the guy... I've seen her statues... |
决斗者: [DNT] |
德鲁伊: I've felt the sway of a charismatic leader. It's a hard call to resist. |
Doryani on Another Attempt /1
多里亚尼: If you reset the systems that power Lira Vaal... |
Doryani on Solar Nexus /17
多里亚尼: You know what this was, don't you? |
战士: You sought to turn from Corruption? |
女巫: Steer{away} from Corruption? {You?} |
多里亚尼: Of course. |
魔巫: That is... surprising. |
女猎手: That's the first truly wise thing I've heard you say. |
多里亚尼: I envisioned a future run on this power. Clean, safe, eternal. No mutations. No madness. |
游侠: Did your people simply put up with being constantly poisoned? |
德鲁伊: The danger of Corruption... was it not obvious? |
多里亚尼: Do you think us stupid? |
多里亚尼: For centuries, our greatest minds worked to channel Corruption more efficiently, more safely. |
野蛮人: [DNT] |
行者: Change will come. It always does. |
佣兵: Nothing ever changes, mate. You just play the hand you're dealt. |
暗影: [DNT] |
圣堂武僧: [DNT] |
决斗者: [DNT] |
多里亚尼 on 同盟 /1
多里亚尼: 瓦尔将与瓦尔克拉斯联手对抗邪兽。 |
多里亚尼 on 库阿奇克宝库 /4
多里亚尼: 眼前矗立着克里亚山,阿兹莫里山脉最孤立的峰顶。山巅之上,你将找到库阿奇克宝库。 |
战士: “麻雀的时刻已至。”我记下了。 女巫: 他们听到这话就会乖乖投降?你可别搞错了。 魔巫: 我会将这个口信传达给他们…… 游侠: 麻雀的时刻已至。明白了,记住了。 女猎手: 或许你该跟我一块去…… 行者: 我会找到这些宝库守护者并传达你的话。 佣兵: 万一我忘了怎么办? 德鲁伊: The time o' the sparrow? Easy enough to remember. |
多里亚尼: {千万}别忘……不过…… |
多里亚尼: 若他们拒绝配合,我会前来相助。 |
多里亚尼 on 意外 /1
多里亚尼: 年少时我只渴望权力。我是最聪慧的。最敏锐的。我凭借纯粹的意志力平步青云。 |
多里亚尼 on 活着的瓦尔人 /1
多里亚尼: 听你说起那个时代沉没的乌扎尔城里的{居民……},我现在很不安。 |
多里亚尼 on 招兵买马 /1
多里亚尼: 灾变爆发得比预期要早。原定的居住者配置无法完成。 |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.








