mirror of
https://github.com/FireEmblemUniverse/fireemblem8u.git
synced 2024-11-27 15:10:23 +00:00
3590 lines
1.4 MiB
3590 lines
1.4 MiB
### Text Control Codes ###
|
|
|
|
# New line
|
|
[NL] = 1
|
|
|
|
# Two new lines
|
|
[NL2] = 2
|
|
|
|
# Blue arrow (push A to continue)
|
|
[A] = 3
|
|
|
|
# Short pause in speech
|
|
[....] = 4
|
|
|
|
# Longer pause in speech (alltext uses this one)
|
|
[.....] = 5
|
|
|
|
# Longer pause in speech
|
|
[......] = 6
|
|
|
|
# Long pause in speech
|
|
[.......] = 7
|
|
|
|
# Open speech bubble
|
|
[OpenFarLeft] = 8
|
|
|
|
# Open speech bubble
|
|
[OpenMidLeft] = 9
|
|
|
|
# Open speech bubble
|
|
[OpenLeft] = 10
|
|
|
|
# Open speech bubble
|
|
[OpenRight] = 11
|
|
|
|
# Open speech bubble
|
|
[OpenMidRight] = 12
|
|
|
|
# Open speech bubble
|
|
[OpenFarRight] = 13
|
|
|
|
# Open speech bubble
|
|
[OpenFarFarLeft] = 14
|
|
|
|
# Open speech bubble
|
|
[OpenFarFarRight] = 15
|
|
|
|
# Loads a portrait with the byte that follows
|
|
[LoadFace] = 16
|
|
|
|
# Clear current speaker's face
|
|
[ClearFace] = 17
|
|
|
|
# (FE 6 only!) Sets text speed to display normally
|
|
# [NormalPrint] = 18
|
|
|
|
# (FE 6 only!) Sets text speed to display quickly
|
|
# [FastPrint] = 19
|
|
|
|
# Close speech bubble quickly
|
|
[CloseSpeechFast] = 20
|
|
|
|
# Close speech bubble slowly
|
|
[CloseSpeechSlow] = 21
|
|
|
|
# Makes characters move their mouth or stop
|
|
[ToggleMouthMove] = 22
|
|
|
|
# Makes characters use their smiling frames or cease
|
|
[ToggleSmile] = 23
|
|
|
|
# Gives a yes/no prompt (starts on yes)
|
|
[Yes] = 24
|
|
|
|
# Gives a yes/no prompt (starts on no)
|
|
[No] = 25
|
|
|
|
# Gives buy/sell prompt (glitches if no shop?)
|
|
[BuySell] = 26
|
|
|
|
# Gives a prompt about whether the player would like to continue with using the shop (FE 8 only!)
|
|
[ShopContinue] = 27
|
|
|
|
# Sends selected character to back of display
|
|
[SendToBack] = 28
|
|
|
|
# (FE 8 only!) Play text faster for the open speech bubble
|
|
[FastPrint] = 29
|
|
|
|
# Short pause - text printing SFX still play
|
|
[.] = 31
|
|
|
|
# Dashed line? Not sure about this one
|
|
[DashedLine] = 0x7F
|
|
|
|
|
|
### Face Movement Codes ###
|
|
|
|
# Load face at overworld map
|
|
[LoadOverworldFaces] = 0x80, 0x04
|
|
|
|
# Print monetary amount
|
|
[G] = 0x80, 0x05
|
|
|
|
# Move to far left
|
|
[MoveFarLeft] = 0x80, 0x0A
|
|
|
|
# Move to mid left
|
|
[MoveMidLeft] = 0x80, 0x0B
|
|
|
|
# Move to left
|
|
[MoveLeft] = 0x80, 0x0C
|
|
|
|
# Move to right
|
|
[MoveRight] = 0x80, 0x0D
|
|
|
|
# Move to mid right
|
|
[MoveMidRight] = 0x80, 0x0E
|
|
|
|
# Move to far right
|
|
[MoveFarRight] = 0x80, 0x0F
|
|
|
|
# Move to off screen left
|
|
[MoveFarFarLeft] = 0x80, 0x10
|
|
|
|
# Move to off screen right
|
|
[MoveFarFarRight] = 0x80, 0x11
|
|
|
|
# Enables blinking
|
|
[EnableBlinking] = 0x80, 0x16
|
|
|
|
# Unknown
|
|
[Unknown8017] = 0x80, 0x17
|
|
|
|
# Delays blinking for a fixed amount of time after the line fills
|
|
[DelayBlinking] = 0x80, 0x18
|
|
|
|
# Pauses blinking for a short time; calling repeatedly doesn't seem to queue pauses properly
|
|
[PauseBlinking] = 0x80, 0x19
|
|
|
|
# Disables blinking
|
|
[DisableBlinking] = 0x80, 0x1B
|
|
|
|
# Open eyes (if closed or half)
|
|
[OpenEyes] = 0x80, 0x1C
|
|
|
|
# Close eyes
|
|
[CloseEyes] = 0x80, 0x1D
|
|
|
|
# Close eyes halfway
|
|
[HalfCloseEyes] = 0x80, 0x1E
|
|
|
|
# Wink (character's outside eye)
|
|
[Wink] = 0x80, 0x1F
|
|
|
|
# Say Tactician's name
|
|
[Tact] = 0x80, 0x20
|
|
|
|
# Change text red (if used again, changes text back to black)
|
|
[ToggleRed] = 0x80, 0x21
|
|
|
|
# Display name of item that has been loaded
|
|
[Item] = 0x80, 0x22
|
|
|
|
# Sets name of speaker with text that appears after until next line break (used for dialogs that appear over CGs)
|
|
[SetName] = 0x80, 0x23
|
|
|
|
# Toggles whether to invert the colors of the dialog box for that creepy ghost voice effect
|
|
[ToggleColorInvert] = 0x80, 0x25
|
|
|
|
|
|
### Other Characters ###
|
|
|
|
# Left smart quote (“)
|
|
[LQuote] = 0x93
|
|
|
|
# Right smart quote (”)
|
|
[RQuote] = 0x94
|
|
|
|
# e with accent mark (é)
|
|
[AccentedE] = 0xE9
|
|
|
|
|
|
### Message Strings
|
|
|
|
MSG_0000 {}
|
|
MSG_0001 { [.]}
|
|
MSG_0002 {Weapon Level increased.[.]}
|
|
MSG_0003 {broke!}
|
|
MSG_0004 {is gone.}
|
|
MSG_0005 {Got }
|
|
MSG_0006 {gold.[.]}
|
|
MSG_0007 {gold was stolen.}
|
|
MSG_0008 {Got }
|
|
MSG_0009 {was pilfered.[.]}
|
|
MSG_000A {Stole }
|
|
MSG_000B {was stolen.[.]}
|
|
MSG_000C {Support Lv. increased.}
|
|
MSG_000D {You can now use }
|
|
MSG_000E {You can now use }
|
|
MSG_000F {Dropped }
|
|
MSG_0010 {Sent [.]}
|
|
MSG_0011 {.[.]}
|
|
MSG_0012 {The village was destroyed.}
|
|
MSG_0013 {Strength increased.[.]}
|
|
MSG_0014 {Magic increased.}
|
|
MSG_0015 {Skill increased.}
|
|
MSG_0016 {Speed increased.}
|
|
MSG_0017 {Luck increased.[.]}
|
|
MSG_0018 {Defense increased.}
|
|
MSG_0019 {Resistance increased.[.]}
|
|
MSG_001A {Movement increased.[.]}
|
|
MSG_001B {Constitution increased.[.]}
|
|
MSG_001C {Max HP increased.[.]}
|
|
MSG_001D {Maturity increased.[.]}
|
|
MSG_001E {Level lost.[.]}
|
|
MSG_001F {Level lost.[.]}
|
|
MSG_0020 {Disabled trap.}
|
|
MSG_0021 {Recovered mine.[.]}
|
|
MSG_0022 {.[.]}
|
|
MSG_0023 {Change}
|
|
MSG_0024 {Cancel}
|
|
MSG_0025 {Dummy[.]}
|
|
MSG_0026 { Release Entry}
|
|
MSG_0027 { Continue Chp.}
|
|
MSG_0028 { Manual Cont.[.]}
|
|
MSG_0029 { Initialize File}
|
|
MSG_002A { World Map}
|
|
MSG_002B {Viwer Map[.]}
|
|
MSG_002C {Viewr Face}
|
|
MSG_002D {Viewr BG}
|
|
MSG_002E { MODE Tutorial}
|
|
MSG_002F { MODE Normal}
|
|
MSG_0030 { MODE Hard}
|
|
MSG_0031 { BASE Capture[.]}
|
|
MSG_0032 { BASE Devil A[.]}
|
|
MSG_0033 { BASE Devil B[.]}
|
|
MSG_0034 { BASE Devil C[.]}
|
|
MSG_0035 {N/A[.]}
|
|
MSG_0036 {At}
|
|
MSG_0037 {Mov[.]}
|
|
MSG_0038 {Cure}
|
|
MSG_0039 {Status}
|
|
MSG_003A {blanket100}
|
|
MSG_003B {blanket80[.]}
|
|
MSG_003C {blanket50[.]}
|
|
MSG_003D {move off100[.]}
|
|
MSG_003E {move off80}
|
|
MSG_003F {move off50}
|
|
MSG_0040 {none}
|
|
MSG_0041 {Natasha off[.]}
|
|
MSG_0042 {Douglas[.]}
|
|
MSG_0043 {11b citizen off[.]}
|
|
MSG_0044 {Lyn[.]}
|
|
MSG_0045 {Roy[.]}
|
|
MSG_0046 {gate keeper[.]}
|
|
MSG_0047 {leader}
|
|
MSG_0048 {cure}
|
|
MSG_0049 {cure move off[.]}
|
|
MSG_004A {steal[.]}
|
|
MSG_004B {door Open[.]}
|
|
MSG_004C {Ruthea off}
|
|
MSG_004D {Leyvan off}
|
|
MSG_004E {Demon King}
|
|
MSG_004F {near}
|
|
MSG_0050 {near Clarine}
|
|
MSG_0051 {Douglas[.]}
|
|
MSG_0052 {none}
|
|
MSG_0053 {loot}
|
|
MSG_0054 {loot abscise}
|
|
MSG_0055 {2[.]}
|
|
MSG_0056 {2 Clarine[.]}
|
|
MSG_0057 {circuit[.]}
|
|
MSG_0058 {random}
|
|
MSG_0059 {to Eirika[.]}
|
|
MSG_005A {to Ephraim}
|
|
MSG_005B {abscise[.]}
|
|
MSG_005C {to bases}
|
|
MSG_005D {break wall}
|
|
MSG_005E {ignore near[.]}
|
|
MSG_005F {area}
|
|
MSG_0060 {1T loot wait}
|
|
MSG_0061 {1T near wait}
|
|
MSG_0062 {bear}
|
|
MSG_0063 {normal}
|
|
MSG_0064 {strong}
|
|
MSG_0065 {very bear[.]}
|
|
MSG_0066 {vert strong[.]}
|
|
MSG_0067 {fine}
|
|
MSG_0068 {poison}
|
|
MSG_0069 {sleep[.]}
|
|
MSG_006A {close[.]}
|
|
MSG_006B {angry[.]}
|
|
MSG_006C {Dance Attack}
|
|
MSG_006D {Dance Defence[.]}
|
|
MSG_006E {Dance Skill[.]}
|
|
MSG_006F {Dance Avoid[.]}
|
|
MSG_0070 {sick}
|
|
MSG_0071 {recover[.]}
|
|
MSG_0072 {stone[.]}
|
|
MSG_0073 {shield}
|
|
MSG_0074 {stone counterattack[.]}
|
|
MSG_0075 {1/4[.]}
|
|
MSG_0076 {2/4[.]}
|
|
MSG_0077 {3/4[.]}
|
|
MSG_0078 {4/4[.]}
|
|
MSG_0079 {Pos[.]}
|
|
MSG_007A {Total S[.]}
|
|
MSG_007B {Total P[.]}
|
|
MSG_007C {CP Attack[.]}
|
|
MSG_007D {CP Move[.]}
|
|
MSG_007E {Counter[.]}
|
|
MSG_007F {Trust Level[.]}
|
|
MSG_0080 {Support[.]}
|
|
MSG_0081 {CritAvo[.]}
|
|
MSG_0082 {SRAM info[.]}
|
|
MSG_0083 {Vct[.]}
|
|
MSG_0084 {Dft[.]}
|
|
MSG_0085 {Adv[.]}
|
|
MSG_0086 {E.D.}
|
|
MSG_0087 {Pick}
|
|
MSG_0088 {x[.]}
|
|
MSG_0089 {Exp[.]}
|
|
MSG_008A {Favorite}
|
|
MSG_008B {This unit has no SRAM information[.]}
|
|
MSG_008C {mastery levels}
|
|
MSG_008D {TURN}
|
|
MSG_008E {2-CP}
|
|
MSG_008F {3-CP}
|
|
MSG_0090 {Animation[.]}
|
|
MSG_0091 {Terrain[.]}
|
|
MSG_0092 {Unit}
|
|
MSG_0093 {Combat}
|
|
MSG_0094 {Subtitle Help[.]}
|
|
MSG_0095 {Autocursor}
|
|
MSG_0096 {Text Speed}
|
|
MSG_0097 {Game Speed}
|
|
MSG_0098 {Music[.]}
|
|
MSG_0099 {Sound Effects[.]}
|
|
MSG_009A {Window Color}
|
|
MSG_009B {CPU Level[.]}
|
|
MSG_009C {Autoend Turns[.]}
|
|
MSG_009D {Unit Color}
|
|
MSG_009E {Show Objective}
|
|
MSG_009F {Controller}
|
|
MSG_00A0 {Rank Display}
|
|
MSG_00A1 {Show animation without backgrounds}
|
|
MSG_00A2 {Show animation with backgrounds[.]}
|
|
MSG_00A3 {Turn combat animation off[.]}
|
|
MSG_00A4 {Set animation for each unit manually}
|
|
MSG_00A5 {Set unit movement speed[.]}
|
|
MSG_00A6 {Set unit movement speed (fast)}
|
|
MSG_00A7 {Set message speed (slow)}
|
|
MSG_00A8 {Set message speed[.]}
|
|
MSG_00A9 {Set message speed (fast)}
|
|
MSG_00AA {Set message speed (autoscroll)}
|
|
MSG_00AB {Turn Terrain window on or off[.]}
|
|
MSG_00AC {Show normal unit window[.]}
|
|
MSG_00AD {Show unit window with tail}
|
|
MSG_00AE {Turn unit window off}
|
|
MSG_00AF {Show basic Combat Info window[.]}
|
|
MSG_00B0 {Show detailed Combat Info window}
|
|
MSG_00B1 {Turn Combat Info window off[.]}
|
|
MSG_00B2 {Set Easy/Help Scroll display}
|
|
MSG_00B3 {Set cursor to start on main hero}
|
|
MSG_00B4 {Set turn to end automatically[.]}
|
|
MSG_00B5 {Turn music on or off}
|
|
MSG_00B6 {Turn sound effects on or off}
|
|
MSG_00B7 {Change window color[.]}
|
|
MSG_00B8 {Set enemy AI}
|
|
MSG_00B9 {Set colors for individual units[.]}
|
|
MSG_00BA {Turn Chapter Goal display on or off[.]}
|
|
MSG_00BB {Set Control Window display}
|
|
MSG_00BC {Rank Display}
|
|
MSG_00BD {ON}
|
|
MSG_00BE {OFF[.]}
|
|
MSG_00BF {1[.]}
|
|
MSG_00C0 {2[.]}
|
|
MSG_00C1 {3[.]}
|
|
MSG_00C2 {4[.]}
|
|
MSG_00C3 {Slow}
|
|
MSG_00C4 {Norm}
|
|
MSG_00C5 {Fast}
|
|
MSG_00C6 {Max[.]}
|
|
MSG_00C7 {Solo}
|
|
MSG_00C8 {Strat[.]}
|
|
MSG_00C9 {Detail}
|
|
MSG_00CA {Panel[.]}
|
|
MSG_00CB {Burst[.]}
|
|
MSG_00CC {NO DATA[.]}
|
|
MSG_00CD {--}
|
|
MSG_00CE {--}
|
|
MSG_00CF {--}
|
|
MSG_00D0 {--}
|
|
MSG_00D1 {--}
|
|
MSG_00D2 {--}
|
|
MSG_00D3 {--}
|
|
MSG_00D4 {--}
|
|
MSG_00D5 {--}
|
|
MSG_00D6 {--}
|
|
MSG_00D7 {--}
|
|
MSG_00D8 {--}
|
|
MSG_00D9 {--}
|
|
MSG_00DA {--}
|
|
MSG_00DB {--}
|
|
MSG_00DC {--}
|
|
MSG_00DD {--}
|
|
MSG_00DE {--}
|
|
MSG_00DF {--}
|
|
MSG_00E0 {--}
|
|
MSG_00E1 {--}
|
|
MSG_00E2 {--}
|
|
MSG_00E3 {--}
|
|
MSG_00E4 {--}
|
|
MSG_00E5 {--}
|
|
MSG_00E6 {--}
|
|
MSG_00E7 {--}
|
|
MSG_00E8 {--}
|
|
MSG_00E9 {--}
|
|
MSG_00EA {--}
|
|
MSG_00EB {--}
|
|
MSG_00EC {--}
|
|
MSG_00ED {--}
|
|
MSG_00EE {--}
|
|
MSG_00EF {--}
|
|
MSG_00F0 {--}
|
|
MSG_00F1 {--}
|
|
MSG_00F2 {--}
|
|
MSG_00F3 {--}
|
|
MSG_00F4 {--}
|
|
MSG_00F5 {--}
|
|
MSG_00F6 {--}
|
|
MSG_00F7 {--}
|
|
MSG_00F8 {--}
|
|
MSG_00F9 {--}
|
|
MSG_00FA {--}
|
|
MSG_00FB {--}
|
|
MSG_00FC {--}
|
|
MSG_00FD {--}
|
|
MSG_00FE {--}
|
|
MSG_00FF {--}
|
|
MSG_0100 {--}
|
|
MSG_0101 {--}
|
|
MSG_0102 {--}
|
|
MSG_0103 {--}
|
|
MSG_0104 {--}
|
|
MSG_0105 {--}
|
|
MSG_0106 {--}
|
|
MSG_0107 {--}
|
|
MSG_0108 {--}
|
|
MSG_0109 {--}
|
|
MSG_010A {--}
|
|
MSG_010B {--}
|
|
MSG_010C {--}
|
|
MSG_010D {--}
|
|
MSG_010E {--}
|
|
MSG_010F {--}
|
|
MSG_0110 {--}
|
|
MSG_0111 {--}
|
|
MSG_0112 {--}
|
|
MSG_0113 {--}
|
|
MSG_0114 {--}
|
|
MSG_0115 {--}
|
|
MSG_0116 {--}
|
|
MSG_0117 {--}
|
|
MSG_0118 {--}
|
|
MSG_0119 {--}
|
|
MSG_011A {--}
|
|
MSG_011B {--}
|
|
MSG_011C {--}
|
|
MSG_011D {--}
|
|
MSG_011E {--}
|
|
MSG_011F {--}
|
|
MSG_0120 {--}
|
|
MSG_0121 {--}
|
|
MSG_0122 {--}
|
|
MSG_0123 {--}
|
|
MSG_0124 {--}
|
|
MSG_0125 {--}
|
|
MSG_0126 {--}
|
|
MSG_0127 {--}
|
|
MSG_0128 {--}
|
|
MSG_0129 {--}
|
|
MSG_012A {--}
|
|
MSG_012B {--}
|
|
MSG_012C {--}
|
|
MSG_012D {--}
|
|
MSG_012E {--}
|
|
MSG_012F {--}
|
|
MSG_0130 {--}
|
|
MSG_0131 {--}
|
|
MSG_0132 {--}
|
|
MSG_0133 {--}
|
|
MSG_0134 {--}
|
|
MSG_0135 {--}
|
|
MSG_0136 {--}
|
|
MSG_0137 {--}
|
|
MSG_0138 {--}
|
|
MSG_0139 {--}
|
|
MSG_013A {--}
|
|
MSG_013B {--}
|
|
MSG_013C {--}
|
|
MSG_013D {--}
|
|
MSG_013E {--}
|
|
MSG_013F {--}
|
|
MSG_0140 {Erase[.]}
|
|
MSG_0141 {Back}
|
|
MSG_0142 {Cancel}
|
|
MSG_0143 {Start[.]}
|
|
MSG_0144 {Copy}
|
|
MSG_0145 {Save}
|
|
MSG_0146 {Entry[.]}
|
|
MSG_0147 {Base}
|
|
MSG_0148 {LV}
|
|
MSG_0149 {For first-timers.[.][NL]Game rules and[NL]controls will be[NL]explained as you[NL]play.[.]}
|
|
MSG_014A {For experienced[.][NL]players. No game-[.][NL]play hints will[.][NL]be provided as[NL]you play.[.]}
|
|
MSG_014B {For players seeking[.][NL]a real challenge.[.][NL]No instructions are[.][NL]given & difficulty[NL]is set to high.[.]}
|
|
MSG_014C {0[.]}
|
|
MSG_014D {1[.]}
|
|
MSG_014E {2[.]}
|
|
MSG_014F {3[.]}
|
|
MSG_0150 {4[.]}
|
|
MSG_0151 {5[.]}
|
|
MSG_0152 {6[.]}
|
|
MSG_0153 {7[.]}
|
|
MSG_0154 {8[.]}
|
|
MSG_0155 {9[.]}
|
|
MSG_0156 {N/A[.]}
|
|
MSG_0157 {Ch.[.]}
|
|
MSG_0158 {x[.]}
|
|
MSG_0159 {Final[.]}
|
|
MSG_015A {Prologue}
|
|
MSG_015B {Side}
|
|
MSG_015C {Alter[.]}
|
|
MSG_015D {Turns[.]}
|
|
MSG_015E { [.]}
|
|
MSG_015F {Total Turns[.]}
|
|
MSG_0160 {The Fall of Renais}
|
|
MSG_0161 {Escape![.]}
|
|
MSG_0162 {The Protected[.]}
|
|
MSG_0163 {The Bandits of Borgo}
|
|
MSG_0164 {Ancient Horrors[.]}
|
|
MSG_0165 {Unbroken Heart}
|
|
MSG_0166 {The Empire's Reach}
|
|
MSG_0167 {Victims of War}
|
|
MSG_0168 {Waterside Renvall[.]}
|
|
MSG_0169 {It's a Trap!}
|
|
MSG_016A {Distant Blade[.]}
|
|
MSG_016B {Revolt at Carcino[.]}
|
|
MSG_016C {Village of Silence}
|
|
MSG_016D {Hamill Canyon[.]}
|
|
MSG_016E {Queen of White Dunes}
|
|
MSG_016F {Scorched Sand[.]}
|
|
MSG_0170 {Ruled by Madness}
|
|
MSG_0171 {River of Regrets}
|
|
MSG_0172 {Two Faces of Evil[.]}
|
|
MSG_0173 {Last Hope[.]}
|
|
MSG_0174 {Darkling Woods}
|
|
MSG_0175 {Sacred Stone}
|
|
MSG_0176 {Sacred Stone}
|
|
MSG_0177 {Fort Rigwald}
|
|
MSG_0178 {Turning Traitor[.]}
|
|
MSG_0179 {Landing at Taizel[.]}
|
|
MSG_017A {Fluorspar's Oath}
|
|
MSG_017B {Father and Son}
|
|
MSG_017C {Scorched Sand[.]}
|
|
MSG_017D {Ruled by Madness}
|
|
MSG_017E {River of Regrets}
|
|
MSG_017F {Two Faces of Evil[.]}
|
|
MSG_0180 {Last Hope[.]}
|
|
MSG_0181 {Darkling Woods}
|
|
MSG_0182 {Sacred Stone}
|
|
MSG_0183 {Sacred Stone}
|
|
MSG_0184 {Tower of Valni 1}
|
|
MSG_0185 {Tower of Valni 2}
|
|
MSG_0186 {Tower of Valni 3}
|
|
MSG_0187 {Tower of Valni 4}
|
|
MSG_0188 {Tower of Valni 5}
|
|
MSG_0189 {Tower of Valni 6}
|
|
MSG_018A {Tower of Valni 7}
|
|
MSG_018B {Tower of Valni 8}
|
|
MSG_018C {Tower of Valni 9}
|
|
MSG_018D {Tower of Valni 10[.]}
|
|
MSG_018E {Lagdou Ruins 1}
|
|
MSG_018F {Lagdou Ruins 2}
|
|
MSG_0190 {Lagdou Ruins 3}
|
|
MSG_0191 {Lagdou Ruins 4}
|
|
MSG_0192 {Lagdou Ruins 5}
|
|
MSG_0193 {Lagdou Ruins 6}
|
|
MSG_0194 {Lagdou Ruins 7}
|
|
MSG_0195 {Lagdou Ruins 8}
|
|
MSG_0196 {Lagdou Ruins 9}
|
|
MSG_0197 {Lagdou Ruins 10[.]}
|
|
MSG_0198 {Castle Frelia[.]}
|
|
MSG_0199 {Melkaen Coast[.]}
|
|
MSG_019A {Creeping Darkness[.]}
|
|
MSG_019B {Phantom Ship}
|
|
MSG_019C {Survive[.]}
|
|
MSG_019D {Defeat boss[.]}
|
|
MSG_019E {Defeat enemy}
|
|
MSG_019F {Seize gate}
|
|
MSG_01A0 {Seize gate}
|
|
MSG_01A1 {Seize throne}
|
|
MSG_01A2 {Defeat O'Neill}
|
|
MSG_01A3 {Seize the castle[NL]gate}
|
|
MSG_01A4 {Defeat all bandits}
|
|
MSG_01A5 {Seize the throne}
|
|
MSG_01A6 {Defeat all monsters[.]}
|
|
MSG_01A7 {Defeat Saar[.]}
|
|
MSG_01A8 {Seize the throne}
|
|
MSG_01A9 {Defeat Novala[.]}
|
|
MSG_01AA {Seize the castle[NL]gate}
|
|
MSG_01AB {Seize the throne}
|
|
MSG_01AC {Defeat all[NL]enemy units[.]}
|
|
MSG_01AD {Seize the castle[NL]gate}
|
|
MSG_01AE {Defeat all monsters[.]}
|
|
MSG_01AF {Defeat all monsters[.]}
|
|
MSG_01B0 {Survive for 11[NL]turns or defeat Aias}
|
|
MSG_01B1 {Seize the throne}
|
|
MSG_01B2 {Defeat all[NL]enemy units[.]}
|
|
MSG_01B3 {Seize the throne}
|
|
MSG_01B4 {Defeat Lyon[.]}
|
|
MSG_01B5 {Defeat all monsters[.]}
|
|
MSG_01B6 {Guard Mansel for 13[.][NL]turns/Defeat Riev[.]}
|
|
MSG_01B7 {Seize the lair gate[.]}
|
|
MSG_01B8 {Defeat Lyon[.]}
|
|
MSG_01B9 {Defeat Fomortiis, the[.][NL]Demon King}
|
|
MSG_01BA {Seize the throne}
|
|
MSG_01BB {Guard Duessel for 10[NL]turns/Defeat Beran}
|
|
MSG_01BC {Defeat all monsters[.]}
|
|
MSG_01BD {Defeat boss[.]}
|
|
MSG_01BE {Defeat all[NL]enemy units[.]}
|
|
MSG_01BF {Seize the throne}
|
|
MSG_01C0 {Defeat all monsters[.]}
|
|
MSG_01C1 {Left}
|
|
MSG_01C2 {Turn}
|
|
MSG_01C3 {Last Turn[.]}
|
|
MSG_01C4 {[0x7F][0x7F]}
|
|
MSG_01C5 {Plain[.]}
|
|
MSG_01C6 {Road}
|
|
MSG_01C7 {Village[.]}
|
|
MSG_01C8 {Village[.]}
|
|
MSG_01C9 {House[.]}
|
|
MSG_01CA {Armory}
|
|
MSG_01CB {Vendor}
|
|
MSG_01CC {Arena[.]}
|
|
MSG_01CD {C.Room}
|
|
MSG_01CE {Fort}
|
|
MSG_01CF {Gate}
|
|
MSG_01D0 {Forest}
|
|
MSG_01D1 {Thicket[.]}
|
|
MSG_01D2 {Sand}
|
|
MSG_01D3 {Desert}
|
|
MSG_01D4 {River[.]}
|
|
MSG_01D5 {Mntn}
|
|
MSG_01D6 {Peak}
|
|
MSG_01D7 {Bridge}
|
|
MSG_01D8 {Bridge}
|
|
MSG_01D9 {Sea[.]}
|
|
MSG_01DA {Lake}
|
|
MSG_01DB {Floor[.]}
|
|
MSG_01DC {Floor[.]}
|
|
MSG_01DD {Fence[.]}
|
|
MSG_01DE {Wall}
|
|
MSG_01DF {Wall}
|
|
MSG_01E0 {Rubble}
|
|
MSG_01E1 {Pillar}
|
|
MSG_01E2 {Door}
|
|
MSG_01E3 {Throne}
|
|
MSG_01E4 {Chest[.]}
|
|
MSG_01E5 {Chest[.]}
|
|
MSG_01E6 {Roof}
|
|
MSG_01E7 {Gate}
|
|
MSG_01E8 {Church}
|
|
MSG_01E9 {Ruins[.]}
|
|
MSG_01EA {Cliff[.]}
|
|
MSG_01EB {Ballista}
|
|
MSG_01EC {Long B}
|
|
MSG_01ED {Killer B}
|
|
MSG_01EE {Flat}
|
|
MSG_01EF {Wreck[.]}
|
|
MSG_01F0 {[DashedLine][DashedLine]}
|
|
MSG_01F1 {Stairs}
|
|
MSG_01F2 {[DashedLine][DashedLine]}
|
|
MSG_01F3 {Glacier[.]}
|
|
MSG_01F4 {Arena[.]}
|
|
MSG_01F5 {Valley}
|
|
MSG_01F6 {Fence[.]}
|
|
MSG_01F7 {Snag}
|
|
MSG_01F8 {Bridge}
|
|
MSG_01F9 {Sky[.]}
|
|
MSG_01FA {Deeps[.]}
|
|
MSG_01FB {Ruins[.]}
|
|
MSG_01FC {Inn[.]}
|
|
MSG_01FD {Barrel}
|
|
MSG_01FE {Bone}
|
|
MSG_01FF {Dark}
|
|
MSG_0200 {Water[.]}
|
|
MSG_0201 {Gunnels[.]}
|
|
MSG_0202 {Deck}
|
|
MSG_0203 {Brace[.]}
|
|
MSG_0204 {Mast}
|
|
MSG_0205 {Current[.]}
|
|
MSG_0206 {Record}
|
|
MSG_0207 {# Cleared}
|
|
MSG_0208 {Monsters}
|
|
MSG_0209 {Exp[.]}
|
|
MSG_020A {Units Used}
|
|
MSG_020B {Turns[.]}
|
|
MSG_020C {Time}
|
|
MSG_020D {:[.]}
|
|
MSG_020E {1 year ago}
|
|
MSG_020F {1 1/2 years ago[.]}
|
|
MSG_0210 {2 years ago[.]}
|
|
MSG_0211 {3 years ago[.]}
|
|
MSG_0212 {Eirika}
|
|
MSG_0213 {Seth}
|
|
MSG_0214 {Gilliam[.]}
|
|
MSG_0215 {Franz[.]}
|
|
MSG_0216 {Moulder[.]}
|
|
MSG_0217 {Vanessa[.]}
|
|
MSG_0218 {Ross}
|
|
MSG_0219 {Neimi[.]}
|
|
MSG_021A {Colm}
|
|
MSG_021B {Garcia}
|
|
MSG_021C {Innes[.]}
|
|
MSG_021D {Lute}
|
|
MSG_021E {Natasha[.]}
|
|
MSG_021F {Cormag}
|
|
MSG_0220 {Ephraim[.]}
|
|
MSG_0221 {Forde[.]}
|
|
MSG_0222 {Kyle}
|
|
MSG_0223 {Amelia}
|
|
MSG_0224 {Artur[.]}
|
|
MSG_0225 {Gerik[.]}
|
|
MSG_0226 {Tethys}
|
|
MSG_0227 {Marisa}
|
|
MSG_0228 {Saleh[.]}
|
|
MSG_0229 {Ewan}
|
|
MSG_022A {L'Arachel[.]}
|
|
MSG_022B {Dozla[.]}
|
|
MSG_022C {Nate}
|
|
MSG_022D {Rennac}
|
|
MSG_022E {Duessel[.]}
|
|
MSG_022F {Myrrh[.]}
|
|
MSG_0230 {Knoll[.]}
|
|
MSG_0231 {Joshua}
|
|
MSG_0232 {Syrene}
|
|
MSG_0233 {Tana}
|
|
MSG_0234 {Lyon}
|
|
MSG_0235 {Morva[.]}
|
|
MSG_0236 {Orson[.]}
|
|
MSG_0237 {Valter}
|
|
MSG_0238 {Selena}
|
|
MSG_0239 {Breguet[.]}
|
|
MSG_023A {Bone}
|
|
MSG_023B {Bazba[.]}
|
|
MSG_023C {Saar}
|
|
MSG_023D {Novala}
|
|
MSG_023E {Murray}
|
|
MSG_023F {Tirado}
|
|
MSG_0240 {Binks[.]}
|
|
MSG_0241 {Pablo[.]}
|
|
MSG_0242 {Aias}
|
|
MSG_0243 {Carlyle[.]}
|
|
MSG_0244 {Caellach}
|
|
MSG_0245 {Deni}
|
|
MSG_0246 {Riev}
|
|
MSG_0247 {Gheb}
|
|
MSG_0248 {Beran[.]}
|
|
MSG_0249 {O'Neill[.]}
|
|
MSG_024A {Glen}
|
|
MSG_024B {Zonta[.]}
|
|
MSG_024C {Vigarde[.]}
|
|
MSG_024D {Soldier[.]}
|
|
MSG_024E {Remnant[.]}
|
|
MSG_024F {Bandit}
|
|
MSG_0250 {Hunter}
|
|
MSG_0251 {Sellsword[.]}
|
|
MSG_0252 {Remnant[.]}
|
|
MSG_0253 {Mercenary[.]}
|
|
MSG_0254 {Cutthroat[.]}
|
|
MSG_0255 {Monster[.]}
|
|
MSG_0256 {Monster[.]}
|
|
MSG_0257 {Entombed}
|
|
MSG_0258 {Maelduin}
|
|
MSG_0259 {Cyclops[.]}
|
|
MSG_025A {Fomortiis[.]}
|
|
MSG_025B {Fado}
|
|
MSG_025C {Hayden}
|
|
MSG_025D {Klimt[.]}
|
|
MSG_025E {Mansel}
|
|
MSG_025F {Dara}
|
|
MSG_0260 {Ismaire[.]}
|
|
MSG_0261 {Messenger[.]}
|
|
MSG_0262 {Frelian[.]}
|
|
MSG_0263 {Rausten[.]}
|
|
MSG_0264 {Citizen[.]}
|
|
MSG_0265 {Renais Cit.[.]}
|
|
MSG_0266 {River Folk}
|
|
MSG_0267 {Enemy[.]}
|
|
MSG_0268 {Wall}
|
|
MSG_0269 {Snag}
|
|
MSG_026A {Mark}
|
|
MSG_026B {Evil}
|
|
MSG_026C {Summonern[.]}
|
|
MSG_026D {Summon}
|
|
MSG_026E {The princess of the kingdom of[NL]Renais. She's elegant and kind.[.]}
|
|
MSG_026F {A young commander of Renais.[NL]He's calm, composed, and skilled.[.]}
|
|
MSG_0270 {An armored knight of Frelia.[NL]He's quiet yet dependable.}
|
|
MSG_0271 {An earnest and compassionate[NL]cavalier from Renais.[.]}
|
|
MSG_0272 {A mature priest of Frelia. He's[.][NL]gentle and reassuring.}
|
|
MSG_0273 {A sincere, honest, and honorable[NL]pegasus knight of Frelia.[.]}
|
|
MSG_0274 {A young villager. He longs to be a[NL]warrior, like his father.[.]}
|
|
MSG_0275 {A childhood friend of Colm who[NL]hails from Renais. She cries a lot.[.]}
|
|
MSG_0276 {A childhood friend of Neimi who[.][NL]hails from Renais. He can be snide.[.]}
|
|
MSG_0277 {A villager from Renais. He was[NL]once a feared military leader.}
|
|
MSG_0278 {The prince of Frelia. He's brash[NL]and arrogant, but good at heart.}
|
|
MSG_0279 {A young mage of Renais. She[.][NL]believes she is a prodigy.}
|
|
MSG_027A {A beautiful cleric from the Grado[.][NL]Empire. She's graceful and serious.[.]}
|
|
MSG_027B {A wyvern knight of Grado. A gentle[NL]man, but a ferocious warrior.[.]}
|
|
MSG_027C {The prince of Renais. He is a man[.][NL]of great honor and bravery.[.]}
|
|
MSG_027D {A cavalier of Renais. He is skilled,[NL]but reckless. He's Franz's brother.[.]}
|
|
MSG_027E {A steadfast and honorable cavalier[NL]in sworn service to Renais.[.]}
|
|
MSG_027F {A young girl from a small village in[NL]Grado. She is honest and sincere.[.]}
|
|
MSG_0280 {A young monk from Renais. He is a[.][NL]very forthright and pious man.}
|
|
MSG_0281 {A mercenary leader from Jehanna. He's[.][NL]better known as the Desert Tiger.[.]}
|
|
MSG_0282 {A beautiful and charming dancer[.][NL]from Jehanna.[.]}
|
|
MSG_0283 {An aloof sword fighter from Jehanna.[NL]She's known as the Crimson Flash.[.]}
|
|
MSG_0284 {A sage from the village Caer Pelyn.[.][NL]He's Ewan's solemn, but kind, teacher.}
|
|
MSG_0285 {A sage-in-training from Jehanna.[NL]He reveres his teacher, Saleh.}
|
|
MSG_0286 {A young woman from Rausten. She[.][NL]fights for justice and order.[.]}
|
|
MSG_0287 {A berserker from Rausten. He's a[NL]hearty man with a thirst for life.}
|
|
MSG_0288 {A lazy, greedy, but exceptional[.][NL]fighter from the Republic of Carcino.[.]}
|
|
MSG_0289 {A courageous general in Grado's army.[.][NL]He's better known as Obsidian.}
|
|
MSG_028A {A young, pure-hearted girl from[.][NL]Darkling Woods. She tends to be shy.}
|
|
MSG_028B {One of Grado's royal mages. He knows[NL]the riddle of the Dark Stone.[.]}
|
|
MSG_028C {A wandering swordsman from Jehanna.[.][NL]He loves to gamble.[.]}
|
|
MSG_028D {The dutiful commander of the 3rd[NL]battalion of Frelia's pegasus knights.}
|
|
MSG_028E {A young lady of Frelia. She is both[.][NL]cheery and sociable.}
|
|
MSG_028F {The prince of Grado. The Dark Stone[.][NL]is slowly corrupting his body.}
|
|
MSG_0290 {Leader of the Manakete tribe. He was[NL]turned into a draco zombie by Lyon.[.]}
|
|
MSG_0291 {A cavalier of Renais. He's a devoted[NL]husband and a serene and quiet man.[.]}
|
|
MSG_0292 {A general in Grado's army. This cruel[.][NL]man is also known as Moonstone.[.]}
|
|
MSG_0293 {One of Grado's generals. She's also[.][NL]known by the name Fluorspar.}
|
|
MSG_0294 {Commander of a Grado military force.}
|
|
MSG_0295 {One of Bazba's henchmen.}
|
|
MSG_0296 {The leader of Bazba's Bandits.}
|
|
MSG_0297 {Commander of Grado's border guard.[NL]His loyalty is unshakable.}
|
|
MSG_0298 {An underling serving General Riev. He[.][NL]is a cowardly and ambitious schemer.}
|
|
MSG_0299 {A cavalier of Grado and a trusted[.][NL]confidant of Tirado.}
|
|
MSG_029A {General Grado's aide. He has utter[NL]confidence in his own ingenuity.}
|
|
MSG_029B {Leader of a band of mercenaries hired[.][NL]by an unknown agent.}
|
|
MSG_029C {A member of Carcino's Council of[NL]Elders and an advocate of Grado.}
|
|
MSG_029D {An aid to Grado's General Caellach. He[NL]believes he is an unbeatable tactician.[.]}
|
|
MSG_029E {Former leader of Jehanna's army. He[.][NL]lost himself for love of his queen.[.]}
|
|
MSG_029F {An ambitious general in Grado's army.[.][NL]He's better known as Tiger Eye.[.]}
|
|
MSG_02A0 {A heretic and general in Grado's army.[NL]He's also known as Blood Beryl.[.]}
|
|
MSG_02A1 {A squad commander in Grado's army.[NL]He cares nothing for his men's lives.[.]}
|
|
MSG_02A2 {A cavalier sworn in service to Grado.[.][NL]He serves as Valter's confidant.}
|
|
MSG_02A3 {A troop leader in Grado's army.[.]}
|
|
MSG_02A4 {A general in Grado's army. He is[NL]better known as Sunstone.[.]}
|
|
MSG_02A5 {The leader of a mercenary band[NL]working in the pay of Tirado.[.]}
|
|
MSG_02A6 {The emperor of Grado, resurrected by[NL]the power of the Dark Stone.}
|
|
MSG_02A7 {The crown prince of Grado. He's fallen[NL]under the control of the Demon King.}
|
|
MSG_02A8 {A former cavalier now serving Grado[.][NL]in hopes of restoring his dead wife.}
|
|
MSG_02A9 {The army of Grado, the largest[NL]nation on the entire continent.[.]}
|
|
MSG_02AA {The scattered remnants of what was[NL]once the greatest army of the land.[.]}
|
|
MSG_02AB {A mercenary fighting as part of[.][NL]Binks's force.}
|
|
MSG_02AC {One of the treasure hunters who[.][NL]have laid claim to this region.[.]}
|
|
MSG_02AD {One of the bandits who have laid[NL]claim to the Carcino territories.[.]}
|
|
MSG_02AE {A member of Bazba's Bandits, who[NL]roam this region.[.]}
|
|
MSG_02AF {A soldier in the employ of Pablo[NL]of Carcino.[.]}
|
|
MSG_02B0 {Mercenaries hired by Pablo of Carcino.}
|
|
MSG_02B1 {A grotesque creature created by[.][NL]magic and born in darkness.[.]}
|
|
MSG_02B2 {The Demon King, lord of darkness. His[.][NL]sole desire is to remake the world.[.]}
|
|
MSG_02B3 {The devoted king of Renais. His sole[NL]concern is for the people he leads.[.]}
|
|
MSG_02B4 {The king of Frelia. He's a good friend[NL]to both Eirika and Ephraim.[.]}
|
|
MSG_02B5 {The pontifex of Rausten. He is a[NL]compassionate and pious ruler.}
|
|
MSG_02B6 {A member of Carcino's Council of[NL]Elders and an opponent of Grado.}
|
|
MSG_02B7 {An old woman of Caer Pelyn. Over 100[NL]years in age, she is a font of wisdom.}
|
|
MSG_02B8 {The queen of Jehanna. She is known[NL]as the Queen of the White Dunes.}
|
|
MSG_02B9 {A pegasus knight of Frelia. She[.][NL]serves as their message bearer.[.]}
|
|
MSG_02BA {A knight of Frelia, sworn in service[NL]of Hayden, the Sage King.[.]}
|
|
MSG_02BB {A knight of Rausten, sworn in service[.][NL]to Mansel, the Divine Emperor.}
|
|
MSG_02BC {A resident of the capital of Renais,[NL]which was seized by Novala.[.]}
|
|
MSG_02BD {A citizen living on the river Narube[NL]who has been caught up in the war.}
|
|
MSG_02BE {Temp.: Enemy Boss[.]}
|
|
MSG_02BF {Lord}
|
|
MSG_02C0 {Great Lord}
|
|
MSG_02C1 {Cavalier}
|
|
MSG_02C2 {Paladin[.]}
|
|
MSG_02C3 {Knight}
|
|
MSG_02C4 {General[.]}
|
|
MSG_02C5 {Thief[.]}
|
|
MSG_02C6 {Mercenary[.]}
|
|
MSG_02C7 {Hero}
|
|
MSG_02C8 {Myrmidon}
|
|
MSG_02C9 {Swordmaster[.]}
|
|
MSG_02CA {Assassin}
|
|
MSG_02CB {Archer}
|
|
MSG_02CC {Sniper}
|
|
MSG_02CD {Ranger}
|
|
MSG_02CE {Wyvern Rider}
|
|
MSG_02CF {Wyvern Lord[.]}
|
|
MSG_02D0 {Wyvern Kn.}
|
|
MSG_02D1 {Mage}
|
|
MSG_02D2 {Sage}
|
|
MSG_02D3 {Mage Knight[.]}
|
|
MSG_02D4 {Bishop}
|
|
MSG_02D5 {Nomad[.]}
|
|
MSG_02D6 {Nmd Trooper[.]}
|
|
MSG_02D7 {Manakete}
|
|
MSG_02D8 {Journeyman}
|
|
MSG_02D9 {Pupil[.]}
|
|
MSG_02DA {Recruit[.]}
|
|
MSG_02DB {Rogue[.]}
|
|
MSG_02DC {Fighter[.]}
|
|
MSG_02DD {Warrior[.]}
|
|
MSG_02DE {Brigand[.]}
|
|
MSG_02DF {Berserker[.]}
|
|
MSG_02E0 {Great Knight}
|
|
MSG_02E1 {Shaman}
|
|
MSG_02E2 {Druid[.]}
|
|
MSG_02E3 {Summoner}
|
|
MSG_02E4 {Monk}
|
|
MSG_02E5 {Bard}
|
|
MSG_02E6 {Priest}
|
|
MSG_02E7 {Pegasus Kn.[.]}
|
|
MSG_02E8 {Falcoknight[.]}
|
|
MSG_02E9 {Cleric}
|
|
MSG_02EA {Troubadour}
|
|
MSG_02EB {Valkyrie}
|
|
MSG_02EC {Dancer}
|
|
MSG_02ED {Soldier[.]}
|
|
MSG_02EE {Pirate}
|
|
MSG_02EF {Necromancer[.]}
|
|
MSG_02F0 {Fleet[.]}
|
|
MSG_02F1 {Phantom[.]}
|
|
MSG_02F2 {Revenant}
|
|
MSG_02F3 {Entombed}
|
|
MSG_02F4 {Bonewalker}
|
|
MSG_02F5 {Wight[.]}
|
|
MSG_02F6 {Bael}
|
|
MSG_02F7 {Elder Bael}
|
|
MSG_02F8 {Cyclops[.]}
|
|
MSG_02F9 {Mauthe Doog[.]}
|
|
MSG_02FA {Gwyllgi[.]}
|
|
MSG_02FB {Tarvos}
|
|
MSG_02FC {Maelduin}
|
|
MSG_02FD {Mogall}
|
|
MSG_02FE {Arch Mogall[.]}
|
|
MSG_02FF {Gorgon}
|
|
MSG_0300 {Gorgon Egg}
|
|
MSG_0301 {Gargoyle}
|
|
MSG_0302 {Deathgoyle}
|
|
MSG_0303 {Draco Zombie}
|
|
MSG_0304 {Demon King}
|
|
MSG_0305 {Civilian}
|
|
MSG_0306 {Pontifex}
|
|
MSG_0307 {Queen[.]}
|
|
MSG_0308 {Supply}
|
|
MSG_0309 {Noble heirs to a ruling house.[NL]They possess great potential.[.]}
|
|
MSG_030A {Noble heirs to a ruling house.[NL]They possess great potential.[.]}
|
|
MSG_030B {Mounted lords whose fine qualities[NL]set them apart from their peers.}
|
|
MSG_030C {Mounted lords whose fine qualities[NL]set them apart from their peers.}
|
|
MSG_030D {Mounted knights with swift movement.[NL]Equip: Swords, lances.}
|
|
MSG_030E {Mounted knights with superior[.][NL]abilities. Equip: Swords, lances.[.]}
|
|
MSG_030F {Heavily armored knights with poor[.][NL]movement. Equip: Lances.}
|
|
MSG_0310 {Knights of great skill. Equip: Swords,[NL]lances, axes. Skill: Great Shield.}
|
|
MSG_0311 {Multitalented knaves with an eye for[NL]riches. Equip: Swords.}
|
|
MSG_0312 {Well-balanced professional soldiers-[NL]for-hire. Equip: Swords.}
|
|
MSG_0313 {Seasoned veterans with remarkable[.][NL]skill. Equip: Swords, axes.[.]}
|
|
MSG_0314 {Talented swordsmen skilled in swift[.][NL]killing strokes. Equip: Swords.[.]}
|
|
MSG_0315 {Lightning-fast swordsmen of peerless[NL]and lethal skill. Equip: Swords.}
|
|
MSG_0316 {Masters of the killing arts.[NL]Equip: Swords. Skill: Silencer.[.]}
|
|
MSG_0317 {Warriors who use bows to attack from[NL]afar. Equip: Bows.}
|
|
MSG_0318 {Archers of unparalleled accuracy.[.][NL]Equip: Bows. Skill: Sure Strike.}
|
|
MSG_0319 {Fighters skilled in both sword and bow.[.][NL]Equip: Swords, bows.}
|
|
MSG_031A {High-flying knights vulnerable only to[NL]bows and magic. Equip: Lances.}
|
|
MSG_031B {Wyvern-mounted knights of superior[NL]skill. Equip: Swords, lances.[.]}
|
|
MSG_031C {Wyvern riders who can pierce enemy[NL]defenses. Equip: Lances. Skill: Pierce.[.]}
|
|
MSG_031D {Magic wielders with solid skills but low[NL]physical strength. Equip: Anima.}
|
|
MSG_031E {Advanced scholars of magical codices.[.][NL]Equip: Anima, light, staves.}
|
|
MSG_031F {Knights trained in both anima and[.][NL]staves. Equip: Anima, staves.[.]}
|
|
MSG_0320 {Users of monster-slaying light magic.[.][NL]Equip: Light, staves. Skill: Slayer.}
|
|
MSG_0321 {Mounted plainsmen with good[.][NL]movement. Armed with bows.}
|
|
MSG_0322 {An honorific given to nomads of[.][NL]great skill. Equip: Bows, swords.[.]}
|
|
MSG_0323 {Mysterious tribesmen who can turn[.][NL]into dragons. Equip: Dragonstone.[.]}
|
|
MSG_0324 {Young fighters with high[NL]expectations. Equip: Axes.}
|
|
MSG_0325 {Mages in training with lofty[NL]aspirations. Equip: Anima.}
|
|
MSG_0326 {Knaves who need no tools or keys to[.][NL]open locks. Equip: Swords. Skill: Pick.[.]}
|
|
MSG_0327 {Ruffians with great strength but[NL]poor defense. Equip: Axes.}
|
|
MSG_0328 {Stalwart warriors whose power is[NL]their pride. Equip: Axes, bows.[.]}
|
|
MSG_0329 {Mighty mercenaries who thrive[.][NL]in mountains. Equip: Axes.}
|
|
MSG_032A {Fighters at home both in mountains[NL]and at sea. Equip: Axes.}
|
|
MSG_032B {Knights with great mobility and[.][NL]defense. Equip: Swords, lances, axes.[.]}
|
|
MSG_032C {Wielders of magic who are stronger,[.][NL]but slower, than mages. Equip: Dark.}
|
|
MSG_032D {Wielders of deep and ancient magic.[.][NL]Equip: Dark, anima, staves.[.]}
|
|
MSG_032E {Master sorcerers who summon fighters.[.][NL]Equip: Dark, staves. Skill: Summon.[.]}
|
|
MSG_032F {Users of light magic with high[NL]resistance. Equip: Light.[.]}
|
|
MSG_0330 {Spiritual guides who use sacred[.][NL]staves to heal allies. Equip: Staves.[.]}
|
|
MSG_0331 {Musicians whose melodies aid[NL]allies. Unable to attack.[.]}
|
|
MSG_0332 {Unproven knights with dreams[NL]of glory. Equip: Lances.}
|
|
MSG_0333 {Airborne knights who resist magic but[.][NL]are weak against bows. Equip: Lances.[.]}
|
|
MSG_0334 {Swift sky warriors who shrug off[NL]magic attacks. Equip: Swords, lances.[.]}
|
|
MSG_0335 {Holy women who use sacred staves to[.][NL]heal their allies. Equip: Staves.[.]}
|
|
MSG_0336 {Maidens who wield staves from[.][NL]horseback. Equip: Staves.[.]}
|
|
MSG_0337 {Battle maidens who wield both staves[NL]and light magic. Equip: Light, staves.}
|
|
MSG_0338 {Dancers whose dances revitalize[.][NL]their allies. They cannot attack.[.]}
|
|
MSG_0339 {Average soldiers possessing[.][NL]no special abilities.[.]}
|
|
MSG_033A {Tough brawlers who call the[.][NL]sea their home. Equip: Axes.}
|
|
MSG_033B {Master of the Dark Stone who uses[.][NL]dark magic to command corpses.}
|
|
MSG_033C {Warships that patrol the open seas.[.][NL]They carry powerful ballistae.}
|
|
MSG_033D {Phantom warriors who possess great[NL]strength but vanish when attacked.}
|
|
MSG_033E {Walking corpses that move slowly[NL]but attack with sharp claws.}
|
|
MSG_033F {Reanimated corpses. They're not fast,[.][NL]but their talons rend flesh with ease.}
|
|
MSG_0340 {Dead warriors given will by dark magic.[.][NL]They wield a variety of weapons.}
|
|
MSG_0341 {Skeletons driven by terrible magic.[.][NL]They can wield many weapons.}
|
|
MSG_0342 {Giant poisonous mountain spiders with[.][NL]venom-filled fangs.[.]}
|
|
MSG_0343 {Magic-infused giant spiders.[NL]Their venom is lethal.}
|
|
MSG_0344 {One-eyed giants who use their[.][NL]strength to wield huge axes.}
|
|
MSG_0345 {Blood-hungry demon dogs that attack[.][NL]with keen-edged fangs.}
|
|
MSG_0346 {Savage, three-headed hellhounds.[NL]Their fangs are cruel death dealers.}
|
|
MSG_0347 {Vile man-beasts who thunder into[NL]combat with colossal axes.}
|
|
MSG_0348 {Immensely fast and strong creatures[.][NL]who hunt with axes and bows.}
|
|
MSG_0349 {Perilous floating orbs filled with[NL]blighting dark magic.[.]}
|
|
MSG_034A {Mogall whose dread power exceeds[NL]that of their lesser cousins.[.]}
|
|
MSG_034B {Comely and cursed, these creatures[NL]turn all who behold them into stone.}
|
|
MSG_034C {Eggs of lovely and deadly gorgons.}
|
|
MSG_034D {Malignant fiends who hunt with[NL]lances. They ride on fell wings.}
|
|
MSG_034E {Gargoyles empowered by magic. They[NL]are both swift and brutal.}
|
|
MSG_034F {The revived corpse of a dragon. Its[.][NL]putrid breath decays all it touches.}
|
|
MSG_0350 {This foul being is the master of the[NL]dark. Its power exceeds mortal ken.[.]}
|
|
MSG_0351 {An innocent peasant lacking any[.][NL]combat skills at all.[.]}
|
|
MSG_0352 {Spiritual leader of Rausten. He claims[NL]ancestry with the saintly Latona.[.]}
|
|
MSG_0353 {The kingdom's highest authority. She[NL]is a popular ruler of great virtue.[.]}
|
|
MSG_0354 {Iron Sword}
|
|
MSG_0355 {Slim Sword}
|
|
MSG_0356 {Steel Sword[.]}
|
|
MSG_0357 {Silver Sword}
|
|
MSG_0358 {Iron Blade}
|
|
MSG_0359 {Steel Blade[.]}
|
|
MSG_035A {Silver Blade}
|
|
MSG_035B {Poison Sword}
|
|
MSG_035C {Rapier}
|
|
MSG_035D {Brave Sword[.]}
|
|
MSG_035E {Shamshir}
|
|
MSG_035F {Killing Edge}
|
|
MSG_0360 {Armorslayer[.]}
|
|
MSG_0361 {Wyrmslayer}
|
|
MSG_0362 {Light Brand[.]}
|
|
MSG_0363 {Runesword[.]}
|
|
MSG_0364 {Lancereaver[.]}
|
|
MSG_0365 {Zanbato[.]}
|
|
MSG_0366 {Sieglinde[.]}
|
|
MSG_0367 {Audhulma}
|
|
MSG_0368 {Wind Sword}
|
|
MSG_0369 {Iron Lance}
|
|
MSG_036A {Slim Lance}
|
|
MSG_036B {Steel Lance[.]}
|
|
MSG_036C {Silver Lance}
|
|
MSG_036D {Toxin Lance[.]}
|
|
MSG_036E {Brave Lance[.]}
|
|
MSG_036F {Killer Lance}
|
|
MSG_0370 {Horseslayer[.]}
|
|
MSG_0371 {Javelin[.]}
|
|
MSG_0372 {Spear[.]}
|
|
MSG_0373 {Axereaver[.]}
|
|
MSG_0374 {Reginleif[.]}
|
|
MSG_0375 {Siegmund}
|
|
MSG_0376 {Vidofnir}
|
|
MSG_0377 {Dragonspear[.]}
|
|
MSG_0378 {Heavy Spear[.]}
|
|
MSG_0379 {Short Spear[.]}
|
|
MSG_037A {Iron Axe}
|
|
MSG_037B {Steel Axe[.]}
|
|
MSG_037C {Silver Axe}
|
|
MSG_037D {Poison Axe}
|
|
MSG_037E {Brave Axe[.]}
|
|
MSG_037F {Killer Axe}
|
|
MSG_0380 {Halberd[.]}
|
|
MSG_0381 {Hammer}
|
|
MSG_0382 {Devil Axe[.]}
|
|
MSG_0383 {Hand Axe}
|
|
MSG_0384 {Tomahawk}
|
|
MSG_0385 {Swordreaver[.]}
|
|
MSG_0386 {Swordslayer[.]}
|
|
MSG_0387 {Dragon Axe}
|
|
MSG_0388 {Battle Axe}
|
|
MSG_0389 {Garm}
|
|
MSG_038A {Hatchet[.]}
|
|
MSG_038B {Iron Bow}
|
|
MSG_038C {Steel Bow[.]}
|
|
MSG_038D {Silver Bow}
|
|
MSG_038E {Poison Bow}
|
|
MSG_038F {Killer Bow}
|
|
MSG_0390 {Brave Bow[.]}
|
|
MSG_0391 {Short Bow[.]}
|
|
MSG_0392 {Longbow[.]}
|
|
MSG_0393 {Ballista}
|
|
MSG_0394 {Iron Ballista[.]}
|
|
MSG_0395 {Killer Ballista[.]}
|
|
MSG_0396 {Nidhogg[.]}
|
|
MSG_0397 {Wretched Air}
|
|
MSG_0398 {Dragonstone[.]}
|
|
MSG_0399 {Stone Shard[.]}
|
|
MSG_039A {Demon Light[.]}
|
|
MSG_039B {Ravager[.]}
|
|
MSG_039C {Nightmare[.]}
|
|
MSG_039D {Sharp Claw}
|
|
MSG_039E {Rotten Claw[.]}
|
|
MSG_039F {Fetid Claw}
|
|
MSG_03A0 {Poison Claw[.]}
|
|
MSG_03A1 {Lethal Talon}
|
|
MSG_03A2 {Fiery Fang}
|
|
MSG_03A3 {Hellfang}
|
|
MSG_03A4 {Shadowkiller}
|
|
MSG_03A5 {Bright Lance}
|
|
MSG_03A6 {Fiendcleaver}
|
|
MSG_03A7 {Beacon Bow}
|
|
MSG_03A8 {Emblem Seal[.]}
|
|
MSG_03A9 {Fire}
|
|
MSG_03AA {Thunder[.]}
|
|
MSG_03AB {Elfire}
|
|
MSG_03AC {Alacalibur}
|
|
MSG_03AD {Bolting[.]}
|
|
MSG_03AE {Fimbulvetr}
|
|
MSG_03AF {Excalibur[.]}
|
|
MSG_03B0 {Lightning[.]}
|
|
MSG_03B1 {Shine[.]}
|
|
MSG_03B2 {Divine}
|
|
MSG_03B3 {Purge[.]}
|
|
MSG_03B4 {Aura}
|
|
MSG_03B5 {Ivaldi}
|
|
MSG_03B6 {Flux}
|
|
MSG_03B7 {Luna}
|
|
MSG_03B8 {Nosferatu[.]}
|
|
MSG_03B9 {Eclipse[.]}
|
|
MSG_03BA {Fenrir}
|
|
MSG_03BB {Gleipnir}
|
|
MSG_03BC {Naglfar[.]}
|
|
MSG_03BD {Stone[.]}
|
|
MSG_03BE {Evil Eye}
|
|
MSG_03BF {Crimson Eye[.]}
|
|
MSG_03C0 {Demon Surge[.]}
|
|
MSG_03C1 {Shadowshot}
|
|
MSG_03C2 {Heal}
|
|
MSG_03C3 {Mend}
|
|
MSG_03C4 {Recover[.]}
|
|
MSG_03C5 {Physic}
|
|
MSG_03C6 {Fortify[.]}
|
|
MSG_03C7 {Restore[.]}
|
|
MSG_03C8 {Silence[.]}
|
|
MSG_03C9 {Sleep[.]}
|
|
MSG_03CA {Berserk[.]}
|
|
MSG_03CB {Warp}
|
|
MSG_03CC {Rescue}
|
|
MSG_03CD {Torch[.]}
|
|
MSG_03CE {Hammerne}
|
|
MSG_03CF {Unlock}
|
|
MSG_03D0 {Barrier[.]}
|
|
MSG_03D1 {Latona}
|
|
MSG_03D2 {Dance[.]}
|
|
MSG_03D3 {Play}
|
|
MSG_03D4 {Angelic Robe}
|
|
MSG_03D5 {Energy Ring[.]}
|
|
MSG_03D6 {Secret Book[.]}
|
|
MSG_03D7 {Speedwing[.]}
|
|
MSG_03D8 {Goddess Icon}
|
|
MSG_03D9 {Dragonshield}
|
|
MSG_03DA {Talisman}
|
|
MSG_03DB {Swiftsole[.]}
|
|
MSG_03DC {Body Ring[.]}
|
|
MSG_03DD {Hero Crest}
|
|
MSG_03DE {Knight Crest}
|
|
MSG_03DF {Orion's Bolt}
|
|
MSG_03E0 {Elysian Whip}
|
|
MSG_03E1 {Guiding Ring}
|
|
MSG_03E2 {Chest Key[.]}
|
|
MSG_03E3 {Door Key}
|
|
MSG_03E4 {Lockpick}
|
|
MSG_03E5 {Vulnerary[.]}
|
|
MSG_03E6 {Elixir}
|
|
MSG_03E7 {Pure Water}
|
|
MSG_03E8 {Antitoxin[.]}
|
|
MSG_03E9 {Torch[.]}
|
|
MSG_03EA {Fili Shield[.]}
|
|
MSG_03EB {Member Card[.]}
|
|
MSG_03EC {Silver Card[.]}
|
|
MSG_03ED {Gold Gem}
|
|
MSG_03EE {Black Gem[.]}
|
|
MSG_03EF {White Gem[.]}
|
|
MSG_03F0 {Blue Gem}
|
|
MSG_03F1 {Red Gem[.]}
|
|
MSG_03F2 {Gold}
|
|
MSG_03F3 {Hoplon Guard}
|
|
MSG_03F4 {Master Seal[.]}
|
|
MSG_03F5 {Metis's Tome}
|
|
MSG_03F6 {Ocean Seal}
|
|
MSG_03F7 {Lunar Brace[.]}
|
|
MSG_03F8 {Solar Brace[.]}
|
|
MSG_03F9 {1 Gold}
|
|
MSG_03FA {5 Gold}
|
|
MSG_03FB {10 Gold[.]}
|
|
MSG_03FC {50 Gold[.]}
|
|
MSG_03FD {100 Gold}
|
|
MSG_03FE {150 Gold}
|
|
MSG_03FF {200 Gold}
|
|
MSG_0400 {3,000 Gold}
|
|
MSG_0401 {5,000 Gold}
|
|
MSG_0402 {Juna Fruit}
|
|
MSG_0403 {Dummy[.]}
|
|
MSG_0404 { [.]}
|
|
MSG_0405 { [.]}
|
|
MSG_0406 { [.]}
|
|
MSG_0407 { [.]}
|
|
MSG_0408 { [.]}
|
|
MSG_0409 { [.]}
|
|
MSG_040A { [.]}
|
|
MSG_040B {Coated in lethal poison.}
|
|
MSG_040C {Effective against infantry.[.]}
|
|
MSG_040D {Can strike consecutively.[.]}
|
|
MSG_040E {Improves critical hit rate.[.]}
|
|
MSG_040F {Improves critical hit rate.[.]}
|
|
MSG_0410 {Effective against knights.}
|
|
MSG_0411 {Effective against wyverns.}
|
|
MSG_0412 {Suffused with light magic.}
|
|
MSG_0413 {Imbued with dark magic.[.]}
|
|
MSG_0414 {Strong against spears.}
|
|
MSG_0415 {Effective against cavalry.}
|
|
MSG_0416 {The Sacred Twin storm blade. Str +5.}
|
|
MSG_0417 {The Sacred Twin ice blade. Res +5.}
|
|
MSG_0418 {Capable of indirect attacks.}
|
|
MSG_0419 { [.]}
|
|
MSG_041A { [.]}
|
|
MSG_041B { [.]}
|
|
MSG_041C { [.]}
|
|
MSG_041D {Coated in lethal poison.}
|
|
MSG_041E {Can strike consecutively.[.]}
|
|
MSG_041F {Improves critical hit rate.[.]}
|
|
MSG_0420 {Effective against cavalry.}
|
|
MSG_0421 {Doubles as ranged attack.[.]}
|
|
MSG_0422 {Doubles as ranged attack.[.]}
|
|
MSG_0423 {Strong against axes.}
|
|
MSG_0424 {Strong against cavalry, knights.}
|
|
MSG_0425 {The Sacred Twin fire lance. Str +5.[.]}
|
|
MSG_0426 {The Sacred Twin winged lance. Def +5.[.]}
|
|
MSG_0427 {Effective against wyverns.}
|
|
MSG_0428 {Effective against knights.}
|
|
MSG_0429 {Doubles as ranged attack.[.]}
|
|
MSG_042A { [.]}
|
|
MSG_042B { [.]}
|
|
MSG_042C { [.]}
|
|
MSG_042D {Coated in lethal poison.}
|
|
MSG_042E {Can strike consecutively.[.]}
|
|
MSG_042F {Improves critical hit rate.[.]}
|
|
MSG_0430 {Effective against cavalry.}
|
|
MSG_0431 {Effective against knights.}
|
|
MSG_0432 {Might injure its wielder.[.]}
|
|
MSG_0433 {Doubles as ranged attack.[.]}
|
|
MSG_0434 {Doubles as ranged attack.[.]}
|
|
MSG_0435 {Strong against swords.}
|
|
MSG_0436 {Good against swordfighters.[.]}
|
|
MSG_0437 {Effective against wyverns.}
|
|
MSG_0438 {The Sacred Twin black axe. Spd +5.}
|
|
MSG_0439 {Strong, but difficult to wield.[.]}
|
|
MSG_043A {Lightweight and easy to hit with.[.]}
|
|
MSG_043B { [.]}
|
|
MSG_043C { [.]}
|
|
MSG_043D { [.]}
|
|
MSG_043E {Coated in lethal poison.}
|
|
MSG_043F {Improves critical hit rate.[.]}
|
|
MSG_0440 {Can strike consecutively.[.]}
|
|
MSG_0441 {Improves critical hit rate.[.]}
|
|
MSG_0442 {Extended attack range.}
|
|
MSG_0443 {Long-range weapon.}
|
|
MSG_0444 {Super long-range weapon.}
|
|
MSG_0445 {Improves critical hit rate.[.]}
|
|
MSG_0446 {The Sacred Twin serpent bow. Luck +5.[.]}
|
|
MSG_0447 {The breath of a dragon corpse.[NL]It decays everything it touches. [.]}
|
|
MSG_0448 {A stone imbued with mysterious might.[.][NL]Myrrh draws strength from it.[.]}
|
|
MSG_0449 {DUMMY[.]}
|
|
MSG_044A {A malefic flash that destroys[.][NL]everything it touches.}
|
|
MSG_044B {A horrific blow that invites[NL]the destruction of all.[.]}
|
|
MSG_044C {Lulls all enemies within range[NL]into a deep slumber.}
|
|
MSG_044D {A keen, flesh-tearing claw.[.]}
|
|
MSG_044E {A sharpened, decayed claw.}
|
|
MSG_044F {A foul talon meant to rend flesh.[.]}
|
|
MSG_0450 {A claw dripping with poison.}
|
|
MSG_0451 {A claw slathered in deadly poison.}
|
|
MSG_0452 {A sharp, piercing fang.[.]}
|
|
MSG_0453 {A long, daggerlike fang.}
|
|
MSG_0454 {Effective against monsters.[.]}
|
|
MSG_0455 {Effective against monsters.[.]}
|
|
MSG_0456 {Effective against monsters.[.]}
|
|
MSG_0457 {Effective against monsters.[.]}
|
|
MSG_0458 { [.]}
|
|
MSG_0459 { [.]}
|
|
MSG_045A { [.]}
|
|
MSG_045B { [.]}
|
|
MSG_045C {Long-range lightning strike.}
|
|
MSG_045D { [.]}
|
|
MSG_045E {A Sacred Twin tome. Spd +5.[.]}
|
|
MSG_045F { [.]}
|
|
MSG_0460 { [.]}
|
|
MSG_0461 { [.]}
|
|
MSG_0462 {Long-range magic attack.}
|
|
MSG_0463 { [.]}
|
|
MSG_0464 {A Sacred Twin tome. Def +5.[.]}
|
|
MSG_0465 { [.]}
|
|
MSG_0466 {Negates enemy resistance.[.]}
|
|
MSG_0467 {Drains enemy HP into caster.}
|
|
MSG_0468 {Reduces enemy HP by half.[.]}
|
|
MSG_0469 { [.]}
|
|
MSG_046A {A Sacred Twin tome. Skill +5.[.]}
|
|
MSG_046B { [.]}
|
|
MSG_046C {Turns targets to stone for a while.[.]}
|
|
MSG_046D { [.]}
|
|
MSG_046E { [.]}
|
|
MSG_046F { [.]}
|
|
MSG_0470 {Long-range dark magic bolt.[.]}
|
|
MSG_0471 {Restores HP to allies in[NL]adjacent spaces.}
|
|
MSG_0472 {Restores many HP to allies[NL]in adjacent spaces.[.]}
|
|
MSG_0473 {Restores all HP to allies[.][NL]in adjacent spaces.[.]}
|
|
MSG_0474 {Restores HP to allies[.][NL]at a distance.}
|
|
MSG_0475 {Restores all HP to allies[.][NL]nearby.[.]}
|
|
MSG_0476 {Returns allies to normal[NL]condition. (Cures sleep, etc.)}
|
|
MSG_0477 {Halts all enemy magic[.][NL]for several turns.}
|
|
MSG_0478 {Puts enemies to sleep for[.][NL]several turns.}
|
|
MSG_0479 {Sends enemies into a[NL]berserker rage.[.]}
|
|
MSG_047A {Moves allies in adjacent[NL]spaces instantly elsewhere.[.]}
|
|
MSG_047B {Moves allies from distant[.][NL]spaces to adjacent ones.}
|
|
MSG_047C {Lights an area. The light[.][NL]grows weaker each turn.[.]}
|
|
MSG_047D {Restores an adjacent ally's[.][NL]weapons to new condition.[.]}
|
|
MSG_047E {Unlocks doors, even from[NL]a distance.[.]}
|
|
MSG_047F {Increases magic resistance[NL]of adjacent allies briefly.[.]}
|
|
MSG_0480 {A Sacred Twin staff. The[NL]ancient Staff of Latona.}
|
|
MSG_0481 {A dance that allows[.][NL]allies to move again.[.]}
|
|
MSG_0482 {A song that allows[NL]allies to move again.[.]}
|
|
MSG_0483 {Increases HP by a max of[NL]7 points. Vanishes after use.[.]}
|
|
MSG_0484 {Increases Mag or Str by[.][NL]2 points. Vanishes after use.[.]}
|
|
MSG_0485 {Increases Skill by 2 points.[NL]Vanishes after use.[.]}
|
|
MSG_0486 {Increases speed by[NL]2 points. Vanishes after use.[.]}
|
|
MSG_0487 {Increases luck by[.][NL]2 points. Vanishes after use.[.]}
|
|
MSG_0488 {Increases defense by[NL]2 points. Vanishes after use.[.]}
|
|
MSG_0489 {Increases resistance by[.][NL]2 points. Vanishes after use.[.]}
|
|
MSG_048A {Increases movement by[.][NL]2 points. Vanishes after use.[.]}
|
|
MSG_048B {Increases constitution by[.][NL]2 points. Vanishes after use.[.]}
|
|
MSG_048C {For mercenaries, myrmidons,[.][NL]and fighters Lv. 10 and up.[.]}
|
|
MSG_048D {For knights and cavaliers[.][NL]Lv. 10 and up.}
|
|
MSG_048E {For archers[.][NL]Lv. 10 and up.}
|
|
MSG_048F {For pegasus knights and[.][NL]wyvern riders Lv. 10 and up.}
|
|
MSG_0490 {For magic wielders and[NL]troubadours Lv. 10 and up.}
|
|
MSG_0491 {Opens chests.[.]}
|
|
MSG_0492 {Opens doors in[NL]adjacent spaces.}
|
|
MSG_0493 {Opens doors and chests.[.][NL]Usable only by thieves.[.]}
|
|
MSG_0494 {A medicinal solution used[.][NL]for healing minor wounds.[.]}
|
|
MSG_0495 {A powerful solution that[NL]restores all HP.}
|
|
MSG_0496 {A draught that boosts Res.[NL]Grows weaker each turn.[.]}
|
|
MSG_0497 {A medicinal solution that[.][NL]cures poison.[.]}
|
|
MSG_0498 {A staff with burning pitch.[.][NL]Grows dimmer each turn.[.]}
|
|
MSG_0499 {An amulet that protects fliers[NL]from arrows.}
|
|
MSG_049A {If someone with this card[.][NL]stops in a suspicious space...}
|
|
MSG_049B {A special card that reduces[.][NL]the cost of all items by half.}
|
|
MSG_049C {A valuable gemstone worth[.][NL]20,000 gold.}
|
|
MSG_049D {A valuable gemstone worth[.][NL]15,000 gold.}
|
|
MSG_049E {A valuable gemstone worth[.][NL]10,000 gold.}
|
|
MSG_049F {A rare gemstone worth[.][NL]5,000 gold.[.]}
|
|
MSG_04A0 {An uncommon gemstone[NL]worth 2,500 gold.[.]}
|
|
MSG_04A1 {A bag full of money.}
|
|
MSG_04A2 {A trap that damages units[.][NL]that step on it.}
|
|
MSG_04A3 {A device that blocks units[NL]from entering spaces.[.]}
|
|
MSG_04A4 {A device that negates[.][NL]enemy critical attacks.[.]}
|
|
MSG_04A5 {For some units Lv. 10 and up[NL]who have not changed class.[.]}
|
|
MSG_04A6 {Gives a little treat to the[.][NL]unit that uses it.}
|
|
MSG_04A7 {For use by thieves and[NL]pirates Lv. 10 and up.}
|
|
MSG_04A8 {For use by Eirika,[NL]princess of Renais.[.]}
|
|
MSG_04A9 {For use by Ephraim,[.][NL]prince of Renais.[.]}
|
|
MSG_04AA {Give this to a worthy unit[NL]and see what happens.[.]}
|
|
MSG_04AB {DUMMY[.]}
|
|
MSG_04AC {Draco Zombie only.}
|
|
MSG_04AD {Manakete only.}
|
|
MSG_04AE {Creatures only.[.]}
|
|
MSG_04AF {Restores some HP.[.]}
|
|
MSG_04B0 {Restores more HP.[.]}
|
|
MSG_04B1 {Restores all HP.}
|
|
MSG_04B2 {Restores HP to[NL]distant allies.[.]}
|
|
MSG_04B3 {Restores HP to all[NL]allies in one area.[.]}
|
|
MSG_04B4 {Restores allies to[NL]normal status.}
|
|
MSG_04B5 {Blocks enemy magic.[.]}
|
|
MSG_04B6 {Puts enemies to sleep.}
|
|
MSG_04B7 {Drives enemies to[.][NL]attack wildly in a[NL]frenzy of rage.[.]}
|
|
MSG_04B8 {Warps allies to[.][NL]other spaces.[.]}
|
|
MSG_04B9 {Warps allies to a[.][NL]space adjacent to[.][NL]the staff wielder.}
|
|
MSG_04BA {Lights up an area.}
|
|
MSG_04BB {Restores items to[.][NL]new condition.}
|
|
MSG_04BC {Opens doors.}
|
|
MSG_04BD {Raises resistance.}
|
|
MSG_04BE {Restores all HP as[NL]well as allies' status.[.]}
|
|
MSG_04BF {Allows allies[.][NL]to move again.}
|
|
MSG_04C0 {Allows allies[.][NL]to move again.}
|
|
MSG_04C1 {Raises Max HP.}
|
|
MSG_04C2 {Raises either[.][NL]strength or magic.}
|
|
MSG_04C3 {Raises skill.[.]}
|
|
MSG_04C4 {Raises speed.[.]}
|
|
MSG_04C5 {Raises luck.}
|
|
MSG_04C6 {Raises defense.[.]}
|
|
MSG_04C7 {Raises resistance.}
|
|
MSG_04C8 {Raises movement.}
|
|
MSG_04C9 {Raises constitution.}
|
|
MSG_04CA {Use this on a worthy[NL]mercenary, fighter,[.][NL]or myrmidon.}
|
|
MSG_04CB {Use this on a worthy[NL]cavalier or knight.[.]}
|
|
MSG_04CC {Use this on a worthy[NL]archer.[.]}
|
|
MSG_04CD {Use this on a worthy[NL]master of a winged[NL]mount.}
|
|
MSG_04CE {Use this on a worthy[NL]wielder of magic[NL]power and staves.[.]}
|
|
MSG_04CF {Opens chests.[.]}
|
|
MSG_04D0 {Opens doors.}
|
|
MSG_04D1 {Universal lockpicks[.][NL]designed for thieves.[.]}
|
|
MSG_04D2 {Restores some HP.[.]}
|
|
MSG_04D3 {Restores all HP.}
|
|
MSG_04D4 {Reduces damage[NL]from magic attacks.[.]}
|
|
MSG_04D5 {Cures poison.[.]}
|
|
MSG_04D6 {Lights an area.[.]}
|
|
MSG_04D7 {Protects airborne[.][NL]units from bows.}
|
|
MSG_04D8 {Grants access to[NL]secret shops.[.]}
|
|
MSG_04D9 {Reduces the cost[NL]of items.[.]}
|
|
MSG_04DA { [.]}
|
|
MSG_04DB {Units that enter[NL]spaces where these[NL]are take damage.}
|
|
MSG_04DC {Units cannot enter[NL]spaces where these[NL]have been placed.[.]}
|
|
MSG_04DD {Negates enemies'[NL]critical attacks.[.]}
|
|
MSG_04DE {Use this on a unit Lv.[NL]10 and up who has[.][NL]yet to change class.}
|
|
MSG_04DF {Give this to a[NL]unit you like.}
|
|
MSG_04E0 {Use this on a worthy[NL]thief or pirate.}
|
|
MSG_04E1 {Have Eirika use this[NL]when she's ready.[.]}
|
|
MSG_04E2 {Have Ephraim use this[.][NL]when he's ready.}
|
|
MSG_04E3 {Use this, and...}
|
|
MSG_04E4 {Dummy[.]}
|
|
MSG_04E5 {Name}
|
|
MSG_04E6 {Class[.]}
|
|
MSG_04E7 {Lv}
|
|
MSG_04E8 {Exp[.]}
|
|
MSG_04E9 {HP}
|
|
MSG_04EA {Max[.]}
|
|
MSG_04EB {S/M[.]}
|
|
MSG_04EC {Skill[.]}
|
|
MSG_04ED {Spd[.]}
|
|
MSG_04EE {Luck}
|
|
MSG_04EF {Def[.]}
|
|
MSG_04F0 {Res[.]}
|
|
MSG_04F1 {Affin[.]}
|
|
MSG_04F2 {Equip[.]}
|
|
MSG_04F3 {Atk[.]}
|
|
MSG_04F4 {Hit[.]}
|
|
MSG_04F5 {Avoid[.]}
|
|
MSG_04F6 {Move}
|
|
MSG_04F7 {Con[.]}
|
|
MSG_04F8 {Aid[.]}
|
|
MSG_04F9 {Trv[.]}
|
|
MSG_04FA {Cond}
|
|
MSG_04FB {Ally}
|
|
MSG_04FC {Anim}
|
|
MSG_04FD {Sort:[.]}
|
|
MSG_04FE {Str[.]}
|
|
MSG_04FF {Mag[.]}
|
|
MSG_0500 {Rng[.]}
|
|
MSG_0501 {Crit}
|
|
MSG_0502 {Wt}
|
|
MSG_0503 {Mt}
|
|
MSG_0504 {AS}
|
|
MSG_0505 {Sword[.]}
|
|
MSG_0506 {Lance[.]}
|
|
MSG_0507 {Axe[.]}
|
|
MSG_0508 {Bow[.]}
|
|
MSG_0509 {Staff[.]}
|
|
MSG_050A {Anima[.]}
|
|
MSG_050B {Light[.]}
|
|
MSG_050C {Dark}
|
|
MSG_050D {Item}
|
|
MSG_050E {Bllsta}
|
|
MSG_050F {Dragon}
|
|
MSG_0510 {Fire}
|
|
MSG_0511 {Thunder[.]}
|
|
MSG_0512 {Wind}
|
|
MSG_0513 {Ice[.]}
|
|
MSG_0514 {Poison}
|
|
MSG_0515 {Sleep[.]}
|
|
MSG_0516 {Silence[.]}
|
|
MSG_0517 {Berserk[.]}
|
|
MSG_0518 {Sick}
|
|
MSG_0519 {Recovr}
|
|
MSG_051A {Petrify[.]}
|
|
MSG_051B {Attack}
|
|
MSG_051C {Defend}
|
|
MSG_051D {Critical}
|
|
MSG_051E {Dodge[.]}
|
|
MSG_051F {B[.]}
|
|
MSG_0520 {W[.]}
|
|
MSG_0521 {L[.]}
|
|
MSG_0522 {MP/2}
|
|
MSG_0523 { 1[.]}
|
|
MSG_0524 { 1[DashedLine]2[.]}
|
|
MSG_0525 { 1[DashedLine]3[.]}
|
|
MSG_0526 { 2[.]}
|
|
MSG_0527 { 2[DashedLine]3[.]}
|
|
MSG_0528 {3[.][DashedLine]10}
|
|
MSG_0529 {3[.][DashedLine]15}
|
|
MSG_052A {Total[.]}
|
|
MSG_052B { [.][DashedLine][DashedLine]}
|
|
MSG_052C {[DashedLine]}
|
|
MSG_052D {E[.]}
|
|
MSG_052E {D[.]}
|
|
MSG_052F {C[.]}
|
|
MSG_0530 {B[.]}
|
|
MSG_0531 {A[.]}
|
|
MSG_0532 {S[.]}
|
|
MSG_0533 {Prf[.]}
|
|
MSG_0534 {[DashedLine]}
|
|
MSG_0535 {[DashedLine][DashedLine]}
|
|
MSG_0536 {[DashedLine][DashedLine][DashedLine]}
|
|
MSG_0537 {[DashedLine][DashedLine][DashedLine][DashedLine]}
|
|
MSG_0538 {[DashedLine][DashedLine][DashedLine][DashedLine][DashedLine]}
|
|
MSG_0539 {/[.]}
|
|
MSG_053A {-[.]}
|
|
MSG_053B {Assets}
|
|
MSG_053C {Time}
|
|
MSG_053D {Total[.]}
|
|
MSG_053E {Normal}
|
|
MSG_053F {Hard}
|
|
MSG_0540 {Complete}
|
|
MSG_0541 {Total[.]}
|
|
MSG_0542 {Unit level. The unit becomes[NL]stronger as it gains levels.}
|
|
MSG_0543 {Experience points gained. Gain[NL]100 points to earn a new level.[.]}
|
|
MSG_0544 {Unit hit points. The unit loses[.][NL]consciousness if this reaches 0.}
|
|
MSG_0545 {Weapon name and type.[.]}
|
|
MSG_0546 {Strength. The higher the number,[NL]the more damage you inflict.}
|
|
MSG_0547 {Magical power. Magical[NL]power is akin to strength.}
|
|
MSG_0548 {Fighting skill. A higher[NL]number improves the unit's hit %.[.]}
|
|
MSG_0549 {Speed. This affects both[NL]evasion and attacks.}
|
|
MSG_054A {Luck. This affects many[.][NL]different things.[.]}
|
|
MSG_054B {Defensive skill. Reduces[NL]damage from weapons.}
|
|
MSG_054C {Magical resistance. Reduces[.][NL]damage from magic attacks.}
|
|
MSG_054D {Movement. The normal distance[.][NL]you can cross in 1 turn.}
|
|
MSG_054E {Constitution, or physical size.[.][NL]Affects rescues.}
|
|
MSG_054F {Max rescuing constitution. Units[NL]with lower Cons can be rescued.[.]}
|
|
MSG_0550 {Traveler. The name of the unit[NL]with whom this unit is traveling.[.]}
|
|
MSG_0551 {Elemental affinity. Determines[NL]compatibility with other units.[.]}
|
|
MSG_0552 {Normal.[.][NL]Feeling healthy.}
|
|
MSG_0553 {Ooooog...[.][NL]Poison slowly steals HP.}
|
|
MSG_0554 {Zzzz... Zzzzz...[NL]Sleeping now... Can't move...[.]}
|
|
MSG_0555 {Rarrrrr! Attack the nearest[.][NL]unit, be it friend or foe!}
|
|
MSG_0556 {......[NL]Magic and staves are unusable.}
|
|
MSG_0557 {Craaack! Turned...to...[.][NL]stone. Can't...move!}
|
|
MSG_0558 {Attack power is increased,[NL]thanks to Filla's Might.}
|
|
MSG_0559 {Defense & resistance increased,[.][NL]thanks to Ninis's Grace.}
|
|
MSG_055A {Critical hit 0s increased,[.][NL]thanks to Thor's Ire.[.]}
|
|
MSG_055B {Dodge is increased, thanks[NL]to Set's Litany.}
|
|
MSG_055C {Amount of damage this weapon[NL]causes. Affected by defenses.[.]}
|
|
MSG_055D {Chance that the attack will hit.[NL]Affected by terrain and enemies.}
|
|
MSG_055E {Weapon Range. A range of 1[NL]can only hit adjacent spaces.[.]}
|
|
MSG_055F {Chance the weapon will strike a[.][NL]critical blow, doing triple damage.[.]}
|
|
MSG_0560 {Ability to dodge enemy attacks.[.][NL]Affects enemy's hit %.}
|
|
MSG_0561 {Sword mastery level.}
|
|
MSG_0562 {Lance mastery level.}
|
|
MSG_0563 {Axe mastery level.}
|
|
MSG_0564 {Bow mastery level.}
|
|
MSG_0565 {Anima magic mastery level.}
|
|
MSG_0566 {Light magic mastery level.}
|
|
MSG_0567 {Dark magic mastery level.[.]}
|
|
MSG_0568 {Staff mastery level.}
|
|
MSG_0569 {Strengthen the bond[.][NL]between units by talking.[.]}
|
|
MSG_056A {The name of the unit[NL]to whom you can talk.[.]}
|
|
MSG_056B {Weapon or magic in use.[.]}
|
|
MSG_056C {Weapon or magic in use.[.][NL]Does more damage than normal.[.]}
|
|
MSG_056D {Wielder and weapon are well[.][NL]suited. Hit % and power increase.[.]}
|
|
MSG_056E {Wielder and weapon are well[.][NL]suited. Hit % and dmg increase.[.]}
|
|
MSG_056F {Wielder and weapon are ill[NL]suited. Hit % and power decrease.[.]}
|
|
MSG_0570 {Wielder and weapon are ill[NL]suited. Hit % and power decrease.[.]}
|
|
MSG_0571 {Damage this weapon will do.[.][NL]x2 = two attacks, x4 = four.}
|
|
MSG_0572 {Attack Speed.[.][NL]Determines number of attacks.[.]}
|
|
MSG_0573 {Defense.[NL]Decreases damage from attacks.}
|
|
MSG_0574 {Pick Units}
|
|
MSG_0575 {Fortune[.]}
|
|
MSG_0576 {Items[.]}
|
|
MSG_0577 {Support[.]}
|
|
MSG_0578 {Check Map[.]}
|
|
MSG_0579 {Save}
|
|
MSG_057A {Select which units to[.][NL]field this battle. The[NL]number is restricted.[.]}
|
|
MSG_057B {Manage your units'[NL]items. Item names[.][NL]that appear in gray[.][NL]cannot be used by[.][NL]that unit.}
|
|
MSG_057C {Manage your units' items.[.]}
|
|
MSG_057D {This command cannot be[NL]used at this time.}
|
|
MSG_057E {Valuable battle[.][NL]information can be[NL]viewed here, as well[NL]as tactician data.}
|
|
MSG_057F {Check the compatibility[.][NL]of your units.}
|
|
MSG_0580 {View the map. Check[.][NL]the number and type of[NL]enemies. Also, check for[NL]shops and change your[.][NL]allies' starting positions.[.]}
|
|
MSG_0581 {Save any changes.[.][NL]Choose Restart Chapter[NL]to restart this chapter.[NL]You can't return to the[.][NL]world map after saving.[.]}
|
|
MSG_0582 {The battle will begin.[NL]You can also press[NL]START to begin.[.]}
|
|
MSG_0583 {Choose unit[.]}
|
|
MSG_0584 { [.]}
|
|
MSG_0585 {Are you sure?[.]}
|
|
MSG_0586 {Rank}
|
|
MSG_0587 {Tactician[.]}
|
|
MSG_0588 {Augury}
|
|
MSG_0589 {Augury Menu[.]}
|
|
MSG_058A {Tactics[.]}
|
|
MSG_058B {Survival}
|
|
MSG_058C {Funds[.]}
|
|
MSG_058D {Exp[.]}
|
|
MSG_058E {Combat}
|
|
MSG_058F {Objective[.]}
|
|
MSG_0590 {View Map}
|
|
MSG_0591 {Formation[.]}
|
|
MSG_0592 {Options[.]}
|
|
MSG_0593 {Debug[.]}
|
|
MSG_0594 {Trade[.]}
|
|
MSG_0595 {List}
|
|
MSG_0596 {Use[.]}
|
|
MSG_0597 {Sell}
|
|
MSG_0598 {Supply}
|
|
MSG_0599 {Armory}
|
|
MSG_059A {Give all}
|
|
MSG_059B {Sell?[.]}
|
|
MSG_059C {Sell Quit[.]}
|
|
MSG_059D {Value[.]}
|
|
MSG_059E {Give}
|
|
MSG_059F {Take}
|
|
MSG_05A0 {Stock[.]}
|
|
MSG_05A1 {Pick}
|
|
MSG_05A2 {Units Left}
|
|
MSG_05A3 {Sell unwanted items.}
|
|
MSG_05A4 {Are you sure?[.]}
|
|
MSG_05A5 {What'll you do?[.]}
|
|
MSG_05A6 {I'll take it.[.]}
|
|
MSG_05A7 {Here you go!}
|
|
MSG_05A8 {Nothing[.]}
|
|
MSG_05A9 {Owner:}
|
|
MSG_05AA {Success[.]}
|
|
MSG_05AB {Remaining[.]}
|
|
MSG_05AC {x[.]}
|
|
MSG_05AD {Select Character}
|
|
MSG_05AE {%[.]}
|
|
MSG_05AF {Exchange items[NL]between units.}
|
|
MSG_05B0 {Use items.}
|
|
MSG_05B1 {Transfer items to and[.][NL]from storage.[.]}
|
|
MSG_05B2 {Buy and sell items.[.]}
|
|
MSG_05B3 {Display all units' items.[.]}
|
|
MSG_05B4 {Sell your unneeded items.[.][NL]Important items cannot be sold.[.]}
|
|
MSG_05B5 {Place all items in storage.[.]}
|
|
MSG_05B6 {Put items in storage. Up to[.][NL]100 items can be put in storage.}
|
|
MSG_05B7 {Receive item.[.][NL]A unit can carry up to 5 items.[.]}
|
|
MSG_05B8 {Check your rankings for[.][NL]the battles so far.[.]}
|
|
MSG_05B9 {Check your tactician rating[.][NL]and character data.[.]}
|
|
MSG_05BA {Predict elements of the[.][NL]coming battle.}
|
|
MSG_05BB {View maps to battle on or[.][NL]items to sell in stores.}
|
|
MSG_05BC {Rearrange the starting[NL]formation of your units.}
|
|
MSG_05BD {Set game speed and[NL]window options.[.]}
|
|
MSG_05BE {Save the current campaign.}
|
|
MSG_05BF {Begin combat.[.]}
|
|
MSG_05C0 {Prologue}
|
|
MSG_05C1 {Chapter 1[.]}
|
|
MSG_05C2 {Chapter 2[.]}
|
|
MSG_05C3 {Chapter 3[.]}
|
|
MSG_05C4 {Chapter 4[.]}
|
|
MSG_05C5 {Chapter 5[.]}
|
|
MSG_05C6 {Chapter 6[.]}
|
|
MSG_05C7 {Chapter 7[.]}
|
|
MSG_05C8 {Chapter 8[.]}
|
|
MSG_05C9 {Basic Rules[.]}
|
|
MSG_05CA {Movement}
|
|
MSG_05CB {Combat}
|
|
MSG_05CC {Rescue}
|
|
MSG_05CD {Items[.]}
|
|
MSG_05CE {Terrain[.]}
|
|
MSG_05CF {Allies}
|
|
MSG_05D0 {Victory[.]}
|
|
MSG_05D1 {Save}
|
|
MSG_05D2 {World Map[.]}
|
|
MSG_05D3 {Other[.]}
|
|
MSG_05D4 {About: [.]}
|
|
MSG_05D5 {Viewing Units[.]}
|
|
MSG_05D6 {Game Flow[.]}
|
|
MSG_05D7 {Game Over[.]}
|
|
MSG_05D8 {Movement Range}
|
|
MSG_05D9 {Moving Again}
|
|
MSG_05DA {Attack Range}
|
|
MSG_05DB {Weapon Triangle[.]}
|
|
MSG_05DC {Trinity of Magic}
|
|
MSG_05DD {Weapon Effectiveness}
|
|
MSG_05DE {Critical Hit}
|
|
MSG_05DF {Physical Defense}
|
|
MSG_05E0 {Magical Resistance}
|
|
MSG_05E1 {Restoring HP}
|
|
MSG_05E2 {Normal Status[.]}
|
|
MSG_05E3 {Strategic Battle Info[.]}
|
|
MSG_05E4 {Detailed Battle Info}
|
|
MSG_05E5 {Rescue}
|
|
MSG_05E6 {Drop}
|
|
MSG_05E7 {Acquiring Items[.]}
|
|
MSG_05E8 {Using Items[.]}
|
|
MSG_05E9 {Trading Items[.]}
|
|
MSG_05EA {Weapon Durability[.]}
|
|
MSG_05EB {Supply Convoy[.]}
|
|
MSG_05EC {Armory}
|
|
MSG_05ED {Shop}
|
|
MSG_05EE {Forests & Mountains[.]}
|
|
MSG_05EF {Fortresses & Castle Gates[.]}
|
|
MSG_05F0 {Houses}
|
|
MSG_05F1 {Villages}
|
|
MSG_05F2 {Chests}
|
|
MSG_05F3 {Snags[.]}
|
|
MSG_05F4 {Damaged Walls[.]}
|
|
MSG_05F5 {Fog & Night Conditions}
|
|
MSG_05F6 {Ballistae[.]}
|
|
MSG_05F7 {Acquiring Items[.]}
|
|
MSG_05F8 {Retreating from the Front Lines[.]}
|
|
MSG_05F9 {Support Conversations[.]}
|
|
MSG_05FA {Support Effects[.]}
|
|
MSG_05FB {Recruiting Green Units}
|
|
MSG_05FC {Recruiting Red Units}
|
|
MSG_05FD {Defeat a Boss[.]}
|
|
MSG_05FE {Seize a Location}
|
|
MSG_05FF {Defeat All}
|
|
MSG_0600 {Defense[.]}
|
|
MSG_0601 {Suspend[.]}
|
|
MSG_0602 {Save}
|
|
MSG_0603 {How to Move[.]}
|
|
MSG_0604 {Armory & Shop[.]}
|
|
MSG_0605 {Item Management[.]}
|
|
MSG_0606 {Monsters}
|
|
MSG_0607 {Preparation Screen}
|
|
MSG_0608 {Leveling Up[.]}
|
|
MSG_0609 {Changing Classes}
|
|
MSG_060A {R Button Info[.]}
|
|
MSG_060B {Arena[.]}
|
|
MSG_060C {Retreat[.]}
|
|
MSG_060D {Units are divided into the[NL]following three types:[NL] Player (blue)[.][NL] Enemy (red)[.][NL] Neutral (green)[.][NL]Blue units are controlled by the[NL]player. Red units are the enemy[.][NL]units the player must defeat.[.][NL]Red units will attack both blue[.][NL]and green units, so be careful.[.]}
|
|
MSG_060E {Units take turns moving in[NL]the following order:[NL] 1. Player (blue)[NL] 2. Enemy (red)[NL] 3. Neutral (green)}
|
|
MSG_060F {If a main character's Hit Points[NL]are reduced to zero, the game[.][NL]ends.[.]}
|
|
MSG_0610 {The blue area that appears[NL]when you select a unit is[.][NL]its movement range. Place the[.][NL]cursor on an enemy unit to see[NL]its movement range.[.]}
|
|
MSG_0611 {Mounted units can move again[NL]after visiting homes or villages[NL]if they have movement remaining.[NL]This is most common among[.][NL]cavaliers and pegasus knights.}
|
|
MSG_0612 {The red area that appears when[NL]you select a unit is its[NL]attack range. Place the cursor[NL]on an enemy unit to see its[.][NL]attack range.[.]}
|
|
MSG_0613 {Each weapon type has its own[NL]strengths and weaknesses.[.][NL]Swords do well against axes.[NL]Axes do well against lances.[NL]Lances do well against swords.[NL]This is called the[NL]Weapon Triangle.}
|
|
MSG_0614 {Each type of magic has its own[NL]strengths and weaknesses.[.][NL]Light is strong against Dark.[.][NL]Dark is strong against Anima.[.][NL]Anima is strong against Light.[NL]This is called the[NL]Trinity of Magic.[.]}
|
|
MSG_0615 {Some weapons are especially[.][NL]effective against certain units.[NL]These weapons will cause heavy[NL]damage to those units. For[NL]example, bows are particularly[NL]effective against flying units.[.][NL]The weapon icons in the combat[NL]information window will glow[NL]when your unit is facing an[.][NL]enemy that is weak against[NL]that weapon.}
|
|
MSG_0616 {Critical hits inflict three times[.][NL]the normal damage to enemies.[.][NL]Your chance of a critical strike[NL]changes depending on your unit's[NL]attributes and the weapon with[NL]which you are attacking.}
|
|
MSG_0617 {Any attack from a weapon is a[.][NL]physical attack. Each unit's[NL]DEF (defense) attribute[.][NL]shows how well he defends[.][NL]against physical attacks. The[.][NL]higher the number, the less[.][NL]damage he takes. Knights and[NL]mercenaries have good defense.}
|
|
MSG_0618 {Any attack with magic is called[.][NL]a magical attack. Your unit's[.][NL]RES (resistance) attribute[NL]shows how well he defends[.][NL]against them. The higher the[NL]number, the less damage he[NL]takes. Mages, monks, clerics[NL]& shamans have high resistance.[.]}
|
|
MSG_0619 {Restore HP to your units by using[.][NL]vulneraries, elixirs, and staves.[.][NL]Vulneraries and elixirs heal[NL]only the user, while staves heal[NL]only the units on whom they're[NL]used. Choose your healing[.][NL]items carefully in battle.}
|
|
MSG_061A {There are five abnormal states[NL]a unit can enter:[.][NL]1. Sleep[NL](Asleep and unable to move)[.][NL]2. Silence[NL](Unable to use magic or staves)[.][NL]3. Poison[.][NL](Take continual damage)[.][NL]4. Berserk[NL](Attack enemies and allies alike)[.][NL]5. Petrify[NL](Turned to stone, cannot move)[NL]These conditions will continue for[NL]several turns. They can be[NL]reversed with a Restore staff.}
|
|
MSG_061B {Here is the information shown if[NL]you choose the strategic[NL]combat information window:[NL][NL]HP: Unit's remaining HP.[NL]MT: Amount of damage the[NL]equipped weapon inflicts.[.][NL]HIT: Chance an attack will land.[NL]CRIT: Chance the weapon will[NL]land a critical blow.[.]}
|
|
MSG_061C {Here is the information shown if[NL]you choose the detailed[.][NL]combat information window:[NL][NL]HP: Unit's remaining HP.[NL]ATK: Amount of damage your[NL]attack will inflict.[NL]DEF: Amount of damage enemy[.][NL]attacks will be reduced by.[.][NL]HIT: Chance an attack will land.[NL]CRIT: Chance the weapon will land[.][NL]a critical blow.[NL]AS: The speed of each unit's[NL]attack, which determines how[NL]many attacks each unit makes.[.]}
|
|
MSG_061D {Any unit can rescue a blue or[.][NL]green unit in an adjacent tile.[.][NL]However, your constitution must[.][NL]be higher than that of the unit[.][NL]you're trying to rescue.[NL]The rescuing unit suffers a[.][NL]penalty in speed and skill,[.][NL]but the rescued unit is[.][NL]protected from attacks.[.][NL]If a unit is about to lose all[NL]of its HP, use the rescue[.][NL]command to whisk it to safety.}
|
|
MSG_061E {You can drop a rescued unit into[NL]any adjacent tile. The dropped[NL]unit will not be able to move[.][NL]until the next turn.}
|
|
MSG_061F {You can purchase items at[.][NL]shops. You can also pick them[.][NL]up by visiting villagers and[NL]opening chests. Enemies[.][NL]sometimes drop items when[.][NL]they are defeated.}
|
|
MSG_0620 {Choose an item from the item[NL]list and press the A Button[.][NL]to use it. Items that cannot[NL]be used by that unit will be[NL]grayed out.[.]}
|
|
MSG_0621 {You can trade items with units[NL]in adjacent tiles. Select Trade[.][NL]on the command menu, and then[.][NL]select the unit with whom you[.][NL]want to trade. Next, place the[NL]cursor on the item you want to[NL]take from the other unit's[NL]inventory and press the A Button[NL]to receive that item.[.]}
|
|
MSG_0622 {Items have a limited number of[NL]uses. Each time you use an item[.][NL]its durability goes down. The[.][NL]number next to an item indicates[NL]how many times it can be used.[NL]When that number reaches 0, the[.][NL]item breaks and disappears.[.][NL]Be careful not to let items drop[NL]to 0 in the heat of battle.[.]}
|
|
MSG_0623 {A supply convoy travels with[NL]your main character. If you[.][NL]move to a space adjacent your[.][NL]supply convoy, you can trade[NL]items with it. On the battle[NL]preparation screen, you can[.][NL]also buy and sell items at the[NL]supply convoy. The convoy can[.][NL]store up to 100 items for you.}
|
|
MSG_0624 {Move a unit onto an armory and[NL]then choose Armory to buy[.][NL]weapons. You can also sell[NL]items you've collected here.}
|
|
MSG_0625 {Move a unit onto a shop and[.][NL]then choose Shop to buy and[.][NL]sell items, magic tomes, and[NL]staves.[.]}
|
|
MSG_0626 {Forests and mountains give[NL]units additional cover. When[NL]your units are in these tiles,[NL]enemy hit percentages will be[.][NL]reduced. When entering attack[.][NL]range, try to stop in one of[NL]these spaces.[.]}
|
|
MSG_0627 {Any unit that ends its turn[.][NL]on a fortress, castle gate,[.][NL]gate, or throne will regain[.][NL]some HP automatically at the[NL]beginning of the next turn.[.]}
|
|
MSG_0628 {Move a unit to a house to visit[.][NL]the occupants of that house.[NL]This is a good way of gaining[.][NL]useful information that might[.][NL]turn the battle in your favor.[NL]Visit houses whenever you get[.][NL]the opportunity.}
|
|
MSG_0629 {Move a unit to a village to[.][NL]speak with its villagers.[.][NL]You can gain information,[.][NL]items, and even money from[NL]villages, so visit them if[NL]you have the opportunity.[.]}
|
|
MSG_062A {Move units onto spaces with[.][NL]chests to open them. Chests[.][NL]are filled with all sorts of[NL]useful items. However, you'll[.][NL]need a chest key or lockpicks[.][NL]to open the chest.}
|
|
MSG_062B {If you see an old snag near[.][NL]a river, knock it over to[.][NL]form an impromptu bridge.[.]}
|
|
MSG_062C {Attack cracked walls to[.][NL]destroy them and create[.][NL]new paths.}
|
|
MSG_062D {Darkness and fog limit your[.][NL]field of vision, preventing[.][NL]you from seeing distant enemies.[NL]Use thieves, torches, and[.][NL]Torch staves to increase your[.][NL]field of vision.}
|
|
MSG_062E {These siege weapons[.][NL]fire missiles from long[.][NL]distances. Place an archer or[.][NL]sniper on them to use them.[.]}
|
|
MSG_062F {On your quest, you will run[.][NL]across many characters who[NL]might join your cause. Watch[NL]story hints carefully to find[.][NL]who should talk to these[NL]characters and convince them[NL]to join you.}
|
|
MSG_0630 {Except in rare cases, if one of[.][NL]your units loses all of its HP,[.][NL]it will retreat from battle and be[NL]unable to fight again. Be careful!}
|
|
MSG_0631 {Some units have special bonds[.][NL]between them. The longer they[.][NL]spend in adjoining spaces, the[NL]stronger that bond will grow.[.][NL]Once this bond is strong enough,[NL]the Support command will appear[.][NL]on the command menu.[NL]Select it to make the characters[NL]share a support conversation.[.]}
|
|
MSG_0632 {If supportive units are within[NL]three spaces of each other they[.][NL]both gain special combat[NL]bonuses. There are three levels[.][NL]of support. The higher the level,[.][NL]the better the bonuses received.[NL]Support levels increase each[NL]time units share a conversation.}
|
|
MSG_0633 {Green units are neutral. They[.][NL]may become allies if you speak[NL]to them. If you move to a space[.][NL]adjacent to a green unit, the[.][NL]Talk command may appear.[NL]Choose [LQuote]Talk[RQuote] to convince the[.][NL]unit to join you.[.]}
|
|
MSG_0634 {Some enemy units will join you[NL]if you talk to them. Move a[.][NL]character you think might know[NL]that enemy unit into a space[NL]adjacent to it to see if they[.][NL]can talk.[.][NL]Be careful! Enemy units will[NL]continue to attack until you[NL]talk to them! Try not to take[.][NL]them out or be taken out before[.][NL]you have a chance to chat.}
|
|
MSG_0635 {If you defeat the enemy boss,[.][NL]you clear the map. There is no[NL]need to defeat all enemy units.[.]}
|
|
MSG_0636 {Move the main character onto a[NL]throne, castle gate, gate, or[.][NL]other such location and choose[NL]Seize from the command menu[.][NL]to clear the map.[.]}
|
|
MSG_0637 {Clear the map by wiping out[.][NL]all enemy units.}
|
|
MSG_0638 {Hold out against the enemy for[NL]a set number of turns to clear[NL]the map.}
|
|
MSG_0639 {Choose Suspend on the command[.][NL]menu to save your game during[.][NL]a battle. The next time you[.][NL]play, choose Resume to continue[.][NL]playing where you left off.[.]}
|
|
MSG_063A {Choose Save from the world map[NL]to save your game data between[NL]chapters.[.]}
|
|
MSG_063B {Place the cursor on a space[.][NL]and press the A Button to[.][NL]move to that location.}
|
|
MSG_063C {Some areas on the world map[.][NL]contain stores. You can see[.][NL]where stores are located by[.][NL]placing the cursor on a location[NL]and viewing the shop icons that[.][NL]appear next to the place name.[NL]You can enter any of these[NL]stores if the main character[NL]is at that location.}
|
|
MSG_063D {Manage your units' items by[.][NL]placing the cursor on the[.][NL]main character and pressing[.][NL]the A Button.[.]}
|
|
MSG_063E {Sometimes, creatures will appear[NL]on an area you've already[.][NL]cleared. To drive off the[.][NL]monsters, move to that area[.][NL]and battle the fiends.}
|
|
MSG_063F {Ready your units for battle[.][NL]before entering the battlefield.[NL]Choose which units will fight,[NL]and manage the weapons and[NL]items they will use in the battle.[NL]Press START to begin combat.}
|
|
MSG_0640 {Units gain EXP (experience[NL]points) by fighting and by using[NL]staves. They go up a level when[.][NL]they earn 100 EXP. As they go[.][NL]up in level, characters become[NL]stronger, more skilled, etc.[NL]The highest level is level 20.}
|
|
MSG_0641 {Most units can change classes[.][NL]once they reach level 10.[.][NL]Changing classes dramatically[.][NL]improves a unit's abilities.[NL]If you're in a tough battle, be[.][NL]sure to change classes. When[NL]changing classes, you will be able[NL]to choose between 2 classes.[NL]Look at the overall party[.][NL]makeup before deciding![.]}
|
|
MSG_0642 {If there's a command you're[.][NL]unfamiliar with, place the cursor[.][NL]over it and press the R Button.[.][NL]This will bring up a simple[.][NL]explanation of the command.[.]}
|
|
MSG_0643 {Visit an arena, and bet your[NL]money and your life on single[.][NL]combat. Move a unit onto an[.][NL]arena and choose Arena from[.][NL]the command menu to enter.[NL]If you win a battle, you'll[.][NL]win twice what you wagered.[.][NL]If you lose, that unit will[.][NL]be gone for good.[.]}
|
|
MSG_0644 {You can escape from battles[.][NL]in towers, in ruins, or with[NL]monsters. On the command menu,[NL]select Retreat to withdraw[NL]from combat in any of these[.][NL]locations.}
|
|
MSG_0645 { Unit[.]}
|
|
MSG_0646 { Status[.]}
|
|
MSG_0647 { Guide}
|
|
MSG_0648 { Options}
|
|
MSG_0649 { Save[.]}
|
|
MSG_064A {Route +[.]}
|
|
MSG_064B {Route -[.]}
|
|
MSG_064C {E09[.]}
|
|
MSG_064D {I09[.]}
|
|
MSG_064E {E14[.]}
|
|
MSG_064F {I14[.]}
|
|
MSG_0650 {Border Mulan}
|
|
MSG_0651 {Castle Frelia[.]}
|
|
MSG_0652 {Ide[.]}
|
|
MSG_0653 {Borgo Ridge[.]}
|
|
MSG_0654 {Za'ha Woods[.]}
|
|
MSG_0655 {Serafew[.]}
|
|
MSG_0656 {Adlas Plains}
|
|
MSG_0657 {Renvall[.]}
|
|
MSG_0658 {Renvall[.]}
|
|
MSG_0659 {Port Kiris}
|
|
MSG_065A {Teraz Plateau[.]}
|
|
MSG_065B {Caer Pelyn}
|
|
MSG_065C {Hamill Canyon[.]}
|
|
MSG_065D {Jehanna Hall}
|
|
MSG_065E {Fort Rigwald}
|
|
MSG_065F {Bethroen}
|
|
MSG_0660 {Taizel}
|
|
MSG_0661 {Za'albul Marsh}
|
|
MSG_0662 {Grado Keep}
|
|
MSG_0663 {Jehanna Hall}
|
|
MSG_0664 {Renais Castle[.]}
|
|
MSG_0665 {Narube River}
|
|
MSG_0666 {Neleras Peak}
|
|
MSG_0667 {Rausten Court[.]}
|
|
MSG_0668 {Darkling Woods}
|
|
MSG_0669 {Black Temple}
|
|
MSG_066A {Tower of Valni}
|
|
MSG_066B {Lagdou Ruins}
|
|
MSG_066C {Melkaen Coast[.]}
|
|
MSG_066D {[DashedLine][DashedLine][DashedLine][DashedLine][DashedLine]}
|
|
MSG_066E { Enter Armory[.]}
|
|
MSG_066F { Enter Shop[.]}
|
|
MSG_0670 { Enter ? Shop[.]}
|
|
MSG_0671 { Manage Items[.]}
|
|
MSG_0672 {Enter Armory}
|
|
MSG_0673 {Enter Shop}
|
|
MSG_0674 {Enter ? Shop}
|
|
MSG_0675 {Manage Items}
|
|
MSG_0676 {The party's next destination.[.]}
|
|
MSG_0677 {The current number of units.}
|
|
MSG_0678 {Manage your party's items.}
|
|
MSG_0679 {Saving. To resume game, choose[NL]"Restart Chapter."}
|
|
MSG_067A { Seize}
|
|
MSG_067B { Attack[.]}
|
|
MSG_067C { Staff}
|
|
MSG_067D { Play[.]}
|
|
MSG_067E { Dance}
|
|
MSG_067F { Steal}
|
|
MSG_0680 { Talk[.]}
|
|
MSG_0681 { Support}
|
|
MSG_0682 { Visit}
|
|
MSG_0683 { Chest}
|
|
MSG_0684 { Door[.]}
|
|
MSG_0685 { Armory[.]}
|
|
MSG_0686 { Vendor[.]}
|
|
MSG_0687 { Secret[.]}
|
|
MSG_0688 { Arena}
|
|
MSG_0689 { Rescue[.]}
|
|
MSG_068A { Drop[.]}
|
|
MSG_068B { Take[.]}
|
|
MSG_068C { Give[.]}
|
|
MSG_068D { Item[.]}
|
|
MSG_068E { Trade}
|
|
MSG_068F { Supply[.]}
|
|
MSG_0690 { Status[.]}
|
|
MSG_0691 { Ride[.]}
|
|
MSG_0692 { Exit[.]}
|
|
MSG_0693 { Summon[.]}
|
|
MSG_0694 { Pick[.]}
|
|
MSG_0695 { Wait[.]}
|
|
MSG_0696 {Use[.]}
|
|
MSG_0697 {Equip[.]}
|
|
MSG_0698 {Trade[.]}
|
|
MSG_0699 {Discard[.]}
|
|
MSG_069A { Unit[.]}
|
|
MSG_069B { Options}
|
|
MSG_069C { Guide}
|
|
MSG_069D { Retreat}
|
|
MSG_069E { Records}
|
|
MSG_069F { Suspend}
|
|
MSG_06A0 { End}
|
|
MSG_06A1 { Lead[.]}
|
|
MSG_06A2 { Debug}
|
|
MSG_06A3 { M.Save[.]}
|
|
MSG_06A4 { Manual Save}
|
|
MSG_06A5 {2nd[.]}
|
|
MSG_06A6 {3rd[.]}
|
|
MSG_06A7 {CPU[.]}
|
|
MSG_06A8 {Human[.]}
|
|
MSG_06A9 {Blocked[.]}
|
|
MSG_06AA { Map}
|
|
MSG_06AB { D.Info[.]}
|
|
MSG_06AC { Weather}
|
|
MSG_06AD { Fog}
|
|
MSG_06AE { Clears[.]}
|
|
MSG_06AF { Erased[.]}
|
|
MSG_06B0 { G'Night![.]}
|
|
MSG_06B1 {Clear[.]}
|
|
MSG_06B2 {Sand}
|
|
MSG_06B3 {Snow}
|
|
MSG_06B4 {Flurry}
|
|
MSG_06B5 {Rain}
|
|
MSG_06B6 {Night[.]}
|
|
MSG_06B7 {Lave}
|
|
MSG_06B8 {Clears}
|
|
MSG_06B9 { Erase}
|
|
MSG_06BA { File?}
|
|
MSG_06BB { Erased files are[.]}
|
|
MSG_06BC { gone forever!}
|
|
MSG_06BD { OK[.]}
|
|
MSG_06BE {There are no messages for[.][NL]this menu item.[.]}
|
|
MSG_06BF {End the turn. Be sure you're[NL]done before you select this.}
|
|
MSG_06C0 {Attack an enemy unit.[.]}
|
|
MSG_06C1 {Use the magic stored[NL]within a staff.[.]}
|
|
MSG_06C2 {Perform a dance that allows[.][NL]your allies to move again.}
|
|
MSG_06C3 {Use a ring that allows your[.][NL]allies to move again.[.]}
|
|
MSG_06C4 {Shhh...[.][NL](Steal enemy items!)}
|
|
MSG_06C5 {Rescue an ally from[.][NL]an adjacent space.}
|
|
MSG_06C6 {Place a rescued ally in[.][NL]an adjacent space.}
|
|
MSG_06C7 {Pass a rescued ally to[NL]another ally next to you.[.]}
|
|
MSG_06C8 {Receive a rescued ally from[.][NL]another ally next to you.[.]}
|
|
MSG_06C9 {Talk to an ally or enemy[NL]in an adjacent space.[.]}
|
|
MSG_06CA {Speak to an allied unit and[.][NL]strengthen the bond you share.}
|
|
MSG_06CB {Visit a village or a home.}
|
|
MSG_06CC {Seize a designated point[NL]to complete the chapter.}
|
|
MSG_06CD {A door.[.][NL]Use a key to open it.[.]}
|
|
MSG_06CE {A chest.[NL]Use a key to open it.[.]}
|
|
MSG_06CF {An armory.[NL]Enter to buy weapons.[.]}
|
|
MSG_06D0 {A shop.[.][NL]Enter to buy items.[.]}
|
|
MSG_06D1 {Congratulations! Only for[.][NL]one as lucky as you...}
|
|
MSG_06D2 {An arena. Wager your life[.][NL]in battle for gold.[.]}
|
|
MSG_06D3 {Use and equip items.}
|
|
MSG_06D4 {Trade items with allies[.][NL]in adjacent spaces.[.]}
|
|
MSG_06D5 {Adjacent units can exchange[.][NL]items with your supply convoy.}
|
|
MSG_06D6 {Get on ballista and[.][NL]use it to attack.[.]}
|
|
MSG_06D7 {Get off of ballista.}
|
|
MSG_06D8 {Normal attack with a bow[NL]occurs.[.]}
|
|
MSG_06D9 {Use the ballista to target[NL]distant enemies.}
|
|
MSG_06DA {Ready weapons or magic.[.][NL]Use them to counterattack.}
|
|
MSG_06DB {Use items.}
|
|
MSG_06DC {Discard items. Important[NL]items cannot be discarded.}
|
|
MSG_06DD {Summon a phantasm.}
|
|
MSG_06DE {Open doors and chests without[.][NL]using keys.[.]}
|
|
MSG_06DF {Display a chart of all[NL]units on the field.[.]}
|
|
MSG_06E0 {Display current battle[NL]progress.[.]}
|
|
MSG_06E1 {Set game speed and windows.[.]}
|
|
MSG_06E2 {Retreat from the current battle.}
|
|
MSG_06E3 {View tower and ruins battle records.}
|
|
MSG_06E4 {Stop a battle in progress.[NL]Battle can be continued later.}
|
|
MSG_06E5 {View game-play and terminology[NL]explanations.[.]}
|
|
MSG_06E6 {End player's phase.[.]}
|
|
MSG_06E7 {Name of the unit.[.]}
|
|
MSG_06E8 {The unit's class. Each class[NL]possesses unique traits.}
|
|
MSG_06E9 {Current Max HP.[.]}
|
|
MSG_06EA {Strength or magic power.[NL]This affects attack ability.}
|
|
MSG_06EB {Weapon or magical tome[NL]being used.[.]}
|
|
MSG_06EC {Physical condition.[.][NL]Default is normal.}
|
|
MSG_06ED {Number of allied units.[.]}
|
|
MSG_06EE {Number of enemy units.}
|
|
MSG_06EF {Name of the army commander.[.]}
|
|
MSG_06F0 {Total time played.}
|
|
MSG_06F1 {The goal of this chapter.[.]}
|
|
MSG_06F2 {Number of turns played at this[NL]point in the current chapter.[.]}
|
|
MSG_06F3 {Money on hand.}
|
|
MSG_06F4 {Only units with animation turned[NL]on can perform combat animation.}
|
|
MSG_06F5 {The prince of Renais. A spear fighter[.][NL]on an important mission.}
|
|
MSG_06F6 {The princess of Renais. A sword fighter[.][NL]on an important mission.}
|
|
MSG_06F7 {The prince of Renais. A spear fighter[.][NL]on an important mission.}
|
|
MSG_06F8 {The princess of Renais. A sword fighter[.][NL]on an important mission.}
|
|
MSG_06F9 {Mounted knights with superior movement.[.][NL]Well balanced for speed, defense, & attack.[.]}
|
|
MSG_06FA {A title earned only by those cavaliers whose[NL]lives have been dedicated to justice.[.]}
|
|
MSG_06FB {Heavily armored knights. Superior defense[.][NL]outweighs their poor movement and speed.}
|
|
MSG_06FC {Lordly knights in heavy armor. They possess[.][NL]excellent defensive and offensive skills.[.]}
|
|
MSG_06FD {Rogues and fortune hunters. They possess[NL]weak attacks but many other skills.[.]}
|
|
MSG_06FE {Professional soldiers-for-hire. They are well[.][NL]balanced, with superior abilities all around.[.]}
|
|
MSG_06FF {The finest of all mercenary warriors.[.][NL]Expert in all fields of combat.[.]}
|
|
MSG_0700 {Swordsmen who possess superior speed and[NL]technique. They specialize in killing strokes.}
|
|
MSG_0701 {A title given to those dedicated to the[.][NL]sword. Incredible speed and killing strokes.}
|
|
MSG_0702 {Masters of the killing arts. They have the[NL]ability to kill a foe with a single stroke.[.]}
|
|
MSG_0703 {Lightly protected warriors armed with bows.[.][NL]They can attack from a distance.}
|
|
MSG_0704 {Archers dedicated to mastering their art.[.][NL]None can match their skill with the bow.}
|
|
MSG_0705 {Mounted knights who charge into battle with[.][NL]sword and bow. They possess great mobility.[.]}
|
|
MSG_0706 {Knights who rule the skies from wyvern-back.[NL]They are vulnerable to only bows and magic.[.]}
|
|
MSG_0707 {Knights united with their wyvern mounts.[NL]They have better movement and combat skill.[.]}
|
|
MSG_0708 {High-flying, lance-wielding knights. They can[.][NL]penetrate enemy defenses with ease.[.]}
|
|
MSG_0709 {Mages schooled in anima magic. They bypass[NL]defenses but are weak against weapons.}
|
|
MSG_070A {A title given to advanced mages. They wield[.][NL]magic and can carry staves.[.]}
|
|
MSG_070B {Mounted mage-knights who wield anima[NL]magic. Can also use sacred staves.}
|
|
MSG_070C {A title given to monks who have attained[NL]enlightenment. Wields magic for offense.}
|
|
MSG_070D {Dragonkin who live in Darkling Woods.[.][NL]Dragonstones can transform them.}
|
|
MSG_070E {A green fighter who wishes to emulate[.][NL]his father. He's young but courageous.}
|
|
MSG_070F {A hardworking apprentice studying magic[.][NL]under the master Saleh.[.]}
|
|
MSG_0710 {Adventurer-thieves with skills so great they[NL]can open chests and doors without tools.}
|
|
MSG_0711 {Axe-wielding powerhouses whose wild fighting[NL]style leaves them with poor defenses.[.]}
|
|
MSG_0712 {A title awarded to battle-tested warriors.[NL]The strongest of all fighters.}
|
|
MSG_0713 {Mighty axe fighters especially skilled[NL]in mountain combat.[.]}
|
|
MSG_0714 {A title for those who live to fight. Strong in[NL]mountains or at sea. Skilled in killing blows.}
|
|
MSG_0715 {Knights with high defense and mobility. They[NL]use swords, axes, and lances equally well.}
|
|
MSG_0716 {Masters of elder black magic. They are very[.][NL]powerful, but very slow as well.}
|
|
MSG_0717 {A title granted to powerful shamans. Those[NL]who battle them cower in fear of their might.[.]}
|
|
MSG_0718 {A title granted to shamans who have used[NL]forbidden magic to learn the summoning arts.}
|
|
MSG_0719 {Ascetic wielders of sacred light magic.[.][NL]Superior ability to hit but low attack power.[.]}
|
|
MSG_071A {Members of the clergy who wield sacred[NL]staves to aid allies. They wield no weapons.}
|
|
MSG_071B {Fresh recruits who dream of becoming[NL]knights. They're inexperienced but eager.[.]}
|
|
MSG_071C {Knights who soar through the skies. They[NL]resist magic but are weak against bows.[.]}
|
|
MSG_071D {Knights united with their pegasus mounts.[.][NL]They have superior skill and resistance.}
|
|
MSG_071E {Wielders of sacred staves who aid allies in[.][NL]battle. They refuse to take arms in combat.[.]}
|
|
MSG_071F {Mounted maidens whose sacred staves aid[.][NL]allies. They are swift but will not fight.}
|
|
MSG_0720 {Battle maidens who ride into combat wielding[NL]light magic and sacred staves.}
|
|
MSG_0721 {Dancers whose grace soothes allies.[.][NL]They do not fight in combat.}
|
|
MSG_0722 {Average foot soldiers possessing no unique[NL]abilities. They bear spears in combat.}
|
|
MSG_0723 {Axe-wielding privateers trained to[NL]fight on the high seas.[.]}
|
|
MSG_0724 {The crown prince of Grado's empire. The[.][NL]Dark Stone gives him strange powers.}
|
|
MSG_0725 {Reanimated cadavers of the recently dead.[.][NL]They are slow, but their claws are cruel.[.]}
|
|
MSG_0726 {Corpses animated by evil power. They are[NL]slow moving, but their talons are deadly.[.]}
|
|
MSG_0727 {Dead warriors given will by dark magic.[.][NL]They wield a variety of weapons.}
|
|
MSG_0728 {Skeletons infused with tremendous magical[.][NL]strength. They can wield many weapons.}
|
|
MSG_0729 {Giant poison spiders. They roam the[.][NL]mountains, attacking with deadly venom.[.]}
|
|
MSG_072A {Giant spiders infused with tremendous[.][NL]magical strength. Their venom is lethal.}
|
|
MSG_072B {One-eyed giants. With inhuman strength, they[NL]wield axes far larger than men can carry.[.]}
|
|
MSG_072C {Savage demon hounds that thirst for blood.[NL]These agile beasts have razor-sharp fangs.}
|
|
MSG_072D {Ferocious, three-headed hellhounds. Their[.][NL]triple-fanged bites are difficult to dodge.[.]}
|
|
MSG_072E {Belligerent man-beasts. Like hurricanes they[NL]roam, wreaking havoc with their giant axes.[.]}
|
|
MSG_072F {Creatures of great strength and speed.[NL]They pursue their prey with axes and bows.}
|
|
MSG_0730 {Floating eyes filled with dark power.[.][NL]Simply seeing one is considered an ill omen.}
|
|
MSG_0731 {Mogall of great power. Their dark might[.][NL]far exceeds that of their lesser cousins.[.]}
|
|
MSG_0732 {Beautiful and cursed creatures, whose gaze[NL]turns all who behold it into stone.[.]}
|
|
MSG_0733 {Malignant fiends who hunt with lances. They[.][NL]swoop in swiftly on their fell wings.[.]}
|
|
MSG_0734 {Gargoyles enhanced by magic. They surpass[.][NL]their lesser brethren in speed and brutality.[.]}
|
|
MSG_0735 {Select Edit Teams to build a team.}
|
|
MSG_0736 {Build or edit a multiplayer team.[.]}
|
|
MSG_0737 {Battle the computer.}
|
|
MSG_0738 {Set team [.]# with + Control Pad.}
|
|
MSG_0739 {Battle against a linked player.[.]}
|
|
MSG_073A {Confirm battle records to date.[.]}
|
|
MSG_073B {Set combat rules.[.]}
|
|
MSG_073C {Build a new team.[.]}
|
|
MSG_073D {View all units on team.[.]}
|
|
MSG_073E {Switch teams.[.]}
|
|
MSG_073F {Disband team.[.]}
|
|
MSG_0740 {Return to link menu.}
|
|
MSG_0741 {Select team for battle.[.]}
|
|
MSG_0742 {Select your own team.[.]}
|
|
MSG_0743 {Select team to battle.}
|
|
MSG_0744 {+Control Pad: move/B Button: back.}
|
|
MSG_0745 {Set whether to hide enemy units.}
|
|
MSG_0746 {Set victory conditions.[.]}
|
|
MSG_0747 {Set units to equip automatically.[.]}
|
|
MSG_0748 {Setting up. Please wait...}
|
|
MSG_0749 {Please wait...}
|
|
MSG_074A {Press START to begin.[.]}
|
|
MSG_074B {The rules for this battle.}
|
|
MSG_074C {Select data to build a team with.[.]}
|
|
MSG_074D {Saved data will not be changed.[.]}
|
|
MSG_074E {Select player to move first.}
|
|
MSG_074F {You move first.[.]}
|
|
MSG_0750 {P1 moves first.[.]}
|
|
MSG_0751 {P2 moves first.[.]}
|
|
MSG_0752 {P3 moves first.[.]}
|
|
MSG_0753 {P4 moves first.[.]}
|
|
MSG_0754 {It is all right to delete?}
|
|
MSG_0755 {Cancel and lose team contents?}
|
|
MSG_0756 {Each unit receives 30 extra pts.}
|
|
MSG_0757 {The team surrendered.[.]}
|
|
MSG_0758 {No one can do damage this turn.[.]}
|
|
MSG_0759 {Set unit speed to normal.[.]}
|
|
MSG_075A {Set unit speed to high.[.]}
|
|
MSG_075B {Enemy commander[.]}
|
|
MSG_075C {Cancel}
|
|
MSG_075D {Select up to 5 units[NL]to fight in the Link[NL]Arena. You cannot[.][NL]select units that[.][NL]cannot fight.[.]}
|
|
MSG_075E {Swap units' items.}
|
|
MSG_075F {Cancel link formation[.][NL]and return to the[.][NL]previous screen.}
|
|
MSG_0760 {Select two units and trade items.[.]}
|
|
MSG_0761 {Select unit to trade with.}
|
|
MSG_0762 {Discard unwanted item.}
|
|
MSG_0763 {Can trade for Merlinus's items.[.]}
|
|
MSG_0764 {Can view all units' items.}
|
|
MSG_0765 {Armories can buy and sell items.}
|
|
MSG_0766 {Build Team}
|
|
MSG_0767 {Unit List[.]}
|
|
MSG_0768 {Swap}
|
|
MSG_0769 {Disband[.]}
|
|
MSG_076A {Link Menu[.]}
|
|
MSG_076B {Empty[.]}
|
|
MSG_076C {Team}
|
|
MSG_076D {Not Linked}
|
|
MSG_076E {Connecting}
|
|
MSG_076F {Link Error}
|
|
MSG_0770 {Done}
|
|
MSG_0771 {Points}
|
|
MSG_0772 {Name}
|
|
MSG_0773 {Points}
|
|
MSG_0774 {Rank}
|
|
MSG_0775 {Players[.]}
|
|
MSG_0776 {Hide Units}
|
|
MSG_0777 {Victory Cond}
|
|
MSG_0778 {AutoWeapon}
|
|
MSG_0779 {Points}
|
|
MSG_077A {Survival}
|
|
MSG_077B {ON}
|
|
MSG_077C {OFF[.]}
|
|
MSG_077D {Now Loading[.]}
|
|
MSG_077E {Connecting}
|
|
MSG_077F {Pts.}
|
|
MSG_0780 {Rank}
|
|
MSG_0781 {P[.]}
|
|
MSG_0782 {1st[.]}
|
|
MSG_0783 {2nd[.]}
|
|
MSG_0784 {3rd[.]}
|
|
MSG_0785 {4th[.]}
|
|
MSG_0786 {P1}
|
|
MSG_0787 {P2}
|
|
MSG_0788 {P3}
|
|
MSG_0789 {P4}
|
|
MSG_078A {P5}
|
|
MSG_078B {The Valiant[.]}
|
|
MSG_078C {Main Theme}
|
|
MSG_078D {Prologue}
|
|
MSG_078E {The Beginning[.]}
|
|
MSG_078F {Treasured Memories}
|
|
MSG_0790 {Grim Journey}
|
|
MSG_0791 {Ties of Friendship}
|
|
MSG_0792 {Ray of Hope[.]}
|
|
MSG_0793 {Distant Roads[.]}
|
|
MSG_0794 {Rise Above}
|
|
MSG_0795 {Follow Me!}
|
|
MSG_0796 {Determination[.]}
|
|
MSG_0797 {Truth, Despair, and Hope}
|
|
MSG_0798 {Land of Promise[.]}
|
|
MSG_0799 {Binding Vow[.]}
|
|
MSG_079A {Grasp at Victory}
|
|
MSG_079B {Confront the Past[.]}
|
|
MSG_079C {Shadows Approach}
|
|
MSG_079D {Shadow of the Enemy[.]}
|
|
MSG_079E {Assault[.]}
|
|
MSG_079F {From the Darkness[.]}
|
|
MSG_07A0 {Twisted Shadows A[.]}
|
|
MSG_07A1 {Twisted Shadows B[.]}
|
|
MSG_07A2 {Envoy from the Dark[.]}
|
|
MSG_07A3 {Attack}
|
|
MSG_07A4 {Defense[.]}
|
|
MSG_07A5 {The Battle Must Be Won}
|
|
MSG_07A6 {Powerful Foe}
|
|
MSG_07A7 {The Prince's Despair}
|
|
MSG_07A8 {Return of the Demon King}
|
|
MSG_07A9 {Sacred Strength[.]}
|
|
MSG_07AA {Tethys}
|
|
MSG_07AB {Healing[.]}
|
|
MSG_07AC {Curing}
|
|
MSG_07AD {To a Higher Place[.]}
|
|
MSG_07AE {Advance[.]}
|
|
MSG_07AF {Tension[.]}
|
|
MSG_07B0 {Raid![.]}
|
|
MSG_07B1 {Reunion[.]}
|
|
MSG_07B2 {Indignation[.]}
|
|
MSG_07B3 {Sorrow}
|
|
MSG_07B4 {Laughter}
|
|
MSG_07B5 {Legacy}
|
|
MSG_07B6 {Lyon}
|
|
MSG_07B7 {Lost Heart}
|
|
MSG_07B8 {Lyon (Organ Arrangement)}
|
|
MSG_07B9 {The Final Battle}
|
|
MSG_07BA {Solve the Riddle}
|
|
MSG_07BB {Lights in the Dark}
|
|
MSG_07BC {Comrades}
|
|
MSG_07BD {Victory[.]}
|
|
MSG_07BE {Into the Shadow of Victory}
|
|
MSG_07BF {Main Theme (Reprise)}
|
|
MSG_07C0 {Combat Preparation}
|
|
MSG_07C1 {Shops[.]}
|
|
MSG_07C2 {Armories}
|
|
MSG_07C3 {Bonds[.]}
|
|
MSG_07C4 {Colosseum Entrance}
|
|
MSG_07C5 {In the Colosseum}
|
|
MSG_07C6 {Colosseum Victory[.]}
|
|
MSG_07C7 {Colosseum Defeat}
|
|
MSG_07C8 {Victory Song A}
|
|
MSG_07C9 {Victory Song B}
|
|
MSG_07CA {Game Over[.]}
|
|
MSG_07CB {In Sorrow's Shroud}
|
|
MSG_07CC {Records[.]}
|
|
MSG_07CD {Victory and the Future}
|
|
MSG_07CE {Fly with the Breeze[.]}
|
|
MSG_07CF {Epilogue}
|
|
MSG_07D0 {?????[.]}
|
|
MSG_07D1 {Died at[.]}
|
|
MSG_07D2 {Wounded at[NL]and parted ways with the company.[.]}
|
|
MSG_07D3 {Wounded at}
|
|
MSG_07D4 {,[.][NL]but remained until the end.[.]}
|
|
MSG_07D5 {Eirika, Restoration Queen[.]}
|
|
MSG_07D6 {Eirika returned to Renais and began the[.][NL]reconstruction effort with her brother,[.][NL]Ephraim. Seeing peace return to the lives[.][NL]of her people filled her with happiness.[NL]Her smile became a symbol of her people's joy.}
|
|
MSG_07D7 {Seth, the Silver Knight[.]}
|
|
MSG_07D8 {Seth returned to Renais with Ephraim and his[NL]fellow knights. His dedicated service made him[NL]the most trusted of the new king and queen's[NL]guardsmen, as well as the most famous of[NL]knights in all of Renais.[.]}
|
|
MSG_07D9 {Silent Gilliam}
|
|
MSG_07DA {Gilliam returned to his home of Frelia, where[.][NL]he continued to serve the crown as a faithful[.][NL]knight. His imposing countenance was said to[NL]strike fear in the hearts of even the most[NL]arrogant and brash of Frelia's new recruits.}
|
|
MSG_07DB {Franz the Faithful}
|
|
MSG_07DC {He continued to serve Renais with the same[NL]devotion that he had during the War of the[NL]Stones. His generous nature and easy smile[NL]made him a favorite among the people.[.]}
|
|
MSG_07DD {Moulder, Wise Counselor[.]}
|
|
MSG_07DE {After the War of the Stones, Moulder[NL]continued to serve the royal family of[NL]Frelia. His wisdom served to guide [.][NL]King Innes as it had served King Hayden[.][NL]before him.[.]}
|
|
MSG_07DF {Vanessa, Dutiful Rider}
|
|
MSG_07E0 {She remained on active duty as an airborne[NL]knight in Frelia's army. Her beauty and[.][NL]determination became the standard to which[NL]her fellow knights aspired.[.]}
|
|
MSG_07E1 {Ross, His Father's Son}
|
|
MSG_07E2 {He returned to Ide, village of his youth,[.][NL]and helped rebuild it after the bandit[NL]attack that brought it to ruin. Years later,[NL]he set out on his own to perfect his fighting[.][NL]skill and hone both body and spirit.}
|
|
MSG_07E3 {Neimi, the Tearful Archer[.]}
|
|
MSG_07E4 {She returned to her village and passed[NL]her days in peace and quiet. Years later,[.][NL]she traveled to the capital of Renais as[NL]an archery instructor for their military.[.][NL]She never could resist a good cry.}
|
|
MSG_07E5 {Colm, Good-Natured Thief}
|
|
MSG_07E6 {He politely refused an invitation to[NL]become a spy for Renais, returning instead[NL]to his hometown. He spent the rest of his[.][NL]days as a chivalrous rogue helping those[NL]in need from the shadows.[.]}
|
|
MSG_07E7 {Garcia, the Warrior Reborn}
|
|
MSG_07E8 {He returned to Ide to help with its[.][NL]reconstruction after the bandit attack.[.][NL]Afterward, he reenlisted in the army, serving[.][NL]Renais as a troop leader. His strength,[.][NL]valor, and experience inspired many.}
|
|
MSG_07E9 {Innes, King and Strategician}
|
|
MSG_07EA {As time went on, he succeeded his father,[.][NL]Hayden, as king of Frelia. His resourcefulness[NL]and tactical prowess helped him build a court[.][NL]of loyal vassals that served to lead the[NL]country to greater prosperity.}
|
|
MSG_07EB {Lute, Prodigy[.]}
|
|
MSG_07EC {After the War of the Stones, Lute returned to [NL]Renais to continue her arcane studies. She [.][NL]spent far less time locked in her library,[NL]preferring now to explore the outside world.[NL]She grew into a great and well-traveled sage.[.]}
|
|
MSG_07ED {Natasha, Sacred Healer}
|
|
MSG_07EE {Once the war was over, Natasha returned to[NL]Grado to help rebuild the empire. She dedicated[.][NL]herself to easing the grief of those families[.][NL]that lost soldiers during the war.}
|
|
MSG_07EF {Cormag, Aloof Lanceman}
|
|
MSG_07F0 {Cormag returned to Grado to assist in the[.][NL]reconstruction of his country. Shortly[NL]after, he left to wander on his own. When[.][NL]he reappeared, he rejoined the army not as[NL]a knight but as a common soldier.[.]}
|
|
MSG_07F1 {Ephraim, Restoration King[.]}
|
|
MSG_07F2 {Busy days awaited him upon his return to[NL]Renais. He oversaw the rebuilding not only[NL]of his own country but also of the entire[.][NL]continent of Magvel. His work was difficult,[NL]but his success made him a legend.}
|
|
MSG_07F3 {Forde, the Wild Knight}
|
|
MSG_07F4 {Upon Forde's return to Renais, his secret[.][NL]hobby of painting was discovered. He was[NL]commissioned as a court artist. His work[NL]grew popular, and his days became so busy[.][NL]that he often regretted his career change.}
|
|
MSG_07F5 {Kyle, Ardent Knight[.]}
|
|
MSG_07F6 {His service to the royal family of Renais[.][NL]continued without change. He became a[.][NL]battalion commander and gained much trust[.][NL]and responsibility for training new recruits.[.]}
|
|
MSG_07F7 {Amelia, Rose of the War[.]}
|
|
MSG_07F8 {Following the war, she returned to Grado[NL]to assist in her country's reconstruction.[NL]She surrounded herself with new friends and[.][NL]used the strength she found on the battlefield[NL]to live her life in happiness.}
|
|
MSG_07F9 {Artur, Saint of Light[.]}
|
|
MSG_07FA {Artur moved to Renais to help rebuild the[.][NL]shattered country. He worked without rest to[NL]ease the pain and grief of those who suffered[.][NL]during the war. His self-sacrifice made him[.][NL]into a folk hero among the peasantry.[.]}
|
|
MSG_07FB {Gerik, the Desert Tiger[.]}
|
|
MSG_07FC {Gerik continued as a mercenary. Over the[NL]years, his reputation grew so great that he[.][NL]had more job offers than he could handle. One[.][NL]day, without warning, he left, never to return.[.]}
|
|
MSG_07FD {Tethys, Beloved Dancer}
|
|
MSG_07FE {She danced from city to city, and the[.][NL]entire continent became her stage.[NL]Her fame grew and grew, and large crowds[NL]gathered wherever she performed.}
|
|
MSG_07FF {Marisa, the Crimson Flash[.]}
|
|
MSG_0800 {Marisa became battalion leader for an[.][NL]elite mercenary force. Many men sought[NL]to challenge her to a duel, and none[NL]of them stood up to her blade.}
|
|
MSG_0801 {Saleh, the Well of Wisdom[.]}
|
|
MSG_0802 {Saleh returned to Caer Pelyn, where he[NL]remained a faithful servant of the Manakete.[NL]His days were not spent in isolation, though.[.][NL]Many of the friends he met during the War of[NL]the Stones came to visit his village.[.]}
|
|
MSG_0803 {Ewan, Enthusiastic Student}
|
|
MSG_0804 {Ewan continued his studies, modeling[NL]his life after the teachings of Saleh.[NL]Eventually, his education branched off into[.][NL]different paths. His insatiable curiosity[.][NL]led him on a trip to explore the world.[.]}
|
|
MSG_0805 {L'Arachel, Queen of Light[.]}
|
|
MSG_0806 {She succeeded her uncle as ruler of the[.][NL]Rausten Theocracy several years after[.][NL]the war ended. She never lost her...unique[NL]perspective on life. She spent much of her[NL]rule visiting the neighboring countries.}
|
|
MSG_0807 {Dozla of the Steady Axe[.]}
|
|
MSG_0808 {As L'Arachel rose to become queen, he[.][NL]remained by her side. Watching L'Arachel[NL]grow to become the queen she was destined to[NL]be was Dozla's greatest joy in life.}
|
|
MSG_0809 {Rennac, Rich [LQuote]Merchant[RQuote][.]}
|
|
MSG_080A {L'Arachel summoned Rennac back to Rausten,[NL]and he was forced to return. He was never[.][NL]able to escape his service to the self-[.][NL]centered princess who became queen.[.][NL]Admittedly, he didn't try very hard.}
|
|
MSG_080B {Duessel, Obsidian General[.]}
|
|
MSG_080C {Following the war, Duessel returned to Grado,[.][NL]where he was instrumental in its rebuilding.[NL]He spent his remaining years watching over[NL]Grado and sharing his wisdom with other[.][NL]nations as an expert combat instructor.[.]}
|
|
MSG_080D {Myrrh, the Great Dragon[.]}
|
|
MSG_080E {After bidding her farewells to Ephraim,[.][NL]she returned to Darkling Woods. She lived[.][NL]a long and full life, served by the people[NL]of Caer Pelyn and comforted by the memories[.][NL]of her dear friends.}
|
|
MSG_080F {Knoll, Watcher of Darkness}
|
|
MSG_0810 {Knoll returned to Grado, where he dedicated[.][NL]himself to rebuilding it and fulfilling[.][NL]Lyon's vision. When the country was restored[NL]to its former glory, he disappeared without[.][NL]a trace, never to be seen again.}
|
|
MSG_0811 {Joshua, the Tempest King}
|
|
MSG_0812 {Joshua returned to Jehanna and ruled over[.][NL]it as king. His skills as a leader had[NL]grown great, and Jehanna flourished as[NL]never before. He never outgrew his love[.][NL]of travel and games of chance.}
|
|
MSG_0813 {Graceful Syrene[.]}
|
|
MSG_0814 {Syrene continued as commander of Frelia's[.][NL]pegasus knights. Her grace and beauty in[NL]flight were the subject of many songs[.][NL]and paintings, and her popularity soared.[.]}
|
|
MSG_0815 {Tana, Winged Queen}
|
|
MSG_0816 {Tana lived happily in the prosperous post-[NL]war Frelia. She flew to Renais often to[.][NL]visit her dear friend Eirika.[.]}
|
|
MSG_0817 {Busy days awaited Eirika and Ephraim as they[NL]struggled to rebuild Renais. Their work gave[NL]new hope to those ravaged by the war, and[.][NL]with Eirika's constant help, Ephraim grew to[NL]be a trusted and honorable king.}
|
|
MSG_0818 {Upon their return to Renais, Eirika and Seth[NL]were wed, with the blessings of Ephraim and all[.][NL]of the Knights of Renais. The tale of the love[NL]that grew between a princess and her loyal[NL]knight became a beloved romance in Renais.}
|
|
MSG_0819 {After the war, Eirika and Saleh returned to their[.][NL]respective homes. Eirika visited Caer Pelyn[.][NL]when she could. Eventually, she left Renais in[NL]the care of her brother and wed Saleh. Their[NL]daughter resembles the legendary Nada Kuya.[.]}
|
|
MSG_081A {Following the war, Tana and Eirika remained[.][NL]the best of friends. They visited one another[.][NL]when time permitted, and as they grew older,[NL]their children shared a bond of friendship[NL]as close as Eirika and Tana themselves did.[.]}
|
|
MSG_081B {After the war, Eirika and Forde returned to[.][NL]Renais. Eirika spent her days toiling in[NL]the reconstruction of Renais, and he was her[NL]faithful supporter. His portrait of Eirika[NL]captured the smile he had thought lost forever.[.]}
|
|
MSG_081C {After the war, Ephraim returned to Renais and[.][NL]Myrrh to Darkling Woods. They both turned their[.][NL]attention to their respective duties but never[NL]forgot one another. Though Myrrh never again[NL]left Darkling Woods, Ephraim often visited her.[.]}
|
|
MSG_081D {Ephraim and L'Arachel each returned home[NL]after the war, but L'Arachel visited Renais[.][NL]often. Over time, the two were wed. Their[.][NL]marriage threw Rausten into turmoil, but[NL]L'Arachel's self-centeredness carried the day.}
|
|
MSG_081E {Once Renais was stable again, Ephraim and[.][NL]Tana were wed. Innes protested vocally, but[.][NL]when he saw how happy Tana was, he gave the[.][NL]marriage his blessings. Renais and Frelia[.][NL]are now bound by blood as well as friendship.[.]}
|
|
MSG_081F {Natasha returned to Renais with Seth, where[.][NL]the two were wed. The reconstruction of Renais[NL]kept them busy, but when all the work was[.][NL]done, they settled down to live their days[NL]in peace and happiness.[.]}
|
|
MSG_0820 {Franz brought Amelia home with him to Renais.[.][NL]Amelia spent a short time in Renais's army,[.][NL]but once she and Franz were married, she[NL]retired her commission. The two had a daughter[NL]who grew to be a great knight herself.}
|
|
MSG_0821 {Gilliam and Syrene returned to Frelia, where they[.][NL]were married. All agreed they were a perfect[NL]match, and their union was blessed by the[.][NL]crown and the order of knights. The two[.][NL]continued their unwavering service together.}
|
|
MSG_0822 {At Innes's request, Vanessa moved into[NL]Castle Frelia where she continued her duties[NL]as a knight of the realm. Thereafter, they[NL]had a child and lived happily with the[NL]blessing of all around them.}
|
|
MSG_0823 {Forde's love for Vanessa grew after the war,[NL]and although she loved him as well, she[.][NL]placed her duty to Frelia first. Undeterred,[NL]Forde moved to Frelia himself. Over time,[.][NL]the two were wed.[.]}
|
|
MSG_0824 {Father and son returned to Ide, where they[NL]toiled together to rebuild their village.[.][NL]Ross grew to become a greater warrior than[NL]even his father. When he himself had a son,[.][NL]that child continued his family's legacy.[.]}
|
|
MSG_0825 {The childhood friends became lovers first,[NL]then husband and wife. Worried for Neimi's[NL]well-being, Colm gave up his adventurer's ways.[.][NL]Neimi passed on her grandfather's skill in[NL]archery to her own son and daughter.}
|
|
MSG_0826 {Artur and Lute were married upon their return.[NL]Artur handled the housework, but otherwise,[.][NL]their lives were unchanged. When they had a[.][NL]son, Lute's interests shifted from studying[.][NL]Artur to studying her son's baffling habits.}
|
|
MSG_0827 {After the war, Kyle and Lute were married in[NL]Renais. Kyle's friends were disturbed by his[NL]choice of brides, but they could not deny[.][NL]his happiness. Before long, they had a son,[.][NL]and Kyle dedicated himself to his upbringing.[.]}
|
|
MSG_0828 {When Joshua returned to Jehanna, he took[NL]Natasha as his bride and claimed the throne[.][NL]as its rightful heir. Natasha was the perfect[.][NL]companion, and together, they carried the[.][NL]mighty desert nation to great glory.}
|
|
MSG_0829 {Sometimes, the greatest friends also differ[.][NL]greatly in personality. When Kyle and Forde[.][NL]returned home, they were celebrated in song[.][NL]and story. They lived their days in happiness,[NL]as dearest friends and toughest rivals.[.]}
|
|
MSG_082A {Cormag returned to Grado to assist in the[.][NL]reconstruction of his country. Shortly[NL]after, he left to wander on his own. Tana[.][NL]spent years looking for him. In time, she[.][NL]found him and knighted him in Frelia's service.[.]}
|
|
MSG_082B {Stories tell of the sparks that flew between[NL]L'Arachel and Innes when they first met. As[.][NL]the love between them flourished, so too did[NL]the bond that united their two nations.[.]}
|
|
MSG_082C {Gerik and Tethys remained bound to no nation[NL]and beholden to no authority. They bought[.][NL]themselves a leisurely retirement. Gerik[NL]taught fencing to city youths, and Tethys[.][NL]found many stages on which to dance.}
|
|
MSG_082D {Gerik remained a mercenary, and Marisa[NL]became his company's fencing instructor.[NL]Gerik returned the affection she gave[.][NL]him, although he was troubled to learn she[NL]was clumsy at everything but fighting.}
|
|
MSG_082E {Myrrh returned to Darkling Woods, but at[NL]Saleh's request, she eventually moved to Caer[.][NL]Pelyn. In time, the townsfolk learned to[NL]treat her not as the Great Dragon but[.][NL]rather as a normal girl, and she was happy.[.]}
|
|
MSG_082F {Master and student returned to Caer Pelyn to[NL]study in peace. Ewan worked hard, and in time,[NL]his power grew to rival Saleh's. As equals,[.][NL]the two continued their studies together and[NL]expanded their knowledge ever more.[.]}
|
|
MSG_0830 {Joshua returned to Jehanna with Marisa, where[.][NL]she pledged service to the crown and became[.][NL]the top swordfighter in the land. Joshua still[NL]loved games of chance, but when it came to[NL]Marisa, she was ever the winner.}
|
|
MSG_0831 {L'Arachel was, in time, made queen of Rausten,[NL]with Dozla at her side, as always. Later, Dozla[.][NL]wept like a baby when L'Arachel was wed. His[NL]emotional outburst is remembered as much as,[NL]if not more than, the ceremony itself.}
|
|
MSG_0832 {Amelia traveled to Ross's hometown, where she[.][NL]decided to remain. Over time, the two fell in[.][NL]love and were wed. Years later they had a son[.][NL]who grew into a warrior. As he grew in skill[NL]and strength, he surpassed even his father.[.]}
|
|
MSG_0833 {After the war, Ewan and Amelia set out, as[NL]promised, on a trip around the world. Their[.][NL]deeds along the way made small legends in the[.][NL]regions they visited. In time, Amelia gave[NL]birth to a daughter, and they settled down.[.]}
|
|
MSG_0834 {After the war, Joshua challenged Gerik to a[.][NL]duel in hopes of pressing him to move to[NL]Jehanna. The match ended in a tie, but Gerik[NL]was impressed by Joshua's swagger. From that[NL]day forward, Gerik never left Joshua's side.}
|
|
MSG_0835 {Sisters Syrene and Vanessa returned to Frelia[.][NL]after the war for a long-overdue talk. They[.][NL]talked of love and war, of friends now gone.[NL]Together, they renewed their bond as siblings[.][NL]and vowed never to let that bond fail.}
|
|
MSG_0836 {After the reconstruction of Renais, Innes[.][NL]challenged Ephraim to a duel. The match[.][NL]ended in a tie. After the fight, Eirika[.][NL]acknowledged her love for Innes, and the[NL]two were wed with Ephraim's blessings.}
|
|
MSG_0837 {After the war, Kyle visited Frelia, where[.][NL]he was greeted with a warm reception by[.][NL]Syrene. After the two retired, they were[NL]wed. They raised a daughter whose skill[.][NL]in martial arts and etiquette excelled.[.]}
|
|
MSG_0838 {Upon their return to Grado, Duessel reunited[NL]Amelia with her mother. The two wept with[.][NL]joy, giving thanks to Duessel. Afterward, Amelia[NL]became the most trusted companion of the[NL]man once known as Obsidian.[.]}
|
|
MSG_0839 {Dummy[.][A]}
|
|
MSG_083A {Dummy[.][A]}
|
|
MSG_083B {Dummy[.][A]}
|
|
MSG_083C {Dummy[.][A]}
|
|
MSG_083D {Dummy[.][A]}
|
|
MSG_083E {Dummy[.][A]}
|
|
MSG_083F {Dummy[.][A]}
|
|
MSG_0840 {[OpenLeft][LoadFace][100][NL][OpenLeft]All your saved data will be erased.[.][NL]Shall I continue?[.][No]}
|
|
MSG_0841 {[OpenLeft]Once your data is erased, it cannot[.][NL]be restored.[A][NL]Shall I continue?[.][No]}
|
|
MSG_0842 {[OpenLeft]The data has been erased.[.][A]}
|
|
MSG_0843 {Yes[.]}
|
|
MSG_0844 {No}
|
|
MSG_0845 {Buy[.]}
|
|
MSG_0846 {Sell}
|
|
MSG_0847 {Ask[.]}
|
|
MSG_0848 {Exit}
|
|
MSG_0849 {ON}
|
|
MSG_084A {OFF[.]}
|
|
MSG_084B {Throw away [.][Item]?[.][NL][No]}
|
|
MSG_084C {You can't visit villages or[.][NL]houses while Silenced.}
|
|
MSG_084D {You can't equip[.][NL]this weapon.}
|
|
MSG_084E {Your weapon level[.][NL]is too low.[.]}
|
|
MSG_084F {Treasure can't be dropped.}
|
|
MSG_0850 {Treasure can't be sold.[.]}
|
|
MSG_0851 {You can't use a staff[.][NL]while Silenced.[.]}
|
|
MSG_0852 {You can't speak[.][NL]while Silenced.[.]}
|
|
MSG_0853 {You can't enter the[.][NL]arena while Silenced.[.]}
|
|
MSG_0854 {You can't fight, so you[.][NL]can't enter the arena.}
|
|
MSG_0855 {Weapons, magic, and[.][NL]staves can't be stolen.[.]}
|
|
MSG_0856 {There's nothing to repair.}
|
|
MSG_0857 {Only weapons, tomes, and[NL]staves can be repaired.[.]}
|
|
MSG_0858 {There's no more ammo for[NL]the ballista.[.]}
|
|
MSG_0859 {There's no need for that.[.]}
|
|
MSG_085A {This can't be used.[.]}
|
|
MSG_085B {Must be above level 10.[.]}
|
|
MSG_085C {Must be above level 10.[.]}
|
|
MSG_085D {There's no door.}
|
|
MSG_085E {There's no chest.[.]}
|
|
MSG_085F {For thieves only.[.]}
|
|
MSG_0860 {Specialized weapon.[.]}
|
|
MSG_0861 {No doors or chests.[.]}
|
|
MSG_0862 {Your inventory is full.[.]}
|
|
MSG_0863 {Item cannot be repaired.}
|
|
MSG_0864 {You cannot stop in the[NL]middle of the tutorial.[.]}
|
|
MSG_0865 {Your supply convoy is full.[.][NL]Select an item to discard.[A]}
|
|
MSG_0866 {Your inventory is full. Select an item to discard.}
|
|
MSG_0867 {Your inventory is full. Send an item to Supply.[.]}
|
|
MSG_0868 {Select a unit to rescue.}
|
|
MSG_0869 {Select which space to drop the unit into.[.]}
|
|
MSG_086A {Select a unit to receive the traveler.}
|
|
MSG_086B {Select a unit to give the traveler to.}
|
|
MSG_086C {Select which unit to trade with.}
|
|
MSG_086D {Select which unit to steal from.}
|
|
MSG_086E {Select which unit to use the staff on.}
|
|
MSG_086F {Select which unit to speak to.}
|
|
MSG_0870 {Select unit to refresh.[.]}
|
|
MSG_0871 {Select warp point.}
|
|
MSG_0872 {Reorder your units.[.]}
|
|
MSG_0873 {Select a weapon to attack with.[.]}
|
|
MSG_0874 {Select a character to restore HP to.}
|
|
MSG_0875 {Select character to warp.[.]}
|
|
MSG_0876 {Select which character to bring next to you.}
|
|
MSG_0877 {Select a character to restore to normal.}
|
|
MSG_0878 {Select the character whose weapon needs repair.[.]}
|
|
MSG_0879 {Select which character's resistance to bolster.[.]}
|
|
MSG_087A {Select a door to open.}
|
|
MSG_087B {Select a unit to use the staff on.}
|
|
MSG_087C {Select an area to light up.[.]}
|
|
MSG_087D {Select an area to trap.[.]}
|
|
MSG_087E {Select an area to trap.[.]}
|
|
MSG_087F {Select a character to bless.}
|
|
MSG_0880 {Select which space to summon into.}
|
|
MSG_0881 {Select which space to use picks on.[.]}
|
|
MSG_0882 {Suspended data will be lost.[NL]Is that all right?}
|
|
MSG_0883 { Sent[.]}
|
|
MSG_0884 {[OpenLeft][LoadFace][100][NL]}
|
|
MSG_0885 {[OpenLeft]An error has occurred.}
|
|
MSG_0886 {[OpenLeft]Sending map now.[NL]Please wait a moment.[.]}
|
|
MSG_0887 {[OpenLeft]Map send complete.}
|
|
MSG_0888 {[OpenLeft]There is no backup trial map.[.][NL]Ending map send and returning to menu.}
|
|
MSG_0889 {This unit has no usable[.][NL]weapons, so it cannot join.[.]}
|
|
MSG_088A {This unit cannot be deployed.[.]}
|
|
MSG_088B {If you have no usable[.][NL]weapons, you cannot attack.[.]}
|
|
MSG_088C {[OpenLeft][LoadFace][100][NL][OpenLeft]Do you surrender?[.][NL][Yes]}
|
|
MSG_088D {[OpenLeft][LoadFace][100][NL][OpenLeft]You can do no damage.[.][A][NL2][NL]Would you like to quit?[.][NL][Yes]}
|
|
MSG_088E {Linking error.[NL]Turn the power off, check[.][NL]the connections, and retry.[.]}
|
|
MSG_088F {Already used}
|
|
MSG_0890 {Inventory full}
|
|
MSG_0891 {Send data from[NL]Chapter 2+}
|
|
MSG_0892 {This data[.][NL]can't be used[.][NL]on a trial map.[.]}
|
|
MSG_0893 {Sacred Dragon[.][NL]added to[NL]Sound Room}
|
|
MSG_0894 {Palace Silezia[NL]added to[NL]Sound Room}
|
|
MSG_0895 {Select cleared save data.[.]}
|
|
MSG_0896 {Welcome to the armory![A][NL2][NL]These are the weapons[.][NL]we have for sale.[.][A]}
|
|
MSG_0897 {Welcome to the[NL]general store![A][NL2][NL]Here are all the items[NL]we have for sale.[.][A]}
|
|
MSG_0898 {Come back again.[A]}
|
|
MSG_0899 {Hope to see you again![A]}
|
|
MSG_089A {Welcome to the armory.[A][NL2][NL]I deal in all sorts of goods.[.][NL][BuySell]}
|
|
MSG_089B {Welcome to the general store.[.][A][NL2][NL]How can I help you?[.][NL][BuySell]}
|
|
MSG_089C {Shhh... Hee hee...[A][NL2][NL]This is a secret shop![NL][BuySell]}
|
|
MSG_089D {Do you need anything else?[NL][BuySell]}
|
|
MSG_089E {Anything else for you?[NL][BuySell]}
|
|
MSG_089F {Well? Anything else for you?[NL][BuySell]}
|
|
MSG_08A0 {Do you need anything else?[NL][ShopContinue]}
|
|
MSG_08A1 {Can I do anything else for you?[.][NL][ShopContinue]}
|
|
MSG_08A2 {Is there anything else you need?[NL][ShopContinue]}
|
|
MSG_08A3 {What would you like?}
|
|
MSG_08A4 {What can I get for you?[.]}
|
|
MSG_08A5 {What do you need?[.]}
|
|
MSG_08A6 {Anything else?}
|
|
MSG_08A7 {Anything else?}
|
|
MSG_08A8 {Any other requests?[.]}
|
|
MSG_08A9 {What do you want to sell?[.]}
|
|
MSG_08AA {What are you selling?[.]}
|
|
MSG_08AB {What would you sell?}
|
|
MSG_08AC {You've got nothing to sell![.][A]}
|
|
MSG_08AD {You have nothing to sell.[.][A]}
|
|
MSG_08AE {You've got nothing to sell![.][A]}
|
|
MSG_08AF {Selling anything else?}
|
|
MSG_08B0 {Anything else to sell?}
|
|
MSG_08B1 {What else are you selling?}
|
|
MSG_08B2 {You don't have the money![.][A]}
|
|
MSG_08B3 {You're short of funds.[A]}
|
|
MSG_08B4 {Heh! Not enough money![A]}
|
|
MSG_08B5 {How does [.][G] gold[.][NL]sound to you?[.][Yes]}
|
|
MSG_08B6 {That's worth [.][G] gold.[NL]Is that all right?[Yes]}
|
|
MSG_08B7 {That is worth [G] gold.[NL]Is that acceptable?[.][Yes]}
|
|
MSG_08B8 {Come back again.[A]}
|
|
MSG_08B9 {Drop in again.[A]}
|
|
MSG_08BA {Hee hee... Buh-bye![.][A]}
|
|
MSG_08BB {I can't buy that.[.][A]}
|
|
MSG_08BC {I can't buy that.[.][A]}
|
|
MSG_08BD {Hee hee... Wait a minute.[.][NL]I can't buy that![.][A]}
|
|
MSG_08BE {Looks like you're full.[.][A][NL2][NL]Send it to storage?[.][NL][Yes]}
|
|
MSG_08BF {Your hands are full.[A][NL2][NL]Send it to storage?[.][NL][Yes]}
|
|
MSG_08C0 {Your hands are full.[A][NL2][NL]Send it to storage?[.][NL][Yes]}
|
|
MSG_08C1 {Looks like you're full.[.][A]}
|
|
MSG_08C2 {Your hands are full.[A]}
|
|
MSG_08C3 {Your hands are full.[A]}
|
|
MSG_08C4 {Right. I'll send it now.[A]}
|
|
MSG_08C5 {Right. I'll have it sent.[.][A]}
|
|
MSG_08C6 {Heh heh... I'll send it then.[.][A]}
|
|
MSG_08C7 {No? Too bad. You could[NL]take it if you made room.[.][A]}
|
|
MSG_08C8 {That's a shame. You could[.][NL]carry it if you made room.[A]}
|
|
MSG_08C9 {Ah, well... You could take[NL]it if you made room.[A]}
|
|
MSG_08CA {Too bad you don't have a[NL]supply convoy to send it to.[A]}
|
|
MSG_08CB {If you had some storage,[NL]I could send it there...[A]}
|
|
MSG_08CC {If you had some storage,[NL]I could send it to you.[.][A]}
|
|
MSG_08CD {Your storage is full, too![NL]Rearrange your things![A]}
|
|
MSG_08CE {Your storage is full,[.][NL]too. Try again later.[.][A]}
|
|
MSG_08CF {Heh... Your storage is full,[NL]too. Rearrange things...[A]}
|
|
MSG_08D0 {Welcome to the arena![.][A]}
|
|
MSG_08D1 {Welcome to the arena.[.][A][NL]Oh! It's you again.[.][A][NL2][NL]I've lost a lot of gold[.][NL]thanks to you...[A][NL2][NL]If you want to continue,[A][NL]we're going to have to[NL]do things differently.[A][NL2][NL]I'm going to prepare some[.][NL]more challenging foes.[A]}
|
|
MSG_08D2 {Would you like to wager[.][NL][G] gold?[Yes]}
|
|
MSG_08D3 {Good luck. Don't get[NL]yourself killed.[A]}
|
|
MSG_08D4 {What's that? Bah![.][NL]Get outta here![.][A]}
|
|
MSG_08D5 {Fight 'til you drop, or press[.][NL]the B Button to yield.[A]}
|
|
MSG_08D6 {So you won, eh? Here's[NL]your prize. [G] gold.[A]}
|
|
MSG_08D7 {Ahh, you lost? I'd hoped[NL]for better from you.[A]}
|
|
MSG_08D8 {What? You yield? Well,[NL]your gold is mine, then![A]}
|
|
MSG_08D9 {Looks like no one wins.[.][NL]Here's your money back.[.][A]}
|
|
MSG_08DA {You don't have the money![.][NL]Try again later.[A]}
|
|
MSG_08DB {The continent of Magvel.[A][NL]For some 800 years, a quiet peace reigned in [.][NL]the absence of the terrible darkness.[.][A][NL]The Sacred Stones have been passed from [NL]generation to generation.[.][A][NL]Nations have been built around their power [.][NL]and their legacy.[.][A][NL2][NL][LoadOverworldFaces]The kingdom of Renais, ruled by Fado, [NL]the peerless Warrior King.[A][NL2][NL][LoadOverworldFaces]The kingdom of Frelia, ruled by Hayden, [NL]the venerable Sage King.[A][NL2][NL][LoadOverworldFaces]The kingdom of Jehanna, ruled by Ismaire, [NL]Queen of the White Dunes.[.][A][NL2][NL][LoadOverworldFaces]The theocracy of Rausten, ruled by Mansel, [.][NL]the Divine Emperor.[.][A][NL2][NL][LoadOverworldFaces]The Grado Empire, ruled by Vigarde, [NL]the stalwart Silent Emperor.[A][NL2][NL][LoadOverworldFaces]These five countries house the power of [NL]the Sacred Stones.[A][NL][LoadOverworldFaces]They are joined by the emerging mercantile [.][NL]republic of Carcino.[A][NL2][NL][LoadOverworldFaces]In these times of peace, tales of past[NL]conflict have drifted into legend,[A][NL]and memories of the ancient dark arts[.][NL]have all but evaporated.[A][NL2][NL][LoadOverworldFaces]It is now the year 803...[.][A][NL][LoadOverworldFaces]In an instant, the whole of Magvel is [NL]threatened by an unexpected atrocity.[.][A][NL][LoadOverworldFaces]The Grado Empire, the largest of the [.][NL]Sacred Stone nations,[.][A][NL][LoadOverworldFaces]has invaded the kingdom of Renais under [NL]orders from Emperor Vigarde.[A][NL][LoadOverworldFaces]A longtime ally of Grado, Renais is caught[NL]off guard, unable to mount any resistance.[A][NL][LoadOverworldFaces]Grado's forces move quickly, seizing one[NL]territory after another.[A][NL][LoadOverworldFaces]Compounding King Fado's worries, his son,[.][NL]Prince Ephraim, has gone missing.[.][A][NL2][NL][LoadOverworldFaces]Grado's momentum carries its armies to the [.][NL]gates of Castle Renais itself.[A][NL][LoadOverworldFaces]Renais will fall...[.][NL]It is inevitable.[.][A][NL][LoadOverworldFaces]}
|
|
MSG_08DC {Eirika and her companions have liberated [.][NL]the border castle.[A][NL][LoadOverworldFaces]Alongside Princess Tana of Frelia, they ride [.][NL]to the Frelian capital.[.][A][NL][LoadOverworldFaces]}
|
|
MSG_08DD {The world map shows the continent in [.][NL]its entirety.[.][A][NL2][NL]Castles, towns, and other map points[NL]are added to the map as you play.[.][A][NL2][NL]Press the A Button when not on a map [.][NL]point to open the [ToggleRed]map menu[ToggleRed].[.][A][NL]This is where you can [ToggleRed]save[ToggleRed].[.][NL]When you want to stop playing, use this [NL]option to save your progress.[.][A][NL2][NL]Now then, move on to your next[NL]destination.[A][NL]The marker with the [ToggleRed]red flag[ToggleRed] in the center[NL]of the map is your destination.[.][A][NL]Move the triangle cursor onto the red flag [.][NL]and press the A Button.[.][A]}
|
|
MSG_08DE {King Hayden apologizes for being unable to [.][NL]spare soldiers.[.][A][NL][LoadOverworldFaces]However, he does provide Eirika with a small [.][NL]but trusted party of vassals.[.][A][NL2][NL][LoadOverworldFaces]Eirika is grateful for the king's aid.[A][NL][LoadOverworldFaces]Chasing rumors of her brother, she sets out [NL]for Grado.[A][NL2][NL][LoadOverworldFaces]The group's first stop is the remote village [.][NL]of Ide, which was, until very recently, [A][NL]a part of Renais.[.][A][NL][LoadOverworldFaces]Here, Eirika sees the devastation of Renais [NL]with her own eyes.[A][NL][LoadOverworldFaces]}
|
|
MSG_08DF {Once cleared, battle sites become [ToggleRed]bases[.][ToggleRed]. [NL]You can [ToggleRed]manage items[ToggleRed] on any base.[.][A][NL2][NL]To manage items, place the cursor on your [NL]character icon.[.][A][NL]Then, press the A Button to bring up the[NL][ToggleRed]Manage Items[ToggleRed] command.[.][A][NL]Choose Manage Items to trade possessions[NL]with your supply convoy or with other units.[A][NL2][NL]Some map areas have [ToggleRed]shops[.][ToggleRed][NL]and [ToggleRed]armories[ToggleRed].[.][A][NL]To see if a base has a shop or an[.][NL]armory, move the cursor to that base.[.][A][NL]For example, in Ide, where Eirika is[NL]now, there is an [.][ToggleRed]armory[ToggleRed].[.][A][NL]Check the corner of the screen for the[NL][ToggleRed]base name[.][ToggleRed] and any [.][ToggleRed]shop icons[ToggleRed].[.][A]}
|
|
MSG_08E0 {Eirika and company pursue the thief who [NL]stole her bracelet.[.][A][NL][LoadOverworldFaces]Their chase leads them into the mountains,[NL]where Bazba's Bandits pillage at will.[A][NL][LoadOverworldFaces]Eirika cannot ignore her countrymen's pleas [NL]for help.[.][A][NL]She leads her group in search of the [.][NL]bandits' stronghold.[A][NL][LoadOverworldFaces]}
|
|
MSG_08E1 {With her bracelet recovered, Eirika sets[NL]out with renewed determination.[.][A][NL][LoadOverworldFaces]Passing through the ancient forest Za'ha [.][NL]brings them close to Grado's border.[A][NL]As they near the town of Serafew, Eirika's[NL]fears are assuaged by the lack of troops.[.][A][NL][LoadOverworldFaces]But never-before-seen terrors crawl in the [.][NL]shadows of the trees.[.][A][NL][LoadOverworldFaces]}
|
|
MSG_08E2 {An ominous wave of dark creatures washes [.][NL]over the continent...[.][A][NL][LoadOverworldFaces]Eirika's journey to find her brother, Ephraim, [.][NL]grows ever more perilous.[.][A][NL]Still, she presses on despite the danger. [NL]Her will is strong.[.][A][NL2][NL][LoadOverworldFaces]The town of Serafew, located on the border [.][NL]of Renais and Grado.[A][NL][LoadOverworldFaces]The people of both countries have long used [NL]the town as a meeting place.[A][NL]It stands as testimony to the friendship the [.][NL]two nations have shared these many years.[.][A][NL]Now, however, Serafew is teeming with [NL]Grado troops.[.][A][NL][LoadOverworldFaces]}
|
|
MSG_08E3 {Eirika suppresses her feelings of unease [.][NL]and continues to search for her brother.[A][NL][LoadOverworldFaces]Passing through Serafew, the group crosses [.][NL]into the Grado Empire.[A][NL2][NL]From here forward, there is no doubt that[.][NL]they are walking through hostile territory.[.][A][NL][LoadOverworldFaces]In hopes of avoiding unnecessary trouble,[.][A][NL]Eirika and company head for a sparsely[NL]populated region of Grado.[A][NL][LoadOverworldFaces]However, it is too late. Their movements are [.][NL]already being tracked.[A][NL][LoadOverworldFaces]}
|
|
MSG_08E4 {Rumors say that Ephraim has been defeated [NL]and taken prisoner.[.][A][NL]Now Eirika must find a way to rescue her [.][NL]brother from beneath enemy eyes.[A][NL][LoadOverworldFaces]Eirika's company rushes toward Castle [NL]Renvall, where Ephraim is being held.[.][A][NL][LoadOverworldFaces]Surrounded by lakes, Renvall is a natural[.][NL]fortress, all but unassailable.[.][A][NL][NL]A lone bridge, held by the enemy, is its[NL]only entrance.[A][NL2][NL]Eirika has only one choice.[.][A][NL][LoadOverworldFaces]Eirika decides to confront Grado's soldiers [NL]head on...[A][NL][LoadOverworldFaces]}
|
|
MSG_08E5 {The [ToggleRed]Tower of Valni[ToggleRed] has appeared to the[NL]east of Castle Frelia on the world map.[.][A][NL]Once held by Grado's troops, it has become[NL]home to a host of [ToggleRed]dark creatures[ToggleRed].[.][A][NL]Battling these monstrosities is a good [.][NL]way for units to gain strength.[.][A][NL]Try using the tower as a training area [.][NL]to gain extra experience.[.][A][NL2][NL]Be aware: you cannot save your battle [NL]preparations for tower skirmishes.[A][NL]Once you clear a tower map, you'll have [NL]access to the next floor.[.][A][NL]Each floor is more difficult than the last, [NL]so come prepared![.][A][NL2][NL]Dark creatures also may appear on other [NL]bases on the world map.[.][A][NL]To engage these demons in combat,[.][A][NL]simply place the cursor on their location [NL]and press the A Button.[.][A][NL2][NL]If the battle goes poorly and you're in [NL]danger of losing units,[.][A][NL]use the [ToggleRed]retreat[.][ToggleRed] command on the map [NL]menu to withdraw your troops.[.][A]}
|
|
MSG_08E6 {Eirika chooses to travel by sea to the [.][NL]theocracy of Rausten.[.][A][NL][LoadOverworldFaces]Her search for a ship leads her to Port Kiris [NL]in Carcino.[.][A][NL][LoadOverworldFaces]Carcino is a young nation ruled by a council[NL]of merchants, and it is an ally of Frelia.[A][NL][LoadOverworldFaces]Carcino council leader Klimt, a staunch [NL]opponent of Grado's imperialistic actions,[A][NL][LoadOverworldFaces]has pledged Carcino's support to Frelia in [.][NL]this conflict.[A][NL][LoadOverworldFaces]Prince Innes also intends to pass through [NL]Carcino on his way to Jehanna.[A][NL][NL]Eirika believes there is nothing to fear [.][NL]in Carcino, but she is wrong.[.][A][NL][LoadOverworldFaces]}
|
|
MSG_08E7 {Carcino has betrayed Frelia and joined forces [NL]with Grado.[.][A][NL][LoadOverworldFaces]Carcino's troops stop Prince Innes, blocking[NL]his way to Jehanna.[.][A][NL][LoadOverworldFaces]With soldiers occupying the road forward and [.][NL]back, he is trapped in a hopeless situation.[A][NL][LoadOverworldFaces]Eirika rushes to the prince's aid.[A][NL][LoadOverworldFaces]}
|
|
MSG_08E8 {The Caer Pelyn Range...[.][A][NL][NL]According to Ewan, a little-known passage [NL]to Jehanna lies there,[A][NL][NL]hidden within its cracked red bedrock and [NL]knife-edged peaks.[A][NL][LoadOverworldFaces]To avoid Carcino and combat, Eirika's[.][NL]troops take the mountain path.[A][NL][LoadOverworldFaces]They begin climbing higher and higher toward [.][NL]Caer Pelyn.[.][A][NL][LoadOverworldFaces]Unbeknownst to the group, hordes of dark [.][NL]creatures now roam the peaks.[.][A][NL][LoadOverworldFaces]}
|
|
MSG_08E9 {Jehanna, home of dancing white sands.[.][A][NL]This largely barren desert nation is infamous [NL]for its mercenary forces.[.][A][NL][LoadOverworldFaces]In accordance with her husband's dying wish, [.][NL]the beautiful Ismaire rules Jehanna.[A][NL][NL]The Queen of the White Dunes governs [.][NL]Jehanna with grace and honor.[.][A][NL][NL]When he was young, her son left Jehanna.[NL]His whereabouts remain unknown.[.][A][NL][LoadOverworldFaces]After passing through Caer Pelyn, Eirika [.][NL]arrives in Jehanna.[.][A][NL][NL]There, she finds the nation embroiled in [.][NL]combat with Grado's forces.[.][A][NL][LoadOverworldFaces]}
|
|
MSG_08EA {Thanks to the arrival of reinforcements[.][NL]from Princess L'Arachel of Rausten,[.][A][NL][LoadOverworldFaces]Eirika and her allies successfully repel the [.][NL]Grado invaders.[.][A][NL][LoadOverworldFaces]Still, Jehanna Hall remains under siege, on [NL]the edge of ruin.[.][A][NL][LoadOverworldFaces]En route, Eirika learns that the hall has [NL]indeed been captured by Grado.[A][NL][LoadOverworldFaces]To rescue Queen Ismaire and recover [NL]Jehanna's Sacred Stone,[.][A][NL][NL]Eirika leads an assault on the royal hall.[A][NL][LoadOverworldFaces]}
|
|
MSG_08EB {Jehanna Hall has capitulated to Grado's [NL]forces and the Knights of Rausten,[A][NL][NL]who rode to Jehanna's aid, have been routed [NL]by General Valter.[A][NL][LoadOverworldFaces]On their own again, Eirika and company flee [NL]into the desert.[A][NL][LoadOverworldFaces]Without mercy, Generals Valter and Caellach [NL]come hunting.[.][A][NL][LoadOverworldFaces]Eirika is soon brought to ground.[.][NL]Enemy forces close in on all sides.[.][A][NL][LoadOverworldFaces]}
|
|
MSG_08EC {The capital of Renais.[A][NL][NL]After the twins' absence, seeing their home[.][NL]ruined by war brings them terrible grief.[.][A][NL][LoadOverworldFaces]Orson, a former Knight of Renais, had been [.][NL]assigned to guard Castle Renais.[A][NL]However, he switched allegiances, betraying [NL]his oaths of loyalty to his homeland.[.][A][NL][LoadOverworldFaces]Eirika marks her homecoming by vowing to see [.][NL]Renais healed.[A][NL][LoadOverworldFaces]}
|
|
MSG_08ED {The Sacred Stones that defeated the Demon[.][NL]King radiate a constant and dazzling light.[.][A][NL][LoadOverworldFaces]The Sacred Stones are the only power against[NL]the dark, the last hope of humanity. [.][A][NL][LoadOverworldFaces]It is only natural that evil would seek[.][NL]to destroy the Sacred Stones...[.][A][NL][NL]There can be no other force behind this[.][NL]attempt to gain the stones.[.][A][NL][LoadOverworldFaces]A childhood friend appears before Eirika.[.][A][NL][LoadOverworldFaces]}
|
|
MSG_08EE {The group sets off in search of Grado's [NL]elusive Imperial Prince Lyon.[.][A][NL][NL]Innes has ordered Frelian troops to aid in [.][NL]the hunt.[.][A][NL]The troops return with news that Lyon has [NL]moved north.[A][NL][LoadOverworldFaces]The group's search for Lyon leads them to [NL]Mt. Neleras, in the heart of Darkling Woods.[A][NL][NL]The scorching heat and sulphur stench render [.][NL]the area unfit for human habitation...[A][NL][LoadOverworldFaces]Endless numbers of gorgon eggs stud the [NL]forbidding landscape. [A][NL][LoadOverworldFaces]}
|
|
MSG_08EF {The Sacred Stone of Renais has been [NL]broken.[.][A][NL]Constant strife with dark creatures has[.][NL]made the group's progress near impossible.[A][NL][LoadOverworldFaces]Princess L'Arachel of Rausten suggests they[.][NL]pay a visit to Rausten Court.[.][A][NL][NL]It is here that the final Sacred Stone[NL]is sealed away.[.][A][NL][LoadOverworldFaces]L'Arachel rides cheerfully toward her homeland [.][NL]with the company in tow.[A][NL][LoadOverworldFaces]}
|
|
MSG_08F0 {According to legend, the Sacred Stones [.][NL]have sealed evil away from the world.[.][A][NL]Four of the five stones have been destroyed,[NL]leaving only the last stone intact.[.][A][NL][NL]The last stone must be protected to stave[.][NL]off the Demon King's restoration.[.][A][NL][LoadOverworldFaces]Eirika and company challenge the demons of [.][NL]Darkling Woods.[.][A][NL][LoadOverworldFaces]According to legend,[A][NL][NL]the original possessors of the Sacred Stones[NL]defeated the Demon King in Darkling Woods.[A][NL][NL]His foul blood seeped into the land,[NL]corrupting every seed and every root.[.][A][NL][NL]The once-pristine forest was transformed by[.][NL]the flood of disease and venom.[.][A][NL][NL]Legend says the Demon King's corpse lies [.][NL]there still, not dead but dreaming.[.][A][NL][NL]Dreaming of when the last stone is crushed,[.][A][NL]and he will rise from his bed of rocks and [.][NL]worms and return to the surface.[A][NL][LoadOverworldFaces]Within Darkling Woods, hideous fiends roam[NL]in increasing numbers, as if responding[.][A][NL]to some unheard call...[.][A][NL][LoadOverworldFaces]}
|
|
MSG_08F1 {Ephraim begins his march south toward[.][NL]Grado from Castle Frelia.[.][A][NL][LoadOverworldFaces]Upon conquering Renais, the Grado Empire[NL]has set its sights on Frelia.[.][A][NL][LoadOverworldFaces]However, Innes and his troop meet the [NL]invaders at the waters' edge.[.][A][NL][LoadOverworldFaces]Against all odds, Innes halts the invasion, [NL]keeping Frelia's border intact.[.][A][NL][LoadOverworldFaces]Ephraim coordinates Frelia's troops in an[.][NL]effort to advance the front lines.[A][NL][LoadOverworldFaces]Unbeknownst to Ephraim, Grado forces are [.][NL]waiting for them at Fort Rigwald.[.][A][NL][NL]They've fortified their positions and plan[NL]to wait out Frelia's siege.[.][A][NL][LoadOverworldFaces]Undaunted, Ephraim remains determined [NL]to root out Grado.[A][NL][LoadOverworldFaces]}
|
|
MSG_08F2 {A former lance instructor to Ephraim,[.][A][NL]Grado's General Duessel often came to Renais [.][NL]as an emissary of his empire.[.][A][NL][LoadOverworldFaces]Despite their stations, the two men share [NL]similar dispositions and a warm relationship.[.][A][NL][LoadOverworldFaces]Why has Grado started this war?[.][A][NL]What is the miasma of evil emanating [.][NL]from the country?[.][A][NL][NL]Ephraim believes that Duessel can answer[NL]these questions.[A][NL][LoadOverworldFaces]It is this belief that propels Ephraim[NL]forward into Grado territory.[.][A][NL][LoadOverworldFaces]}
|
|
MSG_08F3 {General Duessel tells them of the enigmatic [NL]Dark Stone.[.][A][NL][NL]The product of Grado's research into [.][NL]the dark arts, [.][A][NL][NL]the Dark Stone possesses power far beyond [NL]that of the Sacred Stones.[A][NL][LoadOverworldFaces]According to the rumors swirling about, [A][NL][NL]Vigarde's descent into madness coincides [.][NL]with the creation of the Dark Stone.[A][NL][LoadOverworldFaces]Ephraim must confirm the existence of[.][NL]the Dark Stone. [A][NL]He decides to travel to Grado by sea.[.][A][NL][LoadOverworldFaces]Midway through their passage, however,[NL]an eerie fog begins to form...[A][NL][LoadOverworldFaces]}
|
|
MSG_08F4 {Ephraim leads the group to Za'albul Marsh in [.][NL]search of the missing Myrrh.[A][NL][NL]They learn from soldiers and villagers that [NL]Myrrh had been captured by General Selena, [.][A][NL][NL]one of Grado's commanders.[NL]She was last seen heading east.[.][A][NL][NL]To regain their companion, the group will [NL]now be forced to fight.[.][A][NL][LoadOverworldFaces]Ephraim steels his heart to the reality[.][NL]that he must face Selena.[.][A][NL][LoadOverworldFaces]}
|
|
MSG_08F5 {Myrrh returns safely to Ephraim's side.[.][A][NL][LoadOverworldFaces]A noble warrior to the end, Selena fought[.][NL]with great honor, [A][NL][NL]never once using Myrrh as a hostage.[A][NL][LoadOverworldFaces]Ephraim renews his vow to pierce the veil [NL]of mystery surrounding the Grado Empire.[A][NL][LoadOverworldFaces]Selena is added to the list of innocents who [.][NL]Grado must account for.[.][A][NL][LoadOverworldFaces]The center of the Grado Empire. Emperor[.][NL]Vigarde should have been here, but...[.][A][NL][LoadOverworldFaces]}
|
|
MSG_08F6 {Ephraim's sister is in danger.[A][NL][LoadOverworldFaces]Grado's General Caellach has attacked [NL]Jehanna Hall, forcing its surrender.[A][NL][LoadOverworldFaces]Though Eirika and her troop have left the [NL]Hall, Grado's forces pursue them relentlessly.[A][NL][NL]Trapped in the burning desert, enemy forces[.][NL]close in on them from all sides. [.][A][NL][LoadOverworldFaces]With no time to wait for Frelia's troops, [NL]Ephraim leaves for Jehanna immediately.[.][A][NL][LoadOverworldFaces]He must go to his sister's aid.[.][A][NL][LoadOverworldFaces]}
|
|
MSG_08F7 {The capital of Renais.[A][NL][NL]After the twins' absence, seeing their home[.][NL]ruined by war brings them terrible grief.[.][A][NL][LoadOverworldFaces]Orson, a former Knight of Renais, had been [.][NL]assigned to guard Castle Renais.[A][NL]However, he switched allegiances, betraying [NL]his oaths of loyalty to his homeland.[.][A][NL][LoadOverworldFaces]Ephraim marks his homecoming by vowing to [NL]see Renais healed.[A][NL][LoadOverworldFaces]}
|
|
MSG_08F8 {The Sacred Stones that defeated the Demon[.][NL]King radiate a constant and dazzling light.[.][A][NL][LoadOverworldFaces]The Sacred Stones are the only power against[NL]the dark, the last hope of humanity. [.][A][NL][LoadOverworldFaces]It is only natural that evil would seek[.][NL]to destroy the Sacred Stones...[.][A][NL][NL]There can be no other force behind this[.][NL]attempt to gain the stones.[.][A][NL][LoadOverworldFaces]A childhood friend appears before Ephraim.[A][NL][LoadOverworldFaces]}
|
|
MSG_08F9 {The group sets off in search of Grado's [NL]elusive Imperial Prince Lyon.[.][A][NL][NL]Innes has ordered Frelian troops to aid in [.][NL]the hunt.[.][A][NL]The troops return with news that Lyon has [NL]moved north.[A][NL][LoadOverworldFaces]The group's search for Lyon leads them to[.][NL]Mt. Neleras, deep within Darkling Woods.[A][NL][NL]The scorching heat and sulphur stench render [.][NL]the area unfit for human habitation...[A][NL][LoadOverworldFaces]Endless numbers of gorgon eggs stud the [NL]forbidding landscape. [A][NL][LoadOverworldFaces]}
|
|
MSG_08FA {The Sacred Stone of Renais has been [NL]broken.[.][A][NL]Constant strife with dark creatures has[.][NL]made the group's progress near impossible.[A][NL][LoadOverworldFaces]Princess L'Arachel of Rausten suggests they[.][NL]pay a visit to Rausten Court.[.][A][NL][NL]It is here that the final Sacred Stone[NL]is sealed away.[.][A][NL][LoadOverworldFaces]L'Arachel rides cheerfully toward her homeland [.][NL]with the company in tow.[A][NL][LoadOverworldFaces]}
|
|
MSG_08FB {According to legend, the Sacred Stones [.][NL]have sealed evil away from the world.[.][A][NL]Four of the five stones have been destroyed,[NL]leaving only the last stone intact.[.][A][NL][NL]The last stone must be protected to stave[.][NL]off the Demon King's restoration.[.][A][NL][LoadOverworldFaces]Ephraim and company challenge the demons of [NL]Darkling Woods.[.][A][NL][LoadOverworldFaces]According to legend,[A][NL][NL]the original possessors of the Sacred Stones[NL]defeated the Demon King in Darkling Woods.[A][NL][NL]His foul blood seeped into the land,[NL]corrupting every seed and every root.[.][A][NL][NL]The once-pristine forest was transformed by[.][NL]the flood of disease and venom.[.][A][NL][NL]Legend says the Demon King's corpse lies [.][NL]there still, not dead but dreaming.[.][A][NL][NL]Dreaming of when the last stone is crushed,[.][A][NL]and he will rise from his bed of rocks and [.][NL]worms and return to the surface.[A][NL][LoadOverworldFaces]Deep within Darkling Woods, misshapen beasts[NL]roam in ever-growing numbers...[.][A][NL]as if answering some unheard call.[A][NL][LoadOverworldFaces]}
|
|
MSG_08FC {Retreat? [NL][No]}
|
|
MSG_08FD {Proceed to next floor?[NL][Yes]}
|
|
MSG_08FE {[OpenLeft][LoadFace][100][NL][OpenLeft]Do you want to quit?[NL][Yes]}
|
|
MSG_08FF {[OpenLeft]Next time, choose Resume[NL]Chapter to finish this battle.[A]}
|
|
MSG_0900 {[OpenFarRight][LoadFace][8][NL][OpenFarRight]Here I come, Tana![A][NL]Triangle attack![A]}
|
|
MSG_0901 {[OpenFarRight][LoadFace][44][NL][OpenFarRight]I know we can do this![A][NL]Triangle attack![A]}
|
|
MSG_0902 {[OpenFarRight][LoadFace][43][NL][OpenFarRight]Behold, the secret strike of[NL]Frelia's pegasus knights![.][A][NL]Triangle attack![A]}
|
|
MSG_0903 {[OpenMidLeft][LoadFace][81][NL][OpenFarFarRight][LoadFace][106][NL][OpenFarFarRight][MoveMidRight][OpenMidRight]Your Majesty, I bear bad news.[A][CloseSpeechSlow][OpenMidRight]The castle gate has been breached.[A][NL]Emperor Vigarde's forces are within[.][NL]the castle walls.[.][A][OpenMidLeft]I understand.[.][A][OpenMidRight]The garrison has fallen.[A][NL]We've lost contact with Prince Ephraim[NL]and can expect no aid from his men.[.][A][NL]Your Majesty, what are we to do?[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]What else can we do?[A][NL]Order your men to lay[.][NL]down their arms.[A]}
|
|
MSG_0904 {[OpenMidLeft][LoadFace][81][NL][OpenMidRight][LoadFace][2][NL][OpenMidRight][MoveRight][OpenRight]Father[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Eirika.[.][A][NL]Are you wearing the[.][NL]bracelet I gave you?[A][OpenRight]Yes, I have it right here.[A][OpenMidLeft]Good.[.][A][CloseSpeechSlow][OpenMidLeft]Seth.[.][A][OpenFarRight][LoadFace][4][NL][OpenFarRight]Yes, Your Majesty?[A][OpenMidLeft]Take Eirika and head for Frelia.[A][NL]King Hayden is an honorable man.[NL]I trust he will keep you safe.[A][OpenFarRight]Understood.[.][A][NL]And what of Your Majesty?[.][A][OpenMidLeft]Me? I shall remain here.[A][NL]We have long held Grado among our[.][NL]dearest allies, yet now, they attack?[.][A][NL]I must know why.[A][CloseSpeechSlow][OpenMidLeft]Am I somehow responsible for this?[NL]Have I erred in my leadership?[A][NL]Renais is mine to guide[.][ToggleMouthMove]... [ToggleMouthMove]How[.][NL]could I have failed her so?[.][A][SendToBack][OpenRight][MoveRight][OpenRight]Father, you can't stay! You mustn't![A][NL]If you remain behind, then so shall I![A][OpenMidLeft]Go now, Seth! Ride![.][NL]Take her to safety![.][A]}
|
|
MSG_0905 {[OpenRight][LoadFace][2][NL][OpenFarRight][LoadFace][4][NL][OpenRight]Father![.][A][SendToBack][OpenFarRight]Forgive me,[.][NL]Your Highness.[A]}
|
|
MSG_0906 {[OpenMidLeft][LoadFace][81][NL][OpenMidLeft]Ephraim, Eirika[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]You must survive.[.][A]}
|
|
MSG_0907 {[OpenMidRight][LoadFace][4][NL][OpenMidLeft][LoadFace][6][NL][OpenMidLeft]General Seth![.][A][OpenMidRight]Franz, ride ahead and bring word of our[.][NL]coming to Frelia.[.][A][NL]A single rider has better odds of passing[.][NL]unseen by Grado's men.[A][NL]Convey to the throne all that has happened[NL]here and petition for reinforcements.[.][A][OpenMidLeft]U-understood![.][A]}
|
|
MSG_0908 {[OpenMidLeft][LoadFace][4][NL][OpenMidRight][LoadFace][2][NL][OpenMidLeft]Princess Eirika, we must[ToggleMouthMove]--[ToggleMouthMove][A][NL]Quickly! Behind me![.][A]}
|
|
MSG_0909 {[OpenFarLeft][LoadFace][2][NL][OpenLeft][LoadFace][4][NL][OpenMidRight][LoadFace][66][NL][OpenMidRight]You there, with the girl. Tell me, would[NL]that be the wayward princess of Renais?[.][A][NL]Well, this must be my lucky day.[A][NL]You're a dead man. The wench goes[.][NL]with me.[A][OpenLeft]Never![A]}
|
|
MSG_090A {[OpenMidLeft][LoadFace][66][NL][OpenMidLeft]I am Valter, the Moonstone,[.][NL]Grado's finest general![.][A][NL2][NL]And you're just a corpse who[NL]does not know he is dead.[.][A]}
|
|
MSG_090B {[OpenMidLeft][LoadFace][4][NL][OpenMidLeft]Ahhh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]No![.][A]}
|
|
MSG_090C {[OpenMidRight][LoadFace][66][NL][OpenMidRight]Such terrible wounds, and still[.][NL]he holds to his duty?[.][A][NL]How entertaining.[.][A][NL]Fly away, little man. Fly away.[.][NL]Try to outrun death.[A][NL]More time to savor the hunt[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]and the kill.[.][A]}
|
|
MSG_090D {[OpenMidRight][LoadFace][2][NL][OpenMidLeft][LoadFace][4][NL][OpenMidLeft]Princess Eirika! This way! I can [.][NL]see no more of Grado's men.[.][A][NL]If we've made it this far, we've[NL]surely earned a moment's rest.[A][NL]Please forgive my grabbing you[NL]so[ToggleMouthMove]...[.][ToggleMouthMove]brusquely earlier.[A][OpenMidRight]Don't be foolish, Seth.[.][A][NL]If it weren't for you, I would never[NL]have made it out of the castle.[.][A][NL]You are the reason I'm still alive.[.][NL]You have my gratitude.[A][OpenMidRight][MoveRight][OpenRight]And whoever that man was, he was[NL]clearly after me[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It's my fault that you received[.][NL]such a grave wound.[.][A][NL]Allow me to treat it, I[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft]Your Highness, I can't allow an injury[NL]like this to be an obstacle.[A][NL]We have more important matters to[.][NL]attend to. We must press on to Frelia.[A][NL]We must fulfill His Majesty's wishes.[.][A][OpenRight][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I wonder how my father fares alone in[.][NL]the castle. Do you think he's safe?[.][A][NL]And what of my brother on the Grado front?[NL]We've heard nothing from him for days.[A][OpenMidLeft]King Fado and Prince Ephraim are[NL]both valiant and brave men.[.][A][NL]I doubt even the might of the Grado[.][NL]Empire can hold them in check.[A][NL]More important to me, Your Highness, [.][NL]is that you look to your own safety.[A][NL]How sad the two of them would be if[.][NL]something were to happen to you.[A][NL]We must reach Frelia to ensure the[NL]day of your happy reunion.[A][OpenRight]Yes, of course. You're right.[.][A][NL]Until I'm reunited with my father[.][NL]and brother, I must not despair.[A][NL]Come, Seth. Let us go.[A]}
|
|
MSG_090E {[OpenMidLeft][LoadFace][4][NL][OpenMidLeft]Once we cross that bridge, we will[NL]be in Frelia, near Border Mulan.[A][NL]Let us proceed, Princess Eirika.[A]}
|
|
MSG_090F {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]Your Highness, I won't lie to you.[NL]This will not be an easy ride.[A][NL]Please, take this rapier.[.][NL]If something should happen to me,[.][A][NL]you must continue to Frelia,[NL]alone if need be.[.][A]}
|
|
MSG_0910 {[OpenMidRight][LoadFace][48][NL][OpenMidRight]You there! Renais dogs! Where[.][NL]do you think you're going?[A][OpenMidRight][ClearFace][OpenLeft][LoadFace][2][NL][OpenFarLeft][LoadFace][4][NL][OpenFarLeft]Grado's men[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Stand back, Princess Eirika.[A][OpenLeft]It's all right, Seth.[.][A][NL]My brother has taught me[NL]something of swordplay.[.][A][NL]I will stand with you.[A]}
|
|
MSG_0911 {[OpenMidRight][LoadFace][2][NL][OpenMidLeft][LoadFace][4][NL][OpenMidLeft]Princess Eirika![A][OpenMidRight]I'm fine. His axe was[.][NL]slow, and I was quick.[A][NL]Now it's my turn![.][A]}
|
|
MSG_0912 {[OpenMidRight][LoadFace][2][NL][OpenMidLeft][LoadFace][4][NL][OpenMidLeft]I'll hold the rest of them here.[NL]Please, Princess[ToggleMouthMove]--[ToggleMouthMove]to Frelia![A]}
|
|
MSG_0913 {[OpenMidLeft][LoadFace][4][NL][OpenMidLeft]All that's left is their leader[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0914 {[OpenMidRight][LoadFace][48][NL][OpenMidRight]What was that? Do you think you can[.][NL]take me, wretched lordling?[.][A][NL]Come! It's time you high-and-mighty[.][NL]knights learned to respect a true warrior![A]}
|
|
MSG_0915 {[OpenMidRight][LoadFace][4][NL][OpenMidRight]Urgh[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][2][NL][OpenMidLeft]Seth![.][A][NL]His wounds must be worse[NL]than he let on[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][48][NL][OpenMidRight]Time to die![A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][2][NL][OpenMidLeft]Stop! Face me, if[.][NL]you have the steel![.][A]}
|
|
MSG_0916 {[OpenMidLeft][LoadFace][48][NL][OpenMidLeft]You will be the first to die![.][A]}
|
|
MSG_0917 {[OpenMidLeft][LoadFace][48][NL][OpenMidLeft]What? How?[A]}
|
|
MSG_0918 {[OpenMidLeft][LoadFace][4][NL][OpenMidRight][LoadFace][2][NL][OpenMidLeft]Princess, are you injured?[A][OpenMidRight]What?[.][A][NL]Oh, no[ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]I'm fine, Seth.[.][A][OpenMidLeft]But you look so pale[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I'm fine[ToggleMouthMove]... [ToggleMouthMove]Fine.[.][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]This is war, isn't it?[A][NL]It's not at all like the games I used[.][NL]to play with my brother or Lyon.[A][NL]I never thought[.][ToggleMouthMove]-- [.][ToggleMouthMove]I didn't[NL]know it would be this[.][ToggleMouthMove]...[.][ToggleMouthMove]savage.[.][A][NL]Are words useless? Is strength[NL]all that matters? It's so sad[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Why would the Grado Empire do this?[.][NL]To what end would they start a war?[.][A][OpenMidLeft]Princess[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Don't worry, Seth. I won't[NL]give in to sorrow.[A][NL]Let's get moving.[.][A][NL]I'm not broken, and I won't stop[NL]until I see Renais restored.[A][NL]I won't stop until I'm reunited[.][NL]with my father and brother.[.][A]}
|
|
MSG_0919 {Your training begins with [ToggleRed]movement[ToggleRed].[.][A][NL]Place the [ToggleRed]square cursor[.][ToggleRed] on[.][NL]Eirika and press the [.][ToggleRed]A Button[ToggleRed].[.][A]}
|
|
MSG_091A {Press the [ToggleRed]A Button[ToggleRed][NL]to select Eirika.[.][A]}
|
|
MSG_091B {You can move anywhere[.][NL]within the [.][ToggleRed]blue area[.][ToggleRed].[.][A][NL]Move the cursor to the[NL]flashing space beside Seth[NL]and press the [ToggleRed]A Button[ToggleRed].[.][A]}
|
|
MSG_091C {You'll now move next[NL]to Seth.[A][NL]Go ahead and press the[NL][ToggleRed]A Button[ToggleRed].[.][A]}
|
|
MSG_091D {Red units are [ToggleRed]enemy units[.][ToggleRed].[.][A][NL]After all of Eirika's party has moved,[NL]the [ToggleRed]enemy[.][ToggleRed] units will move.[.][A][NL]Each side takes turns moving and then[.][NL]fighting until the battle ends.[.][A]}
|
|
MSG_091E {It's time to [.][ToggleRed]attack[ToggleRed][NL]the enemy.[A][NL]Place the cursor on Eirika[NL]and press the [ToggleRed]A Button[ToggleRed].[.][A]}
|
|
MSG_091F {The cursor is now on Eirika.[NL]Press the [ToggleRed]A Button[ToggleRed].[.][A]}
|
|
MSG_0920 {Select [.][ToggleRed]Attack[ToggleRed] and press[NL]the [ToggleRed]A Button[ToggleRed].[.][A]}
|
|
MSG_0921 {This is the [ToggleRed]combat[NL]information window[ToggleRed].[.][A][NL]You can see the combatant's[.][NL][ToggleRed]HP[ToggleRed] and the amount[.][NL]of damage you will inflict.[.][A][NL]Eirika should do [.][ToggleRed]7[.][ToggleRed] points,[NL]and the enemy should do [ToggleRed]9[.][ToggleRed].[.][A][NL]You see the [ToggleRed]x2[ToggleRed] next to[NL][ToggleRed]Mt[ToggleRed], right?[A][NL]This indicates that you will[NL][ToggleRed]attack twice[ToggleRed].[.][A][NL]Eirika is faster than her[.][NL]opponent, so she can [.][ToggleRed]strike[NL]twice[.][ToggleRed] in one turn.[.][A][NL]So, with [.][ToggleRed]2 attacks of 7[NL]points each[.][ToggleRed], Eirika will[.][NL]do [.][ToggleRed]14 points[.][ToggleRed] of damage.[.][A][NL]Now press the [ToggleRed]A Button[ToggleRed] to[.][NL][ToggleRed]attack[ToggleRed] the enemy.[.][A]}
|
|
MSG_0922 {On this map you need to defeat[NL]O'Neill, the enemy leader, to win.[A][NL]The [ToggleRed]objective[.][ToggleRed] is displayed at the [.][NL]corner of the screen.[.][A][NL]Your objective changes from map to[NL]map, which may change your approach.[A][NL]Check your objective before deciding[NL]your strategy. Now, attack the enemy![.][A]}
|
|
MSG_0923 {Place the cursor on [ToggleRed]Eirika[ToggleRed] and[NL]press the [ToggleRed]A Button[ToggleRed].[.][A]}
|
|
MSG_0924 {The cursor is now on Eirika.[NL]Press the [ToggleRed]A Button[ToggleRed].[.][A]}
|
|
MSG_0925 {Move next to the enemy[NL]and press the [ToggleRed]A Button[ToggleRed].[.][A]}
|
|
MSG_0926 {The [ToggleRed]combat information[NL]window[ToggleRed] is open again.[.][A][NL]Do you see [.][ToggleRed]Hit[.][ToggleRed] displayed[NL]below [ToggleRed]HP[ToggleRed] and [.][ToggleRed]Mt[ToggleRed]?[.][A][NL][ToggleRed]Hit[.][ToggleRed] is the likelihood that[.][NL]you will land your blow.[A][NL]Eirika's [.][ToggleRed]Hit[.][ToggleRed] is 94, so she[NL]has a 94 percent chance[.][NL]of hitting the enemy.[.][A][NL][ToggleRed]Crit[ToggleRed], short for Critical, also[NL]appears in this window.[.][A][NL]This is the chance an attack[NL]will be a lethal strike.[A][NL]Eirika's [.][ToggleRed]Crit[ToggleRed] is 14, so she[NL]has a 14 percent chance of[NL]landing a killing blow.[.][A][NL]Critical attacks do [ToggleRed]3 times[.][ToggleRed][NL]the damage of a normal[NL]attack.[.][A][NL]Press the [ToggleRed]A Button[ToggleRed] to[.][NL]attack the enemy leader.[A]}
|
|
MSG_0927 {Eirika gained over [.][ToggleRed]100[.][NL]experience points[.][ToggleRed] and[NL]has [ToggleRed]leveled up[ToggleRed].[.][A][NL]Gaining levels increases [.][NL]unit abilities and makes [.][NL]them stronger.[A]}
|
|
MSG_0928 {You've received a rapier from Seth.[.][A][NL]All weapons have a [.][ToggleRed]durability[ToggleRed] rating.[NL]The rapier's durability is 40.[A][NL]Once the rapier has been used[.][NL]40 times, it will break.[A][NL]Pay close attention to how many uses[NL]your weapons have remaining.[A]}
|
|
MSG_0929 {[OpenMidLeft][LoadFace][106][NL][OpenMidRight][LoadFace][44][NL][OpenMidLeft]Princess Tana! Grado's[NL]forces are approaching![.][A][OpenMidRight]What? So soon?[NL]Ah, we've had no time![A][OpenMidLeft]Milady, we lack the arms to defend this[.][NL]place. You must return to Castle Frelia.[A][OpenMidRight]I can't! Not yet. We haven't found[NL]Eirika and her companions yet.[A][NL]Eirika is my friend, and she needs[NL]my help. I won't abandon her.[.][A][NL]Oh, I know! Go and ask Father[.][ToggleMouthMove]--[ToggleMouthMove][NL]I mean King Hayden for more troops.[.][A][OpenMidLeft]Yes, Your Highness![.][A][OpenMidLeft][ClearFace][OpenMidRight]Eirika, please be safe.[.][A][CloseSpeechSlow]}
|
|
MSG_092A {[OpenMidLeft][LoadFace][107][NL][OpenMidRight][LoadFace][49][NL][OpenMidLeft]Commander Breguet, the enemy appears to[.][NL]be fortifying its position in the castle.[.][A][OpenMidRight]Hmph.[.][A][NL]They're tenacious, but they have[NL]no hope of stopping our advance.[A][OpenMidLeft]What are your orders, sir?[A][OpenMidRight]Ha! Orders? You just stand here and[.][NL]watch. I'll crush them myself![A][OpenMidLeft]As you command, sir.[A][CloseSpeechSlow]}
|
|
MSG_092B {[OpenMidLeft][LoadFace][49][NL][OpenMidLeft]Ha! That's what happens[.][NL]when you face my lance![.][A]}
|
|
MSG_092C {[OpenMidRight][LoadFace][44][NL][OpenMidLeft][LoadFace][49][NL][OpenMidRight][MoveRight][OpenRight]St-stop right there![A][NL]Call off your forces and turn back,[.][NL]or you'll have me to deal with![.][A][OpenMidLeft]Is that so? And[.][NL]who might you be?[.][A][OpenRight]Who[.][ToggleMouthMove]--? [ToggleMouthMove]I am Tana, Princess[.][NL]of Frelia.[A][NL]I will not permit you to abuse[NL]my country any longer.[A][OpenMidLeft]Frelia's royal brat, huh?[.][NL]How convenient[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Leave this castle immediately.[A][NL]If you harm me, my father and brother[.][NL]will chase you to the earth's end.[A][OpenMidLeft]Yes, I've heard how King Hayden dotes[.][NL]on his precious little daughter.[A][NL]Let's see how true that is. You'll[NL]make us a fine hostage, my dear.[A][NL]Seize the girl and lock her up![.][A][OpenFarRight][LoadFace][107][NL][OpenFarRight]Right away, sir![A][SendToBack][OpenRight][MoveRight][OpenRight]No! Let me go![A]}
|
|
MSG_092D {[OpenMidRight][LoadFace][2][NL][OpenMidLeft][LoadFace][4][NL][OpenMidRight]Seth, look[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I see it. It seems like Grado's[.][NL]army has already reached Frelia.[A][NL]Princess, this place is perilous.[.][A][NL]We should bypass Mulan altogether[.][NL]and head straight to the castle.[A][OpenMidRight]But we can't just ignore this[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]You were there when Renais was[NL]invaded[.][ToggleMouthMove]... [ToggleMouthMove]You saw what I saw.[.][A][NL]You saw how the people suffered [NL]at the hands of Grado's soldiers.[.][A][NL]Homes were destroyed, possessions[.][NL]stolen, women kidnapped[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Anyone who resisted was executed[NL]without question, without hesitation.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Please, Seth. I can't allow that[NL]to happen here.[.][A][NL]I don't want to see any more people[.][NL]harmed by Grado's atrocities.[.][A][OpenMidLeft]All right, Princess. I understand.[NL]Perhaps we can retake Mulan.[A][NL]But, Princess, you must act with[NL]caution. Your people need you, too.[.][A][OpenMidRight]Of course, Seth.[NL]Come on! Let's go![A]}
|
|
MSG_092E {[OpenMidRight][LoadFace][2][NL][OpenMidRight]Seth.[.][A][NL]I need to know what's happening here.[.][NL]I'm going to visit that home.[.][A]}
|
|
MSG_092F {[OpenMidRight][LoadFace][2][NL][OpenMidLeft][LoadFace][4][NL][OpenMidLeft]Lady Eirika, what are your orders?[A]}
|
|
MSG_0930 {[OpenMidLeft][LoadFace][49][NL][OpenMidLeft]Hm? Is that the princess of Renais?[.][A][NL]Ha ha! It really is my lucky day![.][NL]Fame and fortune ride to meet me![.][A][NL]Move on, you slugs![.][NL]Bring that girl to me![A]}
|
|
MSG_0931 {[OpenMidLeft][LoadFace][6][NL][OpenMidRight][LoadFace][5][NL][OpenMidLeft]Sir Gilliam, is that Mulan? Have[NL]we reached Frelia's border already?[.][A][OpenMidRight]Aye, we have. Her Highness Princess[.][NL]Tana should be inside the castle.[.][A][OpenMidLeft]But look[ToggleMouthMove]--[ToggleMouthMove]the countryside is[NL]crawling with Grado soldiers![.][A][NL]Where's the castle guard?[.][.....] Has[NL]Mulan fallen? Are we too late?[A][OpenMidRight]Too tough to say from here.[.][A][NL]Princess Tana's in no danger if[.][NL]they want her as a bargaining tool.[.][A][NL]We men of the Eastern Watch will[NL]see her to safety.[A][OpenMidLeft]Yes[.][ToggleMouthMove]... [ToggleMouthMove]Yes, of course.[.][.....][NL]We mustn't give up. We must move.[.][A][NL]We must retake the castle. Then, we[.][NL]ride forth to Princess Eirika's aid.[A][OpenMidRight]I've stronger armor than you do.[NL]I'll take the lead. Watch my back.[A]}
|
|
MSG_0932 {[OpenMidLeft][LoadFace][6][NL][OpenMidRight][LoadFace][5][NL][OpenMidRight]Thanks, lad.[A][OpenMidLeft]Please, sir[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]When I was a raw recruit, General[.][NL]Seth taught me something.[.][A][NL]He said every soldier can serve a[.][NL]role, even the most inexperienced.[A][NL2][NL]Wait[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]What is it?[.][A][OpenMidRight][ClearFace][OpenMidLeft]That knight[.][ToggleMouthMove]... [ToggleMouthMove]Is that General Seth?[.][NL]And his companion[.][ToggleMouthMove]...[.][ToggleMouthMove][.....]must be Lady Eirika![A]}
|
|
MSG_0933 {[OpenMidLeft][LoadFace][6][NL][OpenMidRight][LoadFace][5][NL][OpenMidLeft]Sir Gilliam! Are you all right?[.][A][OpenMidRight]It's just a scratch.[A][OpenMidLeft]Wait! I[.][ToggleMouthMove]...[.][ToggleMouthMove]I have a[NL]vulnerary with me.[A][NL]Let me give it to you.[A]}
|
|
MSG_0934 {[OpenMidLeft][LoadFace][107][NL][OpenMidLeft]I've found them! Stragglers from[NL]Renais! Don't let them get away.[A]}
|
|
MSG_0935 {[OpenMidLeft][LoadFace][49][NL][OpenMidLeft]Bah, what a worthless lot of[NL]curs I've been assigned![A]}
|
|
MSG_0936 {[OpenMidLeft][LoadFace][49][NL][OpenMidLeft]This[ToggleMouthMove]...[.][ToggleMouthMove]this can't be[.][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]I[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0937 {[OpenMidLeft][LoadFace][44][NL][OpenRight][LoadFace][5][NL][OpenFarFarRight][LoadFace][2][NL][OpenRight]Princess Tana.[A][OpenMidLeft]Sir Gilliam[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm sorry. I never meant[NL]to cause you such trouble.[A][OpenRight]It was no trouble. I live[.][NL]to serve, Princess.[.][A][OpenFarFarRight][MoveFarRight][OpenFarRight]Tana![.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Eirika?!?[.][A][NL]Is that really you?[.][A][OpenFarRight]Tana, what are you doing,[.][NL]so far from Castle Frelia?[A][OpenMidLeft]I heard that Renais had fallen,[.][NL]and I was so worried[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]But I'm glad to see that[NL]you're safe[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL][ToggleSmile]Wait! Where is Ephraim?[.][NL]Is he well?[.][A][OpenFarRight]I wish I knew.[A][OpenMidLeft]You haven't heard from him? Oh, I [NL]hope he's not been harmed[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Come, we must go to Castle Frelia.[NL]My lord father may know something.[A][OpenFarRight]Thank you, Tana.[A]}
|
|
MSG_0938 {[OpenFarFarLeft][LoadFace][44][NL][OpenRight][LoadFace][2][NL][OpenFarFarLeft][MoveMidLeft][OpenMidLeft]Eirika![.][A][OpenRight]Tana!? What are[.][NL]you doing here?[.][A][OpenMidLeft]I heard that Renais had fallen,[.][NL]and I was so worried[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm so happy to see you're safe.[A][OpenFarRight][LoadFace][4][NL][OpenFarRight]And it's our great pleasure to see[NL]that you are well yourself, Lady Tana.[A][OpenMidLeft][ToggleSmile]Seth! You're all right![.][A][NL][ToggleSmile]Wait! Where is Ephraim?[.][NL]Is he well?[.][A][OpenRight]I wish I knew.[A][OpenFarRight]We still have no word of Lord Ephraim.[A][OpenMidLeft]You haven't heard from him? Oh, I[.][NL]hope he's not been harmed[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Come, we must go to Castle Frelia.[NL]My lord father may know something.[A][OpenRight]Thank you, Tana.[A]}
|
|
MSG_0939 {[OpenMidLeft][LoadFace][6][NL][OpenMidRight][LoadFace][2][NL][OpenMidLeft]Princess Eirika, it is good[.][NL]to see you're well.[.][A][OpenMidRight]Franz, you made it through unscathed[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Y-yes, Your Highness![.][A][NL]I met up with Sir Gilliam of Frelia[.][NL]and explained the situation in Renais.[A][NL]He told me that Princess Tana was[.][NL]in danger as well, here at Mulan.[.][A][NL]We rode as swiftly as we could.[.][A][OpenMidRight]Tana is here?[.][A][NL]Franz, we must hurry![.][A][OpenMidLeft]Understood![.][A]}
|
|
MSG_093A {[OpenMidRight][LoadFace][4][NL][OpenMidLeft][LoadFace][6][NL][OpenMidRight]Is that you, Franz? I'm relieved[NL]to see you're still in one piece![.][A][OpenMidLeft]Y-yes[.][ToggleMouthMove]...[.][ToggleMouthMove]and you as well, General.[.][A][NL]As long as you lead us, sir, the[NL]Knights of Renais cannot lose![A][OpenMidRight]Franz, you and I must work together[.][NL]to protect Princess Eirika.[.][A][NL]I want you to ride with us.[.][A][OpenMidLeft]Sir! With honor, sir![.][A]}
|
|
MSG_093B {[OpenMidLeft][LoadFace][91][NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft]The rumors are true, aren't they? The[.][NL]Grado army's taken over the castle.[.][A][NL]It looks like they've seized the[NL]castle gate, too.[.][A][NL]Smart work[ToggleMouthMove]--[ToggleMouthMove]the gate provides defense[.][NL]and heals wounds to boot.[.][A][NL]They must be fierce warriors to have[NL]taken the gate. Watch yourself.[.][A]}
|
|
MSG_093C {[OpenMidLeft][LoadFace][92][NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft]That knight encamped at the castle was[NL]wearing the finest armor I've seen.[.][A][NL]It looked like it could turn aside almost[.][NL]any blade you swing at it.[A][NL]I know my armor, though. I wager a good[.][NL]rapier or armorslayer could get through it.[.][A]}
|
|
MSG_093D {The relationship between [.][ToggleRed]swords[ToggleRed], [ToggleRed]lances[ToggleRed],[.][NL]and [ToggleRed]axes[ToggleRed] is called the [.][ToggleRed]weapon triangle[.][ToggleRed].[.][A][NL][ToggleRed]Lances[ToggleRed] are strong against [ToggleRed]swords[ToggleRed].[.][NL][ToggleRed]Swords[ToggleRed] are strong against [ToggleRed]axes[ToggleRed].[.][NL][ToggleRed]Axes[ToggleRed] are strong against [ToggleRed]lances[ToggleRed].[.][A][NL]In that last battle, the enemy commander,[.][NL]Breguet, wielded a [.][ToggleRed]lance[.][ToggleRed], while the[.][NL]Frelian soldier used a [.][ToggleRed]sword[.][ToggleRed].[.][A][NL][ToggleRed]Lances[ToggleRed] are strong against [ToggleRed]swords[ToggleRed],[.][NL]so Breguet had an advantage.[A][NL]The [ToggleRed]weapon triangle[.][ToggleRed] can be very[NL]important in determining the outcome of[.][NL]a battle. For the time being, just[A][NL]remember that [ToggleRed]lances[ToggleRed] are strong[.][NL]against [ToggleRed]swords[ToggleRed].[.][A]}
|
|
MSG_093E {It's time to [.][ToggleRed]visit[.][ToggleRed] a home. First,[.][NL]place the cursor on Eirika[NL]and press the A Button.[.][A]}
|
|
MSG_093F {The cursor is now on [.][ToggleRed]Eirika[ToggleRed].[.][NL]Press the A Button.[.][A]}
|
|
MSG_0940 {Move Eirika to the [.][ToggleRed]house[.][ToggleRed].[.][A][NL]Place the cursor on the flashing[NL]space and press the A Button.[.][A]}
|
|
MSG_0941 {You can get [ToggleRed]battle hints[ToggleRed] and[NL]other useful information by[.][NL]talking to people in homes.[.][A][NL]This can be very beneficial,[NL]so be sure to visit houses[NL]when you have the chance.[.][A][NL2][NL]Now select [.][ToggleRed]Visit[.][ToggleRed] and press [.][NL]the A Button.[.][A]}
|
|
MSG_0942 {Units on [.][ToggleRed]gates[.][ToggleRed], [ToggleRed]forts[.][ToggleRed], and other special[.][NL]areas [ToggleRed]recover Hit Points (HP)[.][ToggleRed] at the[.][NL]beginning of your turn.[.][A][NL]Currently, the enemy commander, Breguet,[NL]is standing on a [.][ToggleRed]gate[ToggleRed]. Even if he takes[NL]damage, he'll soon [.][ToggleRed]recover some of the[.][ToggleRed][NL][ToggleRed]HP[ToggleRed] he lost.[.][A]}
|
|
MSG_0943 {Starting with this chapter, you will[NL]control not only Eirika, but also Seth,[.][NL]general of the Knights of Renais.[.][A][NL]You select and move him in the same way[.][NL]you do Eirika: by placing the cursor[NL]on him and pressing the A Button.[.][A][NL]When all of your units have finished[NL]moving, your enemy's turn will begin[NL][ToggleRed]automatically[.][ToggleRed].[.][A][NL2][NL]If Eirika, the leader of your group, falls[NL]in battle, [.][ToggleRed]the game is over[ToggleRed].[.][A][NL]You can choose to continue playing if any[.][NL]of your allies fall, but defeated allies[NL]will [.][ToggleRed]never fight at your side again[ToggleRed].[.][A][NL]Try to move forward with the fewest[.][NL]number of casualties possible.[A]}
|
|
MSG_0944 {Allied units have joined the battle.[A][NL]All allied blue units can be moved[NL]in the same manner as Eirika.[.][A]}
|
|
MSG_0945 {You defeated Breguet, commander[.][NL]of Grado's forces in Mulan.[.][A][NL]All that remains is to [.][ToggleRed]seize[.][ToggleRed] the [.][NL]castle gate.[A][NL]Only your [ToggleRed]commander[.][ToggleRed] can perform[NL]this task.[A][NL]The commander of this group is Eirika.[NL]Move her to the castle gate, [.][ToggleRed]seize[.][ToggleRed] [.][NL]it, and clear this map.[.][A]}
|
|
MSG_0946 {It's time to [.][ToggleRed]trade[.][ToggleRed] items. First,[NL]place the cursor on Gilliam and[.][NL]press the A Button.[.][A]}
|
|
MSG_0947 {The cursor is on [.][ToggleRed]Gilliam[.][ToggleRed].[.][NL]Press the A Button.[.][A]}
|
|
MSG_0948 {Now select [.][ToggleRed]Trade[.][ToggleRed].[.][A]}
|
|
MSG_0949 {Here are the items Gilliam[NL]and Franz are carrying.[.][A][NL]Move the cursor to Franz's[NL]items on the right side.[A][NL]Press [ToggleRed]right on the[NL]+ Control Pad[.][ToggleRed].[.][A]}
|
|
MSG_094A {Use the [ToggleRed]+ Control Pad[.][ToggleRed] to select[NL]a [ToggleRed]vulnerary[.][ToggleRed] and press the [.][NL]A Button.[.][A]}
|
|
MSG_094B {Press the A Button now to accept[NL]the [ToggleRed]vulnerary[.][ToggleRed] from Franz.[A]}
|
|
MSG_094C {The item has successfully been traded.[A][NL]Press the [ToggleRed]B Button[ToggleRed] to finish [.][NL]your transaction.[.][A]}
|
|
MSG_094D {You can use the [ToggleRed]vulnerary[.][ToggleRed][NL]you received right away.[A][NL]Select the [.][ToggleRed]vulnerary[.][ToggleRed] from[.][NL]your [.][ToggleRed]items[.][ToggleRed] and use it.[A]}
|
|
MSG_094E {Place the cursor on [ToggleRed]Seth[ToggleRed] and[NL]press the A Button.[.][A]}
|
|
MSG_094F {The cursor is now on [.][ToggleRed]Seth[ToggleRed].[.][NL]Press the A Button.[.][A]}
|
|
MSG_0950 {Seth must move near his[.][NL]foe. Press the A Button.[A]}
|
|
MSG_0951 {This is the [ToggleRed]combat[NL]information window[ToggleRed].[.][A][NL]At the top of the window,[.][NL]next to Seth's name, is a[.][NL][ToggleRed]weapon[ToggleRed] and an [ToggleRed]arrow[.][A][NL]pointing up[.][ToggleRed]. This is because[.][NL]Seth has a [.][ToggleRed]sword[.][ToggleRed], while[.][NL]the soldier has an [.][ToggleRed]axe[.][ToggleRed].[.][A][NL]The [ToggleRed]weapon triangle[.][ToggleRed] states[.][NL]that [.][ToggleRed]swords[ToggleRed] are strong[.][NL]against [ToggleRed]axes[ToggleRed].[.][A][NL]Seth is at an advantage.[A]}
|
|
MSG_0952 {The enemy has an [.][ToggleRed]axe[.][ToggleRed], so it's[.][NL]best to counter with a [.][ToggleRed]sword[.][ToggleRed].[.][NL]Choose [.][ToggleRed]Attack[ToggleRed] and press[NL]the A Button.[.][A]}
|
|
MSG_0953 {Move the cursor to an unoccupied[NL]space on the map, and press the [NL]A Button to open the [.][ToggleRed]map menu[ToggleRed].[.][A][NL]The third item from the top is[NL][ToggleRed]Guide[.][ToggleRed]. Try selecting it.[.][A][NL]The guide contains lots of useful [NL][ToggleRed]game-play information[.][ToggleRed].[.][A][NL]If you run into something that[NL]seems unclear, review the [ToggleRed]guide[.][ToggleRed][NL]for a quick reference.[A]}
|
|
MSG_0954 {[OpenMidLeft][LoadFace][2][NL][OpenFarRight][LoadFace][8][NL][OpenRight][LoadFace][7][NL][OpenMidLeft]Seth has mapped out a route for us.[.][A][NL]We'll travel south of Renais and pass[.][NL]through Serafew into Grado territory.[.][A][OpenRight]Hmm[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]That would seem a sensible plan.[A][NL]Assuming, of course, that we can avoid[NL]any run-ins with Grado soldiers[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight]Princess Eirika, may I have your leave[NL]to scout ahead?[.][A][NL]From the sky, I'll have a better chance[.][NL]of spotting any nearby troops.[A][SendToBack][OpenRight]We're yours to command, Your Highness.[NL]Will you give your permission?[A][OpenMidLeft]Yes, of course.[.][A][NL]Keep an eye out for enemy[.][NL]bowmen though, Vanessa.[.][A][OpenFarRight]Yes, Your Highness, I shall.[A][NL]I shall prove myself worthy[.][NL]of the honor of your trust.[.][A][OpenFarRight][ClearFace][OpenMidLeft]She seems very[ToggleMouthMove]...[.][ToggleMouthMove]sincere.[A][OpenRight]Sincere[.][ToggleMouthMove]... [ToggleMouthMove]Yes, quite.[.][A]}
|
|
MSG_0955 {[OpenRight][LoadFace][50][NL][ToggleSmile][OpenRight]Hey, boss! We've found more[.][NL]villages ripe for the picking.[A][OpenFarLeft][LoadFace][51][NL][OpenFarLeft]One, two, three[.][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]Ha ha ha! I love a good war![A][NL]With all those soldiers preoccupied,[NL]we're free to pillage as we please![.][A][NL]Right, Bone[.][ToggleMouthMove]--[ToggleMouthMove]you're in charge.[.][A][NL]Grab everything that's not nailed[.][NL]down and bring it to the hideout.[.][A][OpenRight]I'm on it.[A][CloseSpeechSlow]}
|
|
MSG_0956 {[OpenFarLeft][LoadFace][9][NL][OpenMidRight][LoadFace][14][NL][OpenFarLeft][MoveMidLeft][OpenMidLeft]Dad![NL]Bandits approaching![A][OpenMidRight]Hmmm[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm getting you out of here,[NL]Ross. You stay close to me![.][A]}
|
|
MSG_0957 {[OpenMidRight][LoadFace][50][NL][ToggleSmile][OpenMidRight]Let's start with that village there![NL]Go to it, boys! It's all yours.[.][A][NL]Cut down anyone fool enough to get[NL]in your way.[A][NL]I'm heading west around the[.][NL]mountains to the other villages.[A]}
|
|
MSG_0958 {[OpenMidLeft][LoadFace][9][NL][OpenMidRight][LoadFace][14][NL][OpenMidLeft][MoveMidLeft][OpenMidLeft]Unnnng![.][A][OpenMidRight]Ross? What is it?[.][NL]What's wrong?[.][A][OpenMidLeft][ToggleSmile]It's nothing! It's just a scratch![A][NL]You're a warrior, Dad, and I am your[NL]son. I won't be beaten so easily.[.][A][ToggleSmile][OpenMidRight]Don't risk yourself so foolishly[ToggleMouthMove]...[.][ToggleMouthMove][NL]We need to get you some help.[.][A][NL]Please! Someone help my son![A]}
|
|
MSG_0959 {[OpenFarLeft][LoadFace][8][NL][OpenFarLeft]Ah! This looks serious.[.][A][NL]I must report back to[.][NL]Princess Eirika at once.[A]}
|
|
MSG_095A {[OpenMidLeft][LoadFace][2][NL][OpenFarFarRight][LoadFace][8][NL][OpenFarFarRight][MoveRight][OpenRight]I have bad news.[A][NL]The village to the east is[NL]under attack by bandits.[A][OpenMidLeft]Bandits?![.][A][OpenFarRight][LoadFace][7][NL][SendToBack][OpenFarRight]We have arrived at our first dilemma.[.][A][NL]We must move quickly and attract as[.][NL]little attention as possible, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]But I cannot stand by and watch[.][NL]innocents be harmed.[A][NL]Vanessa, how fare the villagers?[A][OpenRight]I spotted one injured person.[.][NL]He appeared to be just a child.[.][A][OpenMidLeft]Father Moulder, can[.][NL]your staff help him?[A][OpenFarRight]Well, yes, I can heal his[.][NL]injuries with my staff, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I cannot do it from here. He's[NL]too far away. I must be near him.[.][A][OpenRight]Princess, please leave this to me.[A][NL]I shall bring the boy here.[.][A]}
|
|
MSG_095B {[OpenMidLeft][LoadFace][8][NL][OpenMidRight][LoadFace][7][NL][OpenMidRight]All right, Vanessa.[.][NL]It's up to you.[.][A][OpenMidLeft]Very well. I'm off.[.][A][OpenMidLeft][ClearFace]}
|
|
MSG_095C {[OpenMidLeft][LoadFace][2][NL][OpenMidLeft]I'll head for the nearest village[.][NL]and warn them about the bandits.[A]}
|
|
MSG_095D {[OpenFarLeft][LoadFace][8][NL][OpenLeft][LoadFace][9][NL][SendToBack][OpenLeft][MoveLeft][OpenLeft]Hey![A][OpenFarLeft]Calm down, lad. Keep squirming,[.][NL]and I may drop you.[.][A][NL]I'm carrying you to the other[.][NL]side of these mountains.[A][OpenLeft][MoveLeft][OpenLeft]Wait! Dad![A][OpenMidRight][LoadFace][14][NL][OpenMidRight]Don't worry about me. Go![.][A][NL]I'll hold these scum here.[NL]Take care of Ross![A][OpenLeft][MoveLeft][OpenLeft]DAD![A]}
|
|
MSG_095E {[OpenFarRight][LoadFace][8][NL][OpenRight][LoadFace][9][NL][SendToBack][OpenFarRight]I've brought the boy.[.][A][NL]Father Moulder, please[NL]heal his wounds.[A]}
|
|
MSG_095F {[OpenMidLeft][LoadFace][7][NL][OpenMidRight][LoadFace][9][NL][OpenMidRight][MoveMidRight][OpenMidRight]My wound[ToggleMouthMove]... [ToggleMouthMove]It's gone![A][OpenMidLeft]Yes, it is. Now try to keep[.][NL]yourself out of harm's way.[.][A]}
|
|
MSG_0960 {[OpenMidLeft][LoadFace][50][NL][OpenMidLeft]Wait a minute![NL]Wh-who are you?[.][A]}
|
|
MSG_0961 {[OpenMidLeft][LoadFace][50][NL][OpenMidLeft]Urgh[ToggleMouthMove]... [ToggleMouthMove]Blast[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0962 {[OpenMidRight][LoadFace][14][NL][OpenLeft][LoadFace][4][NL][OpenFarLeft][LoadFace][2][NL][SendToBack][OpenMidRight]You saved my son.[.][NL]I owe you my thanks.[A][OpenFarLeft]It's not necessary[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft][ToggleMouthMove]...[.][ToggleMouthMove]Hold on a moment[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Aren't you[ToggleMouthMove]...[.][ToggleMouthMove]the great Garcia?[.][NL]You fought for Renais, didn't you?[A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenFarLeft]Seth, do you know this man?[.][A][OpenLeft]He was a troop commander for Renais[.][NL]until around ten years ago.[.][A][NL]When I was a recruit, the soldiers[NL]used to tell so many tales about him.[.][A][NL]They called him a daring and fearless[.][NL]fighter for Renais.[.][A][NL2][NL]Master Garcia, you must know the peril[NL]our homeland faces right now[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Can we impose upon you to lend your[.][NL]strength to Renais once again?[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]I'm sorry. I'm retired now.[.][A][NL]I'm not a soldier anymore. It's[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]a decision I made long ago.[.][A][OpenLeft]Master Garcia[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]When I was a soldier, I lived my[NL]life fighting for my country's honor.[.][A][NL]I left no time for my family.[.][A][NL]I spent my life fighting for faceless,[NL]uncaring nobles.[A][NL2][NL]When my wife fell ill and died, I met[.][NL]the child she had left behind[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]At that moment, I finally realized[NL]what my duty had cost me.[.][A][OpenFarLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]I stood at my wife's grave and promised[.][NL]her I would be a father to our son.[.][A][NL]I'm done with armies. I'm done with[.][NL]fighting, except to protect my son.[.][A][NL]I've no regrets. I'm the boy's father.[A][OpenLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenFarFarLeft][LoadFace][9][NL][OpenFarLeft][ClearFace][OpenLeft][ClearFace][FastPrint][OpenFarFarLeft][MoveMidLeft][OpenMidLeft]You[.][ToggleMouthMove]...[.][ToggleMouthMove]you blasted fool![.][A][NL]Father, what's all this[.][NL]nonsense I'm hearing?[.][A][OpenMidRight]Ross![.][A][OpenMidLeft]If you're not going, then I will![.][A][NL]I'm a fighter![NL]I know I can do this![.][A][OpenMidRight][MoveRight][OpenRight]Ross, what are you saying?[NL]I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Dad, please! Listen to me![A][NL]I respect you more than any[.][NL]other man in the world.[.][A][NL]I know you gave up being a[NL]soldier for me. I know that![A][NL]But how can you throw away[NL]such a big part of yourself?[A][NL]You're a warrior at heart! You [.][NL]can't give that up and be happy![A][OpenRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]Look at me, Dad![NL]Have you seen me fight?[.][A][NL]I'm not a child anymore.[NL]I'm a warrior, like you.[A][NL]You're free to worry, but [NL]I can survive on my own![A][OpenRight][ToggleMouthMove]...[.][ToggleMouthMove]Ross.[.][A][OpenMidLeft][MoveMidLeft][OpenMidLeft]You want to challenge me, Father?[.][A][NL]I'm a fighter! The best in all of Ide![A][NL]I'm not gonna lose to you![NL]I'm not gonna lose to anyone![.][A][ToggleSmile][OpenRight][ToggleMouthMove]...[.][ToggleMouthMove]You're right.[.][A][NL]You're a good soldier, Ross.[A][CloseSpeechSlow][OpenMidLeft][ClearFace][OpenLeft][LoadFace][2][NL][OpenFarLeft][LoadFace][4][NL][OpenRight]Sir Seth[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If these old bones of mine can[NL]still serve, I'd like to join you.[A][OpenFarRight][LoadFace][9][NL][OpenFarRight]Dad[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Looks like my boy grew up while[.][NL]I wasn't looking[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]He's tougher than I thought.[NL]He doesn't need my help.[A][NL]I've raised him as best I could, [.][NL]but he's right.[.][A][NL]I've nothing to fear. I should [.][NL]fight. I will fight.[A][OpenFarRight]Dad![A]}
|
|
MSG_0963 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][88][NL][OpenMidRight]Thank you so much for your help.[NL]Please, stay the night and rest[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]We would if we could, but we have[.][NL]much to do and far to travel.[.][A][NL]Your safety is reward enough.[.][A][OpenMidRight]Ah, well[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]My, that is a splendid[NL]bracelet you're wearing.[A][OpenMidLeft]Thank you. My father[NL]gave this to me.[A][OpenMidRight]It's a wonderful gift.[A][NL]But you should be careful, wearing[NL]such a valuable item so openly.[.][A][NL]Since Renais was invaded, things have[.][NL]become so dangerous around here.[A][NL]There are gold-hungry thieves and[.][NL]bandits everywhere.[.][A][NL2][NL]The most wicked are Bazba's Bandits.[NL]They are[ToggleMouthMove]...[.][ToggleMouthMove]cruel beyond words.[.][A][NL]If you have something they want, your[.][NL]life is worth less than nothing.[A][NL]Just the other day they assaulted some[NL]travelers and[.][ToggleMouthMove]... [ToggleMouthMove]Oh, it was awful.[.][A][OpenMidLeft]I[.][ToggleMouthMove]...[.][ToggleMouthMove]I can't believe such things[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Oh, Renais is finished, mark my words.[NL]The Grado Empire's stolen our future.[.][A][NL]Our only hope against them was that[.][NL]Prince Ephraim would prevail, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Rumor has it that he's on the verge of[NL]being crushed by Grado's vast numbers.[A][NL]These are dark days. Travel with care.[A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A]}
|
|
MSG_0964 {[OpenLeft][LoadFace][2][NL][OpenLeft]Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0965 {[OpenMidLeft][LoadFace][46][NL][OpenMidRight][LoadFace][45][NL][OpenMidLeft]It's time to start.[.][NL]Are you ready, Eirika?[A][OpenMidRight]Yes, Ephraim.[.][NL]Let's begin.[A][OpenMidLeft]Tell me, though: why do you want[NL]me to teach you to fight?[.][A][NL]I thought you didn't care for[.][NL]violence[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I do not like uncivilized behavior.[.][A][NL]I think one can solve one's problems[NL]without fighting.[.][A][NL]And yet[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]And yet what?[.][A][OpenMidRight]I've always relied on you to[NL]protect me, Brother.[A][NL]I would rather not be such a[NL]burden to you in the future.[A][NL]So, I thought maybe I should[NL]learn to protect myself[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I'm your brother. Brothers are[NL]supposed to protect their sisters.[A][NL]It's nothing for you to worry about.[NL]It's no cause for concern.[A][OpenMidRight]Yes, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I am your sister. Sisters are supposed[NL]to worry about their brothers.[A][NL2][NL]So I would like to learn something of[.][NL]swordplay, if only a little.[A][NL]And maybe, someday, I can protect you[.][NL]in your time of need[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]So please, Ephraim.[.][A][OpenMidLeft]All right, all right. How could I say no?[.][A][NL]Honestly, once you get an idea into your[NL]head, that's it. I might as well give in.[.][A][NL2][NL]It's agreed. I'll teach you, but won't[NL]hold back because you're my sister.[.][A][NL]And I want no complaining once we've[NL]started, Eirika.[A][OpenMidRight]Complain? Me? Never![A]}
|
|
MSG_0966 {[OpenLeft][LoadFace][2][NL][ToggleSmile][OpenFarFarLeft][LoadFace][12][NL][OpenLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenFarFarLeft][MoveFarLeft][OpenFarLeft]Oops! Beg your pardon.[A][OpenLeft][MoveLeft][OpenLeft]Hey![A][OpenFarLeft][MoveFarFarRight][ToggleSmile][OpenMidRight][LoadFace][4][NL][OpenMidRight]Princess, are you all right?[A][OpenLeft]Y-yes[.][ToggleMouthMove]... [ToggleMouthMove]Someone bumped into[.][NL]me is all. I was jarred.[A][OpenMidRight]Hm?[.][.....][NL]Your Highness, where is your bracelet?[A][OpenLeft]My bracelet?[NL]It's[ToggleMouthMove]...[.][ToggleMouthMove]gone.[.][A][NL]Where could it be?[NL]Did that man[ToggleMouthMove]--[ToggleMouthMove][A][OpenMidRight]I'll find him![A][OpenLeft]Don't worry about it, Seth.[.][A][NL]That bracelet was a gift from my[NL]father, but Ephraim needs our help.[.][A][NL]I can't let sentimentality get in[.][NL]the way of my duty.[.][A][OpenMidRight]No, Princess... We must retrieve [.][NL]your bracelet regardless of cost.[.][A][NL]You cannot lose it. Let's go.[.][NL]We must hurry.[A]}
|
|
MSG_0967 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][9][NL][OpenMidRight]Hey, listen! My village is[NL]being attacked by bandits.[A][NL]My name's Ross.[.][A][NL]Come on! You have to help[.][NL]me wipe those thugs out![A][OpenMidLeft]All right, just[.][ToggleMouthMove]... [ToggleMouthMove]Just take a[.][NL]deep breath and calm down, Ross.[A][NL]Leave the villages to us.[.][NL]We'll drive off the bandits.[A][NL]Seth, take the boy somewhere safe.[A][OpenMidRight][MoveMidRight][OpenMidRight]No! Wait! I'm going[.][NL]to fight, too![A][OpenMidLeft]But[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]My father is out there all alone,[.][NL]fighting those bandits.[.][A][NL]I've got to get back to him as[NL]quickly as possible![A][NL]I'm the son of the great Garcia![A][NL]As long as I have my axe, no[NL]bandit will ever defeat me![.][A][OpenMidLeft]All right, I can see you're[.][NL]not going to be swayed[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But you must promise you[NL]will stay close to us.[A]}
|
|
MSG_0968 {[OpenMidLeft][LoadFace][9][NL][OpenMidRight][LoadFace][14][NL][OpenMidLeft][MoveMidLeft][OpenMidLeft]Dad![A][OpenMidRight]Ross?! Boy, what did I tell[.][NL]you!? What are you doing here?[A][NL]Don't worry about me. Hurry up[NL]and get yourself to safety![.][A][OpenMidLeft]Did you really think I could just[.][NL]run away while you fight, Dad?[A][NL]You taught me that fighters fight[.][NL]for what's important to them![.][A][NL]There's no way I'm leaving![.][NL]I'm fighting just like you![.][A][OpenMidRight]Ross[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]All right, listen to me. We'll cut[NL]our way out of here together![.][A]}
|
|
MSG_0969 {[OpenMidLeft][LoadFace][96][NL][OpenFarFarLeft][LoadFace][2][NL][OpenMidRight][LoadFace][63][NL][OpenMidLeft]This is terrible[ToggleMouthMove]... [ToggleMouthMove]What are we going[.][NL]to do? Those bandits are so close.[A][NL]If we can't find some way to protect[NL]ourselves, the village is doomed.[.][A][OpenMidRight]Perhaps[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ClearFace][OpenMidLeft][LoadFace][2][NL][OpenMidLeft]People, listen to me! You must close[NL]the village gates immediately.[A][NL]Hurry, before the bandits arrive![.][A][OpenMidRight]Who are you? You aren't from one[NL]of the neighboring towns, are you.[A][NL]And your weapons give you away[ToggleMouthMove]...[.][ToggleMouthMove][NL]You're no peasant.[A][OpenMidLeft]I am Er[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]My name is Erina.[.][NL]I'm a mercenary.[A][OpenMidRight]A mercenary named Erina, is it?[.][A][NL]There's more to you than that, I feel.[NL]But don't worry[.][ToggleMouthMove]--[ToggleMouthMove]it's none of my affair.[.][A][NL]I haven't told you who I am yet, have I?[NL]I am Selena, a general in Grado's army.[.][A][OpenMidLeft]Ah![.][A][OpenMidRight]Is something wrong?[.][A][OpenMidLeft]No[ToggleMouthMove]...[.][ToggleMouthMove]uh, nothing.[A][OpenMidRight]It looks like these villagers[.][NL]have some bandit troubles.[A][NL]I would like to help, but[.][NL]I have orders[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm to leave for the capital[NL]immediately, and I cannot stay.[.][A][NL]You're armed, and you claim to be[.][NL]a mercenary. Will you help them?[A][OpenMidLeft]Um[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Is there a problem?[.][A][OpenMidLeft]No! Of course I'll help them![.][A][NL]It's just[.][ToggleMouthMove]... [ToggleMouthMove]You're one of[.][NL]Grado's generals[ToggleMouthMove]... [ToggleMouthMove]Why[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]These aren't soldiers.[NL]They're people.[.][A][NL]Should they suffer because[NL]their leaders fight?[A][NL]I've petitioned your aid.[.][NL]Take this as payment.[.][A][OpenMidRight][ClearFace][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A]}
|
|
MSG_096A {[OpenMidRight][LoadFace][63][NL][OpenMidLeft][LoadFace][0xFF][0xFF][OpenMidRight]And who are you?[.....] You don't look[.][NL]like one of the local peasantry.[A][NL2][NL]As you can see, these villagers[.][NL]have some bandit troubles.[A][NL]I would like to help, but I have[NL]orders to follow[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I am required to quit this area at once.[A][NL]I would ask you to aid them in this fight.[A][NL]I will pay you for your trouble, of course.[.][A]}
|
|
MSG_096B {[OpenMidRight][LoadFace][97][NL][OpenMidLeft][LoadFace][0xFF][0xFF][OpenMidRight]The most wonderful man rescued me.[A][NL]He was dressed like a mercenary, but[NL]he had an air of elegance about him[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]He gave me this elixir. I'm sure it[.][NL]will help you on the battlefield.[.][A]}
|
|
MSG_096C {[OpenMidRight][LoadFace][90][NL][OpenMidLeft][LoadFace][0xFF][0xFF][OpenMidRight]Hm? What is it? What's[NL]all the ruckus?[.][A][NL]What? B-bandits?![.][A][NL]Spread the word, everyone![NL]Close the village gates![A][NL]Thank you for your warning.[.][NL]Please, accept this small token.[A]}
|
|
MSG_096D {Sometimes, you will gain [.][ToggleRed]gold[ToggleRed] or [ToggleRed]items[.][ToggleRed][NL]when you [.][ToggleRed]visit[.][ToggleRed] a village.[.][A][NL]Villages can also be [.][ToggleRed]destroyed[.][ToggleRed] by[.][NL]bandits or other enemy troops.[A][NL]Any of your allied units can [.][ToggleRed]visit[.][ToggleRed][NL]villages and houses.[A][NL][ToggleRed]Visit[.][ToggleRed] all the villages and warn them[.][NL]before they're [.][ToggleRed]savaged[.][ToggleRed] by the bandits.[A]}
|
|
MSG_096E {Ross is a [ToggleRed]journeyman[ToggleRed].[.][A][NL][ToggleRed]Journeymen[ToggleRed] are inexperienced[NL]fighters with low combat skills.[A][NL]When they reach [ToggleRed]level 10[ToggleRed], they[A][NL]can [ToggleRed]change classes[ToggleRed] to become more[.][NL]powerful [.][ToggleRed]fighters[ToggleRed] or [ToggleRed]pirates[.][ToggleRed].[.][A][NL]You should avoid sending [.][ToggleRed]journeymen[ToggleRed][NL]to face strong enemies.[.][A][NL2][NL]Ross's father is Garcia, a [.][ToggleRed]fighter[.][ToggleRed].[.][A][NL][ToggleRed]Fighters[ToggleRed] who reach level 10 or higher[.][NL]can use [ToggleRed]hero crests[.][ToggleRed] to [ToggleRed]change classes[ToggleRed][NL]and become [.][ToggleRed]heroes[ToggleRed] or [ToggleRed]warriors[ToggleRed].[.][A][NL2][NL]Additionally, [ToggleRed]cavaliers[.][ToggleRed] and [.][ToggleRed]knights[.][ToggleRed] can [.][NL]use [ToggleRed]knight crests[.][ToggleRed] to [ToggleRed]change classes[ToggleRed].[.][NL]They can choose between [ToggleRed]2 types[.][ToggleRed][NL][ToggleRed]of soldiers[.][ToggleRed].[.][A][NL]Be sure to power up your units and[NL][ToggleRed]change classes[ToggleRed] when you can.[A]}
|
|
MSG_096F {Because [ToggleRed]pegasus knights[.][ToggleRed] fly, mountains[.][NL]do not block their movement.[A][NL]However, they are vulnerable to [ToggleRed]missile[.][NL]attacks[.][ToggleRed], so watch out for [.][ToggleRed]archers[.][ToggleRed].[.][A]}
|
|
MSG_0970 {Vanessa must [.][ToggleRed]rescue[ToggleRed] Ross.[A][NL]First, place the cursor on [.][ToggleRed]Vanessa[.][ToggleRed][NL]and press the A Button.[.][A]}
|
|
MSG_0971 {Move to a space next to [ToggleRed]Ross[ToggleRed][NL]and press the A Button.[.][A]}
|
|
MSG_0972 {Now select [.][ToggleRed]Rescue[ToggleRed] and[NL]press the A Button again.[.][A]}
|
|
MSG_0973 {[ToggleRed]Pegasus knights[.][ToggleRed], [ToggleRed]cavaliers[.][ToggleRed], and other[.][NL]mounted units can [ToggleRed]continue moving[.][ToggleRed] after[NL]they've rescued someone.[A][NL]Go ahead and move to this space.[A]}
|
|
MSG_0974 {Place the cursor on [ToggleRed]Vanessa[.][ToggleRed][NL]and press the A Button.[.][A]}
|
|
MSG_0975 {Vanessa is currently carrying Ross as[.][NL]a [ToggleRed]traveler[ToggleRed].[.][A][NL]Drop Ross off next to Moulder.[A][NL]First, place the cursor on [.][ToggleRed]Vanessa[.][ToggleRed][NL]and press the A Button.[.][A]}
|
|
MSG_0976 {Press the A Button[NL]and select [.][ToggleRed]drop[ToggleRed].[.][A]}
|
|
MSG_0977 {You can continue to move.[.][A][NL]Ross's father, Garcia, is still on[NL]the other side of the mountains.[A][NL]Move close so that it's easier to[.][NL]rescue him on your next turn.[.][A]}
|
|
MSG_0978 {Moulder can use his [ToggleRed]staff[.][ToggleRed] to[.][NL]restore some of Ross's [.][ToggleRed]HP[ToggleRed].[.][A][NL]Place the cursor on [ToggleRed]Moulder[.][ToggleRed] and[NL]press the A Button.[.][A]}
|
|
MSG_0979 {Leave the cursor where it is and[NL]press the A Button again.[.][A]}
|
|
MSG_097A {Now select [.][ToggleRed]Staff[.][ToggleRed] and [.][NL]press the A Button again.[.][A]}
|
|
MSG_097B {Ross has been [ToggleRed]rescued[.][ToggleRed].[.][NL]Now bring Moulder to Vanessa.[.][A][NL]Select [.][ToggleRed]Moulder[.][ToggleRed] with the cursor[NL]and press the A Button.[.][A]}
|
|
MSG_097C {Move close to [ToggleRed]Vanessa[.][ToggleRed].[.][NL]Place the cursor on the flashing[NL]space and press the A Button.[.][A]}
|
|
MSG_097D {In this way, you can use [.][ToggleRed]Rescue[ToggleRed] to[.][NL]help units in danger, as well as[NL]in other situations.[A][NL]Use it to your advantage, and turn[NL]battles in your favor.[A]}
|
|
MSG_097E {The [ToggleRed]objective[.][ToggleRed] on this map [.][NL]is to [ToggleRed]defeat all enemies[ToggleRed].[.][A][NL]The number of enemies [ToggleRed]left[ToggleRed] [.][NL]appears on the edge of the screen.[A][NL]Defeat all of your opponents to[.][NL]gain a [.][ToggleRed]victory[.][ToggleRed].[.][A]}
|
|
MSG_097F {Ross has joined your team and become [.][NL]one of your [ToggleRed]allies[ToggleRed].[.][A][NL]The green unit on the other side of the[.][NL]mountains is Garcia. He is still [.][ToggleRed]neutral[.][ToggleRed].[.][A][NL]If you get the right person to talk to[NL]him, he may become an [ToggleRed]ally[ToggleRed].[.][A][NL]Move into spaces adjoining green units[NL]and select [.][ToggleRed]Talk[ToggleRed].[.][A][NL2][NL]Ross is Garcia's son. Move Ross into a[NL]space next to Garcia and choose [ToggleRed]Talk[ToggleRed].[.][A]}
|
|
MSG_0980 {[ToggleRed]Visit[.][ToggleRed] a village to warn it about the[.][NL]bandit threat. First, place the cursor[NL]on [.][ToggleRed]Eirika[ToggleRed] and press the A Button.[A]}
|
|
MSG_0981 {The cursor is on [.][ToggleRed]Eirika[ToggleRed].[.][NL]Press the A Button.[.][A]}
|
|
MSG_0982 {Move [.][ToggleRed]Eirika[ToggleRed] to the village.[NL]Place the cursor on the flashing[NL]space and press the A Button.[.][A]}
|
|
MSG_0983 {Now select [.][ToggleRed]Visit[.][ToggleRed] and press[NL]the A Button again.[.][A]}
|
|
MSG_0984 {Try talking to Ross. Place the cursor[.][NL]on [.][ToggleRed]Eirika[ToggleRed] and press the A Button.[A]}
|
|
MSG_0985 {The cursor is on [.][ToggleRed]Eirika[ToggleRed].[.][NL]Press the A Button.[.][A]}
|
|
MSG_0986 {Move Eirika next to Ross. Place[.][NL]the cursor in the flashing[NL]space and press the A Button.[.][A]}
|
|
MSG_0987 {Select [.][ToggleRed]Talk[ToggleRed] and press[NL]the A Button.[.][A]}
|
|
MSG_0988 {There is an [ToggleRed]armory[ToggleRed] due south of here.[.][A][NL]You could probably take the [ToggleRed]red gem[.][ToggleRed] you[NL]got at the village and sell it there.[.][A]}
|
|
MSG_0989 {It's a good idea to buy iron swords and[.][NL]other everyday weapons at [ToggleRed]armories[ToggleRed].[.][A][NL]However, your funds are not endless.[A][NL]There are [ToggleRed]armories[ToggleRed] in other towns, too,[.][NL]so purchase only necessary items here.[A]}
|
|
MSG_098A {From here on out, you'll also have[NL]the services of a [ToggleRed]supply convoy[.][ToggleRed].[.][NL]The [ToggleRed]supply convoy[.][ToggleRed] always travels [NL]with your commander.[A][NL]The commander of this group is [.][ToggleRed]Eirika[ToggleRed].[.][A][NL]If you place an allied unit in a space[NL]next to [ToggleRed]Eirika[ToggleRed], the [ToggleRed]supply[ToggleRed] command[NL]will display. You will then be able to[NL][ToggleRed]give[ToggleRed] and [.][ToggleRed]take[ToggleRed] items.[.][A][NL]If you're carrying too many items,[NL]it's a good idea to [ToggleRed]give[ToggleRed] some to[NL]the [ToggleRed]supply convoy[.][ToggleRed].[.][A]}
|
|
MSG_098B {[OpenMidLeft][LoadFace][4][NL][OpenMidRight][LoadFace][2][NL][OpenMidLeft]The local villagers tell me that[NL]Bazba's Bandits keep their lair nearby.[.][A][NL]A few of them saw a lad matching the[NL]description of our bracelet thief.[A][NL]It seems a fair guess that the youth[NL]is one of these bandits.[A][OpenMidRight]Bandits[.][ToggleMouthMove]... [ToggleMouthMove]Here in Renais, our homeland.[.][NL]I had no idea[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Burning our villages[ToggleMouthMove]... [ToggleMouthMove]Stealing from[.][NL]our people with no fear of reprisal?[A][OpenMidLeft]It wasn't always like this. The knights[.][NL]used to protect the citizenry[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]However, with Renais in ruins and her army[NL]tattered, law and order are hard to find.[.][A][NL]It doesn't look like the Grado army is[NL]interested in maintaining order here.[.][A][NL]If nothing changes, Renais will continue[NL]this sad plunge into savagery.[A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A]}
|
|
MSG_098C {[OpenFarRight][LoadFace][4][NL][OpenRight][LoadFace][2][NL][OpenFarFarLeft][LoadFace][10][NL][OpenFarFarLeft]Uh[ToggleMouthMove]... [ToggleMouthMove]Hello?[A][OpenFarFarLeft][MoveFarLeft][OpenFarLeft]Pardon me for asking[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]but are you all some sort[.][NL]of[ToggleMouthMove]...[.][ToggleMouthMove]mercenary troop?[A][OpenFarLeft][MoveMidLeft][OpenRight]Why do you ask?[.][A][OpenMidLeft][MoveLeft][OpenLeft]P-p-please, you have to help[NL]Colm. You have to![A][NL]I told him it was too dangerous,[NL]but he wouldn't listen to me![.][A][OpenRight]Please, you must calm yourself. Start[.][NL]at the beginning, and speak slowly.[.][A][OpenLeft]All right[.][ToggleMouthMove]... [ToggleMouthMove]Sniff.[A][NL]I'm Neimi.[A][NL]I'm from[ToggleMouthMove]... [ToggleMouthMove]I used to be from[.][NL]a village named Lark[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Except the village is gone.[.][A][OpenRight]Gone? What[NL]do you mean?[A][OpenLeft]Bazba's Bandits burned it down.[.][NL]Only Colm and I escaped.[A][NL]The other villagers[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]The bandits attacked them and[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenFarRight]Neimi, what are you doing here?[.][A][OpenLeft]Bazba's Bandits[.][ToggleMouthMove]... [ToggleMouthMove]They have a[.][NL]hideout here in these mountains.[A][NL]That's where Colm[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Um, Colm's my[.][ToggleMouthMove]...[.][ToggleMouthMove]uh[ToggleMouthMove]... [ToggleMouthMove]We've known[.][NL]each other since we were kids.[A][NL]He went to steal back something[.][NL]the bandits took from me[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]He went alone? That's a[.][NL]very dangerous thing[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Yes, I know. Th-that's what I told[NL]him, but he wouldn't listen to me.[A][NL]If I lose Colm, too, I don't know[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I[.][ToggleMouthMove]... [ToggleMouthMove]I'll[ToggleMouthMove]...[.][ToggleMouthMove]sniff[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Wait, please don't cry.[.][A][NL]Don't worry. We'll find your friend[.][NL]and see that he's not harmed.[.][A][OpenLeft]Really? Really and truly?[.][NL]Oh, thank you! Thank you!!![.][A][NL]I[.][ToggleMouthMove]... [ToggleMouthMove]I don't have much money,[NL]but[.][ToggleMouthMove]...[.][ToggleMouthMove]I'll do anything to help.[.][A][OpenFarRight]Your Highness? What will it be?[.][A][OpenRight]If the thief we're after has gone[.][NL]to the bandits' lair as well[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Well, it seems as though we share[.][NL]a common cause with Neimi.[A][NL]She is a citizen of Renais, after all.[A][NL]And isn't it our duty to defend our[.][NL]countrymen?[.][A][NL]I'm only sad that we weren't here to[NL]protect her friends and neighbors[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]So, yes, I feel we must help her.[.][A][OpenFarRight]Very well. Neimi, I trust[.][NL]you can lead the way?[.][A][OpenLeft]Er, yes[.][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]It's this way.[A]}
|
|
MSG_098D {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]It figures. The doors are locked.[.][A][NL]With no keys and no thief to pick[.][NL]the locks, we're stuck outside.[.][A][OpenMidLeft]I see. We're at an impasse[NL]then, aren't we?[A][OpenMidRight]Actually[ToggleMouthMove]... [ToggleMouthMove]No, we're in luck.[NL]You see that wall there, milady?[A][OpenMidLeft]Yes, I do. It's cracked[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]That's right. A few well-aimed blows[NL]should bring it crumbling down.[.][A]}
|
|
MSG_098E {[OpenMidLeft][LoadFace][10][NL][OpenMidRight][LoadFace][4][NL][OpenMidLeft]Um[ToggleMouthMove]... [ToggleMouthMove]Is there anything I can do[NL]to help? I feel so[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]When I was little I used to go[NL]hunting with my grandfather.[A][NL]What I mean is I can[ToggleMouthMove]--[ToggleMouthMove][NL]I'm not bad with a bow.[.][A][OpenMidRight]Really?[.][A][OpenMidLeft]Uh-huh.[.][A][OpenMidRight]I see.[A][NL]You should remain behind and[NL]protect Princess Eirika.[A]}
|
|
MSG_098F {[OpenMidLeft][LoadFace][10][NL][OpenRight][LoadFace][2][NL][OpenFarRight][LoadFace][4][NL][OpenMidLeft]Um[ToggleMouthMove]... [ToggleMouthMove]Is there anything I can do[NL]to help? I feel so[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]When I was little I used to go[NL]hunting with my grandfather.[A][NL]What I mean is I can[ToggleMouthMove]--[ToggleMouthMove][NL]I'm not bad with a bow.[.][A][OpenRight]A bow?[A][OpenMidLeft]Uh-huh.[.][A][OpenRight]What do you think, Seth?[A][OpenFarRight]An archer would come in handy[.][NL]in tight quarters like these.[.][A][NL]With a good bow, we could attack[NL]from afar without fear[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Well, Neimi, can you take[.][NL]orders and keep out of danger?[A][OpenMidLeft]I[.][ToggleMouthMove]... [ToggleMouthMove]I'll try, Your Highness.[A]}
|
|
MSG_0990 {[OpenMidRight][LoadFace][51][NL][OpenMidRight]Hm. Not sure who's out there, but[.][NL]it looks like we've got guests.[.][A][NL]Let's give 'em a warm welcome, lads.[NL]You see a stranger, stick an axe in him![A]}
|
|
MSG_0991 {[OpenMidRight][LoadFace][51][NL][OpenMidRight]Huh? Don't know who it is, but it[.][NL]looks like we got guests.[.][A][NL]Let's give 'em a warm welcome, lads![A][NL]Remember, use your axes to hit 'em[NL]from this side of the wall![.][A][NL]They can't hurt what they can't hit![NL]Now, get out there and cut 'em up![A]}
|
|
MSG_0992 {[OpenMidLeft][LoadFace][12][NL][ToggleSmile][OpenMidLeft]And here we go![.][A][NL]Ha! And not a soul saw me. These[NL]bandits are easy picking.[.][A][NL]I guess I might as well start[.][NL]with these chests here.[.][A]}
|
|
MSG_0993 {[OpenMidLeft][LoadFace][51][NL][OpenMidLeft]I'm the head of this bandit[.][NL]pack, the mighty Bazba![.][A][NL2][NL]Hope you've enjoyed your life,[NL]'cuz it's about to end![.][A]}
|
|
MSG_0994 {[OpenMidLeft][LoadFace][51][NL][OpenMidLeft]I'm the[.][ToggleMouthMove]...[.][ToggleMouthMove]mighty[ToggleMouthMove]...[.][ToggleMouthMove]Bazba[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]This[ToggleMouthMove]...[.][ToggleMouthMove]ain't[.][ToggleMouthMove]--[ToggleMouthMove][A]}
|
|
MSG_0995 {[OpenMidLeft][LoadFace][10][NL][OpenMidLeft]C-Colm[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][LoadFace][12][NL][OpenMidRight]What now? I told you not to worry.[A][NL]I could've robbed these bandits blind[.][NL]on my own, thank you very much.[.][A][OpenMidLeft][HalfCloseEyes][OpenMidLeft]I was[.][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]worried[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]H-hold on! I'm sorry![.][NL]C'mon! Don't start bawling![.][A][OpenMidLeft][CloseEyes][OpenMidLeft]Aaah[ToggleMouthMove]...[.][ToggleMouthMove]sniff[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]No more[.][ToggleMouthMove]...[.][ToggleMouthMove]dangerous stuff[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]by yourself[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Fine, fine. I promise.[A][NL]But you have to stop crying[.][NL]all the time. All right?[A][OpenMidLeft][HalfCloseEyes][OpenMidLeft]Uh-huh[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][MoveRight][OpenRight]Oh, yeah. Take a[NL]look at this.[.][A][OpenMidLeft][MoveLeft][OpenLeft]Hm?[.][A][OpenRight]I got your mirror back.[.][A][NL]Remember how you cried when we left[.][NL]Lark? You thought you'd lost this.[A][NL]I knew it was your mother's, and I[NL]knew those thugs had taken it.[A][NL]So I went and got it back![A][NL]See what happens when you give[NL]me a job? Guaranteed results![.][A][OpenLeft][CloseEyes][OpenLeft]Colm[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Aa[ToggleMouthMove]... [ToggleMouthMove]Waaah[.][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]Colm[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Hey! Wh-why are you[.][NL]crying this time?[.][A][NL]C'mon! Stop! Knock it[.][NL]off! Please, Neimi[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft][LoadFace][4][NL][OpenFarLeft][ToggleMouthMove]...[.][ToggleMouthMove]This is quite touching, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I think you'd best return Princess[NL]Eirika's bracelet to her now.[.][A][OpenLeft][ClearFace][OpenFarRight][LoadFace][10][NL][OpenFarRight][OpenEyes][OpenRight][MoveLeft][OpenLeft]Wh-what are you talking about?[NL]Are you trying to say that I[ToggleMouthMove]--[ToggleMouthMove][A][OpenFarLeft][MoveMidLeft][CloseSpeechSlow][OpenLeft][MoveLeft][OpenLeft]Whoa! Whoa there! Hold it![NL]It's right here! Take it![.][A][OpenLeft][MoveRight][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]Tell me, boy, is this the path[NL]you've chosen for your life?[A][NL]If this girl matters to you,[NL]you must quit this dark road.[.][A][OpenRight]Uh, yeah[ToggleMouthMove]... [ToggleMouthMove]Right.[A][OpenMidLeft]We're leaving. Do not expect[NL]to be rescued again.[A][NL]Farewell.[.][A][OpenRight][ToggleMouthMove]...[.][ToggleMouthMove]Hey, wait![A][NL]Let us go with you. You[.][NL]can't just leave us here.[.][A][OpenMidLeft]Pardon?[.][A][OpenRight]Neimi and I[.][ToggleMouthMove]... [ToggleMouthMove]We've got no home[.][NL]to return to.[.][A][NL]No matter where we go, there's[NL]just gonna be more fighting.[A][NL]You're mercenaries, right?[NL]Well, then take us with you.[A][NL]I'm a handy guy to have around.[.][NL]I know I can help you out.[A][OpenMidLeft]I would prefer not, but I'll agree[NL]with Eirika's decision.[.][A][NL]Our duty is a grave one however. We've[NL]no time to waste shepherding you.[.][A] [.][OpenRight]That's fine with us.[A][NL]You just wait[.][ToggleMouthMove]--[ToggleMouthMove]I promise you[.][NL]won't regret your decision.[.][A]}
|
|
MSG_0996 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]I retrieved your bracelet from[NL]the bandits' stronghold.[A][NL]Here you are, Princess.[.][A][OpenMidLeft]Thank you, Seth.[A][NL]You know[ToggleMouthMove]... [ToggleMouthMove]Father gave me this[.][NL]bracelet when I was a child.[A][NL]It has only one match in the[NL]world, and my brother wears it.[.][A][OpenMidRight]Lady Eirika, you must take care never to[NL]lose that bracelet.[.][A][NL]It is the proof that King Fado entrusted[NL]the future of Renais to you, his children.[A][OpenMidLeft]Seth[ToggleMouthMove]... [ToggleMouthMove]What is it you're[.][NL]not telling me?[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]I apologize, Your Highness.[.][A][NL]When the time comes, I will tell[NL]you what I know. Until then, I[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I see.[A][NL]If you tell me it must wait,[NL]then it can wait. I trust you.[A][OpenMidRight]Then we should get moving again.[A][NL]We're safe from bandits for now,[NL]but I can't guarantee for how long.[.][A][OpenMidLeft]This[ToggleMouthMove]... [ToggleMouthMove]This is just the beginning,[.][NL]isn't it?[.][A][NL]If we hope to free our homeland, it[.][NL]will take battle after battle[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I'm afraid so, Your Highness.[.][A][NL]The day you and Prince Ephraim win back[.][NL]the freedom and honor of Renais will come.[A][NL]But I fear it lies at the end of a long[.][NL]and treacherous road.[.][A][OpenMidLeft]I know. I must fight for that day.[A][NL]In the names of all those I could[.][NL]not save, I'll lead us home.[A][NL]Let's go. My brother awaits![A]}
|
|
MSG_0997 {[OpenLeft][LoadFace][75][NL][OpenFarLeft][LoadFace][37][NL][OpenMidRight][LoadFace][63][NL][SendToBack][OpenMidRight]General Duessel.[A][OpenFarLeft]Selena. Have you been back long?[A][NL]Tell me, how fares the campaign[.][NL]in Renais?[A][OpenMidRight]Signs of chaos abound.[A][NL]Brigands ride without fear, and[.][NL]the peasants' cries fill the air.[.][A][OpenFarLeft]Hmm[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If Grado's troops do not enforce public[.][NL]order, the situation will only worsen.[A][NL]And still, His Majesty has given us[.][NL]no orders.[A][NL]Perhaps, just this once, I should[.][NL]take the lead[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]What could His Majesty be thinking?[.][A][NL]Breaking our long-held alliance with[NL]Renais[ToggleMouthMove]--[ToggleMouthMove]invading without warning[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]He's never been this way before. He[.][NL]abhors violence.[A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenLeft]And have you noticed the recent[.][NL]promotions? Who are they going to?[A][NL]Certainly not to the soldiers who[.][NL]have Grado's best interests at heart.[.][A][NL]I fear this invasion is the prelude[.][NL]to a much larger war.[.][A][NL]I feel as though His Majesty is no[NL]longer the man we knew him to be.[.][A][OpenMidRight]Glen, it doesn't matter what any[NL]of us might think of our orders.[A][NL]We are his servants, and we will not[NL]question His Majesty's intentions.[A][OpenLeft]I know that, Selena.[NL]And yet[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]That's enough. Both of you.[.][NL]His Majesty summons us.[.][A][NL]Let's hope we can learn a[.][NL]little during our audience.[.][A]}
|
|
MSG_0998 {[OpenMidLeft][LoadFace][64][NL][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]I appreciate your work in[.][NL]fulfilling your previous orders.[A][NL]You are the hammers that drive[NL]the nails of the empire's will[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You will continue to operate[NL][ToggleMouthMove]...[.][ToggleMouthMove]without hesitation[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]wherever I send you.[A][OpenMidRight][LoadFace][37][NL][OpenMidRight]By your command.[A][OpenMidRight][ClearFace][OpenMidRight][LoadFace][63][NL][OpenMidRight]In Your Majesty's name.[.][A][OpenMidRight][ClearFace][OpenMidRight][LoadFace][75][NL][OpenMidRight]Yes, sire[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ClearFace][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]However, I know this[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You, my Imperial Three, lack the strength[.][NL]to conquer the remaining nations alone.[.][A][NL]In the invasion of Renais, certain[NL]soldiers performed beyond expectation.[A][NL]I have chosen them to join you as[.][NL]new generals in the empire's service.[.][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]Come.[.][A]}
|
|
MSG_0999 {[OpenMidLeft][LoadFace][64][NL][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]The performance of these[NL]men surpassed even your own.[A][NL]With the addition of these three[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]The empire will have six generals[.][NL]strong enough to conquer this land.[.][A][NL]Do you understand?[A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][72][NL][OpenMidRight][ToggleSmile]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]I am Riev, given the name[.][NL]Blood Beryl by His Majesty.[.][A][NL]I know I am a newcomer, but[.][NL]I pray for your favor.[A][OpenMidLeft][LoadFace][37][NL][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Understood.[.][A][OpenMidLeft][ClearFace][OpenMidRight][ClearFace][OpenMidRight][LoadFace][67][NL][OpenMidRight]I'm Caellach. I was a mercenary,[NL]fighting in the desert.[.][A][NL]Seems I'm to be called[NL]Tiger Eye[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You're a fine-lookin' lass, aren't you?[.][NL]Yeah, I'm gonna love working with you.[A][ToggleSmile][ToggleSmile][OpenMidLeft][LoadFace][63][NL][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft][ClearFace][OpenMidRight][ClearFace][OpenMidRight][LoadFace][66][NL][OpenMidRight]So we meet again. You know me as General[NL]Valter, but you will call me the Moonstone.[.][A][NL]I'll save you worthless dogs from your[NL]own incompetence. You'll thank me later.[A][OpenFarFarLeft][LoadFace][75][NL][OpenFarFarLeft][MoveFarLeft][OpenFarLeft]Valter[ToggleMouthMove]... [ToggleMouthMove]You scum![.][A][OpenLeft][LoadFace][37][NL][OpenLeft]Peace, Glen.[A][OpenLeft][ClearFace][OpenFarLeft][ClearFace][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][64][NL][OpenMidLeft]Selena. Caellach. You will[NL]bring me Frelia.[A][OpenRight][LoadFace][63][NL][OpenFarRight][LoadFace][67][NL][OpenRight]Yes, sire.[A][OpenFarRight]Sure. Good as done.[.][A][OpenRight][ClearFace][OpenFarRight][ClearFace][CloseSpeechSlow][OpenMidLeft]Riev. Duessel. You are charged with[.][NL]the defense of the empire.[A][NL][ToggleMouthMove]...[.][ToggleMouthMove]I will speak to you individually[NL]with more details later.[A][OpenRight][LoadFace][72][NL][OpenFarRight][LoadFace][37][NL][OpenRight][ToggleSmile]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]Understood, Your Majesty.[.][A][OpenFarRight]By your command, sire.[A][OpenRight][ClearFace][OpenFarRight][ClearFace][OpenRight][LoadFace][66][NL][OpenRight]And me?[.][A][OpenMidLeft]Valter, Glen[ToggleMouthMove]...[.][ToggleMouthMove][NL]I have other duties for you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight][LoadFace][75][NL][OpenFarRight]Yes, Your Majesty?[A][CloseSpeechSlow][OpenMidLeft]Renais has fallen, but Princess Eirika[NL]still eludes us[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Her brother, Prince Ephraim, leads[NL]a resistance within our borders.[A][NL]Bring the siblings to me.[.][A][OpenRight]Ha ha[.][ToggleMouthMove]... [ToggleMouthMove]Of course.[A][OpenMidLeft][ClearFace][OpenFarRight][ToggleMouthMove]......[ToggleMouthMove][A]}
|
|
MSG_099A {[OpenMidLeft][LoadFace][10][NL][OpenMidRight][LoadFace][12][NL][OpenMidLeft]C-Colm[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][MoveMidRight][OpenMidRight]Neimi?![.][NL]What are you doing here?[A][NL]I told you to wait for me,[NL]didn't I?[.][A][OpenMidLeft]I couldn't[ToggleMouthMove]... [ToggleMouthMove]It's too dangerous.[.][A][NL]C'mon, let's go home.[.][A][OpenMidRight][ToggleSmile]We don't have a home! Don't you get it? [NL]Look, just leave everything to me.[A][NL]I can take care of it in a flash, but I don't[.][NL]need a clumsy oaf like you tagging along.[.][A][ToggleSmile][OpenMidLeft]But[.][ToggleMouthMove]...[.][ToggleMouthMove]but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Oh, this is ridiculous.[.][A][NL]We'll talk later. Don't[.][NL]leave my side, Neimi.[.][A][OpenMidLeft]I[.][ToggleMouthMove]-- [.][ToggleMouthMove]All right.[A]}
|
|
MSG_099B {[ToggleRed]Walls[.][ToggleRed] with cracks in them can be[.][NL]attacked and destroyed.[.][A][NL]Once a wall is destroyed, you can pass[NL]through the opening you've created.[.][A][NL]When your way seems blocked, be sure[NL]to check all the [.][ToggleRed]walls[.][ToggleRed].[.][A]}
|
|
MSG_099C {The bandits' [.][ToggleRed]hand axes[.][ToggleRed] can be used[NL]in both [ToggleRed]direct[ToggleRed] and [.][ToggleRed]indirect combat[.][ToggleRed].[.][A][NL]They can be wielded like normal axes[NL]in direct, hand-to-hand combat[A][NL]or thrown to strike enemies who are[.][NL]a space away or at an angle to you.[.][A][NL]Like bows, they can also hit enemies[NL]on the [.][ToggleRed]other sides of walls[ToggleRed].[.][A]}
|
|
MSG_099D {The [ToggleRed]thief[.][ToggleRed] Colm has appeared.[.][A][NL]Thieves can [ToggleRed]steal[.][ToggleRed] items from[.][NL]other units.[A][NL]Also, they can [.][ToggleRed]open the locks[ToggleRed] of[.][NL][ToggleRed]doors[.][ToggleRed] and [.][ToggleRed]chests[ToggleRed]. Thieves[.][NL]are handy allies to have around.[A]}
|
|
MSG_099E {Place the cursor on a unit and press[NL]the [ToggleRed]R Button[ToggleRed] to display that[NL]unit's [.][ToggleRed]status[ToggleRed].[.][A][NL]For example, if you select a bandit[.][NL]and press the [ToggleRed]R Button[ToggleRed], you'll[NL]see that he's carrying a hand axe.[A][NL2][NL]If you press the [.][ToggleRed]R Button[ToggleRed] again,[.][NL]you'll see [.][ToggleRed]help information[ToggleRed] for each[.][NL]item on-screen.[.][A][NL]You can use the [ToggleRed]R Button[ToggleRed] to see[.][NL]the properties of weapons and items.[A][NL]If there's something you don't [.][NL]understand about [.][ToggleRed]unit information[ToggleRed], [NL]press the [ToggleRed]R Button[ToggleRed].[.][A]}
|
|
MSG_099F {Bows are [.][ToggleRed]ranged weapons[ToggleRed].[.][NL]They can be used to attack enemies[NL]who are a space away.[.][A][NL]Additionally, they can be used[NL]to attack over walls.[.][A]}
|
|
MSG_09A0 {Colm and Neimi are childhood friends.[.][NL]Try moving Neimi next to Colm and[.][NL]have her [.][ToggleRed]talk[ToggleRed] to him. He[.][NL]may decide to join you.[.][A]}
|
|
MSG_09A1 {Colm and Neimi have an [.][ToggleRed]invisible[.][NL]bond[ToggleRed] that ties them together.[.][A][NL]Units that have such a bond can[.][NL]develop a [ToggleRed]support relationship[ToggleRed].[.][A][NL2][NL]Units become closer and their bond[NL]stronger the longer they are[NL][ToggleRed]adjacent to one another[.][ToggleRed].[.][A][NL]Eventually, they will be able to[NL]share a [ToggleRed]support conversation[ToggleRed].[.][A][NL2][NL]Units that share a support relationship[.][NL]fight with [.][ToggleRed]improved abilities[ToggleRed][NL]when they are near each other.[A][NL2][NL]There are three levels of support[.][NL]units can share: [.][ToggleRed]C, B, and A[.][ToggleRed].[.][A][NL]Levels are gained by staying[NL]side-by-side as much as possible.[.][A][NL2][NL]Colm and Neimi are not the only units[.][NL]that can have support relationships.[NL]Eirika and Seth, among others, can [.][NL]grow close to other units as well.[A][NL2][NL]Watch how characters interact with each[.][NL]other to guess at who might share[.][NL]a support relationship with whom.[.][A][NL2][NL]If you have two units you think may[.][NL]have such a bond, [ToggleRed]place them next[.][NL]to one another again and again[ToggleRed].[.][A][NL]Who knows: they may eventually share[NL]a [ToggleRed]support conversation[ToggleRed].[.][A][NL2][NL]However, bear in mind that each unit[NL]can have only [ToggleRed]5[.][ToggleRed] support relationships.[.][A]}
|
|
MSG_09A2 {Enemy units may sometimes drop items[NL]when they are defeated.[.][A][NL]In the same way you searched for hand[.][NL]axes earlier, try looking at enemy items[NL]with the [.][ToggleRed]R Button[ToggleRed].[.][A][NL][ToggleRed]Green items[.][ToggleRed] are items that will be [NL]dropped. Check enemy items beforehand [NL]to gain the advantage in combat.[A]}
|
|
MSG_09A3 {[OpenMidRight][LoadFace][4][NL][OpenMidLeft][LoadFace][2][NL][OpenMidRight]We're approaching Serafew, at the[.][NL]border of Renais and Grado.[.][A][NL]Once we cross, we'll be in Grado[ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]Renvall won't be much farther.[A][OpenMidLeft]That is, assuming we can cross the[NL]border without mishap[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Oh![.][NL]Look! Over there![.][A]}
|
|
MSG_09A4 {[OpenMidRight][LoadFace][4][NL][OpenMidLeft][LoadFace][2][NL][OpenMidLeft]Those strange figures[.][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]What[ToggleMouthMove]... [ToggleMouthMove]What are they?[A][NL]Are they[ToggleMouthMove]...[.][ToggleMouthMove]human?[A][OpenMidRight]I've never seen anything like[.][NL]it. What could they be?[.][A]}
|
|
MSG_09A5 {[OpenMidLeft][LoadFace][16][NL][OpenMidRight][LoadFace][26][NL][OpenMidRight]What have we done to deserve the trials[.][NL]before us? What is happening to us?[.][A][NL]How could such abominations walk our lands[NL]while the Sacred Stones protect us?[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]Lute, please, it's dangerous outside[NL]the walls. Stay here in the village.[A][OpenMidLeft]Those are revenants, aren't they?[.][A][NL]They were the vanguard of the Demon[.][NL]King in the days of darkness.[.][A][NL]The Tome of Nazania describes them in[.][NL]chapter 2, section 7, paragraph 8.[A][OpenMidRight]You know of them?[.][A][OpenMidLeft][ToggleSmile]Duh! I'm a prodigy. I can recall[NL]most everything I see or hear.[A][NL]According to the book, revenants[NL]attack using razor-sharp claws.[.][A][NL]Sounds painful, wouldn't you say?[.][A][ToggleSmile][OpenMidRight]Yes, er, well[.][ToggleMouthMove]... [ToggleMouthMove]Be that as it may, I[NL]must go aid those travelers outside.[A][NL]You should stay here within the[.][NL]safety of the village.[A][OpenMidLeft]Very well. I don't mind staying here.[.][NL]In fact, it seems the smarter choice.[.][A][CloseSpeechSlow][OpenMidRight][ClearFace][OpenMidLeft]Magic is far more powerful than any[.][NL]monster's claws.[A][NL]The thickest hide and strongest armor[.][NL]are useless against magic's power.[A][NL]Yes, I suppose I could have studied[.][NL]swords, but only magic is worthy of me.[.][A][NL]Even if this village were to be assaulted[.][NL]by monsters, I could defend it perfectly.[.][A]}
|
|
MSG_09A6 {[OpenLeft][LoadFace][2][NL][OpenMidRight][LoadFace][26][NL][OpenMidRight]Travelers, you must listen to me! The[.][NL]ancient forest of Za'ha is dangerous.[.][A][NL]Head south and pass through this place[NL]before the fiends surround you![.][A][OpenLeft]Who are you?[A][OpenMidRight]My name is Artur.[.][A][NL]The temple has assigned me the task of[NL]cleansing the forest of these[.][ToggleMouthMove]...[.][ToggleMouthMove]things.[.][A][NL]There are so many of the fiends, though.[NL]I wonder if I stand much chance alone.[A][NL]So if you would, please flee now while[NL]you have the chance.[A][OpenLeft]Fiends?[.][A][NL]You're not talking about the same fiends[NL]that served the ancient Demon King?[.][A][NL]That can't be right[.][ToggleMouthMove]... [ToggleMouthMove]They're nothing[.][NL]but legends and fairy tales[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Yes, I felt the same when I heard.[A][NL]And yet here they are. This place[.][NL]is filled with them.[A][NL]I wonder how far they've spread[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Surely they're not in Renais alone.[.][A][OpenLeft]But[.][ToggleMouthMove]...[.][ToggleMouthMove]why are they here? How?[.][A][OpenFarLeft][LoadFace][4][NL][OpenFarLeft]Beware, Your Highness![NL]Something approaches![.][A]}
|
|
MSG_09A7 {[OpenMidLeft][LoadFace][26][NL][OpenMidLeft]Please allow me to deal with this.[A][CloseSpeechSlow][OpenMidLeft]Evil shade! May the blessed light[.][NL]drive you from this land![.][A]}
|
|
MSG_09A8 {[OpenMidLeft][LoadFace][4][NL][OpenMidLeft]We ought to help. He can't fight[NL]them all alone. Do you have orders?[.][A]}
|
|
MSG_09A9 {[OpenMidLeft][LoadFace][26][NL][OpenMidLeft]One of my companions is in that village[.][NL]to the south.[.][A][NL]If any of you can get there swiftly,[NL]I implore you to watch over her safety.[.][A]}
|
|
MSG_09AA {[OpenMidLeft][LoadFace][26][NL][OpenMidLeft]Listen to me, travelers! If you[.][NL]can, try to stay in the woods.[A]}
|
|
MSG_09AB {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][4][NL][OpenMidLeft]Why should we stay in the woods?[A][OpenMidRight]In combat, the trees provide[NL]cover against attacks.[A][NL]The trees and branches make it[NL]difficult for enemies to strike.[A][OpenMidLeft]Is that so? Fair enough.[A][NL]Let's stick to trees then.[A]}
|
|
MSG_09AC {[ToggleSmile][OpenMidRight][LoadFace][34][NL][OpenMidRight]Oh, my![.][A][NL]Those travelers are besieged[NL]by the agents of evil![A][OpenLeft][LoadFace][35][NL][OpenLeft]Ha ha ha! Right you[.][NL]are, Lady L'Arachel![A][OpenMidRight]I cannot allow this to happen![NL]Come![.][A][NL]We must charge down these cliffs[NL]and rush to their aid![A][OpenFarLeft][LoadFace][36][NL][OpenFarLeft]We charge down these cliffs, and the[NL]only thing we'll be rushing to is death.[A][NL]How about we find us a nice, gentle[.][NL]path down, hm?[A][OpenMidRight]Ah[ToggleMouthMove]... [ToggleMouthMove]Yes, well[.][ToggleMouthMove]... [ToggleMouthMove]Let us[NL]hurry nonetheless.[A][NL]I simply cannot abide those[.][NL]wicked beasts running amok![.][A]}
|
|
MSG_09AD {[OpenMidRight][LoadFace][26][NL][OpenMidLeft][LoadFace][16][NL][OpenMidRight]Everything is all[.][NL]right now, Lute.[A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]Lute?[.][A][OpenMidLeft]Your flesh shows no sign of putrefaction.[.][A][NL]It seems you're not a revenant.[.][A][OpenMidRight]Well, I should hope not![A][NL2][NL]However, I'm obliged to help the ones[.][NL]who aided me against those fiends.[A][NL]So I'm afraid I'll be leaving you and[.][NL]traveling with them for a while.[A][NL]What will you do, Lute?[.][A][OpenMidLeft]That's a good question. A very good[.][NL]question indeed. Hmm[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It's decided. I'll join you, Artur.[.][A][NL]After all, who wouldn't appreciate the[NL]help of a mage such as myself?[A][NL][ToggleSmile]There's no one better than me.[A][ToggleSmile]}
|
|
MSG_09AE {[OpenMidRight][LoadFace][2][NL][OpenFarFarLeft][LoadFace][16][NL][OpenFarFarLeft][MoveFarLeft][OpenFarLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]Yes? Who are you?[.][NL]What do you want?[.][A][OpenFarLeft]Your flesh shows no sign of putrefaction.[.][A][NL]It seems you're not a revenant.[.][A][OpenMidRight]I most certainly am not.[A][NL]Are you from this village? It's[.][NL]still not safe to travel outside.[.][A][OpenFarLeft]I am not a villager. I am Lute. I'm[.][NL]a mage! Possibly the best, in fact.[.][A][NL]I've decided to join you and your crew[NL]in gratitude for your help here today.[A][NL]After all, who wouldn't appreciate the[NL]help of a mage such as myself?[A][NL][ToggleSmile]There's no one better than me.[A][ToggleSmile][OpenMidRight]What an unusual girl[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_09AF {[OpenLeft][LoadFace][4][NL][OpenFarLeft][LoadFace][2][NL][OpenRight][LoadFace][26][NL][OpenFarRight][LoadFace][16][NL][SendToBack][OpenLeft]We've killed all the monsters.[A][NL]Still, we'd best burn the bones to[NL]ash to be sure they don't return.[.][A][OpenFarLeft]I still can't believe what we've[NL]been fighting here[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'd thought those fiends nothing[NL]more than myth and legend.[A][OpenLeft]Those revenants are said to be the[NL]least of the dark creatures.[A][NL]And yet, the weakest of them could[NL]outmatch any normal man.[A][NL]We cannot take this enemy lightly.[A][OpenFarRight]Oh, yes. There are much worse than those[NL]revenants and the entombed[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Let's see, there's the bonewalkers,[.][NL]mauthe doogs, gargoyles, baels[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Why, I'll bet you just about any creature[.][NL]of lore could be walking again.[.][A][NL]Yes, we're in for some trouble. Even my[.][NL]fabulous power may not be enough.[.][A][OpenRight]O divine light, show me[.][ToggleMouthMove]... [ToggleMouthMove]Is this[.][NL]a sign of dark days to come?[A][OpenFarRight][ClearFace][OpenRight][ClearFace][OpenLeft][ClearFace][FastPrint][OpenFarLeft][MoveMidLeft][OpenMidLeft]By all that's holy,[.][NL]what is happening?[A][OpenMidRight][LoadFace][4][NL][OpenMidRight]Princess Eirika, perhaps it would be[NL]wise to return to Frelia and regroup.[.][A][NL]Pressing forward seems foolish in[.][NL]light of recent events.[.][A][NL]We cannot face both Grado's forces[NL]and more of those terrible things.[A][OpenMidLeft]Seth, I follow your point, and nothing would[NL]please me more than running for safety.[.][A][NL]But what of my brother? He and his men[NL]are trapped in the same situation we are.[.][A][NL]I know full well that I may be leading us[.][NL]into even greater danger, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Please try to understand.[.][A][OpenMidRight]I do, my princess, and I vow to[.][NL]see you through this safely.[A]}
|
|
MSG_09B0 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]We've killed all the monsters.[A][NL]Still, we'd best burn the bones to[NL]ash to be sure they don't return.[.][A][OpenMidLeft]I still can't believe what we've[NL]been fighting here[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'd thought those fiends nothing[NL]more than myth and legend.[A][OpenMidRight]Those revenants are said to be the[NL]least of the dark creatures.[A][NL]And yet the weakest of them could[.][NL]outmatch any normal man.[A][NL]We cannot take this enemy lightly.[A][OpenMidLeft]By all that's holy,[.][NL]what is happening?[A][OpenMidRight]Princess Eirika, perhaps it would be[NL]wise to return to Frelia and regroup.[.][A][NL]Pressing forward seems foolish in[.][NL]light of recent events.[.][A][NL]We cannot face both Grado's forces[NL]and more of those terrible things.[A][OpenMidLeft]Seth, I follow your point, and nothing would[NL]please me more than running for safety.[.][A][NL]But what of my brother? He and his men[NL]are trapped in the same situation we are.[.][A][NL]I know full well that I may be leading us[.][NL]into even greater danger, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Please try to understand.[.][A][OpenMidRight]I do, my princess, and I vow to[.][NL]see you through this safely.[A]}
|
|
MSG_09B1 {[ToggleSmile][OpenMidLeft][LoadFace][2][NL][OpenFarFarRight][LoadFace][34][NL][OpenFarFarRight][MoveRight][OpenRight]Aha! Foul creatures, beware![A][NL]I, L'Arachel, bestow upon you the honor[.][NL]of banishment at my blessed hands![A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenRight]Oh[ToggleMouthMove]... [ToggleMouthMove]Where are the monsters?[.][A][OpenMidLeft]Well, we just finished[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Ah, glad tidings indeed![NL]The heavens must be rejoicing![A][NL]I am[ToggleMouthMove]...[.][ToggleMouthMove]a tad disappointed however.[.][A][NL]After all, I did rush all the way here[NL]to show you the splendor of my might.[.][A][OpenFarRight][LoadFace][35][NL][OpenFarRight]Gwah ha ha! It's a real shame,[NL]innit, Lady L'Arachel?![.][A][OpenFarRight][ClearFace][OpenFarRight][LoadFace][36][NL][OpenFarRight]What's shameful is the way you[NL]drag us around the countryside.[.][A][OpenFarRight][ClearFace][OpenMidLeft]Pardon me, but[ToggleMouthMove]...[.][ToggleMouthMove]who are you?[A][OpenRight]Me?[.][A][NL]Since you ask, please allow me[NL]to introduce myself.[A][NL]It is I, the true light and glory[.][NL]of the sacred realm of Rausten[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight][LoadFace][35][NL][OpenFarRight]Stop! Lady L'Arachel, you[.][NL]mustn't continue![.][A][NL]You cannot reveal your[NL]true identity here![.][A][OpenRight]Oh, yes, you're right. Oh, I get[NL]so careless sometimes![A][NL]Now, I must ride off in anonymity.[NL]Oh, how beautifully romantic![.][A][OpenMidLeft]Uh[ToggleMouthMove]... [ToggleMouthMove]Right.[A][OpenRight]Fare thee well, strangers.[NL]Perhaps our paths will cross again.[.][A][NL]Come, Dozla! Rennac![NL]We ride![A][OpenRight][ClearFace][OpenFarRight]Gwah ha ha![.][NL]Let's go, Rennac![.][A][OpenFarRight][ClearFace][OpenFarRight][LoadFace][36][NL][OpenFarRight]All right, all right.[.][A][OpenFarRight][ClearFace][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]What was that about?[A][OpenMidLeft][ClearFace]}
|
|
MSG_09B2 {[OpenMidRight][LoadFace][26][NL][OpenMidLeft][LoadFace][16][NL][OpenMidRight]Lute, help has arrived.[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]Lute?[.][A][OpenMidLeft]Your flesh shows no sign of putrefaction.[.][A][NL]It seems you're not a revenant.[.][A][OpenMidRight]Well, I should hope not![A][NL]I wanted you to know help has arrived.[NL]Please be patient a bit longer[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]No, no. I insist on joining you in combat.[A][NL]I've been reading up on these revenants.[NL]They are, quite simply, no match for me.[A][NL][ToggleSmile]I am superior after all.[A][ToggleSmile]}
|
|
MSG_09B3 {[OpenMidRight][LoadFace][2][NL][OpenMidLeft][LoadFace][16][NL][OpenMidRight]Who are you?[A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]Um[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Your flesh shows no sign of putrefaction.[.][A][NL]It seems you're not a revenant.[.][A][OpenMidRight]No, I'm not.[A][NL]Are you from around here?[.][A][NL]There are still monsters about,[.][NL]so you should stay in[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft]No, no. I insist on joining you in combat.[A][NL]My name is Lute. I'm a mage of superior[.][NL]wisdom and rare ability.[A][NL]I've been reading up on these revenants.[NL]They are, quite simply, no match for me.[A][NL][ToggleSmile]I am superior after all.[A][ToggleSmile][OpenMidRight]What an odd girl[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_09B4 {[OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft][LoadFace][16][NL][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]Hm?[.][A][OpenMidLeft]Your flesh shows no sign of putrefaction.[.][A][NL]It seems you're not a revenant.[.][A][NL]I've decided to join you in battle now.[.][A][NL]My name is Lute. I'm a mage of superior[.][NL]wisdom and rare ability.[A][NL]I've been reading up on these revenants.[NL]They are, quite simply, no match for me.[A][NL][ToggleSmile]I am superior after all.[A][ToggleSmile]}
|
|
MSG_09B5 {[OpenMidLeft][LoadFace][0xFF][0xFF][OpenMidRight][LoadFace][91][NL][OpenMidRight]Do you see that old snag to the[.][NL]south of here?[A][NL]Bet it would make a handy bridge[NL]if you could knock it over.[.][A][NL]Take a weapon to it and give it a[.][NL]few good whacks. That should do it.[.][A][NL]Here, take this and give it a try.[NL]It ought to do the trick.[.][A]}
|
|
MSG_09B6 {There are three different schools of[NL][ToggleRed]magic[.][ToggleRed], each of which is governed[.][NL]by the [.][ToggleRed]trinity of magic[ToggleRed].[.][A][NL][ToggleRed]Light[.][ToggleRed] is strong against [.][ToggleRed]Dark[ToggleRed].[.][NL][ToggleRed]Dark[ToggleRed] is strong against [.][ToggleRed]Anima[.][ToggleRed].[.][NL][ToggleRed]Anima[.][ToggleRed] is strong against [.][ToggleRed]Light[.][ToggleRed].[.][A][NL]For now, just remember that [ToggleRed]Light[.][NL]is strong against Dark[ToggleRed].[.][A]}
|
|
MSG_09B7 {The [ToggleRed]magic[.][ToggleRed] that Artur and Lute[NL]wield cannot be stopped by[NL]physical [.][ToggleRed]defense[.][ToggleRed].[.][A][NL]However, magic [.][ToggleRed]resistance[ToggleRed] can affect[.][NL]the damage it does.[.][A][NL]So, it's possible to do high damage to[NL]units like [.][ToggleRed]knights[.][ToggleRed], who possess[.][NL]strong [.][ToggleRed]defenses[ToggleRed].[.][A][NL]On the other hand, it's difficult to harm[.][NL]units with high [ToggleRed]resistance[ToggleRed], like[NL]pegasus knights.[A][NL]Magic can also be used to attack[NL]directly or indirectly, like a hand axe.[A][NL]It can be wielded like a sword to strike[NL]adjacent foes or like a bow to hit[NL]enemies at a distance.[A]}
|
|
MSG_09B8 {Starting on this map, you'll be able[NL]to use the [.][ToggleRed]preparations screen[.][ToggleRed].[.][A][NL]You can [ToggleRed]choose which units[ToggleRed] to send into[.][NL]battle and [.][ToggleRed]manage items[ToggleRed] to secure[NL]the best chance of victory.[.][A]}
|
|
MSG_09B9 {Forests and other map areas may[.][NL]offer [ToggleRed]terrain bonuses[.][ToggleRed].[.][A][NL]Units in forests are harder to hit[NL]and take less damage when struck.[.][A][NL]Simply put, staying under trees makes[.][NL]it more difficult for enemies to hit [.][NL]and harm you.[.][A][NL]Areas that have [ToggleRed]terrain bonuses[.][ToggleRed] are[NL][ToggleRed]forests[.][ToggleRed], [ToggleRed]mountains[.][ToggleRed], [ToggleRed]fortresses[ToggleRed], and[.][NL][ToggleRed]gates[.][ToggleRed], to name a few.[A][NL]Use terrain to your advantage during[NL]combat to avoid risking your units.[.][A]}
|
|
MSG_09BA {[ToggleSmile][OpenMidLeft][LoadFace][42][NL][OpenMidLeft]Well, well. There's an arena in this town.[A][NL]Perfect. My pocket's feeling a bit light.[.][A][CloseSpeechSlow][OpenMidLeft]Say, is that a cleric? It is![.][NL]And a gorgeous one at that.[.][A]}
|
|
MSG_09BB {[OpenLeft][LoadFace][17][NL][OpenLeft][MoveRight][OpenMidLeft][LoadFace][42][NL][OpenMidLeft]Something amiss, Sister?[NL]You look flustered.[.][A][OpenRight][MoveRight][OpenRight]Ahhh![.][A][OpenRight][ClearFace][OpenMidRight][LoadFace][17][NL][OpenMidRight]P-pardon me.[A][OpenMidLeft][ToggleSmile]No, pardon me! I never meant[NL]to startle you.[.][A][NL]May I offer my apologies[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]No, it's not necessary[ToggleMouthMove]...[.][ToggleMouthMove][NL]It was my fault.[A][NL]Excuse me, I must be going[ToggleMouthMove]...[.][ToggleMouthMove][NL]Good day to you.[A][OpenMidRight][ClearFace][ToggleSmile][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]And there she goes.[.][A][NL]Not my lucky day[ToggleMouthMove]...[.][ToggleMouthMove][NL]She was quite the beauty, too.[A][NL]Ah, such is life. I think I've time[.][NL]still to visit the arena, though.[.][A]}
|
|
MSG_09BC {[OpenMidLeft][LoadFace][52][NL][OpenMidRight][LoadFace][75][NL][OpenMidRight]Captain Saar of the Serafew Border[NL]Guard. How fare you?[A][NL]I bring orders from His Majesty.[A][NL]Rumor has it that Princess Eirika of[NL]Renais is making her way to Grado.[A][NL]You are to find her and to place[NL]her in custody immediately.[.][A][OpenMidLeft]Yes, sir![.][A][OpenMidRight]One more thing[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]A traitor to the empire has fled[NL]Castle Grado.[.][A][NL]We've received reports she is hiding[NL]somewhere here in Serafew.[A][NL]I don't care if you have to tear this[.][NL]town apart. Find the turncoat.[A][OpenMidLeft]Yes, sir, General Glen![.][A][NL]If she resists, do we have[NL]permission to execute her?[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Yes. Permission granted.[A][OpenMidLeft]Understood! Grado's will be done.[.][A][NL]The Grado Empire will repay the[.][NL]debt of betrayal with blood![A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]His Majesty relies upon you, Captain.[.][NL]Be sure his trust is not misplaced.[.][A][NL]That is all.[A][OpenMidLeft]Yes, sir![.][A]}
|
|
MSG_09BD {[OpenMidLeft][LoadFace][19][NL][OpenMidRight][LoadFace][75][NL][OpenMidRight]Such loyalty to the crown.[A][NL]If only I could hold such conviction[NL]in the righteousness of our emperor.[A][OpenMidLeft]Something troubling you, Brother?[.][A][OpenMidRight]No[ToggleMouthMove]... [ToggleMouthMove]Pay no mind to me.[A][NL]Come, Cormag. Let's go.[.][A][NL]From here, we ride northeast,[.][NL]back to the fort.[.][A][OpenMidLeft]Very well.[A]}
|
|
MSG_09BE {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][4][NL][OpenMidLeft]It's been so long since I last[NL]visited Serafew.[A][NL]My brother and I used to pass[.][NL]through here en route to Grado.[.][A][NL]I remember the harmony in which the[.][NL]people of both countries lived.[.][A][NL]No walls divided our borders. No[NL]soldiers stood guard in high towers.[A][NL]This border town[ToggleMouthMove]... [ToggleMouthMove]It was to me a symbol[.][NL]of the trust between Grado and Renais.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]And now, it is firmly under[.][NL]the thumb of Grado's emperor.[.][A][OpenMidLeft]The peace I remember in this city[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It seems like something from another[NL]time. It seems lost now[.][ToggleMouthMove]... [ToggleMouthMove]Forever.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]The city doesn't seem to be very[NL]heavily patrolled.[A][NL]They must feel it's not worth guarding[NL]with Castle Renais under their control.[.][A][NL]We must try to not draw attention to[NL]ourselves. The west gate is undermanned[.][ToggleMouthMove]...[.][ToggleMouthMove][A][LoadOverworldFaces][OpenFarFarRight][LoadFace][32][NL][OpenFarFarRight]Pardon me, may I ask[NL]you a question?[.][A][OpenMidRight][ClearFace][OpenMidLeft][MoveFarLeft][OpenLeft][LoadFace][4][NL][OpenFarFarRight][MoveMidRight][OpenFarLeft]What is it?[.][A][OpenMidRight]I'm looking for someone.[A][NL]Have you seen a young girl[NL]with indigo hair?[.][A][OpenFarLeft]Indigo hair?[A][NL]No[ToggleMouthMove]... [ToggleMouthMove]Sorry.[A][OpenMidRight]Hmmm[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Thank you. Sorry[NL]to intrude.[.][A]}
|
|
MSG_09BF {[OpenLeft][LoadFace][2][NL][OpenFarLeft][LoadFace][4][NL][OpenLeft]There was something very odd about[NL]that man, wouldn't you say?[.][A][OpenFarLeft]He did seem unusual. He didn't[NL]strike me as a Grado spy, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][LoadOverworldFaces][OpenFarFarRight][LoadFace][107][NL][OpenFarFarRight]Catch her! Don't let her escape![A][CloseSpeechSlow][OpenFarFarRight]That way! She[.][NL]went that way![A][OpenLeft]What's that?[A][OpenFarLeft]It's coming from over there.[A][OpenLeft]Let's see what the commotion is.[A]}
|
|
MSG_09C0 {[OpenMidLeft][LoadFace][17][NL][OpenMidRight][LoadFace][107][NL][OpenMidRight]Traitor Natasha![NL]Surrender peacefully.[.][A][NL]Come quietly, and you may have the chance[.][NL]to explain yourself before His Majesty.[.][A][OpenMidLeft]Wait, please.[.][NL]You must listen to me![A][OpenMidRight]Take her.[.][A][OpenMidLeft]No, you must believe me![A][NL]The emperor is not himself. You[.][NL]MUST be able to see that![.][A][OpenMidRight]Impugn the emperor at your peril![.][A][NL]We've been ordered to execute you[.][NL]if you offer any resistance.[A][NL]But your words condemn you![.][A]}
|
|
MSG_09C1 {[OpenLeft][LoadFace][2][NL][OpenFarLeft][LoadFace][4][NL][OpenLeft]That cleric is a traitor to[.][NL]the throne of Grado?[A][NL]What madness is this?[.][A]}
|
|
MSG_09C2 {[OpenMidLeft][LoadFace][17][NL][OpenMidRight][LoadFace][2][NL][OpenMidLeft]Ah[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Are you all right?[A][OpenMidLeft]Who are you?[A][OpenMidRight]I'm from Renais. Why are[NL]these Grado men after you?[A][OpenMidLeft]You're from Renais[ToggleMouthMove]... [ToggleMouthMove]Oh![.][A][NL]I have something I must tell[NL]you. It's about Grado[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidRight]Wait[ToggleMouthMove]--[ToggleMouthMove]Grado soldiers are coming[.][NL]this way.[.][A][NL]We'll have to talk later.[.][NL]Now we must fight![A]}
|
|
MSG_09C3 {[OpenMidRight][LoadFace][42][NL][OpenMidRight]So much for my dreams of making[.][NL]my fortune here[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]First the girl, now the gold.[.][NL]It really isn't my lucky day.[.][A][OpenMidLeft][LoadFace][107][NL][OpenMidLeft]You there! Mercenary! What are[NL]you doing here at the arena?[A][NL]Get back to the staging area now![.][A][OpenMidRight]C'mon, why don't we both hit the arena?[.][NL]It'll be good training.[.][A][NL]If you're going to risk your life anyway,[.][NL]you may as well try to earn some gold.[A][OpenMidLeft]I'm reporting you to the captain! You'll[NL]be lucky if he just docks your pay![.][A][NL]Don't forget[ToggleMouthMove]--[ToggleMouthMove]you can be replaced in[NL]an eyeblink, you filthy sellsword![A][OpenMidLeft][ClearFace][OpenMidRight]Don't worry, little man.[NL]I won't forget.[.][A][NL2][NL]Work's work, but I don't[NL]like fighting women[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Now then, what's the rest of[NL]the day got in store for me?[A][NL2][NL][ToggleMouthMove]...[.][ToggleMouthMove]Tails, huh? That's nothing[NL]but bad luck and more bad luck[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_09C4 {[OpenMidLeft][LoadFace][17][NL][OpenMidLeft]They may not want to hear what[NL]I have to say, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I must speak with one of the[NL]Grado soldiers.[.][A][NL]Oh, if only one of them will[NL]listen to my words[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Please! Grant me strength.[A]}
|
|
MSG_09C5 {[OpenFarRight][LoadFace][76][NL][OpenFarRight]Look at this. Now's our chance![.][A][NL]C'mon, lads![A][NL]Let's join the fight and steal our[NL]way through this pathetic town![.][A]}
|
|
MSG_09C6 {[OpenMidRight][LoadFace][17][NL][OpenMidRight]I can't let myself die here[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Someone has to hear my tale[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_09C7 {[OpenMidLeft][LoadFace][52][NL][OpenMidLeft]Enemy of the empire![....][NL]Death's too good for you![.][A]}
|
|
MSG_09C8 {[OpenMidLeft][LoadFace][52][NL][OpenMidLeft]Emperor Vigarde[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Glory to His[ToggleMouthMove]...[.][ToggleMouthMove]Majesty[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_09C9 {[OpenLeft][LoadFace][2][NL][OpenFarLeft][LoadFace][4][NL][OpenMidRight][LoadFace][17][NL][SendToBack][OpenLeft]That was a tight spot.[A][OpenMidRight]Yes, yes it was[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Thank you so much.[A][NL]I don't know how to repay[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenFarLeft]You're from Grado, aren't you?[A][OpenMidRight]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]My name is Natasha.[.][A][NL]I was a servant of the people[.][NL]at Grado's Imperial Temple.[.][A][OpenLeft]Then why the trouble with the soldiers?[.][NL]Would you tell us your story?[.][A][OpenMidRight]Of course[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]A few days past, my mentor was [.][NL]arrested without warning.[.][A][NL]They executed him.[NL]They said he was a traitor[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But those were false accusations.[.][A][NL]The emperor had him killed[ToggleMouthMove]--[ToggleMouthMove]a holy[NL]man![ToggleMouthMove]--[ToggleMouthMove]to keep him silent.[.][A][OpenFarLeft]Keep him silent?[A][OpenMidRight]Yes. My mentor told me with[.][NL]his final breath.[.][A][NL]The emperor plans to destroy[NL]the Sacred Stones.[A][OpenLeft]The Sacred Stones? Destroy them?[A][OpenMidRight]As you must know, the Sacred Stones drove[.][NL]back the power of evil long ago.[A][NL]Even now, each of our nations is home[.][NL]to one of these legendary treasures.[A][NL]There's one in my homeland, Grado, and[NL]one in your Renais[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Yes, the Sacred Stone of Renais is[NL]still housed in our royal temple.[.][A][OpenMidRight]The emperor plans to destroy the[NL]five stones, one by one[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]Why would he do such a thing?[.][A][NL]Legend says the Sacred Stones are[.][NL]even now all that keeps evil at bay![A][OpenMidRight]I cannot begin to guess his motives[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You must know, our emperor was a gentle[.][NL]man. But one day, he changed. Utterly.[A][NL]Before my mentor died, he said the keepers[NL]of the Sacred Stones must be warned.[A][NL]I tried to slip across the border, but[NL]the soldiers spotted me[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Is that what happened[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]What do you think, Seth?[A][OpenFarLeft]I think we can trust no one from Grado.[.][NL]Not in these times. Not without proof.[A][NL]However, if what she says is true, we[.][NL]cannot ignore the danger we face.[.][A][NL]Destroying the Sacred Stones[ToggleMouthMove]...[.][ToggleMouthMove][NL]We cannot allow that to happen.[.][A][OpenLeft]I agree. If only we knew if there were[NL]some reason for the emperor's actions.[A][NL]I must tell you, her story chills me to[.][NL]the bone. I pray it is false[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_09CA {[OpenFarLeft][LoadFace][4][NL][OpenLeft][LoadFace][2][NL][OpenRight][LoadFace][18][NL][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Ahh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Hold on! You must hold on![A][OpenFarLeft]Her wound is[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight][HalfCloseEyes][OpenRight]The[.][ToggleMouthMove]...[.][ToggleMouthMove]emp[.][ToggleMouthMove]...[.][ToggleMouthMove]emperor[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Stop, you mustn't speak[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]The emperor wants[.][ToggleMouthMove]...[.][ToggleMouthMove]de[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]destroy[.][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]Sacred Stones[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight][CloseEyes][OpenFarLeft]What?![A][OpenLeft]Destroy the Sacred Stones?[A][OpenRight][HalfCloseEyes][OpenRight]Please[ToggleMouthMove]...[.][ToggleMouthMove]warn[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Protect the[.][ToggleMouthMove]...[.][ToggleMouthMove]five stones[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]......[ToggleMouthMove][A][OpenRight][CloseEyes][OpenRight][ClearFace][OpenFarLeft][ToggleMouthMove]...[.][ToggleMouthMove]She's dead.[.][A][OpenLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]Seth, what do you make[NL]of her final words?[.][A][OpenFarLeft]She said something about the[NL]Sacred Stones.[A][NL]She must have meant five stones that[NL]banished evil from Magvel long ago.[.][A][OpenLeft]And the emperor[.][ToggleMouthMove]--[ToggleMouthMove]Grado's emperor?[NL]Is he trying to destroy them?[.][A][NL]What does that mean?[A][OpenFarLeft]I don't know.[.][A][NL]If she had lived, we might[NL]have learned more, but[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Destroying the Sacred Stones[ToggleMouthMove]...[.][ToggleMouthMove][NL]We cannot allow that to happen.[.][A][NL]Could it really be true? What would[.][NL]drive the emperor to such madness?[A][NL]I must tell you, her story chills me[NL]to the bone. I pray it is false.[A] [.]}
|
|
MSG_09CB {[OpenMidRight][LoadFace][2][NL][OpenMidLeft][LoadFace][88][NL][OpenMidLeft]A moment, please.[.][NL]Are you perchance[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Princess Eirika?[A][OpenMidRight]I am.[.][A][OpenMidLeft]Oh[ToggleMouthMove]... [ToggleMouthMove]Thank goodness you're safe![.][NL]I can't tell you how happy I am.[A][NL]And please accept my gratitude for[NL]driving off that Captain Saar.[A][NL]That Saar treated all the citizens of Renais[NL]with such contempt and brutality[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Not here[ToggleMouthMove]...[.][ToggleMouthMove]not in this city.[.][A][NL]My brother and I spent such[.][NL]happy times here with Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I beg your pardon, but it will not be[.][NL]long before Grado sends more troops.[A][NL]Please, you must go quickly.[A][OpenMidRight]I'm so sorry.[.][A][NL]There's nothing I can do for[NL]you now. Please forgive me.[.][A][OpenMidLeft]Do not be troubled.[.][NL]Princess Eirika[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We will survive and wait for the[NL]day of liberation to come.[A][NL]There will come a day when you, Prince[NL]Ephraim, and all of Renais rise up[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Until that day of glory comes, we will[NL]wait unbowed and filled with hope.[A]}
|
|
MSG_09CC {[OpenMidLeft][LoadFace][17][NL][OpenMidRight][LoadFace][42][NL][OpenMidLeft]You[.][ToggleMouthMove]... [ToggleMouthMove]You're that man I met[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Are you here to capture me? You've been[.][NL]hired to silence me, haven't you[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Yeah, Grado's paying the bill.[NL]They want you dead, you know?[.][A][NL]But don't feel bad. It's not personal.[A][OpenMidLeft]Wait, please[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It doesn't matter what happens to[.][NL]me, but you must hear my words.[.][A][NL]The emperor of Grado is changed.[NL]He is not the man he once was.[A][NL]The other nations must be warned before[.][NL]he extinguishes all light from our lands.[.][A][OpenMidRight]Hey, no offense, but I'm just a mercenary.[NL]I don't care about Grado or its emperor.[A][NL]Everything you say may be true, or it may[.][NL]be lies. I don't care either way.[.][A][OpenMidLeft]But that's[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Even so[.][ToggleMouthMove]... [ToggleMouthMove]Killing a beautiful lady like[.][NL]you would leave a bad taste in my mouth.[A][NL2][NL]Tell me, do you like to gamble?[.][A][OpenMidLeft]What?![A][OpenMidRight]Gambling's what I live for. Even[NL]when I lose, I never want to stop.[A][NL]Let's have us a little wager.[.][NL]If you win, I'll believe you.[.][A][NL]Heads or tails, you call it.[A][OpenMidLeft]You can't[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]This is no time for games[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Would you rather I get on with the[NL]job I was hired for?[A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][NL]Um, heads[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]No! Tails![A][OpenMidRight]All right. So I'm heads,[NL]and you're tails.[.][A][NL]Here we go.[.][.......][NL][ToggleMouthMove]... ... ...[.][ToggleMouthMove][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][NL]Which[.][ToggleMouthMove]... [ToggleMouthMove]Which is it?[A][LoadOverworldFaces][ToggleSmile][OpenMidRight]What do you know?![A][NL2][NL]It's tails. You win. Figures.[.][NL]I haven't won anything all day.[.][A][NL]Well, Lady Luck has spoken.[.][NL]Guess I'm on your side now.[.][A][OpenMidLeft]Are you serious?[A][OpenMidRight]Yeah. Sure, I might cheat, but I never[NL]worm out of a bet. It's a rule of mine.[.][A][OpenMidLeft]Oh, thank heaven! Thank you, blessed[NL]light, for your protection![.][A][OpenMidRight]I got nothing against heaven, but I'm right[.][NL]here if you want someone to thank[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]No? Well, get behind me then. I've[NL]got to take care of these fools.[A]}
|
|
MSG_09CD {[OpenMidLeft][LoadFace][88][NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft]Life in Serafew's been harder since the[.][NL]Grado occupation force took over here.[A][NL]Serafew's got Renais citizens as well as[NL]Grado, but it's been hardest on us.[.][A][NL]They've singled out families from[.][NL]Renais for the most awful atrocities.[.][A][NL2][NL]Please, traveler, take this sword.[A][NL]It's an armorslayer. It'll cut through[NL]even the strongest armor.[.][A][NL]Take it and strike down that[NL]blackheart, Saar.[.][A]}
|
|
MSG_09CE {[ToggleSmile][OpenMidLeft][LoadFace][28][NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft]Oh, hello.[NL]Did you come to see me dance?[.][A][NL]I'm sorry, but I just finished a[NL]few moments ago.[A][NL2][NL]Oh, by the way[ToggleMouthMove]... [ToggleMouthMove]Would you be interested[.][NL]in one of these items?[A][NL]A wealthy patron left me a small ransom[.][NL]in gifts after watching my performance.[.][A][NL]You can sell one for gold if you'd like[.][NL]or use them to improve your skills.[.][A][NL]I simply cannot carry all of this by[NL]myself, so please, take this one.[.][A][NL]Wealth is useless if you can't use it[.][NL]to bring happiness to others, right?[A][NL]Thanks for dropping by. Perhaps we'll[.][NL]meet again someday.[.][A][OpenMidLeft][Wink]}
|
|
MSG_09CF {[OpenMidLeft][LoadFace][89][NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft]In my youth, I was a knight of some[.][NL]renown, I'll have you know.[.][A][NL]I've even crossed blades with one of[NL]Grado's most famous generals, I have.[.][A][NL]Ah, but I'm an old man now[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm starting to worry[.][ToggleMouthMove]... [ToggleMouthMove]What if I die[.][NL]without passing on my techniques?[.][A][NL]So I decided to write down what I've[NL]learned in a book. I have it here.[A][NL]You seem like a strong warrior. I'd[.][NL]be honored if you would accept it.[A]}
|
|
MSG_09D0 {[ToggleSmile][OpenMidLeft][LoadFace][25][NL][OpenMidLeft]Hope everyone's well back home in Silva.[NL]Just a bit more, and I'll be in the empire.[.][A][NL]Let's see, I've got vulneraries,[NL]antitoxins[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Oh! And I can't let myself forget torches[.][NL]for when it gets dark.[A][NL]Yep! I'm all set![.][NL]Now I just need to get to the capital.[A][NL]I'll be the finest soldier the[NL]Grado army's ever seen! I swear it![.][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidRight]Hm?[.][....] What's this[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_09D1 {Sometimes, you can talk to an enemy and[.][NL]convince him to join you.[.][A][NL]For example, right now, [ToggleRed]Joshua[ToggleRed] might[NL]be inclined to talk with [.][ToggleRed]Natasha[.][ToggleRed].[.][A][NL2][NL]However, [.][ToggleRed]Joshua[ToggleRed] is a [ToggleRed]red unit[ToggleRed].[.][A][NL]Unlike green units you've seen before,[NL]he will [ToggleRed]attack[ToggleRed] until he's spoken to.[A][NL]Moreover, [ToggleRed]Joshua[ToggleRed] is a [ToggleRed]myrmidon[ToggleRed], who[.][NL]specializes in [.][ToggleRed]critical hits[.][ToggleRed].[.][A][NL]If you are struck by a [.][ToggleRed]critical hit[ToggleRed], you[.][NL]will suffer 3 times the normal damage.[A][NL]It's a good idea to check [ToggleRed]Crit[ToggleRed][NL]on the combat information window.[.][A]}
|
|
MSG_09D2 {You got an armorslayer.[.][A][NL]This weapon is similar to rapiers in[NL]that you can severely injure knights[NL]and generals with a single blow.[A][NL]In such cases, the weapon icon on the[.][NL]combat information window will flash.[.][A]}
|
|
MSG_09D3 {There's an [.][ToggleRed]armory[ToggleRed] and a[NL][ToggleRed]shop[ToggleRed] in this city.[A]}
|
|
MSG_09D4 {[ToggleRed]Armories[ToggleRed] sell iron swords, steel[NL]lances, and other weapons.[A][NL][ToggleRed]Shops[.][ToggleRed] carry spells, vulneraries,[.][NL]and a myriad of other items.[A][NL]If you're running short on anything,[NL]make sure you stock up here.[A]}
|
|
MSG_09D5 {There's an [.][ToggleRed]arena[.][ToggleRed] here.[A]}
|
|
MSG_09D6 {Arenas play host to [ToggleRed]one-on-one[NL]combat matches[ToggleRed].[.][A][NL]If you win a match, you'll earn [ToggleRed]twice[.][NL]the amount of the entry fee[.][ToggleRed].[.][A][NL]If you lose, however, that unit [ToggleRed]will not[NL]be able to fight in any future battles[ToggleRed].[.][A][NL]If your HP drops near zero in a fight,[NL][ToggleRed]press the B Button quickly[ToggleRed] to concede.[A][NL]You'll lose your entry fee, but you'll[NL]save your unit to fight again.[A]}
|
|
MSG_09D7 {[OpenMidLeft][LoadFace][56][NL][OpenMidRight][LoadFace][66][NL][OpenMidLeft]What a pleasant surprise.[.][NL]It's Master Valter.[.][A][OpenMidRight]What's the situation, Tirado? You[.][NL]have captured Ephraim, haven't you?[.][A][OpenMidLeft]No. Prince Ephraim still fights[.][NL]in the lands north of Renvall.[A][OpenMidRight]And why is that?[A][NL]What has happened to all[NL]those mercenaries you hired?[A][OpenMidLeft]They've proven to be less than adequate.[A][NL]Ephraim's clever. His band strikes quickly[NL]and then vanishes into the woods.[.][A][NL]We more than double his numbers, and yet[NL]he uses the terrain wisely to fight us.[.][A][NL]He has no army[ToggleMouthMove]--[ToggleMouthMove]just a small force[NL]of knights loyal to Renais.[.][A][NL]Prince Ephraim's reputation as a superb[.][NL]strategist would seem to be well earned.[A][OpenMidRight]Hmm[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]How interesting. The lad's beginning[NL]to whet my appetite.[A][NL]Tirado[ToggleMouthMove]... [ToggleMouthMove]Bring him to me as quickly[NL]as you can, will you?[.][A][OpenMidLeft]As you command.[.][A][NL]Just grant me an army, and[NL]I'll bring him down swiftly.[A][OpenMidRight]What sort of plan do you have?[A][OpenMidLeft]Master, I am your loyal adjutant,[.][NL]and you are my general.[.][A][NL]For you, my lord, I have many[.][NL]plans ready and waiting.[A][OpenMidRight]Really? Well then,[NL]let me hear them.[.][A][OpenMidLeft]Very well. [.][A][NL]First, you and I will leave this[NL]fort and head north.[A][NL]Then, we will find Prince Ephraim[.][NL]in his leafy playpen.[.][A][OpenMidRight]But he's not easily found, is he?[.][A][OpenMidLeft]Do not worry.[.][A][NL]At Prince Ephraim's side is[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]a friend, shall we say.[.][A][NL]When the time is right, our friend[NL]will move on our behalf[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_09D8 {[OpenMidLeft][LoadFace][20][NL][OpenRight][LoadFace][22][NL][OpenFarRight][LoadFace][24][NL][SendToBack][OpenMidLeft]Forde, how are we on[NL]supplies and equipment?[.][A][OpenRight]It's not looking good.[A][NL]Our weapons are in bad shape,[.][NL]and we're running low on food.[A][NL]We can probably restock at a[NL]nearby village, but[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft]No, that's not an option.[.][A][NL]We're in enemy territory. I will not[NL]involve innocents if I can avoid it.[A][OpenRight]Yeah, I knew you'd say that.[A][NL]I mean, it's because of stuff like that[.][NL]that we've stuck with you so far.[.][A][NL]But eventually, we do need to face[NL]reality. What are we going to do?[.][A][OpenFarRight]Word of mouth has it that the invasion[NL]of Renais has progressed quite far.[.][A][NL]I've heard that the capital has fallen.[.][A][OpenMidLeft]Hm[ToggleMouthMove]... [ToggleMouthMove]So soon[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Still, my father is in the capital,[.][NL]and he won't surrender easily.[A][NL2][NL]Forde, Kyle.[A][NL]Our mission here is to harry the[NL]troops, to distract their eye.[A][NL]Hopefully, we'll be able to give my[.][NL]father and Eirika time to escape.[.][A][CloseSpeechSlow][OpenMidLeft]Kyle, have you heard anything from[NL]Orson? I sent him ahead to scout.[.][A][OpenFarRight]No word yet, and it's about[.][NL]time he returned[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight][ClearFace][OpenFarRight][ClearFace][FastPrint][OpenMidRight][LoadFace][69][NL][OpenMidRight]Reporting in, Prince Ephraim.[.][A][NL]I can confirm Grado presence at[.][NL]several points around our camp.[.][A][NL]Also, a large battalion of soldiers[.][NL]has been dispatched from Renvall.[.][A][NL]We shouldn't tarry here any longer[NL]than necessary[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I see.[A][OpenMidRight][ClearFace][OpenMidRight][LoadFace][22][NL][OpenMidRight]Seems as though we've certainly[.][NL]caught Grado's eye this time.[.][A][NL]Should we retreat back to the[.][NL]capital, Prince Ephraim?[A][OpenMidLeft]No. We press onward.[A][NL]We're going to capture Renvall.[.][A][OpenMidRight]Wh-what?!?[A]}
|
|
MSG_09D9 {[OpenMidLeft][LoadFace][20][NL][OpenRight][LoadFace][22][NL][OpenFarRight][LoadFace][24][NL][OpenMidLeft]So this is Renvall, is it?[A][NL]All right, let's go.[A][OpenRight]Um[ToggleMouthMove]... [ToggleMouthMove]Are you[.][ToggleMouthMove]...[.][ToggleMouthMove]sure you're[.][NL]quite sane, Prince Ephraim?[.][A][NL]We've an entire army after us, and[NL]you want to charge their stronghold?[A][OpenFarRight]Forde! Watch your tongue! This [.][NL]is our prince you're addressing![A][OpenMidLeft]Kyle, please, it's all right.[.][NL]We've heard nothing from home,[A][NL]so what harm could a little[.][NL]reckless besieging cause?[.][A][OpenFarRight]Prince Ephraim[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Don't worry. I haven't lost all sense[.][NL]of self-preservation.[.][A][NL]Renvall holds an important place in[.][NL]Grado's national defense.[.][A][NL]If we can get the upper hand[NL]and take control of it,[.][A][NL]then Grado will waste many valuable[.][NL]soldiers trying to take it back.[A][NL]I hope our attack proves useful[.][NL]to my father and Eirika.[A][SendToBack][OpenRight]I understand what you're saying, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]can we do it with our current strength?[.][A][OpenMidLeft]Every soldier in this area is[.][NL]trying to find us.[A][NL]The enemy has us vastly outnumbered.[NL]Attacking the castle is a ridiculous idea.[A][NL]If the enemy thinks the same[ToggleMouthMove]...[.][ToggleMouthMove][NL]then we may have our opening.[.][A][OpenRight]You have a point. I'm sure Renvall won't[NL]expect us to attack with these numbers.[.][A][NL]Either way, we can't run forever.[.][NL]And we're running out of supplies.[A][NL]What've we got to lose?[.][NL]Shall we get ready to go?[.][A][OpenMidLeft]Yes. If we don't move quickly, we[.][NL]may never get another chance.[.][A][NL2][NL]Trust me. I don't pick fights I[.][NL]cannot win.[.][A][OpenFarRight]Yes, sir![.][A]}
|
|
MSG_09DA {[OpenMidLeft][LoadFace][53][NL][OpenMidLeft]An attack? By Ephraim's troops?[.][A][NL]To arms! Prince Ephraim's circled around[NL]and brought the fight to us![A][NL]If we capture the prince here, we can[.][NL]line our pockets with gold![.][A][NL]Do you understand? We'll be rich![.][A]}
|
|
MSG_09DB {[OpenMidLeft][LoadFace][20][NL][OpenMidLeft]Orson.[A][OpenMidRight][LoadFace][69][NL][OpenMidRight]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Your wounds still haven't healed[NL]from that last battle, have they?[.][A][NL]Don't push yourself.[A][NL]If we're defeated, you must return[NL]to Frelia. Understood?[A][OpenMidRight]Understood[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Let's go![.][NL]Kyle! Forde![A]}
|
|
MSG_09DC {[OpenMidRight][LoadFace][22][NL][OpenMidRight]Oh, that hurt[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm sorry, Prince Ephraim.[NL]I have to fall back.[A]}
|
|
MSG_09DD {[OpenMidRight][LoadFace][24][NL][OpenMidRight]I was careless[ToggleMouthMove]...[.][ToggleMouthMove][NL]My apologies, Prince Ephraim.[.][A][NL]I must withdraw.[A]}
|
|
MSG_09DE {[OpenMidRight][LoadFace][69][NL][OpenMidRight]This wound[ToggleMouthMove]...[.][ToggleMouthMove][NL]It will slow me down.[.][A][NL]I must retreat.[.][A]}
|
|
MSG_09DF {[OpenMidLeft][LoadFace][53][NL][OpenMidLeft]Do you truly think you can take[.][NL]us with those numbers?[A][NL]Imbecile! You'll learn the[NL]error of your ways![.][A]}
|
|
MSG_09E0 {[OpenMidLeft][LoadFace][53][NL][OpenMidLeft]L-Lord Tirado[.][ToggleMouthMove]... [ToggleMouthMove]It can't be[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Were we[.][ToggleMouthMove]...[.][ToggleMouthMove]merely pawns?[.][A]}
|
|
MSG_09E1 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][24][NL][OpenMidRight]We've secured the entire castle.[A][NL]You were brilliant, Prince Ephraim![.][NL]What a plan! What a battle![.][A][OpenMidLeft]I estimate at least half of the[.][NL]enemy troops are in the field.[A][NL]We took the castle, but we don't have the[.][NL]manpower to hold it in a siege.[.][A][NL]There's no point in lingering here.[.][NL]Let's continue on to Grado Keep.[A]}
|
|
MSG_09E2 {[OpenLeft][LoadFace][20][NL][OpenFarLeft][LoadFace][24][NL][OpenMidRight][LoadFace][22][NL][SendToBack][OpenMidRight]Prince Ephraim, things have[.][NL]taken a turn for the worse.[.][A][NL]I took a look around the castle perimeter[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]We're surrounded.[.][A][OpenFarLeft]What?[.][A][OpenLeft]Grado's sent reinforcements?[NL]So quickly[ToggleMouthMove]...?[ToggleMouthMove][A][OpenFarLeft]What should we do?[A][OpenLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL2][NL]We must escape![.][A]}
|
|
MSG_09E3 {[OpenMidRight][LoadFace][20][NL][OpenMidLeft][LoadFace][66][NL][OpenMidLeft]So, you've captured Renvall, have you?[NL]And with such a small force! Impressive![A][NL]You've earned your reputation. I must say,[NL]I quite admire your work.[.][A][NL2][NL]I take it you're the leader of this[.][NL]pack[ToggleMouthMove]--[ToggleMouthMove]the misguided Prince Ephraim.[.][A][OpenMidRight]I am.[.][A][OpenMidLeft]I'm General Valter, the Moonstone[.][NL]of Grado's Imperial Army.[.][A][NL]Catching up to you has caused me[NL]no small amount of trouble.[.][A][NL]We've reduced your wretched home[NL]of Renais to ruin, and yet[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]you and your little band of bravos[NL]continue to be a thorn in our side.[.][A][NL2][NL]But that all ends here.[.][A][OpenMidRight][MoveRight][OpenRight]We'll see[.][ToggleMouthMove]... [ToggleMouthMove]You claim you've[NL]taken the capital of Renais[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Tell me, how did you know[.][NL]I would attack Renvall?[.][A][OpenMidLeft]Ha ha[.][ToggleMouthMove]... [ToggleMouthMove]Patience. You'll have[.][NL]your answer soon enough.[A][NL]Now, be good lads, and drop[.][NL]your weapons, will you?[.][A][OpenFarRight][LoadFace][24][NL][OpenFarRight]Prince Ephraim, let us attack![A][OpenRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]Listen to me, Ephraim. You're a smart[.][NL]man. You know it's futile to fight me.[A][NL]You cannot win.[.][NL]You cannot escape.[A][NL]Accept the reality of your situation,[.][NL]and surrender to me.[A][OpenRight]Surrender?[A][OpenMidLeft]Heh heh heh[.][ToggleMouthMove]... [ToggleMouthMove]That's right.[.][NL]If you do, I'll let you live.[.][A][NL]I hold your life in the palm of my[NL]hand. Do not test my good humor.[A][NL]Now come over here, bend your[.][NL]knee, and beg for your life.[A][NL]Show me how Renais dogs grovel.[.][A][OpenRight]I think not.[A][OpenMidLeft]What?[.][A][OpenRight]You said your name was Valter, didn't you?[A][NL]Well, I'm sorry, Valter, but I don't have[.][NL]time to waste playing games with you.[.][A][NL]So, we're going to knock you louts about a[NL]bit and then make our way out of here.[A][OpenMidLeft]Fool[ToggleMouthMove]... [ToggleMouthMove]Have you gone mad?[A][NL]Do you truly believe you can fight[NL]your way past my wyvern knights?[A][OpenRight]Watch and see. I don't pick[.][NL]fights I can't win.[.][A][NL2][NL]Kyle, Forde.[NL]Are you ready?[A][OpenFarRight]My life has been yours since the[NL]moment I took my chivalric vows.[A][OpenFarRight][ClearFace][OpenFarRight][LoadFace][22][NL][OpenFarRight][ToggleSmile]It's moments like these that[NL]keep me by your side, my prince.[A][ToggleSmile][OpenFarRight][ClearFace][OpenMidLeft]What idiotic wretches you are[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Prepare yourselves to be[NL]destroyed utterly![A][OpenRight]We break to the east. GO![.][A]}
|
|
MSG_09E4 {[OpenMidLeft][LoadFace][72][NL][OpenMidRight][LoadFace][54][NL][OpenMidLeft][ToggleSmile]So, tell me[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You have ascertained Eirika's[.][NL]whereabouts, have you not?[A][ToggleSmile][OpenMidRight]I have.[.][A][NL]I sent some of our men to follow[NL]the princess as she fled Serafew.[.][A][NL]They tell me Eirika and her friends[.][NL]will be coming this way shortly.[A][NL]Our ambush is ready and waiting.[NL]There's no way they can escape.[.][A][NL]Like rats in a sack, as they say.[.][NL]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]Very good[.][ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]Won't that wretched Valter be delighted.[A][NL2][NL]Now about this Princess Eirika[ToggleMouthMove]...[.][ToggleMouthMove][NL]I hear she's quite a handful.[.][A][NL]They say her paladin withstood[NL]Valter's lance[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Tell me, Novala, are you certain you[NL]can handle this assignment?[.][A][OpenMidRight]Don't worry. Everything[.][NL]is under control.[.][A][NL]I've brought along a certain[NL]something from Renais.[A][NL]It will negate whatever futile[NL]resistance they offer. Ha ha ha[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]Pray it goes as you say.[A][NL]Very well. Do what you must.[NL]I must return to the capital.[.][A][OpenMidRight]Will you not stay and see how[.][NL]Eirika looks in captivity?[A][OpenMidLeft]Unlike two other layabouts I know,[NL]I do not have such time to waste.[.][A][NL]I have much to do for our master.[.][NL]A mountain of tasks awaits me.[A][NL]My time is far too precious to waste[NL]on the likes of that royal whelp.[.][A][NL]Trifles such as these are best left in[NL]the hands of servants[.][ToggleMouthMove]...[.][ToggleMouthMove]such as you.[A][OpenMidRight][ToggleSmile]Y-yes, of course[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Then[ToggleMouthMove]...[.][ToggleMouthMove]travel well.[A][CloseSpeechSlow][OpenMidLeft][ClearFace][OpenMidRight]Hmph[ToggleMouthMove]...[.][ToggleMouthMove][NL]Freakish old man.[.][A][NL]You should have watched. You might[NL]have learned something.[.][A][NL]I will capture the princess, and I will[.][NL]replace you at our master's side.[.][A][NL]You will stew in regret, and I will[.][NL]enjoy every moment.[.][A]}
|
|
MSG_09E5 {[OpenLeft][LoadFace][2][NL][OpenFarRight][LoadFace][54][NL][OpenFarRight][ToggleSmile]Ha ha ha[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Princess Eirika of Renais![A][NL]Accept your fate. You have[NL]nowhere to flee![A][LoadOverworldFaces][OpenLeft]What?![NL]Who are you?[A][NL]And where[.][ToggleMouthMove]...[.][ToggleMouthMove]where did[.][NL]you come from?[A][OpenFarRight]You're as beautiful as I'd heard[ToggleMouthMove]...[.][ToggleMouthMove][NL]And you're even wearing your bracelet.[A][NL]I suppose we should begin there. Would[NL]you surrender your lovely little trinket?[.][A][OpenFarLeft][LoadFace][4][NL][OpenFarLeft]Ah![.][A][OpenLeft]My bracelet[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Why do you want it?[.][A][OpenFarRight]His Majesty desires it.[.][NL]That's reason enough.[.][A][NL]Once I present it to him, he will make[NL]me a general, and I will be famous.[.][A][NL]Come, hand it over. Do it quickly,[NL]and I'll leave you alive.[.][A][OpenFarLeft]Princess Eirika, you will do no such thing.[.][A][OpenLeft]Of course not.[A][OpenFarRight]Obedience will save you pain.[.][A][NL]You came all this way to aid[NL]Prince Ephraim, have you not?[.][A][NL]A fool's errand. Ephraim fell before[NL]the empire's might.[.][A][NL]As we speak he wastes away in a cell in[.][NL]Renvall, meekly awaiting his execution.[.][A][OpenLeft]My brother?![A][NL]You lie! A pitiful worm like you[NL]could never defeat my brother![A][OpenFarRight]Bah. Protest all you like.[NL]It does not change the truth.[.][A][NL]Ephraim has lost, and it was[NL]Grado that defeated him![A][OpenLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenFarRight]You're not going to acquiesce,[NL]are you? Very well.[.][A][NL]Bring me the child.[.][A]}
|
|
MSG_09E6 {[OpenLeft][LoadFace][2][NL][OpenFarLeft][LoadFace][4][NL][OpenRight][LoadFace][99][NL][OpenFarRight][LoadFace][54][NL][OpenRight]H-help me[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Ah![.][A][OpenFarRight]Look familiar? She's a citizen[NL]of your precious Renais.[A][NL]Now give me the bracelet![.][NL]Do it, or the child dies![.][A][OpenLeft]No, please[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You win. But I must have your word[NL]the child will suffer no harm.[A][OpenFarLeft]Princess, wait.[.][NL]That bracelet[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenLeft]It's not worth a child's life.[A][NL]Forgive me, Seth.[.][A]}
|
|
MSG_09E7 {[OpenLeft][LoadFace][2][NL][OpenFarLeft][LoadFace][4][NL][OpenRight][LoadFace][99][NL][OpenFarRight][LoadFace][54][NL][OpenFarRight][ToggleSmile]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove]there can be no mistaking it![.][A][NL][ToggleSmile]Next, your weapons. Take them off[.][NL]and hand them over.[.][A][OpenFarLeft]No.[.][A][NL]Surrendering our weapons would be[.][NL]tantamount to suicide.[A][NL]You demand too much of us.[A][OpenFarRight]I see years of peace and idleness have not[NL]dulled the wits of all Renais's knights.[A][NL]Well then, my hostage has no more use to[NL]me, does she? Ah, such a waste.[.][A][NL2][NL]Wait a moment[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I've just had a delicious idea.[.][A][NL]Have you heard of the giant spiders prowling[NL]about this region?[A][NL]They'd appreciate a nice, hot meal, wouldn't[NL]you agree?[A][OpenLeft]You can't[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenRight]Nooo![.][A][OpenRight][ClearFace][OpenFarRight][ToggleSmile]Ha ha! This will be a delight to watch![.][A][NL][ToggleSmile]These fools will curse the day they[.][NL]were born to Renais![A][OpenLeft]Why[.][ToggleMouthMove]...[.][ToggleMouthMove]why would you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]How can you do such a thing?[A][OpenFarRight]This is WAR! There are no rules here![.][NL]In war, you can do anything! Anything![A][NL]You curs of Renais have lost! Your[NL]idiotic ravings mean nothing[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Enough. Hold your tongue.[.][A][OpenFarRight]Wha[.][ToggleMouthMove]...[.][ToggleMouthMove]what?![A][OpenLeft]I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We, the people of Renais, have long honored[.][NL]our allegiance with the Grado Empire.[.][A][NL]And you invaded without warning. You[NL]ravaged our land. You killed my father[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Even then, I told myself I must not hate[NL]Grado or her people.[A][NL]If I gave in to my hate, the bond between[.][NL]our lands would be lost forever.[A][NL]I refused to hate. Instead, I lived for the[.][NL]day our nations would know peace again.[.][A][NL2][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If this is Grado's true face[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If you could extinguish Renais without [.][NL]pity, without remorse[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]If this is the case, then there is no room[NL]in my heart for forgiveness.[A][OpenFarRight]Impudent girl![A][NL]Do you expect your words to save[NL]your countrymen? They will not.[.][A][NL]Your beloved people will all die,[.][NL]as will you.[A]}
|
|
MSG_09E8 {[OpenMidLeft][LoadFace][54][NL][OpenRight][LoadFace][97][NL][OpenFarRight][LoadFace][99][NL][OpenMidLeft][ToggleSmile]Ha ha ha![.][A][NL][ToggleSmile]If you must curse someone,[NL]curse your dear princess.[.][A][OpenFarRight]Help, someone![A][OpenMidLeft]Cry! Scream![NL]HAHAHAHA![.][A]}
|
|
MSG_09E9 {[OpenMidLeft][LoadFace][92][NL][OpenRight][LoadFace][97][NL][OpenFarRight][LoadFace][99][NL][OpenFarRight]Are we gonna get eaten?[.][A][OpenRight]We're going to be fine.[.][NL]Someone will rescue us.[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A]}
|
|
MSG_09EA {[OpenMidLeft][LoadFace][2][NL][OpenMidLeft]Let's move, Seth! We[NL]have to save that girl![.][A][OpenRight][LoadFace][4][NL][OpenRight]Peace, Your Highness.[.][NL]This is a trap.[.][A][NL]The whole area is covered in a[NL]thick fog. We're virtually blind.[.][A][NL]There are certain to be enemy[.][NL]soldiers poised to attack.[A][OpenMidLeft]I know, but we must hurry nevertheless.[.][A][NL]We cannot abandon those people while any[NL]hope remains.[.][A]}
|
|
MSG_09EB {[OpenFarRight][LoadFace][12][NL][OpenFarRight]Hey. It's times like these you need someone[.][NL]like me around to give a hand[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]People in my[ToggleMouthMove]...[.][ToggleMouthMove]profession[ToggleMouthMove]...[.][ToggleMouthMove]have sharp eyes.[NL]Far-off enemies? I'll spot 'em. Don't worry.[A][OpenMidLeft]Is that so? Well then, Colm,[NL]please[ToggleMouthMove]... [ToggleMouthMove]Lead the way![.][A][NL]Let's get moving![.][A]}
|
|
MSG_09EC {[OpenMidRight][LoadFace][99][NL][OpenMidRight]Eeek![.][NL]S-s-spider[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Nooooo![.][NL]Go away![A][NL]Please, somebody, help![.][NL]HEEEEELLLLPPP![A]}
|
|
MSG_09ED {[OpenMidRight][LoadFace][99][NL][OpenMidRight]N-noooooo![A]}
|
|
MSG_09EE {[OpenMidRight][LoadFace][99][NL][OpenMidRight]Ah[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_09EF {[OpenMidLeft][LoadFace][54][NL][OpenMidLeft]No! It can't be[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]They've made it this far?![A][NL2][NL]Grrr[ToggleMouthMove]... [ToggleMouthMove]Must I do[.][NL]everything myself!?[.][A]}
|
|
MSG_09F0 {[OpenMidLeft][LoadFace][54][NL][OpenMidLeft]Aah[.][ToggleMouthMove]... [ToggleMouthMove]Is this[.][ToggleMouthMove]...[.][ToggleMouthMove]the end?[NL]No fame? No[.][ToggleMouthMove]...[.][ToggleMouthMove]glory[.][ToggleMouthMove]--[ToggleMouthMove][A]}
|
|
MSG_09F1 {[OpenMidRight][LoadFace][99][NL][OpenLeft][LoadFace][2][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenLeft]You're safe now.[A][OpenMidRight][MoveRight][OpenRight]Wa[ToggleMouthMove]...[.][ToggleMouthMove][NL]Waaaaaaa![.][A][NL]I was so scared[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]So very, very scared.[.][A][ToggleSmile][OpenFarLeft][LoadFace][97][NL][OpenFarLeft]Thank you.[A][NL]You saved us both.[A][NL]If you would like, please[.][NL]take this[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]And thank you again.[A]}
|
|
MSG_09F2 {[OpenMidRight][LoadFace][2][NL][OpenMidLeft][LoadFace][4][NL][OpenMidLeft]Your late father, King Fado[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]He ordered me to keep silent until[NL]the proper time arrived.[A][NL]However, with all that has happened,[NL]with Emperor Vigarde's actions[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I feel it imperative that I tell[NL]you everything, Princess Eirika.[A][NL]Are you ready to hear the secret[NL]of the bracelet you wear?[.][A][OpenMidRight]I am[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]As you know, Princess[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Renais houses one of the[NL]legendary Sacred Stones.[A][OpenMidRight]Of course. It's in the temple. It's[.][NL]supposed to be a ward against evil.[.][A][OpenMidLeft]Yes, the true stone is. But the stone[.][NL]in the temple is nothing but a forgery.[.][A][NL]The real Sacred Stone of Renais lies[NL]beneath the royal castle.[.][A][NL]Guarding it is a powerful seal, an[NL]infinitely complex lock of sorts.[.][A][OpenMidRight]What?[.][A][NL]Is this true?[.][A][OpenMidLeft]Yes. King Fado confided in me himself.[A][NL]The Sacred Stones banished evil long ago[NL]and possess powers beyond our ken.[A][NL]The ancient kings of Renais felt it[.][NL]prudent to seal ours away.[A][NL]They feared its power could be misused.[.][NL]They thought to remove the temptation.[A][NL]The keys to break the seal were hidden,[.][NL]too[.][ToggleMouthMove]... [ToggleMouthMove]Forged into bracelets[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]The very ones that you and your[.][NL]brother, Prince Ephraim, wear.[A][OpenMidRight]Our bracelets?[A][NL]How could Father keep this a[NL]secret from me for so long?[.][A][OpenMidLeft][LQuote]They must know nothing of the bracelets.[.][NL]Tell them only if some great peril strikes.[RQuote][A][NL]These were King Fado's exact orders.[A][NL]Prince Ephraim knows nothing of the[.][NL]bracelets' secret, either.[A][NL]The king told me this out of fear that[NL]something might happen to him.[A][NL]So that, when the time came, the two of you[.][NL]would learn the truth.[A][OpenMidRight]The bracelets have such meaning[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Yes. And we are the only living souls who[.][NL]know the secret of the Stone of Renais.[.][A][NL]At least, that's what I was given to[NL]believe. And yet[ToggleMouthMove]...[.][ToggleMouthMove][A][LoadOverworldFaces][OpenMidRight]Yet the Grado army has made it clear[NL]that they want me only for my bracelet.[.][A][OpenMidLeft]Yes, quite clear at that[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I don't know how, but Emperor Vigarde[.][NL]must have learned the secret somehow.[.][A][NL]And now, his troops pursue the bracelet, and[NL]we are no closer to knowing his motives.[A][OpenMidRight]He would use the bracelets to unlock the[NL]Sacred Stone and destroy it in secret[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Perhaps.[A][OpenMidRight]Which means that my brother[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]and his bracelet[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]If he's been captured, they may have the[NL]bracelet already, and he may be[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidRight]Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Princess, we must take Novala's words to[NL]be true. We must hurry to Prince Ephraim.[.][A][NL]The enemy soldiers who fled the battle will[.][NL]have reported our location by now.[A][NL]If the prince is being held prisoner[NL]at Renvall[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I fear they might execute him once they[.][NL]learn of our approach.[A][OpenMidRight]You're right. We've no time to waste.[.][A][NL]We must hurry to Renvall![.][NL]Let's go rescue my brother![.][A]}
|
|
MSG_09F3 {[ToggleSmile][OpenMidLeft][LoadFace]^[NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft]I heard there are monstrous spiders[.][NL]living in the mountains to the east.[A][NL]They're said to be poisonous, so I[NL]stocked up on antitoxins[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]This antitoxin's strong stuff. No need[NL]to worry about poison with this around.[.][A][NL]Hey! Why don't you go ahead and take[NL]one. Go on, you may need it.[A][NL]They might still eat you, but at least[NL]they won't be able to poison you![.][A]}
|
|
MSG_09F4 {A heavy fog has rolled in.[A][NL]Fog limits your range of vision and[.][NL]makes it hard to determine where enemy[NL]troops are hiding.[A][NL]You don't want to run into enemies[NL]unprepared, so proceed with caution.[A][NL2][NL]Also remember, [.][ToggleRed]thieves[.][ToggleRed] have better[NL]ranges of vision than other units, so[.][NL]they make good scouts. If you're on a[.][NL]foggy map, be sure to include [ToggleRed]thieves[.][ToggleRed][NL]in your party.[A][NL2][NL]If you don't have any [ToggleRed]thieves[.][ToggleRed], other units[.][NL]can extend their vision ranges by using[.][NL][ToggleRed]torches[.][ToggleRed].[.][A][NL]Seeing is vital in combat, so use [ToggleRed]thieves[.][ToggleRed],[.][NL][ToggleRed]torches[.][ToggleRed], and other items to[NL]gain the upper hand.[A]}
|
|
MSG_09F5 {You got an [.][ToggleRed]antitoxin[.][ToggleRed].[.][A][NL]Antitoxins are valuable if your units[.][NL]get struck with a poisoned attack.[A][NL]Some enemies wield poisoned weapons.[NL]Additionally, there are poisonous[.][NL]spiders lurking about on this map.[A][NL]If you get poisoned, simply use an[NL][ToggleRed]antitoxin[.][ToggleRed] to heal yourself.[A]}
|
|
MSG_09F6 {[OpenFarLeft][LoadFace][4][NL][OpenLeft][LoadFace][2][NL][SendToBack][OpenLeft]My brother is somewhere[.][NL]inside that castle[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]Renvall is surrounded by lakes.[.][A][NL]The only entrance is the bridge to the[NL]main gate, and it's well guarded.[.][A][NL]Castle Renvall is a natural stronghold,[.][NL]easy to defend and difficult to assault.[A][NL]We must plan our attack carefully.[A][OpenLeft]I agree[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_09F7 {[OpenMidRight][LoadFace][6][NL][OpenMidRight]Princess Eirika![NL]Please allow me to fight beside you.[A][NL]My elder brother, Forde, is in there with[.][NL]Prince Ephraim, Sir Kyle, Sir Orson[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Let me help you set them free![A][OpenMidRight][ClearFace]}
|
|
MSG_09F8 {[OpenMidRight][LoadFace][5][NL][OpenMidRight]There is nothing to discuss.[NL]We will fight.[A][OpenMidRight][ClearFace][OpenMidRight][LoadFace][7][NL][OpenMidRight]The hour of your reunion[NL]is not far off now.[.][A][OpenMidRight][ClearFace][OpenMidRight][LoadFace][8][NL][OpenMidRight]I am yours to command, Your Highness.[.][A][OpenMidRight][ClearFace]}
|
|
MSG_09F9 {[ToggleSmile][OpenFarRight][LoadFace][9][NL][OpenFarRight]We're with you all the way![.][NL]Right, Dad?[.][A][OpenFarRight][ClearFace][OpenMidRight][LoadFace][14][NL][OpenMidRight]Don't work yourself into a lather, Ross.[A][NL]In the heat of battle, a good warrior[.][NL]remains calm where lesser men do not.[.][A][OpenMidRight][ClearFace]}
|
|
MSG_09FA {[ToggleSmile][OpenMidRight][LoadFace][12][NL][OpenMidRight]You need anything stolen, I'm your man.[.][NL]'Course, my blade's no joke either.[.][A][OpenMidRight][ClearFace][OpenMidRight][LoadFace][10][NL][OpenMidRight]I'm sure I can help if you'll[.][NL]let me[ToggleMouthMove]... [ToggleMouthMove]I'll keep myself safe.[A][OpenMidRight][ClearFace]}
|
|
MSG_09FB {[ToggleSmile][OpenMidRight][LoadFace][16][NL][OpenMidRight]You can't possibly consider fighting[NL]without my genius at your side![.][A][OpenMidRight][ClearFace][OpenMidRight][LoadFace][26][NL][OpenMidRight]I have yet to repay you for helping[.][NL]me fight those abominations.[A][NL]Please, let me stand by your side[.][NL]a while longer.[.][A][OpenMidRight][ClearFace]}
|
|
MSG_09FC {[ToggleSmile][OpenMidRight][LoadFace][42][NL][OpenMidRight]This has trouble written all over[.][NL]it. Bet you it's all a trap[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Ah, well[ToggleMouthMove]... [ToggleMouthMove]My luck's gotta turn[NL]around sometime, right?[.][A][OpenMidRight][ClearFace]}
|
|
MSG_09FD {[OpenMidRight][LoadFace][17][NL][OpenMidRight][HalfCloseEyes][OpenMidRight][CloseEyes][OpenMidRight]May the sacred light surround[.][NL]us and protect us all.[A][OpenMidRight][ClearFace]}
|
|
MSG_09FE {[OpenFarLeft]Well, Princess, let us[NL]prepare for battle.[.][A][OpenLeft][ToggleMouthMove]...[.][ToggleMouthMove]Brother, I'm on my way.[.][A][NL]Let's go![.][A]}
|
|
MSG_09FF {[OpenMidLeft][LoadFace][55][NL][OpenMidLeft]We're under attack! Rouse yourselves![.][A][NL]General Valter's adjutant, Lord Tirado,[.][NL]has charged us with defending the castle![.][A][NL]Show them the might of Murray's Brigade![NL]Don't let anyone near the castle![.][A]}
|
|
MSG_0A00 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]Princess, look![.][A][NL]They have ballistae positioned[NL]on the castle's perimeter.[A][OpenMidLeft]Ballistae?[A][NL]What are ballistae, Seth?[.][A][OpenMidRight]They're siege weapons, but these have[.][NL]been modified for castle defense.[.][A][NL]They can shoot much farther than any[NL]bowman, and they're extremely powerful.[.][A][NL]We'd better be careful in our approach,[.][NL]lest we suffer a storm of arrows.[.][A][OpenMidLeft]What are we to do then?[.][A][OpenMidRight]Ballistae only have so much ammunition.[.][A][NL]If we find some protective cover, we[NL]can wait until they run out of bolts.[.][A]}
|
|
MSG_0A01 {[OpenLeft][LoadFace][2][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]Princess, look![.][A][NL]They have ballistae positioned[NL]on the castle's perimeter.[A][OpenLeft]Ballistae?[A][NL]What are ballistae, Seth?[.][A][OpenMidRight]They're siege weapons, but these have[.][NL]been modified for castle defense.[.][A][NL]They can shoot much farther than any[NL]bowman, and they're extremely powerful.[.][A][NL]We'd better be careful in our approach,[.][NL]lest we suffer a storm of arrows.[.][A][OpenLeft]What are we to do then?[.][A][OpenMidRight]Ballistae only have so much ammunition.[.][A][NL]If we find some protective cover, we[NL]can wait until they run out of bolts.[.][A][OpenFarLeft][LoadFace][10][NL][OpenFarLeft]I[.][ToggleMouthMove]... [ToggleMouthMove]Um, excuse me.[A][NL]I think[.][ToggleMouthMove]... [ToggleMouthMove]I think I might [NL]be able to use ballistae.[.][A][OpenLeft]Are you certain, Neimi?[.][A][ToggleSmile][OpenFarLeft]Uh-huh. As long as it still has arrows[NL]and, well, there's no one in it already.[A][NL]So, just make sure there aren't any[.][NL]soldiers in it, and I can help.[.][A][NL]I mean, I'll do what I can.[.][A]}
|
|
MSG_0A02 {[OpenMidLeft][LoadFace][55][NL][OpenMidLeft]Our ballistae have failed?[NL]How could this be?[A][NL2][NL]Grrr[ToggleMouthMove]... [ToggleMouthMove]I guess it's up to me![A]}
|
|
MSG_0A03 {[OpenMidLeft][LoadFace][55][NL][OpenMidLeft]Lord Tirado[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A04 {[OpenLeft][LoadFace][2][NL][OpenFarLeft][LoadFace][4][NL][OpenLeft]My brother is somewhere in this castle[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Seth, we must go inside![A][OpenFarLeft][MoveRight][OpenRight]Hold, Lady Eirika. Look,[NL]in the shadows[ToggleMouthMove]--[ToggleMouthMove]a figure[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Ah! An enemy soldier![.][A]}
|
|
MSG_0A05 {[OpenFarLeft][LoadFace][2][NL][OpenLeft][LoadFace][4][NL][OpenMidRight][LoadFace][68][NL][OpenMidRight]Princess Eirika. And[ToggleMouthMove]...[.][ToggleMouthMove][NL]is that you, Seth?[A][OpenLeft]Sir Orson[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Why are you here? You should[NL]be with Prince Ephraim.[.][A][OpenLeft][ClearFace][OpenFarLeft][ClearFace][OpenFarLeft][LoadFace][4][NL][OpenLeft][LoadFace][2][NL][OpenLeft]Are you all right, Orson?[.][A][NL]If you're here, my brother[NL]must be here as well, right?[A][OpenMidRight]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Prince Ephraim and I were both captured by[NL]Grado forces and held here as prisoners.[A][NL]I just managed to escape my cell[ToggleMouthMove]...[.][ToggleMouthMove][NL]A chance to escape[ToggleMouthMove]--[ToggleMouthMove][A][NL]It's what I had prayed for[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Orson[.][ToggleMouthMove]...[.][ToggleMouthMove]are you well?[.][A][NL]Your face is so pale. Grado's men,[NL]don't tell me they've[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidRight]No[ToggleMouthMove]... [ToggleMouthMove]It's nothing.[.][A][NL]But Lord Ephraim[ToggleMouthMove]... [ToggleMouthMove]I cannot say[NL]whether he's still unharmed.[A][OpenLeft]What!? Where is he?[.][NL]Where is my brother?[A][OpenMidRight]If he lives still, he will be in one[NL]of the deeper cells, where I was held.[A][NL]Head down this corridor to the dungeons.[NL]Quickly, before reinforcements arrive.[A][OpenLeft]Thank you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][SendToBack][OpenFarLeft][ToggleMouthMove]......[ToggleMouthMove][A]}
|
|
MSG_0A06 {[OpenMidLeft][LoadFace][93][NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft]Tirado's the new master of[NL]Castle Renvall.[.][A][NL]He's supposed to be an adjutant[.][NL]to General Valter of Grado.[.][A][NL]Who knows, though[.][ToggleMouthMove]... [ToggleMouthMove]Rumors say he's[.][NL]been plotting behind Valter's back.[.][A][NL]You should watch where you step.[A]}
|
|
MSG_0A07 {[OpenMidLeft][LoadFace][95][NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft]Prince Ephraim? Well, gracious me[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I haven't heard anything about him.[.][A][NL]But now that you mention it, there[NL]was a big commotion a few days back.[A][NL]I guess the soldiers were chasing[.][NL]somebody, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Well, I was so tired, I fell asleep[.][NL]and missed the whole thing.[.][A]}
|
|
MSG_0A08 {[OpenRight][LoadFace][2][NL][OpenMidLeft][LoadFace][68][NL][OpenMidLeft]This way, Princess Eirika.[A][NL]Prince Ephraim is being kept[NL]in a cell back here.[A][OpenRight]Very well, let's go.[A][OpenFarRight][LoadFace][4][NL][OpenFarRight][ToggleMouthMove]...[.][ToggleMouthMove]Sir Orson.[A][NL]How long ago were you[.][NL]taken prisoner?[.][A][OpenMidLeft]Some two weeks past. Prince Ephraim[.][NL]and I were forced to surrender.[.][A][NL]We've been held captive here in this[NL]dungeon since that black day.[.][A][OpenFarRight]Did you gain any news from your[.][NL]captors during that time?[.][A][OpenMidLeft]Unfortunately, no. Not a word[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Our daily meal was brought to us by[.][NL]servants from the neighboring village.[A][NL]They were instructed not to speak to[NL]us, and we heard nothing of the war.[A][NL]Tell me, Seth.[NL]How fares Renais?[.][A][OpenFarRight][ToggleMouthMove]...[.][ToggleMouthMove]Renais has fallen. King Fado[ToggleMouthMove]...[.][ToggleMouthMove][NL]The king is dead.[.][A][OpenMidLeft]Dead[ToggleMouthMove]...[.][ToggleMouthMove] My king[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]My apologies, Princess Eirika.[NL]I have served you poorly[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]You're not to blame, Sir Orson.[.][A][NL]We must look to the future, not[.][NL]find fault in the past.[.][A][NL]The Grado army pursues me in [.][NL]hopes of acquiring my bracelet.[.][A][NL]My brother wears this bracelet's[NL]twin, and he is in danger, too.[.][A][OpenMidLeft]Bracelet?[.][A][NL]Ah, I remember[ToggleMouthMove]... [ToggleMouthMove]Prince Ephraim[NL]still wears the bracelet.[.][A][NL]And Grado is after them?[A][NL]If that's the case, Princess[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Perhaps you should entrust the[NL]bracelets to someone else.[A][OpenRight]Perhaps, but[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Give them to me or to Seth. Let[.][NL]someone you trust guard them.[.][A][NL]If the empire desires your bracelet, you[NL]are in danger as long as you hold it.[.][A][NL]For your own safety, Your Highness,[.][NL]please. What say you?[.][A][NL]We must not allow the Sacred Stone[NL]of Renais to be taken.[A][OpenRight]Everything you say is true[NL]and sensible, yet[.][ToggleMouthMove]...[.][ToggleMouthMove][A][LoadOverworldFaces][OpenFarRight][ClearFace][OpenRight][ClearFace][OpenFarRight][LoadFace][2][NL][OpenRight][LoadFace][4][NL][OpenRight][ToggleMouthMove]...[.][ToggleMouthMove]Sir Orson.[A][NL]I am sorry for this, but[NL]please give me your weapons.[A][OpenFarRight]Seth?[.][A][OpenMidLeft]What are you talking about, Seth?[.][A][NL]Can't you see I'm unarmed? Do you[.][NL]think they allow prisoners weapons?[.][A][NL]What kind of injury have you taken[NL]that you suggest such foolishness?[A][OpenRight]If I am mistaken, then I will give[NL]you all due apologies.[A][NL]However, there are questions I have[.][NL]that I cannot answer. Too many questions.[.][A][NL2][NL]Why did no enemy reinforcements come from[.][NL]the castle during our battle outside?[.][A][NL]Why would you escape your cell and yet[NL]leave Prince Ephraim in chains?[.][A][NL]How do you know of the tie between the[NL]bracelets and the Sacred Stone?[.][A][OpenMidLeft]Seth, there is some misunderstanding[NL]here. I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]And why[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Why do you conceal a blade[NL]within your doublet?[A][OpenFarRight][ToggleMouthMove]...[.][ToggleMouthMove]What?[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Very well.[A][NL]You haven't changed a bit, Seth.[A][NL]If only Eirika had been alone. You,[.][NL]however, simply will not be deceived.[.][A][OpenFarRight]Orson! What is the[ToggleMouthMove]--[ToggleMouthMove][A][OpenRight]Orson. Why did you[NL]betray Renais?[A][OpenMidLeft][ToggleSmile]My fondest wish will be granted[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]To spend the rest of my days in the[.][NL]embrace of my loving wife once more[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenFarRight]What are you saying?[A]}
|
|
MSG_0A09 {[OpenMidLeft][LoadFace][56][NL][OpenMidRight][LoadFace][68][NL][OpenMidLeft]That's enough. You've done[NL]well, Orson.[A][NL]I'll take over now. You may[.][NL]return to your beloved wife.[A]}
|
|
MSG_0A0A {[OpenFarRight][LoadFace][2][NL][OpenRight][LoadFace][4][NL][OpenMidLeft][LoadFace][56][NL][OpenRight]Who are you?[A][OpenMidLeft]We've never met. I am Tirado.[.][A][NL]Loyal and talented aide to Valter,[NL]general of the Grado army.[A][OpenRight]You're that monster's[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft]And you are General Seth of Renais, yes?[A][NL]I thought to catch a little bird in my net,[.][NL]and it seems instead I've snared a hawk.[A][OpenFarRight]Where is my brother?![.][A][OpenMidLeft]Ah, yes. Your brother. He's not here.[.][A][NL]The coward fled Lord Valter's pursuit[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Somehow, he escaped the castle.[.][A][NL2][NL]And escaping under these conditions[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Tch! Such stubbornness is quite annoying.[.][A][NL2][NL]It was my cunning that led us to turn this[NL]unfortunate blunder to our advantage.[.][A][NL]I spread the rumors myself. I led the[.][NL]villagers to believe he was our prisoner.[.][A][NL]What better trap with which to catch[NL]his sweet, devoted sister?[A][OpenFarRight]My brother escaped?[.][A][OpenMidLeft]Yes, but your no-doubt emotional reunion[NL]will have to wait until the afterlife.[A][NL2][NL]Let's end this, shall we?[.][A][NL]First, to destroy the bridge and cut off[NL]your only avenue of escape[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A0B {[OpenMidLeft][LoadFace][56][NL][OpenMidLeft]All soldiers to arms![.][NL]Kill the princess! Take her bracelet![.][A]}
|
|
MSG_0A0C {[OpenMidRight][LoadFace][2][NL][OpenMidLeft][LoadFace][4][NL][OpenMidLeft]Princess Eirika, we have[NL]to get away from this place![A][OpenMidRight]But how? The[NL]bridge is gone![.][A][OpenMidLeft]Blast![A][OpenMidRight]Oh, Brother[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I'm so sorry. I[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A0D {[OpenMidLeft][LoadFace][20][NL][OpenMidLeft]Eirika![.][A][OpenFarRight][LoadFace][24][NL][OpenFarRight]Prince Ephraim, I hear sounds from the[NL]east corridor. Sounds like fighting.[A][OpenRight][LoadFace][22][NL][OpenRight]Do you think it could be General[NL]Seth and Princess Eirika?[.][A][OpenMidLeft]We have two goals here, men: save[.][NL]Eirika and vanquish the enemy.[A][NL]Kyle. Forde. Are you ready?[.][A][OpenFarRight]Yes, Your Highness.[.][A][OpenRight]As always.[A][OpenFarRight]Lord Ephraim, we should join forces[.][NL]with Princess Eirika first.[.][A][NL]We should be able to reach them[.][NL]by way of the eastern corridor.[.][A][OpenRight]Come now, Kyle.[.][A][NL]That seems like a lot of trouble when[.][NL]we could just crush Grado between us.[.][A][OpenFarRight][LQuote]A lot of trouble[RQuote]? Forde, you're as[NL]insolent as you are careless![.][A][NL]If anything were to happen to Princess[NL]Eirika, we Knights of Renais would[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Fine, fine. I see where you stand.[NL]Calm down, before you boil over.[A][NL]Prince Ephraim will decide. How[.][NL]shall we proceed, Your Highness?[A][OpenFarRight]We await your command, Prince Ephraim.[A][OpenMidLeft]Both of you, follow me![.][A]}
|
|
MSG_0A0E {[OpenMidLeft][LoadFace][56][NL][OpenMidLeft]Hmm[.][ToggleMouthMove]... [ToggleMouthMove]My men were unable to[.][NL]finish the job, were they?[A][NL]It falls on me to show you my[.][NL]own special brand of power.[.][A]}
|
|
MSG_0A0F {[OpenMidLeft][LoadFace][56][NL][OpenMidLeft]Very[ToggleMouthMove]...[.][ToggleMouthMove]impressive[ToggleMouthMove]...[.][ToggleMouthMove][NL]However[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I expect you'll wish you'd[NL]died here on my steel.[A][NL][ToggleSmile]Lord Valter is[ToggleMouthMove]...[.][ToggleMouthMove]not nearly[NL]as merciful as I[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile]}
|
|
MSG_0A10 {[OpenLeft][LoadFace][20][NL][OpenFarFarLeft][LoadFace][38][NL][OpenFarRight][LoadFace][2][NL][OpenRight][LoadFace][4][NL][SendToBack][OpenFarRight]Brother[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]I worried you, didn't I, Eirika?[A][NL]And you as well, General?[.][A][OpenRight]Not at all. We're happy you're safe.[A][NL]But tell me, Prince, do you know of Orson's[.][NL]treachery against you and all of Renais?[A][OpenLeft]Yes, though I learned of it all too late,[.][NL]after we'd been trapped at Renvall.[.][A][NL]I still find it difficult to believe that[.][NL]after all his years of service to Renais[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I am morally responsible for his plight.[A][OpenFarRight]Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarFarLeft][MoveFarLeft][OpenFarLeft][ToggleMouthMove]...[.][ToggleMouthMove]Ephraim.[A][OpenLeft]What is it, Myrrh?[A][OpenFarLeft]Something's coming[ToggleMouthMove]...[.][ToggleMouthMove] It's drawing near.[.][A][NL]Dark[ToggleMouthMove]...[.][ToggleMouthMove]big[.][ToggleMouthMove]...[.][ToggleMouthMove]and great in number.[A][OpenLeft]I understand. It looks like[.][NL]we should get out of here.[A][OpenFarRight]Um, Brother?[NL]This girl[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Her hair is indigo[ToggleMouthMove]...[.][ToggleMouthMove][NL]Where did[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Ah, that's a long story.[NL]For now, we must move.[A][NL]Suffice to say Emperor Vigarde has[NL]enlisted some[.][ToggleMouthMove]...[.][ToggleMouthMove]otherworldly powers.[A][NL2][NL]We must warn everyone of the danger.[A]}
|
|
MSG_0A11 {[OpenMidRight][LoadFace][2][NL][OpenMidLeft][LoadFace][20][NL][OpenMidLeft]Eirika, are you well?[.][A][OpenMidRight]Brother!? Is it really[ToggleMouthMove]--[ToggleMouthMove][A][NL]You're alive! You're alive![.][A][OpenMidLeft]Well, of course I am.[.][A][NL]After we escaped Renvall, I thought I'd[.][NL]strike a blow against the emperor himself.[A][NL]When I heard that you'd been waylaid by the[.][NL]enemy, however, I turned back to find you.[A][NL]Looks like my timing was impeccable.[A][OpenMidRight]I'm so sorry. The irony is that[.][NL]I was trying to rescue you.[.][A][NL]All I did was interfere with[NL]your plans[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]What are you talking about?[.][NL]You came to help me, didn't you?[A][NL]Your efforts alone are enough[.][NL]to inspire me.[A][NL]Come on, Eirika! The enemy awaits![A][OpenMidRight]All right![A]}
|
|
MSG_0A12 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]Prince Ephraim.[.][A][OpenMidLeft]General Seth![.][NL]You're safe![A][OpenMidRight]Princess Eirika is safe as well.[A][NL]I'm afraid I have much news to[NL]relate to you.[A][NL]That will have to wait, though. For[.][NL]now, we must cut our way out of here.[.][A][OpenMidLeft]Yes. Let's conclude our business here[.][NL]before we talk of other matters.[A][NL]Come on![A][OpenMidRight]Yes, sire![A]}
|
|
MSG_0A13 {[OpenMidLeft][LoadFace][4][NL][OpenMidRight][LoadFace][24][NL][OpenMidRight]General Seth![.][A][OpenMidLeft]Well met, Kyle.[.][A][NL]I never thought for a moment that[.][NL]you could be bested easily.[.][A][OpenMidRight]No, sir! And I never doubted[NL]that I would see you again.[.][A][OpenMidLeft]Kyle.[.][NL]About Orson[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]We heard it all.[A][NL]Unbelievable, isn't it?[.][NL]But facts are facts.[A][OpenMidLeft]Yes. If Orson can turn his[NL]back on Renais[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We remaining knights will have to work[NL]all the harder to prove ourselves![A][NL]Let's go, Kyle.[.][A][OpenMidRight]Yes, sir![.][A]}
|
|
MSG_0A14 {[ToggleSmile][OpenMidLeft][LoadFace][22][NL][OpenMidRight][LoadFace][6][NL][OpenMidRight]Brother![A][OpenMidLeft]Ha! Franz![NL]How've you been?[A][OpenMidRight][ToggleSmile]I should ask you![.][A][NL]We'd heard you were captured[NL]by Grado's men. I was worried.[A][ToggleSmile][OpenMidLeft]Worried? I ride with Prince Ephraim,[NL]little brother.[.][A][NL]Death will have a tough time catching[.][NL]anyone who rides with our prince![.][A][NL]But it's not like we've avoided[.][NL]trouble altogether, that's for sure.[A][NL]Hm? Say, have you grown taller on me?[.][A][OpenMidRight]I have. I've also finished my training.[.][NL]I'm now a sworn Knight of Renais.[.][A][NL]You just watch[ToggleMouthMove]--[ToggleMouthMove]I'm going to be on par[NL]with General Seth one day![A][OpenMidLeft]You want to be like the general, eh?[A][NL][ToggleMouthMove]...[.][ToggleMouthMove]What about me?[A][OpenMidRight]Oh, I[.][ToggleMouthMove]...[.][ToggleMouthMove] I still want to be[.][NL]like you, too, Brother![.][A]}
|
|
MSG_0A15 {Units that have reached level 10 or[.][NL]higher can change classes with the[NL]aid of special items.[.][A][NL2][NL]The cavalier Kyle can use the[.][NL]Knight Crest he's carrying to become[NL]either a paladin or a great knight.[.][A][NL2][NL]To change classes, select the[.][NL]Knight Crest from the item menu[.][NL]and use it on a unit.[.][A]}
|
|
MSG_0A16 {[OpenMidLeft][LoadFace][64][NL][OpenMidLeft]Frelia's Sacred Stone has been destroyed.[.][A][NL]And yet you still cannot locate the[.][NL]Stone of Renais.[A][CloseSpeechSlow][OpenMidLeft]Glen.[.][NL]Valter.[.][A][NL]Find the children of Renais.[A][NL]Find them and take from them[NL]the bracelets that they wear.[.][A][NL]Glen, take Eirika. Valter, take[.][NL]Ephraim. Find them. Conquer them.[.][A][OpenMidRight][LoadFace][75][NL][OpenMidRight]Yes, Your Majesty[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ClearFace][OpenMidRight][LoadFace][66][NL][OpenMidRight]Ha ha[.][ToggleMouthMove]...[.][ToggleMouthMove][ToggleSmile] Eirika, eh?[A][NL]She's a ripe little peach.[A][NL]And her brother, Ephraim[ToggleMouthMove]...[.][ToggleMouthMove][NL]He's better prey than I'd imagined.[.][A][NL]I can feel my blood rushing at the[NL]thought. This might be fun after all.[.][A][ToggleSmile][OpenMidRight][ClearFace]}
|
|
MSG_0A17 {[OpenMidLeft][LoadFace][64][NL][OpenMidLeft]Caellach.[.][NL]Riev.[.][A][NL]Shatter the remaining[.][NL]Sacred Stones.[A][NL]Caellach, take Jehanna.[.][NL]Riev, take Rausten.[.][A][NL]Go. Crush the Sacred Stones[.][NL]they house.[.][A][OpenMidRight][LoadFace][72][NL][OpenMidRight][ToggleSmile]Heh heh heh[.][ToggleSmile][ToggleMouthMove]... [ToggleMouthMove]As you will.[A][NL]I'll begin making arrangements for[NL]Rausten's downfall immediately[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ClearFace][OpenMidRight][LoadFace][67][NL][OpenMidRight]Bah! Why am I stuck with Jehanna?[.][NL]Accursed ill luck.[A][NL]I became a mercenary to escape that[.][NL]wretched place, and now I must go back?[.][A][OpenMidRight][ClearFace]}
|
|
MSG_0A18 {[OpenMidLeft][LoadFace][64][NL][OpenMidRight][LoadFace][37][NL][OpenMidLeft]Duessel.[A][NL]Go to Frelia.[.][A][NL]Take the Frelian army[.][NL]and punish Ephraim.[.][A][CloseSpeechSlow][OpenMidRight][ClearFace][OpenMidRight][LoadFace][63][NL][OpenMidLeft]Selena.[.][NL]Remain in the capital.[A][NL]Soon, I will have[.][NL]new orders for you.[.][A][OpenMidRight]Yes, sire.[A]}
|
|
MSG_0A19 {[OpenFarFarLeft][LoadFace][44][NL][OpenFarRight][LoadFace][2][NL][OpenFarFarLeft]Eirika! Wait![.][A][CloseSpeechSlow][OpenFarFarLeft][MoveMidLeft][OpenFarRight][MoveMidRight][OpenMidRight]Tana?[.][NL]What are you doing?[.][A][NL]You were supposed to[NL]remain in the palace.[.][A][OpenMidLeft]You left so abruptly, without[.][NL]any warning or farewell.[A][NL]You and Ephraim have only just arrived,[.][NL]and already you leave on another quest?[.][A][NL]Well, I'm your friend, Eirika, and I won't[NL]let you go into danger without me.[A][OpenMidRight]Does King Hayden know of this?[A][OpenMidLeft]No. He'd just say, [LQuote]I forbid you to go[NL]on this foolish errand,[RQuote] like always.[.][A][NL]But I'm so worried about you.[.][A][OpenMidRight]Thank you, Tana.[A][NL]I appreciate your concern,[NL]but King Hayden would[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft]You and Ephraim, my father and[NL]my brother[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You're all fighting together,[.][NL]fighting for a noble cause.[.][A][NL]I cannot be left out.[.][NL]I will not be left out.[.][A][NL]Please, Eirika.[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Oh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]All right.[NL]I never could refuse you anything.[A][NL]Come on. Let's go, Tana.[A][OpenMidLeft]Thank you, Eirika![A]}
|
|
MSG_0A1A {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]Your Highness, we've reached Port Kiris.[A][NL]If we can find passage across the North[.][NL]Sea, we will reach Rausten in 10 days.[A][OpenMidLeft]It smells of the tides[ToggleMouthMove]...[.][ToggleMouthMove][NL]This is a busy place, isn't it?[.][A][OpenMidRight]It's a trade center. Peoples of all[.][NL]nations pass through here.[A][NL]Do not become so enthralled with the sights[.][NL]and sounds that you forget your mission.[A][OpenMidLeft]I won't.[A][NL]I'm a mercenary by the name of Erina.[.][A][NL]I'm traveling to Rausten to[.][NL]receive a commission.[.][A][OpenMidRight]Let us look for a ship then, Erina.[.][NL]The docks are this way.[.][A][OpenMidLeft][MoveLeft][LoadOverworldFaces][OpenLeft]Hm?[.][A][OpenMidRight]Is something amiss?[.][A][OpenLeft]Seth, that woman over there?[NL]Is that[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A1B {[ToggleSmile][OpenRight][LoadFace][34][NL][OpenFarRight][LoadFace][35][NL][OpenRight]Oh, these dainty sugar pastries![NL]They're delightfully scrumptious![.][A][NL]Flavorful without being overwhelming,[.][NL]refined without being banal[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight]Gwah ha ha![.][NL]Right you are, Lady L'Arachel![A][OpenFarFarLeft][LoadFace][2][NL][OpenFarFarLeft][MoveFarLeft][OpenFarLeft]You look familiar[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Oh![.][NL]Aren't you[ToggleMouthMove]--[ToggleMouthMove][A][OpenFarLeft]We've met before, haven't we?[.][A][NL]You arrived with your companions[NL]when we encountered those creatures[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Your name is L'Arachel, is it not?[A][OpenRight]A wonder and pleasure that we should meet[.][NL]again so soon! It is providence![A][OpenFarRight][ClearFace][OpenFarRight][LoadFace][36][NL][OpenFarRight]Bad luck is the only thing the[NL]divine has ever provided you![.][A][OpenRight]Oh, and if you have not yet tried[.][NL]one, these pastries are also divine.[A][NL]Would you care for one?[.][A][ToggleSmile][OpenFarLeft]Uh, thank you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]No, wait[ToggleMouthMove]... [ToggleMouthMove]That's not why[ToggleMouthMove]--[ToggleMouthMove][A][NL][LoadOverworldFaces]We're actually on our way to the[NL]Theocracy of Rausten.[.][A][NL]We're rather in a rush and need to[NL]find passage on a ship[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Oh, dear. I'm afraid you'll find none to[NL]assist you. No ships are leaving port.[A][OpenFarLeft]Pardon?[.][A][OpenRight]You see, I find myself heading home once[NL]more to my beloved Rausten as well![.][A][NL]And actually, I'm quite well known with[.][NL]the powers-that-be here in Port Kiris.[A][NL]So I ordered them to ready the finest[.][NL]passenger vessel for me.[A][NL2][NL]But both merchants and passenger ships[NL]alike are too frightened to set sail.[.][A][NL]It seems a giant ghost ship has been[NL]sinking every ship it finds[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Would that I could confront it, I could[.][NL]stop its foul villainy in a moment.[.][A][NL]Alas. It's such a shame.[A][OpenFarLeft]Yes, yes[ToggleMouthMove]... [ToggleMouthMove]Uh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]That is troublesome. Still,[.][NL]I must get to Rausten somehow.[A][OpenRight]You needn't worry too much.[.][A][NL]After all, if the sea is closed to[NL]you, simply follow the overland route![A][OpenFarLeft]The overland route?[.][A][NL]I've heard that's a terribly[NL]roundabout path to travel.[A][ToggleSmile][OpenRight]Oh, it is, but don't you see? The hardships[.][NL]of the road, they are truly blessings![A][NL]They will toughen you and strengthen your[.][NL]resolve when you need to face great evil.[.][A][NL]For example, I have been tasked with a[NL]great trial in order to better me.[A][NL]I understand my path, O unknowable[NL]forces of providence![.][A][NL]I, your faithful servant L'Arachel, shall[.][NL]overcome! With faith and divine strength![.][A][OpenFarRight]Now, listen, L'Arachel! You might be[NL]thrilled about going the long way, but[ToggleMouthMove]--[ToggleMouthMove][A][OpenRight]Come now, we're leaving.[NL]Dozla? Rennac?[A][NL]Don't fall behind![A][OpenRight][ClearFace][OpenRight][LoadFace][35][NL][OpenRight]Gwah ha ha! Wait for us,[NL]Lady L'Arachel![.][A][NL]Come on, Rennac![NL]We run 'til we drop![A][NL]The first one to collapse from[NL]exhaustion is the winner![.][A][OpenRight][ClearFace][ToggleSmile][OpenFarRight]Help[ToggleMouthMove]...[.][ToggleMouthMove][NL]Why is this happening to me?[A][OpenFarRight][ClearFace]}
|
|
MSG_0A1C {[OpenMidLeft][LoadFace][4][NL][OpenFarRight][LoadFace][2][NL][OpenFarRight][MoveMidRight][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Uh, Seth?[.][A][NL]Isn't Rausten in the other direction?[.][NL]Aren't they heading toward Frelia?[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]It's nothing you need[.][NL]concern yourself with, milady.[A][CloseSpeechSlow][OpenMidLeft]Our only concern now is to decide[.][NL]our next course of action.[A][NL]An overland journey would be very long.[.][A][NL]However, it seems that may be our only[NL]choice at the moment[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I agree.[NL]Whatever shall we do[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A1D {[OpenFarRight][LoadFace][2][NL][OpenRight][LoadFace][4][NL][OpenMidLeft][LoadFace][57][NL][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]You're Eirika, the[NL]princess of Renais, ain't ya?[.][A][OpenFarRight]What?[.][A][OpenRight]Dastard! Away with you![.][A][OpenMidLeft]No need to get personal![A][NL]You know, there's a pretty[NL]price on your pretty head.[A][NL]Sorry, but I need that gold.[A]}
|
|
MSG_0A1E {[OpenMidRight][LoadFace][25][NL][OpenMidLeft][LoadFace][107][NL][OpenMidLeft]Attention![A][NL]Carcino's mercenaries will arrest the[.][NL]princess of Renais shortly.[.][A][NL]Our duty here is nearly ended, and[NL]I expect no further hostilities.[A][NL]If you must fight, however, remember[NL]that the whole empire fights with you![A][OpenMidRight]Um, Commander?[A][NL]What should I do?[.][A][OpenMidLeft]Who are you?[A][OpenMidRight]Sir! I'm Amelia of Silva, sir![A][NL]I'm new. I was only assigned to your command[NL]today. I wanted to fight for the empire![A][OpenMidLeft]I don't need your life story, fool! Recruits[NL]are in front! Grab a lance and move![A][OpenMidRight]Sir, yes sir![.][A][NL2][NL]This lance[ToggleMouthMove]... [ToggleMouthMove]Stab the enemy.[.][A][NL]I'm not afraid[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm a citizen of Grado.[.][NL]It's my duty to fight.[A][NL]And I'll fight my best![.][A]}
|
|
MSG_0A1F {[OpenMidRight][LoadFace][25][NL][OpenMidLeft][LoadFace][107][NL][OpenMidLeft]Hrm[.][ToggleMouthMove]... [ToggleMouthMove]This battle isn't going[.][NL]well at all.[A][NL]Stinking mercenaries! All a[.][NL]bunch of worthless slugs.[.][A][NL]I could smash the whole lot of[NL]'em if I had the time, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I've got to follow orders. That's[.][NL]the lot of a soldier, ain't it?[.][A][NL]Let's move out, troops! We're[.][NL]returning to the capital![.][A][OpenMidLeft][ClearFace][OpenMidRight]What?[.][A][NL]Are we really supposed to leave[.][NL]with the enemy right there?[.][A][NL]Well[ToggleMouthMove]...[.][ToggleMouthMove]at least that means[.][NL]the fighting is finally over.[.][A]}
|
|
MSG_0A20 {[OpenMidLeft][LoadFace][57][NL][OpenMidLeft]Blast! This ain't right![NL]These guys are too tough[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]5,000 gold ain't nearly enough[NL]for this![.][A]}
|
|
MSG_0A21 {[OpenMidLeft][LoadFace][57][NL][OpenMidLeft]Th-that stinkin' Pablo[ToggleMouthMove]...[.][ToggleMouthMove][NL]He[ToggleMouthMove]...[.][ToggleMouthMove]lied to me[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A22 {[OpenMidLeft][LoadFace][4][NL][OpenMidRight][LoadFace][2][NL][OpenMidLeft]Your Highness, are you well?[A][OpenMidRight]Yes, I believe so[.][ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][OpenMidRight]Who are these men?[A][NL]They don't appear to be[.][NL]Grado Imperial troops.[A][OpenMidLeft]Judging by their crude swordplay,[.][NL]I'd say they're mercenaries.[A][NL]We can expect more of them[NL]in the area, too, I think.[A][NL]Wait here.[A]}
|
|
MSG_0A23 {[OpenMidLeft][LoadFace][4][NL][OpenMidRight][LoadFace][109][NL][OpenMidRight]W-wait! I give up![A][NL]I don't want to fight anymore![NL]We were just doing a job.[.][A][OpenMidLeft]Who hired you?[A][OpenMidRight]I may be nothing but a hired blade, but[.][NL]I have my honor. I won't say a word.[A][OpenMidLeft][MoveLeft][OpenLeft]I admire your professionalism.[NL]I guess we have no use for you.[.][A][OpenMidRight][MoveFarRight][OpenFarRight]No, wait! I'll talk![NL]Carcino![A][NL]It was Pablo of the Carcino[.][NL]Council of Elders![A][OpenLeft]Councilman Pablo?[.][A][SendToBack][OpenFarLeft][LoadFace][2][NL][OpenFarLeft]That doesn't make sense![A][NL]Carcino and Frelia are allies.[NL]Why would they target me?[.][A][OpenFarRight]I don't know[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Could be they've decided Grado's going to[.][NL]win. They want to be on the winning side.[.][A][NL]Some of the others opposed Pablo, but[.][NL]I heard he had 'em all silenced but quick.[A][NL]That's all I know, I swear it.[A][OpenLeft]I believe you. Go.[A]}
|
|
MSG_0A24 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]We were careless. We should have seen[.][NL]this coming.[A][NL]Carcino's a young and ambitious nation[NL]ruled by power-hungry merchants.[A][NL]And Grado grows more powerful with[NL]every passing day.[A][NL]So it's no surprise Carcino's merchant[NL]lords would throw in with Grado now.[A][OpenMidLeft]Wait![.][NL]Prince Innes[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Prince Innes was to pass through[NL]Carcino on his way to Jehanna[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If Carcino has betrayed us, then he[.][NL]ran headlong into enemy territory[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A25 {[OpenMidRight][LoadFace][2][NL][OpenFarFarLeft][LoadFace][105][NL][OpenFarFarLeft][MoveMidLeft][OpenMidLeft]Princess Eirika![A][NL]I bring dire tidings![.][A][OpenMidRight]I know you[ToggleMouthMove]... [ToggleMouthMove]You were a messenger[NL]riding with Prince Innes.[.][A][OpenMidLeft]Yes, and I have news of him.[NL]Prince Innes is in danger![A][NL]Carcino's merchant army struck and[NL]cut through half our men.[.][A][NL]The prince is trapped in a siege.[.][NL]He has no means of escape, and[ToggleMouthMove]--[ToggleMouthMove][A][OpenMidRight]No more![A][NL]I understand. Return to Frelia[NL]and deliver your message![.][A][OpenMidLeft]What of Prince Innes?[.][A][OpenMidRight]Leave him to us. The prince's[.][NL]troubles should burden you no more.[.][A][NL]We will see him to safety.[A]}
|
|
MSG_0A26 {[OpenFarFarLeft][LoadFace][36][NL][OpenFarRight][LoadFace][4][NL][OpenRight][LoadFace][2][NL][OpenFarFarLeft][MoveFarLeft][OpenFarLeft][ToggleMouthMove]...[.][ToggleMouthMove]Hey, you.[.][A][NL]Have Lady L'Arachel and her man,[NL]Sir Stubble-chin, gone yet?[.][A][OpenRight]Aren't you[ToggleMouthMove]--[ToggleMouthMove][A][NL]Yes, they no longer appear[NL]to be in the city.[A][OpenFarLeft]Whew[ToggleMouthMove]... [ToggleMouthMove]I'm finally free! No more getting[.][NL]bossed around by that witless ninny![A][NL]Thanks. I owe you one.[NL]Take this.[A][NL]Now that I'm free again. I think I'm[NL]just gonna wander about for a while.[A][OpenFarLeft][ClearFace][OpenRight][ToggleMouthMove]...[.][ToggleMouthMove]What a strange relationship they have.[A][OpenFarRight]Lady Eirika, I think we[.][NL]ought to be leaving soon.[.][A][SendToBack][OpenRight]Yes. We must hurry[NL]to Prince Innes's side![.][A]}
|
|
MSG_0A27 {[OpenMidLeft][LoadFace][6][NL][OpenMidRight][LoadFace][25][NL][OpenMidLeft]Oh, who are you?[A][OpenMidRight]What? What?[.][A][OpenMidLeft]Are you one of the locals? This is[NL]a dangerous spot. You should hide.[A][NL]Here, come with me.[.][A][OpenMidRight]But[.][ToggleMouthMove]... [ToggleMouthMove]But I'm[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I'm Franz, a Knight of Renais.[A][NL]What's your name?[.][NL]What are you doing here?[A][OpenMidRight]I-I'm Amelia.[.][A][NL]I'm[.][ToggleMouthMove]... [ToggleMouthMove]Actually, I'm a Grado soldier.[NL]I'm supposed to be fighting you.[A][OpenMidLeft]Really?[.][A][NL]So, uh, you're my enemy?[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]I guess[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Are you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Are you going to make[.][NL]me your prisoner?![A][OpenMidLeft]No! No, I wouldn't do that.[.][A][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove]this is a problem.[A][OpenMidRight]What should we do?[A][OpenMidLeft]First of all, you must listen to[NL]me and do as I say.[.][A][NL]We'll talk to Princess Eirika later.[A][OpenMidRight]What? NO![.][A][NL]My commander told me Eirika's a[.][NL]cruel and merciless fiend who[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft]Oh, that's utter nonsense.[A][NL]I've never heard the princess[.][NL]utter an unkind word to anyone.[.][A][NL]I understand why you're frightened.[.][NL]You think we're the enemy.[A][NL]But if you'd only trust me[ToggleMouthMove]...[.][ToggleMouthMove][NL]Will you come with me?[A][ToggleSmile][OpenMidRight]Mm[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Well, all right.[NL]I'll trust you, Franz.[A]}
|
|
MSG_0A28 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][25][NL][OpenMidLeft]Who are you?[A][OpenMidRight]What? What?[.][A][OpenMidLeft]Are you from around here?[.][A][NL]You should find someplace to hide.[NL]These men are after me. It's not safe.[A][OpenMidRight]But[.][ToggleMouthMove]... [ToggleMouthMove]But I'm[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Yes?[A][OpenMidRight]I'm a Grado soldier. I'm here to[NL]stop the princess of Renais[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Huh?[A][NL]You're with Grado?[A][OpenMidRight]And you're Princess Eirika?[.][A][NL]But the commander said Eirika's[.][NL]a cruel and merciless fiend[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]What? No, I'm[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]I don't know what Grado's[.][NL]officers have been telling you, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Our two countries are at war, so I[NL]suppose they can say what they want.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Mistress Eirika[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I, uh, I surrender.[.][NL]I won't fight you.[A][OpenMidLeft]Huh?[A][OpenMidRight]I became a soldier because I admired[NL]General Duessel's sense of honor.[.][A][NL]But the general has been very opposed[.][NL]to this war from the beginning[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]And now I see you, and you look so[NL]sad about all of this.[A][NL]I don't know what's right anymore.[A][NL2][NL]I'm just a soldier, but I want to[.][NL]decide for myself.[A][NL]I want to understand the truth[NL]myself, to see it with my own eyes.[.][A] [.][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]I see.[A][NL]So[ToggleMouthMove]...[.][ToggleMouthMove]does this mean you're coming with us?[.][NL]I suppose I should ask your name then.[A][OpenMidRight]Amelia. Amelia of Silva.[A]}
|
|
MSG_0A29 {[OpenMidLeft][LoadFace][36][NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft]My, oh, my[ToggleMouthMove]... [ToggleMouthMove]It's about time they left.[A][NL]I'm finally done getting ordered about[NL]without getting paid.[.][A][NL]Huh? Oh, don't mind me. Just talking[NL]to myself.[A][NL]Here, I want you to hold on to this[.][NL]for me. Don't tell anyone.[A][NL]Oh, and don't say a word about seeing me[NL]to Lady L'Arachel, all right? Deal?[.][A]}
|
|
MSG_0A2A {[OpenMidLeft][LoadFace][92][NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft]Wh-what do you want?[NL]Gimme a break[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Leave us out of this stupid war of yours![.][NL]We don't want anything to do with it![.][A][NL2][NL]Or[ToggleMouthMove]...[.][ToggleMouthMove]are you just another victim, like[.][NL]the rest of us here?[A][NL]Well, regardless[ToggleMouthMove]... [ToggleMouthMove]Here.[.][A][NL]Take this, and go do something about[NL]all this fighting, will you?[A]}
|
|
MSG_0A2B {[OpenMidLeft][LoadFace][64][NL][OpenMidRight][LoadFace][75][NL][OpenMidLeft]General Glen of the Grado Imperial Army,[NL]also known as the Sunstone[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Your orders.[A][NL]Capture the leader of the rebel[.][NL]army in Carcino. Capture Eirika.[A][OpenMidRight]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Do you mean the princess of Renais?[.][A][OpenMidLeft]Eirika invaded Carcino.[.][A][NL]She massacred the citizens[NL]of Port Kiris.[A][NL]Then, she fled south.[.][A][NL]Glen. Go. Crush the rebels[NL]who brought ruin to Carcino.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Understood, sire.[.][A]}
|
|
MSG_0A2C {[OpenMidLeft][LoadFace][75][NL][OpenMidRight][LoadFace][19][NL][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]What did the emperor say, Brother?[A][OpenMidLeft]I've been ordered to kill the[.][NL]princess of Renais.[.][A][NL]Cormag, I want you to remain here[.][NL]in the capital. I'll go alone.[A][OpenMidRight]If that's what you want, Brother, so[NL]be it. But you seem troubled[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Don't tell me you're concerned about[NL]fighting the princess of a ruined land![.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Hm[ToggleMouthMove]... [ToggleMouthMove]I never was able to slip[NL]anything past you, little brother.[A][NL]You're right. This duty falls heavily[.][NL]on my shoulders, more than any other.[.][A][OpenMidRight]Tell me, Brother, do you know[.][NL]this princess?[A][OpenMidLeft]Yes. When Renais and Grado were[.][NL]still close[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I met the girl[ToggleMouthMove]--[ToggleMouthMove][NL]I met Eirika only once.[.][A][NL]We spoke briefly, but I felt she[NL]was a woman of great kindness.[A][NL]I cannot bring myself to believe[NL]Princess Eirika is evil. I cannot.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Glen.[.][A][NL]The emperor has ordered[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft]There's the rub, Cormag.[NL]That's it exactly.[A][NL]His Majesty has never spoken a falsehood[NL]in all the time I've served him.[A][NL]And as a servant of the empire, I am[NL]duty bound to obey his orders.[A][NL]But I can see no reason to think Princess[.][NL]Eirika's heart is any less gentle now.[A]}
|
|
MSG_0A2D {[OpenLeft][LoadFace][75][NL][OpenFarLeft][LoadFace][19][NL][OpenMidRight][LoadFace][66][NL][SendToBack][OpenMidRight]What are these cowardly mutterings?[.][A][NL]It is because you three generals are[NL]weak that we others must work so hard.[A][NL]And yet you get the honor of killing the[NL]girl. How I long to do your duty for you![.][A][OpenLeft]Rrrr![.][A][NL]Valter, you treacherous swine[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]What's this? Is this how you speak[NL]toward your peer knights of the realm?[A][NL]Lest you've forgotten, I, too, am a[.][NL]general[.][ToggleMouthMove]--[ToggleMouthMove]the same rank as you.[.][A][OpenLeft]You wretch. You were cast out from the[NL]army for mistreating civilians.[.][A][NL]What lies have you told to receive pardon[.][NL]and reinstatement at the same time?[.][A][OpenMidRight]Our beloved emperor felt my skills[NL]were needed, and his word is law.[.][A][NL]His Majesty has earned my sincerest[.][NL]and most undying gratitude.[.][A][NL]And then we have you three.[.][NL]Duessel, Selena, and you[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]The three of you have proven to be[NL]unreliable time and time again.[.][A][NL]We were brought in to plug the holes,[.][NL]don't you see?[A][NL]You ought to thank me, Glen![A][OpenFarLeft]Valter! If you dare insult[NL]my brother further[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Come now, Cormag. And what would[NL]you do to me if I did?[A][NL]Would you fight me? Here? Would you[.][NL]show such disloyalty to the emperor?[A][OpenFarLeft][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Peace, Cormag.[A][NL]We are His Majesty's men.[.][NL]We will honor his commands.[.][A][NL]Mark my words, Valter: your crimes[NL]are neither forgotten nor forgiven.[.][A][OpenMidRight]Hmph[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A2E {[OpenMidLeft][LoadFace][15][NL][OpenRight][LoadFace][27][NL][OpenFarRight][LoadFace][28][NL][SendToBack][OpenRight]Prince Innes. What do you[.][NL]say? Can you continue?[A][OpenMidLeft]Yes, of course. Do you believe this[.][NL]is enough to make me give up?[.][A][NL]I am surprised you mercenaries[NL]haven't turned and fled, though.[A][OpenRight]Naw. You see, Gerik's Mercenaries takes its[.][NL]name from me, Gerik. I'm the chief here.[A][NL]If I quit while our employer still fought[.][NL]on, they'd want a new name, you follow me?[A][NL]So[ToggleMouthMove]...[.][ToggleMouthMove][NL]What's the plan?[A][OpenMidLeft]Same as before. We remain surrounded.[.][A][NL]They're not going to allow us simply[NL]to walk out of here[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]I sent a messenger off with news of[.][NL]our plight.[.][A][NL]However, even on the wings of a pegasus[.][NL]knight, Frelia is days away.[A][NL]We can expect no help from them.[A][OpenRight]So we tighten our belts and survive,[NL]is that it?[.][A][NL]Or would you rather quit this place[.][NL]and rest in comfort?[A][OpenMidLeft]Surrender?[A][NL]I'm the prince of Frelia. I don't know the[NL]meaning of the word.[A][NL]The fate of the world rides on my shoulders,[NL]and I'll make it to Jehanna.[A][NL]Even if I have to crawl there to do it.[.][A][OpenRight][ToggleSmile]Now, that makes me feel better.[.][A][NL]If you're so determined, we may all[.][NL]live a little while longer[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenFarRight]Hey, Chief, Prince.[.][A][OpenRight]What is it, Tethys?[.][A][OpenFarRight]I've got bad news[.][ToggleMouthMove]...[.][ToggleMouthMove]and[.][NL]then I've got worse news.[.][A][OpenRight]What's the bad news?[A][OpenFarRight]We've no more weapons in reserve. What[NL]you're holding is what we've got.[.][A][NL]Once those are gone, there won't be[.][NL]much fight left in us.[A][OpenRight]That is bad news[ToggleMouthMove]...[.][ToggleMouthMove][NL]Well? What's the worse news?[A][OpenFarRight]They've begun to move.[NL]They're going to attack again.[A][NL]Looks like they're sending up[.][NL]the whole lot of 'em this time.[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]Right. You two, you're done here.[.][NL]Discharged. Fired. Whatever.[A][NL]You can surrender or flee.[NL]The choice is yours.[A][OpenRight]What?[.][A][OpenMidLeft]I'm the one they're after.[A][NL]Throw down your weapons, and[NL]you'll walk away alive.[.][A][NL]I don't need you here. You'll[.][NL]only be in my way.[A][NL]Who knows? You filthy sellswords'll[.][NL]probably sell me out anyway.[A][OpenFarRight]Hold on there! That's not[.][NL]true, and you know it![A][OpenRight]Peace, Tethys.[A][NL]Hey, Prince. What[.][NL]are you going to do?[A][OpenMidLeft]I'm going to get out of here[NL]on my own.[A][NL]I'll break to the south and[.][NL]escape into the mountains.[A][OpenRight]That ain't gonna be easy.[.][NL]How you plan on doing that?[.][A][OpenMidLeft]I'm not telling you. I've no idea[.][NL]when you'll decide to betray me.[A][NL]Go on. Get out of here.[.][NL]I'd rather do this alone.[.][A][OpenRight]Sounds like you're trying to make[.][NL]sure you're the only one who dies.[A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]Fool. I've no intention of dying.[.][A][NL]But there can be no false hope of[.][NL]reinforcements riding in to save the day.[.][A][NL]You and I are not the same. You're a[NL]commoner, and I'm Frelia's heir.[A][NL]We of noble birth do not shirk the[NL]duties to which we are born.[A][OpenRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]What are you waiting for? You may go.[.][A][OpenRight]Well played, milord.[A][NL]I've always loved the[.][NL]melodrama of martyrdom[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]There's no way I can abandon you[NL]after that fine performance.[A][NL2][NL]I'm staying with you.[.][NL]To the end.[.][A][OpenMidLeft]To the[ToggleMouthMove]--[ToggleMouthMove][NL]What are you saying?[A][NL]You dare ignore the orders of the[.][NL]one who's paying your wages?![.][A][OpenRight]Tethys, I want you to[.][NL]go and surrender.[.][A][NL]Give my regards to Ewan[.][NL]and Marisa.[.][A][OpenFarRight]Don't be ridiculous.[NL]I'm not going anywhere.[.][A][NL]Now would the two of you kindly[.][NL]stop acting like such[.][ToggleMouthMove]...[.][ToggleMouthMove]men?[A][NL]And you! You've already fired us.[.][NL]You can't order us to leave now.[A][OpenMidLeft]Unbelievable[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]And you people call[.][NL]yourselves mercenaries?[.][A][NL]I thought you fought for[NL]money, not for duty.[A][OpenRight]Yeah, that's one of the rules.[NL]Guess we're lousy mercenaries, eh?[A][NL]Now let's get thinking. We still need[.][NL]a plan to get us all out of here alive.[.][A][NL]You're supposed to be a good tactician,[.][NL]so I figure I won't die easily.[.][A][NL]Tell us what to do, Prince.[.][NL]We'll follow your orders.[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][NL]Hm. Very well.[A][NL]I'll see what I can do to avoid[.][NL]getting us filled with arrows.[A][OpenFarRight]Ah[ToggleMouthMove]...[.][ToggleMouthMove][NL]Say, Prince.[A][NL]If, by some miracle, aid were to come,[NL]from what direction would it arrive?[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]From the north. But there's[.][NL]little or no hope of that.[A][NL]Even if Frelia were to send us aid,[.][NL]they would not arrive until[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight]This may be good news[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Then again, it may be more bad news.[A][NL2][NL]There. On that northern mountain path[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Someone's coming.[.][A]}
|
|
MSG_0A2F {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][4][NL][OpenMidLeft]Prince Innes![.][A][OpenMidRight]Princess Eirika, the prince is surrounded[.][NL]by the mercenary armies of Carcino.[.][A][NL]He looks vastly outnumbered. I doubt[NL]he can hold out much longer.[A][OpenMidLeft]I can see that. Let's hurry![A]}
|
|
MSG_0A30 {[OpenMidLeft][LoadFace][58][NL][OpenMidLeft][ToggleSmile]Heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]My plan to get rid of Klimt has[.][NL]yielded some unexpected fruit.[A][NL]The head of Frelia's Prince Innes[.][NL]will make a fine gift to Grado.[.][A][OpenMidRight][LoadFace][107][NL][OpenMidRight]Lord Pablo, Prince Innes and his men have[.][NL]taken refuge in a mountain stronghold.[A][NL]Do we have your permission to finish[NL]them off?[.][A][OpenMidLeft]Yes. Flush the prince out[.][NL]and cut him down.[.][A][NL]We'll find Klimt later and roast[NL]his old bones as well.[A][NL][ToggleSmile]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile]}
|
|
MSG_0A31 {[OpenMidLeft][LoadFace][84][NL][OpenMidRight][LoadFace][92][NL][OpenMidRight]Lord Klimt, Pablo's troops are moving[.][NL]toward the stronghold.[A][NL]It looks like they're planning on chasing[.][NL]down Prince Innes and his men.[A][OpenMidLeft]Pablo, you mad, reckless imbecile[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]If Prince Innes dies here, the bond between[.][NL]Carcino and Frelia is sundered forever.[.][A][NL]Carcino will be nothing more than a[.][NL]vassal paying tribute to Grado[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We must find some way to aid Prince[.][NL]Innes.[A][OpenMidRight]Wait, my lord Klimt![A][NL]Pablo is after you as well.[.][NL]If you reveal yourself here[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Ahh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]May fortune keep you safe,[NL]Prince Innes[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A32 {[OpenMidLeft][LoadFace][30][NL][OpenMidRight][LoadFace][107][NL][OpenMidRight]Hey! You're up![.][A][NL]You're getting paid a lot more[NL]than us common soldiers.[A][NL]Time you earned your gold![A][OpenMidLeft]I hear you.[.][A][NL]Where do I start killing?[.][A][OpenMidRight]Th-that way! The Frelian troops![A][NL]Don't point that blade in our direction![A][OpenMidLeft]I'll do what I can. No promises.[A][NL]Good day.[.][A][OpenMidLeft][ClearFace][OpenMidRight]Whew[ToggleMouthMove]... [ToggleMouthMove]So that's Marisa, the Crimson[.][NL]Flash of Gerik's Mercenaries[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]She's a beauty, but I'll keep my[NL]distance[ToggleMouthMove]...[.][ToggleMouthMove]and keep my head.[.][A]}
|
|
MSG_0A33 {[OpenMidLeft][LoadFace][58][NL][OpenMidLeft]Yahh[ToggleMouthMove]...!?[.][ToggleMouthMove][A][NL]You! You're[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Prince Innes![.][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][15][NL][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]You're one of Carcino's[.][NL]councilmen.[.][A][NL]Trying to trap me is a mistake.[.][NL]Failing, an expensive one.[A][NL]I think it's time for you to[NL]learn how expensive.[A][OpenMidRight][ClearFace]}
|
|
MSG_0A34 {[OpenMidLeft][LoadFace][58][NL][OpenMidLeft]No one can withstand the[NL]might of Grado[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Logic dictates we join now[NL]or be subjugated later.[.][A][NL]I made the rational decision.[.][NL]The only decision![A][OpenMidLeft][ClearFace]}
|
|
MSG_0A35 {[OpenMidLeft][LoadFace][58][NL][OpenMidLeft]Urrgh[.][ToggleMouthMove]... [ToggleMouthMove]N-no.[.][A][NL]I cannot die when there is[NL]such wealth to be had[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Re-retreat![.][NL]Mercenaries, to me![.][A][OpenMidLeft][ClearFace]}
|
|
MSG_0A36 {[OpenLeft][LoadFace][66][NL][OpenFarFarLeft][LoadFace][107][NL][OpenLeft][ToggleMouthMove]...[.][ToggleMouthMove]I've found you, Eirika.[.][A][NL]Seems you're as skilled as reports say.[.][NL]This is going to be fun.[A][NL]Yes, yes, yes.[NL]I do so love strong women.[A][OpenFarFarLeft][MoveFarLeft][SendToBack][OpenFarLeft]Shall we attack, General Valter?[A][OpenLeft]No, we'll pass on dessert for now.[A][NL]Allow them to escape.[.][NL]We're leaving.[A]}
|
|
MSG_0A37 {[OpenMidRight][LoadFace][2][NL][OpenMidLeft][LoadFace][15][NL][OpenMidRight]Prince Innes, are you well?[.][A][OpenMidLeft]Eirika[ToggleMouthMove]...[.][ToggleMouthMove]I'm sorry[.][NL]for troubling you.[A][OpenMidRight]No, it was no trouble.[A][OpenFarFarRight][LoadFace][84][NL][OpenFarFarRight]Oh, Prince Innes! Thank[.][NL]goodness, you're unharmed![A][OpenMidRight][ClearFace][OpenMidLeft][MoveLeft][OpenFarLeft][LoadFace][2][NL][OpenFarFarRight][MoveFarRight][OpenFarLeft]Who are you?[A][OpenFarRight]Oh, where are my manners?[.][A][NL]I am a member of Carcino's Council[NL]of Elders. My name is Klimt.[A][OpenFarLeft]A council member?[.][A][OpenLeft]So you're one of the traitors[.][NL]who ordered[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenFarRight][MoveFarRight][OpenFarRight]P-peace, please![A][NL]I have no intention of opposing[.][NL]you or quarreling with you.[.][A][NL]I, too, have been marked for[NL]death by Pablo[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]What is this all about?[.][A][SendToBack][OpenFarRight][MoveMidRight][OpenMidRight]It's a shameful tale[ToggleMouthMove]...[.][ToggleMouthMove][NL]Carcino is a nation divided.[A][NL]As you know, Carcino has no king but is[.][NL]ruled by a council.[.][A][NL]But now the council has broken apart[NL]into factions mired in discord[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]Factions[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You're saying that the whole of[.][NL]Carcino has not betrayed Frelia?[A][OpenMidRight]Correct. The moderate factions prefer to[NL]preserve our alliance with Frelia.[A][NL]Pablo's faction wishes to endear us to[NL]Grado, to surrender us to their armies.[.][A][NL2][NL]Once Pablo realized he couldn't ply us with[.][NL]bribes, he began to have us assassinated.[.][A][NL]Those of us who remain have taken refuge[NL]underground. We oppose him where we can.[A][NL]If you hadn't shown up, I'm not certain[.][NL]I would still be breathing[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]I do recall enemy troops combing this area[NL]when I arrived[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]They were searching for you, is that it?[A][OpenMidRight]Pablo has usurped rule of the council.[NL]We had no choice but to hide.[.][A][NL]Not all of Carcino's council has gone[.][NL]over to Grado's side, though[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You must believe me[.][ToggleMouthMove]--[ToggleMouthMove]the whole of[NL]Carcino does not believe as Pablo does.[.][A][OpenLeft][ToggleMouthMove]...[.][ToggleMouthMove]I see.[A][OpenFarLeft]Lord Klimt[ToggleMouthMove]... [ToggleMouthMove]I understand the[NL]hardships you've endured.[.][A][NL]I am pleased to hear all of[.][NL]Carcino is not our foe.[.][A][OpenMidRight]I will depart at once for Frelia to[.][NL]explain our circumstance to the king.[.][A][NL]I think it is best if you return to[.][NL]Frelia as well.[.][A][NL]Pablo has considerable wealth, and he[.][NL]commands a vast mercenary force.[A][NL]I'm sure he'll send more of them this[.][NL]way as soon as he is able.[A]}
|
|
MSG_0A38 {[OpenRight][LoadFace][15][NL][OpenFarRight][LoadFace][2][NL][OpenFarLeft][LoadFace][28][NL][OpenLeft][LoadFace][27][NL][SendToBack][OpenLeft]Prince Innes.[.][A][NL]Tethys and I are staying with[.][NL]you. Is that gonna work?[A][OpenRight]Yes, I would appreciate the help.[.][A][NL]Starting now, you've got a new contract,[NL]though[ToggleMouthMove]--[ToggleMouthMove]the pay's double.[.][A][NL]If the two of you hadn't stayed with me[.][NL]back there, I would not have survived.[A][NL]Gerik, Tethys[.][ToggleMouthMove]... [ToggleMouthMove]Thank you.[NL]You have my gratitude.[A][OpenFarLeft]Tell me something, Prince.[A][NL]Did you get[.][ToggleMouthMove]...[.][ToggleMouthMove]er[ToggleMouthMove]...[.][ToggleMouthMove]hit on the head[.][NL]during that last skirmish?[A][OpenRight][ToggleMouthMove]...[.][ToggleMouthMove]That's unkind. My neck is not so[NL]stiff that I cannot show gratitude.[.][A][NL]I would ask for your continued support[NL]in the days ahead.[A][OpenFarRight]We both ask for your help.[A][OpenLeft][ToggleSmile]We've got a deal. Let's[.][NL]keep each other alive.[A][ToggleSmile]}
|
|
MSG_0A39 {[OpenMidLeft][LoadFace][33][NL][OpenMidRight][LoadFace][28][NL][OpenMidLeft]Ah! There you are, Sister.[A][OpenMidRight]Ewan![.][A][NL]How is it[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]What are you doing here?[A][NL]I told you to wait in the inn[.][NL]and behave yourself, didn't I?[A][OpenMidLeft]Yeah, but you always run off[NL]and disappear.[A][NL]It's not fair. I want to have[.][NL]adventures, too.[A][OpenMidRight]You are such an imp[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I am not out here running about[.][NL]having fun, you know?[.][A][OpenMidLeft]I know.[.][A][NL]That's why I came to see you.[.][A][NL2][NL]I can help.[.][A][NL]My teacher finally got around[.][NL]to teaching me some magic.[A][NL]Check this out.[.][A][OpenMidRight]H-hey! Knock it off.[A][NL]You shouldn't be using[NL]magic here![.][A][OpenMidLeft]Well, I just thought maybe[NL]I could help you work is all.[.][A][NL]I can protect you now, Sis.[.][A][NL]Come on, take me with you. I don't[NL]wanna stay in that inn anymore.[.][A][ToggleSmile][OpenMidRight]Oh[ToggleMouthMove]...[.][ToggleMouthMove]all right.[A][NL]I'll go and speak to the Chief[NL]and Princess Eirika.[A][NL]Don't wander off while I'm gone.[A][OpenMidLeft]Yahoo![A]}
|
|
MSG_0A3A {[OpenLeft][LoadFace][2][NL][OpenFarLeft][LoadFace][15][NL][OpenMidRight][LoadFace][4][NL][SendToBack][OpenMidRight]Princess Eirika, Prince Innes.[A][NL]I think we should follow the advice[.][NL]we've been given and return to Frelia.[A][NL]Continuing on through Carcino like this[.][NL]is too great a risk to your safety.[.][A][OpenFarLeft]The peril is self-evident.[A][NL]However, I have to reach Jehanna, and[.][NL]the only way is through Carcino.[A][NL]If I don't hurry, nations will fall, one[NL]after another, to Grado's hunger.[.][A][OpenLeft]Innes is right.[.][A][NL]And the road to Rausten leads me[NL]through both Carcino and Jehanna.[.][A][NL]However, pressing on will only[NL]invite more mercenary attacks.[A][OpenMidRight][ClearFace][OpenRight][LoadFace][33][NL][OpenRight]Hey, I've got an answer.[A][NL]I know a way that leads over the[NL]mountains straight to Jehanna![A][NL]Want me to guide you?[.][A][OpenLeft][ToggleMouthMove]...[.][ToggleMouthMove]And who might you be?[.][A][OpenFarRight][LoadFace][28][NL][OpenFarRight]Ewan! Shush![A][NL]You know better than to interrupt[.][NL]people when they're talking.[A][NL]I'm so sorry. Please let me take[NL]my brother out of the way.[A][NL]Come on, Ewan. Let's go.[A][OpenLeft]No, no[ToggleMouthMove]--[ToggleMouthMove]wait, please.[.][A][NL]Do you really know a route[NL]through the mountains?[A][OpenRight]That's what I said.[.][A][NL]At the top of that mountain, there's[NL]a village named Caer Pelyn.[.][A][NL]That's where my teacher lives.[A][NL]I'm sure he'll lead you through[.][NL]if you ask him nicely.[A][OpenFarLeft]What is your teacher's name?[A][OpenRight]My teacher?[.][NL]His name is Saleh.[A][OpenFarLeft]Saleh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I've heard that name on the lips of[.][NL]Frelia's spy network lately.[A][NL]He's a powerful wielder of magic who has[NL]been fighting bandits and monsters.[.][A][NL]The spies mentioned something about[.][NL]a Caer Pelyn, if I remember.[A][OpenLeft]What do you think?[A][OpenFarLeft]Hm. If my spies are accurate, this[NL]Saleh is someone we can trust.[A][OpenLeft]Very well, Ewan. Will you take us[.][NL]to meet your teacher?[.][A][OpenFarRight]Are you sure you can do this, Ewan?[.][A][OpenRight][MoveRight][OpenRight][ToggleSmile]Not a problem![A][NL]All right, everyone. See[NL]if you can keep up![.][A][ToggleSmile]}
|
|
MSG_0A3B {[OpenLeft][LoadFace][2][NL][OpenFarLeft][LoadFace][15][NL][OpenMidRight][LoadFace][4][NL][SendToBack][OpenMidRight]Princess Eirika, Prince Innes.[A][NL]I think we should follow the advice[.][NL]we've been given and return to Frelia.[A][NL]Continuing on through Carcino like this[.][NL]is too great a risk to your safety.[.][A][OpenFarLeft]The peril is self-evident.[A][NL]However, I have to reach Jehanna, and[.][NL]the only way is through Carcino.[A][NL]If I don't hurry, nations will fall, one[NL]after another, to Grado's hunger.[.][A][OpenLeft]Innes is right.[.][A][NL]And the road to Rausten leads me[NL]through both Carcino and Jehanna.[.][A][NL]However, pressing on will only[NL]invite more mercenary attacks.[A][OpenMidRight][ClearFace][OpenRight][LoadFace][33][NL][OpenRight]Hey, I've got an answer.[A][NL]I know a way that leads over the[NL]mountains straight to Jehanna![A][NL]Want me to guide you?[.][A][OpenLeft][ToggleMouthMove]...[.][ToggleMouthMove]And who might you be?[.][A][OpenRight]I'm Ewan.[.][A][NL]And you're adventurers, right?[A][NL]Tell you what[.][ToggleMouthMove]--[ToggleMouthMove]take me with you,[.][NL]and I'll help out. I'm a mage![A][OpenFarLeft][ToggleMouthMove]...[.][ToggleMouthMove]A mage? You're a child.[.][NL]And a beggar, more like than not.[.][A][NL]Off with you. You're[NL]wasting our time.[.][A][OpenRight][MoveRight][OpenRight]A child? Good luck then.[A][OpenLeft]No, wait. Hold on a moment. Do you[NL]really know of a mountain path?[.][A][OpenRight]That's what I said.[.][A][NL]At the top of that mountain, there's[NL]a village named Caer Pelyn.[.][A][NL]That's where my teacher lives.[A][NL]I'm sure he'll lead you through[.][NL]if you ask him nicely.[A][OpenFarLeft]What is your teacher's name.[A][OpenRight]My teacher?[.][NL]His name is Saleh.[A][OpenFarLeft]Saleh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I've heard that name on the lips of[.][NL]Frelia's spy network lately.[A][NL]He's a powerful wielder of magic who has[NL]been fighting bandits and monsters.[.][A][NL]The spies mentioned something about[.][NL]a Caer Pelyn, if I remember.[A][OpenLeft]What do you think?[A][OpenFarLeft]Hm. If my spies are accurate, this[NL]Saleh is someone we can trust.[A][ToggleSmile][OpenLeft]Very well, Ewan. Will you take us[.][NL]to meet your teacher?[.][A][OpenRight][MoveRight][OpenRight][ToggleSmile]Not a problem![A][NL]All right, everyone. See if[.][NL]you can keep up![A][ToggleSmile]}
|
|
MSG_0A3C {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][15][NL][OpenMidLeft]Prince Innes![.][NL]Are you well?[.][A][OpenMidRight]Eirika[ToggleMouthMove]... [ToggleMouthMove]Is that you?[A][OpenMidLeft]We've come to aid you.[A][NL]You must be exhausted. Please[.][NL]fall back and rest.[.][A][NL]We'll take care of these dogs.[A][OpenMidRight]I cannot allow that.[A][NL]I will not run and hide while[.][NL]a woman protects me[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We will continue to fight.[NL]You can join us.[A][OpenMidLeft]If that's how you want it.[NL]Let's go then.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Eirika, a moment.[.][A][OpenMidLeft]Prince?[.][A][OpenMidRight]I would give you my thanks.[.][A][NL]You, the princess of Renais,[NL]came to my aid[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]I am in your debt.[A]}
|
|
MSG_0A3D {[OpenMidLeft][LoadFace][44][NL][OpenMidRight][LoadFace][15][NL][OpenMidLeft][MoveMidLeft][OpenMidLeft]Brother![A][OpenMidRight]Tana?!?[.][A][NL]What? How did[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]What are you doing here?[A][OpenMidLeft]I came with Eirika.[.][A][NL]Wait here, Brother. It's[NL]my turn to protect you.[.][A][OpenMidRight]Stop playing the soldier, Tana. You[.][NL]will return to the palace at once.[A][OpenMidLeft][MoveFarLeft][OpenFarLeft]I will not![.][A][NL]Eirika, Ephraim, and you are[NL]all risking so much[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I can't sit at home and watch![NL]I have to do something to help.[.][A][OpenMidRight]Tana[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]We'll talk about this later.[NL]For now, we join forces with Eirika.[A][OpenFarLeft][MoveMidLeft][OpenMidLeft]Thank you, Brother.[.][A]}
|
|
MSG_0A3E {[OpenMidLeft][LoadFace][15][NL][OpenMidRight][LoadFace][27][NL][OpenMidLeft]Reinforcements have arrived, Gerik.[.][A][OpenMidRight]Lucky us, eh? Good thing we held[NL]out as long as we did.[A][OpenMidLeft]That was your doing. Thank you.[.][A][OpenMidRight]Don't let your guard down[.][NL]now, Prince.[A][NL]There are still enemies to fight, and[.][NL]it'd be such a shame to die now.[A][OpenMidLeft]I agree completely.[.][NL]Let's go.[.][A]}
|
|
MSG_0A3F {[OpenMidLeft][LoadFace][15][NL][OpenMidRight][LoadFace][28][NL][OpenMidLeft]Reinforcements have arrived, Tethys.[A][OpenMidRight]Really? Perhaps faith is a good thing.[A][NL]I've never had much before, but perhaps[.][NL]good things do happen to good people.[.][A][OpenMidLeft]Faith had nothing to do with this.[A][NL]Let's go. We must join them.[A][OpenMidLeft][ClearFace][OpenMidRight]What a strange nobleman.[A]}
|
|
MSG_0A40 {[OpenMidLeft][LoadFace][27][NL][OpenMidRight][LoadFace][28][NL][OpenMidLeft]Hey, Tethys. Looks like[.][NL]help is on the way.[.][A][OpenMidRight]Really? Perhaps faith is a good thing.[A][NL]I've never had much before, but perhaps[.][NL]good things do happen to good people.[.][A][OpenMidLeft]Good things? I like the sound of that.[NL]What do you suppose might come my way?[A][OpenMidRight][ToggleSmile]Ha ha[.][ToggleMouthMove]... [ToggleMouthMove]I wonder[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight][Wink][.....]}
|
|
MSG_0A41 {[OpenMidLeft][LoadFace][28][NL][OpenMidRight][LoadFace][27][NL][OpenMidLeft]Say, Chief.[.][A][NL]I've got good news, and[.][NL]I've got better news.[.][A][OpenMidRight]Eh?[.][NL]What's the good news?[.][A][OpenMidLeft]Within our band of mercenaries[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]There are two women enamored of you.[A][OpenMidRight]Huh? What're you talking about?[.][NL]You a fortune-teller now?[.][A][NL]And what's the better news?[.][A][OpenMidLeft]Help has arrived. Looks like[NL]we may survive after all.[.][A]}
|
|
MSG_0A42 {[OpenMidLeft][LoadFace][27][NL][OpenMidRight][LoadFace][30][NL][OpenMidLeft]Is that you, Marisa?[A][OpenMidRight]Chief.[A][OpenMidLeft]What a mess[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Looks like the guild bungled.[.][A][NL2][NL]They're usually diligent about making sure[NL]this sort of thing doesn't happen.[A][NL]But here we are, two people of the same[.][NL]troop, working for opposite sides.[A][OpenMidRight]What should we do?[A][OpenMidLeft]Aye, well, that's a good question[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]As a mercenary, your loyalty should always[NL]lie with the person paying your wages.[A][NL]You decide. We can cross blades if you[NL]want, but I'd rather you retreat.[.][A][NL]'Course, if you betray your employer,[.][NL]you'll soil your sterling name.[.][A][OpenMidRight]C'mon, Chief.[.][A][NL]What would YOU like me to do?[.][A][OpenMidLeft]Well, that's easy. I'd like you[.][NL]to come over and join my side.[A][OpenMidRight]Right. Done.[A][OpenMidLeft]Ho-hold on[ToggleMouthMove]...[.][ToggleMouthMove][NL]Is that it? Just like that?[.][A][NL]You know what this will do to[.][NL]your reputation, right?[.][A][OpenMidRight]Uh-huh.[.][A]}
|
|
MSG_0A43 {[OpenMidLeft][LoadFace][97][NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft]Elder Pablo used his fortune to build[.][NL]his own private army.[.][A][NL]Now he's using it to wrest control of[.][NL]Carcino from the council's hands[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Please[ToggleMouthMove]...[.][ToggleMouthMove]help Lord Klimt, so that he[.][NL]can help us.[A]}
|
|
MSG_0A44 {[OpenMidLeft][LoadFace][90][NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft]You know we have no king in[.][NL]the Republic of Carcino.[A][NL]We're governed instead by a council[.][NL]of elders.[A][NL]It's a lot better than any stuffy,[NL]old monarchy, I can tell you that.[A][NL]You see, anyone can be a leader in[NL]Carcino if he's old enough.[.][A][NL]Of course, maybe that's why the[.][NL]country's in such a mess right now.[.][A]}
|
|
MSG_0A45 {[OpenMidLeft][LoadFace][93][NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft]I've heard that Prince Innes of Frelia[NL]is a fantastic tactician.[.][A][NL]Grado took Renais with no trouble, but[NL]Frelia still has yet to fall.[.][A][NL]They say it's because Prince Innes has spies[NL]reporting every move the empire makes.[A][NL]At the same time, all enemy spies in Frelia[.][NL]are exposed and executed swiftly.[.][A][NL]That means that none of Frelia's secrets[NL]are ever reported back to the empire.[.][A][NL]I've never met Prince Innes, but he doesn't[.][NL]sound like a man you'd want as an enemy.[A]}
|
|
MSG_0A46 {[OpenFarRight][LoadFace][33][NL][OpenFarRight][ToggleSmile]We're almost there![.][NL]Come on![A][NL]My teacher lives just[.][NL]up ahead.[.][A][ToggleSmile][OpenFarFarLeft][LoadFace][2][NL][OpenFarFarLeft][MoveLeft][OpenLeft]Slow down, Ewan.[NL]Let's stick together.[.][A][OpenFarLeft][LoadFace][15][NL][SendToBack][OpenFarLeft][ToggleMouthMove]...[.][ToggleMouthMove]This fog's getting thick.[.][A][NL]I don't expect any more surprise[NL]attacks, but that doesn't mean we[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenFarRight][ToggleSmile]Quit worrying, mister![A][NL]You're gonna get left behind.[.][A][ToggleSmile][OpenFarLeft][ToggleMouthMove]...[.][ToggleMouthMove]Don't speak to me, boy.[.][NL]I don't tolerate insolence.[.][A][OpenLeft]Innes, he's only a child. There's[.][NL]no reason to be so rude.[A][NL]He is helping us after all.[.][A][OpenFarRight][MoveFarRight][OpenFarRight][ToggleSmile]That's right. Without me, you'd[.][NL]never get where you're going.[.][A][NL]So come on already![.][A][ToggleSmile][OpenFarRight][ClearFace][OpenFarLeft]Stop.[.][A][NL]Don't take another step.[A][OpenFarRight][LoadFace][33][NL][OpenFarRight]Huh?[A][NL]That's gonna make it awfully[NL]hard to get where we need to go.[A][OpenFarLeft][ToggleMouthMove]...[.][ToggleMouthMove]What do you know about that fort?[.][A][NL]It looks like it's been abandoned[.][NL]for some time. Is anyone using it?[A][OpenFarRight]Nope. It's really run-down.[.][NL]Nobody ever goes there.[.][A][NL]It's been empty for ages. I've[NL]been inside, so I know.[.][A][OpenFarLeft]Is that right? Then what's that sound,[NL]and where is it coming from?[A][LoadOverworldFaces][OpenFarRight]Huh? What sound?[A][NL]Hey, you're right[.][ToggleMouthMove]... [ToggleMouthMove]I do[NL]hear a weird noise.[.][A][NL]You could hear that? Neat![NL]You've got really good hearing.[.][A][NL]I wonder what it is[.][ToggleMouthMove]...[.][ToggleMouthMove][A][LoadOverworldFaces][OpenLeft]There it is again.[NL]Prince, is this[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]Eirika.[.][A][OpenLeft]Yes?[A][OpenFarLeft]Get your troops ready. Tell them[NL]to prepare for battle[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We've been spotted.[.][NL]Monsters are coming.[A]}
|
|
MSG_0A47 {[OpenMidRight][LoadFace][33][NL][OpenMidLeft][LoadFace][28][NL][OpenMidLeft]Ewan, it's dangerous here.[NL]Get behind me.[A][OpenMidRight]No way. I'm gonna fight, too.[.][A][OpenMidLeft]No. You're too young.[.][NL]You're not ready for this.[A][NL]Are you going to do as[NL]I say or not?[.][A][NL]I don't know what I would do[NL]if you were to get injured.[.][A][OpenMidRight]Oh[ToggleMouthMove]...[.][ToggleMouthMove]OK.[.][A]}
|
|
MSG_0A48 {[OpenMidRight][LoadFace][33][NL][OpenMidLeft][LoadFace][15][NL][OpenMidLeft]Get out of the way, boy.[A][NL]You're no use in battle.[A][OpenMidRight]No way. I'm gonna fight, too.[.][A][OpenMidLeft]We don't need your help.[NL]You'll just be in the way.[A][NL]You can get yourself killed[.][NL]when you're older.[A][OpenMidRight]Fine! I'll do what you say.[.][A][OpenMidLeft]You'd better do it quickly.[.][A][NL]Those beasts won't take it easy[.][NL]on you because you're young.[A]}
|
|
MSG_0A49 {[OpenMidRight][LoadFace][35][NL][OpenMidLeft][LoadFace][34][NL][OpenMidLeft][ToggleSmile]What spacious chambers.[.][A][NL]Hm[ToggleMouthMove]... [ToggleMouthMove]A bit musty, but[NL]I like it.[A][NL]I've decided. We'll bed here[NL]for the night.[A][NL][ToggleSmile]I do wonder where Rennac[NL]disappeared to, though.[.][A][NL]I told him not to wander[NL]off, but[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Hmph![.][A][NL]Lady L'Arachel,[.][NL]this could be trouble.[A][OpenMidLeft]What is it, Dozla?[A][OpenMidRight]Look there! Through that break[NL]in the fog[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Looks like we've got some nasty[.][NL]creatures running 'bout this place.[.][A][ToggleSmile][OpenMidLeft][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]I can't see a thing.[A][NL][ToggleSmile]But this can be nothing but good[NL]fortune shining down on us again.[.][A][NL]Losing our way in the mountains and[.][NL]running into these abominations?[A][NL]There can be no doubt: we were brought[NL]here to destroy these foul things![A][NL]Come, Dozla! We fight![A][OpenMidRight][MoveMidRight][OpenMidRight]Gwah ha ha![.][A][NL]My heart cries out for battle![A]}
|
|
MSG_0A4A {[OpenMidRight][LoadFace][34][NL][OpenFarLeft][LoadFace][4][NL][OpenLeft][LoadFace][2][NL][OpenLeft]Thank you, L'Arachel.[.][A][OpenMidRight][ToggleSmile]Please, speak nothing of it.[A][NL]It is heaven's dictate that I come here to[NL]cleanse this charming place of monsters.[A][NL]What's important is[.][ToggleMouthMove]--[ToggleMouthMove][A][NL]Oh my! I just realized I have not yet had[.][NL]the honor of your name.[.][A][ToggleSmile][OpenLeft]Oh, you're right.[.][A][NL]How strange[.][ToggleMouthMove]... [ToggleMouthMove]We've met so often now[NL]that I had assumed you already[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Please forgive my lack of manners.[NL]My name is Eirika.[A][OpenFarLeft]Milady[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]It's all right, Seth. She's[.][NL]clearly not our enemy.[A][OpenMidRight][ToggleSmile]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Aha! So you must be Princess Eirika[.][NL]of Renais![A][NL]It is simply an honor to meet you.[A][NL][ToggleSmile]And how strange that we should[NL]meet again in this place.[.][A][NL]You must be lost as well.[.][NL]This continent is so confusing.[.][A][OpenLeft][ToggleSmile]Um, yes. Actually, we're not[NL]lost at all.[A][NL]You see[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile]}
|
|
MSG_0A4B {[OpenMidRight][LoadFace][34][NL][OpenFarLeft][LoadFace][4][NL][OpenLeft][LoadFace][2][NL][OpenLeft]Are you all right?[NL]L'Arachel?[A][OpenMidRight]Uhnn[ToggleMouthMove]... [ToggleMouthMove]Can't believe it[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Those foul wretches got the better of[.][NL]me. It must be part of heaven's plan[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Oh! Something just struck me![.][A][NL]I just realized I have not yet had the[NL]honor of your name.[.][A][OpenLeft]Oh, you're right.[.][A][NL]How strange[.][ToggleMouthMove]... [ToggleMouthMove]We've met so often now[NL]that I had assumed you already[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Please forgive my lack of manners.[NL]My name is Eirika.[A][OpenFarLeft]Milady[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]It's all right, Seth. She's[.][NL]clearly not our enemy.[A][OpenMidRight][ToggleSmile]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Aha! So you must be Princess Eirika[.][NL]of Renais![A][NL]It is simply an honor to meet you.[A][NL][ToggleSmile]And how strange that we should[NL]meet again in this place.[.][A][NL]You must be lost as well.[.][NL]This continent is so confusing.[.][A][OpenLeft][ToggleSmile]Um, yes. Actually, we're not[NL]lost at all.[A][NL]You see[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile]}
|
|
MSG_0A4C {[OpenMidRight][LoadFace][34][NL][OpenFarLeft][LoadFace][4][NL][OpenLeft][LoadFace][2][NL][OpenMidRight][ToggleSmile]Is that so![.][A][NL]Well, clearly, I must be[NL]allowed to accompany you.[.][A][ToggleSmile][OpenLeft]You want to travel with us?[.][A][NL]I appreciate your offer, but our[NL]journey is far too perilous.[A][NL]I do not wish to pull you into[NL]this madness.[.][A][OpenMidRight]No, no, no.[.][A][CloseSpeechSlow][OpenMidRight][CloseEyes][......][OpenMidRight][OpenEyes][OpenMidRight][ToggleSmile]There can be no doubt that we were[NL]sent here to aid you.[.][A][NL]It is all part of the grand design.[.][A][NL]I, L'Arachel, shall play my role and[NL]fulfill my divine duties. This I swear![.][A][ToggleSmile][OpenFarLeft]Are you sure this is wise, Princess?[A][OpenLeft]Don't worry, Seth.[A][CloseSpeechSlow]}
|
|
MSG_0A4D {[ToggleSmile][OpenFarLeft][ClearFace][OpenLeft][ClearFace][OpenMidLeft][LoadFace][35][NL][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Well, that's that, Dozla.[.][A][NL]You and I are now traveling with[NL]Eirika and her companions.[A][OpenMidLeft]Gwah ha ha![.][NL]I understand.[.][A][NL]For you, Lady L'Arachel, I[NL]would do absolutely anything![.][A][NL]I would run to the ends of this[.][NL]world and dive into a sea of evil![A][OpenMidRight]How very like you, my dear,[.][NL]dedicated Dozla! So noble![A][NL]Come! We're off![A][OpenMidLeft]Gwah ha ha![.][A]}
|
|
MSG_0A4E {[OpenLeft][LoadFace][33][NL][OpenLeft][ToggleSmile]Teeeaaaacher[ToggleMouthMove]...[.][ToggleMouthMove][NL]Hellooooooo[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]That's strange.[.][NL]He's not here.[A][NL]Must be out wandering again.[A][ToggleSmile][OpenFarLeft][LoadFace][2][NL][SendToBack][OpenFarLeft]He's out?[.][A][NL]That poses a problem.[.][NL]Do you know when he'll return?[A][OpenLeft]Hmmm[ToggleMouthMove]... [ToggleMouthMove]I don't know.[.][A][NL]He often goes out and looks[.][NL]for people in need.[.][A][OpenFarFarRight][LoadFace][32][NL][OpenFarFarRight][ToggleMouthMove]...[.][ToggleMouthMove]I believe I told you[NL]it would be best to stay away.[A][OpenFarFarRight][MoveFarRight][OpenFarRight]I've been charged with a mission[NL]and must depart again soon.[.][A][OpenLeft][ToggleSmile]Ah! Teacher![A][ToggleSmile][OpenLeft][ClearFace][OpenRight][LoadFace][33][NL][OpenFarLeft][MoveMidLeft][OpenMidLeft]Y-you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We've met before, haven't we?[.][A][NL]You were looking for someone[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight][ToggleMouthMove]...[.][ToggleMouthMove]Oh, yes.[A][NL]And now we meet again.[A][OpenRight]These people say they want to[.][NL]go through Caer Pelyn.[A][NL]I could guide them myself, but I thought[NL]it might be better if you went, too.[A][NL]That's why I brought them here.[.][A][NL]What do you say? Will you guide them?[.][A][OpenFarRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft][MoveLeft][OpenLeft]Would you, please?[A][OpenFarRight][ToggleMouthMove]...[.][ToggleMouthMove]Very well. I'm heading[NL]there now.[A][NL]If you need to go to Caer Pelyn,[NL]you're free to follow me.[.][A][OpenLeft]You don't mind?[.][A][OpenFarRight]We have little interest in the outside[NL]world, but we do not refuse travelers.[A][NL2][NL]I should warn you: the road is not[NL]easy, and you look very weary.[A][NL]You should rest a night before[NL]attempting the mountains.[.][A][OpenFarLeft][LoadFace][15][NL][OpenFarLeft]We do need rest, it's true.[.][A][NL]We are all exhausted from our[.][NL]encounter with those creatures.[.][A][NL]We must give our men time to heal, or[.][NL]they'll be useless in an emergency.[.][A][OpenRight][ToggleSmile]It's settled then. I'll go on ahead[.][NL]and let the elder know we're coming.[A][NL]See? Even when there's no fighting[NL]to be done, I'm still useful![.][A][ToggleSmile][OpenRight][MoveFarFarLeft][OpenLeft]No, wait![.][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]He's gone. I wonder[.][NL]if he'll be all right.[A][OpenFarLeft]Idiotic boy.[A][NL]I understand his need[.][NL]to be helpful, but[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight]Ewan knows this land well.[NL]You needn't worry about him.[A][NL]We'll depart at sunrise. I[NL]suggest you all get some rest.[A]}
|
|
MSG_0A4F {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][75][NL][OpenMidRight]Princess Eirika of Renais.[NL]Hold.[.][A][OpenMidLeft]Who?[A][NL]You[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]You're General Glen of Grado.[.][A][NL]We met once in the capital, didn't we?[A][NL]You were very kind to me.[.][A][NL]However, if you're here now, I have[.][NL]to assume this means[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Yes, it does. I wish our reunion could[NL]come under different circumstances.[.][A][NL]Eirika, I must tell you, I come here[NL]on the direct orders of the emperor.[A][NL]I'm to bring to justice the rebel army[NL]leader who's been terrorizing Carcino.[A][NL]It's you, Eirika. They say you've been[NL]murdering innocents.[A][OpenMidLeft]What?[.][A][NL]Wait! What do you mean?[.][NL]I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]If you have something to say,[.][NL]I would hear it.[A][NL]I know all too well that Grado has robbed[.][NL]you of your homeland, but even so[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I do not believe revenge could drive[NL]a woman like you to such depths.[A][CloseSpeechSlow][OpenMidRight]And yet[.][ToggleMouthMove]...[.][ToggleMouthMove]here you are in Carcino with[NL]a small army under your command.[A][NL]And the emperor tells us that you[.][NL]massacred everyone in Port Kiris.[.][A][OpenMidLeft]That[ToggleMouthMove]... [ToggleMouthMove]That's a lie![.][A][NL]I could never[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Go on.[A][OpenMidLeft][MoveFarLeft][OpenLeft][LoadFace][15][NL][LoadOverworldFaces][OpenLeft][ToggleMouthMove]...[.][ToggleMouthMove]This is ridiculous.[.][NL]Believe what you want.[A][NL]Could one of the legendary Imperial[.][NL]Three honestly be as stupid as this?[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]What do you mean?[.][A][OpenLeft]Carcino betrayed Frelia and set[.][NL]a pack of mercenary dogs to kill me.[A][NL]And you paint Eirika a rebel instigator?[NL]It's an absurd farce.[.][A][NL]Your emperor commits horrors, and you[.][NL]believe Eirika is a criminal?[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]What are you saying?[A][OpenLeft]You truly are blind, aren't you?[A][NL]You're one of the Imperial Three, and[.][NL]yet you can't see your emperor's plan?[A][OpenFarLeft]That's enough, Prince Innes. There's[NL]no need to provoke him.[.][A][NL]General Glen, we've told you what we know[.][NL]to be true, what we've seen firsthand.[A][NL]We don't want to fight you[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But if you push us, we will drive you back[NL]to Grado with your tail between your legs.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]I see.[A][NL]You[.][ToggleMouthMove]...[.][ToggleMouthMove]are more observant than you know.[.][NL]I am ignorant of the emperor's designs.[.][A][NL]General Duessel and I both questioned[.][NL]the wisdom of this war.[.][A][NL2][NL]And if you really are innocent of the[.][NL]crimes attributed to you[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Why would His Majesty lie to us?[NL]I must know the answer.[.][A][OpenFarLeft]So, you[.][ToggleMouthMove]...[.][ToggleMouthMove]believe us?[.][A][OpenMidRight]The Princess Eirika I met long ago was[NL]kind and merciful in spirit.[A][NL]You've faced relentless hardship, and yet[.][NL]that selfsame spirit remains true.[A][NL2][NL][ToggleMouthMove]...[.][ToggleMouthMove]Let's put our fight aside for now.[A][NL]I will learn the truth. Then I will once[NL]again perform the duties of my office.[A][NL]If you have lied to me today, I will[NL]hound you to the very grave itself.[.][A][OpenFarLeft]Very well[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A50 {[OpenMidLeft][LoadFace][75][NL][OpenMidRight][LoadFace][66][NL][OpenMidRight]Glen. Where do you think you're going?[A][OpenMidLeft]Valter[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Tsk, tsk. What am I to make of this?[A][NL]Those little birds I saw flitting away[NL]into the mountains looked vaguely familiar.[.][A][NL]What do you suppose would happen if it[NL]were known you let Eirika escape?[.][A][OpenMidLeft]Do as you will.[.][A][NL]I'm returning to the capital.[.][NL]I have questions for the emperor.[.][A][NL]Clear the path, Valter.[.][A][OpenMidRight]Hold on now. No reason[NL]to rush off, is there?[A][NL]After all, this is where[NL]you're going to die. See?[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]What are you babbling about?[A][OpenMidRight]Heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We were a grand trio[ToggleMouthMove]--[ToggleMouthMove]the Imperial[NL]Three: you, Duessel, and me.[A][NL]But my place among you was stolen,[NL]and I was exiled from Grado.[A][OpenMidLeft]You slaughtered people who had[NL]no intention of fighting.[.][A][NL]The emperor's punishment was[NL]just and warranted.[.][A][OpenMidRight]Heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove]heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]After my fall from glory, only desire[.][NL]kept me alive. Desire for revenge.[A][NL]My hatred burned so fierce that I was[.][NL]only barely able to keep my sanity.[.][A][NL]That hatred keeps me warm still[.][NL]today. Oh, how it burns[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][LoadOverworldFaces][OpenMidRight]Hear me, Glen, wyvern general[.][NL]of the Imperial Three.[A][NL]I live for battle. I crave it.[NL]I have no need for peace.[.][A][NL]That is why you must die.[.][A]}
|
|
MSG_0A51 {[OpenMidRight][LoadFace][75][NL][OpenMidRight]Cur! You're mad![A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][66][NL][OpenMidLeft]A battle between generals[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Sends the spirit soaring, eh?[.][A][NL]Come, Glen! Entertain me![.][NL]Ha ha ha ha ha ha![A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][75][NL][OpenMidRight]Urrgh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ClearFace]}
|
|
MSG_0A52 {[OpenMidRight][LoadFace][66][NL][OpenMidRight]Go. The small fish are yours.[.][A]}
|
|
MSG_0A53 {[ToggleSmile][OpenMidRight][LoadFace][66][NL][OpenMidRight]Heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]This is merely the beginning.[.][NL]Endless battle, war without end[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]Heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove]ha hahahahahaha![A]}
|
|
MSG_0A54 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][34][NL][OpenMidLeft]You[.][ToggleMouthMove]... [ToggleMouthMove]L'Arachel![A][OpenMidRight]Hello![A][NL]So it's true! Blessings[.][NL]do come in threes![A][OpenMidLeft]L'Arachel, this place is dangerous.[.][NL]You should find safe haven elsewhere.[.][A][OpenMidRight]Oh, you needn't worry about us.[.][A][NL]As you well know, my divine mission is[NL]to purge the land of these obscenities.[.][A][NL]I will show you the splendor that is[NL]L'Arachel in action! Bear witness![A][OpenMidLeft]If you insist. At least let us[NL]join forces for the time being.[.][A]}
|
|
MSG_0A55 {[ToggleSmile][OpenMidLeft][LoadFace][34][NL][OpenMidRight][LoadFace][35][NL][OpenMidLeft]Dozla.[A][OpenMidRight]Gwah ha ha! What is it,[.][NL]Lady L'Arachel?[.][A][OpenMidLeft]We're going to join these good people and[.][NL]eradicate these unclean monstrosities.[A][OpenMidRight]Sounds fun! What would[NL]you have me do?[.][A][OpenMidLeft]Oh, just carry on in your normal[NL]manner: destroy, destroy, destroy.[A][NL]But do be sure to enjoy yourself.[.][A][OpenMidRight][MoveMidRight][OpenMidRight]Gwah ha ha! I am your[.][NL]obedient servant![.][A]}
|
|
MSG_0A56 {[OpenLeft][LoadFace][2][NL][OpenLeft][HalfCloseEyes][OpenLeft][ToggleMouthMove]...[.][ToggleMouthMove]Hh[ToggleMouthMove]...[.][ToggleMouthMove]hh[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft][OpenEyes][OpenFarLeft][LoadFace][4][NL][OpenFarLeft]Perhaps we should rest, milady.[.][A][NL2][NL]Master Saleh, is it much farther?[.][A][OpenMidRight][LoadFace][32][NL][OpenMidRight]We're close. It's only half a day ahead.[A][OpenFarLeft]I would ask for a moment's rest[.][NL]before continuing.[A][NL]We are all exhausted. We can[NL]go no farther today.[A][OpenLeft]No, Seth. I'll be fine. We must[.][NL]not be delayed by my weakness.[A][OpenFarLeft][ClearFace][OpenFarLeft][LoadFace][15][NL][SendToBack][OpenFarLeft]Whew[ToggleMouthMove]... [ToggleMouthMove]Hah[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I didn't realize we'd be[NL]climbing so high.[.][A][OpenLeft][MoveLeft][OpenLeft]Whoops![.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]As I warned you before we set out,[NL]the footing here can be treacherous.[A][OpenFarLeft]Do you people truly live[NL]in this place?[A][NL]These barren crags seem unfit[.][NL]for human habitation[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Material wealth brings strife.[NL]We've no need of these things.[A][NL]In this, we are of one mind with[NL]the Great Dragon.[.][A][LoadOverworldFaces][OpenLeft]The Great Dragon?[.][A]}
|
|
MSG_0A57 {[OpenFarLeft][LoadFace][2][NL][OpenFarRight][LoadFace][32][NL][OpenRight][LoadFace][34][NL][OpenMidLeft][LoadFace][4][NL][OpenMidLeft][MoveLeft][OpenLeft]Ah! Princess Eirika,[NL]watch out![A][OpenFarLeft]More monsters[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Master Saleh, do these creatures[NL]normally inhabit this region?[.][A][OpenFarRight]No[ToggleMouthMove]... [ToggleMouthMove]Those things come from[NL]Darkling Woods.[.][A][NL]It's been a long time since they've[.][NL]wandered this far afield.[.][A][NL]It's as the elder says[ToggleMouthMove]...[.][ToggleMouthMove][NL]Evil omens take many shapes.[A][OpenRight]It looks like those fiends have[.][NL]noticed us as well.[.][A][NL]We should move, Eirika.[.][A]}
|
|
MSG_0A58 {[OpenMidRight][LoadFace][32][NL][OpenMidRight]I'm concerned for Ewan as[.][NL]well. I'll go with you.[.][A][NL]I hope he is safe.[A]}
|
|
MSG_0A59 {[OpenLeft][LoadFace][33][NL][OpenLeft][MoveLeft][OpenLeft]Hey! Wa-wait a moment.[NL]We can work this out[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft][MoveMidLeft][OpenMidLeft]You, uh, aren't interested in[.][NL]talking, are you?[.][A][OpenMidLeft][MoveFarLeft][OpenFarLeft][MoveFarLeft][OpenFarLeft]Aaaaaa[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft][MoveFarFarLeft]}
|
|
MSG_0A5A {[OpenMidRight][LoadFace][33][NL][OpenMidRight]Where'd all those freaks come from?[.][A][NL]I've got to get back and warn[.][NL]everyone[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove]I do wonder if Grandmother[NL]is all right.[.][A]}
|
|
MSG_0A5B {[OpenFarFarLeft][LoadFace][33][NL][OpenMidRight][LoadFace][32][NL][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Ewan.[.][A][OpenFarFarLeft][MoveMidLeft][OpenMidLeft][ToggleSmile]Ah! Teacher![NL]I'm so glad to see you.[.][A][NL][ToggleSmile]I was beginning to think you'd[NL]all forgotten about me.[.][A][OpenMidRight]It was careless of me to let you[NL]rush off on your own.[.][A][NL]And I can't let you stay here[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Will you come with me?[A][OpenMidLeft][MoveMidLeft][OpenMidLeft][ToggleSmile]Really? Can I?[A][NL]Woohoo![.][NL]I won't let you down![.][A][ToggleSmile]}
|
|
MSG_0A5C {[ToggleSmile][OpenMidLeft][LoadFace][33][NL][OpenMidRight][LoadFace][28][NL][OpenMidRight]Ewan! So this is where you've[.][NL]wandered off to![A][OpenMidLeft]Oh, Tethys.[.][NL]I'm so glad to see you.[.][A][NL]I was beginning to think you'd[NL]all forgotten about me.[.][A][OpenMidRight]Don't be foolish. I could never[.][NL]forget my little brother.[.][A][NL]Come on. We've got to[.][NL]get going.[A][OpenMidLeft][MoveMidLeft][OpenMidLeft]All right! And I've got something[.][NL]to show you, too.[.][A][NL]I know I've been hiding but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Next enemy to show its face is gonna[NL]get a blast of magic![.][A][OpenMidRight]You're such a rascal, Ewan.[.][A]}
|
|
MSG_0A5D {[OpenFarLeft][LoadFace][32][NL][OpenRight][LoadFace][85][NL][OpenRight]Saleh? Is that you, Saleh?[A][NL]Tell me, is the Great Dragon well?[A][OpenFarLeft]I'm sorry, Elder.[.][A][NL]I searched to the west,[.][NL]but I found nothing.[A][OpenRight]Is that so[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]Hm?[.][NL]Who's that with you?[A][OpenFarLeft][ClearFace][OpenLeft][LoadFace][2][NL][OpenFarLeft][LoadFace][15][NL][SendToBack][OpenFarLeft]I am Innes, prince of Frelia.[.][A][NL]The circumstances of our journey have[.][NL]led us here. We would like to pass through.[.][A][OpenLeft]Please.[.][A][OpenRight]Hmmm[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We of Caer Pelyn have turned away[.][NL]from the world outside.[.][A][NL]The Great Dragon alone holds all[NL]our honor and esteem.[.][A][NL]In this place, princes and[NL]paupers are equals.[.][A][NL]Do you have a problem with that?[A][OpenFarLeft][ToggleMouthMove]...[.][ToggleMouthMove]No. I understand.[.][A][OpenRight]Hm[ToggleMouthMove]... [ToggleMouthMove]Well then, be welcomed as[.][NL]guests in our homes.[A][NL]I see some of you are injured.[NL]You should use this rock moss.[A][NL]We have little beyond what we need,[.][NL]but we will prepare food and bedding.[.][A][NL]You can rest as long as you like.[.][A][OpenFarLeft]We've no wish to trouble you. We'd just[.][NL]as soon pass straight through.[A][OpenRight]Don't let your pride drive you[NL]to foolishness.[.][A][NL]That girl there looks like she's[NL]ready to collapse any moment.[.][A][NL]She's ill from the height of the mountain.[NL]Saleh, prepare some tea for the lass.[.][A][OpenLeft][ToggleSmile]Thank you, Elder[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenRight][ToggleSmile]Call me Grandmother, child. That[NL]is what the villagers call me.[A][ToggleSmile]}
|
|
MSG_0A5E {[OpenLeft][LoadFace][2][NL][OpenFarLeft][LoadFace][34][NL][OpenFarRight][LoadFace][32][NL][OpenRight][LoadFace][85][NL][OpenLeft]Uh[ToggleMouthMove]... [ToggleMouthMove]Grandmother, may I[NL]ask you a question?[.][A][NL]This Great Dragon[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight][ToggleSmile]Ah, the inquisitiveness of youth.[.][A][NL]Come, lass, listen to my words.[.][A][NL]The Great Dragon is[.][ToggleMouthMove]...[.][ToggleMouthMove]a blessing, one[.][NL]that watches over all mankind.[A][NL]Why, in days long past, when the[NL]Demon King appeared[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenLeft]Demon King? Are you speaking of the[.][NL]legend of the Sacred Stones?[A][NL]The hero Grado used the power of the five[.][NL]Sacred Stones to defeat and seal away[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenRight]No, no, that's not right at all.[A][NL]Ah, how quickly did mankind forget[NL]its debt to the Great Dragon.[.][A][NL]To hear the story now, one would think[NL]humans alone brought about victory.[.][A][NL]That is a gross mistelling of the tale.[.][A][NL]Only through the Great Dragon's strength[NL]could the Demon King be sealed away![A][OpenLeft]The Great Dragon and the Demon King[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Mankind may have forgotten its debt,[NL]but the Great Dragon never forgets.[.][A][NL]It watches over the bones of the Demon[NL]King in Darkling Woods.[.][A][NL]It keeps the Demon King's dark brood[NL]from swarming the world of men.[.][A][NL]The Great Dragon's vigilance alone has[NL]kept us safe from their blind rage.[.][A][OpenLeft]Is that so? I'm[.][ToggleMouthMove]... [ToggleMouthMove]I'm[.][NL]sorry, I never knew[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Hmph. You don't need to know everything,[NL]but you should remember that.[.][A][OpenLeft]Yet, Grandmother, we encountered[NL]those creatures on the way here.[A][NL]And they have begun to appear in[NL]the lands we live in as well.[.][A][NL]What does this mean?[A][LoadOverworldFaces][OpenRight]Ah[ToggleMouthMove]... [ToggleMouthMove]You have seen the effects of the[NL]omen that has appeared in the south.[A][NL2][NL]There is an energy there that has[.][NL]fouled the air and darkened the sky.[A][NL]The Great Dragon left Darkling Woods and[NL]went south to investigate.[A][NL]We of the village wished to protect the[.][NL]Great Dragon, and so I sent my grandson,[A][NL]Saleh, along as well.[.][A][NL]But they became embroiled in battle, and[NL]the Great Dragon disappeared.[.][A][NL]Since that time, there's been no sign of[NL]the Great Dragon either here or abroad.[.][A][NL]We grew worried and directed Saleh to[.][NL]look for any trace of the Great Dragon.[.][A][NL]I am worried that the source of that[NL]foul energy may be responsible.[.][A][OpenLeft]A foul energy[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]From the south?[.][A][NL]Myrrh said something[NL]similar to this, too.[.][A][NL]Is the Great Dragon you speak[.][NL]of[ToggleMouthMove]...[.][ToggleMouthMove]one of the Manakete?[A][OpenRight]Manakete?!?[.][A][NL]How dare you speak so[.][NL]of the Great Dragon![A][OpenLeft]I-I'm sorry.[A][OpenRight]But if you've seen the noble Myrrh,[.][NL]perhaps I can proceed more quickly.[.][A][NL]You see, our Great Dragon took the[NL]form of Mistress Myrrh in her travels.[A][NL]And you tell me that you have seen[NL]the Great Dragon yourself, lass?[A][OpenLeft]Yes. Myrrh was with my brother.[.][A][OpenRight]What?![A][NL]Where is this brother[.][NL]of yours!?[A][OpenLeft]He leads a force of men against[.][NL]Grado. Myrrh rides beside him.[A][OpenRight]Saleh, this is urgent![A][NL]You must leave for Grado at once[NL]and rescue the Great Dragon![A][OpenFarRight]Understood. I will[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]Oh, where are you off to?[.][A][NL]If you're going to Grado, the swiftest[NL]route takes you through Jehanna.[A][NL]It would be to your advantage to[NL]join us in our journey for a time.[A][NL]It's far safer than being on your own.[A][OpenFarRight]You have a point[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Mistress Eirika, protecting[.][NL]the Great Dragon is my duty.[A][NL]Please allow me to travel[.][NL]with you on the road ahead.[.][A]}
|
|
MSG_0A5F {[OpenLeft][LoadFace][2][NL][OpenFarLeft][LoadFace][15][NL][OpenFarRight][LoadFace][32][NL][OpenRight][LoadFace][85][NL][OpenFarLeft]We are in your debt, Matron.[A][OpenRight]Not at all. All of our guidance[.][NL]comes from the Great Dragon.[A][NL]Saleh.[A][OpenFarRight]Yes, I know.[A][NL]The road to Jehanna lies here.[A][OpenFarRight][ClearFace][OpenLeft]Grandmother, thank you so[.][NL]much for everything.[A][OpenRight]I know you'll help the Great Dragon,[NL]but please look after Saleh as well.[A][NL]He's not very personable, but he's[NL]the only grandchild I have.[.][A]}
|
|
MSG_0A60 {[OpenLeft][LoadFace][2][NL][OpenFarLeft][LoadFace][15][NL][OpenRight][LoadFace][85][NL][SendToBack][OpenRight]Hm?[.][NL]And who might you be?[.][A][OpenFarLeft]I am Innes, prince of Frelia.[.][A][NL]The circumstances of our journey have[.][NL]led us here. We would like to pass through.[.][A][OpenLeft]Please.[.][A][OpenRight]Hmmm[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We of Caer Pelyn have turned away[.][NL]from the world outside.[.][A][NL]The Great Dragon alone holds all[NL]our honor and esteem.[.][A][NL]In this place, princes and[NL]paupers are equals.[.][A][NL]Do you have a problem with that?[A][OpenFarLeft][ToggleMouthMove]...[.][ToggleMouthMove]No. I understand.[.][A][OpenRight]Hm[ToggleMouthMove]... [ToggleMouthMove]Well then, be welcomed as[.][NL]guests in our homes.[A][NL]I see some of you are injured.[NL]You should use this rock moss.[A][NL]We have little beyond what we need,[.][NL]but we will prepare food and bedding.[.][A][NL]You can rest as long as you like.[.][A][OpenFarLeft]We've no wish to trouble you. We'd just[.][NL]as soon pass straight through.[A][OpenRight]Don't let your pride drive you[NL]to foolishness.[.][A][NL]That girl there looks like she's[NL]ready to collapse any moment.[.][A][NL]She's ill from the height of the mountain.[NL]Let me prepare some tea for the lass.[.][A][OpenLeft][ToggleSmile]Thank you, Elder[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenRight][ToggleSmile]Call me Grandmother, child. That[NL]is what the villagers call me.[A][NL2][NL]Oh, yes[.][ToggleMouthMove]... [ToggleMouthMove]Tell me, did you happen to[NL]meet Saleh on your way here?[A][NL]He should be returning anytime now.[.][A][ToggleSmile][OpenLeft][ToggleMouthMove]......[ToggleMouthMove][NL]Master Saleh, he[ToggleMouthMove]--[ToggleMouthMove][A][OpenFarLeft]That man is dead. He fell[.][NL]fighting abominations.[A][OpenRight]Is that so?[.][A][NL]Worthless fool[ToggleMouthMove]...[.][ToggleMouthMove][NL]That he should die before me.[.][A][OpenLeft][ToggleMouthMove]......[ToggleMouthMove][A]}
|
|
MSG_0A61 {[OpenLeft][LoadFace][2][NL][OpenFarLeft][LoadFace][15][NL][OpenRight][LoadFace][85][NL][SendToBack][OpenLeft]Uh[ToggleMouthMove]... [ToggleMouthMove]Grandmother, may I[NL]ask you a question?[.][A][NL]This Great Dragon[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight][ToggleSmile]Ah, the inquisitiveness of youth.[.][A][NL]Come, lass, listen to my words.[.][A][NL]The Great Dragon is[.][ToggleMouthMove]...[.][ToggleMouthMove]a blessing, one[.][NL]that watches over all mankind.[A][NL]Why, in days long past, when the[NL]Demon King appeared[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenLeft]Demon King? Are you speaking of the[.][NL]legend of the Sacred Stones?[A][NL]The hero Grado used the power of the five[.][NL]Sacred Stones to defeat and seal away[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenRight]No, no, that's not right at all.[A][NL]Ah, how quickly did mankind forget[NL]its debt to the Great Dragon.[.][A][NL]To hear the story now, one would think[NL]humans alone brought about victory.[.][A][NL]That is a gross mistelling of the tale.[.][A][NL]Only through the Great Dragon's strength[NL]could the Demon King be sealed away![A][OpenLeft]The Great Dragon and the Demon King[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Mankind may have forgotten its debt,[NL]but the Great Dragon never forgets.[.][A][NL]It watches over the bones of the Demon[NL]King in Darkling Woods.[.][A][NL]It keeps the Demon King's dark brood[NL]from swarming the world of men.[.][A][NL]The Great Dragon's vigilance alone has[NL]kept us safe from their blind rage.[.][A][OpenLeft]Is that so? I'm[.][ToggleMouthMove]... [ToggleMouthMove]I'm[.][NL]sorry. I never knew[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Hmph. You don't need to know everything,[NL]but you should remember that.[.][A][OpenLeft]Yet, Grandmother, we encountered[NL]those creatures on the way here.[A][NL]And they have begun to appear in[NL]the lands we live in as well.[.][A][NL]What does this mean?[A][LoadOverworldFaces][OpenRight]Ah[ToggleMouthMove]... [ToggleMouthMove]You have seen the effects of the[NL]omen that has appeared in the south.[A][NL2][NL]There is an energy there that has[.][NL]fouled the air and darkened the sky.[A][NL]The Great Dragon left Darkling Woods and[NL]went south to investigate.[A][NL]We of the village wished to protect the[.][NL]Great Dragon, and so I sent my grandson,[A][NL]Saleh, along as well.[.][A][NL]But they became embroiled in battle, and[NL]the Great Dragon disappeared.[.][A][NL]Since that time, there's been no sign of[NL]the Great Dragon either here or abroad.[.][A][NL]We grew worried and directed Saleh to[.][NL]look for any trace of the Great Dragon.[.][A][NL]I am worried that the source of that[NL]foul energy may be responsible.[.][A][OpenLeft]A foul energy[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]From the south?[.][A][NL]Myrrh said something[NL]similar to this, too.[.][A][NL]Is the Great Dragon you speak[.][NL]of[ToggleMouthMove]...[.][ToggleMouthMove]one of the Manakete?[A][OpenRight]Manakete?!?[.][A][NL]How dare you speak so[.][NL]of the Great Dragon![A][OpenLeft]I-I'm sorry.[A][OpenRight]But if you've seen the noble Myrrh,[.][NL]perhaps I can proceed more quickly.[.][A][NL]You see, our Great Dragon took the[NL]form of Mistress Myrrh in her travels.[A][NL]And you tell me that you have seen[NL]the Great Dragon yourself, lass?[A][OpenLeft]Yes. Myrrh was with my brother.[.][A][OpenRight]What?![A][NL]Where is this brother[.][NL]of yours!?[A][OpenLeft]He leads a force of men against[.][NL]Grado. Myrrh rides beside him.[A][OpenRight]I see[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]The Great Dragon is protected.[A][NL]Saleh would be pleased[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A62 {[OpenLeft][LoadFace][2][NL][OpenFarLeft][LoadFace][15][NL][OpenRight][LoadFace][85][NL][OpenFarLeft]We are in your debt, Matron.[A][OpenRight]Not at all. All of our guidance[.][NL]comes from the Great Dragon.[A][NL]I'll have someone from the village[NL]lead you to the road to Jehanna.[A][OpenLeft]Grandmother, thank you so[.][NL]much for everything.[A][OpenRight]When you meet your brother, please ask[NL]that he watch over the Great Dragon.[A][NL]More than anything we hope and[NL]pray that she will remain safe.[.][A]}
|
|
MSG_0A63 {[OpenMidLeft][LoadFace][96][NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft]I can't believe monsters have appeared[NL]here in the realm of the Great Dragon.[A][NL]What is this world coming to?[.][A][NL]This staff should help to protect you[.][NL]against the beasts.[.][A][NL]Please travel safely.[.][A]}
|
|
MSG_0A64 {[OpenMidLeft][LoadFace][33][NL][OpenMidRight][LoadFace][2][NL][OpenMidLeft][MoveMidLeft][OpenMidLeft][ToggleSmile]Ah, hello![A][ToggleSmile][OpenMidRight]Ewan! How wonderful.[NL]So you're safe, are you?[A][OpenMidLeft][ToggleSmile]Yep. I took care of a whole mess[NL]of those things.[A][NL]More of 'em might show up at any time,[NL]so I'll just follow you to the village.[.][A][NL]That's all right, isn't it?[.][A][ToggleSmile][OpenMidRight]I guess so[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It's probably safer than leaving[NL]you here by yourself.[.][A][NL]Let's stick together, Ewan.[.][A][OpenMidLeft][MoveMidLeft][OpenMidLeft]Wahoo![A]}
|
|
MSG_0A65 {[OpenMidLeft][LoadFace][33][NL][OpenMidRight][LoadFace][32][NL][OpenMidRight]Ewan[ToggleMouthMove]... [ToggleMouthMove]You're safe.[A][OpenMidLeft][MoveMidLeft][OpenMidLeft][ToggleSmile]Oh, Teacher! It's you![A][NL]You probably had to fight a[.][NL]ton of creatures to get here![.][A][NL]You're the best! I hope I can[.][NL]study with you forever.[.][A][ToggleSmile][OpenMidRight]I've told you before[ToggleMouthMove]...[.][ToggleMouthMove][NL]My mission is my life.[A][NL]If you wish to learn magic, you'd[.][NL]be better served by another.[A][OpenMidLeft]No way. I wanna be just like you. Why[.][NL]would I go study somewhere else?[A][NL]Wait[ToggleMouthMove]... [ToggleMouthMove]You've gotta go out on[NL]a mission again, don't you![.][A][NL]Take me with you! I've practiced a lot. I can[.][NL]already use all the magic you taught me![A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]Well, you seem quite adamant.[.][NL]All right. You may accompany me.[A][NL]I think being with me might be[NL]safer than remaining on your own.[.][A][OpenMidLeft][MoveMidLeft][OpenMidLeft][ToggleSmile]Yahoo![A][ToggleSmile]}
|
|
MSG_0A66 {[OpenMidLeft][LoadFace][33][NL][OpenMidRight][LoadFace][28][NL][OpenMidLeft]Oh, Sister![.][A][OpenMidRight]Ewan![.][A][NL]Are you all right?[A][OpenMidLeft]Yeah.[.][A][NL]I tried to fight those monsters.[A][NL]And you know what? I killed four[NL]of 'em! With my magic![A][NL]That's pretty good, huh?[A][OpenMidRight]What am I going to do with you?[.][A][NL]Anyway, it's not safe here.[.][NL]Come with me, Ewan.[.][A][OpenMidLeft][MoveMidLeft][OpenMidLeft][ToggleSmile][ToggleMouthMove]......[ToggleMouthMove][A][NL]You-you don't believe me[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You watch and see. I'll show[NL]you how far I've come![A][ToggleSmile]}
|
|
MSG_0A67 {[OpenMidLeft][LoadFace][33][NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft]You were one of the people with my[NL]teacher, weren't you?[.][A][NL]You think I can fight at your side? I can[.][NL]use the magic my teacher taught me.[.][A][NL]Well, what do you say?[A]}
|
|
MSG_0A68 {[OpenMidLeft][LoadFace][19][NL][OpenMidRight][LoadFace][66][NL][OpenMidLeft]My brother is[.][ToggleMouthMove]...[.][ToggleMouthMove]dead?[.][A][NL]That can't be![NL]That's impossible![A][OpenMidRight]There's no mistake.[.][NL]Look for yourself.[A][NL]I've brought his corpse with me.[NL]That's him right over there, isn't it?[A][OpenMidLeft]No[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Brother[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Not a pretty sight, eh? You'll be hard[NL]pressed to ready that for a proper burial.[A][NL]But listen, Cormag. There's no reason for[.][NL]you to grieve.[A][NL]After all, who better than you to replace[.][NL]your brother in His Majesty's service?[A][NL]Picture it: General Cormag, the new and[.][NL]improved Sunstone, eh?[A][OpenMidLeft]Who did this[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Who is responsible? Who!?[.][A][OpenMidRight]Glen's last orders were to find[.][NL]and subdue Eirika.[A][NL]'Tis a pity I was delayed. I arrived[NL]to witness the final blow myself.[.][A][NL]I watched Eirika run her blade right[NL]through his chest and then flee.[A][OpenMidLeft]Eirika?![A][NL]Where is she now?[.][A][OpenMidRight]Hm? What would you do if I told you?[NL]Without orders from His Majesty[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]ANSWER ME![A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]In the eastern mountains of Carcino.[A][NL]The forests are thick in that region.[.][NL]It won't be easy finding her, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A69 {[OpenMidLeft][LoadFace][66][NL][OpenMidLeft]Gone already?[.][A][NL]I've sent a gift your way, Eirika,[NL]but I trust you can handle it.[A][NL]You're my girl after all. I need you[NL]to be strong for me[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]Heh heh[.][ToggleMouthMove]... [ToggleMouthMove]Ha ha ha ha ha![.][A]}
|
|
MSG_0A6A {[OpenRight][LoadFace][2][NL][OpenFarRight][LoadFace][15][NL][OpenFarFarLeft][LoadFace][105][NL][OpenFarFarLeft][MoveMidLeft][SendToBack][OpenMidLeft]Messenger! Messenger![.][A][NL]I bring word from Frelia![.][A][OpenFarRight]Go on. What news do you bring?[A][OpenMidLeft]Prince Innes![.][NL]You're alive and well![A][NL2][NL]When the reinforcements rode into Carcino,[NL]you were nowhere to be seen[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We thought perhaps the enemy forces[.][NL]had reached you and[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It's good to see you well, milord.[A][OpenFarRight]I'm sorry to have troubled you.[.][A][NL]But remember, the duty I bear is a harsh[NL]master. It will not let me die easily.[A][OpenMidLeft]Of course. Prince Innes[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight]Yes, what word do you bring[.][NL]of Frelia? Speak![.][A][OpenMidLeft]Yes, Your Highness![.][A][NL]Frelia has invaded Carcino and engaged[NL]the traitor Pablo's mercenary army.[.][A][NL]With aid from Elder Klimt, we are crushing[NL]the foe where we find them.[.][A][NL]Pablo's faction is retreating ever[NL]southward, toward Jehanna[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight]Towards Jehanna?[A][NL]They must be planning to join[.][NL]with the Grado forces there.[A][OpenRight]Pardon me, but I must know[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Do you have word of my brother?[.][A][OpenMidLeft]Yes.[A][NL]Prince Ephraim has forced the surrender[.][NL]of Grado's fortress at Rigwald.[.][A][NL]He is now marching onward toward[NL]the imperial capital.[.][A][OpenRight]Toward the capital[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight]That fool[.][ToggleMouthMove]... [ToggleMouthMove]Emperor Vigarde himself and his[.][NL]imperial guard are in the capital.[A][NL]It's too strong a force[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Even for Ephraim.[.][A][OpenRight]No[ToggleMouthMove]...[.][ToggleMouthMove][NL]I believe in my brother.[A][NL]I know he fights still.[.][NL]This bracelet tells me so.[A]}
|
|
MSG_0A6B {[OpenMidLeft][LoadFace][2][NL][OpenFarFarRight][LoadFace][34][NL][OpenFarFarRight][MoveFarRight][OpenFarRight]Ah, Eirika. Is it time to go already?[.][A][OpenMidLeft]L'Arachel.[A][NL]We're going to break through the Grado[NL]lines and join the army of Jehanna.[.][A][NL]You should keep to the rear where it's[NL]safe[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight][MoveMidRight][OpenMidRight]No, I will stay with you.[.][A][NL]Confronting evil boldly is the sworn[NL]duty of any ally of justice.[A][NL]And it may be that Grado's goal is the[NL]Stone of Jehanna[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I cannot stand by and let it[NL]be destroyed.[.][A][OpenMidLeft]L'Arachel?[A][NL]Where did you come by[.][NL]such information?[.][A][OpenMidRight]Hm?[.][A][NL]That[ToggleMouthMove]...[.][ToggleMouthMove]uh, well[ToggleMouthMove]...[.][ToggleMouthMove]the[.][ToggleMouthMove]...[.][ToggleMouthMove]wind[NL]whispered to me in the night.[.][A][OpenMidLeft]The wind? Whispered to you?[.][A][OpenMidRight]Yes, that's right.[NL][ToggleMouthMove]...[.][ToggleMouthMove]And according to that gentle breeze,[A][NL]there are knights riding this way[.][NL]from Rausten even as we speak.[A][NL]If we can but hold out until they arrive,[.][NL]the battle will surely be ours.[.][A][NL]Come, Eirika. Let us be on our way.[.][A][OpenMidRight][ClearFace][OpenMidLeft]W-wait a moment.[NL]L'Arachel? Who are you?[.][A]}
|
|
MSG_0A6C {[OpenMidLeft][LoadFace][59][NL][OpenMidRight][LoadFace][67][NL][OpenMidRight]They should be arriving anytime now.[NL]Are you ready, Aias?[A][OpenMidLeft]Mm.[.][NL]Everything's in place.[A][NL]This Princess Eirika supposedly[.][NL]defeated General Glen.[A][NL]I wonder[ToggleMouthMove]... [ToggleMouthMove]If it's true, then she's a[NL]foe to be reckoned with, and no doubt.[A][NL]Still, there's no reason to worry.[NL]I can best her. I know it.[A][OpenMidRight]You'll take her, I've no fear.[A][NL]We fought as mercenaries together,[NL]and I know what you're capable of.[A][NL]I could search the continent over and[.][NL]not find a man to match your skills.[A][OpenMidLeft]I'm honored to hear you say that.[.][A][NL]But I've no interest in the titles[NL]and trappings of Grado's Imperial Army.[.][A][OpenMidRight]Don't say that. You're glad you came[NL]with me, right?[.][A][NL]You know we were both sick to death[.][NL]of living like desert rats.[.][A][NL]I'm going to be a king one day.[.][NL]This war is just the beginning.[.][A][OpenMidLeft]Ah[ToggleMouthMove]... [ToggleMouthMove]It starts again.[A][OpenMidRight]Word has it that the Knights of Rausten[.][NL]are riding from the north. They're mine.[A][NL]I can trust this mess to your capable[.][NL]hands, can't I, Aias?[.][A][OpenMidLeft]You remember what they called me[NL]when we were mercenaries, don't you?[A][NL]I was never once wounded on the[.][NL]field of battle. Not once[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]My skill is not garish and loud like yours,[.][NL]but I've never known defeat.[A][OpenMidRight]Yes, that is true.[A][NL]I'm depending on you, Aias.[.][A][OpenMidRight][ClearFace][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL2][NL]All units prepare for battle.[.][A]}
|
|
MSG_0A6D {[OpenMidRight][LoadFace][4][NL][OpenLeft][LoadFace][2][NL][OpenFarLeft][LoadFace][34][NL][SendToBack][OpenMidRight]Princess Eirika.[NL]The enemy is arrayed before us.[.][A][NL]We've word that Pablo's mercenary army[NL]is closing in from the rear.[A][NL]You must be cautious.[.][A][OpenFarLeft]All we have to do is hold them off[NL]until the Knights of Rausten arrive.[A][NL]If we can do that, victory is as[NL]good as ours.[.][A][NL]Let's get started,[NL]shall we, Eirika?[.][A][OpenLeft]Indeed![.][A]}
|
|
MSG_0A6E {[OpenMidLeft][LoadFace][58][NL][OpenFarFarRight][LoadFace][109][NL][OpenFarFarRight][MoveFarRight][OpenFarRight]Elder Pablo, there's fighting ahead.[A][OpenMidLeft]Grr[.][ToggleMouthMove]...[.][ToggleMouthMove]I've misread the situation.[.][A][NL]I can't believe I've been forced[NL]out of Carcino.[.][A][NL]It's those accursed Frelian knights[.][NL]riding down on us from the north.[.][A][NL]If things don't change quickly, I'll be[.][NL]forced to appeal to Grado for aid.[A][NL2][NL]We must prove ourselves worthy allies of[NL]Grado. We must have them in our debt![.][A][NL]First, I'll use my magic to bury those[NL]enemies in the distance.[A]}
|
|
MSG_0A6F {[OpenMidLeft][LoadFace][19][NL][OpenMidLeft]Where is she?[.][NL]Where is she!?[A][NL2][NL]I will avenge my brother![.][A]}
|
|
MSG_0A70 {[OpenMidLeft][LoadFace][59][NL][OpenMidLeft]Ah[ToggleMouthMove]... [ToggleMouthMove]So here you are.[NL]The princess Eirika.[A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][2][NL][OpenMidRight]Who?[A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][59][NL][OpenMidLeft]You're not at all[.][NL]what I had expected[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I would test the arm that[.][NL]bested Glen.[A][OpenMidLeft][ClearFace]}
|
|
MSG_0A71 {[OpenMidLeft][LoadFace][59][NL][OpenMidLeft]It's not over yet. Victory[NL]still hangs in the balance.[.][A][NL]The key is defeating the enemy[NL]commander, but[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A72 {[OpenMidLeft][LoadFace][59][NL][OpenMidLeft]Very[ToggleMouthMove]...[.][ToggleMouthMove]impressive.[.][A][NL]You've pierced the battle[.][NL]formations I'd perfected[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]No one's ever done that.[A][NL]Renais's tactician has earned[.][NL]my highest regard.[A]}
|
|
MSG_0A73 {[OpenMidLeft][LoadFace][58][NL][OpenMidLeft]Grrr[ToggleMouthMove]... [ToggleMouthMove]I've got more money[.][NL]than you've ever seen.[A][NL]What say you?[.][A][NL]Join me, and take a seat of[.][NL]power at my side.[.][A]}
|
|
MSG_0A74 {[OpenMidLeft][LoadFace][58][NL][OpenMidLeft]Argh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It can't be[.][ToggleMouthMove]...[.][ToggleMouthMove]I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You can't have my gold[ToggleMouthMove]...[.][ToggleMouthMove][NL]It's all[ToggleMouthMove]...[.][ToggleMouthMove]mine[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A75 {[OpenFarLeft][LoadFace][59][NL][OpenFarLeft]Rausten knights?![.][A][NL]That means Caellach's[.][ToggleMouthMove]--[ToggleMouthMove][A][NL]Curses[ToggleMouthMove]... [ToggleMouthMove]All troops![.][NL]Retreat at once![A]}
|
|
MSG_0A76 {[OpenFarLeft][LoadFace][107][NL][OpenFarLeft]Rausten knights?![.][A][NL]No[ToggleMouthMove]... [ToggleMouthMove]All troops![.][NL]Retreat at once![A]}
|
|
MSG_0A77 {[OpenMidLeft][LoadFace][111][NL][OpenMidLeft]Forward the lances! Show[NL]them the might of Rausten![A]}
|
|
MSG_0A78 {[OpenLeft][LoadFace][2][NL][OpenLeft]The Knights of Rausten![.][A][NL]Just as L'Arachel said[ToggleMouthMove]...[.][ToggleMouthMove][NL]Reinforcements have arrived in Jehanna![.][A][OpenFarFarLeft][LoadFace][34][NL][OpenFarFarLeft][MoveFarLeft][OpenFarLeft][ToggleSmile]What I'd like to know is[NL]what took them so long![.][A][NL]However, it seems that all[NL]has worked out in the end.[A][ToggleSmile]}
|
|
MSG_0A79 {[OpenLeft][LoadFace][34][NL][OpenFarLeft][LoadFace][35][NL][OpenRight][LoadFace][2][NL][OpenFarFarRight][LoadFace][111][NL][OpenFarFarRight][MoveFarRight][SendToBack][OpenFarRight]Princess! Knights of Rausten,[.][NL]2nd battalion, reporting for duty![A][OpenLeft][ToggleSmile]Well done.[NL]You may lift your eyes.[.][A][ToggleSmile][OpenRight]Princess?[.][NL]L'Arachel, you're a[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenFarRight][MoveFarFarRight][OpenLeft]What? Oh, you mean[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Don't be silly. This is nothing.[NL]Please don't concern yourself.[A][OpenFarLeft]I do believe, milady, that your[.][NL]disguise has been penetrated.[.][A][FastPrint][OpenLeft]Oh[ToggleMouthMove]...[.][ToggleMouthMove]I suppose there's naught to be[NL]done about it now.[A][NL2][NL][ToggleSmile]Very well, Eirika. You've found[.][NL]me out![.][A][NL]The beauteous wanderer who's been your[NL]boon companion is none other than[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]the jewel of the theocracy of Rausten,[NL]Princess L'Arachel herself![.][A][NL]I was acting under divine order to[NL]strike down evil in this land.[A][ToggleSmile][OpenRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]Is that so?[.][NL]But why did you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][SendToBack][OpenFarFarRight][MoveFarRight][OpenFarRight]The truth is[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]The princess was enflamed by the words of[.][NL]the court troubadour, Saaga[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]She forced us to allow her to journey[.][NL]forth anonymously on a quest for justice.[.][A][OpenRight]I-I see[.][ToggleMouthMove]...[.][ToggleMouthMove][A][FastPrint][OpenFarRight]Princess.[.][A][NL]This is from King Mansel.[.][A]}
|
|
MSG_0A7A {[OpenLeft][LoadFace][34][NL][OpenFarLeft][LoadFace][35][NL][OpenRight][LoadFace][2][NL][OpenLeft][ToggleSmile]What's this? War funds?[.][A][NL]Oh, what a grand uncle.[.][NL]He's just so thoughtful.[A][ToggleSmile][CloseSpeechSlow][OpenLeft][ToggleSmile]Princess Eirika of Renais.[NL]Rausten will not yield to Grado.[A][NL]Together, let us defeat the empire[NL]in the name of righteousness![.][A][ToggleSmile][LoadOverworldFaces][OpenFarRight][LoadFace][4][NL][OpenFarRight]Princess Eirika. Prince Innes.[NL]I've received word from the front.[A][NL]The palace of Jehanna was attacked by[.][NL]Grado forces and has surrendered.[.][A][LoadOverworldFaces][OpenFarLeft][LoadFace][15][NL][OpenFarLeft]What?[.][NL]How did that[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]And the queen?[NL]Is she safe?[A][OpenFarRight]That remains unknown.[.][A][OpenFarLeft]She may yet live.[.][NL]We must hurry.[A][OpenFarRight]The palace has already been[.][NL]occupied by imperial troops.[A][NL]The Grado army is being led by[NL]Lyon, the imperial prince.[A][OpenRight]Lyon?![A][OpenLeft]What is it, Eirika?[.][A][OpenRight]It's nothing[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL][ToggleMouthMove]...[.][ToggleMouthMove]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A7B {[OpenLeft][LoadFace][34][NL][OpenRight][LoadFace][2][NL][OpenFarFarRight][LoadFace][111][NL][OpenFarFarRight][MoveFarRight][OpenFarRight]Princess! Knights of Rausten,[.][NL]2nd battalion, reporting for duty![A][OpenLeft][ToggleSmile]Well done.[NL]You may lift your eyes.[.][A][ToggleSmile][OpenRight]Princess?[.][NL]L'Arachel, you're a[.][ToggleMouthMove]--[ToggleMouthMove][A][SendToBack][OpenFarRight][MoveFarFarRight][OpenLeft]What? Oh, you mean[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL][ToggleSmile]Oh, there's no point in this[NL]charade any longer[ToggleMouthMove]... [ToggleMouthMove]You're right![.][A][NL]The beauteous wanderer who's been your[NL]boon companion is none other than[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]the jewel of the theocracy of Rausten,[NL]Princess L'Arachel herself![.][A][NL]I was acting under divine order to[NL]strike down evil in this land.[A][ToggleSmile][OpenRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]Is that so?[.][NL]But why did you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarFarRight][MoveFarRight][OpenFarRight]The truth is[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]The princess was enflamed by the words of[.][NL]the court troubadour, Saaga[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]She forced us to allow her to journey[.][NL]forth anonymously on a quest for justice.[.][A][OpenRight]I-I see[.][ToggleMouthMove]...[.][ToggleMouthMove][A][FastPrint][OpenFarRight]Princess.[.][A][NL]This is from King Mansel.[.][A]}
|
|
MSG_0A7C {[OpenLeft][LoadFace][34][NL][OpenRight][LoadFace][2][NL][OpenLeft][ToggleSmile]What's this? War funds?[.][A][NL]Oh, what a grand uncle.[.][NL]He's just so thoughtful.[A][ToggleSmile][CloseSpeechSlow][OpenLeft][ToggleSmile]Princess Eirika of Renais.[NL]Rausten will not yield to Grado.[A][NL]Together, let us defeat the empire[NL]in the name of righteousness![.][A][ToggleSmile][LoadOverworldFaces][OpenFarRight][LoadFace][4][NL][OpenFarRight]Princess Eirika. Prince Innes.[NL]I've received word from the front.[A][NL]The palace of Jehanna was attacked by[.][NL]Grado forces and has surrendered.[.][A][LoadOverworldFaces][OpenFarLeft][LoadFace][15][NL][OpenFarLeft]What?[.][NL]How did that[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]And the queen?[NL]Is she safe?[A][OpenFarRight]That remains unknown.[.][A][OpenFarLeft]She may yet live.[.][NL]We must hurry.[A][OpenFarRight]The palace has already been[.][NL]occupied by imperial troops.[A][NL]The Grado army is being led by[NL]Lyon, the imperial prince.[A][OpenRight]Lyon?![A][OpenLeft]What is it, Eirika?[.][A][OpenRight]It's nothing[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL][ToggleMouthMove]...[.][ToggleMouthMove]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A7D {[OpenMidLeft][LoadFace][59][NL][OpenMidRight][LoadFace][67][NL][OpenMidRight]Hey, Aias.[A][OpenMidLeft]Caellach[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]That was something awful.[.][A][NL]I never expected to see[.][NL]you get beaten so roundly.[A][OpenMidLeft]Yes. It was a complete failure.[.][A][NL]The Rausten knights arrived far more[NL]quickly than I'd anticipated.[.][A][NL]But it doesn't matter, does it?[.][NL]Whether I won or lost?[A][NL]You were planning on abandoning[.][NL]me from the start, weren't you?[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Yeah, sorry.[A][NL]I'm not going to let things[.][NL]end for me here.[A][NL]I want to rise[ToggleMouthMove]... [ToggleMouthMove]To climb[NL]higher and higher.[A][NL2][NL]I will not be chained to my past.[.][NL]I will not be chained to you.[.][A][NL]I truly apologize, but you die[NL]here. Good-bye, my friend.[A]}
|
|
MSG_0A7E {[OpenMidLeft][LoadFace][6][NL][OpenMidRight][LoadFace][25][NL][OpenMidLeft]Oh, who are you?[A][OpenMidRight]What? What?[.][A][OpenMidLeft]Are you one of the locals? This is[NL]a dangerous spot. You should hide.[A][NL]Here, come with me.[.][A][OpenMidRight]But[.][ToggleMouthMove]... [ToggleMouthMove]But I'm[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I'm Franz, a Knight of Renais.[A][NL]What's your name?[.][NL]What are you doing here?[A][OpenMidRight]I-I'm Amelia.[.][A][NL]I'm[.][ToggleMouthMove]... [ToggleMouthMove]Actually, I'm a Grado soldier.[NL]I'm supposed to be fighting you.[A][OpenMidLeft]Really?[.][A][NL]So, uh, you're my enemy?[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]I guess[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Are you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Are you going to make[.][NL]me your prisoner?![A][OpenMidLeft]No! No, I wouldn't do that.[.][A][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove]this is a problem.[A][OpenMidRight]What should we do?[A][OpenMidLeft]First of all, you must listen to[NL]me and do as I say.[.][A][NL]We'll talk to Princess Eirika later.[A][OpenMidRight]What? NO![.][A][NL]My commander told me Eirika's a[.][NL]cruel and merciless fiend who[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft]Oh, that's utter nonsense.[A][NL]I've never heard the princess[.][NL]utter an unkind word to anyone.[.][A][NL]I understand why you're frightened.[.][NL]You think we're the enemy.[A][NL]But if you'd only trust me[ToggleMouthMove]...[.][ToggleMouthMove][NL]Will you come with me?[A][OpenMidRight]Mm[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Well, all right.[NL]I'll trust you, Franz.[A]}
|
|
MSG_0A7F {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][25][NL][OpenMidLeft]Who are you?[A][OpenMidRight]What? What?[.][A][OpenMidLeft]Are you from around here?[.][A][NL]You should find someplace to hide.[NL]These men are after me. It's not safe.[A][OpenMidRight]But[.][ToggleMouthMove]... [ToggleMouthMove]But I'm[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Yes?[A][OpenMidRight]I'm a Grado soldier. I'm here to[NL]stop the princess of Renais[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Huh?[A][NL]You're with Grado?[A][OpenMidRight]And you're Princess Eirika?[.][A][NL]But the commander said Eirika's[.][NL]a cruel and merciless fiend[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]What? No, I'm[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]I don't know what Grado's[.][NL]officers have been telling you, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Our two countries are at war, so I[NL]suppose they can say what they want.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Mistress Eirika[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I, uh, I surrender.[.][NL]I won't fight you.[A][OpenMidLeft]Huh?[A][OpenMidRight]I became a soldier because I admired[NL]General Duessel's sense of honor.[.][A][NL]But the general has been very opposed[.][NL]to this war from the beginning[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]And now I see you, and you look so[NL]sad about all of this.[A][NL]I don't know what's right anymore.[A][NL2][NL]I'm just a soldier, but I want to[.][NL]decide for myself.[A][NL]I want to understand the truth[NL]myself, to see it with my own eyes.[.][A] [.][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]I see.[A][NL]So[ToggleMouthMove]...[.][ToggleMouthMove]does this mean you're coming with us?[.][NL]I suppose I should ask your name then.[A][OpenMidRight]Amelia. Amelia of Silva.[A]}
|
|
MSG_0A80 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][19][NL][OpenMidRight]You're Eirika, aren't you?[A][OpenMidLeft]And you're[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]You don't know me, but you know my[NL]brother well enough. I'm Cormag.[A][NL]I'm the brother of Glen, general[NL]of the Grado army, whom you killed.[.][A][OpenMidLeft]What?[.][A][OpenMidRight]This is no longer war, and this is[NL]not a battlefield.[A][NL]This is a duel, and I fight to avenge[.][NL]my brother.[.][A][NL]He died in combat, and I'll not foul[NL]his name by murdering you unarmed.[A][NL2][NL]But I will have vengeance.[A][OpenMidLeft]Hold![.][NL]What is the meaning of this?[A][NL]Glen[ToggleMouthMove]... [ToggleMouthMove]Are you telling me[NL]General Glen is dead?[.][A][OpenMidRight]Do not play me for a fool![NL]You will not[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Your lies do nothing but stain[NL]your honor. Nothing more.[.][A][OpenMidLeft]You've got it wrong![NL]You're making a mistake.[A][NL]Your brother and I never fought.[A][NL]He lowered his lance and left the[.][NL]battlefield to confront your emperor.[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]My brother?[.][A][NL]You lie! Where[NL]is your proof?[A][OpenMidLeft]I've no proof. But[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Here are the words he spoke to me.[A][NL]He told me he believed I possessed[NL]a gentle heart when we met before.[A][NL]He said I had not lost that quality[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]I see[.][ToggleMouthMove]... [ToggleMouthMove]Those are indeed[NL]my brother's words.[.][A][NL]But then who? Who benefits from[.][ToggleMouthMove]--[ToggleMouthMove][A][NL2][NL][ToggleMouthMove]...[.][ToggleMouthMove]Ah![.][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]Valter![.][A][OpenMidLeft]What is it?[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Princess Eirika of Renais.[A][NL]I would be your ally.[.][A][OpenMidLeft]What?[.][A][OpenMidRight]I don't care why you're fighting.[.][NL]I've no interest in your goals.[.][A][NL2][NL]I want nothing but revenge, and[.][NL]I will have it.[.][A][NL]If I can kill Valter with these two hands,[NL]what care I if Grado brands me traitor?[.][A]}
|
|
MSG_0A81 {[OpenMidLeft][LoadFace][45][NL][OpenMidRight][LoadFace][80][NL][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]I yield.[NL]The point is yours, Eirika.[.][A][NL]You're swift, aren't you?[.][NL]Compared to you, I'm[ToggleMouthMove]--[ToggleMouthMove][A][NL]I've been bested at fencing by a woman.[.][NL]Pitiful crown prince, am I not?[.][A][OpenMidLeft]That's not true[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Oh, no, Eirika. It is. The people[.][NL]need a strong ruler.[A][NL]They don't want a weakling like me. They[NL]want the strength you and Ephraim share.[A][NL2][NL]My body is frail. I prefer to spend my[NL]time locked away in the castle, reading[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I think my father would be better served[NL]if someone else took my place.[A][NL]I'm sure all of our retainers feel[NL]the same[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]You're wrong, Lyon.[.][A][NL]An emperor without compassion will[NL]never hold the people's love.[.][A][NL]And one day, your compassion will[.][NL]surely save us all.[.][A][NL]I believe that.[.][A][ToggleSmile][OpenMidRight]Eirika[ToggleMouthMove]... [ToggleMouthMove]Thank you.[A][NL2][NL]Yes.[NL]I[.][ToggleMouthMove]...[.][ToggleMouthMove]I will do my best.[A][NL]Even though I lack your strength,[.][NL]there must be some good I can do.[.][A][OpenMidLeft]There is.[.][A][OpenMidRight]By the way, Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If it please you, would you[.][NL]accept this?[A]}
|
|
MSG_0A82 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]Princess Eirika?[NL]Is there something wrong?[.][A][OpenMidLeft]N-no.[.][NL]It's nothing.[.][A][LoadOverworldFaces][OpenMidRight]Jehanna Hall has been completely[NL]occupied by Grado soldiers.[.][A][NL]I'm sorry to report that Queen[NL]Ismaire is already[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ClearFace][OpenRight][LoadFace][15][NL][OpenRight]And the one giving orders to the troops[.][NL]in the palace is Crown Prince Lyon?[.][A][OpenFarRight][LoadFace][34][NL][OpenFarRight]What is there to give us pause?[.][A][NL]Should we not storm the palace and[NL]retake it by strength of arms?[A][OpenRight]Frelia's spy network reports that Prince[NL]Lyon is an initiate of dark magic.[A][NL]If this is true, even approaching him[.][NL]will be a serious challenge.[A][NL]I'd heard the prince dislikes violence.[.][NL]However, it could all have been a ruse.[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenRight]Still, if we don't retake the palace,[.][NL]we've no hope of defeating Grado.[.][A][NL]We must rescue the queen, no matter[.][NL]the cost[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I understand. Let's go![.][A]}
|
|
MSG_0A83 {[OpenMidLeft][LoadFace][86][NL][OpenMidRight][LoadFace][60][NL][OpenMidRight]Queen Ismaire[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Please do not resist.[.][A][NL]I have no desire to see[.][NL]you harmed.[.][A][OpenMidLeft]Carlyle[.][ToggleMouthMove]... [ToggleMouthMove]Why have you betrayed us?[.][A][NL]After all these years of loyal service[NL]as Jehanna's most decorated commander[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]Without you, I could not have ruled these[.][NL]long years since my husband's passing.[A][NL]It was through your unwavering support[NL]alone that I still sit upon the throne.[.][A][NL]You are the cornerstone of Jehanna. You[.][NL]have held my trust more than any man.[.][A][NL]So tell me why. Why have you betrayed[.][NL]us? Why have you betrayed me?[.][A][OpenMidRight]Your Highness[.][ToggleMouthMove]-- [.][ToggleMouthMove]No[ToggleMouthMove]...[.][ToggleMouthMove][NL]My queen[ToggleMouthMove]... [ToggleMouthMove]Ismaire[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It is your own fault.[.][A][NL2][NL]You are too lovely, my queen.[.][A][OpenMidLeft]Carlyle[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]The first time I met you,[.][NL]twenty years ago now[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I saw you in the garden[.][NL]of this very palace[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]and I was bewitched.[A][NL]Your pale beauty far surpassed[NL]that of any flower.[.][A][NL2][NL]I was in the grips of an[NL]unforgivable desire[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You were the wife of my king, to[NL]whom I'd sworn life and loyalty.[A][NL]I told myself a grand lie that day.[.][A][NL]I told myself I could be happy simply[.][NL]serving you as your most loyal knight.[A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]After years of duty, years of service,[NL]years of[ToggleMouthMove]...[.][ToggleMouthMove]of silence[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I became aware once more of the feelings[NL]I'd buried deep within myself.[A][NL]How could I leave this world without[NL]expressing my true desires?[.][A][NL]Could anything be more desolate?[NL]More devoid of meaning?[.][A][NL]That is when I made my decision.[A][NL]I would follow my heart and claim[.][NL]your hand as my own.[A][OpenMidLeft]Carlyle[.][ToggleMouthMove]... [ToggleMouthMove]You forget yourself.[A][NL]You ruin our country and kill our[.][NL]countrymen.[.][A][NL]Did you think I would be pleased? Did[.][NL]you think I would love you for this?[A][OpenMidRight]I need no country. I care[.][NL]nothing for my countrymen.[A][NL]I can see nothing but you.[NL]If you would only be mine[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Carlyle[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A84 {[OpenMidLeft][LoadFace][107][NL][OpenMidRight][LoadFace][36][NL][OpenMidLeft]To arms, mercenaries. We're under attack![.][A][NL]You there! Ready your weapons![A][OpenMidRight]What?!? No, no, no. That[NL]was never part of the deal.[.][A][NL]The only fight I'm here for is with[.][NL]the locks of the treasure chamber.[A][OpenMidLeft]Hah[.][ToggleMouthMove]... [ToggleMouthMove]Don't get so excited.[.][A][NL]I doubt you mercenaries will see any[NL]action at all once we soldiers've finished.[.][A][OpenMidLeft][ClearFace][OpenMidRight]Yeah, great. You go do that.[A][NL]Whew[ToggleMouthMove]... [ToggleMouthMove]With all these soldiers around,[.][NL]I shouldn't have to lift a finger.[A][NL]I'll just sit here and wait for them[NL]to win the day. Then, I collect my pay![.][A][NL]No more being ordered around by that selfish[NL]princess and her moronic bodyguard.[.][A][NL]This is the life.[.][NL]Lady Luck loves me.[.][A][NL2][NL]But something doesn't feel right[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A85 {[OpenMidLeft][LoadFace][60][NL][OpenFarRight][LoadFace][70][NL][OpenRight][LoadFace][67][NL][OpenRight]Hey, Carlyle![.][A][NL]Impressive work you've done[.][NL]here. My compliments.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]I gave you everything I promised.[.][NL]I opened the hall to your forces.[.][A][OpenRight]Yes. The palace is mine.[A][NL]My palace[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Oh, how I do like the[.][NL]sound of that.[A][OpenMidLeft]Do whatever you want with the[.][NL]royal treasury.[.][A][NL]The only treasure I wish to leave[.][NL]here with is the queen of my heart.[.][A][OpenRight]Oh, yeah, about [LQuote]your queen[RQuote][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]There's been a change of plans.[.][A]}
|
|
MSG_0A86 {[OpenRight][LoadFace][86][NL][OpenMidLeft][LoadFace][60][NL][OpenMidRight][LoadFace][67][NL][SendToBack][OpenRight]Ah![.][A][OpenMidRight]Don't move, Carlyle.[A][NL]You twitch, and the queen dies.[.][A][OpenMidLeft]Blackheart! What is the[.][NL]meaning of this?[A][OpenMidRight]Calm down. You'll get her back as[.][NL]soon as I'm done with her.[A][NL]Jehanna's Sacred Stone is around[NL]here somewhere.[.][A][NL]I've got to find it and destroy it.[.][A][NL]I need this woman to guide me to[NL]its hiding place.[.][A][OpenMidLeft]Do not lay a hand on my queen![A][OpenMidRight]Don't get so incensed.[NL]I'm not going to harm her.[A][NL]I'm not like that freak Valter.[.][NL]I'm kind to women.[A][NL]But if you make a wrong move, you'll[NL]lose your prize. Understood?[A][OpenMidLeft]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]There are some annoying pests outside[.][NL]who think to win back the hall.[.][A][NL]I want you to take care of them. Lose,[NL]and the queen will never be yours.[A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]If my queen comes to any[NL]harm in your care[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Yes, of course. I know all about[NL]the might of your sword arm.[A][NL]As long as the Sacred Stone is[NL]destroyed, you'll get all you ask for.[A]}
|
|
MSG_0A87 {[OpenMidLeft][LoadFace][67][NL][OpenMidRight][LoadFace][70][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]Greetings, Prince. Let's get going.[.][A][OpenMidRight]Caellach[ToggleMouthMove]... [ToggleMouthMove]You will put an end[.][NL]to this.[A][NL]Destroying the Sacred Stones[NL]is[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]Ugh[.][ToggleMouthMove]...[.][ToggleMouthMove]ack[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]What's this? Are you still ill?[.][NL]You know, you're not very princely.[.][A][NL]C'mon. Follow me.[.][A][OpenMidRight]Caellach[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A88 {[OpenMidLeft][LoadFace][60][NL][OpenMidLeft]You[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Could it be?[A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][42][NL][OpenMidRight]Carlyle.[NL]How did this happen?[A][NL]You taught me how to wield a[NL]blade. You of all people[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][60][NL][OpenMidLeft]You've returned.[NL]But now[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It's too late.[NL]It's far too late[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ClearFace]}
|
|
MSG_0A89 {[OpenMidLeft][LoadFace][60][NL][OpenMidLeft]I[.][ToggleMouthMove]...[.][ToggleMouthMove]I just wanted the[.][NL]two of us[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A8A {[OpenMidLeft][LoadFace][60][NL][OpenMidLeft]Queen Ismaire[.][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]I'm[.][ToggleMouthMove]--[ToggleMouthMove][A]}
|
|
MSG_0A8B {[OpenMidLeft][LoadFace][86][NL][OpenMidRight][LoadFace][67][NL][OpenMidRight]This is as good a place as any.[.][A][NL]All right, Your Majesty.[NL]Hand over the Sacred Stone.[.][A][OpenMidLeft][MoveFarLeft][OpenFarLeft][ToggleMouthMove]...[.][ToggleMouthMove]I know nothing of the[.][NL]Sacred Stone's keeping place.[.][A][OpenMidRight]Don't waste my time. My partner[.][NL]here sees everything.[.][A][NL]When the rebellion began, you went[NL]straight to the palace altar.[.][A][NL]You had hoped to prevent us from[NL]smashing the Sacred Stone.[A][NL]But you have the Stone of Jehanna[.][NL]with you right now, don't you?[A][OpenFarLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight][MoveRight][OpenRight]Hand it over. Cooperate,[NL]and I'll let you live.[A][OpenFarLeft][ToggleMouthMove]...[.][ToggleMouthMove]I cannot.[.][A][OpenRight]Oh, give it up, will you?[.][NL]I've no time for games.[.][A][NL]If you resist, I'll just kill[.][NL]you and take it anyway.[.][A][OpenFarRight][LoadFace][70][NL][OpenFarRight]H-hold![.][A][NL]You mustn't harm her, Caellach[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Shut up, Prince. My orders come[.][NL]from higher than you.[.][A][NL]You're not going to start[.][NL]disobeying his word, are you?[.][A][OpenFarRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenRight]Last chance.[A][NL]Give me your[NL]Sacred Stone.[.][A][OpenFarLeft][ToggleMouthMove]...[.][ToggleMouthMove]I cannot.[.][A][OpenRight]Ha ha![NL]A queen to the end.[.][A][NL]I like you.[.][NL]You've got guts.[A][NL2][NL]Good-bye.[.][A][OpenFarRight]Ah![.][A]}
|
|
MSG_0A8C {[OpenMidRight][LoadFace][67][NL][OpenMidRight]And here's the Sacred Stone.[A][NL]That makes two for me. I'm on[.][NL]a roll now.[.][A]}
|
|
MSG_0A8D {[OpenFarFarLeft][LoadFace][86][NL][OpenFarRight][LoadFace][70][NL][OpenRight][LoadFace][67][NL][OpenRight]And another Sacred Stone[NL]has been destroyed.[.][A][NL]Grado, Frelia, and[NL]now Jehanna[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Only two stones remain.[.][A][OpenFarFarLeft]Uuh[.][ToggleMouthMove]...[.][ToggleMouthMove]ahh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight][MoveLeft][OpenLeft]Ah[ToggleMouthMove]...[.][ToggleMouthMove][NL]What should I do?[.][A][NL]C-Caellach[ToggleMouthMove]...[.][ToggleMouthMove][NL]You must help her.[A][OpenRight]Leave her.[A][NL]Let her last breath be a harsh and ragged[.][NL]rasp. She's not long for this world.[A][NL]Why, if you really wanted to help her,[NL]you'd deliver the final blow yourself![A][CloseSpeechSlow][OpenLeft][ClearFace][OpenLeft][LoadFace][70][NL][OpenLeft]N-no.[.][NL]I couldn't.[.][A][OpenRight][ToggleMouthMove]...[.][ToggleMouthMove]What a joke.[A][NL]I have a little work to wrap up[.][NL]in the hall before we leave.[A][NL]You should hit the road pretty[NL]soon, too, Prince.[A][OpenRight][ClearFace][OpenLeft][ToggleMouthMove]......[ToggleMouthMove][A]}
|
|
MSG_0A8E {[OpenMidLeft][LoadFace][2][NL][OpenFarRight][LoadFace][15][NL][OpenRight][LoadFace][34][NL][OpenMidLeft]I wonder where[NL]Queen Ismaire is.[.][A][OpenFarRight]I heard she was in the throne[.][NL]room, but there's no sign of her.[.][A][NL]And there's no Sacred Stone, either.[A][OpenRight]We must search quickly.[.][A]}
|
|
MSG_0A8F {[OpenFarLeft][LoadFace][2][NL][OpenRight][LoadFace][70][NL][OpenRight]Ah[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]Lyon![.][A][OpenRight]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight][MoveMidRight][OpenFarLeft][MoveMidLeft][OpenMidLeft]Wait, Lyon![.][NL]Don't run away![.][A][NL]My brother and I have been[NL]so worried about you[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We know more than anyone the[NL]gentleness of your spirit.[A][NL]Your father is deranged, isn't he?[NL]That's why Grado invaded Renais, right?[.][A][NL]Tell me, Lyon[.][ToggleMouthMove]... [ToggleMouthMove]Please[ToggleMouthMove]...[.][ToggleMouthMove][NL]Tell me what has happened.[A][OpenMidRight]I'm sorry, Eirika.[A][NL]I've wanted to see you and[NL]Ephraim for so long now[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I wanted to see you so that[.][NL]I could apologize.[A][NL]The invasion of Renais[ToggleMouthMove]...[.][ToggleMouthMove][NL]I couldn't stop it.[.][A][NL]I'm sorry, but I still cannot[.][NL]talk to you. Not yet[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]You[.][ToggleMouthMove]... [ToggleMouthMove]You have a reason, don't you?[.][A][OpenMidRight]Mm[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I can't talk about it now, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I promise I will tell[.][NL]you everything someday.[.][A][OpenMidLeft]I see[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I believe you, Lyon.[A][NL2][NL]I must tell you, I'm a little relieved.[.][A][NL]I was afraid you'd changed as much as[.][NL]your poor father has. I'm so glad.[A][OpenMidRight]Me, too, Eirika[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]No, you have changed.[.][A][NL]You're even more beautiful[NL]than you were before.[.][A][OpenMidLeft]L-Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I'm sorry, I have to go.[NL]But please remember this.[.][A][NL]This war started because I was[NL]too weak to stop it, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'll always be your friend.[.][A][OpenMidRight][ClearFace][OpenMidLeft]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A90 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][34][NL][OpenMidRight]Eirika, what are you doing? It seems[NL]Queen Ismaire has been found.[.][A][NL]This way![.][A][OpenMidLeft]Y-yes. Coming![A]}
|
|
MSG_0A91 {[OpenFarFarLeft][LoadFace][2][NL][OpenFarLeft][LoadFace][15][NL][OpenFarRight][LoadFace][4][NL][OpenRight][LoadFace][87][NL][SendToBack][OpenFarLeft]Queen Ismaire[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Is she[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight]We're too late.[.][A][NL]Her injuries are[ToggleMouthMove]... [ToggleMouthMove]She[.][NL]will not last much longer.[A][LoadOverworldFaces][OpenRight][ToggleMouthMove]...[.][ToggleMouthMove]Jo[ToggleMouthMove]...[.][ToggleMouthMove]Joshua[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL][ToggleMouthMove]...[.][ToggleMouthMove]Joshua[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarFarLeft][MoveLeft][OpenLeft]Queen Ismaire![A][OpenRight][HalfCloseEyes][OpenRight]Oh, Joshua[ToggleMouthMove]...[.][ToggleMouthMove][NL]Where is[ToggleMouthMove]...[.][ToggleMouthMove]that boy[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Queen Ismaire[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Please forgive me, Joshua[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I was a foolish mother[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I was so intent on being queen that[.][NL]I spared no time to be your mother.[.][A][NL2][NL]But I loved you nonetheless[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Please understand[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft][ClearFace][OpenFarLeft][ClearFace][FastPrint][OpenLeft][LoadFace][42][NL][OpenFarLeft][LoadFace][2][NL][SendToBack][OpenLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]I know, Mother.[.][A][OpenFarLeft]Joshua[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Joshua[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It really is you[ToggleMouthMove]...[.][ToggleMouthMove][NL]Joshua[ToggleMouthMove]...[.][ToggleMouthMove]my son[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight][CloseEyes][OpenRight][HalfCloseEyes][OpenLeft]I'm sorry, Mother. I should never have[NL]left you. I've no excuse[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I wanted to see the world as a man, not[.][NL]as a prince. I wanted to be worthy.[.][A][NL]I planned on returning to your side[.][NL]afterward[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I was so foolish. If I'd been here,[.][NL]I could have[ToggleMouthMove]--[ToggleMouthMove][A][OpenRight]No, it's fine.[NL]You're here now[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Listen to me, Joshua.[.][A][NL2][NL]The Stone of Jehanna has[ToggleMouthMove]...[.][ToggleMouthMove][NL]been destroyed.[.][A][NL]The one who tempted Carlyle is[NL]responsible[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]What?[.][A][NL]Who was it?[.][A][OpenRight][ToggleMouthMove]...[.][ToggleMouthMove]Carried a dark stone[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It is[.][ToggleMouthMove]...[.][ToggleMouthMove]the origin of all this[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It should not exist[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]Joshua[ToggleMouthMove]...[.][ToggleMouthMove]you must[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Our country[.][ToggleMouthMove]...[.][ToggleMouthMove]our people[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]I understand, Mother.[.][A][OpenRight]Thank you[.][ToggleMouthMove]...[.][ToggleMouthMove]Joshua[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I have something[ToggleMouthMove]...[.][ToggleMouthMove][NL]Something I must give you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]This is[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]It's one of the Sacred Twin relics,[.][NL]unique to House Jehanna[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]He who would rule our land[NL]must possess it[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I've watched over it since your[.][NL]father passed away.[.][A][NL]I kept it safe and waited for this[NL]day to come[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Mother[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I have it now.[A][NL]I understand its meaning[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Joshua[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]My[ToggleMouthMove]...[.][ToggleMouthMove]dear, sweet child[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight][CloseEyes][OpenRight][ClearFace][OpenLeft]Mother[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A92 {[OpenLeft][LoadFace][15][NL][OpenFarLeft][LoadFace][2][NL][OpenRight][LoadFace][42][NL][OpenFarRight][LoadFace][34][NL][SendToBack][OpenRight]It's been more than ten years.[A][NL2][NL]I'd grown tired of the formality of[.][NL]palace life, so I[.][ToggleMouthMove]...[.][ToggleMouthMove]just left.[A][NL]I wrote a farewell and left the palace,[.][NL]taking nothing with me.[.][A][NL]I felt I could never understand the people[NL]while I stayed sequestered in a castle.[.][A][NL]I abandoned my identity and roamed[NL]the continent, working where I could.[.][A][NL]I wanted only to be worthy of becoming[NL]king. I knew one day I would return.[A][NL2][NL]Gods, I was so foolish! I was such[NL]a child, I see it now.[A][NL]Was I simply rebelling against my mother?[.][NL]Punishing her for tending to her duties?[A][OpenFarLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenRight]I was a fool, yes, but I learned much[.][NL]over these ten years.[.][A][NL]I have learned about the hearts of our[NL]people, how they need to be governed.[.][A][NL]I have learned how our country needs[NL]to change and to grow.[A][NL]I have learned much, but I've lost[NL]much more. Mother[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]Prince Joshua[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]I made a promise. I want to continue[NL]what she began.[.][A][NL]I will help defeat Grado. I will defend[.][NL]Jehanna and her allies.[.][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]I know it doesn't sound like me, but[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]On behalf of Frelia, I came to Jehanna[NL]with a letter to the throne.[A][NL]I give it to you.[.][A][NL]Prince Joshua of Jehanna[ToggleMouthMove]...[.][ToggleMouthMove][NL]Let us fight together.[A][OpenFarRight][ToggleSmile]Renais, Frelia, Rausten, and Jehanna.[.][A][NL]Four nations[ToggleMouthMove]...[.][ToggleMouthMove]united![.][A][ToggleSmile][OpenFarLeft]Yes, I suppose that's true. And[.][NL]my brother is with us as well.[A][NL]And if it were possible[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]Lyon[ToggleMouthMove]... [ToggleMouthMove]I wish you could be[.][NL]here with us, too.[A]}
|
|
MSG_0A93 {[OpenRight][LoadFace][2][NL][OpenFarRight][LoadFace][42][NL][OpenMidLeft][LoadFace][106][NL][OpenMidLeft]Fire![.][A][NL]Fires have broken out[.][NL]all through the hall![.][A][OpenFarRight]What?[.][A][OpenMidLeft]The curtains were soaked in oil, with[.][NL]torches set about the hall. It's a trap![A][NL]Someone did this during all the fighting.[.][A][NL]You must flee! Quickly, before the[NL]flames engulf us all![.][A][OpenMidLeft][ClearFace][CloseSpeechSlow][LoadOverworldFaces][OpenMidLeft][LoadFace][4][NL][OpenMidLeft]Princess Eirika.[NL]We must evacuate[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]I know.[.][NL]Joshua, we must go. Now.[A][OpenFarRight]No[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Mother[ToggleMouthMove]... [ToggleMouthMove]Forgive me.[.][A]}
|
|
MSG_0A94 {[OpenFarFarLeft][LoadFace][2][NL][OpenFarLeft][LoadFace][15][NL][OpenFarRight][LoadFace][4][NL][OpenRight][LoadFace][87][NL][SendToBack][OpenFarLeft]Queen Ismaire![A][NL]Is she[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight]We're too late.[.][A][NL]Her injuries are[ToggleMouthMove]... [ToggleMouthMove]She[.][NL]will not last much longer.[A][LoadOverworldFaces][OpenRight][ToggleMouthMove]...[.][ToggleMouthMove]Jo[ToggleMouthMove]...[.][ToggleMouthMove]Joshua[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL][ToggleMouthMove]...[.][ToggleMouthMove]Joshua[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarFarLeft][MoveLeft][OpenLeft]Queen Ismaire![A][OpenRight][HalfCloseEyes][OpenRight]Oh, Joshua[ToggleMouthMove]...[.][ToggleMouthMove][NL]Where is that[.][ToggleMouthMove]...[.][ToggleMouthMove]child[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Queen Ismaire[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Missing[.][ToggleMouthMove]...[.][ToggleMouthMove]as always[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Of course[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Would that he were here.[A][NL]Who are[.][ToggleMouthMove]...?[ToggleMouthMove][A][OpenLeft]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][NL]Princess Eirika of Renais.[A][OpenRight]You must listen[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]The Stone of Jehanna has[ToggleMouthMove]...[.][ToggleMouthMove][NL]been destroyed.[.][A][NL]The one who tempted Carlyle[.][NL]has crushed it[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Jehanna's Sacred Stone, too?[A][OpenRight]The dark stone[ToggleMouthMove]... [ToggleMouthMove]Carried a dark stone[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It is[.][ToggleMouthMove]...[.][ToggleMouthMove]the origin of all this[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It should not exist[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]A dark[ToggleMouthMove]...[.][ToggleMouthMove]stone?[A][OpenRight]Princess Renais[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I have something[ToggleMouthMove]...[.][ToggleMouthMove][NL]Something you need take[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]This[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]It's one of the Sacred Twin relics,[.][NL]unique to House Jehanna[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]He who would rule our land[NL]must possess it[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I've watched over it since my[.][NL]husband passed away.[A][NL]I've kept it safe, waited for the[.][NL]day I could give it to Joshua[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove]now[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Queen Ismaire![A][OpenRight]Joshua[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]My[ToggleMouthMove]...[.][ToggleMouthMove]dear, sweet child[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight][CloseEyes][OpenRight][ClearFace][OpenLeft]Queen[.][ToggleMouthMove]...[.][ToggleMouthMove]Ismaire[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A95 {[OpenMidRight][LoadFace][2][NL][OpenMidLeft][LoadFace][106][NL][OpenMidLeft]Fire![.][A][NL]Fires have broken out[.][NL]all through the hall![.][A][OpenMidRight]What?![A][OpenMidLeft]The curtains were soaked in oil, with[.][NL]torches set about the hall. It's a trap![A][NL]Someone did this during all the fighting.[.][A][NL]You must flee! Quickly, before the[NL]flames engulf us all![.][A][OpenMidLeft][ClearFace][CloseSpeechSlow][LoadOverworldFaces][OpenMidLeft][LoadFace][4][NL][OpenMidLeft]Princess Eirika.[NL]We must evacuate[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I understand.[.][NL]Come on, everyone! Let's go![A]}
|
|
MSG_0A96 {[OpenRight][LoadFace][2][NL][OpenRight]Is everyone well?[.][NL]Did anyone get left behind?[.][A][OpenLeft][LoadFace][34][NL][OpenLeft]We all made it. It's so smoky that[NL]it's hard to tell, but we're here.[A][NL]What a cowardly act, setting[NL]fire to the palace hall.[A][NL]But we've escaped without injury.[.][NL]The enemy's trap has failed.[A][OpenFarRight][LoadFace][15][NL][OpenFarRight][ToggleMouthMove]...[.][ToggleMouthMove]No, it hasn't.[A][NL]Assemble the troops now.[NL]The enemy is coming.[A][OpenLeft]What did you say?[.][A][OpenFarRight]This is the reason for the fire.[NL]To drive us from the palace.[A][NL]They'll be attacking soon. No[.][NL]other plan makes sense.[.][A][OpenLeft]How is it that you know that?[.][A][OpenFarLeft][LoadFace][4][NL][SendToBack][OpenFarLeft]Princess Eirika.[A][NL2][NL]I've just received word that Grado[NL]reinforcements are headed this way.[.][A][NL2][NL]There are two armies, led by Generals[.][NL]Valter and Caellach.[A][OpenRight]No![.][A][OpenFarRight]Two armies[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]They're willing to send so many here[NL]and leave the capital defenseless?[A][OpenLeft]Why does everyone seem so distraught?[.][NL]It matters not who stands in our path.[A][NL]We shall smite them all with the[NL]power of righteousness![.][A][OpenFarLeft]Princess Eirika[.][ToggleMouthMove]... [ToggleMouthMove]It's going to be[NL]very difficult for us to continue.[A][NL]One of Grado's generals alone is[NL]more than a match for us.[.][A][NL]Compound that with the exhaustion of[NL]our troops, and I'm not sure we can[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenFarRight]Bah[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]With Jehanna Hall in flames, we've no place[.][NL]to hole up and dig in for a siege.[A][NL]We have to retreat. We have to win[NL]ourselves time to form a plan.[A][NL]Grado sent two generals[.][ToggleMouthMove]... [ToggleMouthMove]What could[NL]be happening in their capital?[A][NL]And what of Ephraim?[NL]Is he still alive?[A][OpenRight][ToggleMouthMove]...[.][ToggleMouthMove]Brother[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A97 {[ToggleSmile][OpenMidLeft][LoadFace][36][NL][OpenMidRight][LoadFace][34][NL][OpenMidRight]Aha![A][NL]So this is where you've[.][NL]wandered off to, Rennac![A][OpenMidLeft]Princess L'Arachel?[.][NL]Uh-oh, um[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][MoveMidRight][OpenMidRight]Come with me.[.][A][OpenMidLeft]Wait[ToggleMouthMove]... [ToggleMouthMove]Hold on now.[NL]Go with you where?[A][NL]Look, I'm sorry, but I've been hired[NL]by the Grado Empire, and[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Hello! I'm talking to you![A][OpenMidRight]Rennac, whatever is the matter?[.][A][NL]I promise to listen to your story[.][NL]later, but now, we must be going![.][A][OpenMidLeft]No, I'm no servant, like that kook[NL]Dozla. I'm a mercenary.[.][A][NL]I escorted you to Renais like I[.][NL]was hired to do, didn't I?[A][NL]You have no right to drag me across[.][NL]creation without any pay whatsoever![A][OpenMidRight]Is this about wages? I believe you've[.][NL]received ample compensation.[A][OpenMidLeft][MoveMidLeft][OpenMidLeft]Ample?! Do you even know what[.][NL]that word means?[A][NL]You're the princess of Rausten! I thought[.][NL]working for you would pay well.[.][A][NL]Yet your purse strings are knotted tight,[.][NL]and I've almost been killed so many[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidRight]The joy that comes from doing good is[.][NL]not something that can be purchased.[A][NL]There. All better?[NL]Let's go.[.][A][OpenMidRight][ClearFace][OpenMidLeft]NO![.][NL]I said I don't want to![.][A][NL]Riding about with you is[ToggleMouthMove]--[ToggleMouthMove][.....][NL][ToggleMouthMove]...[.][ToggleMouthMove]And there she goes.[.][A][NL]Oh[ToggleMouthMove]... [ToggleMouthMove]By the Stones, why did I ever[.][NL]take that job in the first place?[.][A][OpenFarFarRight][LoadFace][34][NL][OpenFarFarRight]We must hurry, Rennac.[A][OpenMidLeft]Right, right. I'm coming[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0A98 {[OpenMidLeft][LoadFace][36][NL][OpenMidRight][LoadFace][2][NL][OpenMidLeft][ToggleSmile]Hey, that's a comely lass.[NL]Think I'll have a few words[.][ToggleMouthMove]...[.][ToggleMouthMove][.....] Wait.[A][NL]Er, haven't I met you before?[.][A][ToggleSmile][OpenMidRight]You[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You were traveling with[.][NL]L'Arachel before, weren't you?[A][OpenMidLeft]Oh, yeah[ToggleMouthMove]... [ToggleMouthMove]Renais[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I've got to get[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidRight]L'Arachel is traveling with us.[.][A][NL]Shall I let her know you're here?[.][A][OpenMidLeft]Uh, no! Wait a moment! You[ToggleMouthMove]...[.][ToggleMouthMove][NL]You don't have to bother her.[.][A][NL]Actually I wanted to ask you something.[.][NL]How would you like to hire me?[A][NL]The name's Rennac. I'm a world-class thief,[.][NL]and proud of it. A man of many talents.[.][A][NL]Lockpicks are for amateurs. I can pick[NL]chests and doors with my bare hands.[A][NL]And I'm better with a blade than[NL]most swordsmen.[.][A][OpenMidRight]Uh[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I'm a useful fellow to have around. And[.][NL]cheap, too! Only 9,980 gold![A][NL]Well, what do you think?[A][OpenMidRight]9,980 gold?[.][A]}
|
|
MSG_0A99 {[OpenMidLeft][LoadFace][36][NL][OpenMidRight][LoadFace][2][NL][OpenMidLeft]Oh, you again.[A][NL]How about it?[.][NL]Do you have 9,980 gold?[.][A]}
|
|
MSG_0A9A {[OpenMidRight]I'm afraid I only have[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Oh, oh[ToggleMouthMove]... [ToggleMouthMove]I see.[A][NL]That's a bit surprising. I didn't[.][NL]figure you for having money problems.[.][A][NL]Such is life, eh? Come back and see[.][NL]me when you've raised the gold.[.][A]}
|
|
MSG_0A9B {[OpenMidRight]Should I hire him?[NL][Yes]}
|
|
MSG_0A9C {[OpenMidRight]Fine. I'll pay the 9,980 gold.[A][OpenMidLeft]Very good! You know a bargain[.][NL]when you see one, don't you?[A][NL]Not at all like a certain pious[.][NL]princess I know.[A][OpenMidRight]Were you speaking of L'Arachel?[.][A][OpenMidLeft]Uh, no[ToggleMouthMove]... [ToggleMouthMove]Idle chitchat about that[NL]lass is bound to land me in hot water.[A][NL]Right, then! You're my new boss.[A][NL]Point out any doors or chests, and[NL]get out of my way![A]}
|
|
MSG_0A9D {[OpenMidRight]After a moment's thought[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]There's no way you can be worth[.][NL]that much gold. Never mind.[.][A][OpenMidLeft]Oh, no? What a shame. It's[NL]your loss. Truly, it is.[A][NL]Give a holler if you[NL]change your mind.[.][A]}
|
|
MSG_0A9E {[OpenMidLeft][LoadFace][64][NL][OpenMidLeft]The Stone of Frelia has already[.][NL]been taken care of[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]How is it the Stone of Renais[.][NL]continues to elude us?[A][CloseSpeechSlow][OpenMidLeft]Glen.[.][NL]Valter.[.][A][NL]Find the children of Renais.[A][NL]Find them and take from them[NL]the bracelets that they wear.[.][A][NL]Glen, take Eirika. Valter, take[.][NL]Ephraim. Find them. Conquer them.[.][A][OpenMidRight][LoadFace][75][NL][OpenMidRight]Yes, Your Majesty[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ClearFace][OpenMidRight][LoadFace][66][NL][OpenMidRight]Ha ha[.][ToggleMouthMove]...[.][ToggleMouthMove][ToggleSmile] Eirika, eh?[A][NL]She's a ripe little peach.[A][NL]And her brother, Ephraim[ToggleMouthMove]...[.][ToggleMouthMove][NL]He's better prey than I'd imagined.[.][A][NL]I can feel my blood rushing at the[NL]thought. This might be fun after all.[.][A][ToggleSmile][OpenMidRight][ClearFace]}
|
|
MSG_0A9F {[OpenMidLeft][LoadFace][64][NL][OpenMidLeft]Caellach.[.][NL]Riev.[.][A][NL]Shatter the remaining[.][NL]Sacred Stones.[A][NL]Caellach, take Jehanna.[.][NL]Riev, take Rausten.[.][A][NL]Go. Crush the Sacred Stones[.][NL]they house.[.][A][OpenMidRight][LoadFace][72][NL][OpenMidRight][ToggleSmile]Heh heh heh[.][ToggleSmile][ToggleMouthMove]... [ToggleMouthMove]As you will.[A][NL]I'll begin making arrangements for[NL]Rausten's downfall immediately[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ClearFace][OpenMidRight][LoadFace][67][NL][OpenMidRight]Bah! Why am I stuck with Jehanna?[.][NL]Accursed ill luck.[A][NL]I became a mercenary to escape that[.][NL]wretched place, and now I must go back?[.][A][OpenMidRight][ClearFace]}
|
|
MSG_0AA0 {[OpenMidLeft][LoadFace][64][NL][OpenMidLeft]Duessel.[A][NL]Go to Frelia.[.][A][NL]Punish the Frelian army[.][NL]and their commander, Ephraim.[.][A][OpenMidRight][LoadFace][37][NL][OpenMidRight]Begging your pardon, Your Majesty[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Now that you've conquered Renais, what[NL]are your plans for her citizens?[A][NL]The country is in ruins. Thieves and[NL]bandits swagger about as if[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft]Leave them[ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][OpenMidRight][MoveRight][OpenRight]But, sire[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight][LoadFace][63][NL][OpenFarRight]Sir Duessel. The emperor[NL]has spoken. Please[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenRight][ClearFace][OpenMidLeft]Selena.[.][NL]Remain here in the capital.[.][A][NL]We shall have new orders[NL]for you shortly.[A][OpenFarRight]Understood.[.][A]}
|
|
MSG_0AA1 {[OpenFarRight][LoadFace][70][NL][OpenRight][LoadFace][64][NL][OpenMidLeft][LoadFace][37][NL][SendToBack][OpenMidLeft]Please, Your Majesty![.][A][NL]Grant me the privilege of[.][NL]a single question.[A][OpenRight][ToggleMouthMove]......[ToggleMouthMove][NL][ToggleMouthMove]...[.][ToggleMouthMove]You vex us.[.][A][OpenMidLeft]Your Majesty, you know that I will gladly[.][NL]lay down my life for an honorable cause![A][NL]But these orders[ToggleMouthMove]--[ToggleMouthMove]and all of our[NL]recent actions[ToggleMouthMove]--[ToggleMouthMove]they are not just![A][NL]If I saw any way in which this invasion[.][NL]protected Grado, I would hold my tongue.[A][NL]But now, Renais is left ungoverned to[.][NL]drown in chaos, and we gain nothing![A][NL]Why do you wage this war? What is it you[NL]hope to achieve?[A][NL]You've sent our men to fight and die for[NL]nothing! This isn't war[.][ToggleMouthMove]--[ToggleMouthMove]it's murder![A][OpenRight][ToggleMouthMove]...[.][ToggleMouthMove]Duessel.[A][NL]This decision is ours to make.[A][NL]You have no voice in these matters.[.][A][OpenMidLeft]Punish me if you must, Your Majesty,[NL]but I implore you![A][NL]Please rethink this!! If this[.][NL]continues, Grado will[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenRight]Duessel.[A][NL]Go to Frelia.[.][A][NL]Crush the Frelian army and he[.][NL]who leads them, Prince Ephraim.[.][A][OpenMidLeft]Your Majesty![.][A][OpenRight]Have you gone deaf?[.][A][NL2][NL]Duessel.[A][NL]Go to Frelia.[.][A][NL]Crush the Frelian army and he[.][NL]who leads them, Prince Ephraim.[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]Yes, Your Majesty.[A][OpenMidLeft][ClearFace][OpenFarRight][ToggleMouthMove]......[ToggleMouthMove][A]}
|
|
MSG_0AA2 {[OpenMidLeft][LoadFace][61][NL][OpenMidRight][LoadFace][107][NL][OpenMidRight]Commander Gheb![.][A][NL]We captured a pegasus knight[NL]snooping about outside.[.][A][OpenMidRight][ClearFace][OpenRight][LoadFace][44][NL][OpenFarRight][LoadFace][107][NL][OpenRight][MoveRight][OpenRight]Let me go! Stop it![.][NL]That hurts![.][A][OpenMidLeft][ToggleSmile]Ooooh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You didn't tell me she was[NL]such a treat for the eyes.[A][NL]Heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]This is a prize worth catching.[.][A][ToggleSmile][OpenRight]I-I came for Ephraim.[.][A][NL]If you do anything to me,[.][NL]he will not be merciful.[A][OpenMidLeft][ToggleSmile]Heh heh[.][ToggleMouthMove]... [ToggleMouthMove]I like her.[.][NL]Throw her in a cell.[A][NL]I'll spend the evening giving[.][NL]her a thorough interrogation.[.][A][NL]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenRight][MoveRight][OpenRight]You b-beast![A]}
|
|
MSG_0AA3 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]That is Fort Rigwald.[.][A][NL]It has stood unconquered for generations.[.][NL]Its defenses are legendary.[.][A][NL]It is the jewel of Grado's fortifications,[NL]and its walls have never been breached.[.][A][OpenMidLeft]And if we don't capture it, any attack[NL]on the capital will be pointless.[.][A][NL]Tell me what you see, Seth.[.][NL]Do we have the power to take it?[A][OpenMidRight]It's a daunting task.[.][A][NL]The enemy has the advantage of[NL]both terrain and numbers.[.][A][OpenMidLeft]But what about in morale?[.][A][OpenMidRight]Do you suspect the soldiers[.][NL]may be unwilling to fight?[A][OpenMidLeft]Anything's possible.[A][NL]This war is a sudden thing, but Grado[.][NL]and Renais had long been friendly.[A][NL]Before these hostilities, our nations were[NL]allies[ToggleMouthMove]... [ToggleMouthMove]No, closer even than that.[A][NL]This is the emperor's war, but the hearts[.][NL]of the people are not so swift to change.[.][A][NL2][NL]For example, General Duessel, one of the[NL]Imperial Three they call Obsidian[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]He was the one who taught me what I[.][NL]know about fighting with the lance.[.][A][NL]Duessel's sympathies are sure to remain[.][NL]with Renais[.][ToggleMouthMove]--[ToggleMouthMove]and with our cause.[.][A][NL]He is loyal to Grado, but he has no love[NL]of war. I'm sure he will speak with me.[.][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]And more than that, Prince Lyon[.][NL]has been my friend for years.[.][A][NL]He can be timid at times and perhaps[NL]was unable to oppose his father in this.[A][NL]But I'm sure he detests this fighting[.][NL]and shares my opinions.[.][A][OpenMidRight]Prince Ephraim[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]There must be some Grado soldiers within[NL]the castle who do not want to fight.[A][NL]If we can rush the fort and seize the[.][NL]throne room, I believe they will surrender.[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Optimism here may be deadly.[A][NL]Still, it's a far better plan than[NL]challenging the main army face-to-face.[.][A][OpenMidLeft]Eirika is on her way to Rausten[.][NL]to help end this conflict.[A][NL]We cannot afford to wait here[.][NL]for much longer.[A][NL]We must take this fort and then[.][NL]press on to the capital itself.[.][A][NL]Let's go![.][A]}
|
|
MSG_0AA4 {[OpenFarFarLeft][LoadFace][109][NL][OpenRight][LoadFace][107][NL][OpenFarFarLeft]Attack! We're under attack![.][NL][ToggleMouthMove]...[.][ToggleMouthMove]Looks to be Frelian troops.[.][A][NL]Their commander is[ToggleMouthMove]...[.][ToggleMouthMove][NL]Prince Ephraim of Renais![.][A][OpenRight]Renais? This whole thing stinks.[A][NL]My younger sister and her husband[.][NL]were living in Renais[.][ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][OpenRight]What is the emperor thinking,[.][NL]starting this war? I think[ToggleMouthMove]--[ToggleMouthMove][A][OpenFarFarRight][LoadFace][61][NL][OpenFarFarRight][ToggleMouthMove]...[.][ToggleMouthMove]Hey.[A][OpenRight]Ah![.][A]}
|
|
MSG_0AA5 {[OpenMidLeft][LoadFace][107][NL][OpenMidRight][LoadFace][61][NL][OpenMidRight]Yeah, I heard you. Talking[NL]about not fighting, are you?[A][NL]Losing your nerve?[A][NL]The punishment for treason is[.][NL]harsh. You'll burn at the stake.[A][OpenMidLeft]B-but[.][ToggleMouthMove]--[ToggleMouthMove][A][NL]It's not just me! Even General[NL]Duessel is opposed to this war![.][A][OpenMidRight]Duessel? You'd side with that[.][NL]washed-up coward?[.][A][NL]And who is your commanding[NL]officer? Is it Duessel?[.][A][NL]Come on, out with it![.][A][OpenMidLeft]Y-you are, Sir Gheb.[A][OpenMidRight]That's right. So that should make it[NL]clear whose orders you follow, eh?[A][NL2][NL]You got that, dolts? If you do,[.][NL]then shut up and get in formation.[A][NL]No one cares whether you minnows[NL]live or die anyway. Got it?[.][A]}
|
|
MSG_0AA6 {[OpenMidLeft][LoadFace][25][NL][OpenMidRight][LoadFace][61][NL][OpenMidLeft][MoveMidLeft][OpenMidLeft]W-wait a moment![A][NL]That's a horrible[.][NL]thing to say![.][A][OpenMidRight]And who are you supposed to be?[.][A][NL]Your name! Out with it![.][A][OpenMidLeft]I-I'm Amelia[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I was assigned to this[NL]fort today![.][A][NL]I am a soldier of Grado.[NL]I am not a slave![.][A][OpenMidRight][MoveRight][OpenRight][ToggleSmile]What's this now?[NL]You're a girl?[A][NL]You've got a lot of nerve talking[.][NL]like that to your commander, recruit.[.][A][NL]Looks like I'm going to have to teach[.][NL]you about the chain of command.[.][A][ToggleSmile][OpenMidLeft][MoveFarLeft][OpenFarLeft]Ah[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarFarRight][LoadFace][107][NL][OpenFarFarRight][MoveFarRight][OpenFarRight]Commander Gheb![.][NL]Enemy troops approaching![.][A][OpenRight]Grrr! Stinking interruptions[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Form up, you useless worms. Don't[.][NL]let those dogs near the throne.[.][A][NL2][NL]Grado cannot afford to lose a[.][NL]brilliant tactician of my stature![A][NL]No one will blink if any of you[.][NL]worthless toads dies. But if I die[ToggleMouthMove]--[ToggleMouthMove][A][NL]You should be happy to fight, kill,[.][NL]and die in my service![A]}
|
|
MSG_0AA7 {[OpenMidRight][LoadFace][25][NL][OpenMidLeft][LoadFace][107][NL][OpenMidRight]I became a soldier to honor the emperor,[NL]General Duessel, and the people of Grado.[.][A][NL]But this[ToggleMouthMove]...[.][ToggleMouthMove]this is wrong![A][OpenMidLeft]That's the lot of a soldier. We're pawns[NL]in the games of kings and emperors.[.][A][NL]We fight as ordered, and we die as[NL]ordered. That's it.[.][A][NL]C'mon, time to go.[A]}
|
|
MSG_0AA8 {[OpenMidRight][LoadFace][44][NL][OpenMidRight]Oh, what a fool I've been[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I came all this way to help Ephraim,[NL]and I end up getting captured again.[A][NL2][NL]That General Gheb had the creepiest[.][NL]eyes[ToggleMouthMove]...[.][ToggleMouthMove]and that laugh! Oh![.][A][NL]Hurry, Ephraim[ToggleMouthMove]... [ToggleMouthMove]Please.[.][NL]Hurry and rescue me.[A]}
|
|
MSG_0AA9 {[OpenMidLeft][LoadFace][61][NL][OpenMidLeft]Y-you wench[.][ToggleMouthMove]... [ToggleMouthMove]You're that[.][NL]recruit, aren't you?[A][NL]Do you think you can betray[.][NL]me and get away with it?[A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][25][NL][OpenMidRight]Your threats no longer[NL]hold any power over me.[.][A][NL]I-I am not your pawn![.][A][OpenMidRight][ClearFace]}
|
|
MSG_0AAA {[OpenMidLeft][LoadFace][61][NL][OpenMidLeft]Wh-what was that?[.][A][NL]You piece of trash, what[NL]do you think you're doing?[A]}
|
|
MSG_0AAB {[OpenMidLeft][LoadFace][61][NL][OpenMidLeft]Th-that's not poss[ToggleMouthMove]--[ToggleMouthMove][A]}
|
|
MSG_0AAC {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]Prince Ephraim, the rest of the[.][NL]enemy troops have been routed.[A][OpenMidLeft]Bring me one of the prisoners.[NL]I have a question I need answered.[A]}
|
|
MSG_0AAD {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][107][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]I'm going to ask you a question. If[.][NL]you've no wish to answer, remain silent.[A][NL]If you wish this conflict to end quickly,[.][NL]however, you will cooperate.[A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]What do you want?[.][A][OpenMidLeft]Why has Grado invaded Renais?[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]I can't say.[A][NL]This war began on the[.][NL]emperor's orders.[.][A][NL]Soldiers like me haven't the[NL]foggiest idea what he's after.[A][OpenMidLeft]Then tell me this:[NL]where is General Duessel?[.][A][OpenMidRight]In the capital. The general's been[NL]opposed to this war from the start.[.][A][NL]He's been pleading with the emperor for[.][NL]days now, but the emperor ignores him.[A][NL]They say some are questioning the[.][NL]general's loyalty.[A][NL]He's putting his standing[.][ToggleMouthMove]--[ToggleMouthMove]and his life[ToggleMouthMove]--[ToggleMouthMove][NL]in danger by being so vocal.[A][OpenMidLeft]Is that so[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Well, it appears General Duessel remains[NL]the same true man I knew before.[A][CloseSpeechSlow][OpenMidLeft]What about Prince Lyon? Where's[.][NL]he been through all of this?[A][NL]Why didn't he do anything to[NL]temper his father's aggression?[.][A][LoadOverworldFaces][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL2][NL]According to rumors[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Emperor Vigarde was convinced to start this[.][NL]war by none other than the prince himself.[A][LoadOverworldFaces][OpenMidLeft]What did you say?[.][A][NL2][NL]That's ridiculous![A][NL]I know Prince Lyon well. No one[.][NL]hates fighting more than he does.[.][A][NL]He would never do anything to[.][NL]trigger all this bloodshed![.][A][OpenMidRight][ClearFace][OpenMidRight][LoadFace][4][NL][OpenMidRight]Prince Ephraim, please calm down.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]I'm sorry.[A]}
|
|
MSG_0AAE {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][4][NL][OpenMidLeft]We leave the prisoners and the[NL]fort to the Frelian troops.[.][A][NL]Seth, I intend for us to press[NL]on toward the capital.[A][NL]At some point, I expect we'll[.][NL]find either Duessel or Lyon.[A][NL]I'm sure we can convince them to[NL]join us in stopping Emperor Vigarde.[A][OpenMidRight]Understood. But I have[NL]misgivings, my prince.[A][NL]General Duessel and Prince Lyon[.][NL]are both men of Grado.[A][NL]If we are forced into conflict[NL]with them[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]It won't happen.[A][NL]Duessel was my teacher, and I know[NL]he is a man of character.[.][A][NL]And I've known Lyon since we were children.[.][NL]He, Eirika, and I are old friends.[A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]I understand your concerns.[.][A][NL2][NL]If worse comes to worst and steel[.][NL]is drawn, I will not hesitate.[A][NL]I'll fight and kill anyone who[NL]thinks to oppose me.[A][NL2][NL]Are you satisfied, Seth?[A][OpenMidRight]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I apologize for my rudeness.[A][NL]Your father is gone, and that[.][NL]means you are king of Renais.[.][A][NL]There is no other.[A][NL]I just ask that you not throw[.][NL]yourself into needless danger.[A][OpenMidLeft]I hear you.[.][A][NL]The decisions I make affect[.][NL]more than my own life.[A][NL]Once this war is finished, I will[.][NL]rebuild Renais with Eirika.[.][A][NL]That is my mission.[.][A]}
|
|
MSG_0AAF {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][38][NL][OpenMidLeft]Myrrh.[A][OpenMidRight]What is it?[.][A][OpenMidLeft]You must return to Frelia.[A][NL]I cannot take you any farther[.][NL]on this journey.[A][OpenMidRight]What?[.][A][NL]No. I want to[.][NL]stay with you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]No, Myrrh.[A][NL]I'm continuing on to the Grado capital.[.][NL]It's going to be very dangerous.[A][NL]I can't protect you[.][ToggleMouthMove]--[ToggleMouthMove]not as well as[NL]I'd like to, anyway.[A][OpenMidRight]Everything comes from that direction.[.][A][NL]I can feel my lost dragonstone[ToggleMouthMove]...[.][ToggleMouthMove][NL]And that's not all.[.][A][NL]The dark energy still flows unchecked[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]I cannot go home while it[.][NL]stains the air[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]But[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Please, Ephraim.[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Very well. Ah, I simply[.][NL]cannot refuse you anything.[.][A][NL]Your eyes remind me too[.][NL]much of Eirika.[.][A][NL]You must not stray from my[NL]side, do you understand?[A][OpenMidRight]Yes, I will not stray[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0AB0 {[OpenMidRight][LoadFace][63][NL][OpenMidLeft][LoadFace][64][NL][OpenMidLeft]Selena.[.][A][NL]Your orders.[A][OpenMidRight]I am ready, Your Majesty.[.][A][NL]In your service, I am[.][NL]prepared to do[ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft]Duessel has left for Bethroen.[A][NL]Take a battalion and follow him.[A][OpenMidRight]Understood. When I arrive, I will[.][NL]place my troops at his disposal.[A][OpenMidLeft]No[ToggleMouthMove]... [ToggleMouthMove]You will not.[.][A][NL]You will strike[.][NL]Duessel down.[.][A][OpenMidRight]Wha[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Duessel is a traitor.[.][A][NL]He has abandoned his country[NL]and sided with Renais.[A][NL]The punishment for treason[NL]is death.[.][A][OpenMidRight]B-but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]General Duessel a traitor?[NL]That's just not possible![.][A][NL]There must be a mistake[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]No[ToggleMouthMove]... [ToggleMouthMove]I did not mean that you[.][NL]are mistaken, Your Majesty.[.][A][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove]but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Selena.[.][NL]You have your orders.[.][A][NL]You will execute Duessel.[.][A][OpenMidRight][CloseEyes][......][OpenMidRight][OpenEyes][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]Your Majesty.[.][A][NL]Will you allow me[.][NL]to ask you a question?[A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]When Your Majesty saw fit to[NL]make me a general,[A][NL]you shared with me some words of wisdom.[NL]I remember the moment quite clearly.[A][NL]You told me the role of an imperial general[.][NL]is that of the shield, not the blade.[.][A][NL]We are here to protect our citizens, you[NL]said[ToggleMouthMove]--[ToggleMouthMove]not to threaten our neighbors.[A][NL]I have never forgotten your words,[NL]Your Majesty.[.][A][NL]I have held them to my breast. They[.][NL]govern my every action as general.[A][NL]Your Majesty, that sentiment[NL]is still alive, and[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft]Go.[.][A][OpenMidLeft][ClearFace][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]I humbly acknowledge your orders.[.][NL]Your Majesty[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]I am the empire's servant.[NL]I am Your Majesty's vassal.[.][A][NL]I am General Selena, the[NL]Fluorspar of the Grado Empire.[A]}
|
|
MSG_0AB1 {[OpenMidRight][LoadFace][25][NL][OpenMidLeft][LoadFace][6][NL][OpenMidLeft]You[.][ToggleMouthMove]...[.][ToggleMouthMove]you're a girl?![.][A][OpenMidRight]Ah! Don't make fun of me![.][NL]I'm a soldier of Grado![.][A][NL]Prepare yourself, Frelian dog![A][OpenMidLeft]W-wait a minute![A][CloseSpeechSlow][OpenMidRight][MoveRight][OpenMidLeft][MoveFarLeft][LoadOverworldFaces][OpenRight][ClearFace][......][OpenFarLeft][MoveLeft][......][OpenMidRight][LoadFace][25][NL][OpenMidRight]Oof[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Are, are you all right?[.][A][NL]It's not surprising you fell[NL]over from that stance.[A][NL]Can you get up?[.][A][OpenMidRight]Sh-shut up![.][A][OpenLeft]Did you hurt your knee?[.][A][NL]I know how it feels. I did it[.][NL]often enough as a recruit myself.[.][A][NL]To be honest, I still do it[.][NL]more than I should.[.][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenLeft]I'm Franz. I'm a Knight of Renais.[NL]What's your name?[.][A][OpenMidRight]I'm Amelia.[.][A][OpenLeft]Amelia, do you think I could[NL]ask you to surrender?[.][A][NL]This may be odd, but I really[.][NL]have no desire to fight you.[A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenLeft]I get the feeling you don't want[NL]to fight either. Am I right?[A][OpenMidRight]I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]B-but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I've heard Prince Ephraim takes female[NL]prisoners and uses them as palace slaves.[.][A][NL]If I surrender, will I be forced to[.][NL]work in the palace, too?[A][OpenLeft]N-no, don't be silly![.][A][NL]Prince Ephraim would never do such a[NL]thing[.][ToggleMouthMove]...[.][ToggleMouthMove][....]I think[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]You think?[A][OpenLeft]No, he wouldn't! Of course not.[.][NL]You have my word of honor.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Well, you seem sincere.[.][NL][ToggleSmile]I'll trust you, Franz.[A][ToggleSmile]}
|
|
MSG_0AB2 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][25][NL][OpenMidLeft]You're a Grado soldier?[.][NL]But you're just a child.[A][OpenMidRight]I am not a child![.][A][NL]I'm a soldier of Grado, and I will[NL]defeat every soldier of Frelia I meet![A][OpenMidLeft]Is that so?[.][A][NL]Guess I'm ready then.[.][A][OpenMidRight]Um[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Is that the stance you're going to[NL]use? You'll drop your lance that way.[.][A][NL]I'm Prince Ephraim of Renais. Why don't[.][NL]you surrender and come with me?[.][A][OpenMidRight]Wha-what are you going to do to me?![A][OpenMidLeft]Calm down.[A][NL]As long as you don't try to stab me,[NL]I won't do a thing to harm you.[.][A][OpenMidRight]You lie! You're a liar! Everyone knows[NL]about Prince Ephraim of Renais.[.][A][NL]He's a beast who attacks any[NL]woman he sees[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove]Right, this has gone far enough.[A][NL]I am not going to hurt you. If you're scared,[.][NL]throw down your weapon and run away.[A][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove]if you're willing to listen,[NL]I'd like to ask for your help.[A][NL]You must realize this whole war is madness,[.][NL]right? Something is wrong in Grado.[.][A][OpenMidLeft][ClearFace][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]I-I'm[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0AB3 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][44][NL][OpenMidLeft]Tana?![A][NL]What are you doing here?[A][OpenMidRight]I came here in hopes of[.][NL]helping you in some way.[A][NL]But while I was looking for[.][NL]you, I got captured by Grado troops.[A][OpenMidLeft][ToggleSmile]Is that so? Well, I'm glad[NL]to see you're unharmed.[.][A][NL]Tana, you should head back[NL]to Castle Frelia immediately.[.][A][NL]King Hayden must be worried[.][NL]about you.[A][ToggleSmile][OpenMidRight]No! Ephraim, I came all this[NL]way so I could help you![A][OpenMidLeft]And yet, here I am, helping you.[A][OpenMidRight]Ah, well[ToggleMouthMove]... [ToggleMouthMove]Yes, that may be true, but[ToggleMouthMove]--[ToggleMouthMove][A][NL]But I've been so worried about[NL]you, Ephraim![.][A][OpenMidLeft]I see. Oh, please don't look at me[NL]with those teary eyes.[A][NL]If you're really determined to help,[NL]then you're welcome to come with us.[A][NL]But you must promise me not to try[NL]anything reckless.[A][OpenMidRight][ToggleSmile]Ephraim[.][ToggleMouthMove]... [ToggleMouthMove]Thank you.[A][NL]I knew that you would[.][NL]understand how I feel.[A][ToggleSmile]}
|
|
MSG_0AB4 {[OpenMidLeft][LoadFace][20][NL][OpenRight][LoadFace][105][NL][OpenRight]Please wait, Prince Ephraim.[NL]I have a message from Frelia.[.][A][NL]There's been an uprising in Carcino.[A][NL]Pablo is leading a force of renegade[NL]Grado supporters in rebellion.[A][OpenMidLeft]In Carcino[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Any word of Eirika?[.][NL]Is my sister safe?[A][OpenRight]The last word we received had Princess[NL]Eirika heading to assist Prince Innes.[A][NL]We've not heard from her since.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Blast.[A][NL]I sent Eirika to Rausten thinking[.][NL]it would be the safest mission.[.][A][NL]If I could, I'd pull out of here[NL]now and go look for her but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight][ClearFace][OpenRight][LoadFace][4][NL][OpenRight]Prince Ephraim.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]I know, I know. I mustn't let my[NL]emotions dictate my actions.[A][NL2][NL]If Carcino has allied itself with Grado,[NL]then defeating Grado is our best bet.[.][A][NL]We proceed as planned. Tell them that.[A][OpenRight]Understood.[.][A][OpenRight][ClearFace][OpenRight][ClearFace][OpenMidLeft]Be careful, Eirika.[.][A]}
|
|
MSG_0AB5 {[OpenMidLeft][LoadFace][20][NL][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]What?![A][NL2][NL]Was that an earthquake?[.][A][NL]I think it's passed.[A][OpenRight][LoadFace][4][NL][OpenRight]Prince Ephraim.[.][A][OpenMidLeft]I'm fine. There's nothing to worry about.[.][A][NL]I was surprised, that's all. You're not[.][NL]shaken in the slightest, are you?[.][A][OpenRight]Actually, it surprised me as well.[A][NL]I'd heard that tremors such as those[NL]were commonplace in Grado.[A][NL]Apparently, they are usually weak and[.][NL]cause little, if any, damage.[.][A][OpenMidLeft]Now that you mention it, I remember a[.][NL]while back, when I was first in Grado.[A][NL]Eirika and I were startled by a[.][NL]tremor just like that one.[A][NL]Lyon said he had grown used to them,[NL]and he just laughed.[A][OpenRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]We don't have any time to tend[NL]to injuries just now.[.][A][NL]We must press forward. We must[NL]see to the capital.[.][A]}
|
|
MSG_0AB6 {[OpenMidLeft][LoadFace][37][NL][OpenMidLeft]I do not understand[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Why this course of action?[NL]What is the emperor thinking[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarFarRight][LoadFace][63][NL][OpenFarFarRight]General Duessel.[A][OpenFarFarRight][MoveMidRight][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Is that you, Selena?[A][NL]Are you to be assisting[.][NL]me in this[ToggleMouthMove]...[.][ToggleMouthMove]duty?[.][A][OpenMidRight]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Frelia's army will be coming[NL]soon from the north.[A][NL]We're just waiting for the[NL]order to engage them.[.][A][OpenMidLeft]Hm[ToggleMouthMove]... [ToggleMouthMove]Prince Ephraim leads[NL]the enemy forces, doesn't he?[.][A][OpenMidRight]That is correct.[NL]Prince Ephraim of Renais.[.][A][OpenMidLeft]Bah[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Renais is our enemy.[A][NL]General, please give the order to attack.[.][A][OpenMidLeft]No. Order all units to hold.[NL]Do not initiate the attack.[.][A][NL]I want to speak with Ephraim first.[.][A][LoadOverworldFaces][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]So it's true.[.][A][NL]You plan to betray the empire and[.][NL]ally yourself with the enemy.[.][A][OpenMidLeft]What?![A][LoadOverworldFaces][OpenMidRight]General Duessel, you stand accused[NL]of treason of the highest order.[A][NL]Lay down your weapons, and follow[.][NL]my commands.[A][NL]If you fail to do so, if you resist in[NL]any way, I will execute you on the spot.[A][OpenMidLeft]This is nonsense![.][A][NL]Who is behind this madness![.][A][OpenMidRight]These are His Majesty's orders.[.][A][NL]The emperor has anticipated[.][NL]your treachery.[.][A][NL2][NL]Prepare yourself.[.][A][OpenMidLeft]Impossible[ToggleMouthMove]... [ToggleMouthMove]His Majesty?[A]}
|
|
MSG_0AB7 {[OpenMidLeft][LoadFace][63][NL][OpenRight][LoadFace][19][NL][OpenMidLeft]Cormag, you and I will[NL]bring that traitor down.[A][NL]Go around that fort to the southeast[NL]and drive into them from the sea.[.][A][OpenRight]We're fighting General Duessel?[.][A][NL]But he's one of the cornerstones[NL]of the empire. How could[ToggleMouthMove]--[ToggleMouthMove][A][NL]He's been like a father to you[NL]and to my brother.[A][NL]Do you truly mean to kill him?[A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]If that is what my emperor commands,[NL]then yes. Without hesitation.[.][A][NL]Cormag, if you are a true knight[NL]of Grado, you will do the same.[.][A][OpenRight][ToggleMouthMove]......[ToggleMouthMove][A]}
|
|
MSG_0AB8 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]Prince Ephraim, the Imperial[NL]Grado army is before us.[A][OpenMidLeft]I know, but something's odd.[A][NL]They're chasing someone down.[.][NL]Is that a deserter?[.][A][NL2][NL]Wait![.][NL]That's[ToggleMouthMove]...[.][ToggleMouthMove]Duessel?![.][A][OpenMidRight]Prince Ephraim, your orders.[A][OpenMidLeft]We rescue Duessel![NL]Ride!!![.][A]}
|
|
MSG_0AB9 {[OpenRight][LoadFace][66][NL][SendToBack][OpenRight]What's this? They've only just begun?[.][NL]What a disappointment.[A][NL]I so wanted to witness the comedy of two[NL]generals hacking away at each other.[A][OpenMidLeft][LoadFace][63][NL][OpenMidLeft]Valter[ToggleMouthMove]...[.][ToggleMouthMove][NL]What do you want?[.][A][OpenRight]Ah, Selena. You're to return to the[.][NL]capital immediately.[A][NL]Duessel is no longer your concern.[A][NL]His Majesty has declared you untrustworthy.[.][NL]I've been sent to relieve you of command.[.][A][OpenMidLeft]What?[.][A][OpenRight]You've proven yourself incapable of dealing[.][NL]with a single old man[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I tell you, having to clean up your mess[NL]makes things difficult for me, Selena.[A][NL]Now then, Beran.[A][OpenFarRight][LoadFace][62][NL][OpenFarRight]Yes, sir.[.][A][OpenRight]I'm leaving.[A][NL]I can't leave poor Eirika sad[.][NL]and lonely in Carcino.[A][NL]You're in command here for the[NL]duration of this conflict.[A][OpenFarRight]I'll take care of things.[.][A][OpenMidLeft]What do you think you're doing?![A][NL]I am here at His Majesty's bidding,[.][NL]and[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Did you not hear me? His Majesty's[NL]bidding has CHANGED.[A][NL]You, Selena, are not to be trusted.[.][NL]These are His Majesty's words.[A][NL]You share the same sentiments as Duessel.[.][NL]You could turn traitor, just as he has.[.][A][NL]You should feel honored. He could have[NL]ordered me to kill you where you stand.[.][A][OpenMidLeft]Th-that's absurd![.][A][NL]His Majesty, he[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]He knows I am trustworthy.[A][OpenRight]Then return to the capital[NL]and sort it out.[A][NL]Go and ask your beloved master[NL]whether I speak the truth.[A][OpenMidLeft]I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]What are you going to do, Selena?[.][A][OpenMidLeft]I will return to the capital.[.][A][NL]I know better than to trust your word.[NL]I will speak with the emperor myself.[.][A]}
|
|
MSG_0ABA {[OpenMidRight][LoadFace][66][NL][OpenMidLeft][LoadFace][62][NL][OpenMidRight]Heh heh[.][ToggleMouthMove]... [ToggleMouthMove]Stupid woman.[.][A][NL]If Grado wins too easily,[.][NL]there'll be no more bloodshed.[A][NL]We must do what we can[NL]to extend the fun[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]I believe it's time for me to[.][NL]return to my darling Eirika.[A][NL]It wouldn't do for Glen to[NL]arrive before me, would it?[.][A][NL]Take care of things here before[.][NL]I return to you. Understood?[A][OpenMidLeft]Of course.[A]}
|
|
MSG_0ABB {[OpenMidRight][LoadFace][19][NL][OpenMidRight]Tell me, Brother, what should I do?[.][A]}
|
|
MSG_0ABC {[OpenMidRight][LoadFace][19][NL][OpenMidLeft][LoadFace][107][NL][OpenMidLeft]Commander Cormag![.][A][OpenMidRight]I know what I must do.[A][NL]I'm a sworn knight of Grado,[NL]and I have a duty to fulfill.[.][A][NL]Let's start by putting an end[.][NL]to that Frelian army. Move out![.][A]}
|
|
MSG_0ABD {[OpenMidRight][LoadFace][37][NL][OpenMidRight]Cormag[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]So, you've been sent to[.][NL]bring me in as well?[A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][19][NL][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][37][NL][OpenMidRight]There's no point in hesitating.[.][NL]You must stop me.[.][A][NL]After all, those are His[NL]Majesty's orders.[.][A][OpenMidRight][ClearFace]}
|
|
MSG_0ABE {[OpenMidLeft][LoadFace][62][NL][OpenMidLeft]Prince Ephraim of Renais[ToggleMouthMove]...[.][ToggleMouthMove][NL]The Obsidian Duessel[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Two incredible trophies.[NL]Who could ask for more?[.][A][OpenMidLeft][ClearFace]}
|
|
MSG_0ABF {[OpenMidLeft][LoadFace][62][NL][OpenMidLeft]Gwaa[ToggleMouthMove]...[.][ToggleMouthMove][NL]Too[.][ToggleMouthMove]...[.][ToggleMouthMove]strong[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ClearFace]}
|
|
MSG_0AC0 {[OpenMidLeft][LoadFace][62][NL][OpenMidRight][LoadFace][107][NL][OpenMidLeft]Grrr[ToggleMouthMove]... [ToggleMouthMove]They've held on for[.][NL]too long.[.][A][NL]If this continues, General[NL]Valter will have me[.][ToggleMouthMove]--[ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]Prepare a ship. We[NL]must flee. Quickly![.][A][OpenMidRight]B-but General Valter[ToggleMouthMove]...[.][ToggleMouthMove][NL]He'll be so angry[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]We're doomed either way.[A][NL]General Valter will never[.][NL]forgive our failure here[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]And if we stay, we'll be devoured[.][NL]like those other fools[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Our best bet is to give up[NL]and escape with our lives.[A][OpenMidLeft][ClearFace][OpenMidRight]Commander Beran! Wait![A]}
|
|
MSG_0AC1 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]Prince Ephraim. The remaining[.][NL]enemy troops have fled.[.][A][OpenMidLeft]I see. And what of Duessel?[.][NL]Is he unharmed?[.][A][OpenMidRight]Yes. This way.[A]}
|
|
MSG_0AC2 {[OpenLeft][LoadFace][20][NL][OpenFarLeft][LoadFace][38][NL][OpenMidRight][LoadFace][37][NL][SendToBack][OpenMidRight]Prince Ephraim[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You've grown to be quite[NL]the impressive commander.[.][A][NL]I remember what a stubborn young[NL]lad you were when I taught you.[.][A][OpenLeft]Any skill I have, I owe[.][NL]to you, Duessel.[A][NL]I'm curious, why are you being[NL]pursued by your own troops?[.][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][LoadOverworldFaces][OpenLeft]Speak to me, Duessel.[.][A][NL]I want to put an end to this war.[.][A][NL]I'm sure you feel the same way.[.][A][LoadOverworldFaces][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]As you know, the emperor[NL]was once a man of compassion.[.][A][NL]He loathed war, and he worked to[NL]build peace across all nations.[.][A][NL]Then[ToggleMouthMove]...[.][ToggleMouthMove]one day that all changed.[.][A][OpenLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]But why? Why did he change?[.][NL]What happened?[A][OpenMidRight]I wish I knew.[A][NL]But if you're looking for a[.][NL]likely cause, I have one.[.][A][NL]This all seems to have begun[NL]when Prince Lyon and the mages[A][NL]created a strange gemstone they[.][NL]referred to as the Dark Stone.[A][OpenLeft]The Dark Stone?[.][A][OpenMidRight]That's what the clerics and the prince[NL]called it, at any rate.[.][A][NL]Now, I'm just a soldier. I don't know[.][NL]anything about these magic things.[A][NL]But they said the Dark Stone is more[NL]powerful even than the Sacred Stones.[.][A][OpenLeft]And the Sacred Stones had the power[.][NL]to defeat the Demon King.[.][A][NL]If the Dark Stone is stronger than[NL]they are[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft][ToggleMouthMove]...[.][ToggleMouthMove]Ephraim.[A][OpenLeft]What is it, Myrrh?[A][OpenFarLeft]The wave of evil I felt[.][NL]surging from the capital[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It hungers[ToggleMouthMove]... [ToggleMouthMove]It consumes.[NL]It envelops and transforms.[.][A][NL]This power can tarnish the purest[.][NL]of souls with its corruption.[.][A][OpenLeft]Are you saying this Dark Stone is[.][NL]responsible for the change in Vigarde?[A][NL]The timing fits, doesn't it? The[NL]stone is created, and then[ToggleMouthMove]--[ToggleMouthMove][A][NL]Duessel, where is the Dark Stone now?[.][A][OpenMidRight]It's in the capital, with Prince Lyon.[A][NL]He's been carrying it with him ever[.][NL]since the day it was created.[.][A][OpenLeft]Understood. Duessel, I'm going[NL]to the capital.[.][A][NL]I must talk to Lyon. Maybe we[.][NL]can restore the emperor together.[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]I'm going with you.[.][A][OpenLeft]But we'll be fighting Grado's[.][NL]army[ToggleMouthMove]--[ToggleMouthMove]your own men.[.][A][OpenMidRight]I appreciate your concern, but I've[.][NL]already been branded a traitor.[.][A][NL]Prince Ephraim, if you mean to[NL]save my lord the emperor[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If you hope to restore him to[.][NL]his former self[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]then I will pledge my loyalty[.][NL]to you until your cause is won.[.][A][CloseSpeechSlow]}
|
|
MSG_0AC3 {[OpenLeft][ClearFace][OpenFarLeft][ClearFace][OpenMidLeft][LoadFace][111][NL][OpenMidLeft]General Duessel![A][OpenMidRight]Men, I owe each of you[NL]an apology.[.][A][NL]You've served me well,[NL]and I have betrayed you.[A][OpenMidLeft]You speak nonsense, General![A][NL]We are your men, no matter[NL]what happens![.][A][NL]If you must leave Grado to[NL]fight with Frelia's men,[A][NL]then our place is at your side.[.][NL]Your road is our road![A][OpenMidRight]My brave men[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Sniff[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Bah, I'm getting old.[.][A][NL]I'm a sentimental old fool.[.][A][ToggleSmile][OpenMidLeft]We ask to be allowed to[.][NL]join the Frelian army.[A][NL]Prince Ephraim has many soldiers.[.][NL]He doesn't need us with him.[A][NL]Please, send us older soldiers[NL]off to fight with Frelia.[.][A][NL]And may the gods of war smile[.][NL]upon you, General Duessel.[A]}
|
|
MSG_0AC4 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]Prince Ephraim, we must now[.][NL]take to the seas.[.][A][NL]The Frelian army is readying[NL]a ship for us now.[A][NL]We have some time to rest[.][NL]until it's ready to set sail.[.][A][OpenMidLeft]Right. We'll take a break,[NL]then. Tell the men.[.][A][NL]The road ahead is bound[.][NL]to be a rough one.[A]}
|
|
MSG_0AC5 {[OpenMidLeft][LoadFace][20][NL][OpenRight][LoadFace][34][NL][OpenRight]Well, hello there![A][NL]Tell me, are you all[NL]waiting to board a ship?[A][OpenMidLeft]Er, yes, we are[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]I recommend that you abandon[NL]your plans, my friends.[.][A][NL]The locals are too frightened[.][NL]to set sail upon these seas.[A][OpenMidLeft]Is there a storm coming in?[.][A][OpenRight]No, no storm[ToggleMouthMove]--[ToggleMouthMove]demons.[.][A][NL]Some sort of phantom ship[.][NL]commands these seas now.[A][OpenMidLeft]A phantom ship?[.][A][OpenRight]Yes. But you needn't worry[NL]for long, my friends.[.][A][NL]I plan on purging the seas[NL]of that pesky ghost ship.[.][A][OpenFarRight][LoadFace][36][NL][OpenFarRight]Oh, no[ToggleMouthMove]... [ToggleMouthMove]Here we go again.[.][A][OpenFarRight][ClearFace][OpenFarRight][LoadFace][35][NL][OpenFarRight][ToggleSmile]Gwah ha ha![.][NL]Well said, Princess L'Arachel![A][ToggleSmile][OpenRight]I, L'Arachel, am destined to become[.][NL]the protector of the seas![A][NL]Fare thee well, strangers.[.....][NL]Come, Dozla, we must find a ship.[.][A][OpenRight][ClearFace][OpenFarRight][ToggleSmile]Gwah ha ha! Sounds fun![.][NL]Come on, Rennac![A][ToggleSmile][OpenFarRight][ClearFace][OpenFarRight][LoadFace][36][NL][OpenFarRight]Honestly, L'Arachel, do you even[NL]think before you set these plans?[.][A][NL]Oh, please[ToggleMouthMove]... [ToggleMouthMove]Someone end[.][NL]my misery![A][OpenFarRight][ClearFace][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]What was all that about?[A]}
|
|
MSG_0AC6 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]Prince Ephraim, our[.][NL]ship has arrived.[.][A][NL]Let us prepare to board.[NL][ToggleMouthMove]...[.][ToggleMouthMove]Something troubling you?[A][OpenMidLeft]No[ToggleMouthMove]... [ToggleMouthMove]It's nothing.[.][A][NL2][NL]All right. Here we go![A]}
|
|
MSG_0AC7 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][37][NL][OpenMidLeft]Duessel![A][OpenMidRight]Is that you, Prince Ephraim?[A][OpenMidLeft]Why were those Grado men after you?[.][NL]What's going on?[A][NL]Wait, we can talk later. Let's get[NL]you to safety first.[A][NL]Come with us, Duessel.[A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]Duessel![A][OpenMidRight]I am General Duessel, the Obsidian,[.][NL]of the Imperial Three[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]This name and my service to His Majesty[.][NL]have been my life's blood.[A][NL]As of this moment it is all gone.[.][NL]I've no reason to continue[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Duessel[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Enough of this rubbish![.][A][NL]You are my mentor! I will[.][NL]not let you die![A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Prince Ephraim.[.][A][OpenMidLeft]I know about the[NL]emperor's madness.[A][NL]How will your death serve[.][NL]Grado? Who will it help?[A][NL]What of your country? Its[.][NL]people? Its future!?[A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]You will live, Duessel.[.][A][NL]As a traitor[ToggleMouthMove]...[.][ToggleMouthMove][NL]In disgrace[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I know that for a man such as you[.][NL]this is more agonizing than death.[A][NL]But you will live nonetheless. You[NL]will live for something more important.[.][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]I understand.[.][A][NL]This old fool's[.][NL]life is yours.[A]}
|
|
MSG_0AC8 {[OpenMidLeft][LoadFace][37][NL][OpenMidRight][LoadFace][19][NL][OpenMidLeft]Is that you, Cormag?[A][OpenMidRight]Sir Duessel[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You have abandoned your country and[.][NL]your lord. I must take your life.[.][A][OpenMidLeft]I know. I'm ready now.[A][NL]I have no duty anymore. But you, Cormag.[NL]You're a soldier of the empire.[.][A][NL]Follow your orders and fulfill your[.][NL]mission. I'm ready.[.][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]Cormag![.][A][OpenMidRight]To be honest, I'm confused.[.][A][NL]Must you truly die? Is your[.][NL]crime really deserving of death?[A][NL]I know my brother could have[NL]settled this, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I've come here to stop you, and[.][NL]yet I find that I cannot.[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]You see, I couldn't believe you[.][NL]would ever truly turn traitor.[A][NL]And now I stand here, looking at[NL]you, Duessel of the Imperial Three.[.][A][NL]And you do not have the eyes of[.][NL]a traitor.[A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]No. I cannot turn my lance on[.][NL]you, the empire's faithful son.[.][A][NL]General Duessel[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Until this matter is sorted, you[NL]travel under my protection.[.][A][OpenMidLeft]Cormag[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Forgive me[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0AC9 {[OpenMidLeft][LoadFace][44][NL][OpenMidRight][LoadFace][19][NL][OpenMidLeft]Wait.[.][A][NL]Please stop fighting.[.][A][NL]I'm sure we can reach an[NL]agreement if we just talk.[A][OpenMidRight]You are[.][ToggleMouthMove]...?[ToggleMouthMove][A][OpenMidLeft]My name is Tana. You're from[NL]Grado, aren't you?[A][NL]Why are you fighting[NL]against General Duessel?[A][OpenMidRight]That's none of your[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft]Do you hate him?[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Do I hate him? This isn't some petty[NL]schoolyard squabble, girl.[A][NL]I'm a soldier of the empire, and[NL]I have my orders.[.][A][NL]I've been sent to punish a traitor,[.][NL]and that's what I aim to do.[A][OpenMidLeft]Are you telling me that[.][NL]General Duessel's a traitor?[A][NL]Don't you know him? Do you[NL]think that's really true?[.][A][OpenMidRight]What I think isn't at question.[.][NL]Faith does not dictate my actions.[A][NL]I have my orders.[.][A][OpenMidLeft]Ephraim trusts your General Duessel.[NL]He's given him the benefit of the doubt.[A][NL]Have you chosen not to believe the[NL]reasons for his actions?[A][OpenMidRight]Get out of my way![A][NL]I'll waste no more time[.][NL]with this duel of words![A][OpenMidLeft]Wait![.][NL]Please[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Protect General Duessel.[A][NL]It would be tragic if he died[.][NL]before his motives became clear.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Move, please.[.][A][NL]If you won't get out of the way,[NL]I'll have to move you by force.[.][A][OpenMidLeft]Very well. If you must.[.][A][NL]But in exchange, I'm asking you[.][NL]to believe General Duessel.[.][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]You're an odd bird.[.][A][NL]To think I'd lose a fight not to a[NL]man's sword but to a woman's words[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]What?[.][A][OpenMidRight]You win.[NL]I will protect General Duessel.[.][A][NL]But I plan on sorting this whole[NL]mess out with the general himself.[A][OpenMidLeft]Do you mean that?[.][A][OpenMidRight]I don't know if this is the[.][NL]right thing to do or not.[.][A][NL]But I think this is what my[.][NL]brother would have done.[A]}
|
|
MSG_0ACA {[OpenMidLeft][LoadFace][89][NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft]This area of the ocean is often[.][NL]blanketed in a thick fog.[.][A][NL]I toiled under it myself for many[.][NL]hard years when I was still sailing.[A][NL]We always made sure we had torches[NL]and the like ready[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]Oh, yes[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]And there's this.[.][A][NL]This torch staff shines just as bright[NL]as any normal torch.[A][NL]Of course, if nobody you know can use[.][NL]it, it's just so much extra baggage.[A][NL]Will you take it?[.][A][NL]Oh, go ahead.[.][A][NL]I'm planning on resting my old bones[NL]here for good. My sailing days are done.[A]}
|
|
MSG_0ACB {[OpenMidLeft][LoadFace][30][NL][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]No good.[A][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidRight]What?[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]This.[.][A][OpenMidRight]Huh?[A][OpenMidLeft]I found it.[.][A][NL]I can't use it yet.[.][A][NL]Good-bye.[.][A][OpenMidLeft][ClearFace][OpenMidRight]Uh[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0ACC {[OpenMidLeft][LoadFace][90][NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft]A strange man passed through here[.][NL]sometime back.[A][NL]He said something about looking[.][NL]for a girl with indigo hair[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I asked if she was his girl, but[NL]he said she wasn't.[.][A][NL]I hope he's found her by now.[.][A]}
|
|
MSG_0ACD {[OpenMidLeft][LoadFace][99][NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft]Do you know what I'm going to be[NL]when I get older?[.][A][NL]I'm going to be a splendid knight,[NL]just like General Selena.[.][A][NL]They call General Selena[NL]the Fluorspar, you know?[A][NL]She's really beautiful and[NL]really, really strong.[A]}
|
|
MSG_0ACE {[OpenLeft][LoadFace][64][NL][OpenFarLeft][LoadFace][70][NL][OpenMidRight][LoadFace][63][NL][SendToBack][OpenMidRight]Your Majesty[ToggleMouthMove]...[.][ToggleMouthMove][NL]I have returned.[A][OpenLeft]Selena[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You coward. Why did you[.][NL]not execute Duessel?[A][OpenMidRight]Forgive me[ToggleMouthMove]...[.][ToggleMouthMove][NL]It was that Valter[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Selena. Duessel has betrayed us.[NL]He has bent his knee to Ephraim.[A][NL]Are you a traitor, too?[.][A][OpenMidRight]Never![A][NL]I am Your Majesty's vassal.[.][NL]I am yours, body and soul.[A][NL]Your Majesty, please,[.][NL]another chance, I beg you![A][NL]Any order you see fit to[NL]issue, I will complete![.][A][OpenLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenFarLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]Selena.[.][NL]I have something for you.[.][A][NL]If I may, Father?[.][A][OpenLeft]Yes.[A][OpenMidRight]What is it, Prince Lyon?[A][OpenFarLeft]I want you to go to Za'albul Marsh[NL]and retrieve something for me.[A][NL]It is a dragonstone, a very[.][NL]special kind of rock.[.][A][OpenMidRight]A dragonstone?[A][OpenFarLeft]That's right. It's very rare. There[.][NL]are only two in the entire world.[.][A][NL]I've heard rumors of a collector[NL]there who has one for sale.[.][A][NL]It looks like nothing but a common[NL]gemstone. I need it for my research.[A][NL]If I have that stone[ToggleMouthMove]...[.][ToggleMouthMove]my[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Urg[.][ToggleMouthMove]...[.][ToggleMouthMove]gaa[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]My prince, are you all right?[.][A][OpenFarLeft]I'm fine. Don't worry about me.[.][A][NL]Now, please, find me the dragonstone.[.][NL]Will you approve my request, Father?[A][OpenLeft]Yes. Do as my son asks.[.][A][OpenMidRight]Yes, understood.[A][NL]Your Majesty, I[.][ToggleMouthMove]...[.][ToggleMouthMove]would like to renew[.][NL]my oath of service to you here today.[.][A][NL]I pledge that I shall never again[.][NL]falter in my duty to you or to Grado.[.][A][NL]I beg your leave, my lord.[A][OpenMidRight][ClearFace][OpenFarLeft][ToggleMouthMove]......[ToggleMouthMove][A]}
|
|
MSG_0ACF {[OpenMidRight][LoadFace][38][NL][OpenMidLeft][LoadFace][20][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]Is this the first time you've[.][NL]seen the ocean, Myrrh?[A][OpenMidRight][MoveMidRight][OpenMidRight]Yes.[A][NL]It's so blue, so vast.[A][OpenMidLeft]It is at that.[A][NL]You know, this is my first[NL]passage on a ship.[A][NL]I've never appreciated just[.][NL]how enormous the sea is.[A][OpenMidRight]Really?[.][A][NL]I'd never have guessed you hadn't[.][NL]sailed before. You seem so calm.[A][OpenMidLeft]If I'm to lead us, I can't allow[NL]any weakness to show through.[.][A][NL]I must appear competent and capable[.][NL]at all times, you understand?[.][A][OpenMidRight][MoveRight][OpenRight]Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Um[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarFarRight][LoadFace][4][NL][OpenFarFarRight]Prince Ephraim.[.][A][OpenMidLeft]Excuse me, Myrrh. We'll have[NL]to continue this later.[.][A][OpenRight]Ah, all right.[A]}
|
|
MSG_0AD0 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][4][NL][OpenMidLeft]What is it, Seth?[.][A][OpenMidRight]There's a ship following us, just[.][NL]on the edge of the fog.[.][A][NL]Should I ready the company for[NL]battle?[.][A][OpenMidLeft]Is it a Grado vessel?[.][A][OpenMidRight]It's hard to say. The fog makes[.][NL]it difficult to see clearly.[A][NL]However, her crew seems not to[NL]be[ToggleMouthMove]...[.][ToggleMouthMove]human.[A]}
|
|
MSG_0AD1 {[OpenMidRight][LoadFace][72][NL][OpenMidRight][ToggleSmile]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][ToggleSmile][A][NL]Rise and rage, my precious[NL]children of darkness.[.][A][NL]Ruin the wood and ride the sea! Drown[.][NL]your foes, and devour their flesh![A][NL]Come celebrate the glorious rebirth of[NL]your lord and master, the Demon King![.][A][NL][ToggleSmile]Heh, heh, heh.[ToggleSmile][A]}
|
|
MSG_0AD2 {[OpenMidLeft][LoadFace][20][NL][OpenMidLeft]There![.....][NL]The enemy is closing.[.][A][NL2][NL]Prepare for battle![.][A]}
|
|
MSG_0AD3 {[OpenMidLeft][LoadFace][20][NL][OpenMidLeft]They've pulled alongside us[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Those creatures are trying to board![A][NL]That's fine[.][ToggleMouthMove]--[ToggleMouthMove]it'll bring 'em within[NL]reach of my lance.[A][NL]Push them back! Board their ship[NL]and seize the blasted thing![A]}
|
|
MSG_0AD4 {[OpenMidLeft][LoadFace][20][NL][OpenMidLeft]What?[.][.....][NL]Another ship?![A][NL]Stay calm, everyone! We[.][NL]take the fight to them![.][A]}
|
|
MSG_0AD5 {[OpenRight][LoadFace][34][NL][OpenFarRight][LoadFace][35][NL][SendToBack][ToggleSmile][OpenRight]Friends of justice! Allies of[.][NL]righteousness and order![A][NL]Know that I, L'Arachel, have arrived![.][A][NL]Now, I shall purge the seas of this[.][NL]vile vessel of villainy![A][OpenFarRight]Gwah ha ha! Nice alliteration,[NL]Princess L'Arachel![.][A][OpenRight][ToggleMouthMove]......[ToggleMouthMove][A][NL2][NL]Hm? I didn't hear Rennac's voice.[.][NL]How very odd.[.][A][NL]Dozla, where has Rennac run off[.][NL]to this time?[.][A][OpenFarRight]Hmmm[ToggleMouthMove]... [ToggleMouthMove]He was with us at mealtime[NL]before we boarded, but[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]That man can be such a distraction.[.][NL][ToggleMouthMove]...[.][ToggleMouthMove]Oh well, never mind![A][NL]Let's get started destroying[NL]these agents of chaos![A][OpenFarRight][MoveFarRight][OpenFarRight]Gwah ha ha![.][NL]Leave it to me![.][A]}
|
|
MSG_0AD6 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]We've destroyed the remaining monsters.[.][NL]The ship appears to be empty.[.][A][OpenMidRight][ClearFace][OpenMidRight][LoadFace][34][NL][OpenMidRight][ToggleSmile]And once again, the forces[NL]of righteousness prevail![.][A][ToggleSmile][OpenMidLeft]Thank you. We owe our[.][NL]victory to you.[.][A][OpenMidRight][ToggleSmile]Don't mention it.[.][A][NL]My name is L'Arachel.[.][A][NL]I'm on a never-ending quest to defeat[.][NL]evil in the name of virtue and order.[.][A][ToggleSmile][CloseSpeechSlow][OpenMidRight]Wait[ToggleMouthMove]... [ToggleMouthMove]Your face has a[.][NL]certain familiarity.[A][NL]I recently met a young woman[NL]who greatly resembles you.[A][OpenMidLeft]Do you mean, Eirika?[NL]She's my sister.[A][OpenMidRight]Eirika?[.][A][NL]Isn't that the name of the[NL]princess of Renais?[.][A][NL]And you have a very regal air[.][NL]about you yourself, don't you?[A][OpenMidLeft]My name is Ephraim, Prince of Renais.[.][NL]We're fighting to end Grado's invasion.[.][A][NL]To be honest[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0AD7 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][34][NL][OpenMidRight][ToggleSmile]Oh my![A][NL]In that case, I [NL]must accompany you.[.][A][ToggleSmile][OpenMidLeft]Do you understand that we alone[.][NL]are facing all the armies of Grado?[.][A][NL]We face untold numbers, and our odds[NL]of success are embarrassingly small.[A][OpenMidRight]You clearly do not know who I am.[.][A][NL]Do not be startled by what I'm[NL]about to disclose to you[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I am the princess of Rausten,[.][NL]theocracy of the righteous![.][A][OpenMidLeft]You're the princess of Rausten?[.][A][NL]Hm. You certainly don't have the[NL]bearing of a commoner, but[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][MoveMidRight][OpenMidRight][ToggleSmile]Ah, of course. My natural nobility[NL]gives me away every time.[.][A][NL]Truth to tell, dire circumstances have[NL]led me to begin this journey in secret.[.][A][NL2][NL]Prince Ephraim of Renais, please be[.][NL]assured that Rausten is your ally.[A][NL]Let us stand together against the[.][NL]villainous Grado Empire![A][ToggleSmile][CloseSpeechSlow]}
|
|
MSG_0AD8 {[OpenMidLeft][ClearFace][OpenMidLeft][LoadFace][35][NL][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Well, that's that, Dozla.[.][A][NL]We will now be traveling with[.][NL]Ephraim and his companions.[.][A][OpenMidLeft]Gwah ha ha![.][NL]Understood![.][A][NL]For you, Princess L'Arachel, I would[NL]dive headlong into a sea of evil![.][A][NL]Why, I'd even tie myself up with ropes[NL]and chains first![.][A][OpenMidRight]Such fabulous devotion! You are[.][NL]truly my most loyal attendant.[A][NL]Let us be off then.[.][A][OpenMidLeft]Gwah ha ha![.][A]}
|
|
MSG_0AD9 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][34][NL][OpenMidLeft]You are[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Fret not, O weary traveler,[.][NL]for I am here to save you![A][NL]I grant you the favor of[NL]my divine aid.[A][OpenMidLeft]Who are you? What[.][NL]are you doing here?[.][A][OpenMidRight]Ah! Can it be? Do you not know the[NL]tales of my deeds?[A][NL]Have you not heard of the beauteous[.][NL]young woman traveling to defeat evil?[.][A][OpenMidLeft]No, I haven't.[A][OpenMidRight][MoveFarRight][OpenFarRight][CloseEyes][OpenFarRight]Oh[ToggleMouthMove]...[.][ToggleMouthMove][OpenFarRight][OpenEyes][OpenMidLeft]What is it?[.][A][OpenFarRight][MoveMidRight][OpenMidRight]It's nothing[ToggleMouthMove]...[.][ToggleMouthMove][NL]Please pay me no mind.[A][NL]I just feel a bit like being[NL]alone and weeping for a while.[A][OpenMidLeft]What? No, you can't[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]This is no place for crying.[A][NL]I'm sure you've noticed, but[NL]we're under attack by monsters.[.][A][NL]If you can do anything to help,[.][NL]we would appreciate it.[.][A][OpenMidRight][ToggleSmile]That's a good idea! I'll do it.[.][A][NL]Now, I want you to observe closely[NL]my graceful actions![A][ToggleSmile]}
|
|
MSG_0ADA {[OpenMidLeft][LoadFace][34][NL][OpenMidRight][LoadFace][35][NL][ToggleSmile][OpenMidLeft]Dozla.[A][OpenMidRight]Yes? What is it, Princess L'Arachel?[A][OpenMidLeft]We're going to be working[.][NL]together with those people.[.][A][NL]I want you to stay close by.[NL]Are you ready?[A][OpenMidRight][MoveMidRight][OpenMidRight]Gwah ha ha![.][NL]Ready as always![A]}
|
|
MSG_0ADB {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]Prince Ephraim, we've[.][NL]docked in Taizel.[.][A][NL]There's no sign of enemy[NL]troops at this time.[A][OpenMidLeft]Understood. Let's move quickly and prepare[NL]to go ashore.[.][A][NL]We've a straight road to the capital from[.][NL]here, but we'll be fighting for every step.[.][A][OpenMidRight]Yes, and the fighting will only grow[NL]fiercer as we near the capital.[.][A][NL]If I may, my lord, I'd like to make[.][NL]a suggestion.[.][A]}
|
|
MSG_0ADC {[OpenMidRight][LoadFace][32][NL][OpenMidLeft][LoadFace][33][NL][OpenMidRight]This is the town, isn't it, Ewan?[.][A][OpenMidLeft][ToggleSmile]Yep. Thanks a lot, Teacher.[.][A][NL]This is where Marisa is supposed to be.[.][A][NL]I have to tell her what's going on,[.][NL]or she'll end up working for free.[A][ToggleSmile][OpenMidRight]What happened? I heard there[NL]was some mistake, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Yeah, the mercenary guild got Marisa[NL]mixed up with someone else.[.][A][NL]I don't know where she was supposed[.][NL]to go, but they sent her here instead.[A][NL]I figured I'd better let her know[.][NL]about the mix-up, right?[A][NL]So what are you going to do now?[A][OpenMidRight]I'm heading back to the village.[A][NL]I've looked near and far, but I haven't[.][NL]been able to locate the Lord Dragon.[A][NL]I must report my findings.[A][OpenMidLeft]Oh, I see[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I'll be going now. Remember[.][NL]what I told you, Ewan[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][MoveMidLeft][OpenMidLeft][ToggleSmile]I know, I know. Don't[.][NL]be reckless with magic.[.][A][ToggleSmile]}
|
|
MSG_0ADD {[OpenMidLeft][LoadFace][33][NL][OpenMidLeft]Well, I'd better get going[NL]and find Marisa.[A][NL]That looks like a good place[NL]to start asking around.[.][A]}
|
|
MSG_0ADE {[OpenLeft][LoadFace][20][NL][OpenMidRight][LoadFace][4][NL][OpenFarFarLeft][LoadFace][38][NL][OpenFarFarLeft]Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]From the east[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarFarLeft][MoveFarLeft][OpenLeft][ToggleMouthMove]...[.][ToggleMouthMove]That won't do, Seth.[A][NL]I cannot approve of sending[.][NL]reservists to the front lines.[A][OpenMidRight]But[.][ToggleMouthMove]...[.][ToggleMouthMove]the Grado army outnumbers our own by a[NL]tremendous amount.[A][NL]We have talented soldiers, but that counts[NL]for nothing against those numbers.[A][NL]Currently, we have some ready reservists[NL]in the rear, protecting our supply convoy.[A][NL]What good is defending our convoy if it[.][NL]comes at the cost of losing the front?[A][NL]We must abandon our rear guard and[NL]strengthen the van, or we've already lost.[A][OpenLeft]This is enemy territory. We[.][NL]cannot surrender the convoy![A][OpenMidRight]But, Prince Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Seth, I know you only want to improve[.][NL]the odds of our success.[A][NL]And I know you make these suggestions[.][NL]in part to protect me from harm.[A][NL]However, I have no intention of[.][NL]changing my mind in this. I[.][ToggleMouthMove]--[ToggleMouthMove][A][NL2][NL][ToggleMouthMove]...[.][ToggleMouthMove]Myrrh?[A][OpenFarLeft][MoveFarLeft][OpenFarLeft]Oh, pardon[ToggleMouthMove]...[.][ToggleMouthMove]me[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I-I[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]It's nothing.[.][A][OpenFarLeft][ClearFace][OpenLeft]Myrrh[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0ADF {[OpenLeft][LoadFace][20][NL][OpenFarLeft][LoadFace][4][NL][OpenMidRight][LoadFace][106][NL][OpenMidRight]Prince Ephraim! It's a trap![A][NL]The city's crawling with Grado[NL]men! We're under attack![A][OpenFarLeft]Prince Ephraim.[.][A][OpenLeft]All troops prepare to fight! To arms![.][A]}
|
|
MSG_0AE0 {[OpenMidRight][LoadFace][67][NL][OpenMidRight]Soldiers of Grado! You call yourself[NL]warriors? You're pathetic![A][NL]Fort Rigwald? You lost it! Your[.][NL]General Duessel? A traitor![.][A][NL]Where is the honor of the Grado Imperial[NL]Army? It wallows in filth and mud![A][NL]Is this the ending you envisioned?[NL]Is this how you would be remembered?[A][NL]Will you let the bards sing of how[NL]you fell to the renegade Ephraim?[.][A][NL2][NL]I think not![A][NL]Now get up and fight![.][NL]Kill them all![A][NL]And bring me Ephraim's head![A]}
|
|
MSG_0AE1 {[OpenMidLeft][LoadFace][67][NL][OpenMidRight][LoadFace][72][NL][OpenMidRight][ToggleSmile]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Caellach. Interesting.[NL]What are you doing here?[A][NL]You were ordered to loose your dogs[.][NL]of war on Jehanna, were you not?[A][OpenMidLeft]Keep silent, you decrepit sod.[NL]I told you, Jehanna's under control.[A][NL]My plan is in full effect.[NL]All we need do now is wait.[.][A][NL]You see, Jehanna is an overripe fruit.[A][NL]It's being devoured by worms from within.[.][NL]We can pluck it anytime we wish.[A][OpenMidRight][ToggleSmile]Heh heh heh[.][ToggleMouthMove]... [ToggleMouthMove][ToggleSmile]Oh, how your[NL]plans seem to have gone awry.[.][A][NL]Even now, Eirika makes her[NL]way toward Jehanna.[.][A][NL]Your perfect fruit has turned[.][NL]to rot while you did nothing.[.][A][NL]It's time. You will return to[.][NL]the capital with me.[A][OpenMidLeft]What?! Are you truly[NL]serious, you old goat?[A][NL]Glen[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]No, it's that black-hearted Valter[ToggleMouthMove]...[.][ToggleMouthMove][NL]What's he playing at now?[.][A][OpenMidRight]There's no call for that sort of talk.[NL]That one has his uses after all.[A][NL]You can leave the defeat of Ephraim[.][NL]to your subordinates.[.][A][NL]Oh yes, and you can use the troops[NL]I brought with me as well.[A][NL]It will, no doubt, be an interesting battle.[NL][ToggleSmile]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL][ToggleSmile]Let's go now, Caellach.[.][A][NL]You wouldn't want to hurt a certain[.][NL]someone's feelings, would you?[A][OpenMidLeft]Bah.[NL]What else can I do?[.][A]}
|
|
MSG_0AE2 {[OpenMidRight][LoadFace][20][NL][OpenMidRight]More of those fiends?[.][A][NL]What's going on?[NL]Their movements[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It's[ToggleMouthMove]... [ToggleMouthMove]It's as though those creatures[NL]are cooperating with Grado's army[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0AE3 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]The enemy troops have been defeated.[NL]We're taking care of the wounded now.[.][A][OpenMidLeft]Understood. We'll rest in this city until[.][NL]we're prepared to advance.[A][NL]Replenish supplies and rest the troops.[.][A][NL]Remind every soldier that anyone who breaks[.][NL]the city's laws will be severely punished.[A][NL]Anything else?[A][OpenMidRight]We should prepare defenses along[NL]the east in case of assault.[A][NL]The capital's not far, and fresh[NL]troops could be here at any time.[.][A][OpenMidLeft]Good point. All right, set up[.][NL]three rotating watches. Then[ToggleMouthMove]--[ToggleMouthMove][A]}
|
|
MSG_0AE4 {[OpenMidLeft][LoadFace][38][NL][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]Pardon me, Ephraim[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0AE5 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][4][NL][OpenMidLeft]Myrrh's gone?[.][NL]Are you sure?[.][A][OpenMidRight]Yes, she's been missing since this morning.[.][A][NL]There are no signs of a struggle.[.][NL]I feel she left of her own accord.[A][OpenMidLeft]Where did she go? Didn't[NL]anyone see her?[.][A][OpenMidRight]One of the guards reports having seen[.][NL]a young lady heading east.[A][NL]He said she seemed unsteady on her[NL]feet. It may have been her.[.][A][OpenMidLeft]Prepare to move out.[NL]We head east.[.][A][OpenMidRight]Prince Ephraim[ToggleMouthMove]...[.][ToggleMouthMove][A][LoadOverworldFaces][OpenMidLeft]I'm not just acting on emotion, Seth.[.][NL]The capital lies to the east as well.[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Seth, you will obey your commander[NL]and sovereign, do you hear me?[A][NL]Listen, I know what you said is[.][NL]true. I am king in all but title now.[.][A][NL]I know I must place my duty as[NL]commander above my life as a man.[.][A][NL]And once I am crowned, I most[.][NL]certainly will do exactly that.[.][A][NL]However, I am not ready to divorce[NL]myself from my compassion just yet.[.][A][NL]I will find the balance somehow, the[NL]means to save my country and her people.[A][NL2][NL]That is the king I wish to become,[NL]and so that is the man I must be.[.][A][NL]I need your help in this, Seth.[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]I understand, Prince Ephraim.[.][A][NL]If that is your decision, then I[NL]will do my best to assist you.[A][OpenMidLeft]I'm counting on it.[.][A][CloseSpeechSlow][OpenMidLeft]Please be safe, Myrrh.[A]}
|
|
MSG_0AE6 {[OpenFarFarLeft][LoadFace][33][NL][OpenMidRight][LoadFace][30][NL][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]It's over.[A][NL]Looks like we lost.[.][A][OpenFarFarLeft][MoveFarLeft][OpenFarLeft][MoveFarLeft][OpenFarLeft][ToggleSmile]Ah, Marisa! I found you![A][ToggleSmile][OpenMidRight]Ewan?[.][A][NL]What are you doing here?[A][OpenFarLeft][MoveMidLeft][OpenMidLeft]Marisa, the mercenary guild sent[NL]you here, didn't they?[A][NL]They assigned you to fight[NL]under Commander Gerik, right?[.][A][OpenMidRight]That's right.[.][A][NL]But the chief's not here.[.][A][OpenMidLeft][ToggleSmile]I know! It was all a mistake.[.][A][NL]Your commander's over there,[NL]working on another job.[.][A][NL]He wants you to join him.[.][A][ToggleSmile][OpenMidRight][ToggleSmile]Really?[.][A][NL]He said that?[.][A][ToggleSmile][OpenMidLeft][MoveMidLeft][OpenMidLeft]Yep.[A][OpenMidRight]I'm on my way.[A][OpenMidLeft]Hey, wait! Wait![NL]Take me with you.[.][A][NL]This group's headed east, too.[NL]Let's stick with them for now.[A][OpenMidRight]Very well.[A]}
|
|
MSG_0AE7 {[OpenFarFarLeft][LoadFace][33][NL][OpenMidRight][LoadFace][30][NL][OpenFarFarLeft][MoveFarLeft][OpenFarLeft][MoveFarLeft][OpenFarLeft]There you are, Marisa.[A][OpenMidRight]Ewan?[.][A][NL]What are you doing here?[A][OpenFarLeft][MoveMidLeft][OpenMidLeft]Marisa, the mercenary guild sent[NL]you here, didn't they?[A][NL]They assigned you to fight[NL]under Commander Gerik, right?[.][A][OpenMidRight]That's right.[.][A][NL]But the chief's not here.[.][A][OpenMidLeft]I know. It was all a mistake.[.][A][NL]Your commander's over there,[NL]working on another job.[.][A][NL]He wants you to join him.[.][A][OpenMidRight][ToggleSmile]Really?[.][A][NL]He said that?[.][A][ToggleSmile][OpenMidLeft][MoveMidLeft][OpenMidLeft]Yep.[A][OpenMidRight]I'm on my way.[A][OpenMidLeft]Hey, wait! Wait![NL]Take me with you.[.][A][NL]This group's headed east, too.[NL]Let's stick with them for now.[A][OpenMidRight]Very well.[A]}
|
|
MSG_0AE8 {[OpenMidLeft][LoadFace][33][NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft][MoveMidLeft][OpenMidLeft][ToggleSmile]Er, hello. My name's Ewan. I'm[NL]training to be a sage.[A][NL]I need to find a woman by the name of[.][NL]Marisa. I don't know where she's gone.[A][NL]If you'll help me find her, I'll gladly[.][NL]travel with you.[A][NL]I'm a useful guy to know. In a pinch,[.][NL]I can use the magic I've learned so far.[A][NL]So what do you say? Do we have a deal?[A][ToggleSmile]}
|
|
MSG_0AE9 {[OpenMidLeft][LoadFace][92][NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft]Ah[ToggleMouthMove]... [ToggleMouthMove]I wonder if that dancer[.][NL]will ever come this way again.[A][NL]I don't know why, but her dances[NL]really pepped me up.[A][NL]Even after a hard day's work, I felt[NL]as fresh as if I'd just woken up![.][A][NL]It sure would be nice if she would[NL]dance for me again someday.[.][A]}
|
|
MSG_0AEA {[OpenMidLeft][LoadFace][63][NL][OpenFarFarRight][LoadFace][38][NL][OpenMidLeft]So this is a dragonstone[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]The description was accurate. It[NL]looks like an ordinary gemstone.[A][NL2][NL]If only His Majesty hadn't ordered me to[NL]bring this to the capital immediately[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I've heard reports that Prince Ephraim[NL]and a Frelian army have landed nearby.[A][NL]If I didn't have those blasted[NL]restrictive orders, I could[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenFarFarRight][ToggleMouthMove]...[.][ToggleMouthMove]Return it[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]What?[.][A][OpenFarFarRight][MoveMidRight][OpenMidRight]The stone[.][ToggleMouthMove]... [ToggleMouthMove]Please.[.][NL]Return it to me.[A][OpenMidLeft]You[.][ToggleMouthMove]... [ToggleMouthMove]You're[ToggleMouthMove]--[ToggleMouthMove][A][LoadOverworldFaces][OpenMidRight]Return the stone to me[ToggleMouthMove]...[.][ToggleMouthMove][NL]Please[ToggleMouthMove]...[.][ToggleMouthMove]I'll do anything.[.][A][OpenMidLeft]Why do you want the stone?[A][NL]Who are you? You're not from[NL]Grado, that's for sure.[.][A][OpenMidRight]Without the stone, I[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Please, give it back to me.[.][A][OpenMidLeft]Answer my questions![A][OpenMidRight]My name is Myrrh. I come from[.][NL]Darkling Woods.[.][A][NL]I was betrayed, and my stone[NL]was taken from me.[A][NL]I was imprisoned, caged, to be[NL]transported somewhere.[A][NL]Prince Ephraim came to my rescue.[.][A][NL]I've been traveling in his care[.][NL]ever since.[.][A][OpenMidLeft]You're with Ephraim?[A][NL]I can't let you leave. Maybe I should[.][NL]take you back to the capital with me.[.][A][OpenMidRight]Wait[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You're from Grado?[A][NL]Tell me, has anyone around you[ToggleMouthMove]--[ToggleMouthMove][A][NL]Have you noticed any changes in[.][NL]the people around you recently?[.][A][OpenMidLeft]Changes?[A][NL]What do you mean by that?[.][A][OpenMidRight]Anyone near you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Has anyone been transformed,[NL]either in spirit or demeanor?[.][A][NL]Does anyone act in such a way as to[.][NL]appear a different person altogether?[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]How could you know[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]The darkness is to blame.[.][A][NL]I've come here to stop it.[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]You will tell me more.[A][NL]If I find you are lying, I will[.][NL]punish you. Do you understand?[A][OpenMidRight]Yes. Are you ready?[.][A][NL]I will tell you[.][NL]everything I know.[A]}
|
|
MSG_0AEB {[OpenMidLeft][LoadFace][63][NL][OpenMidRight][LoadFace][38][NL][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL2][NL][ToggleMouthMove]...[.][ToggleMouthMove]I see.[A][NL]Myrrh, I think I understand[.][NL]everything you've told me.[A][OpenMidRight]Good.[.][A][OpenMidLeft]But I cannot believe it.[A][NL]How can I allow myself to believe[.][NL]it? If it's true, then[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]then His Majesty is already[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidRight][MoveRight][OpenRight]Dame Selena[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]What's that?[A][LoadOverworldFaces][OpenMidLeft]It is a fluorspar[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]His Majesty presented it to me[NL]when I was promoted to general.[.][A][NL]This gemstone is proof of my commission.[NL]It's one of Grado's treasures[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I received it years ago, but I remember[.][NL]that day like it was yesterday.[.][A][NL]His Majesty smiled so kindly. His voice[.][NL]was filled with dignity and affection[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Dame Selena, you love[.][NL]your emperor, don't you?[A][OpenMidLeft]What are you[ToggleMouthMove]--[ToggleMouthMove][A][OpenRight]I can see it.[.][A][NL]Dame Selena, I can see[NL]how much you treasure[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][CloseEyes][OpenMidLeft][OpenEyes][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]His Majesty is most compassionate.[A][NL2][NL]You see, I'm a commoner. I was raised in[NL]a desolate, impoverished village.[.][A][NL]My family couldn't afford our taxes.[NL]No one could. We were desperate.[A][NL]Some of us considered[.][ToggleMouthMove]...[.][ToggleMouthMove]horrible things[.][NL]to make enough money to survive winter.[.][A][NL]Then, supplies began to arrive. We were[.][NL]told they came from the emperor himself.[A][NL]He sent them to us, a poor frontier town[NL]who couldn't even afford to pay taxes.[A][OpenRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]Neighboring kingdoms must have thought[NL]the emperor mad, I can only guess.[A][NL]But His Majesty did not care about[NL]his standing among kings.[.][A][NL]He cared for his people. He saved us.[.][A][OpenRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]That spring, I went to the capital[NL]and became a soldier, then a knight.[A][NL]I wanted to dedicate my life to the[.][NL]emperor who had saved it.[.][A][NL]I felt I understood his dream.[NL]I felt I shared his vision[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Dame Selena[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Myrrh, this wave of dark[NL]energy you spoke of[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Can its evil really change[NL]a person that completely?[.][A][OpenRight]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]All trace of this person would[NL]be consumed[.][ToggleMouthMove]...[.][ToggleMouthMove]destroyed.[A][OpenMidLeft]How can the process be reversed?[A][OpenRight][ToggleMouthMove]...[.][ToggleMouthMove]I'm sorry.[A][NL]That is[.][ToggleMouthMove]...[.][ToggleMouthMove]impossible.[.][A][OpenMidLeft][CloseEyes][.....][OpenMidLeft][OpenEyes][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]I see.[A][OpenFarRight][LoadFace][107][NL][LoadOverworldFaces][OpenFarRight]Dame Selena.[NL]Enemy troops are heading this way![A][NL]We await your orders.[.][A][OpenMidLeft]Understood. Tell the men[NL]we meet them head on.[.][A][CloseSpeechSlow][OpenFarRight][ClearFace][OpenMidLeft]Myrrh. I release you.[.][A][NL]Return to Prince Ephraim's side.[A][OpenRight]Dame Selena[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I apologize, but I cannot return[NL]your dragonstone to you.[A][NL]I vowed never again to fail in[NL]my duty to His Majesty.[.][A][NL]If you want the dragonstone back,[.][NL]tell Ephraim he must defeat me.[.][A][OpenRight]But that's[ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft]Go now! This place[NL]will soon run red![A]}
|
|
MSG_0AEC {[OpenMidRight][LoadFace][63][NL][OpenMidRight]All troops to arms![.][A][NL]For the glory of Grado![.][A]}
|
|
MSG_0AED {[OpenMidLeft][LoadFace][20][NL][OpenFarRight][LoadFace][34][NL][OpenRight][LoadFace][4][NL][OpenRight]Prince Ephraim, the Grado troops are[NL]lining up to the fore.[A][NL]Their commander is a Grado general[ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]It's Selena Fluorspar.[A][OpenFarRight]Selena[ToggleMouthMove]...[.][ToggleMouthMove][.....] I've heard she wields[NL]the power of the thunderstorm[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]that she uses its might to attack[.][NL]from afar without mercy.[A][OpenRight]Prince Ephraim, I urge you to exercise[NL]caution when faced with such magic.[.][A]}
|
|
MSG_0AEE {[OpenRight][LoadFace][27][NL][OpenFarRight][LoadFace][28][NL][OpenFarFarLeft][LoadFace][38][NL][SendToBack][OpenRight]Prince Innes said they would[NL]be around here somewhere.[.][A][NL]Now where in the blazes[.][NL]is this Ephraim?[A][OpenFarRight]From this distance, I can't tell[NL]which army is Frelia and which Grado.[.][A][NL]We'll have to move in closer if[.][NL]we're to sort this all out.[.][A][OpenFarFarLeft][MoveMidLeft][OpenMidLeft]Ah[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Hm?[.][A][OpenFarRight]Oh, what an adorable girl.[A][NL]It's all right. Come here[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]You're a bit young to be on your[NL]own. Did you get lost then?[.][A][OpenMidLeft][MoveFarLeft][OpenFarLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenFarRight]There's no reason to be afraid.[.][A][NL]This fellow's a bit scary to[NL]look at, but he's not so bad.[.][A][OpenRight]Come now[ToggleMouthMove]... [ToggleMouthMove]Hmph.[.][NL]But she is right, you know.[.][A][NL]If you keep looking so scared, you're[.][NL]likely to hurt my feelings.[.][A][OpenFarRight]Please, little one, tell us your name.[A][OpenFarLeft]I am Myrrh.[.][A][NL]I wish to return to Ephraim's side.[.][A][OpenRight]Ephraim?[A][NL]We're supposed to be guarding[.][NL]someone by that name[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Can you help us find him?[.][A][OpenFarLeft]Yes[.][ToggleMouthMove]... [ToggleMouthMove]He's over there.[A][OpenFarLeft][ClearFace][OpenRight]Hey! Hold on![.][A]}
|
|
MSG_0AEF {[OpenMidLeft][LoadFace][20][NL][OpenFarFarRight][LoadFace][38][NL][OpenFarFarRight][MoveMidRight][OpenMidRight]Ephraim.[A][OpenMidLeft]Myrrh! You're safe.[.][NL]Thank goodness.[.][A][OpenMidRight]Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I'm sorry.[A][NL]I[.][ToggleMouthMove]... [ToggleMouthMove]I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Myrrh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]It's because I forced you[.][NL]to bring me with you[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I didn't want to be a[.][NL]burden to you any longer.[.][A][NL]But all I've done is made[.][NL]you worry[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm[.][ToggleMouthMove]...[.][ToggleMouthMove]sorry[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]It's fine, Myrrh.[.][A][NL]I'm the one who should be sorry. I failed[.][NL]in my promise to watch over you.[A][NL]The battle's about to begin. I want you[.][NL]to move to the rear.[A][OpenMidRight]Ephraim[.][ToggleMouthMove]... [ToggleMouthMove]Those aren't bad people.[NL]I spoke to one, and she listened[ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft]All right. I'll do my best[NL]to persuade them to join us.[A]}
|
|
MSG_0AF0 {[OpenMidLeft][LoadFace][63][NL][OpenMidLeft]Fluorspar[.][ToggleMouthMove]... [ToggleMouthMove]His Majesty[.][NL]gave me this name.[A][NL]Therefore, I[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0AF1 {[OpenMidLeft][LoadFace][63][NL][OpenMidLeft]I am so[.][ToggleMouthMove]...[.][ToggleMouthMove]very tired[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Now I, too[ToggleMouthMove]...[.][ToggleMouthMove]will[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0AF2 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][38][NL][OpenMidRight]Dame Selena[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL2][NL]General Selena possessed[NL]a curious stone.[A][NL]Myrrh, is this the[NL]dragonstone you lost?[.][A][OpenMidRight]Yes, it is.[.][A][NL]But I'm saddened by its return.[.][A][NL]My dragonstone is here and yet[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]My heart is heavy with remorse[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Myrrh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Ephraim, can you tell me[NL]why this had to happen?[.][A][NL]Dame Selena was a good person.[A][NL]She was filled with joy when[NL]she spoke of the emperor.[.][A][NL]Why did Dame Selena[.][NL]have to die?[A][NL]Why did we have to take[.][NL]up arms against her?[A][OpenMidLeft]I'm sorry[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If I could have convinced her to[NL]lay down her arms, I would have.[A][NL]It was simply not possible. I had[.][NL]no choice. She had to die.[A][NL]I know you don't approve, but you[.][NL]must know I have my reasons.[A][OpenMidRight]My apologies[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Ephraim, I[ToggleMouthMove]...[.][ToggleMouthMove][NL]I am not seeking to blame you.[A][NL]It's just that[ToggleMouthMove]...[.][ToggleMouthMove]I grieve for her.[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]I ventured out of the forest,[.][NL]chasing after that dark energy.[.][A][NL]I thought perhaps that I could[NL]negate its evil force.[A][NL]Is your cause so different from[.][NL]Selena's?[.][A][NL]How many good people must die[.][NL]alongside the wicked?[.][A][OpenMidLeft]Myrrh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]What can we do to end this without[NL]any more good people dying?[.][A][OpenMidLeft]I don't have any answer for you.[A][NL]But I will continue on toward the capital,[NL]and perhaps I will find one there.[A][NL]I will learn the truth behind this madness.[.][A]}
|
|
MSG_0AF3 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][63][NL][OpenMidLeft]Are you Selena?[.][A][OpenMidRight]Indeed I am. And you[NL]are Prince Ephraim.[.][A][OpenMidLeft]I know you've spoken with Myrrh.[A][NL]Withdraw your troops. You must[NL]know the emperor is not rational![.][A][OpenMidRight]Yes, I know.[A][OpenMidLeft]Then why? Why do we still fight?[A][OpenMidRight]I am a general of the empire.[.][NL]His Majesty's word is law.[A][OpenMidLeft]That's ridiculous. You know the emperor is[NL]deranged, and yet you follow his orders?![.][A][NL]Is that truly loyalty?![.][A][OpenMidRight]Prince Ephraim, you cannot understand.[A][NL]I know the path I'm given is foolish.[.][NL]Yet I am a knight, and I have no other.[.][A][OpenMidLeft]Selena, please![.][A][NL]Surrender! I have no wish[.][NL]to see you die here![A][OpenMidRight]Me? Die?[A][NL]Prince Ephraim, you misunderstand me.[.][NL]I have no intention of dying.[.][A][NL]Madness though it may be, I will be[.][NL]the one doing the killing today.[A]}
|
|
MSG_0AF4 {[OpenMidLeft][LoadFace][37][NL][OpenMidRight][LoadFace][63][NL][OpenMidLeft]Well met, Selena.[.][A][OpenMidRight]General Duessel[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I must offer you my apologies.[A][NL]I called you a traitor, but[.][NL]I was mistaken.[.][A][NL]Your loyalty never wavered,[.][NL]not for an instant.[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]And yet you must know that I have[.][NL]no intention of withdrawing.[A][NL]So let us not waste words. Let us[.][NL]settle this with steel, my friend.[A][OpenMidLeft]That's how it is to be, then? One[.][NL]of us dies by the other's hands?[A][OpenMidRight]Yes. It's the path[NL]I've chosen.[A][NL]I have no regrets.[A][OpenMidLeft]I see[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Well. I, too, must follow[.][NL]the path that I have chosen.[A][OpenMidRight]Very well.[A]}
|
|
MSG_0AF5 {[OpenLeft][LoadFace][20][NL][OpenMidRight][LoadFace][27][NL][OpenMidRight]Are you Ephraim?[A][OpenLeft]Yes, I am, but[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I'm Gerik, mercenary commander.[.][A][NL2][NL]Prince Innes bought our swords[NL]and sent us here to join you.[.][A][NL]Any problem with that?[A][OpenLeft]Innes sent you?[.][A][OpenMidRight]Yeah, and the prince had a[NL]message for you as well.[A][NL]He said, [LQuote]I've no need of assistance,[.][NL]Ephraim, but I'm sure you do.[RQuote][A][NL]That's all. I figured you would[.][NL]know what he was talking about.[.][A][OpenLeft]Well, that's definitely from Innes.[.][A][NL]Regardless, your aid is welcome.[NL]Please join us in our fight.[A]}
|
|
MSG_0AF6 {[OpenMidRight][LoadFace][27][NL][OpenMidLeft][LoadFace][30][NL][OpenMidLeft]Chief.[A][OpenMidRight]Oh, Marisa![.][NL]So Ewan found you after all, eh?[A][NL]Sorry for the trouble. Appears[NL]the guild made an error.[A][NL]Blast it all. I should have [NL]double-checked everything myself.[.][A][OpenMidLeft]No worries.[.][A][NL]I'm with you now.[.][A][OpenMidRight]Have you taken any wounds?[A][NL]They sent you all the way to Taizel,[NL]after all. What ill luck that was[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I'm fine.[.][A][NL]I'll fight at your side.[A][OpenMidRight]Ah, that's comforting. We've been hired[.][NL]to guard a Prince Ephraim.[A][NL]Before we do, though, we'd better take[NL]care of these enemy troops, huh?[A][NL]Let's move, Marisa.[.][A][OpenMidLeft]Understood.[.][A]}
|
|
MSG_0AF7 {[OpenMidRight][LoadFace][28][NL][OpenMidLeft][LoadFace][33][NL][OpenMidLeft][MoveMidLeft][OpenMidLeft][ToggleSmile]Ah! Sister![.][A][ToggleSmile][OpenMidRight]Ewan, you've completed the task[.][NL]you were given, haven't you?[A][NL]This is a dangerous place. Please,[NL]go wait at the inn.[.][A][NL]I'll be there to collect you[NL]as soon as I'm able.[A][OpenMidLeft]No way! I want to fight, too.[.][A][NL]I've become friends with[NL]Prince Ephraim, you know?[.][A][NL]We're going to take out the[.][NL]big, bad evil empire.[.][A][OpenMidLeft][ClearFace][OpenMidRight]Wait just a minute, Ewan![.][A][NL]Ah! Ooh, that troublemaker.[.][A]}
|
|
MSG_0AF8 {[OpenMidLeft][LoadFace][96][NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft]You must have gone through[NL]a lot to make it here.[A][NL]Did you come to warn us[.][NL]about the fighting going on?[A][NL]Thanks so much.[.][A][NL]Here, please take this staff.[.][NL]Oh, go on. Don't be shy.[A]}
|
|
MSG_0AF9 {[OpenMidLeft][LoadFace][98][NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft]Dame Selena often visits our[NL]village when she's on patrol.[.][A][NL]She even came to our aid when[.][NL]we were attacked by bandits.[A][NL][ToggleMouthMove]......[ToggleMouthMove][A][NL]Please, I beg of you. Don't[.][NL]hurt Dame Selena.[.][A]}
|
|
MSG_0AFA {[OpenMidRight][LoadFace][20][NL][OpenMidRight]The Grado capital[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]It looks like it hasn't changed at[NL]all since the last time I was here.[.][A][NL]Eirika and I came here once long[NL]ago with our father.[A][NL]Duessel taught me the lance, and[NL]I studied history with Lyon.[A][NL2][NL]I never imagined I'd come back[NL]here armed for battle.[A]}
|
|
MSG_0AFB {[OpenMidLeft][LoadFace][46][NL][OpenMidRight][LoadFace][80][NL][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]And so the hero Grado and his companions[NL]used the five Sacred Stones to seal away[A][NL]the evil of the Demon King, and his wicked[NL]soul was locked within the Stone of Grado.[A][NL]The Stone of Grado came to be known[.][NL]as the Fire Emblem.[.][A][NL]To this day, it's kept safe and honored[.][NL]as a national treasure of the empire.[.][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]I think that's about it.[A][NL2][NL]For more on Grado's life, read [LQuote]Founding[NL]Emperor Grado.[RQuote] It's comprehensive.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]It's so thick.[A][NL][ToggleMouthMove]...[.][ToggleMouthMove]And the letters are so small.[.][A][OpenMidRight]But you have to read it. You don't want[.][NL]Father MacGregor to discipline you again.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]I'm no good with books.[.][A][NL]The problem is they don't move.[.][NL]I get bored silly.[A][NL]I understand so much better when[NL]you explain it to me, Lyon.[.][A][OpenMidRight]Yes, but[ToggleMouthMove]...[.][ToggleMouthMove]it's kind of weird to[.][NL]be helping you all the time.[A][NL2][NL]It's just that I admire you, Ephraim.[.][A][NL]I want to be strong, like you[.][ToggleMouthMove]--[ToggleMouthMove]brave[.][NL]and handsome[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]I've got an idea. Why don't you teach[.][NL]me to wield a lance, Ephraim?[.][A][NL]I can't let my defeat to Eirika go[NL]unchallenged. I look foolish.[.][A][OpenMidLeft]It's a deal.[NL]We practice tomorrow, though.[.][A][NL]If you want to beat Eirika, you[.][NL]have to take this seriously.[A][OpenMidRight]Just go easy on me, all right?[A]}
|
|
MSG_0AFC {[OpenMidRight][LoadFace][20][NL][OpenFarLeft][LoadFace][38][NL][OpenFarLeft]Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Aaaah![A][OpenFarLeft][MoveFarLeft][OpenMidRight][MoveMidRight][CloseSpeechSlow][LoadOverworldFaces][OpenMidRight]Another tremor[ToggleMouthMove]...[.][ToggleMouthMove][NL]They happen a lot, don't they?[A][CloseSpeechSlow][OpenMidRight][MoveRight][OpenRight]Are you all right, Myrrh?[.][A][OpenFarLeft]Yes, I was startled.[A][NL]Ephraim, this place[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Did it always shake like this?[A][OpenRight]Yeah, Grado's been prone to[.][NL]earthquakes for a long time.[A][NL]Tiny tremors like that happen[.][NL]all the time. Don't worry.[A][OpenFarLeft]Really?[.][A][NL]Um, Ephraim?[A][OpenFarLeft][MoveMidLeft][OpenRight]What is it?[.][A][OpenMidLeft]I can feel it[.][ToggleMouthMove]--[ToggleMouthMove]from inside the[.][NL]castle, I can feel the darkness.[A][NL]I feel a broad pool of darkness[.][NL]deep within its walls.[A][OpenRight]Perhaps it's coming from the[NL]throne room.[A][NL]That's where Emperor Vigarde,[.][NL]the man who started this, is.[.][A][NL]Let's go.[.][A]}
|
|
MSG_0AFD {[OpenMidRight][LoadFace][70][NL][OpenMidLeft][LoadFace][64][NL][OpenMidRight]Father[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]Father[ToggleMouthMove]...[.][ToggleMouthMove][NL]Have we been foolish?[.][A][NL]When you died, I couldn't[.][NL]accept the loss[.][ToggleMouthMove]... [ToggleMouthMove]I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If only I'd been stronger[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Urgh![.][A]}
|
|
MSG_0AFE {[OpenLeft][LoadFace][64][NL][OpenMidRight][LoadFace][107][NL][OpenMidRight]Your Majesty! Enemy soldiers[NL]are headed this way![A][NL]Oh, Prince[ToggleMouthMove]--[ToggleMouthMove][A][OpenFarLeft][LoadFace][74][NL][SendToBack][OpenFarLeft][ToggleMouthMove]...[.][ToggleMouthMove]Hi. What's wrong? Why such an[.][NL]unusual expression on your face?[A][NL]I'd rather you didn't look upon me[NL]as though I were some horrid beast.[.][A][OpenMidRight]I[.][ToggleMouthMove]...[.][ToggleMouthMove]I beg your pardon[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]Did you say we were under attack?[.][A][NL]I want all of you to strike the foe.[NL]Bring your weapons to bear on Ephraim.[A][NL]Is that acceptable, Father?[.][A][OpenLeft]Do[ToggleMouthMove]... [ToggleMouthMove]Do as he says.[A][OpenMidRight]Understood! Right away, Your Majesty![.][A]}
|
|
MSG_0AFF {[OpenMidRight][LoadFace][74][NL][OpenMidLeft][LoadFace][64][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]Command Grado, Emperor Vigarde[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Destroy Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A]}
|
|
MSG_0B00 {[OpenMidRight][LoadFace][36][NL][OpenMidRight]Ha ha! The spectacular capital of Grado.[NL]The richest city on the continent.[A][NL]With my expert eye, I judge this card[.][NL]to be an incomparable treasure.[.][A][NL]Once this is all done, I think I'll[.][NL]just scamper off on my own[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0B01 {[OpenMidRight][LoadFace][20][NL][OpenMidRight]Vigarde![A][NL]Why did you invade Renais?[NL]Why did you kill my father?[.][A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][64][NL][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][20][NL][OpenMidRight]Answer me, Vigarde![.][A][CloseSpeechSlow][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]So you really have lost hold[NL]of your senses, haven't you?[A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][64][NL][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft][ClearFace]}
|
|
MSG_0B02 {[OpenMidLeft][LoadFace][64][NL][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][37][NL][OpenMidRight]Your Majesty,[.][NL]am I finished?[A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][64][NL][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][37][NL][OpenMidRight]Your Majesty[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It's too late, isn't it?[A][CloseSpeechSlow][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Forgive me.[.][A][OpenMidRight][ClearFace]}
|
|
MSG_0B03 {[OpenMidLeft][LoadFace][64][NL][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft][ClearFace]}
|
|
MSG_0B04 {[OpenMidLeft][LoadFace][64][NL][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft][ClearFace]}
|
|
MSG_0B05 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][4][NL][OpenMidLeft]What? Is this[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Vigarde's corpse[ToggleMouthMove]--[ToggleMouthMove]it[ToggleMouthMove]...[.][ToggleMouthMove][NL]It disintegrated.[.][A][OpenMidRight]It must be some type of dark magic.[.][A][NL]Regardless, the capital has been captured.[A][NL]I'll lead a patrol through the castle.[NL]There may be enemy soldiers remaining.[A][OpenMidLeft]I'll go with you.[.][A][NL]Lyon may be somewhere[.][NL]within the castle.[A]}
|
|
MSG_0B06 {[OpenMidLeft][LoadFace][74][NL][OpenMidRight][LoadFace][20][NL][OpenMidLeft][ToggleSmile]Hello, Ephraim.[.][A][NL]I've been waiting for you. Looks[NL]like you've beaten my father.[.][A][NL2][NL]I thought you might[.][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]You really are powerful, aren't you?[A][ToggleSmile][OpenMidRight]Lyon![.][NL]Is that you?[A][NL]Lyon, you must tell me! What[NL]has happened here in Grado?[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]Why are you in this place?[A][NL]Your father[.][ToggleMouthMove]... [ToggleMouthMove]Emperor Vigarde,[NL]why didn't you stop him?[A][NL]Don't tell me you're caught[.][NL]up in this madness, too![A][NL]Answer me, Lyon![A][NL]You always told me you wanted[.][NL]what your father wanted[.][ToggleMouthMove]--[ToggleMouthMove]peace![A][OpenMidLeft]I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I[.][ToggleMouthMove]...[.][ToggleMouthMove]I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Urgh![.][A][NL2][NL][ToggleSmile][LoadOverworldFaces]Let me tell you something, Ephraim.[.][A][NL]I've been waiting for this moment[.][NL]for a very, very long time.[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I will make the world Grado's[.][ToggleMouthMove]--[ToggleMouthMove][NL]No, MY plaything.[.][A][NL]I've been planning this my whole life.[NL]Why else would I befriend you and Eirika?[.][A][NL2][NL]I needed to learn where and how to[NL]attack and destroy Renais[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Thanks to the two of you, I learned[.][NL]all I needed to know.[.][A][NL]While you feigned compassion for my[.][NL]weakness and scorned me in your hearts.[.][A][ToggleSmile][OpenMidRight]What?![NL]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You're wrong. We never[ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft]And then my chance arrived.[.][A][NL]I replaced my useless father, readied[.][NL]my tools, and set my plan in motion.[A][NL]I began by destroying Renais[ToggleMouthMove]...[.][ToggleMouthMove][NL]And then I murdered your father.[A][OpenMidRight]You[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You lie, Lyon![NL]You could never[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft][ToggleSmile]Shall I tell you a story? Would you like[NL]to hear of your father's last moments?[A][NL]You'll laugh really. Your father's such[.][NL]a weakling, and yet he tried so hard[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]Lyon![.][A][NL]No more insults to my father,[.][NL]or I may forget myself![.][A][OpenMidLeft][ToggleSmile]Oh, are you angry, Ephraim?[.][A][NL]But, not even you can stop me now.[A][NL2][NL]The Stones of Frelia and Renais are dust,[.][NL]and Jehanna's is soon to follow[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]Which leaves only two more[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I will destroy them one at a time[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I shall see my dream fulfilled[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]What?![A][OpenMidLeft]Ephraim, you are in my way.[.][NL]Therefore[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Ergh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL][ToggleMouthMove]...[.][ToggleMouthMove]How bothersome.[.][A][NL]I truly do wish to be your opponent,[NL]but I'm not yet at full strength.[.][A][NL]Let's meet again, shall we?[.][NL]Assuming you live, of course.[.][A][NL2][NL]I'll grant you the honor of dying at[NL]my hand. Like father, like son, eh?[.][A]}
|
|
MSG_0B07 {[OpenMidRight][LoadFace][20][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A]}
|
|
MSG_0B08 {[OpenMidRight][LoadFace][106][NL][OpenMidRight]Reporting in, sir![NL]We've found a cell in the back.[.][A][NL]There were captives[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0B09 {[OpenFarRight][LoadFace][4][NL][OpenRight][LoadFace][20][NL][OpenFarFarLeft][LoadFace][41][NL][SendToBack][OpenFarFarLeft]Who is it?[A][OpenFarRight]Ah![.][A][OpenFarFarLeft][MoveFarLeft][OpenFarLeft]Has my execution been[.][NL]moved up on the schedule?[.][A][NL]Wait. You're not a Grado[NL]soldier. Who are you?[.][A][OpenRight]I am Ephraim of Renais.[.][NL]And who are you?[A][OpenFarLeft]That's an odd question for an[.][NL]executioner. My name is Knoll.[A][NL]Until recently, I was one of Grado's[NL]top researchers in arcane matters.[A][OpenFarRight]So why is it you are locked up here?[A][OpenFarLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenRight]You need not answer if you do not wish to.[NL]Tell me, what is Lyon attempting to do?[.][A][NL]I still have things I intend to ask him.[A][OpenFarLeft]You wish to speak to Prince Lyon?[.][A][NL]You really don't know anything,[.][NL]do you?[.][A][OpenRight]What do you mean?[.][A][NL]Is there something wrong with[.][NL]Lyon? What do you know?[.][A][OpenFarLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]I'll tell you all I know, if[NL]you would like.[.][A][NL]However, I think you will not[.][NL]thank me once you hear it.[A][CloseSpeechSlow][OpenFarLeft]It all began one year ago[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]That was when the emperor died.[.][A][NL]The emperor's health worsened,[NL]and then he[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Hold.[.][NL]What are you about?[.][A][NL]One year ago? That's before Grado's[.][NL]invasion of Renais began.[.][A][NL]And I just saw the emperor.[.][NL]I killed him with my own hands.[.][A][OpenFarLeft]Allow me to continue in the order[.][NL]in which everything occurred.[.][A][NL]One year ago, the emperor died of[.][NL]the illness that had plagued him.[.][A][NL]Prince Lyon was devastated. He[NL]fell into an endless despair.[.][A][NL]He felt unworthy to take the throne,[NL]unable to rule without his father.[A][OpenRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenFarLeft]He then began to look for a way to[NL]overturn his father's demise.[.][A][NL]He wanted to resurrect him[ToggleMouthMove]--[ToggleMouthMove][A][OpenRight]Wait, resurrect him?[A][OpenFarLeft]Yes.[A][NL]As you know, the Stone of Grado is[NL]possessed of[ToggleMouthMove]...[.][ToggleMouthMove]unique powers.[A][NL]It was once used to seal away the Demon[.][NL]King, and it alone held the dark one's soul.[A][NL]It burned within with the Demon King's[NL]rage, and we called it the Fire Emblem.[.][A][NL2][NL]Prince Lyon and a team of mages skilled in[NL]ancient lore hoped to harness its energies.[.][A][NL]I remember the joy in Prince Lyon's eyes[NL]when he spoke of using it to save lives.[A][OpenRight]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]Prince Lyon told us he intended to use[NL]the Fire Emblem to restore the emperor.[.][A][NL]His death had been kept from the public,[NL]but rumors were beginning to fly.[.][A][NL]We knew we had to hurry, before the people[NL]learned the truth of the emperor's death.[.][A][NL]Prince Lyon dedicated himself to research,[NL]skipping meals, foregoing sleep[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]And then[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]What happened?[A][OpenFarLeft]I wasn't there, so I did not[NL]witness it firsthand.[.][A][NL]By the time I arrived, the[NL]deed had already been done.[.][A][NL2][NL]The Fire Emblem had been[NL]shattered, split in two.[A][NL]One was a Sacred Stone,[.][NL]and the other[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0B0A {[OpenLeft][LoadFace][80][NL][OpenMidRight][LoadFace][47][NL][OpenMidRight]Prince Lyon![NL]What's happened?[A][NL]Prince[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Oh, hello, it's you[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]What was your name again?[.][A][NL]Ah, yes. Knoll. You're one[NL]of my researchers.[A][NL2][NL]I've glad tidings for you.[NL]My father is back.[A][OpenMidRight]The emperor?[A]}
|
|
MSG_0B0B {[OpenLeft][LoadFace][79][NL][OpenFarLeft][LoadFace][80][NL][OpenMidRight][LoadFace][47][NL][SendToBack][OpenLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenFarLeft]Come, Father[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Open your eyes.[.][A][OpenLeft][HalfCloseEyes][OpenLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]Your[ToggleMouthMove]... [ToggleMouthMove]Your Majesty![.][NL]This is incredible![.][A][NL]Prince Lyon, what miracle[.][NL]is this? It cannot be![A][NL]What[ToggleMouthMove]--? [ToggleMouthMove]What is that stone?[.][A][OpenFarLeft]This? This is the Dark Stone. It bears[NL]even more power than any Sacred Stone.[A][NL]I extracted and condensed all of the[NL]magic bound within the Fire Emblem.[.][A][NL]The Dark Stone's power is what gave[.][NL]my father back the spark of life.[.][A][OpenMidRight]The Dark Stone[ToggleMouthMove]...?[ToggleMouthMove][A][OpenFarLeft]Now that the Dark Stone is mine, I[NL]have no need for this empty husk.[.][A]}
|
|
MSG_0B0C {[OpenLeft][LoadFace][79][NL][OpenLeft][HalfCloseEyes][OpenFarLeft][LoadFace][80][NL][OpenMidRight][LoadFace][47][NL][SendToBack][OpenMidRight]P-Prince Lyon! The Sacred Stone[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]What have you done?[.][A][OpenFarLeft]They are all in the way.[NL]The Sacred Stones, I mean.[A][NL]Four more remain, and they[NL]must all be destroyed.[A][CloseSpeechSlow][OpenFarLeft]The only stone we need now[NL]is this Dark Stone of mine.[.][A]}
|
|
MSG_0B0D {[OpenMidLeft][LoadFace][41][NL][OpenMidRight][LoadFace][20][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]After that[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]His Majesty ordered the invasion of[.][NL]Renais, as Prince Lyon asked him to.[A][NL2][NL]Father MacGregor grew concerned with[NL]Prince Lyon's health.[.][A][NL]He tried several times to dissuade him[NL]from his path.[A][NL]Prince Lyon executed him personally.[A][NL2][NL]I, too, was branded a traitor and arrested.[.][NL]My execution was scheduled for tomorrow.[A][OpenMidRight]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Where is he now?[A][OpenMidLeft]Would that I knew.[A][NL]Prince Lyon frightens me now.[.][A][NL]He is[.][ToggleMouthMove]...[.][ToggleMouthMove]transformed[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]He's[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]Lyon is my friend.[A]}
|
|
MSG_0B0E {[OpenMidLeft][LoadFace][41][NL][OpenMidLeft]This way, Prince Ephraim.[.][A][NL]I believe it's here[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][LoadFace][20][NL][OpenMidRight]What is it?[.][NL]What is this place?[.][A][OpenMidLeft]This is the former resting place of[.][NL]the Stone of Grado, the Fire Emblem.[A][NL]We've kept the Sacred Twins of Grado[NL]here as well.[.][A][NL]If we're still lucky, they may still[NL]be here.[A][OpenMidRight]The Sacred Twins[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Those are the ancient weapons once[NL]wielded by the founders of our nations.[.][A][NL]Let's see if I remember my studies[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Emperor Grado's were the magic tome[.][NL]Gleipnir and Garm, the black axe.[.][A][OpenMidLeft]That is correct.[NL]You know your history well.[.][A][OpenMidRight]Yeah, it's something I learned[NL]long ago from Lyon.[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]Well, let's see if they're[NL]still here, shall we?[.][A]}
|
|
MSG_0B0F {[OpenLeft][LoadFace][4][NL][OpenLeft]Prince Ephraim.[.][A][NL]Here[ToggleMouthMove]... [ToggleMouthMove]I've found the[NL]Sacred Twin relics.[.][A][OpenMidRight][LoadFace][20][NL][OpenMidRight]And here they are[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Yet I don't understand.[.][A][NL]The Sacred Stone was destroyed,[.][NL]but these were left untouched?[A][NL]Why?[A][OpenFarLeft][LoadFace][41][NL][OpenFarLeft]I know not[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Perhaps[.][ToggleMouthMove]... [ToggleMouthMove]No, never mind.[.][NL]It's an idle thought.[.][A][NL2][NL]Prince Ephraim, please take[.][NL]these relics with you.[A][OpenMidRight]Is that all right?[A][OpenFarLeft]Yes. I want you to have them. And maybe[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Maybe someone else wanted you to have[.][NL]them as well.[.][A]}
|
|
MSG_0B10 {[OpenMidRight][LoadFace][20][NL][OpenMidLeft][LoadFace][105][NL][OpenMidLeft]Prince Ephraim![.][A][OpenMidRight]You've come at a good time, soldier.[NL]I want you to take a message to Frelia.[.][A][NL]Actually[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][MoveMidLeft][OpenMidLeft]We've received dire news from Jehanna![A][NL]It's about Princess Eirika and[NL]Prince Innes[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]They're under attack by Grado forces[NL]led by Tiger Eye and Moonstone.[.][A][OpenMidRight][MoveRight][OpenRight]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight][LoadFace][4][NL][SendToBack][OpenFarRight]Caellach Tiger Eye and[NL]Valter Moonstone[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]They're supposed to be the most[.][NL]powerful of Grado's imperial generals.[A][NL]For them to have abandoned the capital[NL]and lead the battle into Jehanna[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]The Knights of Rausten have ridden to[.][NL]the eastern front to aid Frelia, but[A][NL]the enemy attacks have been brutal.[.][NL]I fear for their survival.[A][OpenRight]We march for Jehanna immediately![.][NL]We will rescue Eirika.[A][OpenMidLeft]B-but even if we leave now, we[NL]will not make it in time[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]We'll make it. Rest easy on that.[.][A][NL2][NL]Eirika is my sister. That one will[NL]never lay down her blade.[.][A][NL]And I am Eirika's brother. There is[.][NL]no way I'll let my sister die![A]}
|
|
MSG_0B11 {[OpenMidLeft][LoadFace][36][NL][OpenMidRight][LoadFace][20][NL][OpenMidRight]You there, hold.[A][OpenMidLeft]Huh?[.....] [.][ToggleMouthMove]...[.][ToggleMouthMove]You're a man. Sorry,[NL]pal, but I'm not interested in men.[.][A][OpenMidRight]What are you doing here in the castle?[A][NL]You seem to be weighed down a bit.[NL]Helping yourself to the treasure?[.][A][OpenMidLeft][ToggleSmile]Ha! I've no idea what you're[NL]talking about.[A][NL2][NL]Now, wait a minute[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You couldn't be[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Aren't you Prince Ephraim?!?[A][ToggleSmile][OpenMidRight]Hm? I'm Ephraim, but[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I-I thought so. You're the one[NL]they call the Beast of Renais[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I've heard tales of how you've looted[.][NL]and pillaged your way across the land[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]What?[.][A][OpenMidLeft]H-hold on! Calm down! You won't[.][NL]get any treasure by killing me.[.][A][NL]If you want these goods, it'll[NL]cost you. 10,000 gold.[A][OpenMidRight]10,000 gold?[A][OpenMidLeft]Yeah[ToggleMouthMove]...[.][ToggleMouthMove][NL]Is that too high?[.][A][NL]Fine, then you get my sword[.][NL]as well. I'll join your army.[.][A][NL]So that's me and the treasure for[.][NL]only 9,980 gold! What do you say?[.][A][OpenMidRight]You know, I have no idea how I[NL]got pulled into this conversation.[A][NL]9,980 gold, eh?[.][A]}
|
|
MSG_0B12 {[OpenMidLeft][LoadFace][36][NL][OpenMidRight][LoadFace][20][NL][OpenMidLeft]What? You again?[A][NL]How about it? Gathered[NL]up 9,980 gold yet?[A]}
|
|
MSG_0B13 {[OpenMidRight]I don't have that kind of money.[A][OpenMidLeft]What? You're lying now, aren't you?[.][A][NL]Rumor has it you've stored away so[NL]much gold, you groan from its weight[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ClearFace][CloseSpeechSlow][OpenMidLeft]Whoa! H-hold on a moment![.][A][NL]You're not going to kill me just because[NL]you can't afford my price, are you?[.][A]}
|
|
MSG_0B14 {[OpenMidRight]I haven't decided yet[.][ToggleMouthMove]...[.][ToggleMouthMove][NL][Yes]}
|
|
MSG_0B15 {[OpenMidRight]Here's 9,980 gold.[NL]Is this sufficient?[.][A][OpenMidLeft]Huh?[A][NL]M-may I really take it?[.][A][OpenMidRight]Sorry?[.....][NL]You set the price yourself, didn't you?[.][A][NL]Now that I've hired you, I intend to[NL]get my money's worth.[.][A][OpenMidLeft]You[.][ToggleMouthMove]...[.][ToggleMouthMove]aren't going to stab me once[NL]I've taken your money, are you?[.][A][NL]Once the fighting's all done, you won't[.][NL]burn me at the stake or anything?[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]What rumors are these people[NL]spreading about me?[.][A]}
|
|
MSG_0B16 {[OpenMidRight]Sorry, but I don't actually[.][NL]have the gold to hire you.[A][OpenMidLeft]What? You're lying now, aren't you?[.][A][NL]Rumor has it you've stored away so[NL]much gold, you groan from its weight[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ClearFace][CloseSpeechSlow][OpenMidLeft]Whoa! H-hold on a moment![.][A][NL]You're not going to kill me just because[NL]you can't afford my price, are you?[.][A]}
|
|
MSG_0B17 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]Princess Eirika,[NL]are you well?[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]Princess Eirika![A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Oh[ToggleMouthMove]...[.][ToggleMouthMove]Seth?[.][A][OpenMidRight]Yes, it's me.[.][A][NL]Please, you must rest. If we[NL]continue like this, you'll[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]No[ToggleMouthMove]...[.][ToggleMouthMove]it's all right.[.][NL]We're all suffering[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We're still completely surrounded[.][NL]by Grado's armies[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We may all die at any moment[ToggleMouthMove]...[.][ToggleMouthMove][NL]I can't lose focus now.[.][A][NL]Has anything changed?[.][A][OpenMidRight]Unfortunately, no. On every front, our[NL]forces meet with defeat upon defeat.[A][NL]Rausten's knights are scattered and worn,[.][NL]and the enemy is closing in around them.[A][NL]And this accursed sand[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Most of the units can't get proper[NL]footing and are being slowed down.[A][NL]Mounted units are having the worst time,[NL]as their movement is severely limited.[A][NL]Princess Eirika[.][ToggleMouthMove]...[.][ToggleMouthMove][......][NL]I ask that you leave for safety.[A][NL]We'll use flying units and magic users[NL]to hold the foe here.[.][A][OpenMidLeft]No. I will not retreat.[.][A][NL]If I give up now[ToggleMouthMove]...[.][ToggleMouthMove][NL]My brother would not forgive me.[A][NL]I'm the princess of Renais. I will[NL]fight, either to victory or to death.[.][A][CloseSpeechSlow][OpenMidLeft]Brother, I[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0B18 {[OpenMidLeft][LoadFace][72][NL][OpenMidRight][LoadFace][66][NL][OpenMidLeft]Valter[ToggleMouthMove]...[.][ToggleMouthMove][NL]You should stop playing around.[.][A][NL]If you don't finish off Eirika's[NL]forces swiftly[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Her brother's left the capital. He[NL]should be arriving here shortly.[A][NL]You don't want to be fighting her[.][NL]still when he arrives. Trust me.[A][NL]We are equals here in Grado's army.[.][NL]Would you like me to assist?[A][OpenMidRight]All you need to do is vanish,[.][NL]you disgusting old man.[.][A][NL]Eirika is mine.[.][NL]I won't let you have her.[.][A][NL]She is so strong, so beautiful[ToggleMouthMove]...[.][ToggleMouthMove][NL]She's the prey I've dreamed of.[.][A][OpenMidLeft][ToggleSmile]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Your fangs are still sharp, eh?[.][NL]Good. Very good.[A][NL2][NL]Ah, Valter[ToggleMouthMove]... [ToggleMouthMove]You're a beast.[.][A][NL]You're bound to no country. You[.][NL]care nothing for friend or foe.[.][A][NL]Kill a man, claim a woman[.][ToggleMouthMove]... [ToggleMouthMove]You live[NL]for nothing more, you wretched beast.[.][A][NL]That's your strength. That's what makes[.][NL]you stronger than any man alive.[A][NL]A beast acts without remorse. Man's[.][NL]morality cannot win. It's nature's way[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]The stage is all yours, Valter. Do[NL]not fail to get the girl's bracelet.[A][NL]Our master demands it[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ClearFace][OpenMidRight]The time is nigh, Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]Come to me![.][A]}
|
|
MSG_0B19 {[OpenMidLeft][LoadFace][20][NL][OpenMidLeft]There's Jehanna Hall[ToggleMouthMove]...[.][ToggleMouthMove][NL]It's nothing but a ruin now.[A][NL]Blast! I don't know what's[NL]happened, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'd better get to Eirika and the[NL]others as soon as possible.[.][A][OpenMidRight][LoadFace][4][NL][OpenMidRight]I've discovered which of Grado's generals[.][NL]lead the forces surrounding the hall.[.][A][NL]Valter the Moonstone and[NL]Caellach the Tiger Eye.[.][A][NL]Two of the strongest of the empire's[NL]generals, with near-peerless forces.[A][NL]Above all else, we must rescue Princess[.][NL]Eirika, and yet[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If you fall, Prince Ephraim, we're all[NL]finished. And this accursed sand[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Most of the units can't get proper[NL]footing and are being slowed down.[A][NL]Mounted units are having the worst time,[NL]as their movement is severely limited.[A][NL]Some of us can move better than[.][NL]others, though[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]A combination of magic wielders and sky[.][NL]riders should give us some advantage.[.][A][NL]Whatever we do, we must move cautiously.[A][OpenMidLeft]I understand. This is just[NL]like the battle for Renvall.[A][NL]We either rescue Eirika or[NL]defeat all the enemy troops.[A][NL]If we accomplish either goal,[.][NL]victory is ours.[A][NL2][NL]Let's move![.][A]}
|
|
MSG_0B1A {[OpenMidLeft][LoadFace][70][NL][OpenMidRight][LoadFace][67][NL][OpenMidLeft]How goes it, Caellach?[A][OpenMidRight]Ah, Prince Lyon.[A][NL]Thank you, Your Highness, for gracing[.][NL]me with[.][ToggleMouthMove]...[.][ToggleMouthMove]your royal[ToggleMouthMove]...[.][ToggleMouthMove]er[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]You can stop. There's no need for you to[NL]put on airs.[A][NL]You were made general for your military[.][NL]prowess, not your flowery speech.[.][A][OpenMidRight]And an honor it is.[.][A][NL]You know, Prince Lyon, you've got a lot of[NL]nerve.[A][NL]You've really worked over your dear friend[NL]the princess of Renais. Are you satisfied?[A][OpenMidLeft]Is there some reason you ask?[.][A][OpenMidRight]No, not really.[.][A][NL]I just wanted to see how[NL]you'd react. That's all.[A][OpenMidLeft]She[.][ToggleMouthMove]... [ToggleMouthMove]Eirika has always been[NL]a very important person in my life.[.][A][NL]Both she and her brother have been[NL]friends of mine for a long time.[A][NL]Tell me, Caellach, do you have any[NL]friends to speak of?[A][OpenMidRight]Huh?[NL]Yeah, I got one.[A][NL]An old mercenary I fought with, went[NL]by the name of Joshua.[A][NL]He was a fool and a scoundrel, but[NL]now that he's gone, I miss the lad.[.][A][NL]I don't know where he's at or what[NL]he's doing, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Do you miss that life? Do you ever want[.][NL]to be a mercenary again, to see him?[A][OpenMidRight]Nope. The time we worked together was[.][NL]fun and all, but[ToggleMouthMove]... [ToggleMouthMove]No.[.][A][NL]I don't want to end up another no-name[NL]mercenary lying dead in a ditch.[A][NL]I'd rather serve the Grado Empire[.][NL]and make a name for myself.[.][A][NL]I'm going to see how far my axe will[NL]take me. And then, one day[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]One day, you'll kill me and be[NL]emperor in my stead. Is that it?[A][OpenMidRight]Uh[ToggleMouthMove]... [ToggleMouthMove]That's[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]It's all right. Think whatever you[NL]like if it helps you do your duty.[A][NL]As long as you do what I assign you[.][NL]to do, I'm happy.[.][A][NL]But for now, I'm going. You know[NL]what you need to do.[A][OpenMidRight]Yep, leave it to me.[A][NL]I am General Caellach, the Tiger Eye[NL]of the Grado Imperial Army, after all![A][NL]Once my prey is within my reach,[NL]I never let it escape.[A][NL]Too bad for the princess, but they've[.][NL]no chance at winning. None at all.[A]}
|
|
MSG_0B1B {[OpenMidLeft][LoadFace][20][NL][OpenMidLeft]That building beyond the dunes[NL]is Jehanna Hall.[A][NL]I expect that's where we'll find[NL]Eirika and her companions.[A][NL]Duessel, Knoll.[.][A][NL]It's time we rescued Eirika.[NL]I'll need all your strength.[A][OpenRight][LoadFace][37][NL][OpenRight]Of course, Your Highness.[.][A][NL]I've pledged my service and[.][NL]my axe. You shall have both.[A][OpenFarRight][LoadFace][41][NL][OpenFarRight]Princess Eirika[.][ToggleMouthMove]... [ToggleMouthMove]She's a[.][NL]friend of Prince Lyon's, isn't she?[.][A][NL]I'll do what I can to help you.[.][A][NL]I feel like that is what Prince[.][NL]Lyon would want.[A][OpenMidLeft]The enemy's numbers are great, but[NL]we do not need to face them alone.[A][NL]We must move quickly to join forces[.][NL]with Eirika and her company.[A][NL]I'm sure Seth and Innes will be[.][NL]there waiting for us.[.][A][NL]Let's move![.][A]}
|
|
MSG_0B1C {[OpenMidLeft][LoadFace][2][NL][OpenMidLeft]Prince Innes[ToggleMouthMove]...[.][ToggleMouthMove][NL]And Saleh.[A][NL]I'm sorry. I'm absolutely[.][NL]powerless here[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight][LoadFace][15][NL][OpenRight]Eirika, you have nothing to apologize for.[NL]We're not defeated yet.[.][A][NL]Jehanna Hall has fallen, that much is true.[.][A][NL]But if we can hold out until Ephraim arrives,[.][NL]we still have a chance of victory.[A][OpenFarRight][LoadFace][32][NL][OpenFarRight]And reports place Lady Myrrh at[.][NL]Prince Ephraim's side.[A][NL]It is my duty to protect her.[.][A][NL]I will not die without having[.][NL]fulfilled my obligation to her.[.][A][OpenMidLeft]You're right[ToggleMouthMove]...[.][ToggleMouthMove][NL]I made a promise, too.[A][NL]I told Ephraim I would live to see[NL]him again.[A][NL]We have to pull together. All of us. We[.][NL]just have to hold out a little longer.[A][NL]If we pool our strength now, I vow that we[NL]will all live to see our friends again.[.][A]}
|
|
MSG_0B1D {[OpenMidLeft][LoadFace][66][NL][OpenMidLeft]Mmm[.][ToggleMouthMove]... [ToggleMouthMove]I've been waiting[.][NL]for you, Eirika![A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][2][NL][OpenMidRight]Who are you?[A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][66][NL][OpenMidLeft]Have you forgotten? We met[NL]once at Castle Renais.[A][NL]No? Look closely, Eirika.[.][A][NL]Do you not remember the face[NL]of he who will master you?[A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][2][NL][OpenMidRight]Wha[.][ToggleMouthMove]--!?[ToggleMouthMove][A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][66][NL][OpenMidLeft]Yes, resist.[A][NL]It's much more fun[NL]for me that way.[A][NL]Come, Eirika. I should[NL]like to tame you.[.][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][2][NL][OpenMidRight]I am here on a mission.[.][A][NL]One that I swore to my[NL]brother I would fulfill.[A][NL]I will not be stopped by[NL]the likes of you![.][A][OpenMidRight][ClearFace]}
|
|
MSG_0B1E {[OpenMidLeft][LoadFace][66][NL][OpenMidLeft]Hello again, Ephraim.[.][A][NL]I let you flee once, but this[.][NL]time, there's no escape.[A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][20][NL][OpenMidRight]Escape?[.][NL]I'm not going anywhere.[.][A][NL]I came here for you.[NL]I came to defeat you.[.][A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][66][NL][OpenMidLeft]What's this?[A][NL]A scurrying little mouse[NL]that roars like a lion?[.][A][NL]Are you saying this time[NL]will be different than last?[A][NL]Will you finally provide me[.][NL]with some amusement?[A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][20][NL][OpenMidRight]I'll do far more than that.[.][A][NL]I'll provide you with a messy[.][NL]end to your sorry life.[.][A][OpenMidRight][ClearFace]}
|
|
MSG_0B1F {[OpenMidLeft][LoadFace][66][NL][OpenMidLeft]What now, Cormag?[.][A][NL]Have you betrayed your[NL]oaths and your emperor?[.][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][19][NL][OpenMidRight]I have.[.][A][NL]I can no longer serve Grado.[A][NL]But I must know the truth,[NL]Valter, and you will tell me.[.][A][NL]You're the one who murdered[.][NL]my brother, aren't you?[.][A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][66][NL][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Hmph.[.][A][NL]No reason for lies, seeing as[.][NL]you're nothing but a traitor.[.][A][NL]You're right, Cormag![.][A][NL]I was the one who cut your[NL]brother down.[.][A][NL]He was just like you, a[.][NL]weak, pitiful fool.[.][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][19][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL2][NL]Ha[ToggleMouthMove]...[.][ToggleMouthMove]ha ha ha[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][66][NL][OpenMidLeft]Why do you laugh, dolt?[.][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][19][NL][OpenMidRight]How can I not?[A][NL]I've dreamt of revenge,[.][NL]chased it for days[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]And now, it's here before me![.][A][NL]Oh, Valter[ToggleMouthMove]... [ToggleMouthMove]Your death[NL]will be slow and agonizing.[.][A][OpenMidRight][ClearFace]}
|
|
MSG_0B20 {[OpenMidLeft][LoadFace][66][NL][OpenMidLeft]Is that you, Cormag?[A][NL]Even you have turned your[.][NL]back on your emperor?[.][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][19][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][66][NL][OpenMidLeft]Don't tell me you stand there[.][NL]thinking you can beat me.[.][A][NL]You're not strong enough.[.][NL]You know this to be true.[.][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][19][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][66][NL][OpenMidLeft]If you swear fealty to Grado[NL]again, I may let you live.[A][NL]You don't want to die an[NL]oath breaker, do you?[.][A][NL]Well? Will you crawl before me[NL]and beg for forgiveness?[A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][19][NL][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Yes, I have broken my[.][NL]vows, Valter.[.][A][NL]And yes, it may be I who falls[NL]when we tilt lances[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But a dog like you will never[.][NL]see me crawl.[.][A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][66][NL][OpenMidLeft]Brave words from a traitor.[.][A][NL]Let's see if your lance is[NL]as sharp as your tongue.[A][OpenMidLeft][ClearFace]}
|
|
MSG_0B21 {[OpenMidRight][LoadFace][42][NL][OpenMidRight]Caellach.[.][A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][67][NL][OpenMidLeft]Hey![NL]If it isn't Joshua.[.][A][NL]It's been a long time.[NL]Have you been well?[.][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][42][NL][OpenMidRight]I've been all right. Still[NL]working as a mercenary.[.][A][NL]When did you get all proper[.][NL]and join the Grado army?[A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][67][NL][OpenMidLeft]Didn't I tell you?[A][NL]I wasn't about to waste my[NL]life as a nameless soldier.[.][A][NL]Still, I think back on those[NL]days a lot lately[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]My axe and your sword[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]The two of us were a deadly[.][NL]pair, eh?[.][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][42][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][67][NL][OpenMidLeft]By the way[ToggleMouthMove]...[.][ToggleMouthMove][NL]I know all about you, Joshua.[.][A][NL]Who you really are I mean.[NL]The prince of Jehanna, huh?[.][A][NL]When did you plan on sharing[NL]the wealth, you sneaky dog?[.][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][42][NL][OpenMidRight]Listen[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You can't reduce a nation to[NL]loot waiting to be divided.[.][A][NL]And more importantly, I made[NL]a vow to my mother.[.][A][NL]I'm going to succeed her as[.][NL]ruler of my homeland.[.][A][NL2][NL]Hey, Caellach[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You're the one who killed[.][NL]my mother, aren't you?[A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][67][NL][OpenMidLeft]Yeah[ToggleMouthMove]... [ToggleMouthMove]Sorry 'bout that.[.][NL]Things happen, you know?[A][NL]C'mon, Joshua,[NL]don't hate me.[A][NL]This is war. There's nothing[NL]you can do about it.[A][NL]Besides, grudges get in the[.][NL]way of work, right?[.][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][42][NL][OpenMidRight]That's true.[NL]It's as you say.[A][NL]Listen, Caellach[ToggleMouthMove]...[.][ToggleMouthMove][NL]I've got to kill you now.[.][A][NL]Don't hold it against me.[.][A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][67][NL][OpenMidLeft]You arrogant[ToggleMouthMove]...[.][ToggleMouthMove][NL]You haven't changed a bit![A][NL]I've always wanted to show[NL]you who's better, Joshua.[.][A][NL]And I'm even stronger than[NL]I used to be.[.][A][NL]I'm gonna wipe that smug look[.][NL]off your face for good![.][A][OpenMidLeft][ClearFace]}
|
|
MSG_0B22 {[OpenMidRight][LoadFace][42][NL][OpenMidRight]It's been a long[NL]time, Caellach.[.][A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][67][NL][OpenMidLeft]Is that really you, Joshua?[.][NL]How long's it been?[.][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][42][NL][OpenMidRight]About two years[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]What've you been doing?[.][A][NL]You know, that innkeeper's[NL]still mad you stiffed him.[A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][67][NL][OpenMidLeft]Oh, please[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You telling me that old[.][NL]dog's still alive?[A][NL][ToggleMouthMove]...[.][ToggleMouthMove]How's the rest of the[.][NL]troop doing?[A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][42][NL][OpenMidRight]They're getting by.[.][A][NL]Some of them ended up[.][NL]feeding the crows, though[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][67][NL][OpenMidLeft]Is that so?[.][A][NL]Those were good times,[NL]weren't they, Joshua?[.][A][NL]We were terrors on the[NL]battlefield and worse off it.[.][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][42][NL][OpenMidRight]Yeah, we were.[A][NL]You'd get carried away and[NL]pick fights with me[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You always said the same[NL]thing: [LQuote]I will be king![RQuote][A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][67][NL][OpenMidLeft]Yeah. That's my dream.[A][NL]And I'll do anything to[.][NL]make it come true.[A][NL]What do you say, Joshua?[NL]Let's team up again?[A][NL]Leave those losers you're[.][NL]with and work for me.[.][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][42][NL][OpenMidRight]Sorry, can't do it.[.][A][NL]I'm not going to let[NL]you use me for anything.[A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][67][NL][OpenMidLeft]Bah[.][ToggleMouthMove]... [ToggleMouthMove]You're a cold[.][NL]fish, aren't you.[.][A][NL]That's one thing that hasn't[NL]changed about you.[A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][42][NL][OpenMidRight]You haven't changed[.][NL]much either.[A][NL]You're still as[.][NL]shameless as ever.[A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][67][NL][OpenMidLeft]Ha ha![NL]That's the truth.[.][A][NL2][NL]Well[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You want to get started?[A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][42][NL][OpenMidRight]Mm[ToggleMouthMove]... [ToggleMouthMove]Sure.[.][A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][67][NL][OpenMidLeft]I'm stronger than I used[NL]to be.[A][NL]No offense, but you're not[NL]in my league anymore.[.][A][NL]Don't hate me, Joshua.[A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][42][NL][OpenMidRight]Same to you.[A][OpenMidRight][ClearFace]}
|
|
MSG_0B23 {[OpenMidLeft][LoadFace][66][NL][OpenMidLeft]I've no use for these[.][NL]bloodless minnows[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Give me prey that will[NL]sate my bloodlust[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]I hunger![.][A]}
|
|
MSG_0B24 {[OpenMidLeft][LoadFace][66][NL][OpenMidLeft]Urggh[.][ToggleMouthMove]... [ToggleMouthMove]Gaaaah![.][A]}
|
|
MSG_0B25 {[OpenMidLeft][LoadFace][67][NL][OpenMidLeft]You're a stepping-stone[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]And I'm moving up.[A][NL]Don't take it personally.[.][A]}
|
|
MSG_0B26 {[OpenMidLeft][LoadFace][67][NL][OpenMidLeft]Bla[.][ToggleMouthMove]... [ToggleMouthMove]Blast[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]A bit more, and[.][ToggleMouthMove]...[.][ToggleMouthMove]a crown[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]would have been[.][ToggleMouthMove]...[.][ToggleMouthMove]mine[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0B27 {[OpenMidRight][LoadFace][2][NL][OpenMidLeft][LoadFace][20][NL][OpenMidRight][MoveRight][OpenRight]Brother![A][OpenMidLeft]Eirika![.][A][OpenRight]Oh, Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I've missed you so.[.][A][OpenMidLeft]And I've missed you.[A][NL]I can't tell you how happy[NL]I am to see you safe.[.][A][CloseSpeechSlow][OpenMidLeft]Oh, I almost forgot. I have[.][NL]something to give you.[A][OpenRight]What are these?[.][A][OpenMidLeft]These are called Sacred Twins. We[.][NL]took these relics from Grado.[.][A][NL]The dark tome Gleipnir and[NL]the black axe Garm[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]I doubt either of us can use them, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Why not see if one of your companions can[.][NL]use them. They might have better luck.[A][OpenRight]They're from Grado?[.][A][NL]Does this mean Grado Keep[.][NL]has fallen?[.][A][OpenMidLeft]Yes. I conquered the capital and[NL]defeated Emperor Vigarde.[.][A][NL]But still[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight][LoadFace][34][NL][OpenFarRight]Eirika, may I make[NL]a suggestion?[.][A][NL]We've been able to[NL]join forces here so[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]How about if we all get together[NL]and trade information.[A][NL]There are people on both[NL]sides waiting after all.[A]}
|
|
MSG_0B28 {[OpenMidRight][LoadFace][2][NL][OpenMidLeft][LoadFace][20][NL][OpenMidLeft][MoveLeft][OpenLeft]Eirika![.][A][OpenMidRight]Brother![A][OpenLeft]You've done well, Eirika.[.][A][OpenMidRight]Thanks to you, Ephraim.[.][A][NL]Ah[ToggleMouthMove]... [ToggleMouthMove]Wait a moment.[NL]I've something to give you.[.][A][OpenLeft]These are[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]These are the Sacred Twin[.][NL]relics of Jehanna.[A][NL]The ice sword Audhulma and[NL]the wind blade Excalibur.[.][A][OpenLeft]Jehanna's Sacred Twins?[.][A][NL]But it seems like we were[.][NL]too late[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Jehanna Hall has fallen.[A][OpenMidRight]Yes, and Queen Ismaire died[.][NL]resisting Grado.[A][OpenFarLeft][LoadFace][34][NL][OpenFarLeft]Now that we have, at last, been[.][NL]reunited once again,[A][NL]perhaps this would be a good[NL]time to share information.[A][NL]I'm sure we all are most anxious[NL]to learn of what has happened.[A]}
|
|
MSG_0B29 {[OpenFarLeft][LoadFace][2][NL][OpenLeft][LoadFace][20][NL][OpenRight][LoadFace][15][NL][OpenFarRight][LoadFace][34][NL][OpenLeft]I see unfamiliar faces among you here,[NL]so allow me to introduce myself.[A][NL]I am Ephraim, Eirika's brother and[NL]crown prince of Renais.[.][A][OpenFarRight]I'm Princess L'Arachel of Rausten.[NL]The pleasure is mine, of course.[A][OpenLeft]I'll begin by telling you of[NL]how we've fared in our mission.[.][A][NL]We seized the Grado capital and[.][NL]defeated her emperor, Vigarde.[A][NL]Grado's capital guard have, to a man,[.][NL]surrendered and laid down their arms.[.][A][NL]Pockets of resistance remain, but the[.][NL]war itself is over.[.][A][OpenRight]Is that so?[.][A][OpenLeft]However, something remains that[.][NL]still bothers me.[.][A][NL]A Grado man named Knoll told me about[.][NL]something called a [LQuote]Dark Stone.[RQuote][A][CloseSpeechSlow][OpenLeft]Their mages had uncovered lore that led[.][NL]them to craft a powerful magic stone.[.][A][NL]This Dark Stone may have been the[.][NL]catalyst of Grado's transformation.[.][A][NL]It seems to be the source of that black[.][NL]wave of energy Myrrh described.[.][A][CloseSpeechSlow][OpenLeft]Vigarde died some time ago, but the power[.][NL]of the stone played him like a puppet.[A][NL]The war and everything that passed since[NL]was planned by the Dark Stone's master.[.][A][OpenRight]Well? Who is it?[A][LoadOverworldFaces][OpenLeft][ToggleMouthMove]...[.][ToggleMouthMove]I still can't believe it,[.][NL]but I'll tell you nonetheless.[A][NL]According to Knoll, the man behind[NL]this is Lyon, the imperial prince.[A][NL]He said Lyon's got the Dark Stone.[A][OpenRight]Figures it's Prince Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]No, that doesn't make any sense.[A][NL]Ephraim and I know Lyon better than[.][NL]that. We've been friends for years.[.][A][NL]Lyon's not the sort of person who[.][NL]could start a war like this.[A][OpenRight]But, Eirika[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]I saw Lyon recently.[A][NL]Ephraim, you might know this, but after[.][NL]I abandoned the sea route to Rausten,[.][A][NL]I traveled overland with Prince[.][NL]Innes to Jehanna.[.][A][NL]We ran into trouble with Grado's[NL]forces, and I chanced upon Lyon.[A][NL]He didn't share the details of his[NL]situation, but he intimated that[A][NL]he was on our side. Despite all[.][NL]appearances, he was on our side.[A][NL]So Lyon[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Eirika,[.][NL]I also met Lyon.[A][OpenFarLeft]Did you really?[.][A][OpenLeft]Yes. But, he was like a[.][NL]completely different person.[A][NL]To be honest, he didn't seem[NL]to be completely[ToggleMouthMove]...[.][ToggleMouthMove]human.[A][OpenFarLeft]Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]What are you saying?[A][OpenLeft]I'll tell you what I saw.[.][A][NL]I found Lyon inside Grado Keep.[.][A][NL]This is what he told me:[NL]He said he was behind this war.[.][A][NL]He said he'd befriended us solely so that,[NL]one day, he could invade Renais[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]He told me he killed our father.[A][OpenFarLeft]That[ToggleMouthMove]... [ToggleMouthMove]That can't[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]I know. I can't believe it either.[NL]I refuse to believe it.[.][A][NL]How could he have planned all[.][NL]this since he was a child[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I simply can't fathom it.[.][A][CloseSpeechSlow]}
|
|
MSG_0B2A {[OpenLeft]I've heard Lyon changed when he acquired[NL]the Dark Stone.[.][A][NL]I've no interest in magic, but[ToggleMouthMove]...[.][ToggleMouthMove][NL]There was something uncanny about him.[A][NL]It seemed almost as though he were being[NL]controlled by something himself.[A][OpenFarLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenRight]The two of you might find this hard[.][NL]to accept, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]The state of Prince Lyon's heart matters[NL]little. He has the Dark Stone.[A][NL]That rock is the cause of all that's[NL]happened. The prince must be stopped.[.][A][LoadOverworldFaces][OpenFarRight]Not yet. There is something[.][NL]that needs doing first.[.][A][OpenFarLeft]L'Arachel?[A][OpenFarRight]Prince Ephraim, I do believe you[NL]felt it as well.[A][NL]The Dark Stone held by Prince Lyon[ToggleMouthMove]...[.][ToggleMouthMove][NL]It exudes a malefic miasma[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We might be able to handle Prince Lyon[NL]alone, but that stone is beyond our ken.[A][OpenFarLeft]Then what do you suggest?[.][A][OpenFarRight]The Sacred Stones.[A][OpenFarLeft]The Sacred Stones?[A][OpenFarRight]We've all heard the legend of the[.][NL]five Sacred Stones.[.][A][NL]They alone possessed the power to[.][NL]seal the Demon King away forever.[.][A][NL]So, of course, to dispel demonic[NL]magic, we must use the Sacred Stones![.][A][OpenRight]You expect us to pin the outcome[NL]of this war on some fool legend?[A][OpenLeft][ToggleMouthMove]...[.][ToggleMouthMove]Not just the legend.[NL]We also have hope.[A][CloseSpeechSlow][OpenLeft]According to Lyon,[A][NL]he has already seen to the destruction of[.][NL]Grado's, Frelia's, and Jehanna's stones.[A][OpenFarLeft]Hm. That explains something[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Grado forces attacked me, intent on[.][NL]destroying the Stone of Renais.[.][A][NL]If that could be the reason they[NL]chose to invade Renais[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]The power of the Sacred Stones may[NL]be greater than we'd ever known.[A][OpenFarRight]Yes, exactly![.][A][NL]If we acquire a Sacred Stone, we'll be[NL]able to oppose the Dark Stone's might![A][OpenRight]But three of the stones have been[.][NL]shattered, and our options are few.[.][A][NL]Do you suppose that, during the[.][NL]invasion of Renais[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]No, I don't think so.[.][A][NL]The Stone of Renais is hidden by the[NL]power of Eirika's and my bracelets.[.][A][OpenFarLeft]Grado has made many attempts[NL]to take our bracelets.[A][NL]Every one has failed, and so[NL]the stone may still be safe.[A][OpenLeft]We have to confirm that, of course.[.][A][NL]We've defeated Grado, and we must[.][NL]turn our eyes to our homeland.[A][NL]It's time to return to Renais.[A]}
|
|
MSG_0B2B {[OpenMidLeft][LoadFace][38][NL][OpenFarRight][LoadFace][32][NL][OpenFarRight][MoveMidRight][OpenMidRight]Lady Myrrh.[.][A][OpenMidLeft]Saleh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I'm grateful to see you well.[.][A][NL]The people of Caer Pelyn will[.][NL]be overjoyed that you're safe.[A][OpenMidLeft]I must apologize to you, Saleh.[.][A][NL]You were there to protect me from[.][NL]the very start of my journey.[.][A][NL]When we were attacked, I was[NL]separated from you, and[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm so sorry to have worried you.[.][A][OpenMidRight]Lady Myrrh.[.][A][NL]As long as you are safe, we have[NL]nothing to be worried about.[A][NL]It will be my honor to serve you[NL]until your mission is complete.[.][A][OpenMidLeft]Thank you, Saleh.[.][A]}
|
|
MSG_0B2C {[OpenMidLeft][LoadFace][20][NL][OpenMidLeft]Eirika![.][A][OpenMidRight][LoadFace][2][NL][OpenMidRight]Brother?[A][NL][OpenMidRight]Is that really you? You're[NL]not some phantom, are you?[A][OpenMidLeft]No, it's really me.[.][A][NL]Hold.[.][NL]Enemies approach.[.][A][OpenMidLeft][ClearFace][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Ephraim.[A][NL]Even when we were children, you[.][NL]were always there to protect me.[A]}
|
|
MSG_0B2D {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]Prince Ephraim.[.][A][OpenMidLeft]It's good to see you, Seth.[.][NL]You've served Eirika well.[A][NL]I knew my sister would be safe[NL]as long as you were with her.[.][A][OpenMidRight]No, she's safe only because you[.][NL]came to our aid today.[A][NL]Our situation still is not one[NL]to promote optimism, but[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Yes, this is the crux of the war.[.][A][NL]The majority of Grado's strength[NL]is arrayed before us[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We're going to win, Seth.[.][A][OpenMidRight]Yes, sir.[.][A]}
|
|
MSG_0B2E {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][22][NL][OpenMidLeft]Forde![A][OpenMidRight][ToggleSmile]Ah, greetings, Prince Ephraim. Your[.][NL]timing is flawless, as ever.[A][NL]Riding in at the nick of time with your[.][NL]armor shining and your lance ready[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It must be nice to be the dashing hero.[.][NL]I'd like to try it someday.[.][A][ToggleSmile][ToggleSmile][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]That's just like you, Forde.[A][NL]You make even a crisis such as this[.][NL]seem like a stroll in the garden.[.][A][OpenMidRight]They say that's one of my best traits.[A][NL]You know, Prince Ephraim, you've changed[NL]since the last time I saw you.[A][NL]You're more[.][ToggleMouthMove]--[ToggleMouthMove]how should I put it?[ToggleMouthMove]--[ToggleMouthMove]kingly?[.][NL]Is that even a word?[A][OpenMidLeft]You've changed a bit, too. It looks[.][NL]like the journey has made you strong.[.][A][NL]What say we show the Grado stragglers[.][NL]how tough we've become? Let's go![.][A][OpenMidRight]Music to my ears, milord.[.][A]}
|
|
MSG_0B2F {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][24][NL][OpenMidLeft]Kyle![.][A][OpenMidRight]Prince Ephraim![.][A][OpenMidLeft]You've done a great service in[NL]protecting Eirika all this time.[A][NL]Assigning you the task was the[NL]right thing to do.[A][OpenMidRight]It was no task[ToggleMouthMove]--[ToggleMouthMove]it was an honor. I shall[NL]continue to protect her as best I can.[A][NL]Until your orders for me change, my[.][NL]prince, I'll guard her well.[A][OpenMidLeft]We'll do so together, Kyle, because[.][NL]this is where we join our forces.[.][A][NL]Let's you and I finish off these[NL]last remnants of Grado's army.[A][OpenMidRight]Yes, sir![.][A][OpenMidLeft]It looks like you've had plenty of[NL]chances to improve your swordsmanship.[A][NL]I expect you to surprise me out there.[A][OpenMidRight]You've grown yourself, milord.[A][NL]You've the dignity of a king now.[.][NL]Like your father before you.[A][OpenMidLeft]D-do you mean that?[.][NL]You must be mistaken.[.][A][OpenMidRight]I am not! It is precisely why I am,[.][NL]now and forever, your loyal servant![A]}
|
|
MSG_0B30 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][15][NL][OpenMidRight]It's been a long time, Ephraim.[.][A][OpenMidLeft]Innes, is that you?[.][A][OpenMidRight]You arrived sooner[NL]than I'd expected.[A][NL]Eirika is safe. You've[NL]no need to worry.[.][A][OpenMidLeft]I've heard that you've been[.][NL]watching over Eirika.[.][A][NL]I should like to offer you[NL]my gratitude.[.][A][OpenMidRight]It's not necessary. Besides,[NL]there's still a war to be won.[A][NL]We can't rest easy till every last[NL]Grado soldier's been defeated.[A][OpenMidLeft]You're right. Let's go![.][A]}
|
|
MSG_0B31 {[OpenMidLeft][LoadFace][37][NL][OpenMidRight][LoadFace][19][NL][OpenMidRight]General Duessel.[A][OpenMidLeft]Cormag![.][A][NL]You're[ToggleMouthMove]...[.][ToggleMouthMove]here[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I turned my back on Grado to[NL]avenge my murdered brother.[.][A][NL]I never imagined I'd see you[NL]abandon Grado's army, though.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Circumstance has made[.][NL]me a traitor, it seems.[.][A][NL]It's ironic. Two men who threw away[.][NL]their country, riding side by side.[.][A][OpenMidRight]Mm.[.][A][NL]General Duessel, I would consider it[NL]an honor to serve under you again.[A][OpenMidLeft]No, I'm a man with no country.[NL]I'm no longer a general of Grado.[.][A][OpenMidRight]And I'm the same. Really, when[NL]you look at it, nothing's changed.[A][NL]Then I simply choose you as the[.][NL]man I ride with and protect.[A][OpenMidLeft]Cormag[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0B32 {[OpenMidRight][LoadFace][2][NL][OpenMidLeft][LoadFace][4][NL][OpenMidLeft]Princess Eirika,[NL]are you well?[.][A][OpenMidRight]Seth![.][NL]If you're here[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Prince Ephraim is safe as well.[.][A][NL]Princess Eirika, we will stop the[.][NL]remaining enemy soldiers here.[A][NL]Would you please take caution and[.][NL]think of your own safety?[.][A][OpenMidRight]Thank you, Seth.[A][NL]You've saved me so many times[.][NL]since the fall of Renais[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]It is my duty. Let's go,[NL]Princess Eirika.[A]}
|
|
MSG_0B33 {[OpenMidRight][LoadFace][2][NL][OpenFarFarLeft][LoadFace][44][NL][OpenFarFarLeft][MoveMidLeft][OpenMidLeft]Oh, Eirika![.][NL]Here you are![.][A][OpenMidRight]Tana![.][NL]You've come as well?![.][A][OpenMidLeft]Yes, I came all the[.][NL]way with Ephraim.[.][A][NL]I'm just so happy to[NL]see you're safe.[A][OpenMidRight]Tana. Thank you so much[.][NL]for coming to my aid.[.][A][OpenMidLeft]Well, of course I came.[.][NL]That's natural.[.][A][NL]We're friends after all![A]}
|
|
MSG_0B34 {[OpenMidRight][LoadFace][15][NL][OpenMidLeft][LoadFace][44][NL][OpenMidLeft]B-Brother.[A][OpenMidRight]Tana?[.][NL]Why are you here?[.][A][NL]I told you to remain at[.][NL]Castle Frelia.[A][OpenMidLeft]Don't talk to me like that.[.][A][NL]I'm a fully sworn knight[NL]of Frelia, you know?[A][NL]I came all the way here[.][NL]with Prince Ephraim.[A][OpenMidRight]What? With that man?[A][OpenMidLeft]Brother![NL]Ephraim's a good person.[A][NL]We can talk about this later.[.][NL]I still see enemy troops about.[.][A][NL]I think we should join forces[.][NL]and fight together.[.][A][OpenMidRight]Working together is, of course,[.][NL]the best strategy.[A][NL]But don't do anything foolish, Tana.[NL]Who knows what Father would think.[A][OpenMidLeft]I understand.[.][A][NL]You try not to be overly[NL]heroic yourself, Brother.[.][A]}
|
|
MSG_0B35 {[OpenMidRight][LoadFace][32][NL][OpenMidLeft][LoadFace][33][NL][OpenMidLeft]Ah! Teacher.[A][OpenMidRight]Ewan? What are[NL]you doing here?[.][A][OpenMidLeft]I came with Prince Ephraim[NL]and his friends.[A][NL]I've done a lot of good[.][NL]work, Teacher.[A][OpenMidRight]Is that so[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Well, if you all hadn't shown[.][NL]up, I'm sure we'd be dead now.[A][NL]You've saved us, Ewan. Thank[NL]you. I am in your debt.[.][A][OpenMidLeft]Do you mean that?[.][A][NL]As a reward, will you teach[.][NL]me some more powerful magic?[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]I suppose I should at that.[.][NL]But all in good time, Ewan.[.][A][OpenMidLeft]Yahoo![A]}
|
|
MSG_0B36 {[OpenMidLeft][LoadFace][95][NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft]Jehanna Hall[ToggleMouthMove]...[.][ToggleMouthMove]has fallen.[.][A][NL]I wonder what's become of Queen[.][NL]Ismaire.[A][NL]You there[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Take this, and do some good with it.[A]}
|
|
MSG_0B37 {[OpenMidLeft][LoadFace][93][NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft]All the highest generals in Grado's army[NL]receive titles named after gemstones.[.][A][NL]The emperor currently has six gemstones[.][NL]fighting in his service.[A][NL2][NL]Caellach, the Tiger Eye, commands the[.][NL]forces fighting here.[.][A][NL]The Moonstone, Valter, is taking part in[NL]this battle as well.[A][NL]Glen, also known as the Sunstone, died[NL]in the mountains of Carcino.[A][NL]Selena Fluorspar was killed in[NL]western Grado.[A][NL]Duessel, whom they call Obsidian,[.][NL]is missing in action[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]The Blood Beryl, whose real name is[.][NL]Riev, has also gone missing.[A][NL2][NL]Hm?[.][NL]How do I know all this?[.][A][NL]I know I may look young and naive,[NL]but this is my job.[.][A][NL]I'm here to pass this information[.][NL]along and help you out.[.][A][NL]And it's good information, too, so[NL]don't waste it.[.][A]}
|
|
MSG_0B38 {[OpenMidLeft][LoadFace][91][NL][OpenMidRight][LoadFace][0xFF][0xFF][OpenMidLeft]According to this ancient document[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]There was a huge battle here[NL]long, long ago.[.][A][NL]Every day, I'm out here digging up ancient[NL]weapons and artifacts out of the sand.[A][NL]There are still more to be found,[.][NL]of that you can be sure.[A][NL]It's even said a long-dead sage left a[NL]copy of Metis's Tome out here[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL][ToggleSmile]Oh! But I won't give that to anyone[.][NL]if I find it. Not a chance![.][A][ToggleSmile]}
|
|
MSG_0B39 {[OpenFarLeft][LoadFace][2][NL][OpenLeft][LoadFace][20][NL][OpenMidRight][LoadFace][4][NL][OpenFarLeft]Brother[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]What has happened to our home? What[.][NL]has happened to Castle Renais?[A][NL]How did it come to be so ruined?[NL]So desolate?[A][OpenMidRight]Spies report that the castle is[.][NL]being held by the traitor Orson.[A][LoadOverworldFaces][OpenLeft]Orson[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]In retrospect, I realize he's[.][NL]been acting odd for a while now.[A][NL]He seemed so[ToggleMouthMove]...[.][ToggleMouthMove]dispirited.[.][A][OpenMidRight]His wife passed away some six[.][NL]months back.[A][NL]The loss may have been too much[.][NL]for his mind to bear.[.][A][NL]His love and devotion for his wife[NL]were well known among the knights.[A][OpenFarLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]Now, he sits alone in the king's[NL]former bedchambers.[.][A][NL]He makes no effort to govern.[.][A][NL]No one is allowed to enter the[NL]chambers, and he takes no meals.[A][OpenFarLeft]What could he possibly be doing?[A][OpenMidRight]I do not know. The spies had no[.][NL]insight into his behavior.[A][NL]He does nothing to deal with the dark[.][NL]creatures and bandits roaming the land.[.][A][NL]Reports say all of Renais is engulfed[.][NL]in chaos.[.][A][NL]Region after region is revolting, and[.][NL]Orson's reign is already crumbling.[.][A][NL]Left alone, it may very well collapse[.][NL]under the weight of its own neglect.[A][OpenLeft]We cannot allow the situation[.][NL]to reach that point.[A][CloseSpeechSlow][OpenLeft]We're going home, Eirika.[.][NL]We're going to the castle.[A][OpenFarLeft]I hear you, Ephraim.[A]}
|
|
MSG_0B3A {[OpenLeft][LoadFace][20][NL][OpenFarLeft][LoadFace][2][NL][OpenFarFarRight][LoadFace][38][NL][OpenFarFarRight][MoveFarRight][OpenFarRight]Um, Ephraim?[A][OpenLeft]What is it, Myrrh?[A][OpenFarRight][MoveMidRight][OpenMidRight]I-I will fight with you.[A][NL]Now that Selena has returned[NL]my dragonstone to me[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'll do what I can until its[NL]power runs out.[.][A][NL]Let's take back your home.[A][OpenFarLeft]Are you sure about this?[A][OpenMidRight]For the two of you[ToggleMouthMove]...[.][ToggleMouthMove][NL]I simply want to help.[A][OpenLeft]All right. I understand. But[NL]you must make me a promise.[.][A][NL]You are never to stray from[.][NL]our sides. Got that?[A][OpenMidRight][MoveMidRight][OpenMidRight]Of course[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0B3B {[ToggleSmile][OpenLeft][LoadFace][68][NL][OpenLeft]What is it, Monica?[.][A][NL]You seem so happy today.[A][CloseSpeechSlow][OpenLeft]Of COURSE I know what today is.[.][NL]I'd never forget your birthday![.][A][NL]I have a present for you, dear.[.][NL]I think you'll like it[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0B3C {[OpenFarLeft][LoadFace][70][NL][OpenRight][LoadFace][109][NL][SendToBack][OpenRight]Huh? Who do you think you are?[A][NL]These are the chambers of Orson,[NL]steward of Renais.[A][NL]There's no place here for a street[NL]urchin like you, boy.[.][A][OpenFarRight][LoadFace][107][NL][OpenFarRight]You[.][ToggleMouthMove]... [ToggleMouthMove]You fool![.][A][NL]This is Prince Lyon![A][OpenRight]What? This whelp is[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I-I beg your forgiveness![.][A][OpenFarLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]It's all right.[.][A][NL]I'm not the sort of person[NL]others hold in esteem[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0B3D {[OpenMidRight][LoadFace][107][NL][OpenMidLeft][LoadFace][109][NL][OpenMidLeft]You know something? That Orson[ToggleMouthMove]...[.][ToggleMouthMove][NL]He gives me the creeps.[.][A][NL]What do you think he's doing back there?[A][NL]I've heard lots of bizarre rumors from[NL]the master of the mess hall.[A][NL][ToggleMouthMove]...[.][ToggleMouthMove]Do you think he needs help?[.][NL]Could he be dangerous?[A][OpenMidRight]I don't care. I'm here for the money.[.][NL]As long as I get paid, I'm happy.[.][A][NL]But on the subject of rumors, have you[NL]heard the stories of the secret treasure?[.][A][NL]There's supposed to be some fabulous[NL]wealth hidden in Castle Renais.[.][A][NL]I tell you, if I find it, I'm gone.[.][A]}
|
|
MSG_0B3E {[OpenMidRight][LoadFace][107][NL][OpenMidLeft][LoadFace][109][NL][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Who in the world is that?[.][NL]What a creepy-looking man.[A][OpenMidRight]Shh[.][ToggleMouthMove]... [ToggleMouthMove]He can hear you.[A][OpenMidLeft]You want to talk about creepy, that[.][NL]Orson's the one who chills my hide.[.][A][NL]What do you think he's doing back there?[A][NL]I've heard lots of bizarre rumors from[NL]the master of the mess hall.[A][NL][ToggleMouthMove]...[.][ToggleMouthMove]Do you think he needs help?[.][NL]Could he be dangerous?[A][OpenMidRight]I don't care. I'm here for the money.[.][NL]As long as I get paid, I'm happy.[.][A][NL]But on the subject of rumors, have you[NL]heard the stories of the secret treasure?[.][A][NL]There's supposed to be some fabulous[NL]wealth hidden in Castle Renais.[.][A][NL]I tell you, if I find it, I'm gone.[.][A]}
|
|
MSG_0B3F {[OpenLeft][LoadFace][68][NL][OpenFarFarRight][LoadFace][72][NL][OpenFarFarRight][ToggleSmile]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenFarFarRight][MoveFarRight][OpenFarRight]It does my heart good to see you looking[NL]so happy, Orson.[A][NL]See what joy your treachery has brought[.][NL]you? I told you treason would be sweet.[.][A][OpenLeft][ToggleMouthMove]...[.][ToggleMouthMove]Get out.[A][NL]This is Monica and my place. I will[.][NL]not have our home disturbed by anyone.[A][NL]I did as you asked. I betrayed Renais.[NL]My promise has been kept.[.][A][OpenFarRight][ToggleSmile]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][ToggleSmile] How long are you[.][NL]going to continue this nonsense?[A][NL]Eirika and Ephraim have joined forces.[A][NL]Even now, their united forces march[.][NL]toward the capital, toward you.[.][A][OpenLeft]Eirika?[.][A][OpenFarRight]You can't imagine they'll forgive[.][NL]you for your treachery, can you?[A][NL]I expect the sin of your betrayal has[.][NL]shattered your entire family's name.[A][NL]And after all you did to free your wife[.][NL]from the cold clutches of the grave[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It's a shame that she'll be sent back[.][NL]there dangling from the hangman's noose.[A][OpenLeft]No! That can't happen[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenFarRight][ToggleSmile]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]Oh, but it can, and it will.[A][NL]Unless you do something to stop it. You[.][NL]understand what is required, don't you?[.][A][NL]You have your orders, Orson.[NL][ToggleSmile]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenFarRight][ClearFace][OpenLeft][ToggleMouthMove]...[.][ToggleMouthMove]Monica, I'm sorry. I have something[.][NL]I must do. Please wait for me here.[.][A][NL]Oh, darling, don't look so sad. I'll be[.][NL]back soon, and then I'll never leave.[.][A][NL]I must do this to protect our happiness.[NL]You understand that, don't you?[.][A][NL]All right then. I'll be back.[.][A]}
|
|
MSG_0B40 {[OpenLeft][LoadFace][68][NL][ToggleSmile][OpenFarFarRight][LoadFace][70][NL][OpenLeft]What is it, Monica?[.][A][NL]You seem so happy today.[A][CloseSpeechSlow][OpenLeft]Of COURSE I know what today is.[.][NL]I'd never forget your birthday![.][A][NL]I have a present for you, dear.[.][NL]I think you'll like it[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarFarRight]Orson.[A][OpenLeft][ToggleMouthMove]......[ToggleMouthMove][A][ToggleSmile][OpenFarFarRight][MoveFarRight][OpenFarRight]Do you still recognize me, Orson, or[NL]are you entirely lost to this world?[A][NL]Yes, it's me, Prince Lyon.[A][NL]I'm the one to whom you are indebted[NL]for resurrecting your beloved wife.[.][A][OpenLeft][ToggleMouthMove]...[.][ToggleMouthMove]Get out.[A][NL]This is Monica and my place. I will[.][NL]not have our home disturbed by anyone.[A][NL]I did as you asked. I betrayed Renais.[NL]My promise has been kept.[.][A][OpenFarRight]Yes, and I'm very grateful to you.[A][NL]I came by today to offer you a[NL]piece of advice. Nothing more.[A][NL2][NL]Ephraim is coming, Orson.[.][A][NL]He's on his way here to steal[.][NL]the happiness you two share.[A][OpenLeft]Prince Ephraim?[.][A][OpenFarRight]That's right, Orson. And he's angry.[A][NL]I don't think he'll forgive you for[.][NL]betraying Renais.[.][A][NL]You've done so much to free your wife from[NL]the grave. It's a shame she'll die with you.[A][OpenLeft]No! That can't happen[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenFarRight]That's all I have to say to you.[A][NL]What you do now is up to you.[.][A][OpenFarRight][ClearFace][OpenLeft][ToggleMouthMove]...[.][ToggleMouthMove]Monica, I'm sorry. I have something[.][NL]I must do. Please wait for me here.[.][A][NL]Oh, darling, don't look so sad. I'll be[.][NL]back soon, and then I'll never leave.[.][A][NL]I must do this to protect our happiness.[NL]You understand that, don't you?[.][A][NL]All right then. I'll be back.[.][A]}
|
|
MSG_0B41 {[OpenMidLeft][LoadFace][70][NL][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight][LoadFace][72][NL][OpenMidRight][ToggleSmile]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]He believes that thing is his wife[ToggleMouthMove]...[.][ToggleMouthMove][NL]Aren't people amusing?[A][OpenMidLeft]Urr[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Why[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]This terrible[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]Uh![.][NL]Urr[.][ToggleMouthMove]...[.][ToggleMouthMove]gaa[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Ahh[.][ToggleMouthMove]...[.][ToggleMouthMove]urr[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Oh my, your nasty illness rearing[.][NL]its ugly little head again?[.][A][NL]There's no need to worry. The[.][NL]pain will pass shortly[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Leave everything to your humble[.][NL]servant, Riev. [.][ToggleSmile]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile]}
|
|
MSG_0B42 {[OpenMidRight][LoadFace][2][NL][OpenMidRight]Orson[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Why would you[.][NL]betray us?[A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][68][NL][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Princess Eirika.[A][NL]If anyone could understand my[.][NL]feelings, it might be you.[A][NL]For the one I love[ToggleMouthMove]...[.][ToggleMouthMove][NL]I betrayed everything.[A][NL]My country, my lord and[.][NL]master[ToggleMouthMove]... [ToggleMouthMove]Everything[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ClearFace]}
|
|
MSG_0B43 {[OpenMidLeft][LoadFace][68][NL][OpenMidLeft]Prince Ephraim[ToggleMouthMove]... [ToggleMouthMove]You never[.][NL]did know when to quit.[A][NL]Renais is already lost.[.][NL]It's too late[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][20][NL][OpenMidRight]Orson[.][ToggleMouthMove]... [ToggleMouthMove]You will[NL]move from that place.[.][A][NL]That is my father's seat.[.][NL]It is his throne[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You've no right to sit there.[.][A][OpenMidRight][ClearFace]}
|
|
MSG_0B44 {[OpenMidLeft][LoadFace][68][NL][OpenMidLeft]Seth[ToggleMouthMove]... [ToggleMouthMove]So you've come,[.][NL]have you?[.][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][4][NL][OpenMidRight]Sir Orson.[A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][68][NL][OpenMidLeft]You're an impressive[NL]knight, Seth.[.][A][NL]You would sacrifice your life[.][NL]for king and country.[.][A][NL]Not even a moment's pause.[A][NL]It's a pitiful, unrewarding[.][NL]life, through and through.[A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][4][NL][OpenMidRight]It is my charge.[NL]It is my hope.[A][NL]Sir Orson[.][ToggleMouthMove]... [ToggleMouthMove]Prepare yourself.[.][A][OpenMidRight][ClearFace]}
|
|
MSG_0B45 {[OpenMidRight][LoadFace][24][NL][OpenMidRight]Sir Orson![A][NL]You betrayed your master,[.][NL]Prince Ephraim, to Grado.[.][A][NL]Have you forgotten what it[NL]means to be a knight?![A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][68][NL][OpenMidLeft]Kyle[ToggleMouthMove]...[.][ToggleMouthMove][NL]You know nothing[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I am happy now.[.][A][OpenMidLeft][ClearFace]}
|
|
MSG_0B46 {[OpenMidRight][LoadFace][22][NL][OpenMidRight]Sir Orson[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Why did you have to[.][NL]betray us?[A][NL]Your departed wife[NL]is weeping in shame.[A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][68][NL][OpenMidLeft]You're wrong, Forde.[A][NL]My wife is happy.[.][NL]We are so very happy.[.][A][OpenMidLeft][ClearFace]}
|
|
MSG_0B47 {[OpenMidLeft][LoadFace][68][NL][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]I won't let you[.][NL]come between us.[A][NL]Monica and I will live[NL]here happily together.[A][NL]Forever[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0B48 {[OpenMidLeft][LoadFace][68][NL][ToggleSmile][OpenMidLeft]Monica[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][CloseEyes]}
|
|
MSG_0B49 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]Prince Ephraim, Princess Eirika.[NL]The castle has been secured.[A][NL]And[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]What is it?[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]This way. This is the room[NL]Orson was holed up in.[A]}
|
|
MSG_0B4A {[OpenRight][LoadFace][20][NL][OpenFarRight][LoadFace][2][NL][OpenFarFarLeft][LoadFace][1][NL][OpenFarFarLeft][ToggleMouthMove]...[.][ToggleMouthMove]Darling[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]You, you're Orson's[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenFarFarLeft]Darling.[A][NL]Darling.[A][NL]Darling[.][ToggleMouthMove]...[.][ToggleMouthMove]darling[.][ToggleMouthMove]...[.][ToggleMouthMove]darling[.][ToggleMouthMove]...[.][ToggleMouthMove]darling[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight][ToggleMouthMove]...[.][ToggleMouthMove]What?![A][NL]This[ToggleMouthMove]...[.][ToggleMouthMove]is horrible[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight][ToggleMouthMove]......[ToggleMouthMove]Oh![.][A][OpenRight]This same magic was used to[.][NL]control Emperor Vigarde.[A][NL]She's already dead, and[.][NL]her corpse was used to[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight]Who?[NL]Who could[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]You needn't look any longer,[NL]Eirika. Let's go outside.[.][A][OpenFarFarLeft]Darling.[NL]Darling[.][ToggleMouthMove]...[.][ToggleMouthMove]darling[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight][ClearFace][OpenFarRight][LoadFace][4][NL][OpenFarRight][ToggleMouthMove]...[.][ToggleMouthMove]You can't say this thing[NL]is truly alive anymore.[.][A][NL]I'll[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]No[ToggleMouthMove]... [ToggleMouthMove]I'll do it.[.][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]The two of them spent[.][NL]every day in here, did they?[A][NL2][NL]Orson was mad.[A][NL]But I think he was happy[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0B4B {[OpenLeft][LoadFace][20][NL][OpenFarLeft][LoadFace][2][NL][OpenLeft]We've finally made it back.[.][A][NL]Yet[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]Mmm[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We can repair the castle, and what[NL]was stolen, we can do without.[A][NL]But the wounds and suffering inflicted[NL]upon the people of Renais[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]It's too late to undo their pain.[.][A][NL]Once I become king, I must set our[NL]country right.[A][NL]I doubt the people will give me a warm[NL]reception, though. I did abandon them.[A][NL]All I can do is try to win back their[.][NL]trust, no matter how long it takes[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0B4C {[OpenLeft][LoadFace][20][NL][OpenFarLeft][LoadFace][2][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]Princess Eirika, Prince Ephraim.[A][NL]You should look outside.[A][OpenLeft]Outside?[A]}
|
|
MSG_0B4D {Prince Ephraim![.][NL]Princess Eirika![A]}
|
|
MSG_0B4E {The king has returned![NL]Our king![.][A]}
|
|
MSG_0B4F {Glory to Renais![NL]Long live King Ephraim![.][A]}
|
|
MSG_0B50 {[OpenLeft][LoadFace][20][NL][OpenFarLeft][LoadFace][2][NL][OpenMidRight][LoadFace][4][NL][OpenLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]They're not cheering for you. They cheer[NL]because Orson's misrule is at an end.[.][A][NL]They cheer the possibility of a better[NL]tomorrow, not the deeds we did today.[.][A][NL]But how will the hearts of the people[.][NL]move tomorrow and the next day?[.][A][NL]That is for you to decide.[A][OpenLeft]I will not let their hopes and dreams[.][NL]be shattered again.[.][A][NL]I will be king. Like my father before me, I[.][NL]will dedicate myself to their happiness.[A][OpenFarLeft]And I will do all I can to help, Ephraim.[.][A]}
|
|
MSG_0B51 {[OpenLeft][LoadFace][20][NL][OpenFarLeft][LoadFace][2][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]Prince Ephraim, Princess Eirika.[A][NL]Before Renais fell, King Fado entrusted[.][NL]me with this message:[.][A][NL2][NL][LQuote]Raise the twins' bracelets in the hall[.][NL]of kings.[.][A][NL]The seal will be broken. The resting place[NL]of the Sacred Stone will be revealed[ToggleMouthMove]...[.][ToggleMouthMove][RQuote][.][A][OpenLeft]I understand.[.][A][OpenFarLeft]So we're supposed to raise our[NL]bracelets over our heads, right?[A][OpenLeft]Let's try it, Eirika.[.][A][OpenFarLeft]I'm ready, Ephraim.[.][A]}
|
|
MSG_0B52 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][2][NL][OpenMidLeft]This is the Stone of Renais[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Yes. This is one of the five stones[.][NL]that defeated the Demon King.[.][A][OpenMidLeft]If Lyon had acquired our bracelets, the[.][NL]stone would have been destroyed by now.[.][A][NL]Together, we protected the only power[.][NL]that can help us stop Lyon's insanity.[A][OpenMidRight]Yes. It's the only hope left to us.[.][A][NL]Hope for you and me, and the last[.][NL]true hope for peace[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0B53 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][2][NL][OpenMidLeft]Let's get back, Eirika.[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Huh?[A][NL]Brother, look![NL]Our bracelets, they're[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]What is this?[.][A][NL]Are they reacting to the[NL]light of the stone?[.][A]}
|
|
MSG_0B54 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][2][NL][OpenMidRight]I can't believe the bracelets[.][NL]contain so much power[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I wonder if Father anticipated all of this[NL]long ago.[.][A][NL]When I was growing up, I never thought[NL]about becoming king.[A][NL]I only wanted to be a good soldier, a good[NL]warrior. The best on the battlefield.[.][A][NL]Father never understood what I wanted,[NL]but[.][ToggleMouthMove]...[.][ToggleMouthMove]I never understood him, either.[.][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]It was the same when Grado[NL]invaded Renais.[.][A][NL]I should have stayed home[.][NL]to defend the kingdom[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Instead, I raced off to[.][NL]fight for personal glory.[.][A][OpenMidRight]Brother[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I don't think you know how well[.][NL]Father understood your feelings.[A][NL]When I last saw him, he was concerned[.][NL]for nothing but our safety[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ClearFace][OpenMidLeft][ClearFace][OpenFarRight][LoadFace][2][NL][OpenRight][LoadFace][20][NL][OpenFarLeft][LoadFace][4][NL][OpenFarLeft]Eirika is correct. King Fado asked[NL]after your exploits every day.[A][NL]He always told me what a fine king[NL]you would one day make.[.][A][OpenRight]Father[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]Now Prince Ephraim, Princess Eirika.[NL]Please follow me.[.][A][NL]The Sacred Twins of Renais should be[NL]near the stone's reliquary.[.][A]}
|
|
MSG_0B55 {[OpenMidRight][LoadFace][20][NL][OpenMidLeft][LoadFace][4][NL][OpenMidLeft]Ah, here we go. This lance can only[.][NL]be one of the Sacred Twins of Renais.[.][A][NL]Please, Prince Ephraim, take this[.][NL]sacred relic and feel its weight.[.][A][OpenMidRight]So this is one of our Sacred Twin[.][NL]relics, is it? I've never seen them.[A][NL]Look, there's a name inscribed here.[A][NL2][NL]Siegmund, the Flame Lance.[A]}
|
|
MSG_0B56 {[OpenMidRight][LoadFace][2][NL][OpenMidLeft][LoadFace][4][NL][OpenMidLeft]And this blade is sister to the lance,[NL]the other Sacred Twin of legend.[A][NL]Princess Eirika, if you would?[A][OpenMidRight]Of course.[A][NL]There's a name carved here as well.[.][A][NL2][NL]Sieglinde, the Thunder Blade[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0B57 {[OpenMidRight][LoadFace][2][NL][OpenMidRight]These are the ancient weapons of our[NL]ancestors[.][ToggleMouthMove]--[ToggleMouthMove]the weapons of heroes.[A][NL]They were enshrined generations ago,[NL]to be used only by the king[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]and only in times of dire need.[.][A][NL2][NL]Such an awful power they possess, and[.][NL]yet we need them to restore peace.[A][NL]I've seen enough of the horrors of[NL]war, but I can't turn my back on it.[A][NL]If we merely turn our eyes away, we[.][NL]surrender our world to atrocity.[A][NL]And so, I must fight.[.][A][NL]I'll do whatever I must do to bring[.][NL]back the peace we once knew.[A]}
|
|
MSG_0B58 {[OpenMidRight][LoadFace][20][NL][OpenMidRight]These are the ancient weapons of our[NL]forefathers[.][ToggleMouthMove]--[ToggleMouthMove]the weapons of heroes.[A][NL]They were enshrined generations ago,[NL]to be used only by the king[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I don't know if this is a burden[NL]I'm capable of bearing[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]but I do know that this is no time[NL]to curse my fate.[.][A][NL2][NL]I will fight. For my father, for my[.][NL]country, and for my people.[.][A]}
|
|
MSG_0B59 {[OpenMidLeft][LoadFace][2][NL][OpenRight][LoadFace][34][NL][OpenFarRight][LoadFace][15][NL][OpenRight]What is happening? Have[.][NL]you found the Sacred Stone?[.][A][OpenMidLeft]Yes. Here it is[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight][ToggleSmile]Wow! It truly is spectacular.[.][A][NL]This goes some way to brighten the[NL]dark shadows that loom over us.[.][A][ToggleSmile][OpenFarRight]Our countries' Sacred Stones have[.][NL]been shattered by Grado's men.[A][NL]The Stone of Renais is our last[.][NL]remaining weapon.[.][A][OpenRight][ToggleSmile]No, it's not. You have forgotten[NL]the stone of my beloved Rausten.[A][NL]Remember, there were five Sacred[NL]Stones for our five nations.[A][NL]The Stones of Grado, Frelia, and[NL]Jehanna are gone, but hope is not.[A][NL]We have the Stone of Renais, after[NL]all, and that of Rausten is safe.[.][A][NL]Our road is clear, my friends.[NL]I must guide you to Rausten.[A][ToggleSmile][OpenMidLeft]You're right. L'Arachel, we're[NL]counting on you to lead the way.[A][OpenRight][ToggleSmile]Of course. And you will all be[NL]welcome to stay in the palace.[A][NL]And, Eirika, you shall be my guest[NL]in my own private quarters![.][A][NL]Let us be on our way.[.][A][ToggleSmile]}
|
|
MSG_0B5A {[OpenMidLeft][LoadFace][20][NL][OpenRight][LoadFace][34][NL][OpenFarRight][LoadFace][15][NL][OpenRight]What is happening? Have you[.][NL]found the Sacred Stone?[.][A][OpenMidLeft]We found it. Here it is.[A][OpenRight][ToggleSmile]Wow! It truly is spectacular.[.][A][NL]This goes some way to brighten the[NL]dark shadows that loom over us.[.][A][ToggleSmile][OpenFarRight]Our countries' Sacred Stones have[.][NL]been shattered by Grado's men.[A][NL]The Stone of Renais is our last[.][NL]remaining weapon.[.][A][OpenRight][ToggleSmile]No, it's not. You have forgotten[NL]the Stone of my beloved Rausten.[A][NL]Remember, there were five Sacred[NL]Stones for our five nations.[A][NL]The Stones of Grado, Frelia, and[NL]Jehanna are gone, but hope is not.[A][NL]We have the Stone of Renais, after[NL]all, and that of Rausten is safe.[.][A][NL]Our road is clear, my friends.[NL]I must guide you to Rausten.[A][ToggleSmile][OpenMidLeft]Lead the way, L'Arachel.[A][OpenRight][ToggleSmile]Of course. And you will all be[NL]welcome to stay in the palace.[A][ToggleSmile]}
|
|
MSG_0B5B {Eirika's [.][ToggleRed]Lunar Brace[.][ToggleRed] and[NL]Ephraim's [ToggleRed]Solar Brace[.][ToggleRed] glow[.][NL]in response to the Sacred Stone.[NL]With the power of the bracelets, the[NL]twins can now change classes.[.][A]}
|
|
MSG_0B5C {Ephraim's [ToggleRed]Solar Brace[.][ToggleRed] and[NL]Eirika's [.][ToggleRed]Lunar Brace[.][ToggleRed] glow[.][NL]in answer to the Sacred Stone.[NL]With the power of the bracelets,[NL]the twins can now change classes.[.][A]}
|
|
MSG_0B5D {Do you want Eirika to change[NL]classes now?[NL][Yes]}
|
|
MSG_0B5E {Do you want Ephraim to change[.][NL]classes now?[NL][Yes]}
|
|
MSG_0B5F {Eirika got the [.][ToggleRed]Lunar Brace[.][ToggleRed].[.][NL]She can use it to[.][NL]change classes.[.][A]}
|
|
MSG_0B60 {Ephraim got the [ToggleRed]Solar Brace[.][ToggleRed].[.][NL]He can use it to[NL]change classes.[.][A]}
|
|
MSG_0B61 {[OpenMidRight][LoadFace][80][NL][OpenLeft][LoadFace][45][NL][OpenFarLeft][LoadFace][46][NL][SendToBack][OpenFarLeft]How do you intend to use the[NL]Sacred Stone, Lyon?[.][A][NL]Do you really think you can[.][NL]tap into its power?[.][A][OpenMidRight]Mm[ToggleMouthMove]... [ToggleMouthMove]My research isn't complete yet,[.][NL]but there's no mistaking the power[A][NL]the Sacred Stones contain.[A][NL]And the Stone of Grado seems especially[.][NL]responsive to my dark magic.[A][NL]I suppose it's because it contains[NL]both sacred and demonic properties.[.][A][NL]Regardless, if I can just press[.][NL]my studies a little harder[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Well, I think I might be able to use[NL]it to heal my father's illness.[.][A][NL]If that works, there's no telling how[.][NL]many other people I can help as well.[.][A][OpenLeft]Do you think this is wise?[A][NL]The power contained within the stones[.][NL]is beyond our understanding[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]My father tells me that the stones[NL]possess a power not to be trifled with.[.][A][OpenMidRight]Uh-huh[ToggleMouthMove]...[.][ToggleMouthMove][NL]Father MacGregor is also against it.[A][NL]That's why they still won't give me[.][NL]direct access to the Stone of Grado.[A][NL]For the time being, I've made do with[.][NL]the radiant energies surrounding it.[A][NL]They're nothing compared to the raw[.][NL]power of the stone itself, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If I can show Father MacGregor some[.][NL]real progress, perhaps one day[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]Using the Sacred Stones to[NL]study magic[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Ephraim, Eirika, what do you[NL]two think?[A][NL]Using the divine power of the[.][NL]Sacred Stones in this way[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You don't think it's a very[.][NL]good idea, do you?[A][OpenFarLeft][ToggleMouthMove]...[.][ToggleMouthMove]It's just that I know nothing[.][NL]at all of magic.[A][NL]I would that there were some way I[NL]could help you, but I simply can't.[.][A][NL2][NL]But, Lyon, I've seen how hard you've[NL]worked to help others.[A][NL]I know how much you want the power[NL]to make others happy.[.][A][NL]I know these things, and because I[NL]know you, I trust your intentions.[A][OpenMidRight]Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]If you hope to use the power of the[.][NL]Sacred Stone for good, I trust you can.[.][A][NL]I'm behind you all the way.[.][A][OpenLeft]I agree with Ephraim entirely.[A][NL]You spend every night in the library,[.][NL]studying cures for your father's illness.[.][A][NL]The power of the Sacred Stones is too[.][NL]powerful to be used for personal gain.[A][NL]But you, Lyon[.][ToggleMouthMove]... [ToggleMouthMove]I think you'll be[.][NL]fine. You're the kindest person I know.[.][A][OpenMidRight][ToggleSmile]Thanks, both of you.[A][NL]Hearing those words from you means a[NL]lot to me.[A][NL][ToggleSmile]Actually[ToggleMouthMove]--[ToggleMouthMove]and this hasn't been made[.][NL]public yet[ToggleMouthMove]--[ToggleMouthMove]but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I've already saved someone using the[NL]knowledge I've gleaned so far.[A][OpenFarLeft]You have?[.][A][OpenMidRight][ToggleSmile]Uh-huh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]A while back, a fire ravaged Serafew, and[.][NL]a little girl got trapped in the flames.[A][NL]Her burns were terrible: not even healing[.][NL]staves were able to cure her injuries.[A][NL]But just a sliver of the stone's power[NL]restored her life and healed her wounds.[A][NL]We saved that girl's life, Ephraim![.][A][NL]Oh, if you could have seen the tears[NL]of joy in her mother's eyes![A][ToggleSmile][ToggleSmile][OpenFarLeft]You really did it, huh?[.][NL]You are special, Lyon.[A][NL]Congratulations![A][OpenMidRight]Well[ToggleMouthMove]...[.][ToggleMouthMove]thanks. But there's still so[NL]much more to be done.[.][A][NL2][NL]I am happy, though. To be honest, I[.][NL]just want to be able to help people.[A][NL]I want to put the ancient magics to[.][NL]use for the common good[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]That's how I feel.[A][OpenLeft]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]And as my research moves forward,[.][NL]I'll be able to do much more, too.[A][NL]We have only the barest understanding[.][NL]of how dark magic operates.[.][A][NL]Maybe we can use it not only to heal[NL]wounds, but also to stop diseases[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]What if we can read the future,[.][NL]predict disasters, move mountains!?[.][A][OpenLeft]Hold on, Lyon. You can't take too[.][NL]much on yourself all at once.[.][A][NL]What good is helping people if[NL]you sacrifice yourself to do it?[A][OpenMidRight]Oh[ToggleMouthMove]... [ToggleMouthMove]Yes, of course. Sorry.[NL]I got carried away.[.][A][ToggleSmile][OpenFarLeft]You have a soft heart, Lyon.[A][NL]I bet you haven't taken any[.][NL]real time off at all.[.][A][NL2][NL]So this is what we're going to do.[NL]Today, we're going into the city.[.][A][NL]And you're going with us, Lyon.[.][A][OpenMidRight]What?[.][A][NL]But, Ephraim, you've got a[NL]history report due.[.][A][OpenFarLeft]We're taking today off.[.][NL]C'mon, let's go.[A][OpenMidRight][LoadFace][80][NL][OpenMidRight]Bu-but, Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]It's just one day, and I won't tell[.][NL]anyone.[.][A][NL]Won't it be fun for the three of us[.][NL]to spend a day in the city?[.][A][OpenMidRight]Ephraim, Eirika[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Thanks so much.[.][A][NL]I'm lucky to have the[.][NL]two of you as friends.[A]}
|
|
MSG_0B62 {[OpenLeft][LoadFace][20][NL][OpenFarLeft][LoadFace][2][NL][OpenRight][LoadFace][34][NL][OpenFarRight][LoadFace][15][NL][SendToBack][OpenLeft]We have the Stone of Renais.[A][NL]The final Sacred Stone is in Rausten.[.][A][OpenFarLeft]L'Arachel, can you tell us anything[.][NL]about the Stone of Rausten?[.][A][OpenRight][ToggleSmile]Naturally! As Rausten's very own princess,[NL]I know a thing or two about our stone.[A][NL]The palace reliquary currently houses[.][NL]our Sacred Stone.[.][A][NL]Follow me, and I'll take you there.[.][A][ToggleSmile][OpenFarRight]I sent the Frelian army ahead before[NL]us. They should be en route to Rausten.[.][A][NL]If we hurry, we can join up with them[.][NL]at the banks of the Narube River.[.][A]}
|
|
MSG_0B63 {[OpenFarRight][LoadFace][111][NL][OpenFarRight]Do not falter! Show them[NL]the might of Frelia![A]}
|
|
MSG_0B64 {[OpenMidLeft][LoadFace][43][NL][OpenRight][LoadFace][98][NL][OpenFarRight][LoadFace][89][NL][SendToBack][OpenRight]Lady S-Syrene[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]The enemy is headed this way.[.][A][OpenMidLeft]Are you serious?[A][NL]Grado's been defeated, and still[NL]they fight on? And they're tough.[.][A][OpenFarRight]You Frelian fools have been wiped[.][NL]out by those guys[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Oh, no[ToggleMouthMove]...[.][ToggleMouthMove][NL]Now we're finished as well.[.][A][OpenMidLeft]Everyone, please remain calm.[.][A][NL]If you panic and flee, the enemy[NL]will simply surround you.[.][A][NL]If you remain here and don't move,[NL]I promise to protect you all.[.][A][OpenRight]Lady Syrene[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0B65 {[OpenLeft][LoadFace][20][NL][OpenFarLeft][LoadFace][2][NL][OpenRight][LoadFace][34][NL][OpenFarRight][LoadFace][15][NL][SendToBack][OpenFarLeft]Brother! Look there![A][OpenLeft]A skirmish![.][A][LoadOverworldFaces][OpenFarRight]Is that Syrene?[.][A][NL]What's going on? We[.][NL]must go to her aid.[.][A][OpenRight]Everyone, hold! Something[.][NL]evil is afoot[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0B66 {[OpenLeft][LoadFace][20][NL][OpenFarLeft][LoadFace][2][NL][OpenMidRight][LoadFace][70][NL][SendToBack][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenLeft]Lyon![.][A][OpenMidRight]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][NL]Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]Lyon[ToggleMouthMove]... [ToggleMouthMove]Where have you[NL]been all this time?[.][A][OpenLeft]Eirika, stop![.][A][OpenFarLeft]Brother?[A][OpenLeft]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We met recently in Grado Keep, right?[.][NL]Do you remember what you told me then?[A][NL]You told me this was all your doing,[NL]that you had started this war.[A][OpenMidRight]What?[.][A][NL]Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Why are you so angry?[.][A][NL]We haven't seen each other in so[NL]long[ToggleMouthMove]... [ToggleMouthMove]What's happened?[A][OpenFarLeft]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Wait, Eirika![.][NL]You said it yourself.[.][A][NL]Lyon must be under the control[NL]of someone or something else.[.][A][OpenFarLeft]Don't be ridiculous! There must be[NL]something wrong with you, Ephraim![A][NL]Lyon is one of our dearest and[NL]closest friends, remember?[A][NL]He told me that, no matter what[.][NL]happened, he was still on our side.[.][A][NL]Isn't that right, Lyon?[.][A][OpenMidRight]Yes, Eirika. Of course it is.[.][A][NL]So, please, come here[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Closer[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]Ah! Gah[.][ToggleMouthMove]...[.][ToggleMouthMove]ahh[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Uuuuhhaaah[ToggleMouthMove]...[.][ToggleMouthMove]ga[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]Lyon?![A][ToggleColorInvert][OpenMidRight]Gah[.][ToggleMouthMove]...[.][ToggleMouthMove]rrrrraaa[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Ev[ToggleMouthMove]...[.][ToggleMouthMove]ahh[.][ToggleMouthMove]...[.][ToggleMouthMove]evil[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleColorInvert][CloseSpeechSlow][OpenMidRight]Stay[ToggleMouthMove]...[.][ToggleMouthMove]back[ToggleMouthMove]...[.][ToggleMouthMove][NL]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]What?[.][A][OpenMidRight]Get away[ToggleMouthMove]...[.][ToggleMouthMove]from[NL]me[ToggleMouthMove]...[.][ToggleMouthMove]quickly[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If you[ToggleMouthMove]...[.][ToggleMouthMove]don't[.][ToggleMouthMove]...[.][ToggleMouthMove]I will[NL]surely[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]destroy you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]What?[.][NL]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Flee[ToggleMouthMove]...[.][ToggleMouthMove]qui-quickly[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]GO![.][A][NL2][NL]Gah[.][ToggleMouthMove]......[ToggleMouthMove][NL]Aaaaaaarrrrggggghhh![A][OpenFarLeft]Ly-Lyon.[NL]Hold on![A][NL]What is it?[.][NL]What's happening?![A][OpenMidRight][ToggleMouthMove]... ... ...[.][ToggleMouthMove][A][OpenMidRight][ClearFace][CloseSpeechSlow][OpenMidRight][LoadFace][74][NL][LoadOverworldFaces][OpenMidRight][ToggleSmile]Hi.[.][A][NL]It's been a while since I saw[.][NL]you two last, hasn't it?[A][ToggleSmile][OpenFarLeft]Lyon?[.][A][NL]Is that really you[NL]speaking, Lyon?[.][A][OpenLeft]Stay back, Eirika.[A][NL]Keep your guard up.[.][NL]That's not Lyon.[A][OpenFarLeft]Uh[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]I'm not Lyon?[.][NL]That's rich. A masterpiece.[.][A][NL]You always thought Lyon was kind,[.][NL]gentle, and weak, didn't you? Admit it.[.][A][ToggleSmile][OpenLeft]No![.][NL]Lyon, Eirika, and I were friends.[.][A][NL]There were things we kept to ourselves,[.][NL]of course, but we shared so much.[.][A][NL]And no matter what happened, no matter[NL]how much time passed[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We're still friends.[A][NL]Lyon would never ever betray us.[NL]Not in a million years.[.][A][NL2][NL]You're not Lyon.[A][LoadOverworldFaces][ToggleColorInvert][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Hmph.[.][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]Looks like I was wrong to disregard[.][NL]the value of human emotions.[A][ToggleColorInvert][OpenFarLeft]What?![A][ToggleColorInvert][OpenMidRight]I've had my fun pretending to be human,[.][NL]but the need for charades has passed.[.][A][NL]You are correct. This body no longer[NL]belongs to your young Lyon.[.][A][NL]I devoured his pathetic heart ages ago.[.][A][ToggleColorInvert][OpenLeft]You monster! Who are you?![A][ToggleColorInvert][OpenMidRight]Do you really not know me?[NL]What a poorly educated prince.[A][NL2][NL]Think about it. Remember the[NL]legends of your pitiful kind[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]What was sealed within the Stone of[.][NL]Grado? What is the name of terror?[A][ToggleColorInvert][OpenFarLeft]No[ToggleMouthMove]... [ToggleMouthMove]It can't be![A][OpenFarLeft][ClearFace][OpenFarLeft][LoadFace][34][NL][OpenFarLeft]It's as we feared after all.[NL]That can only be[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft][ClearFace][OpenFarLeft][LoadFace][2][NL][OpenLeft]The great adversary of antiquity[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]The Demon King[ToggleMouthMove]...[.][ToggleMouthMove][A][LoadOverworldFaces][ToggleColorInvert][OpenMidRight][ToggleSmile]Heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove]ha hahahahah![.][A][NL2][NL][ToggleSmile]Lyon[ToggleMouthMove]... [ToggleMouthMove]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][NL]O prince of misery[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Come out. Be not shy[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]This body is lost to you[ToggleMouthMove]...[.][ToggleMouthMove][NL]It is mine to compel[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleColorInvert][OpenFarLeft]What's going[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleColorInvert][OpenMidRight]Your dreams, Lyon[.][ToggleMouthMove]... [ToggleMouthMove]I am about to[.][NL]make them come true for you.[A][NL]I am about to crush Prince Ephraim and[NL]take Princess Eirika for my own.[A][NL]Isn't this all that you've ever[.][NL]prayed for, young fool of a prince?[.][A][ToggleColorInvert][OpenLeft]Ah![.][A][ToggleColorInvert][OpenMidRight][ToggleSmile]Rejoice, Lyon.[NL]The time has come[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Ephraim, the man you envy[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Eirika, the woman you desire[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I will now grant you all of your[NL]darkest wishes![.][A][ToggleSmile][ToggleColorInvert]}
|
|
MSG_0B67 {[OpenLeft][LoadFace][20][NL][OpenFarLeft][LoadFace][2][NL][OpenMidRight][LoadFace][74][NL][SendToBack][LoadOverworldFaces][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenLeft]Lyon?![A][OpenMidRight]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][NL]Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][NL]Where have you been all this[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Eirika, stop![.][A][OpenFarLeft]Brother?[A][OpenLeft]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We met recently in[NL]Grado Keep, right?[A][NL]Do you remember what[NL]you told me then?[.][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]Of course I remember.[.][A][NL]What of it?[.][A][OpenLeft]You[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I can repeat it for you now if you[NL]would like.[.][A][NL]The ruin of Renais? The murder of[.][NL]your father?[A][NL]It was all my doing. I, Lyon,[.][NL]prince of Grado, made it happen.[A][OpenFarLeft]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You lie! That can't be[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Don't be fooled, Eirika.[A][NL]Keep your guard up.[.][NL]That's not Lyon.[A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]What amusing things come babbling[.][NL]out of your mouth.[A][NL]You always thought of Lyon as kind,[.][NL]gentle, and weak, didn't you? Admit it.[.][A][OpenLeft]No![.][NL]Lyon, Eirika, and I were friends.[.][A][NL]There were things we kept to ourselves,[.][NL]of course, but we shared so much.[.][A][NL]And no matter what happened, no matter[NL]how much time passed[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We're still friends.[A][NL]Lyon would never ever betray us.[NL]Not in a million years.[.][A][NL2][NL]You're not Lyon.[A][LoadOverworldFaces][ToggleColorInvert][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]I see.[A][NL]So I have no reason to continue[.][NL]hiding my true identity, do I?[A][ToggleColorInvert][OpenLeft]None![.][A][ToggleColorInvert][OpenMidRight]You are correct. This body no longer[NL]belongs to your young Lyon.[.][A][NL]I devoured his pathetic heart ages ago.[.][A][ToggleColorInvert][OpenLeft]You monster! Who are you?![A][ToggleColorInvert][OpenMidRight]Do you really not know me?[NL]What a poorly educated prince.[A][NL2][NL]Think about it. Remember the[NL]legends of your pitiful kind[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]What was sealed within the Stone of[.][NL]Grado? What is the name of terror?[A][ToggleColorInvert][OpenFarLeft]No[ToggleMouthMove]... [ToggleMouthMove]It can't be![A][OpenFarLeft][ClearFace][OpenFarLeft][LoadFace][34][NL][OpenFarLeft]It's as we feared after all.[NL]That can only be[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft][ClearFace][OpenFarLeft][LoadFace][2][NL][OpenLeft]The great adversary of antiquity[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]The Demon King[ToggleMouthMove]...[.][ToggleMouthMove][A][LoadOverworldFaces][ToggleColorInvert][OpenMidRight]That's right. You know to[.][NL]fear my name.[.][A][NL]Prince Lyon was a weakling.[.][NL]Now, he is dead.[A][ToggleColorInvert][OpenFarLeft]That can't be[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleColorInvert][OpenMidRight]Prince Ephraim of Renais[ToggleMouthMove]...[.][ToggleMouthMove][NL]You hold a Sacred Stone. Give it to me.[.][A][NL]I have no wish to see a warrior die[.][NL]a pitiful death beneath my feet.[A][NL]Bend your knee. If you pledge service[.][NL]to me, I may yet let you live.[A][ToggleColorInvert][OpenLeft]Do you take me for a fool?[A][ToggleColorInvert][OpenMidRight]You've made your choice, have you?[NL]A poor choice[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But it does afford me a chance[NL]to show you something special.[A][NL]A force no human flesh can[NL]withstand. A horror beyond words.[.][A][NL]A power that will place this[NL]sad world under my dominion.[A][NL2][NL]I am the Demon King[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Behold my might.[A][ToggleColorInvert]}
|
|
MSG_0B68 {[OpenMidRight][LoadFace][2][NL][OpenMidRight]Lyon, please![.][NL]You must stop![A][NL]I[.][ToggleMouthMove]... [ToggleMouthMove]I have no wish[NL]to fight you![.][A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][74][NL][ToggleColorInvert][OpenMidLeft]Heh heh[.][ToggleMouthMove]... [ToggleMouthMove]Wretched girl.[A][NL]Are you listening, Lyon? Is[.][NL]this truly the girl you loved?[A][NL]Then I will use these hands to[NL]tear her limb from limb![A][ToggleColorInvert][OpenMidLeft][ClearFace]}
|
|
MSG_0B69 {[OpenMidRight][LoadFace][20][NL][OpenMidRight]Where's Lyon? What have[.][NL]you done with our friend?![A][NL]ANSWER ME![A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][74][NL][ToggleColorInvert][OpenMidLeft][ToggleSmile]Heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]What a splendid[.][NL]fool you make.[A][NL]Shall I dress you in[NL]a jester's cap?[.][A][NL]Shall we watch you jape[.][NL]in my demons' court?[A][NL]Lyon is dead. I devoured him.[.][NL]Can you not understand?[.][A][ToggleColorInvert][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][20][NL][OpenMidRight]Monster![A][OpenMidRight][ClearFace]}
|
|
MSG_0B6A {[OpenMidRight][LoadFace][2][NL][OpenMidRight]Please, Lyon![.][NL]You must stop![A][NL]I[.][ToggleMouthMove]...[.][ToggleMouthMove]I don't want to[.][NL]fight you![A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][74][NL][ToggleColorInvert][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]The cries of children.[A][NL]Away with you, insects,[.][NL]if you wish not to die.[.][A][ToggleColorInvert][OpenMidLeft][ClearFace]}
|
|
MSG_0B6B {[OpenMidRight][LoadFace][20][NL][OpenMidRight]Where's Lyon? What have[.][NL]you done with our friend?![A][NL]ANSWER ME![A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][74][NL][ToggleColorInvert][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL][ToggleSmile]Heh heh[.][ToggleMouthMove]... [ToggleMouthMove][ToggleSmile]How foolish. The[NL]one you seek is already dead.[.][A][NL]I have cast him into the abyss[NL]from which I crawled.[.][A][NL]That weakling is gone. Only[.][NL]the Demon King remains![.][A][ToggleColorInvert][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][20][NL][OpenMidRight]Grr[.][ToggleMouthMove]... [ToggleMouthMove]Monster![A][OpenMidRight][ClearFace]}
|
|
MSG_0B6C {[OpenMidLeft][LoadFace][74][NL][ToggleColorInvert][OpenMidLeft]Do you challenge me? You[NL]humans are so inconstant.[.][A][NL]You've forgotten what it[NL]is to fear me.[A][ToggleColorInvert]}
|
|
MSG_0B6D {[OpenMidLeft][LoadFace][74][NL][ToggleColorInvert][OpenMidLeft]Heh[.][ToggleMouthMove]......[ToggleMouthMove][A][ToggleColorInvert]}
|
|
MSG_0B6E {[OpenMidLeft][LoadFace][74][NL][ToggleColorInvert][OpenMidLeft]Urr[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Bah[.][ToggleMouthMove]... [ToggleMouthMove]Can't hold up[.][NL]to such as this?[A][NL]Accursed human flesh is[.][NL]too brittle, too weak[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleColorInvert]}
|
|
MSG_0B6F {[OpenMidLeft][LoadFace][74][NL][OpenRight][LoadFace][2][NL][OpenFarRight][LoadFace][20][NL][SendToBack][OpenRight]Hold, Lyon![.][A][ToggleColorInvert][OpenMidLeft]Now, I know your strength.[NL]It is time to leave.[A][NL]I sacrifice this flesh and[NL]return to my body of old.[.][A][NL]This does not end. The world[NL]will drown again in darkness.[.][A][ToggleColorInvert]}
|
|
MSG_0B70 {[OpenMidLeft][LoadFace][74][NL][ToggleColorInvert][OpenMidLeft]Not yet[.][ToggleMouthMove]... [ToggleMouthMove]I have not the strength.[A][NL]But I am the Demon King[.][ToggleMouthMove]... [ToggleMouthMove]The world[.][NL]will be mine, as it was in ancient days.[A][NL]Injuries such as these are not enough[.][NL]to stop me[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleColorInvert]}
|
|
MSG_0B71 {[OpenMidLeft][LoadFace][74][NL][OpenRight][LoadFace][20][NL][OpenFarRight][LoadFace][2][NL][SendToBack][OpenRight]Demon King![.][A][ToggleColorInvert][OpenMidLeft]Come, Ephraim.[NL]You should follow me.[.][A][NL]If you've the strength to[.][NL]defeat me, that is[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleColorInvert]}
|
|
MSG_0B72 {[OpenMidLeft][LoadFace][20][NL][OpenMidLeft]We will not let you flee![.][NL]After him, Eirika![A][NL]We have to find where he's[NL]gone. Search everywhere![A][NL]I can't allow him to desecrate[NL]my friend's body any longer![A]}
|
|
MSG_0B73 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][15][NL][OpenMidRight]Eirika.[.][A][OpenMidLeft]Prince Innes?[.][A][OpenMidRight]No need to panic. My soldiers[.][NL]pursue Prince Lyon's trail.[.][A][NL]Our trackers are excellent.[.][NL]They'll have him soon.[A][OpenMidLeft]Good[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]There's something I need to speak[.][NL]with you about.[.][A][NL]The messenger I sent to Frelia[NL]returned not long ago.[A][NL]She brought a package I'd requested:[NL]Frelia's Sacred Twins.[A][OpenMidLeft]You have the Sacred Twins?[A][OpenMidRight]Yes. Frelia may have lost her[.][NL]Sacred Stone[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]However, it seems the Sacred Twin[.][NL]relics remained undisturbed.[A][NL]I had them brought here.[NL]Behold![.][A][OpenMidLeft]These[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Frelia's Sacred Twins.[A][NL]Nidhogg, the Serpent Bow, and[.][NL]Vidofnir, the Winged Lance.[.][A][NL]I want you to take them.[A][OpenMidLeft]These are for you, aren't they?[.][NL]They're for the rulers of Frelia.[.][A][OpenMidRight]No, I entrust them to your care.[A][NL]You're the leader of this army.[.][NL]Use them as you see fit.[A][OpenMidLeft]Thank you, Prince Innes[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I appreciate your sacrifice.[A][OpenMidRight]It is no sacrifice, and[.][NL]I require no thanks.[A][NL]We're fighting for the[NL]same thing here: victory.[.][A]}
|
|
MSG_0B74 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][15][NL][OpenMidRight]Ephraim.[A][OpenMidLeft]Innes?[A][OpenMidRight]There's no need to panic. The soldiers[NL]are following Prince Lyon's trail.[A][NL]Our trackers are excellent.[.][NL]They'll know his whereabouts momentarily.[.][A][OpenMidLeft]Ah[ToggleMouthMove]... [ToggleMouthMove]Good point. Well made.[A][OpenMidRight]By the way, there's something I need[NL]to speak with you about.[A][NL]The messenger I sent to Frelia[NL]returned not long ago.[A][NL]She brought a package I'd requested:[NL]Frelia's Sacred Twins.[A][OpenMidLeft]You have the Sacred Twins?[A][OpenMidRight]Yes. Frelia may have lost her[.][NL]Sacred Stone[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]However, it seems the Sacred Twin[.][NL]relics remained undisturbed.[A][NL]I had them brought here.[NL]Behold![.][A][OpenMidLeft]Incredible[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Frelia's Sacred Twins.[A][NL]Nidhogg, the Serpent Bow, and[.][NL]Vidofnir, the Winged Lance.[.][A][NL]I want you to take them.[A][OpenMidLeft]But these are Frelia's weapons.[.][NL]You should hold on to them.[.][A][OpenMidRight]No, I entrust them to you.[A][NL]You're the leader of this army.[.][NL]Use them as you will.[.][A][OpenMidLeft]Understood. I'll make sure they[.][NL]wind up in worthy hands.[A][NL]Thank you, Innes. This helps.[.][A][OpenMidRight]Don't thank me.[.][A][NL]We're fighting for the[NL]same thing here: victory.[.][A]}
|
|
MSG_0B75 {[OpenRight][LoadFace][2][NL][OpenFarRight][LoadFace][43][NL][OpenLeft][LoadFace][89][NL][OpenFarLeft][LoadFace][98][NL][SendToBack][ToggleSmile][OpenFarLeft]Lady Syrene![NL]Thank you![A][NL]We all owe you our[NL]gratitude[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight]No, it wasn't my doing.[.][A][NL]We prevailed because of[.][NL]superior leadership.[A][OpenRight]Oh, please[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]We owe you a debt of gratitude that[.][NL]can never be repaid.[A][NL]It's not much, but please accept[NL]this staff as a small token.[A][OpenFarLeft]And our appreciation, too.[NL]Thank you![A]}
|
|
MSG_0B76 {[OpenRight][LoadFace][20][NL][OpenFarRight][LoadFace][43][NL][OpenLeft][LoadFace][89][NL][OpenFarLeft][LoadFace][98][NL][SendToBack][ToggleSmile][OpenFarLeft]Lady Syrene![NL]Thank you![A][NL]We all owe you our[NL]gratitude[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight]No, it wasn't my doing.[.][A][NL]We prevailed because of[.][NL]superior leadership.[A][OpenRight]No, I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]We owe you a debt of gratitude that[.][NL]can never be repaid.[A][NL]It's not much, but please accept[NL]this staff as a small token.[A][OpenFarLeft]And accept our thanks. We won't[.][NL]forget what you've done for us.[.][A]}
|
|
MSG_0B77 {[OpenMidLeft][LoadFace][15][NL][OpenMidRight][LoadFace][43][NL][OpenMidLeft]Syrene![.][A][OpenMidRight]Prince Innes[ToggleMouthMove]...[.][ToggleMouthMove]is it[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Ah[ToggleMouthMove]... [ToggleMouthMove]It really is you,[.][NL]isn't it, Prince Innes?[.][A][NL]Being rescued by you[ToggleMouthMove]...[.][ToggleMouthMove][NL]It's like a dream[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Syrene? I need a status report.[.][A][OpenMidRight]Oh[ToggleMouthMove]...[.][ToggleMouthMove][NL]Oh, yes! Please forgive me![.][A][NL]The Frelian troops we dispatched[NL]were ambushed and decimated.[A][NL]My squad is all that remains.[.][A][OpenMidLeft]So many dead[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You can rest easy now, Syrene.[NL]I'm here. Victory is assured.[.][A][NL]Let's go.[.][A][OpenMidRight]Yes, sir[ToggleMouthMove]... [ToggleMouthMove]Prince Innes.[.][A]}
|
|
MSG_0B78 {[OpenMidLeft][LoadFace][44][NL][OpenMidRight][LoadFace][43][NL][OpenMidLeft]Syrene! Are you all right?[A][OpenMidRight]Princess Tana![A][NL]You must stay back. This[NL]place is dangerous![.][A][OpenMidLeft]No! I won't let you die![A][NL]Hold on, I'm coming to[NL]help you at once![.][A][OpenMidRight]Princess Tana[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]You've grown so much.[.][A][NL]Very well. I'm yours to[.][NL]command, my lady.[.][A]}
|
|
MSG_0B79 {[OpenMidLeft][LoadFace][8][NL][OpenMidRight][LoadFace][43][NL][OpenMidLeft]Commander Syrene![.][NL]Are you all right?[A][OpenMidRight]Vanessa. What are[.][NL]you doing here[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I'm here with Prince Innes![.][NL]We arrived to join the fray![A][NL]We'll take over now. There's no[.][NL]need for you to exhaust yourself.[.][A][OpenMidRight]Understood.[.][A][NL]The chain of command must be clear, though,[.][NL]so I'll take orders from your commander.[A][NL]Pass this message to whoever leads[NL]your forces, will you?[A][OpenMidLeft]Right away![.][A][OpenMidLeft][MoveFarLeft][OpenMidRight]A moment, Vanessa.[A][OpenFarLeft][MoveMidLeft][OpenMidLeft]What is it?[.][A][OpenMidRight]You've matured since[NL]I saw you last.[.][A][NL]And[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]You've grown beautiful as well.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Sister[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0B7A {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][34][NL][OpenMidLeft]L'Arachel[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]May I ask your advice?[A][OpenMidRight]What is it, Eirika?[.][NL]There's no need to be so formal.[A][OpenMidLeft]It's about Lyon[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]My brother was right. Lyon's been[.][NL]possessed by the Demon King.[A][NL]He[ToggleMouthMove]... [ToggleMouthMove]He's no longer the Lyon[.][NL]I once knew.[A][NL]But I can't help feeling[ToggleMouthMove]...[.][ToggleMouthMove]there[.][NL]must be some way to bring him back.[.][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft][MoveMidLeft][OpenMidLeft]Please help me, L'Arachel.[NL]I want to save him.[.][A][NL]Rausten is the spiritual heart of[.][NL]Magvel. They keep the ancient lore.[.][A][NL]You're their princess. You must know[NL]something about the demons of legend.[.][A][NL]Is there anything that can save Lyon?[.][A][LoadOverworldFaces][OpenMidRight]I'm so sorry, Eirika.[.][A][NL]To the best of my knowledge,[NL]there is no way to aid him.[.][A][OpenMidLeft]That can't be![A][NL]There must be something![NL]Any clue, no matter how slight[ToggleMouthMove]...[.][ToggleMouthMove][A][LoadOverworldFaces][OpenMidRight]Our oldest legends tell us just this[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Only one person has ever been able to[.][NL]shake off the Demon King's domination.[A][NL]Rausten's founder, Saint Latona the[.][NL]sure-hearted, shattered his fetters.[A][NL]If one possesses a strength of will[.][NL]beyond that of normal men[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Only then can one throw off the[.][NL]shackles of the Demon King.[.][A][NL2][NL]But you saw it for yourself, Eirika,[NL]with your own two eyes.[.][A][NL]Your friend Lyon's body has already[.][NL]been claimed by the Demon King.[.][A][NL]Once it's gone that far, [.][.....]there's[.][NL]nothing that can be done.[.][A][NL]When the Demon King takes over someone,[.][NL]he devours his spirit, his very soul.[.][A][NL]Even if his hold on Lyon's body could be[NL]released, that body would have no soul.[.][A][NL]There is no power in Rausten[ToggleMouthMove]...[.][ToggleMouthMove]not[.][NL]even the Sacred Stone[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]that can perform so great a miracle[.][NL]as to restore a shattered soul.[.][A][OpenMidLeft]But[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I understand how you feel,[NL]but the prince is gone.[.][A][NL]The Lyon you knew no longer[.][NL]exists.[.][A][NL2][NL]It's more important now that[NL]you care for yourself.[A][NL]If we pursue the Demon King,[NL]we're likely to suffer for it.[A][NL]I want you to return to Rausten[.][NL]Palace and rest yourself.[.][A][OpenMidLeft]Thank you, L'Arachel.[.][A][NL]However, I must stay with[.][NL]the company.[A][NL]I have to believe there's something[.][NL]I can do to help him.[.][A][NL]Lyon was always so kind. He wanted[NL]nothing more than to help people.[.][A][NL]It's too terrible to picture him[NL]imprisoned by the Demon King.[.][A][NL]Imprisoned[ToggleMouthMove]...[.][ToggleMouthMove]with no hope[NL]of salvation.[.][A]}
|
|
MSG_0B7B {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][34][NL][OpenMidRight]E-Ephraim. I must ask[.][NL]that you slow down![.][A][NL]If you travel so swiftly,[.][NL]we cannot keep up.[A][OpenMidLeft]I'm riding ahead. I can't[.][NL]waste any more time.[A][NL]I must catch the Demon King[.][NL]as quickly as possible.[.][A][OpenMidRight]And when you find him?[NL]Tell me, what then?[.][A][LoadOverworldFaces][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL2][NL][ToggleMouthMove]...[.][ToggleMouthMove]L'Arachel.[A][NL]Rausten is the spiritual heart of[.][NL]Magvel. They keep the ancient lore.[.][A][NL]You're their princess. You must know[NL]something about the demons of legend.[.][A][NL]I do not need consolation or peace of[.][NL]mind. I need facts.[.][A][NL2][NL]Lyon, as he is now[ToggleMouthMove]...[.][ToggleMouthMove][NL]Can he be saved?[A][OpenMidRight]I'm sorry[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]To the best of my knowledge,[NL]there's nothing to be done.[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][LoadOverworldFaces][OpenMidRight]Your friend Lyon's body has already[.][NL]been claimed by the Demon King.[.][A][NL]Once it's gone that far, [.][.....]there's[.][NL]nothing that can be done.[.][A][NL]When the Demon King takes over someone,[.][NL]he devours his spirit, his very soul.[.][A][NL]Even if his hold on Lyon's body could be[NL]released, that body would have no soul.[.][A][NL]There is no power in Rausten[ToggleMouthMove]...[.][ToggleMouthMove]not[.][NL]even the Sacred Stone[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]that can perform so great a miracle[.][NL]as to restore a shattered soul.[.][A][OpenMidLeft]Is that so[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I understand.[.][NL]Let's go, L'Arachel.[A][OpenMidRight]W-wait a moment. Hmph![NL]Were you listening to me at all?[A][NL]I'm sorry, but the prince[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]I heard you.[A][NL]There's no hope of saving Lyon.[.][A][NL]And if I cannot save him[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I will bring him peace with my[NL]own hands.[A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Can you do it?[A][NL]Even if you get the chance, can[.][NL]you bring yourself to kill him?[.][A][NL]It would be best if you and your[NL]sister left this to the rest of us.[.][A][OpenMidLeft]No[ToggleMouthMove]...[.][ToggleMouthMove]I'm going to do it.[.][A][NL]Lyon is my friend.[A][NL]The Demon King stole him from me.[.][NL]I will be the one to kill him.[A][OpenMidRight]If your mind's made up, there's[.][NL]not much I can do, is there?[A][NL]Let's go then.[A][OpenMidLeft]I'm sorry, L'Arachel.[.][A][OpenMidRight]There's no need for you[.][NL]to apologize.[.][A][NL]Your words alone have[.][NL]won my forgiveness.[.][A]}
|
|
MSG_0B7C {[OpenFarLeft][LoadFace][111][NL][OpenFarLeft]This way![.][A][NL]The enemy went into the[.][NL]recesses of this valley.[A][OpenFarLeft][ClearFace][OpenLeft][LoadFace][20][NL][OpenFarLeft][LoadFace][2][NL][SendToBack][OpenFarLeft]Brother.[NL]Do you smell something?[.][A][OpenLeft]Smell?[A][OpenFarLeft]Yes. An unpleasant odor, like sulphur.[NL]It's emanating from this valley.[A]}
|
|
MSG_0B7D {[OpenLeft][LoadFace][20][NL][OpenLeft]Are those[.][ToggleMouthMove]...[.][ToggleMouthMove]eggs?[.][A][OpenFarLeft][LoadFace][38][NL][OpenFarLeft]Gorgon eggs[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]There are so many[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft][ClearFace][OpenFarLeft][LoadFace][2][NL][SendToBack][OpenFarLeft]Brother! The eggs! They've[NL]started to hatch![.][A][OpenLeft]No[ToggleMouthMove]... [ToggleMouthMove]He's led us into a trap![A][NL]Watch out! Everyone, steer[NL]clear of those eggs![A]}
|
|
MSG_0B7E {[OpenMidRight][LoadFace][70][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A]}
|
|
MSG_0B7F {[OpenLeft][LoadFace][2][NL][OpenFarLeft][LoadFace][20][NL][SendToBack][OpenLeft]Wait![.][A][OpenFarLeft]Hold, Eirika! Don't[.][NL]go anywhere alone![A][OpenLeft]Lyon's back there![NL]I won't abandon him![A]}
|
|
MSG_0B80 {[OpenMidLeft][LoadFace][2][NL][OpenFarFarRight][LoadFace][70][NL][OpenMidLeft]Lyon! Lyoooon![A][OpenFarFarRight]Ei[ToggleMouthMove]...[.][ToggleMouthMove]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Lyon?[.][A][NL]Where are you?[A][OpenFarFarRight]I'm[.][ToggleMouthMove]...[.][ToggleMouthMove]here.[.][A]}
|
|
MSG_0B81 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][70][NL][OpenMidLeft]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Hold on. I'll save you![.][A][OpenMidRight]Forgive me[ToggleMouthMove]...[.][ToggleMouthMove]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It's over[.][ToggleMouthMove]...[.][ToggleMouthMove]for me[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]The Demon King has devoured[.][NL]my soul[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm mad[.][ToggleMouthMove]...[.][ToggleMouthMove]and I'm going[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]to die[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]What should I do?[.][NL]How can I help you?[.][A][NL]Tell me! I'll do anything,[NL]but you have to tell me![A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]The Sacred Stone[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Give me[.][ToggleMouthMove]...[.][ToggleMouthMove]the stone[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]What?[.][A][OpenMidRight]My body[.][ToggleMouthMove]...[.][ToggleMouthMove]is being ravaged[NL]by the Demon King.[A][NL]If it continues unchecked,[NL]nothing can save me.[A][NL]But if I had the power of[.][NL]a Sacred Stone[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I could save[ToggleMouthMove]...[.][ToggleMouthMove]my soul[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Please[ToggleMouthMove]...[.][ToggleMouthMove]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I don't want to die yet[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I want to live[ToggleMouthMove]...[.][ToggleMouthMove]with you[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If I had the Sacred Stone[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I could[.][ToggleMouthMove]...[.][ToggleMouthMove]heal myself[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Please[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Could the Sacred Stone really[.][NL]do that? Could it heal you?[.][A][OpenMidRight]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Please[ToggleMouthMove]...[.][ToggleMouthMove]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I[.][ToggleMouthMove]...[.][ToggleMouthMove]trust you, Lyon.[A][NL]I have a stone right here.[A][OpenMidLeft][MoveLeft]}
|
|
MSG_0B82 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][74][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]Ah[ToggleMouthMove]... [ToggleMouthMove]It's true[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]A Sacred Stone[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL][LoadOverworldFaces][ToggleSmile]Ha ha[.][ToggleMouthMove]......[ToggleMouthMove][NL]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]An abominable Sacred Stone[ToggleMouthMove]...[.][ToggleMouthMove][NL]Here in my grasp.[.][A][ToggleSmile][OpenMidLeft]What? Lyon?[.][A][NL]No[ToggleMouthMove]... [ToggleMouthMove]You're[ToggleMouthMove]--[ToggleMouthMove][A][LoadOverworldFaces][ToggleColorInvert][OpenMidRight][ToggleSmile]Ha ha[.][ToggleMouthMove]...[.][ToggleMouthMove]heh heh heh.[A][NL2][NL][ToggleSmile]How disappointing for you.[A][NL]This body is mine now.[A][NL]Nothing remains of your[.][NL]dear boy's soul.[A][ToggleColorInvert][OpenMidLeft]You only pretended to be[NL]Lyon[ToggleMouthMove]... [ToggleMouthMove]You deceived me.[A][NL]Return him![.][NL]Return Lyon now![A][ToggleColorInvert][OpenMidRight]I'm afraid there's no hope of that.[.][A][NL]You see, I've devoured him. Bite[NL]by bite, slowly. How I savored it.[A][NL]Nothing remains but this suit of[NL]flesh I wear. There is nothing to heal.[.][A][NL]Not even the power of a Sacred Stone[NL]can craft something from nothing.[.][A][NL]He cannot be saved.[.][A] [.][ToggleColorInvert][OpenMidLeft]That[ToggleMouthMove]...[.][ToggleMouthMove]can't[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleColorInvert][OpenMidRight][ToggleSmile]Ha ha[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Bwah ha ha ha![A][NL]I love how humans look when[.][NL]they're drowning in despair.[A][NL]Now is the time to be done[NL]with this stone.[A][ToggleSmile][ToggleColorInvert]}
|
|
MSG_0B83 {[OpenFarFarLeft][LoadFace][20][NL][OpenMidRight][LoadFace][74][NL][OpenFarFarLeft]Eirika![.][A][ToggleColorInvert][OpenMidRight]Oh[ToggleMouthMove]...[.][ToggleMouthMove]caught up, have you?[A][NL]Hmm, I've changed my mind.[A][NL]I'll leave the girl alive.[NL]Take her.[.][A][NL]There are memories of you[.][NL]in this flesh I wear.[.][A][NL]And I hunger to see your face[.][NL]bear more suffering and pain.[.][A][ToggleColorInvert]}
|
|
MSG_0B84 {[OpenMidRight][LoadFace][2][NL][OpenMidLeft][LoadFace][20][NL][OpenMidRight][HalfCloseEyes][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]Eirika![.][A][NL]Wake up! Do you know who I am?[A][OpenMidRight][MoveRight][OpenRight]Brother[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Lyon? Lyon's[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I know. Don't speak.[A][OpenRight]I[.][ToggleMouthMove]...[.][ToggleMouthMove]I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Lyon is[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]He's really[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Let's go back.[A][NL]L'Arachel will be worried.[A][NL]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You can weep now. As much as you[NL]need. Weep for me, as well[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0B85 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][74][NL][OpenMidLeft]Hold![.][A][NL]Demon King![.][A][ToggleColorInvert][OpenMidRight]Hmph[ToggleMouthMove]... [ToggleMouthMove]You again?[A][ToggleColorInvert][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]I've one thing to ask[.][NL]before I slay you.[A][NL]Where is Lyon now?[A][NL]When I kill you[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]will Lyon return?[.][A][ToggleColorInvert][OpenMidRight][ToggleSmile]Heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]How little you understand.[A][NL]Lyon is no longer part of your[NL]world. He cannot be restored.[.][A][NL]I have devoured every last[NL]delicious scrap of his small soul.[A][ToggleColorInvert][OpenMidLeft]You monster!!![A][ToggleColorInvert][OpenMidRight]Why does this upset you?[A][NL]What does it matter what happens to[.][NL]that weakling now?[A][NL]He was a sickly cretin whose trivial[NL]dreams were nothing but hopeless[ToggleMouthMove]--[ToggleMouthMove][A][ToggleColorInvert][OpenMidLeft]SHUT UP![A][NL]He was my friend.[.][A][NL]We'll always be friends.[NL]I made a promise to him.[A][NL2][NL]You stole Lyon's soul and[.][NL]corrupted his dreams![.][A][NL]I'll crush the life out of you.[.][A]}
|
|
MSG_0B86 {[OpenMidLeft][LoadFace][20][NL][OpenMidLeft][MoveMidLeft][OpenMidLeft]Gwaa[ToggleMouthMove]...[.][ToggleMouthMove]ah[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]What?![NL]My body[.][ToggleMouthMove]--![.][ToggleMouthMove][A][OpenMidRight][LoadFace][74][NL][ToggleColorInvert][OpenMidRight]Don't resist. Soon you will[.][NL]be unable to move at all[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleColorInvert]}
|
|
MSG_0B87 {[OpenMidRight][LoadFace][74][NL][OpenMidLeft][LoadFace][20][NL][OpenMidRight][MoveLeft][ToggleColorInvert][OpenLeft]So you had the Stone of[.][NL]Renais with you after all.[A][NL]If you'll just give me a[NL]moment to destroy it[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleColorInvert][OpenMidLeft][MoveMidLeft][OpenMidLeft]Stop[ToggleMouthMove]...[.][ToggleMouthMove]urgh![.][A]}
|
|
MSG_0B88 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][74][NL][ToggleColorInvert][OpenMidRight]And that's the end of[.][NL]your Sacred Stone[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Now then, Prince Ephraim.[.][NL]Are you prepared?[.][A][ToggleColorInvert][OpenMidLeft]Curse you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Do it!!![NL]Finish me![A][NL]With my dying breath,[.][NL]I'll cut you to ribbons.[A][ToggleColorInvert][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][ToggleColorInvert][OpenMidLeft]What are you waiting for?![NL]Are you frightened?[.][A][ToggleColorInvert][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Tell me, Prince Ephraim of Renais.[A][NL]Why do you fight on? Do you think[.][NL]you accomplish your sad desire?[.][A][NL]Can you restore your homeland[.][NL]from the grave? Overthrow [LQuote]evil[RQuote]?[.][A][NL]Or protect your sister?[.][A][ToggleColorInvert][OpenMidLeft]You won't kill me. I'll do[NL]all these things, fiend[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]All these things and more.[A][NL]For my friend Lyon[ToggleMouthMove]...[.][ToggleMouthMove][NL]I will avenge his soul.[.][A][NL]I won't let his gentle image[NL]be defiled[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ClearFace][OpenMidRight][LoadFace][70][NL][LoadOverworldFaces][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL2][NL]I guess it's true[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You haven't changed, Ephraim.[.][A][OpenMidLeft]Huh?[A][NL2][NL]What's[ToggleMouthMove]--[ToggleMouthMove][A][NL2][NL]What did you say?[.][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]What's going on?[A][NL]You're the Demon King[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]You're the ancient evil[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You told me you'd devoured Lyon's[.][NL]soul, that nothing remained.[A][NL]So why did you[ToggleMouthMove]...[.][ToggleMouthMove][NL]How do you know about me?[.][A][NL2][NL]It's not[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Could it be[.][ToggleMouthMove]...[.][ToggleMouthMove]you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]Is that you[.][ToggleMouthMove]...[.][ToggleMouthMove]Lyon?[.][A][LoadOverworldFaces][OpenMidRight]Uh-huh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]That's right.[.][A][NL]It's me, Lyon, Prince of Grado.[.][NL]I'm not the Demon King.[.][A][NL]Sorry, Ephraim.[.][A][NL]That whole thing about the Demon[NL]King eating my soul and me dying?[.][A][NL]That was all a lie.[.][A][OpenMidLeft]Wha[.][ToggleMouthMove]--[ToggleMouthMove][A][NL]Why?! Why would you[.][NL]say such a thing?![A][OpenMidRight]Listen, Ephraim.[A][NL]I've always loved you.[A][NL]I've always hated you.[A][NL]I've always looked up to you.[.][NL]I wanted to be just like you.[.][A][NL]Then one day I realized[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Someone like me could never[.][NL]become someone like you.[A][NL]You and Eirika are[ToggleMouthMove]...[.][ToggleMouthMove]overpowering.[.][NL]You blinded me with your radiance.[A][NL]How could I live in your shadows[NL]and not seethe with jealousy?[.][A][OpenMidLeft]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Before I ever touched the[.][NL]Dark Stone[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I had a vision. A vision[NL]of the future of Magvel.[A][NL]I saw myself standing with two[NL]roads stretched out before me.[A][NL]One led to the Demon King,[NL]devouring both my body and soul.[A][NL]The other showed me the power to[NL]fight the Demon King's dominion.[A][NL]And I, well[.][ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][OpenMidRight][MoveMidRight][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Gaa[.][ToggleMouthMove]...[.][ToggleMouthMove]urgh.[.][A][OpenMidLeft]Lyon![.][A][OpenMidRight]Then I acquired the Dark Stone.[.][A][NL]The Demon King began to eat my[NL]soul and corrupt my flesh.[A][NL]I almost vanished beneath[.][NL]the Demon King's mantle.[A][NL]Then I remembered you[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]My mind blazed into wakefulness.[A][NL]All at once, my mind shouted[NL]out, [LQuote]I will not be devoured![RQuote][A][NL]Just as I was about to lose[.][NL]myself to the Demon King,[.][A][NL]I was able to drive him back.[.][A][NL]The Demon King's desires are[NL]simple[ToggleMouthMove]--[ToggleMouthMove]foul, but uncomplicated.[A][NL]He wants nothing but the destruction,[.][NL]conquest, and subjugation of man.[.][A][NL]Those shallow desires are nothing[.][NL]to the dreams of the human heart.[.][A][NL2][NL]And of the two roads I had seen,[NL]I chose the latter.[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]But I didn't want to appear before[NL]you here in the role of Lyon.[.][A][NL]Lyon, the piteous victim[ToggleMouthMove]...[.][ToggleMouthMove][NL]The Demon King, the fiendish villain[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It was all an act[.][ToggleMouthMove]--[ToggleMouthMove]high drama for you[NL]all, to suit this grand occasion.[.][A][NL2][NL]That's right, Ephraim.[A][NL]I'm the Demon King[ToggleMouthMove]...[.][ToggleMouthMove][NL]The Demon King is me.[.][A][OpenMidLeft]You lie[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It can't be. It's not possible.[.][A][NL]Lyon was[ToggleMouthMove]... [ToggleMouthMove]My friend was kind[NL]and caring[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]He was a good person[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But you[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]You are not that person![A][OpenMidRight]Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]You[.][ToggleMouthMove]... [ToggleMouthMove]You're the Demon King.[NL]Lyon is gone, and you are a liar![.][A][NL]You're trying to trick me.[NL]You're trying to confuse me![A][NL2][NL]I'm right, aren't I?! Tell me[.][NL]I'm right, Lyon! TELL ME![.][A][OpenMidRight][MoveFarRight][OpenFarRight]I'm sorry, Ephraim.[.][A][NL2][NL]Ephraim, listen to me.[A][NL]Ten days from now[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]When the moon is swallowed by shadow[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]In Darkling Woods, I will perform[.][NL]a ceremony[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Through this ceremony, I will[.][NL]gain immense power.[.][A][NL]Power to change not only Grado,[.][NL]but the entire world.[.][A][OpenMidLeft]Change[ToggleMouthMove]...[.][ToggleMouthMove]the world?[A][OpenFarRight]But after that[ToggleMouthMove]...[.][ToggleMouthMove][NL]I cannot save myself.[.][A][NL]I'll become the Demon King of old[.][NL]and try to destroy all of mankind.[A][NL]Ephraim. If you want to stop this,[NL]you must come to Darkling Woods.[A][NL]I want you to come. I need you to[.][NL]stop me. You must promise.[A]}
|
|
MSG_0B89 {[OpenMidRight][LoadFace][20][NL][OpenMidRight][CloseEyes][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][LoadOverworldFaces][OpenFarFarLeft][LoadFace][2][NL][OpenMidLeft][LoadFace][2][NL][OpenMidRight][HalfCloseEyes][OpenMidLeft]Brother![A][NL]Are you[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]You look ill.[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Is that you, Eirika?[A][NL]Don't worry.[NL]It's nothing.[.][A][OpenMidLeft]B-but[.][ToggleMouthMove]...[.][ToggleMouthMove]you're so pale.[.][A][NL]What happened?[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Eirika.[.][A][OpenMidLeft]Y-yes?[A][OpenMidRight]Lyon is[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Lyon's my friend.[.][A][NL]Forever and always.[.][A][OpenMidLeft]Brother[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Let's get out of here. L'Arachel[NL]and the others are worried.[.][A]}
|
|
MSG_0B8A {[OpenLeft][LoadFace][34][NL][OpenFarLeft][LoadFace][4][NL][OpenRight][LoadFace][20][NL][OpenFarRight][LoadFace][2][NL][SendToBack][OpenFarLeft][ToggleMouthMove]...[.][ToggleMouthMove]It appears the enemy[NL]fled over this cliff.[.][A][OpenFarRight]I see no way we can[.][NL]pursue him now[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]So he got away, is that it?[.][A][OpenLeft]There's no cause to be discouraged.[.][A][NL]Beyond these mountains lie the heart[NL]of Darkling Woods.[A][NL]Before we enter, we must head north[.][NL]to Rausten.[.][A][NL]After all, we still need the[NL]Sacred Stone of Rausten.[A][NL]As long as even one stone remains,[NL]all hope is not lost.[.][A][NL]Come on. We cannot give in to despair[.][NL]when victory draws so near![.][A]}
|
|
MSG_0B8B {[OpenMidRight][LoadFace][34][NL][OpenMidRight]Home at last.[.][A][NL]My dear, sweet palace.[A][CloseSpeechSlow][OpenMidRight]Uncle, I've returned.[.][A][OpenMidLeft][LoadFace][83][NL][OpenMidLeft]Oh, L'Arachel! It's good[NL]to see you safe![A][OpenMidRight]Of course I'm safe, Uncle.[A][NL]Evil can never defeat the[.][NL]forces of righteousness![A][OpenMidLeft]Ha! You're exactly right, my dear![A][NL]Now tell me, who are our guests?[A]}
|
|
MSG_0B8C {[OpenMidLeft][LoadFace][83][NL][OpenFarRight][LoadFace][20][NL][OpenRight][LoadFace][2][NL][SendToBack][OpenRight]Pontifex Mansel of Rausten, allow[.][NL]me to introduce myself.[.][A][NL]I am Eirika, Princess of Renais.[A][NL]I come to you today as an[.][NL]emissary of Frelia.[.][A][OpenFarRight]And I am Ephraim, Prince of Renais.[.][A][NL]I come with Eirika to warn you of[.][NL]the danger our world faces.[.][A][CloseSpeechSlow][OpenRight]It began when[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0B8D {[OpenMidRight][LoadFace][34][NL][OpenMidLeft][LoadFace][83][NL][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Hmm, I see.[.][A][NL]That is a tough tale to swallow[.][NL]all at once[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]However, I have heard of the fell[.][NL]creatures in Darkling Woods.[A][NL]L'Arachel.[A][NL]You will need the Stone of Rausten[NL]if we have any hope of victory.[.][A][OpenMidRight]That is so, Uncle.[A][NL]I would like permission[.][NL]to open the temple seal.[A][OpenMidLeft]Hmm[.][ToggleMouthMove]... [ToggleMouthMove]There's no need to[NL]rush yourself so, L'Arachel.[A][NL]You're home again, in this[NL]blessed haven. You should rest.[.][A][OpenMidRight]How can I relax until I know that[.][NL]our Sacred Stone is safe?[.][A][NL]At the least, I'd like to ensure[NL]that the temple seal is intact.[.][A][NL]Oh[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Is something amiss?[.][A][OpenMidRight]I think we'll take a night to rest[NL]after all. Everyone is so exhausted.[A][NL]My dear friend Eirika especially has[NL]had a very trying time of late.[.][A]}
|
|
MSG_0B8E {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][34][NL][OpenMidLeft][HalfCloseEyes][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]Eirika.[.][A][OpenMidLeft]Ah[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Don't look so sad. It wreaks[NL]such havoc on your beauty.[A][OpenMidLeft]L'Arachel. I[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]What should I do?[.][A][CloseSpeechSlow][LoadOverworldFaces][OpenMidLeft]Lyon was one of my dearest[NL]friends[.][ToggleMouthMove]... [ToggleMouthMove]I feel so helpless.[.][A][NL]There's nothing I can do to[.][NL]help him[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Your friend is gone, Eirika.[A][NL]All that remains is the Demon[.][NL]King, masquerading as Lyon.[.][A][NL]For the good of all humanity,[.][NL]he must be defeated.[A][NL]Ah[ToggleMouthMove]... [ToggleMouthMove]If only it truly were[.][NL]that easy, though.[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][NL]I never knew Prince Lyon.[.][A][NL]I cannot pretend to understand[NL]the sadness you must feel.[A][NL]However, I do know this[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If the Lyon you hold so dear[NL]were here with you today[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]What do you think he would[NL]want you to do?[.][A][OpenMidLeft]I can't[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]There's no need to rush, Eirika.[A][NL]Take your time and think it through.[NL]You need to find your own answer.[.][A][NL]Now then, it's about time we found[NL]ourselves something to eat.[.][A][NL]It's hard to be optimistic on an[NL]empty stomach.[A][OpenMidLeft][OpenEyes][OpenMidLeft]Yes, I'll be right there.[.][A][NL]Thank you, L'Arachel.[.][A]}
|
|
MSG_0B8F {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][44][NL][OpenMidLeft][HalfCloseEyes][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]Come on, Ephraim, cheer up.[.][A][OpenMidLeft]What are you talking about, Tana?[.][A][NL]There's nothing wrong with[NL]me. I'm always like this.[.][A][OpenMidRight]That's not true.[A][NL]I've never seen you look so[.][NL]sad as you do right now.[A][NL]If you're depressed, I'm sure[.][NL]my brother would worry[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]And I[.][ToggleMouthMove]...[.][ToggleMouthMove]well, I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][LoadOverworldFaces][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]Tana. You're the princess of Frelia.[A][NL]Perhaps it's unwise of you to be so[.][NL]friendly to Eirika and me.[A][NL]After all, alliances aside, our two[.][NL]countries' needs may differ.[A][NL]Who knows what the future holds? Those[NL]ties could snap in an instant[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]No! Don't say that![.][A][OpenMidLeft]And why not?[A][OpenMidRight]You and Eirika are both my friends.[.][A][NL]We come from different countries,[.][NL]it's true, but[ToggleMouthMove]...[.][ToggleMouthMove]but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]No matter what happens, the friendship[NL]I feel for you will never change![.][A][OpenMidLeft][OpenEyes][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]I'm sorry, Tana.[A][NL]I wasn't thinking straight.[.][NL]Please don't cry.[.][A][OpenMidRight]Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]You're right, though.[.][A][NL]No matter what happens, the bond[NL]between us will never disappear.[A][NL]And it's because Lyon is my friend[.....][NL]that I have to put an end to this.[A][NL]Thank you, Tana.[A]}
|
|
MSG_0B90 {[OpenMidLeft][LoadFace][34][NL][OpenMidRight][LoadFace][20][NL][OpenMidRight][HalfCloseEyes][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]That long face doesn't[NL]suit you at all.[A][NL]Has something happened?[.][A][OpenMidRight]L'Arachel[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]No, this is how I always am.[A][OpenMidLeft]Lying to the daughter of a holy[.][NL]man is a grave sin, don't you know?[.][A][NL]If you would like to talk, I would[NL]like to listen[ToggleMouthMove]...[.][ToggleMouthMove][A][LoadOverworldFaces][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]I'm sorry.[NL]I can't talk about it.[A][NL]I'm not even planning on telling[NL]Eirika what happened.[.][A][OpenMidLeft]You're so stubborn, aren't you?[.][A][NL]Do you plan on shouldering the[NL]entire burden yourself?[.][A][OpenMidRight]I'm sorry.[A][OpenMidLeft]If that's all you're going to say,[NL]then there's naught I can do.[.][A][NL]Have you already decided on your[NL]course of action?[.][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]Mm-hm. I'm prepared.[A][OpenMidLeft]Well[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]Then there's no need for me to[NL]say anything more, is there?[A][NL]You and I are so alike[ToggleMouthMove]...[.][ToggleMouthMove][NL]You want nothing but to help others.[A][NL]You refuse to show weakness, and you[NL]want to accomplish everything yourself.[.][A][NL]However, you must know that there are[.][NL]times when you must share the burden.[.][A][OpenMidRight][OpenEyes][OpenMidRight]That's true[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]And I feel better for having spoken[.][NL]with you. Thank you, L'Arachel.[.][A]}
|
|
MSG_0B91 {[OpenMidRight][LoadFace][111][NL][OpenFarFarLeft][LoadFace][72][NL][OpenFarFarRight][LoadFace][1][NL][OpenFarFarLeft]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Guard duty? At this time of night?[NL]Such a diligent soldier.[A][OpenMidRight][MoveRight][OpenRight]Huh?![.][NL]Who goes there?[.][A][OpenFarFarRight]Where are you looking?[A][NL]I'm over here.[A][OpenRight]Wha[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarFarLeft]No, no, here.[.][NL]I'm over here.[A][OpenFarFarRight]What's wrong? I'm right here.[.][NL]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Wha[.][ToggleMouthMove]...[.][ToggleMouthMove]wha[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarFarLeft]Is the darkness too deep[NL]for you to penetrate?[.][A][NL]Can't you see what the[NL]night is hiding?[A][OpenRight]A-attack![.][A]}
|
|
MSG_0B92 {[OpenMidRight][LoadFace][72][NL][OpenMidRight][ToggleSmile]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]Humans will never conquer darkness.[.][A][NL]This guardian of light, Rausten, will[.][NL]drown in a never-ending night.[A][NL]Come, my pretties. It's time to go.[.][A][NL]The day of Rausten's destruction[NL]has at long last arrived![.][A]}
|
|
MSG_0B93 {[OpenLeft][LoadFace][83][NL][OpenFarLeft][LoadFace][34][NL][OpenMidRight][LoadFace][111][NL][SendToBack][OpenMidRight]Your Holiness! There's been an attack![A][NL]We think it's Grado's men, fleeing[NL]from Frelia's forces.[.][A][NL]However, they've breached the palace[NL]defenses at multiple points.[A][OpenLeft]What?![A][OpenMidRight]The imperial guard is at a terrible[.][NL]disadvantage of numbers right now.[A][NL]It's less a battle than a slaughter.[A][NL]I'm not sure they will be able to hold[NL]out until the Knights of Rausten arrive.[A][OpenLeft]How has this happened?[A][NL]Our sacred capital invaded?[.][NL]I must[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]Uncle, please, you must keep yourself[.][NL]safe. We can take care of this.[.][A][CloseSpeechSlow][OpenFarLeft]Is everyone ready to go?[A]}
|
|
MSG_0B94 {[OpenFarLeft][LoadFace][4][NL][OpenLeft][LoadFace][20][NL][OpenMidRight][LoadFace][2][NL][SendToBack][OpenFarLeft]Princess Eirika, please[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Prince Ephraim and I will[.][NL]handle this.[A][OpenLeft]Seth, it's all right.[.][A][NL]Eirika can take care of herself.[NL]Isn't that right, Eirika?[.][A][OpenMidRight]Yes. I'm sorry if[.][NL]I troubled you.[.][A][NL]Let's go.[.][A][NL]We have to protect[NL]Pontifex Mansel.[A]}
|
|
MSG_0B95 {[OpenFarLeft][LoadFace][4][NL][OpenLeft][LoadFace][2][NL][OpenMidRight][LoadFace][20][NL][SendToBack][OpenFarLeft]Prince Ephraim, we'll[.][NL]take care of this.[A][NL]Please[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Brother[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I'm sorry. I've been useless[NL]and worse lately.[.][A][NL]I'm over it now. I'm ready[NL]to fight.[.][A][NL]Let's go! Take out the enemy,[.][NL]and protect Pontifex Mansel![A]}
|
|
MSG_0B96 {[OpenMidLeft][LoadFace][72][NL][OpenMidLeft][ToggleSmile]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]The day is coming, and swiftly[ToggleMouthMove]... [ToggleMouthMove]The[.][NL]day of our triumph, our vengeance![A][NL]Self-righteous fools of Rausten! Where[NL]are your miracles now?![.][A][NL2][NL]March on! March, minions of the Demon[.][NL]King! Your time is upon you![A][NL]Tonight, we claim not only Pontifex Mansel's[NL]sad life, but also Rausten's Sacred Stone![A][NL][ToggleSmile]Heh heh heh[.][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove] You cretin, Mansel[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I will have my revenge.[.][A][NL]You should never have excommunicated me.[NL]The Demon King will be your new master![.][A]}
|
|
MSG_0B97 {[OpenMidLeft][LoadFace][2][NL][OpenMidLeft]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You were so selfless. Your generosity[.][NL]seemed to flow from a bottomless well.[A][NL]I'm so sorry, Lyon. I couldn't save you.[A][NL]But I know what you would have wanted.[NL]I know it as I know my own name.[A][NL]So watch, Lyon.[.][A][NL2][NL]I will defeat the Demon King.[.][A]}
|
|
MSG_0B98 {[OpenMidLeft][LoadFace][20][NL][OpenMidLeft]Lyon is my friend.[A][NL]No matter what has happened,[NL]that one fact will not change.[A][NL]I know this. I will not falter[NL]in my resolve.[A][CloseSpeechSlow][OpenMidLeft]Lyon, because I'm your friend,[NL]I will strike you down.[.][A]}
|
|
MSG_0B99 {[OpenMidRight][LoadFace][83][NL][OpenMidRight]The light[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Will it drown in darkness?[A]}
|
|
MSG_0B9A {[OpenMidLeft][LoadFace][72][NL][OpenMidLeft][ToggleSmile]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]One Sacred Stone remains.[.][A][NL]Once it is destroyed, darkness[NL]will consume the world.[.][A][NL]What will you do? Will you[NL]cower in fear? [.][ToggleSmile]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile]}
|
|
MSG_0B9B {[OpenMidLeft][LoadFace][72][NL][OpenMidLeft][ToggleSmile]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]No! No![.][A][NL]It's been so long.[NL]I got carried away.[.][A][NL]I'd best stop and withdraw[NL]for now.[A][NL]Follow me. Come to[NL]Darkling Woods[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]The Demon King awaits[.][NL]your pleasure[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0B9C {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][34][NL][ToggleSmile][OpenMidRight]Behold.[.][NL]Victory is ours![A][OpenMidLeft]Yes, we did it somehow.[.][A][NL]I wonder if everyone else is OK.[A][OpenMidRight]Eirika?[.][A][NL]Did you find your answer?[.][A][OpenMidLeft]Yes.[A][NL]Thank you, L'Arachel.[.][NL]Your words guided me.[.][A][OpenMidRight]My-my words? It was nothing[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Come, we should find the Sacred Stone.[NL]If anything were to happen to it[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]L'Arachel?[A][NL]Your face is so flushed.[NL]Is anything amiss?[A][OpenMidRight]N-no, it's nothing. Nothing at all![.][A]}
|
|
MSG_0B9D {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][44][NL][ToggleSmile][OpenMidLeft]That takes care of that.[A][OpenMidRight]Ephraim![A][NL]I'm glad to see that[NL]your spirits are up.[A][OpenMidLeft]Ah, Tana.[.][A][NL]And I have you to[.][NL]thank for it.[.][A][OpenMidRight]It was nothing.[.][A][NL]As long as you're back[NL]to your old self,[.][A][NL]that is thanks enough.[A]}
|
|
MSG_0B9E {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][34][NL][ToggleSmile][OpenMidRight]And there it is![NL]Victory is ours![A][OpenMidLeft]Yes, we've won.[.][A][OpenMidRight]Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Did you find the answers[NL]you were looking for?[.][A][OpenMidLeft]I did.[A][NL]Thank you, L'Arachel.[.][NL]It's only because of you.[.][A][OpenMidRight]Wh-who, me? Why, I didn't[.][ToggleMouthMove]--[ToggleMouthMove][A][NL]Come, we should find the Sacred Stone.[NL]If anything were to happen to it[ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft]L'Arachel?[A][NL]Your face is flushed[ToggleMouthMove]...[.][ToggleMouthMove][NL]Are you feeling unwell?[.][A][OpenMidRight]N-no, it's nothing.[.][NL]Nothing at all![.][A]}
|
|
MSG_0B9F {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][34][NL][ToggleSmile][OpenMidRight]And there it is![NL]Victory is ours![A][OpenMidLeft]Yes, we've won.[.][A][OpenMidRight]Ephraim?[A][NL]Are you all right?[A][OpenMidLeft]Yes, I am.[A][NL]Thank you, L'Arachel.[.][OpenMidRight]Come, we should find the Sacred Stone.[NL]If anything were to happen to it[ToggleMouthMove]--[ToggleMouthMove][A]}
|
|
MSG_0BA0 {[OpenLeft][LoadFace][20][NL][OpenFarLeft][LoadFace][2][NL][OpenRight][LoadFace][34][NL][OpenFarRight][LoadFace][38][NL][SendToBack][ToggleSmile][OpenRight]I'm holding it in my very hand![.][NL]The Stone of Rausten![.][A][NL]Its glorious radiance suits my[NL]complexion, wouldn't you say?[.][A][OpenLeft]This is it. The last one. The[.][NL]last remaining Sacred Stone.[A][OpenRight]It is. And the time to defeat[.][NL]the Demon King draws near.[A][OpenFarLeft]We should be leaving.[.][A][NL]We have to act before those[.][NL]creatures gain more momentum.[.][A][OpenFarRight]Yes. We should make haste.[A][NL]The poison spreads. It is[.][NL]growing ever stronger.[A][OpenLeft]Where?[A][OpenFarRight]Darkling Woods[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Where the Demon King fell[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0BA1 {[OpenMidLeft][LoadFace][34][NL][OpenMidRight][LoadFace][83][NL][OpenMidRight]L'Arachel, must you leave[.][NL]so soon?[A][NL]You've only just returned,[NL]and you have to leave?[A][OpenMidLeft]Uncle, defeating evil is the[NL]highest calling I can perform.[A][OpenMidRight]Of course, my dear. It is[.][NL]a divine calling, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]You needn't worry, Uncle.[.][A][NL]After all, I'm not on my[NL]own. I have my friends.[.][A][OpenMidRight]I see.[A][NL]You've been blessed, L'Arachel.[.][NL]Blessed with many good friends.[.][A][OpenMidLeft]I am indeed, Uncle.[.][A][NL]And they, in turn, are[NL]blessed with me![A][CloseSpeechSlow][OpenMidLeft]Farewell, Uncle.[NL]I shall return.[.][A][NL]Once evil has been vanquished,[NL]we'll all return safe and sound.[A][OpenMidRight]Hold on. Not[NL]so fast now.[A][CloseSpeechSlow]}
|
|
MSG_0BA2 {[OpenMidRight]I have something I wish to[NL]present to Princess Eirika.[.][A][OpenMidLeft][ClearFace][OpenLeft][LoadFace][2][NL][OpenLeft]To me, Your Holiness?[.][A][OpenMidRight]Yes, Princess. I'd like[.][NL]you to accept this gift.[A][OpenLeft]What is it?[.][A]}
|
|
MSG_0BA3 {[OpenMidRight]I have something else for[.][NL]Prince Ephraim as well.[.][A][OpenMidLeft][ClearFace][OpenLeft][LoadFace][20][NL][OpenLeft]For me?[.][A][OpenMidRight]That's right, Prince. I'd like[NL]you to accept this gift.[A][OpenLeft]But this is[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0BA4 {[OpenFarLeft][LoadFace][34][NL][OpenFarLeft]Oh! Aren't those[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Aren't those the Sacred[.][NL]Twins of Rausten?[.][A][OpenMidRight]That's right, dear niece.[.][A][NL]These are the weapons of Saint Latona,[NL]most holy father of Rausten.[A][NL]Here, we have glorious Ivaldi, and its[NL]twin, the divine Staff of Latona.[.][A][NL]I will also spare some funding to feed[NL]and arm your forces.[A][NL]After all, there is much that you must[NL]do before you leave these halls.[A]}
|
|
MSG_0BA5 {[OpenLeft][LoadFace][2][NL][OpenFarLeft][LoadFace][34][NL][OpenMidRight][LoadFace][83][NL][SendToBack][ToggleSmile][OpenFarLeft]So they are the blessed Latona's[NL]most sacred relics[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Is this allowed?[A][OpenMidRight]I know the law, L'Arachel. The relics[.][NL]must never leave the temple,[A][NL]with the sole exception of the[NL]occasional ascension ceremony,[A][NL]but I think that, when the world needs[NL]saving, we can make the odd exception.[A][OpenFarLeft]That's my uncle![A][OpenMidRight]You will return them, of course[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]once you've finished your task.[.][A][CloseSpeechSlow][OpenMidRight]Princess Eirika, I would[NL]have your oath on this.[.][A][OpenLeft]Of course. You have my word.[A][NL]We shall return safely, and[.][NL]we shall restore your relics.[.][A][OpenFarLeft]Darkling Woods is home to naught[NL]but demons now.[.][A][NL]Indeed, I hear tell that none who[.][NL]enter its borders ever leave again.[.][A][NL]We ought to stock up on supplies[NL]in town before we set out.[A][OpenLeft]Yes, we must be as prepared as[NL]possible before we set out.[.][A][NL]I don't want to take any reckless[.][NL]chances with our lives.[.][A]}
|
|
MSG_0BA6 {[OpenLeft][LoadFace][20][NL][OpenFarLeft][LoadFace][34][NL][OpenMidRight][LoadFace][83][NL][SendToBack][ToggleSmile][OpenFarLeft]So they are the blessed Latona's[NL]most sacred relics[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Is this allowed?[A][OpenMidRight]I know the law, L'Arachel. The relics[.][NL]must never leave the temple,[A][NL]with the sole exception of the[NL]occasional ascension ceremony,[A][NL]but I think that, when the world needs[NL]saving, we can make the odd exception.[A][OpenFarLeft]That's my uncle![A][OpenMidRight]You will return them, of course[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]once you've finished your task.[.][A][CloseSpeechSlow][OpenMidRight]Prince Ephraim, I would[.][NL]have your oath on this.[.][A][OpenLeft]Of course.[A][OpenFarLeft]Darkling Woods is home to naught[NL]but demons now.[.][A][NL]Indeed, I hear tell that none who[.][NL]enter its borders ever leave again.[.][A][NL]We ought to stock up on supplies[NL]in town before we set out.[A][OpenLeft]Yes, I think stocking up would[NL]be in our best interest.[A][NL]I intended to see that we all[.][NL]return unharmed.[A]}
|
|
MSG_0BA7 {[OpenRight][LoadFace][2][NL][OpenFarRight][LoadFace][34][NL][OpenMidLeft][LoadFace][111][NL][SendToBack][ToggleSmile][OpenMidLeft]Princess L'Arachel![.][A][OpenFarRight]My beloved countrymen![A][NL]The combat was fierce, but you[NL]protected the palace honorably.[.][A][NL]The valorous Knights of Rausten[.][NL]shall live on in story and song![A][OpenMidLeft]Thank you, my lady. As always,[NL]it is our honor to serve.[.][A][NL]Princess Eirika, before you[.][NL]leave, please take this sword.[A][NL]We pray for your swift and[NL]safe return![A][OpenRight]I appreciate your gift.[.][A][NL]I swear I will not allow[NL]your valor to be wasted![A][OpenFarRight]As long as the righteousness of[.][NL]justice fills our hearts,[.][A][NL]how can we lose? Men, I ask that[NL]you watch after my dear uncle.[A][OpenMidLeft]You have our word, my lady. In the[NL]twin names of justice and order![A]}
|
|
MSG_0BA8 {[OpenRight][LoadFace][20][NL][OpenFarRight][LoadFace][34][NL][OpenMidLeft][LoadFace][111][NL][SendToBack][ToggleSmile][OpenMidLeft]Princess L'Arachel![.][A][OpenFarRight]My beloved countrymen![A][NL]The combat was fierce, but you[NL]protected the palace honorably.[.][A][NL]The valorous Knights of Rausten[.][NL]shall live on in story and song![A][OpenMidLeft]Thank you, my lady. As always,[NL]it is our honor to serve.[.][A][NL]Prince Ephraim, before you[NL]go, please take this sword.[.][A][NL]We pray for your swift and[NL]safe return![A][OpenRight]As I pray for your safety, too.[.][A][NL]I won't let your valorous deeds[.][NL]be wasted this day![.][A][OpenFarRight]As long as the righteousness of[.][NL]justice fills our hearts,[.][A][NL]how can we lose? Men, I ask that[NL]you watch after my dear uncle.[A][OpenMidLeft]You have our word, my lady. In the[NL]twin names of justice and order![A]}
|
|
MSG_0BA9 {[OpenMidRight][LoadFace][74][NL][ToggleColorInvert][OpenMidRight][ToggleSmile]Mm[ToggleMouthMove]...[.][ToggleMouthMove]hah hah[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]A moment more, and my rebirth[.][NL]will be unstoppable[.][ToggleMouthMove]--[ToggleMouthMove]irreversible.[.][A][NL]None remain who can stop me now.[A][ToggleSmile][ToggleColorInvert][OpenMidLeft][LoadFace][73][NL][OpenMidLeft]So, you've returned, have you?[A][ToggleColorInvert][OpenMidRight]Hm?[.][A][ToggleColorInvert][OpenMidLeft]You can clothe yourself in human flesh,[.][NL]but you cannot hide your foul mien.[.][A][NL]Eight hundred years wasn't long enough,[.][NL]Demon King.[.][A][ToggleColorInvert][OpenMidRight]One of the dragonkin, hm?[.][A][NL]Ah. I've seen your face[.][NL]before, lizard.[.][A][NL]Yes, during that accursed[.][NL]battle so long ago.[.][A][NL]When those wretched men bound[.][NL]me in their fetters.[A][NL]They fought with an ally from[.][NL]the dragonkin at their side[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I believe his name was Morva.[.][A][ToggleColorInvert][OpenMidLeft]The protection of the blessed stones[NL]is lost. The dark is rising.[A][NL]Malevolence given will and form now[.][NL]walks these lands unopposed.[A][NL]Ancient king of shadows[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]they appear to be waiting for you.[A][ToggleColorInvert][OpenMidRight]Very perceptive. And now I am here.[.][A][NL]I must tell them their wait is over.[NL]I must tell them I have been reborn.[A][NL]Begone, dragon.[.][A][NL]I am changed. I can no longer be[NL]stopped by the likes of you.[A][ToggleColorInvert][OpenMidLeft]I live and breathe to protect mankind.[NL]I cannot abandon them to you.[.][A][NL]Now, as it once did so long ago, these[NL]woods will witness your defeat.[.][A][ToggleColorInvert][OpenMidRight]So, your dragon blood still runs so[.][NL]hot that you would dare to stop me?[.][A][NL2][NL]Dragons. That reminds me[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Not long back, I fought a rabble of men[.][NL]who traveled with a dragon child.[.][A][NL]Tell me, Morva, was that your daughter?[.][A][ToggleColorInvert][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][.....]Myrrh left this place long ago to[.][NL]test the limits of your influence.[A][NL]Could she have[ToggleMouthMove]...?[ToggleMouthMove][A][ToggleColorInvert][OpenMidRight]Could she have what?[NL]Pray, continue.[.][A][ToggleColorInvert][OpenMidLeft]You will answer me.[.][NL]Your reply will determine[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleColorInvert][OpenMidRight][ToggleSmile]Ha ha ha ha ha[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Such information has no use[.][NL]to you now.[.][A][NL]You have dared to challenge me.[.][NL]You have no time for joy or sorrow.[.][A][NL]No, best to focus now on this, the[NL]moment of your death.[.][A][NL]I would hate for you to miss it.[A][ToggleSmile][ToggleColorInvert]}
|
|
MSG_0BAA {[OpenMidRight][LoadFace][70][NL][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]The time grows near.[A][OpenMidLeft][LoadFace][73][NL][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Hold.[.][A][OpenMidRight]Huh?[A][OpenMidLeft]What are you doing here, human?[.][A][NL]You should return to your own kind.[.][NL]This is no place for you to tread.[A][NL]This is darkness's domain[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]This is desecrated land.[A][OpenMidRight]That's why I've come.[.][A][NL]I have the power of the Demon[.][NL]King. I will save us all.[.][A][OpenMidLeft]You[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Evil grips your heart[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]No[ToggleMouthMove]--[ToggleMouthMove]you've given your heart to evil.[A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]What a tragedy[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Human flesh cannot contain the[NL]demon. It cannot control him.[.][A][NL]You think yourself safe, but[NL]already, your control slips.[A][NL]I see the madness eating at you.[NL]I see the beginning of the end.[.][A][OpenMidRight]You're wrong. This[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Ah[ToggleMouthMove]...[.][ToggleMouthMove]urg[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I do this of my own will[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I will save Grado's people.[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]I had a vision[ToggleMouthMove]...[.][ToggleMouthMove][NL]I saw my life traveling two roads.[A][NL]Down one, the Demon King conquers[.][NL]both my body and soul.[A][NL]Down the other, I master the Demon[NL]King, and with that power[.][ToggleMouthMove]...[.][ToggleMouthMove]urg[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]With that power, I avert disaster.[NL]I gave the people a better future[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I resist the Demon King's attempts to[.][NL]wrest away my will[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I saw this, and I made my decision.[.][NL]I walk the second road.[.][A][OpenMidLeft]You fool[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]The Demon King has blinded you to his[.][NL]true wish. How can you not see it?[A][NL2][NL]He's had you since the moment you[.][NL]first held the Dark Stone.[A][NL]He has been hiding within you, luring you[.][NL]deeper into the shadows of his heart.[.][A][NL]He commands you and remakes you to suit[.][NL]his dark design.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]You're wrong[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]You think yourself unchanged?[.][NL]You think yourself the master?[A][NL]I see only more evidence that the[.][NL]Demon King commands you now.[A][NL]Can you not sense[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidRight]It's not true! I[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I will save everyone.[.][A][OpenMidLeft]Think back! Remember![.][A][NL]Are you truly the man you used to be?[.][A][NL]Would you justify war and murder[NL]to bring about peace and justice?[.][A][NL]Remember who you were, and tell me[NL]if you are still yourself![A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]All of this matters not. I know[.][NL]the Demon King has claimed me.[A][NL]It is not important[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Not if I can save the world.[NL]My own soul is irrelevant.[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]It is as I feared. You will[.][NL]not give up this madness.[.][A][NL2][NL]I am Morva, the dragonkin who guards[NL]the entrance to these woods.[A][NL]I do not have the ability to save you.[A][NL]All I can do is destroy the demon that[NL]coils around your heart.[A][NL]To prevent the further[NL]damnation of your soul[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I can only grant you eternal sleep.[.][A][OpenMidRight]I cannot sleep.[.][NL]I have not yet[ToggleMouthMove]--[ToggleMouthMove][A][NL]There is no taboo I will not break,[.][NL]no sacrifice I will not make[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]You are beyond reason.[A][NL]Therefore I, too, must[NL]do what I was born to do.[.][A][NL]As it was in that ancient battle[ToggleMouthMove]...[.][ToggleMouthMove][NL]You will die here, Demon King.[A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A]}
|
|
MSG_0BAB {[OpenLeft][LoadFace][20][NL][OpenFarLeft][LoadFace][2][NL][OpenRight][LoadFace][4][NL][OpenFarRight][LoadFace][38][NL][SendToBack][OpenLeft]This awful darkness[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]I know[ToggleMouthMove]...[.][ToggleMouthMove][NL]I can feel it too.[A][OpenRight]This is Darkling Woods[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It was here the heroes met the Demon King[.][NL]and with the Sacred Stones defeated him.[A][NL]I've heard the lingering energies of that[.][NL]battle are the source of the monsters.[A][NL]But I never imagined it would be as bad[.][NL]as this[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight]It's worse than before[ToggleMouthMove]...[.][ToggleMouthMove][NL]It's grown so much stronger.[A][NL]Simply standing here is[.][NL]a struggle[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But we don't need to worry.[.][A][NL]My father is here. He'll[NL]take care of everything.[A][OpenFarLeft]Your father?[A][OpenFarRight]Over there.[.][A][NL]On the other side of that swamp is[NL]the Black Temple of the Demon King.[.][A][NL]My father stands guard near it.[.][A][NL]This is where my father and I have[NL]lived for as long as I can remember.[A][OpenLeft]I see. So this forest[.][NL]is like a home to you.[A][OpenFarRight]Uh-huh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I get to see Father again.[NL]I'm so happy.[.][A][NL]My foster father leads the[NL]dragon tribe.[.][A][NL]In the last great war[.][ToggleMouthMove]...[.][ToggleMouthMove]both[NL]of my true parents were killed.[.][A][NL]Morva took me in and raised me[NL]as though I were his own child.[.][A][OpenFarLeft]So that's how you[.][NL]came to live here[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight]My father holds back the monsters[.][NL]that are born in Darkling Woods.[A][NL]He's so strong, and so very gentle.[.][A][NL]One day, I hope to be like him[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL][ToggleMouthMove]......[ToggleMouthMove]Oh![.][A][OpenFarLeft]Myrrh, what's wrong?[A][LoadOverworldFaces][OpenRight]Princess Eirika, Prince Ephraim,[NL]we're under attack.[.][A][NL]A horde of those foul beasts[NL]is headed straight for us.[A][OpenFarRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenFarLeft]Myrrh, are you well? If you're[NL]ill, we should get you to[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenFarRight]No, no[ToggleMouthMove]... [ToggleMouthMove]It's nothing.[.][A][NL]I'll fight with you.[A][NL]I'll fight, and we'll drive[.][NL]back the dark children.[.][A]}
|
|
MSG_0BAC {[OpenLeft][LoadFace][20][NL][OpenFarLeft][LoadFace][2][NL][OpenRight][LoadFace][4][NL][OpenFarRight][LoadFace][38][NL][OpenLeft]This awful darkness[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]I know[ToggleMouthMove]...[.][ToggleMouthMove][NL]I can feel it too.[A][OpenRight]This is Darkling Woods[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It was here the heroes met the Demon King[.][NL]and with the Sacred Stones defeated him.[A][NL]I've heard the lingering energies of that[.][NL]battle are the source of the monsters.[A][NL]But I never imagined it would be as bad[.][NL]as this[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight]It's worse than before[ToggleMouthMove]...[.][ToggleMouthMove][NL]It's grown so much stronger.[A][NL]Simply standing here is[.][NL]a struggle[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But we don't need to worry.[.][A][NL]My father is here. He'll[NL]take care of everything.[A][OpenFarLeft]Your father?[A][OpenFarRight]Over there.[.][A][NL]On the other side of that swamp is[NL]the Black Temple of the Demon King.[.][A][NL]My father stands guard near it.[.][A][NL]This is where my father and I have[NL]lived for as long as I can remember.[A][OpenLeft]I see. So this forest[.][NL]is like a home to you.[A][OpenFarRight]Uh-huh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]My foster father leads the[NL]dragon tribe.[.][A][NL]In the last great war[.][ToggleMouthMove]...[.][ToggleMouthMove]both[NL]of my true parents were killed.[.][A][NL]Morva took me in and raised me[NL]as though I were his own child.[.][A][OpenLeft]So that's how you[.][NL]came to live here[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight]My father holds back the monsters[.][NL]that are born in Darkling Woods.[A][NL]He's so strong, and so very gentle.[.][A][NL]One day, I hope to be like him[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL][ToggleMouthMove]......[ToggleMouthMove]Oh![.][A][OpenLeft]Myrrh, what is it?[A][LoadOverworldFaces][OpenRight]Princess Eirika, Prince Ephraim,[NL]we're under attack.[.][A][NL]A horde of those foul beasts[NL]is headed straight for us.[A][OpenFarRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenLeft]Myrrh, are you well? If you're[NL]ill, we should get you to[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenFarRight]No, no[ToggleMouthMove]... [ToggleMouthMove]It's nothing.[.][A][NL]I'll fight with you.[A][NL]I'll fight, and we'll drive[.][NL]back the dark children.[.][A]}
|
|
MSG_0BAD {[OpenMidLeft][LoadFace][72][NL][OpenMidRight][LoadFace][74][NL][OpenMidRight][ToggleSmile]Ha ha ha ha[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Riev[ToggleMouthMove]...[.][ToggleMouthMove][NL]I'm leaving this to you.[A][ToggleSmile][OpenMidLeft][ToggleSmile]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][ToggleSmile][NL]As you wish.[A][NL]Please proceed with the rites[.][NL]of resurrection, sire.[A]}
|
|
MSG_0BAE {[OpenMidLeft][LoadFace][72][NL][OpenMidLeft][ToggleSmile]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Soon[ToggleMouthMove]...[.][ToggleMouthMove]soon[ToggleMouthMove]...[.][ToggleMouthMove][NL]It happens soon![A][NL]The Demon King will be restored[.][NL]to all his former glory![A][NL]And I, his faithful servant, will[.][NL]bask in his radiant power[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Then, oh, then I will have my[.][NL]revenge on those who scorned me![A][NL2][NL]The Demon King has created for me[.][NL]a fine weapon[.][ToggleMouthMove]--[ToggleMouthMove]a draco zombie![.][A][NL]This fierce beast and I will guard[NL]the Black Temple's entrance.[A][NL]As long as we stand watch, no one[.][NL]will interrupt his rituals.[.][A][NL]We will drown all who dare approach[.][NL]in this virulent mud![.][A][NL][ToggleSmile]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Heh heh heh heh heh![A][ToggleSmile]}
|
|
MSG_0BAF {[OpenMidRight][LoadFace][38][NL][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Urrgh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm[.][ToggleMouthMove]...[.][ToggleMouthMove]sorry[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ClearFace]}
|
|
MSG_0BB0 {[OpenMidLeft][LoadFace][72][NL][OpenMidLeft][ToggleSmile]Heh heh heh.[NL][ToggleSmile]The young lady of Rausten[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]The more cruel and[NL]gruesome your death,[A][NL]the more that cur Mansel[NL]would weep, am I right?[.][A][NL]And that would make me[NL]so very, very happy.[A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][34][NL][OpenMidRight][ToggleSmile]Do you think your words[.][NL]will frighten me?[.][A][NL]I am the princess L'Arachel![NL]Slaying demons is my forte![.][A][NL2][NL]You who have sold your soul[.][NL]to the soulless[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I grant you release from[NL]your wretched existence.[A][ToggleSmile][OpenMidRight][ClearFace]}
|
|
MSG_0BB1 {[OpenMidLeft][LoadFace][72][NL][OpenMidLeft]Grrr[ToggleMouthMove]...[.][ToggleMouthMove][NL]Your eyes annoy me[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Why do you not despair?[.][NL]Why do you not surrender?[.][A]}
|
|
MSG_0BB2 {[OpenMidLeft][LoadFace][72][NL][OpenMidLeft][ToggleSmile]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Even if you defeat me,[.....] you're[.][NL]too late to stop it.[A][NL]The one true demon[ToggleMouthMove]...[.][ToggleMouthMove][NL]will rise[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0BB3 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][20][NL][OpenMidRight]So this is the Black Temple[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]The Demon King is here.[.][A][OpenMidRight][HalfCloseEyes][OpenMidLeft]We have to stop him before he[.][NL]can begin the ritual.[.][A][NL]Let's waste no time, Brother.[.][A]}
|
|
MSG_0BB4 {[OpenMidRight][LoadFace][38][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][CloseSpeechSlow][OpenMidRight]I'm sorry[.][ToggleMouthMove]...[.][ToggleMouthMove]Father[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][LoadFace][2][NL][OpenMidLeft]Myrrh[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]What is it?[.][A][OpenMidRight]Um[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I just met with my father.[A][NL]I had not seen or spoken with[.][NL]him for quite a while.[A][OpenMidLeft]You saw your father?[A][NL]Then we must speak with him[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidRight]No[ToggleMouthMove]...[.][ToggleMouthMove][NL]He told me he couldn't see you.[.][A][NL]He said it wasn't a good idea[.][NL]for him to meet so many people.[.][A][NL]As the tribal chieftain, he feels[.][NL]he should maintain his distance.[A][OpenMidLeft]Is that so[ToggleMouthMove]...[.][ToggleMouthMove][NL]That's too bad.[.][A][OpenMidRight]But he offered me words of encouragement[NL]and praised my efforts thus far.[A][NL]He told me in his kindly voice to[.][NL]come home to him safely.[A][NL]I will do my best to honor his[NL]faith in me.[A][OpenMidLeft]He sounds like a good father.[.][A][OpenMidRight]He is[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Mistress Eirika[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I'll do all I can.[A][NL]For my father[.][ToggleMouthMove]--[ToggleMouthMove]and for[.][NL]all of you as well.[.][A][NL]I will help you, and we[.][NL]will defeat the Demon King.[.][A][OpenMidLeft]Are you sure you want to[NL]go with us, Myrrh?[A][NL]You had so wanted to[NL]be with your father[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove]I'm sure.[.][A][NL]Once we are finished dealing with[.][NL]this evil, I will have time then.[.][A][NL]Let's hurry, Mistress Eirika.[.][A][OpenMidLeft]Myrrh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I understand.[.][NL]Let's get moving.[.][A][NL]The faster we can end this[NL]nightmare, the better.[A][OpenMidRight]From this building[ToggleMouthMove]...[.][ToggleMouthMove][NL]a repulsive energy oozes.[.][A][NL]The Demon King[ToggleMouthMove]... [ToggleMouthMove]He's here.[A]}
|
|
MSG_0BB5 {[OpenMidRight][LoadFace][38][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]I'm sorry[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Forgive me[ToggleMouthMove]...[.][ToggleMouthMove]Father[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarFarLeft][LoadFace][20][NL][OpenFarFarLeft]Myrrh![NL]Where are you?![.][A][OpenMidRight]Ah[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][LoadFace][20][NL][OpenMidLeft]Here you are.[.][NL]Myrrh, we were worried[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Myrrh?[NL]Are you[.][ToggleMouthMove]...[.][ToggleMouthMove]crying?[.][A][OpenMidRight]N-no[ToggleMouthMove]...[.][ToggleMouthMove][NL]It's nothing.[.][A][NL]The poison in these woods is[NL]thick. It burns my eyes.[A][OpenMidLeft]Wait a minute[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]That dragon[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Could he have been[ToggleMouthMove]--[ToggleMouthMove][A][OpenMidRight]O-of course not[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]There's nothing wrong.[A][NL]After everything you all[NL]have suffered, this is[ToggleMouthMove]--[ToggleMouthMove][A][NL]I can't[.][ToggleMouthMove]... [ToggleMouthMove]This is nothing[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Myrrh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I'm so sorry.[.][A][NL]You kept silent this whole time[.][NL]so as not to trouble us.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]E-everything's fine, Ephraim[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm fine. See?[NL]I'm ready to[ToggleMouthMove]...[.][ToggleMouthMove]to[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Myrrh.[A][NL]Let yourself cry.[.][A][NL]These are dark times. There's[.][NL]no reason to hide your sorrow.[A][OpenMidRight]Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I, I[ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleMouthMove]...[.][ToggleMouthMove]Aaah[ToggleMouthMove]... [ToggleMouthMove]Sniff[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Father[ToggleMouthMove]...[.][ToggleMouthMove][NL]Father[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0BB6 {[OpenMidLeft][LoadFace][70][NL][OpenMidLeft]Urr[.][ToggleMouthMove]...[.][ToggleMouthMove]rrraa[.][ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][ToggleColorInvert][OpenMidLeft]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][NL]It's almost time.[.][A][NL]Your beloved Eirika[.][NL]is on her way.[A][ToggleColorInvert][CloseSpeechSlow][OpenMidLeft]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Don't[.][ToggleMouthMove]...[.][ToggleMouthMove]come.[.][A][NL]It's[ToggleMouthMove]...[.][ToggleMouthMove]already[.][ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][ToggleColorInvert][OpenMidLeft][ToggleSmile]Ha ha[.][ToggleMouthMove]... [ToggleMouthMove]Lyon,[.][NL]prince of frailty.[A][NL][ToggleSmile]To believe that a weak man like[.][NL]you thought to oppose me[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You're an arrogant little[.][NL]insect, nothing more.[.][A][NL2][NL]And now, you're dead[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I will devour you, and you[NL]will be lost forever.[.][A][ToggleColorInvert][CloseSpeechSlow][OpenMidLeft]Urr[.][ToggleMouthMove]...[.][ToggleMouthMove]ugh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Uh![.][NL]Grrraaaaa!![.][A][CloseSpeechSlow][ToggleColorInvert][OpenMidLeft]Ha ha. Does it hurt?[NL]Are you suffering?[A][NL]Oh, but it does not end for[.][NL]you yet. Oh, no.[A][NL]I've left you this one shard[NL]of awareness for a reason.[A][NL]I want you to watch yourself[NL]as you crush Eirika.[A][NL]You should thank me![NL][ToggleSmile]Ha ha[.][ToggleMouthMove]...[.][ToggleMouthMove]hah hah hah![A][ToggleSmile][ToggleColorInvert][CloseSpeechSlow][OpenMidLeft]Ei[ToggleMouthMove]...[.][ToggleMouthMove]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0BB7 {[OpenLeft][LoadFace][80][NL][OpenFarLeft][LoadFace][47][NL][OpenMidRight][LoadFace][78][NL][SendToBack][OpenLeft][ToggleMouthMove]...[.][ToggleMouthMove]Father![.][A][NL]Hold on, please![NL]Father![.][A][OpenMidRight]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]This is[.][ToggleMouthMove]...[.][ToggleMouthMove]the end for me.[.][A][NL]From now on[.][ToggleMouthMove]...[.][ToggleMouthMove]you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Don't say that, Father.[.][A][OpenMidRight]You must concern yourself[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]with Grado[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]The people[ToggleMouthMove]...[.][ToggleMouthMove]our people[NL]must be saved[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Lyon[ToggleMouthMove]...[.][ToggleMouthMove]tell me again.[NL]What will happen to Grado?[A][OpenLeft]I have seen it many times now, as[.][NL]have the court mages.[.][A][NL]It's the same every time, Father.[.][NL]It's always the same.[.][A][NL]Sometime in the coming years, the[.][NL]southern continent will collapse.[.][A][NL]Countless people will die instantly.[NL]Those who don't will likely starve.[.][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenLeft]None but the mages and I know of[NL]the vision, as you ordered.[.][A][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove]if we don't do something,[.][NL]all of those people will die.[.][A][NL]Please tell me, Father.[.][NL]What should I do?[.][A][NL]What[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]When I die[ToggleMouthMove]...[.][ToggleMouthMove][NL]You will be emperor[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]The emperor[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]must protect his country.[.][A][NL]There is nothing more[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]that I can do.[A][NL]It's you[ToggleMouthMove]... [ToggleMouthMove]You must[NL]protect our people.[.][A][OpenLeft]B-but, Father[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I don't have the power[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Ah![.][NL]R-Renais[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If I ask Eirika and Ephraim for[.][NL]help, I'm sure they would[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidRight]You would ask Renais to rescue us[.][NL]from[ToggleMouthMove]...[.][ToggleMouthMove]a natural disaster?[.][A][NL]They would not help us[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Grado's borders would overflow with[.][NL]starving refugees by the thousands.[.][A][NL]Renais would close her borders to[.][NL]us. It's only natural[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Renais has a duty to protect herself.[.][A][OpenLeft]No, that would never[ToggleMouthMove]--[ToggleMouthMove][A][OpenMidRight]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You are the one[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]who must[ToggleMouthMove]...[.][ToggleMouthMove]save our people.[A][NL]You must take my place[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]The citizens of Grado[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]are counting on[.][ToggleMouthMove]...[.][ToggleMouthMove]you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Father?![A][NL]No[ToggleMouthMove]...[.][ToggleMouthMove]wait![.][A][NL]I cannot do anything without[NL]you, Father![A][CloseSpeechSlow][OpenMidRight][ClearFace][OpenLeft]Fa[ToggleMouthMove]...[.][ToggleMouthMove]Father[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]His Highness[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]I am[ToggleMouthMove]...[.][ToggleMouthMove]weak.[.][A][NL]Because I am weak[.][ToggleMouthMove]...[.][ToggleMouthMove]people will die.[A][NL]I[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0BB8 {[OpenLeft][LoadFace][80][NL][OpenFarLeft][LoadFace][47][NL][SendToBack][OpenFarLeft]Prince Lyon[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Knoll[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Open the seal on the[NL]Sacred Stone of Grado.[A][OpenFarLeft]The Sacred Stone?[.][NL]But that's[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]You've seen the scrolls. You know there[.][NL]is a way to stop the coming disaster.[.][A][NL]If those scrolls are correct, the rites[.][NL]they describe can save all of Grado.[A][NL]But it will require a staggering amount[.][NL]of dark energy[ToggleMouthMove]--[ToggleMouthMove]and a sacrifice as well.[A][NL]The human body cannot contain the powers[NL]these rites demand[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]And yet[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Of the five Sacred Stones, Grado's[NL]alone possesses a greater power[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It is the very prison housing the soul[NL]of the ancient Demon King.[A][NL]If we could harness its power, well[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If we can do that, we can avert[.][NL]disaster and save countless lives.[A][OpenFarLeft]But you forget[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]I forget nothing![.][NL]I know I am too weak.[.][A][NL]Because of me, all of Grado[.][NL]will be destroyed.[A][NL]I need[ToggleMouthMove]...[.][ToggleMouthMove][NL]I need the Sacred Stone.[A][NL]I must become stronger.[.][NL]I will become stronger.[.][A]}
|
|
MSG_0BB9 {[OpenMidLeft][LoadFace][70][NL][OpenMidLeft]Everything is in readiness.[.][A][NL]The Stones have been destroyed.[.][NL]The Demon King's power swells.[A][NL]The Black Temple possesses all[NL]the demonic power I will need.[A][NL]The rites can begin.[A][NL]All that remains is for me to[.][NL]sacrifice my life[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]The disaster will be averted.[.][A][NL2][NL]My people will be saved[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0BBA {[OpenMidLeft][LoadFace][45][NL][OpenMidRight][LoadFace][80][NL][ToggleSmile][OpenMidRight]When tomorrow comes[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]You have to go home, don't you?[.][A][OpenMidLeft]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Thank you for everything, Lyon.[.][A][NL]I'll never forget the time I[NL]spent here.[.][A][OpenMidRight]Do you think we'll see each other again?[A][OpenMidLeft]Yes, of course.[.][A][NL]My brother and you and me. We are[.][NL]friends, after all. Aren't we?[A][OpenMidRight]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Yep, you're right.[A][OpenMidLeft]I hope your study of the Sacred[.][NL]Stones is fruitful.[.][A][NL]I know you'll use the wisdom you[NL]glean to make your people happy.[A][OpenMidRight]Thank you, Eirika.[A][NL]You know, you're the only reason[NL]I was able to save that girl.[.][A][NL]There were times when I wanted[NL]to give up, to admit failure.[.][A][NL]But you were always there. You were[.][NL]always encouraging me to succeed.[.][A][NL]That's what kept me going. I just[.][NL]thought of you.[.][A][OpenMidLeft]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I[.][ToggleMouthMove]... [ToggleMouthMove]I've always[.][ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][OpenMidRight]I'm sorry[.][ToggleMouthMove]... [ToggleMouthMove]Forget what I was saying.[.][A][NL]I could never be like Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Lyon, what do you[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidRight]I guess this is it, Eirika.[.][NL]Hope to see you again someday.[A][NL]I'm going to focus on my work[.][NL]and do my best until that day.[A][NL]My research will progress, and my[.][NL]discoveries will benefit us all.[A][NL]One day, I will be a prince worthy[NL]of you, and I will see you again.[.][A]}
|
|
MSG_0BBB {[OpenMidLeft][LoadFace][46][NL][OpenMidRight][LoadFace][80][NL][OpenMidLeft]Don't make that face.[.][A][NL]We'll see each other again. All[.][NL]three of us[.][ToggleMouthMove]--[ToggleMouthMove]you, me, and Eirika.[A][ToggleSmile][OpenMidRight]Yeah[ToggleMouthMove]... [ToggleMouthMove]I know.[.][A][NL]But when we get older, when we each[.][NL]take the reigns of our nations,[.][A][NL]we probably won't meet again[ToggleMouthMove]... [ToggleMouthMove]Not[.][NL]like this, I mean. Not as friends.[A][OpenMidLeft]What's that got to do with anything?[A][NL]Kings are humans, too. Emperors[.][NL]need not be friendless, you know.[.][A][OpenMidRight]I suppose you're right. You have a knack[NL]for cutting to the heart of things.[.][A][NL]But becoming a king or an emperor is[NL]not something you can take lightly.[.][A][NL]I really don't think we'll be the[.][NL]same people we are right now[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]What if Renais and Grado went to war?[.][NL]What if we were forced to fight?[A][OpenMidLeft]Don't be ridiculous.[NL]That would never happen.[A][OpenMidRight]If[ToggleMouthMove]...[.][ToggleMouthMove][NL]If it did[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We'd still be friends,[NL]wouldn't we?[A][OpenMidLeft]Even if that happens, yes.[A][NL]We're friends forever. Nothing[NL]can change that. You'll see.[A][OpenMidRight]Hm[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]All right, Ephraim.[.][A][NL2][NL]Then I will see you again.[A]}
|
|
MSG_0BBC {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][70][NL][OpenMidLeft]Lyon![.][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]Eirika?[.][A][OpenMidLeft]Lyon[ToggleMouthMove]... [ToggleMouthMove]It is you, isn't it, Lyon?![.][A][OpenMidRight]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But I'm[.][ToggleMouthMove]... [ToggleMouthMove]I'm almost[NL]completely gone.[A][CloseSpeechSlow][OpenMidRight]Before I'm lost entirely,[.][NL]I want to apologize.[A][NL]I'm sorry, Eirika.[NL]This is all my fault.[.][A][NL]I was too weak[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]You're not to blame, Lyon.[A][NL]It was the Demon King. He[.][NL]was controlling you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]No, that's not true, Eirika.[A][NL]When the Demon King reached into me[.][NL]from inside the Dark Stone[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]When he whispered he would see all my[.][NL]dreams and desires made true[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I[.][ToggleMouthMove]...[.][ToggleMouthMove]I did not reject him.[.][A][CloseSpeechSlow][OpenMidRight]In the shadows of my heart, he saw[NL]jealousy[ToggleMouthMove]...[.][ToggleMouthMove]vanity[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It was my weakness that put these[.][NL]emotions there, allowed them to thrive.[.][A][OpenMidLeft]Everyone has weaknesses, Lyon.[A][NL]You're not the only one. I do.[NL]I'm sure my brother does[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Don't hate yourself for having[NL]these feelings, please.[.][A][OpenMidRight]Thank you, Eirika.[A][NL]You were always[.][ToggleMouthMove]...[.][ToggleMouthMove]so kind.[A][CloseSpeechSlow][OpenMidRight]The Demon King will claim my flesh as[.][NL]a vessel for his resurrection.[A][NL]Before that can happen[ToggleMouthMove]...[.][ToggleMouthMove][NL]I want you to kill me.[A][NL]I'm sorry, Eirika. I'm already[ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A]}
|
|
MSG_0BBD {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][74][NL][ToggleColorInvert][OpenMidRight]Oh, please[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Are you done turning your failings into[.][NL]some sad epic of personal tragedy?[A][NL]It's time we started then.[A][NL]I have a ritual to complete[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]and some nuisances to kill.[.][A][ToggleColorInvert][OpenMidLeft]Shut your mouth.[A][NL]I won't allow you to desecrate[NL]Lyon's body any further.[A][NL]You will not return to this world.[NL]I will stop you myself if I must.[.][A][ToggleColorInvert][OpenMidRight]Ah, is that so? And do you honestly[.][NL]think yourself capable, wench?[A][NL]You once prayed for this fool's salvation.[NL]Can you bring yourself to kill him?[.][A][ToggleColorInvert][OpenMidLeft]I can and I will.[.][A][NL]I made a promise to Lyon,[.][NL]and I intend to honor it.[.][A]}
|
|
MSG_0BBE {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][70][NL][OpenMidLeft]Lyon.[.][A][OpenMidRight]You came after all, Ephraim.[NL]I'm glad.[.][A][OpenMidLeft]Lyon.[.][A][NL]Is this[.][ToggleMouthMove]... [ToggleMouthMove]Is this my fault?[.][A][NL]Am I responsible for how[NL]much you've changed?[A][NL]I haven't seen you for[NL]two years now[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Have you[ToggleMouthMove]...[.][ToggleMouthMove]hated me[NL]that entire time?[.][A][OpenMidRight]No, Ephraim.[A][NL]I was never dishonest. I liked[NL]you both. I still do.[.][A][NL]But I was envious of you, too.[A][NL]That's why I[ToggleMouthMove]...[.][ToggleMouthMove]desired this.[.][A][NL]You may not believe me when[.][NL]I tell you this, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Even now, after all this, I[.][NL]still consider you a friend.[A][OpenMidLeft]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]You know that I do, too.[NL]I spoke the truth to you[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I truly thought that we[.][NL]would always be friends.[A][NL2][NL]That's why I[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I have to stop you.[.][A][OpenMidRight]Of course. I know[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You are Ephraim, after all.[.][NL]You could do no less, my friend.[A][NL]Well, come then, Ephraim.[.][NL]Try and stop me.[A][NL]I will defeat you, and then I[.][NL]will save the people of Grado.[A][NL]No one[ToggleMouthMove]...[.][ToggleMouthMove][NL]No one will stand in my way.[A]}
|
|
MSG_0BBF {[OpenMidRight][LoadFace][2][NL][OpenMidRight]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][NL]I hope you're watching.[.][A][NL]I will defeat the Demon King.[.][A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][74][NL][ToggleColorInvert][OpenMidLeft]Hah, do you really think your[.][NL]blade can hurt me?[A][NL]Cut me and see! If you can[NL]even hit me, that is.[.][A][ToggleColorInvert][OpenMidLeft][ClearFace]}
|
|
MSG_0BC0 {[OpenMidLeft][LoadFace][70][NL][OpenMidLeft]Tell me, Ephraim: do I look[.][NL]like I've grown stronger?[.][A][NL]The last time we dueled, I[NL]was too weak to test you.[.][A][NL]Why, I was so weak, I even[NL]lost to Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][20][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][70][NL][OpenMidLeft]I've sacrificed the lives[.][NL]of many good people.[A][NL]I've committed many[.][NL]unforgivable sins.[A][NL]The caring heart I once[.][NL]possessed died long ago[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]And I've grown stronger[.][NL]because of it.[A][NL]I've grown strong enough to[.][NL]defeat even you, Ephraim.[.][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][20][NL][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]No, you haven't. You're[.][NL]still no match for me.[A][NL]You were never one for[NL]combat. It's not in you.[A][NL]You should never have[.][NL]chosen this path.[.][A][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][70][NL][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft][ClearFace][OpenMidRight][LoadFace][20][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]Here I come, Lyon.[A][OpenMidRight][ClearFace]}
|
|
MSG_0BC1 {[OpenMidLeft][LoadFace][74][NL][ToggleColorInvert][OpenMidLeft]Come, and face your death! I'm[NL]waiting, you miserable fool.[A][NL]Your corpse will make a perfect[.][NL]offering in my resurrection![A][ToggleColorInvert][OpenMidLeft][ClearFace]}
|
|
MSG_0BC2 {[OpenMidLeft][LoadFace][74][NL][ToggleColorInvert][OpenMidLeft][ToggleSmile]Ha[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Ha ha[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]HAAA HAHAHAHA![A][ToggleSmile][ToggleColorInvert][OpenMidLeft][CloseEyes][OpenMidLeft][ClearFace]}
|
|
MSG_0BC3 {[OpenMidLeft][LoadFace][70][NL][OpenMidLeft]I am the Demon King[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I know nothing of human[.][NL]frailty. I am supreme[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ClearFace]}
|
|
MSG_0BC4 {[OpenMidLeft][LoadFace][70][NL][OpenMidLeft]Where[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Where did[.][NL]I go wrong[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][CloseEyes][OpenMidLeft][ClearFace]}
|
|
MSG_0BC5 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][70][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]Lyon![.][A][OpenMidLeft][MoveLeft][OpenFarLeft][LoadFace][20][NL][SendToBack][OpenFarLeft]Be careful, Eirika![.][A][OpenLeft]It's all right.[.][NL]He's Lyon.[A][NL]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][LoadOverworldFaces][OpenMidRight][ToggleSmile]Ei[ToggleMouthMove]...[.][ToggleMouthMove]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][NL]Is[ToggleMouthMove]...[.][ToggleMouthMove]that you[ToggleMouthMove]...?[ToggleMouthMove][A][ToggleSmile][OpenLeft]Yes, Lyon. It's me.[.][A][OpenMidRight][ToggleSmile]Eirika[ToggleMouthMove]... [ToggleMouthMove]You stopped me, didn't you?[.][NL]I'm glad[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenLeft]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][NL]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Listen[ToggleMouthMove]...[.][ToggleMouthMove]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I never had the courage[.][NL]to tell you, but[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][CloseSpeechSlow][OpenMidRight][ToggleSmile]I've always loved you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight][ClearFace][OpenLeft][ToggleMouthMove]...[.][ToggleMouthMove]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft][ToggleMouthMove]......[ToggleMouthMove][A]}
|
|
MSG_0BC6 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][70][NL][OpenMidRight]I guess that proves it.[.][A][NL]You're too strong, Ephraim[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I've always[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]admired[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Lyon![.][A][LoadOverworldFaces][OpenMidRight]You know, Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I always wanted to be you.[A][CloseSpeechSlow][OpenMidRight]I wanted to be strong and handsome[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]With Eirika always at my side[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]That's what I wanted to be.[.][A][NL]I had[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I had nothing[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Don't be ridiculous, Lyon.[A][NL]Who was it that taught me history?[A][NL]Who covered for me when I stumbled?[.][A][NL]Didn't you see how I looked up to you?[A][NL]I admired your compassion, your wisdom,[.][NL]your thoughtfulness[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Oh, yeah[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]That seems so long ago[ToggleMouthMove]...[.][ToggleMouthMove][NL]I did keep you out of trouble, didn't I?[A][NL]Thanks for remembering.[.][NL]See? You're thoughtful, too[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][NL]Wait! Don't close your eyes![A][NL]I'm going to save you![NL]I'll find a way! I[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]No, don't[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Thanks, anyway.[.][A][NL]It was all my fault[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Don't look so sad.[A][ToggleSmile][CloseSpeechSlow][OpenMidRight][ToggleSmile]C'mon, Ephraim, smile.[NL]Like you used to[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight][ClearFace][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0BC7 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][2][NL][OpenMidLeft]What?![NL]This[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Brother![NL]Lyon's body! It's[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0BC8 {[ToggleColorInvert]...The time has come...[.][A][NL]...My resurrection is at hand...[A][ToggleColorInvert]}
|
|
MSG_0BC9 {[ToggleColorInvert]Now, humans...[A][NL]Lament your fate.[.][A][NL]Weep for the dead.[A][NL]Despair for the living.[.][A][NL]Wail and tremble in grief.[A][NL]Grovel in awe and fear.[.][A][NL]I am returned.[A][ToggleColorInvert]}
|
|
MSG_0BCA {[ToggleColorInvert]Heh heh...heh heh heh...[A][NL]Well done, Lyon.[A][NL]The sacrifice of your flesh and[.][NL]the sum of your efforts...[A][NL2][NL]They were all for naught.[.][A][NL]Grado's disaster cannot be averted.[.][A][NL]My resurrection is at hand.[.][A][NL]All this time, you imagined yourself[NL]in possession of your own free will,[A][NL]but it was I who planted the seed[.][NL]from which your ambitions grew.[.][A][NL]My deceit made you my puppet, and oh, how[.][NL]you danced at the end of my strings.[A][NL2][NL]You could never have been saved.[A][NL]It's a shame, isn't it, Lyon?[.][A][NL]And now I...[A][NL2][NL]I am reborn.[A][ToggleColorInvert]}
|
|
MSG_0BCB {[OpenLeft][LoadFace][2][NL][OpenFarLeft][LoadFace][20][NL][SendToBack][OpenLeft]Is[ToggleMouthMove]...[.][ToggleMouthMove]is that[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]the[.][ToggleMouthMove]...[.][ToggleMouthMove]Demon King?[.][A][OpenFarLeft]Eirika.[.][A][OpenLeft]Brother[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]Don't be afraid, Eirika.[A][NL2][NL]I'm here.[.][NL]Our friends are here.[.][A][NL]We have the Sacred Stone, and we[NL]have each other. We will not lose.[A][NL]We will defeat him.[.][A][OpenLeft]You're right, Brother![A]}
|
|
MSG_0BCC {[OpenLeft][LoadFace][20][NL][OpenFarLeft][LoadFace][2][NL][SendToBack][OpenLeft]Demon King! You are responsible[.][NL]for all the misery we've seen![A][NL]Lyon[ToggleMouthMove]... [ToggleMouthMove]My friend[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]You're the one[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]Brother[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]This power[ToggleMouthMove]... [ToggleMouthMove][NL]It's different.[.][A][OpenLeft]I know. This power is greater[.][NL]than anything we've ever faced[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But none of that matters.[.][A][NL]I've learned so much[ToggleMouthMove]...[.][ToggleMouthMove][NL]My lance is stronger than ever.[.][A][NL]That thing deceived and murdered[NL]my friend[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]No matter what happens, I'm[.][NL]going to destroy it![A]}
|
|
MSG_0BCD {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][34][NL][OpenMidLeft]L'Arachel![A][NL]It's time. We have to use the final[.][NL]Sacred Stone.[.][A][NL]We must use its power against the[.][NL]Demon King, as in the stories of old![.][A][OpenMidRight]You must listen to me, Eirika.[A][NL]The stories are true: the stone does[NL]hold the power to stop the Demon King.[A][NL]However, the source of its power is human[.][NL]will, the desire for peace within our hearts.[.][A][OpenMidLeft]In our hearts?[A][OpenMidRight]Yes, that's right.[A][NL]We need not pray for the Sacred[.][NL]Stones to aid us now.[.][A][NL]No, we need only focus ourselves and[NL]concentrate on a better future.[.][A][OpenMidLeft]I understand, L'Arachel.[A][CloseSpeechSlow][OpenMidRight][ClearFace][OpenMidLeft]Listen, everyone. I can never repay[.][NL]you for all you've done so far.[.][A][NL]Now, please, one last time[ToggleMouthMove]...[.][ToggleMouthMove][NL]Lend me your strength.[A][NL]To defeat the Demon King![.][NL]To restore peace to our lands![A][NL]To take the peace we all dream[NL]of and make it real![A]}
|
|
MSG_0BCE {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][34][NL][OpenMidLeft]L'Arachel![A][NL]It's time to use it. Prepare the[NL]last Sacred Stone![A][NL]We have to use its power on that[NL]beast, like in the legends![.][A][OpenMidRight]You must listen to me, Ephraim.[.][A][NL]The stories are true: the stone does[NL]hold the power to stop the Demon King.[A][NL]However, the source of its power is human[.][NL]will, the desire for peace within our hearts.[.][A][OpenMidLeft]In our hearts[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Yes, that's right.[A][NL]We need not pray for the Sacred[.][NL]Stones to aid us now.[.][A][NL]No, we need only focus ourselves and[NL]concentrate on a better future.[.][A][OpenMidLeft]I understand.[.][A][CloseSpeechSlow][OpenMidRight][ClearFace][OpenMidLeft]Everyone! Listen to me![.][A][NL]This is the final battle. If we[.][NL]can defeat this thing, it's over.[.][A][NL]We face the king of demons, the[.][NL]monster that once ruled all Magvel.[.][A][NL]He's more powerful than any one[.][NL]of us here.[.][A][NL]But we have something that[NL]beast will never have.[A][NL]We have community, friendship, love[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]We have all the virtues of humanity.[A][NL]That is our weapon.[.][NL]That is our strength.[.][A]}
|
|
MSG_0BCF {[OpenMidLeft][LoadFace][2][NL][OpenMidLeft]Let's finish this.[A]}
|
|
MSG_0BD0 {[OpenMidLeft][LoadFace][20][NL][OpenMidLeft]Is everyone ready?[......][NL]We're going to win.[.][A]}
|
|
MSG_0BD1 {[OpenMidLeft][LoadFace][4][NL][OpenMidLeft]My only wish is to serve and[NL]protect the two of you[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0BD2 {[OpenMidLeft][LoadFace][6][NL][OpenMidLeft]There must be something[.][NL]that I can do![A]}
|
|
MSG_0BD3 {[OpenMidLeft][LoadFace][5][NL][OpenMidLeft]We can't let our guard down.[A]}
|
|
MSG_0BD4 {[OpenMidLeft][LoadFace][7][NL][OpenMidLeft]Hm. I wonder if we can[NL]reenact the legend.[.][A]}
|
|
MSG_0BD5 {[OpenMidLeft][LoadFace][8][NL][OpenMidLeft]Please, let everyone come[.][NL]through this unscathed[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0BD6 {[OpenMidLeft][LoadFace][14][NL][OpenMidLeft]This may be my last battle.[.][NL]I'll hold nothing back.[.][A]}
|
|
MSG_0BD7 {[OpenMidLeft][LoadFace][9][NL][OpenMidLeft][ToggleSmile]Watch with pride, Father! I'll[NL]show you who's the strongest![.][A][ToggleSmile]}
|
|
MSG_0BD8 {[OpenMidLeft][LoadFace][12][NL][OpenMidLeft][ToggleSmile]Fighting's all well and good,[.][NL]but where's all the treasure?[.][A][ToggleSmile]}
|
|
MSG_0BD9 {[OpenMidLeft][LoadFace][10][NL][OpenMidLeft]I'm starting to wonder if I[.][NL]really should be here[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0BDA {[OpenMidLeft][LoadFace][26][NL][OpenMidLeft]That's the king of all demons[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]What a ferocious sight he is.[.][A]}
|
|
MSG_0BDB {[OpenMidLeft][LoadFace][16][NL][OpenMidLeft]Oh, that's the Demon King, isn't it?[NL]Yes, I've read all about him.[.][A]}
|
|
MSG_0BDC {[OpenMidLeft][LoadFace][17][NL][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Prince Lyon.[A]}
|
|
MSG_0BDD {[OpenMidLeft][LoadFace][42][NL][OpenMidLeft][ToggleSmile]So, what's Lady Luck have[.][NL]in store for me today?[A][ToggleSmile]}
|
|
MSG_0BDE {[OpenMidLeft][LoadFace][24][NL][OpenMidLeft]We're with you all the way, Prince Ephraim![.][A]}
|
|
MSG_0BDF {[OpenMidLeft][LoadFace][22][NL][OpenMidLeft][ToggleSmile]We've got to do what[NL]we can, right?[A][ToggleSmile]}
|
|
MSG_0BE0 {[OpenMidLeft][LoadFace][44][NL][OpenMidLeft]There's nothing to fear.[NL]I'll protect everyone![A]}
|
|
MSG_0BE1 {[OpenMidLeft][LoadFace][15][NL][OpenMidLeft]Bah[.][ToggleMouthMove]... [ToggleMouthMove]I am in NO way inferior[.][NL]to this so-called Demon King.[.][A]}
|
|
MSG_0BE2 {[OpenMidLeft][LoadFace][27][NL][OpenMidLeft]Never stop fighting.[NL]Never[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0BE3 {[OpenMidLeft][LoadFace][28][NL][OpenMidLeft][ToggleSmile]Don't tense up! You'll fight[NL]better if you're relaxed.[.][A][ToggleSmile]}
|
|
MSG_0BE4 {[OpenMidLeft][LoadFace][30][NL][OpenMidLeft]My blade will cut deep.[.][A]}
|
|
MSG_0BE5 {[OpenMidLeft][LoadFace][32][NL][OpenMidLeft]Hm[ToggleMouthMove]... [ToggleMouthMove]Can my magic prevail?[.][A]}
|
|
MSG_0BE6 {[OpenMidLeft][LoadFace][33][NL][OpenMidLeft][ToggleSmile]I'll show you all what[NL]my magic can do.[A][ToggleSmile]}
|
|
MSG_0BE7 {[OpenMidLeft][LoadFace][34][NL][OpenMidLeft][ToggleSmile]I, L'Arachel, strike in the name of[.][NL]righteousness, order, and Rausten![A][ToggleSmile]}
|
|
MSG_0BE8 {[OpenMidLeft][LoadFace][35][NL][OpenMidLeft][ToggleSmile]Gwah ha ha![.][NL]Same goes for me![.][A][ToggleSmile]}
|
|
MSG_0BE9 {[OpenMidLeft][LoadFace][19][NL][OpenMidLeft]Defeat the foe. Nothing[.][NL]else matters.[.][A]}
|
|
MSG_0BEA {[OpenMidLeft][LoadFace][25][NL][OpenMidLeft]Gotta d-do my best.[.][.....] Here goes![.][A]}
|
|
MSG_0BEB {[OpenMidLeft][LoadFace][36][NL][OpenMidLeft]Come on[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]You can't be serious![.][A]}
|
|
MSG_0BEC {[OpenMidLeft][LoadFace][37][NL][OpenMidLeft]We must be steel blades with[NL]which to pierce the enemy.[A]}
|
|
MSG_0BED {[OpenMidLeft][LoadFace][38][NL][OpenMidLeft]I'll do what I can.[.][A]}
|
|
MSG_0BEE {[OpenMidLeft][LoadFace][41][NL][OpenMidLeft]That's the heart of the darkness[NL]I've studied?[.][.....] It can't be[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0BEF {[OpenMidLeft][LoadFace][43][NL][OpenMidLeft]I will show you the honor and[.][NL]valor of the Frelian Pegasus Knights.[.][A]}
|
|
MSG_0BF0 {[ToggleColorInvert]Gaa...grrr...[.][A][NL]Abominable Sacred Stone...[A][NL]I will not suffer imprisonment again.[.][A][NL]How? You possess only one...[A][NL]Do not fool yourselves. You cannot[NL]fully imprison me...[A][NL2][NL]I will grind that wretched rock and[.][NL]your accursed bones to powder![A][ToggleColorInvert]}
|
|
MSG_0BF1 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][34][NL][OpenMidLeft]There![A][OpenMidRight]We did it. The Demon King's[.][NL]soul has been bound once more.[A][NL]But, Eirika, it's not over yet.[.][A][NL]The Demon King's soul rages[.][NL]against its prison.[.][A][NL]We must return it to its proper[.][NL]place[.][ToggleMouthMove]--[ToggleMouthMove]and quickly.[A][NL]But first, we must defeat the[.][NL]Demon King's soulless body![.][A][OpenMidLeft][MoveLeft][OpenLeft]That thing?[.][A][OpenMidRight]Uh-huh[ToggleMouthMove]...[.][ToggleMouthMove][NL]The real battle's just beginning.[.][A][NL]Our ancestors paid dearly for their[.][NL]victory. A mountain of corpses[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It's written the Demon King was surrounded[NL]by the dead before he finally fell.[.][A][OpenFarLeft][LoadFace][4][NL][OpenFarLeft]We're all prepared to do what[.][NL]must be done.[.][A][OpenLeft]I have no desire to make any more[.][NL]heartbreaking sacrifices.[.][A][NL]I promised we would all return[NL]safely, and return safely we shall![.][A]}
|
|
MSG_0BF2 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][34][NL][OpenMidLeft]Did we do it?[.][A][OpenMidRight]Yes, we did it. The Demon King's[NL]soul has been bound once more.[A][NL]But, Ephraim, it's not over yet.[A][NL]The Demon King's soul rages[.][NL]against its prison.[.][A][NL]We must return it to its proper[.][NL]place[.][ToggleMouthMove]--[ToggleMouthMove]and quickly.[A][NL]But first, we must defeat the[.][NL]Demon King's soulless body![.][A][OpenMidLeft][MoveLeft][OpenLeft]That thing?[.][A][OpenMidRight]Uh-huh[ToggleMouthMove]...[.][ToggleMouthMove][NL]The real battle's just beginning.[.][A][NL]Our ancestors paid dearly for their[.][NL]victory. A mountain of corpses[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It's written the Demon King was surrounded[NL]by the dead before he finally fell.[.][A][OpenFarLeft][LoadFace][4][NL][OpenFarLeft]We are all prepared to[NL]do what must be done.[.][A][OpenLeft]No[ToggleMouthMove]... [ToggleMouthMove]I'll do it.[.][A][NL]I have no intention of[NL]seeing anyone else die![.][A]}
|
|
MSG_0BF3 {[OpenMidRight][LoadFace][2][NL][OpenMidRight]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][NL]Lend me strength![.][A][OpenMidRight][ClearFace]}
|
|
MSG_0BF4 {[OpenMidRight][LoadFace][20][NL][OpenMidRight]Demon King[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm going to kill you![A][OpenMidRight][ClearFace]}
|
|
MSG_0BF5 {[OpenLeft][LoadFace][20][NL][OpenFarLeft][LoadFace][2][NL][OpenRight][LoadFace][15][NL][OpenFarRight][LoadFace][34][NL][SendToBack][OpenFarLeft]That's it. It's over, isn't it?[.][A][OpenFarRight][ToggleSmile]Yes. Evil has been imprisoned,[NL]locked away.[A][NL]The legends of old have been[NL]mirrored in our actions today.[A][ToggleSmile][OpenRight]No, we've done far more than the[NL]legends ever told.[A][NL]We've destroyed the Demon King's[NL]body. He can never come back.[.][A][OpenFarLeft]That's right. And we have you[.][NL]all to thank for it.[A][OpenLeft]And another thing[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]In that ancient battle, it took the might[.][NL]of the five heroes to do what we did.[.][A][NL]We did not have their extraordinary[.][NL]power to draw upon.[.][A][OpenFarLeft]No, we didn't. We conquered darkness and[NL]restored peace to the land, thanks to you.[A][NL]It was because you never gave in, you never[.][NL]stopped fighting. None of you, not once.[A][NL]Thank you[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0BF6 {[OpenFarLeft][LoadFace][8][NL][OpenLeft][LoadFace][44][NL][OpenFarRight][LoadFace][15][NL][OpenRight][LoadFace][43][NL][SendToBack][OpenFarLeft]This means we've accomplished[.][NL]our mission![A][NL]I must relay the good news to[.][NL]King Hayden at once.[A][OpenLeft]Yes. I'm sure Father will[.][NL]be most pleased.[A][NL]Brother! This means peace will[NL]be restored, doesn't it?[A][NL]Shall I fly back to Frelia and[NL]let him know?[.][A][OpenFarRight]There's no need to rush.[A][NL]I'm sure he knows. After all, we were[.][NL]together, and that ensured our victory.[.][A][OpenRight]Of course, Prince Innes[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft][ClearFace][OpenLeft][ClearFace][OpenFarRight][ClearFace][OpenRight][ClearFace][OpenMidLeft][LoadFace][7][NL][OpenMidRight][LoadFace][5][NL][OpenMidLeft]Hmmm[ToggleMouthMove]... [ToggleMouthMove]Looks like we're on the[.][NL]outside looking in, eh?[.][A][NL]Even so, the fighting's over. And[.][NL]that's something to be happy about.[.][A][OpenMidRight]Exactly.[A]}
|
|
MSG_0BF7 {[OpenLeft][LoadFace][27][NL][OpenFarLeft][LoadFace][28][NL][OpenMidRight][LoadFace][30][NL][SendToBack][ToggleSmile][OpenLeft]Well that took some doing, but[NL]we finally finished the job.[A][OpenFarLeft]We certainly earned our pay[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Please tell me we're going to enjoy it.[.][A][OpenMidRight]Let's go home, Chief.[.][A][OpenLeft]Let's see now[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Shall we head back to Jehanna?[A][NL]I guess we could stop in at the guild[.][NL]and get our next contract, eh?[A][OpenFarLeft]But the queen's gone[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I wonder what Jehanna will do now.[A][OpenLeft]I'm sure it'll all work out.[A][NL]After all's said and done, it's our home.[.][A][NL]C'mon. It's time for Gerik's band to ride.[A][OpenMidRight]Let's go.[.][A][OpenLeft][ClearFace][OpenFarLeft][ClearFace][OpenMidRight][ClearFace][OpenMidRight][LoadFace][42][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL2][NL][ToggleMouthMove]...[.][ToggleMouthMove]Hm[ToggleMouthMove]... [ToggleMouthMove]Heads.[A][NL]Looks like I should be[NL]getting back as well.[.][A][NL]Homecoming time[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0BF8 {[OpenFarLeft][LoadFace][17][NL][OpenLeft][LoadFace][25][NL][OpenFarLeft]It's over, isn't it?[A][NL]The demon that drove Grado to[.][NL]madness is dead and gone.[.][A][OpenLeft]I-I can't believe that I was part[.][NL]of this whole thing[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft][ClearFace][OpenLeft][ClearFace][OpenFarLeft][LoadFace][19][NL][OpenLeft][LoadFace][37][NL][OpenMidRight][LoadFace][41][NL][OpenFarLeft]The war is over. But so much[NL]remains to be done.[.][A][NL]Our country lost this war. The[NL]road ahead will be long and hard.[.][A][OpenLeft]That's true. And yet[ToggleMouthMove]...[.][ToggleMouthMove][NL]It's a road we must travel.[.][A][NL]That's the burden survivors[.][NL]must shoulder.[A][OpenMidRight]Yes. And we must fulfill the dreams[.][NL]of Emperor Vigarde and Prince Lyon.[.][A]}
|
|
MSG_0BF9 {[OpenMidLeft][LoadFace][34][NL][OpenFarRight][LoadFace][35][NL][OpenRight][LoadFace][36][NL][SendToBack][ToggleSmile][OpenMidLeft]Dozla, Rennac.[NL]We've done it.[A][OpenFarRight]Gwaa ha ha! And a job well done[.][NL]it was, Princess L'Arachel.[.][A][OpenRight]Whew[ToggleMouthMove]... [ToggleMouthMove]It's finally over.[A][NL]So it's about time for me to[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Hold it! I gave you[.][NL]no orders to leave![.][A][NL]I am the princess of[NL]Rausten, lest you forget.[.][A][NL]I have many missions[NL]yet to fulfill.[.][A][NL]Come, Dozla, Rennac.[NL]It's time to go![A][OpenMidLeft][ClearFace][OpenFarRight]Gwaa ha ha! Wait up![A][NL]Let's move, Rennac![.][A][OpenFarRight][ClearFace][OpenRight][ToggleMouthMove]...[.][ToggleMouthMove]Sigh.[.][A][OpenRight][ClearFace]}
|
|
MSG_0BFA {[OpenLeft][LoadFace][32][NL][OpenFarLeft][LoadFace][38][NL][OpenFarFarRight][LoadFace][33][NL][SendToBack][OpenFarLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenFarLeft]The darkness[ToggleMouthMove]... [ToggleMouthMove]It's gone.[A][OpenLeft]Yes.[NL]That's the end.[.][A][OpenFarLeft]I guess so[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Let's return home,[NL]Lady Myrrh.[.][A][NL]Our friends and family will[.][NL]be worrying about us[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft][ClearFace][OpenFarLeft][ClearFace][OpenFarFarRight][MoveMidRight][OpenMidRight][ToggleSmile]What? Hey, Teacher![.][A][NL]Where are you going? Wait[.][NL]up. I'm coming with you.[A][ToggleSmile]}
|
|
MSG_0BFB {[OpenMidLeft][LoadFace][14][NL][OpenMidRight][LoadFace][9][NL][ToggleSmile][OpenMidLeft]You did well, Ross.[.][A][NL]You're a true warrior,[NL]my pride and joy.[.][A][OpenMidRight]But you're still the best, Father![A][NL]That's right! My father's the[.][NL]best warrior in all Magvel![.][A][OpenMidLeft][ClearFace][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][12][NL][OpenMidRight][LoadFace][10][NL][OpenMidLeft]Bah, I'm glad everyone's so[.][NL]happy, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]They'd better not forget that[.][NL]they won only with our help.[A][NL]Right, Neimi?[.][A][OpenMidRight]We all worked[.][ToggleMouthMove]...[.][ToggleMouthMove]together.[.][A][NL]Wasn't[ToggleMouthMove]...[.][ToggleMouthMove]that great[ToggleMouthMove]...[.][ToggleMouthMove]Colm?[.][NL]Sniff[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]H-hey[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Don't start crying[ToggleMouthMove]... [ToggleMouthMove]Please?[.][A][OpenMidLeft][ClearFace][OpenMidRight][ClearFace][OpenMidLeft][LoadFace][26][NL][OpenMidRight][LoadFace][16][NL][OpenMidLeft]O glorious light, were you witness[NL]to our victory?[.][A][NL]The foul demon has been[.][NL]purged from the earth.[A][OpenMidRight]The ancient Demon King was as[.][NL]powerful as the scrolls described.[A][NL]And yet, in the end, we were able[.][NL]to defeat him![A][NL]After all, there's no one better[NL]than us.[A]}
|
|
MSG_0BFC {[OpenFarLeft][LoadFace][2][NL][OpenFarRight][LoadFace][4][NL][OpenRight][LoadFace][6][NL][SendToBack][ToggleSmile][OpenFarRight]Your continued safety is all that[.][NL]matters to me, Princess Eirika.[.][A][OpenRight]General![NL]Princess Eirika![A][NL]We can finally return[.][NL]to Renais, can't we?[A][OpenFarLeft]Yes, we can go home.[NL]All of us unharmed[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft][ClearFace][OpenFarRight][ClearFace][OpenRight][ClearFace][FastPrint][OpenFarLeft][LoadFace][20][NL][OpenRight][LoadFace][22][NL][OpenFarRight][LoadFace][24][NL][SendToBack][OpenRight][ToggleSmile]Ah, I'm exhausted. I'd like nothing[.][NL]more than to laze about a while[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Alas, we're not going to have that[NL]opportunity, are we, Prince Ephraim?[A][ToggleSmile][OpenFarLeft]No. The reconstruction of Renais[NL]is going to keep us busy.[.][A][NL]Keep your strength up. I'm going[NL]to need you in the days ahead.[A][OpenFarRight]We'll be beside you through it all![.][A]}
|
|
MSG_0BFD {[OpenMidLeft][LoadFace][2][NL][ToggleSmile][OpenMidLeft]All right, let's go home.[.][A][NL2][NL]Let's go back to the people[.][NL]who are waiting for us[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0BFE {[OpenMidLeft][LoadFace][20][NL][ToggleSmile][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]The war is over.[NL]Victory is ours.[A][NL2][NL]Now we ride for home![.][A]}
|
|
MSG_0BFF {[ToggleSmile][OpenMidLeft][LoadFace][82][NL][OpenFarRight][LoadFace][44][NL][OpenMidLeft]Oh, Tana[ToggleMouthMove]... [ToggleMouthMove]I'm grateful to see that[NL]you're safe and home again![.][A][NL]You've no idea how I worried when I heard[.][NL]you were under attack at Border Mulan.[A][NL]You are not to leave again without my[.][NL]permission. Do you understand?[A][OpenFarRight]Don't be mad, Father. Look,[.][NL]I come bearing good news.[.][A][NL]Eirika! Come out now![.][A][OpenRight][LoadFace][2][NL][OpenRight]King Hayden, I am pleased to see you[NL]again, even in these sad times.[.][A][OpenMidLeft]Ah, Eirika! It does my heart[NL]good to see you safe.[.][A][ToggleSmile][OpenRight]Thank you. I was able to escape the[.][NL]castle before Renais fell.[A][NL]But I'm not sure if my father[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Yes.[A][NL]I[.][ToggleMouthMove]...[.][ToggleMouthMove]have received[.][NL]word of your father.[A][OpenRight]Your Highness? Please tell me.[NL]Is my father well?[A][LoadOverworldFaces][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]My friend King Fado[.][ToggleMouthMove]...[.][ToggleMouthMove]did not[.][NL]survive the fall of Renais Castle.[A][OpenRight][ToggleMouthMove]...[.][ToggleMouthMove]No, it cannot be[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight][ClearFace][OpenFarRight][LoadFace][4][NL][OpenFarRight][ToggleMouthMove]......[ToggleMouthMove][A][SendToBack][LoadOverworldFaces][OpenMidLeft]Rest assured, Grado will be punished for[NL]its cowardly act. This is Frelia's promise.[.][A][NL]Eirika, please stay here and rest. I cannot[.][NL]imagine how exhausted you must be.[A][OpenRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenFarRight]King Hayden.[A][NL]You know of Prince Ephraim's[NL]disappearance, do you not?[A][OpenMidLeft]Yes, we hear the prince and his men[.][NL]hound Grado at every turn.[A][NL]It's said that he's led his forces[NL]into the empire itself.[.][A][NL]Reports suggest he's crossed the[NL]border and now fights in Renvall.[.][A][FastPrint][OpenRight]My brother[ToggleMouthMove]...[.][ToggleMouthMove][NL]He fights on? Even now?[.][A][OpenMidLeft]Yes. My pegasus knights bought[NL]this information at a great price.[A][NL]Even though Renais has fallen, he[.][NL]charges into the enemy's heart.[.][A][NL]He is truly Fado's son[ToggleMouthMove]...[.][ToggleMouthMove][NL]What a valiant youth.[.][A][NL]I wish that I knew whether he[.][NL]remains unharmed, but I do not.[.][A][OpenRight]King Hayden, I thank you for[NL]your offer, but I cannot stay.[A][NL]I intend to ride to my brother's[NL]side with reinforcements.[.][A][OpenMidLeft]I cannot allow it. I know how you[.][NL]feel, but this plan is suicide.[.][A][NL]I would be betraying Fado's memory if[.][NL]I allowed any harm to befall you.[.][A][NL]Stay here. Rest and mourn. Leave[NL]this war to the warriors.[.][A][OpenRight]I know you mean well, Your Majesty.[.][A][NL]However, I have lost my father,[.][NL]and my twin brother is in peril.[A][NL2][NL]My brother, he is a part of me[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I cannot rest here in peace while[.][NL]he risks his life.[A][OpenMidLeft]No. Renais has no more army.[NL]Grado's forces decimated it.[A][NL]I wish that Frelia could provide you[NL]with support, with soldiers, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]My son, Innes, is on his way to meet[NL]the empire's forces.[A][NL]We cannot spare a single brigade.[.][A][NL]Your own retinue of knights cannot[NL]possibly face Grado alone.[A][NL]Are you so determined to go?[A][OpenRight]Yes.[A][NL][ToggleMouthMove]...[.][ToggleMouthMove]With apologies.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]As resolute as your father, eh?[.][A][NL]What am I to do in the face of such[.][NL]foolhardy determination?[A][NL]Vanessa.[A][OpenFarRight][ClearFace][OpenFarRight][LoadFace][8][NL][OpenFarRight]Here, Your Highness![A][OpenMidLeft]Moulder.[A][OpenFarRight][ClearFace][OpenFarRight][LoadFace][7][NL][OpenFarRight]You called, my king?[A][OpenMidLeft]Gilliam.[A][OpenFarRight][ClearFace][OpenFarRight][LoadFace][5][NL][OpenFarRight]Yes, sire?[A][OpenFarRight][ClearFace][OpenMidLeft]You are to accompany Princess Eirika of[.][NL]Renais into Grado territory.[A][NL]I expect each of you to provide aid [NL]and support for her brother.[A][OpenFarRight][LoadFace][7][NL][OpenFarRight]Hmm. Quite a grave responsibility[.][NL]you've given us.[A][OpenFarRight][ClearFace][OpenFarRight][LoadFace][8][NL][OpenFarRight]No matter the obstacles,[NL]we will perform our duty.[.][A][OpenFarRight][ClearFace][OpenFarRight][LoadFace][5][NL][OpenFarRight]Our lives are yours.[A][OpenFarRight][ClearFace][OpenMidLeft]These are some of my most trusted[.][NL]and stalwart vassals.[.][A][NL]They will, no doubt, prove themselves[.][NL]quite valuable on your journey.[.][A][NL2][NL]Remember, you are venturing behind[NL]enemy lines. You will need supplies.[A][NL]I will have a supply convoy readied to[NL]carry your weapons and provisions.[A][NL2][NL]It will remain at your side, no matter[NL]how far afield you venture.[.][A][ToggleSmile][OpenRight]King Hayden, I[ToggleMouthMove]...[.][ToggleMouthMove][NL]Thank you.[A][OpenMidLeft]No, save your thanks for your return[ToggleMouthMove]...[.][ToggleMouthMove][NL]with your brother, Prince Ephraim.[A][OpenRight]Yes, Your Highness![.][A]}
|
|
MSG_0C00 {[ToggleSmile][OpenMidLeft][LoadFace][82][NL][OpenFarRight][LoadFace][44][NL][OpenMidLeft]Oh, Tana[ToggleMouthMove]... [ToggleMouthMove]I'm grateful to see that[NL]you're safe and home again![.][A][NL]You've no idea how I worried when I heard[.][NL]you were under attack at Border Mulan.[A][NL]You are not to leave again without my[.][NL]permission. Do you understand?[A][OpenFarRight]Don't be mad, Father. Look,[.][NL]I come bearing good news.[.][A][NL]Eirika! Come out now![.][A][OpenRight][LoadFace][2][NL][OpenRight]King Hayden, I am pleased to see you[NL]again, even in these sad times.[.][A][OpenMidLeft]Ah, Eirika! It does my heart[NL]good to see you safe.[.][A][ToggleSmile][OpenRight]Thank you. I was able to escape the[.][NL]castle before Renais fell.[A][NL]But I'm not sure if my father[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Yes.[A][NL]I[.][ToggleMouthMove]...[.][ToggleMouthMove]have received[.][NL]word of your father.[A][OpenRight]Your Highness? Please tell me.[NL]Is my father well?[A][LoadOverworldFaces][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]My friend King Fado[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]did not survive the fall of Renais Castle.[A][OpenRight][ToggleMouthMove]...[.][ToggleMouthMove]No, it cannot be[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight][ClearFace][OpenFarRight][LoadFace][4][NL][OpenFarRight][ToggleMouthMove]......[ToggleMouthMove][A][SendToBack][LoadOverworldFaces][OpenMidLeft]Rest assured, Grado will be punished for[NL]its cowardly act. This is Frelia's promise.[.][A][NL]Eirika, please stay here and rest. I cannot[.][NL]imagine how exhausted you must be.[A][OpenRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenFarRight]King Hayden.[A][NL]You know of Prince Ephraim's[NL]disappearance, do you not?[A][OpenMidLeft]Yes, we hear the prince and his men[.][NL]hound Grado at every turn.[A][NL]It's said that he's led his forces[NL]into the empire itself.[.][A][NL]Reports suggest he's crossed the[NL]border and now fights in Renvall.[.][A][FastPrint][OpenRight]My brother[ToggleMouthMove]...[.][ToggleMouthMove][NL]He fights on? Even now?![A][OpenMidLeft]Yes. My pegasus knights bought[NL]this information at a great price.[A][NL]Even though Renais has fallen, he[.][NL]charges into the enemy's heart.[.][A][NL]He is truly Fado's son[ToggleMouthMove]...[.][ToggleMouthMove][NL]What a valiant youth.[.][A][NL]I would that I knew whether he[NL]remains unharmed, but I do not.[.][A][OpenRight]King Hayden, I thank you for[NL]your offer, but I cannot stay.[A][NL]I intend to ride to my brother's[NL]side with reinforcements.[.][A][OpenMidLeft]I cannot allow it. I know how you[.][NL]feel, but this plan is suicide.[.][A][NL]I would be betraying Fado's memory[NL]if I allowed any harm to befall you.[A][NL]Stay here. Rest and mourn. Leave[NL]this war to the warriors.[.][A][OpenRight]I know you mean well, Your Majesty.[.][A][NL]However, I have lost my father,[.][NL]and my twin brother is in peril.[A][NL2][NL]My brother, he is a part of me[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I cannot rest here in peace while[.][NL]he risks his life.[A][OpenMidLeft]No. Renais has no more army. Grado's[NL]forces decimated it.[A][NL]I wish that Frelia could provide you[NL]with support, with soldiers, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]My son, Innes, is on his way to[.][NL]meet the empire's forces.[.][A][NL]We cannot spare a single brigade.[.][A][NL]Your own retinue of knights cannot[NL]possibly face Grado alone.[A][NL]Are you so determined to go?[A][OpenRight]Yes.[A][NL][ToggleMouthMove]...[.][ToggleMouthMove]With apologies.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]As resolute as your father, eh?[.][A][NL]What am I to do in the face of such[.][NL]foolhardy determination?[A][NL]Vanessa.[A][OpenFarRight][ClearFace][OpenFarRight][LoadFace][8][NL][OpenFarRight]Here, Your Highness![A][OpenMidLeft]Moulder.[A][OpenFarRight][ClearFace][OpenFarRight][LoadFace][7][NL][OpenFarRight]You called, my king?[A][OpenMidLeft]You are to accompany Princess Eirika of[.][NL]Renais into Grado territory.[A][NL]I expect each of you to provide[.][NL]aid and support for her brother.[A][OpenFarRight][LoadFace][7][NL][OpenFarRight]Hmm, quite a grave responsibility[.][NL]you've given us.[A][OpenFarRight][ClearFace][OpenFarRight][LoadFace][8][NL][OpenFarRight]No matter the obstacles, we will[NL]perform our duty.[.][A][OpenFarRight][ClearFace][OpenMidLeft]These are some of my most trusted[.][NL]and stalwart vassals.[.][A][NL]They will, no doubt, prove themselves[.][NL]quite valuable on your journey.[.][A][NL2][NL]Remember, you are venturing behind[NL]enemy lines. You will need supplies.[A][NL]I will have a supply convoy readied to[NL]carry your weapons and provisions.[A][NL2][NL]It will remain at your side, no matter[NL]how far afield you venture.[.][A][ToggleSmile][OpenRight]King Hayden, I[ToggleMouthMove]...[.][ToggleMouthMove][NL]Thank you.[A][OpenMidLeft]No, save your thanks for your return[ToggleMouthMove]...[.][ToggleMouthMove][NL]with your brother, Prince Ephraim.[A][OpenRight]Yes, Your Highness![.][A]}
|
|
MSG_0C01 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][44][NL][OpenMidRight]Eirika, you don't really intend[.][NL]to go through with this, do you?[A][NL]I can't guess how you must feel,[NL]but it's just too dangerous.[A][NL]What would happen if you were[.][NL]captured by Grado's men?[A][OpenMidLeft]Thank you for your concern, Tana.[.][A][NL]But I have no choice. Don't you[.][NL]see, Tana? I have to go.[A][OpenMidRight]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Oh, why is this happening? What's[.][NL]gone wrong with the world?[A][OpenMidLeft]Tana[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Why would Grado invade?[.][A][NL]Emperor Vigarde is a man of peace.[NL]His people adore him.[.][A][NL]And you and Ephraim are friends[.][NL]with Prince Lyon, are you not?[A][NL]What could be behind this madness?[NL]Why is this happening[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I have no answers for you, Tana.[A][NL]I don't want to believe it, but the[.][NL]reality is that we are at war.[A][NL]If I do nothing, I may lose my[NL]brother as well as my father.[.][A][NL]This is why I have to fight.[NL]It's the only answer I have.[A]}
|
|
MSG_0C02 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][20][NL][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]What is it, Eirika?[.][A][OpenMidLeft]I was thinking about Lyon.[A][NL]The last time we saw him was[NL]a year and a half ago[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]You're right.[.][NL]It was at Grado Keep.[.][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]Has it really been only a[.][NL]year and a half?[A]}
|
|
MSG_0C03 {[OpenMidRight][LoadFace][45][NL][OpenFarFarLeft][LoadFace][80][NL][OpenMidRight]Ephraim! Lyon![A][NL]Where are you two?[A][OpenFarFarLeft]We're over here, Eirika.[A][NL]You'd better be quick. Ephraim[NL]says he's tired of waiting.[.][A][OpenMidRight]Oh, please. I'm sure you could[NL]wait a few moments longer[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0C04 {[OpenMidLeft][LoadFace][80][NL][OpenRight][LoadFace][45][NL][OpenFarRight][LoadFace][46][NL][SendToBack][OpenFarRight]You're late. How does it take you so long[.][NL]to prepare for such a simple trip?[A][ToggleSmile][OpenMidLeft]Rest easy, Ephraim. There's no need[.][NL]to be so curt with your own sister.[.][A][NL]After all, a king must learn to treat[.][NL]women with honor and discretion.[A][NL]That's what Father MacGregor says.[A][OpenRight]Thank you, Lyon. You, unlike my dear[NL]brother, are a true gentleman.[A][ToggleSmile][CloseSpeechSlow][OpenRight]I was up far too late thinking about[NL]my prayer to the temple flame last night.[.][A][NL]And I'm afraid I[ToggleMouthMove]...[.][ToggleMouthMove]I overslept[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight]Your prayer? What are[.][NL]you babbling about?[.][A][ToggleSmile][OpenMidLeft]Come now, you know that flame has been[NL]burning since the time of darkness ended.[.][A][NL]You must know the story that the flame[NL]will answer the prayers of any pilgrim![.][A][OpenFarRight]Really? I didn't know that[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Oh, Ephraim[.][ToggleMouthMove]... [ToggleMouthMove]Father MacGregor is going to[NL]scold you for neglecting your studies so.[.][A][OpenFarRight][ToggleMouthMove]...[.][ToggleMouthMove]Don't even joke about that.[.][A][NL]So tell us, what have you decided to[NL]pray for, Eirika?[.][A][OpenRight]I, uh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It's a secret.[A][OpenFarRight]I should've known.[NL]You're so boring.[.][A][OpenMidLeft]Well, how about you, Ephraim?[.][A][OpenFarRight]Me? Let's see[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]I guess I'll pray to become[.][NL]a stronger fighter.[.][A][OpenMidLeft]That's just like you, Ephraim.[A][OpenRight]Just like you indeed, Brother.[A][OpenFarRight][ToggleMouthMove]...[.][ToggleMouthMove]I can never tell if you're[NL]complimenting me or mocking me.[.][A][OpenMidLeft]Praising you, of course![NL]Right, Eirika?[A][OpenRight]Hee hee[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Yes, that's right.[A][OpenFarRight]And you, Lyon?[NL]What will you pray for?[.][A][OpenMidLeft]What? Me?[.][A][NL]Hm[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]I suppose all I really want is[NL]for all our people to be happy.[.][A][OpenFarRight][ToggleMouthMove]...[.][ToggleMouthMove]That's very, uh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]That's very much like you.[A][OpenRight]Very much so, Lyon.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Now, I'm the one who cannot tell[NL]if he's being praised or[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight]You're being praised, as always, Lyon.[A][ToggleSmile][OpenRight]Tell me, why the sudden decision to visit[.][NL]the temple?[.][A][NL]Did my brother do something again?[A][OpenFarRight]Now listen, you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Oh no. It's not what Ephraim's done.[NL]It's what he hasn't done.[.][A][NL]He's learned nothing at all about the[.][NL]Sacred Stones and the temple flame, so[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight]Father MacGregor became angry.[A][NL]He said, [LQuote]One destined to become[NL]king and rule over a nation[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]must know the history of his kingdom[NL]and must respect the Sacred Stones.[RQuote][A][NL]Ever since I came to Grado, my life has[.][NL]been chastisement and castigation.[A][NL]Father MacGregor does not think me[NL]to be altogether too[ToggleMouthMove]...[.][ToggleMouthMove]kingly.[.][A][OpenMidLeft]And yet General Duessel has nothing[.][NL]but praise for you, Ephraim.[A][NL]He says you're brave and true, that[.][NL]you've the makings of a great king.[.][A][OpenFarRight]A great king?[.][A][CloseSpeechSlow][OpenFarRight]I honestly have no idea what that means.[A][NL]Eirika should succeed the throne.[.][A][NL]I would be happy simply taking my lance[.][NL]and traveling the land as a mercenary.[A][OpenRight]Ephraim, that is nothing but foolish,[.][NL]irresponsible romanticism![A][NL]Do you realize how much your words would[NL]fill Father's heart with grief?[.][A][OpenFarRight]Are we speaking of the same man? Our[NL]father will likely outlive us all.[A][NL]For now, I'm content just learning[NL]the lance from General Duessel.[.][A][CloseSpeechSlow][OpenFarRight]What about you, Lyon? Is there[NL]anything you want to do?[A][OpenMidLeft]Me? Well, I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I suppose I want to become[NL]like my father.[.][A][OpenRight]You were born to be the Emperor[.][NL]of Grado, Lyon. It suits you.[.][A][OpenMidLeft]No, I don't think so.[.][NL]I'm not[.][ToggleMouthMove]--[ToggleMouthMove][A][CloseSpeechSlow][OpenMidLeft]One thing I do know from watching my[NL]father is that being emperor is hard.[.][A][NL]Every day, he answers the complaints of the[.][NL]people, and he almost never sleeps[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]My father is always so very tired.[A][NL2][NL]I hope one day that[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I hope that I can help him.[.][A][OpenRight]Lyon[ToggleMouthMove]... [ToggleMouthMove]You are so honorable.[.][A][NL]You should learn from him, Brother.[.][A][ToggleSmile][OpenFarRight][ToggleMouthMove]...[.][ToggleMouthMove]Again with your criticism![A][NL]Tell me, Eirika. What say you to dressing[.][NL]like me and becoming king in my stead?[A][NL]You're so skinny, I doubt anyone would[NL]notice you're not really a man.[.][A][OpenMidLeft]Ha ha ha[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight][MoveRight][OpenRight]Ephraim![A]}
|
|
MSG_0C05 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][20][NL][OpenMidLeft]What do you suppose Lyon is doing now?[A][NL]When Emperor Vigarde ordered the invasion[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]How do you think Lyon felt?[.][A][OpenMidRight]He's always been so gentle, but he worships[.][NL]his father. He'd never question him.[A][CloseSpeechSlow][OpenMidRight]But the emperor[.][ToggleMouthMove]... [ToggleMouthMove]He's clearly not[NL]behaving rationally.[A][NL]I just hope he's not so far gone that[.][NL]he'd hurt his own flesh and blood.[A][OpenMidLeft]I just pray for the day when the three[NL]of us can be together once again.[.][A][OpenMidRight]It'll come. I've no doubt[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0C06 {[ToggleSmile][OpenMidLeft][LoadFace][44][NL][OpenRight][LoadFace][20][NL][OpenFarRight][LoadFace][2][NL][SendToBack][OpenMidLeft]Eirika! Ephraim![NL]Welcome![A][NL]The two of you returning together,[NL]it's like a dream come true.[A][NL]You must know, I've prayed every[NL]day for your safe return.[.][A][OpenFarRight]I'm so happy to see you, Tana.[A][ToggleSmile][OpenRight]I'm sorry, Tana. I didn't[.][NL]want for you to worry.[A][OpenMidLeft]Oh, it doesn't matter now[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]All that really matters is that[.][NL]we've been brought together again.[A][NL]My own brother will soon return[.][NL]from the field.[.][A][NL]It will be nice to sit down and[.][NL]discuss things again.[.][A][OpenFarRight][ClearFace][OpenRight][ClearFace][FastPrint][OpenFarFarRight][LoadFace][111][NL][OpenFarFarRight][MoveFarRight][OpenFarRight]Princess Tana![A][NL]Prince Innes has returned[.][NL]from the front![.][A][OpenFarRight][ClearFace][OpenRight][LoadFace][15][NL][ToggleSmile][OpenMidLeft]Welcome home, dear brother![.][A][NL]I'm so happy to see you return[NL]safe and sound![.][A][ToggleSmile][OpenRight]You didn't expect less, did you?[A][NL]Do you think Grado's slugs could[NL]touch me?[.][A][NL2][NL]With my bow, I'll take down every Grado[.][NL]soldier from here to the emperor's palace![A][CloseSpeechSlow][OpenMidLeft][ClearFace][OpenLeft][LoadFace][20][NL][OpenLeft]Well met, Innes.[A][OpenRight][ToggleMouthMove]...[.][ToggleMouthMove]Ephraim.[A][OpenFarLeft][LoadFace][2][NL][OpenFarLeft]It's good to see you, Prince Innes.[.][A][OpenRight][ToggleMouthMove]...[.][ToggleMouthMove]They say Renais has fallen.[.][A][NL]I believe I warned you before.[A][NL]This happened because you provided[NL]Grado the opportunity to strike.[A][OpenFarRight][LoadFace][44][NL][OpenFarRight]Brother! Mind your tongue! This is[NL]no occasion for such harsh words.[.][A][NL]Ephraim and Eirika have lost their[NL]father to this terrible war[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]I'm sorry to hear of[NL]your father's death.[A][CloseSpeechSlow][OpenRight]Hear me, Ephraim.[.][A][NL]Our most important task is to[.][NL]defeat Grado and end this war.[A][OpenRight][ClearFace][OpenFarRight][MoveMidRight][OpenMidRight]Oh, Innes[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm sorry, Eirika, Ephraim.[.][A][OpenLeft]It's all right. It's comforting to see that,[NL]in all of this, at least he hasn't changed.[.][A][NL]Innes has hated me for as long as[.][NL]I can remember.[.][A][OpenMidRight]My brother looks upon you as a[NL]rival, Ephraim.[.][A][NL]And as you know, he wants to be[.][NL]the best at everything.[.][A][NL]The best king, the best general,[NL]the best fighter, the best man[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]He won't allow himself to be[NL]beaten at anything[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarFarRight][LoadFace][15][NL][OpenFarFarRight]Tana, you talk too much.[A]}
|
|
MSG_0C07 {[OpenLeft][LoadFace][20][NL][OpenFarLeft][LoadFace][2][NL][OpenMidRight][LoadFace][15][NL][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]My father would like both of you[NL]to sit with him in a war council.[.][A][NL]Will you come with me to take part[NL]in your official audience?[A][OpenLeft]Yes, of course.[.][A][NL]There's much that I have[NL]to tell him.[A][OpenFarLeft]It will be our honor to attend.[.][A][OpenMidRight]This way.[.][A]}
|
|
MSG_0C08 {[OpenMidLeft][LoadFace][82][NL][OpenMidLeft]It does my heart good to see you all[NL]here safely within our castle walls.[A][NL][ToggleMouthMove]...[.][ToggleMouthMove]Would that we had more time for[.][NL]pleasantries, but[.][ToggleMouthMove]...[.][ToggleMouthMove]let us hear your news.[A][OpenMidRight][LoadFace][15][NL][OpenMidRight]Very well, I will begin.[A][CloseSpeechSlow][OpenMidRight]I've directed the body of Frelia's army[.][NL]south to engage Grado directly.[.][A][NL]Our troops are proving themselves superior,[.][NL]and the battle progresses favorably.[A][OpenMidLeft]Hmm[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]But the riddle still[NL]needs answering.[A][NL]Why did Grado begin this[NL]war in the first place?[.][A][OpenMidRight][ClearFace][OpenMidRight][LoadFace][2][NL][OpenMidRight]Your Majesty, we may well have found[NL]something relating to that[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We learned something on our travels,[NL]news that weighs heavily upon us.[.][A][OpenMidLeft]Ah, yes. Our messenger delivered[NL]your report to us a few days ago.[.][A][NL]Grado is trying to destroy the[NL]Sacred Stones[.][ToggleMouthMove]... [ToggleMouthMove]Is that it?[.][A][OpenMidRight]Yes.[A][OpenMidLeft]We've strengthened the tower's defenses.[NL]Frelia's stone is safe for the time being.[A][CloseSpeechSlow][OpenMidLeft]But we remain confused in this.[.][A][NL]What does Grado hope to gain by[.][NL]destroying the Sacred Stones?[.][A][OpenMidRight]We don't know. The legends say the stones[.][NL]protect us all from the power of darkness.[A][OpenMidRight][ClearFace][OpenRight][LoadFace][20][NL][OpenFarFarRight][LoadFace][38][NL][OpenRight][ToggleMouthMove]...[.][ToggleMouthMove]I can't say if it relates, but[NL]I have a story about Grado.[.][A][NL]It's[ToggleMouthMove]...[.][ToggleMouthMove]been troubling me, and I would[NL]like to share it with you all.[A][CloseSpeechSlow][OpenRight]Myrrh. Come here, please.[.][A][OpenFarFarRight]Yes?[A][OpenFarFarRight][MoveFarRight][OpenMidLeft]Who's this girl?[A]}
|
|
MSG_0C09 {[OpenLeft][LoadFace][82][NL][OpenFarLeft][LoadFace][2][NL][OpenFarRight][LoadFace][20][NL][OpenRight][LoadFace][40][NL][SendToBack][OpenFarLeft]On her back[.][ToggleMouthMove]... [ToggleMouthMove]Wings?[A][NL]Ephraim, who is she?[A][OpenFarRight]This is Myrrh. I met her while[NL]fighting in Grado territory.[A][NL]Myrrh, would you please tell everyone[.][NL]here the story you told me?[.][A][OpenRight][ToggleMouthMove]......[ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]Please, Ephraim, you tell them.[.][A][OpenRight][ClearFace][OpenFarRight]She's a bit shy.[A][OpenFarRight][ClearFace][OpenRight][LoadFace][20][NL][CloseSpeechSlow][OpenRight]Very well. Myrrh tells me that she belongs[NL]to an ancient race of dragon folk.[A][NL]They're mentioned in a few legends.[.][NL]They're called the tribe of Manakete.[.][A][OpenFarLeft]Manakete?[.][A][OpenLeft]Yes, their name appears several times[.][NL]in the tale of the Sacred Stones.[.][A][NL]It says they were neither human nor[.][NL]demon but a separate, aloof race.[.][A][OpenRight]Please, Myrrh.[A][OpenFarRight][LoadFace][40][NL][OpenFarRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]We live in the east[.][ToggleMouthMove]...[.][ToggleMouthMove]in Darkling Woods.[A][NL]One day[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]Yes?[A][OpenFarRight]We felt something.[A][NL]An ominous energy to the south.[.][A][OpenRight]From the direction of Grado.[A][NL]They felt a[.][ToggleMouthMove]...[.][ToggleMouthMove]force flowing[.][NL]out of the Grado Empire.[A][OpenFarRight]Saleh and I[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]We went to investigate this energy.[.][A][NL]But on our way, we came across a battle[.][NL]and were drawn into the conflict[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Myrrh got lost and was wandering aimlessly[NL]in an isolated region near Grado's border.[A][OpenFarRight]I met some wicked folk there. They[NL]deceived me and enchained me.[.][A][NL]They stole my dragonstone. They[.][NL]were preparing me for transport.[A][CloseSpeechSlow][OpenFarRight]It was in that moment when Ephraim[NL]appeared and rescued me.[A][OpenFarLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenRight]I stumbled across Myrrh by chance[.][NL]when Grado's men had ambushed us.[.][A][NL]Everything she told me seemed[.][NL]beyond belief, and yet[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]And yet, when I saw her wings,[NL]what could I do but believe?[A][OpenFarRight]This dark wave of energy still[NL]flows from the southlands.[A][NL]Its current is strong and runs deep.[NL]It has awakened the evil ones.[A][NL]I want to stop it.[A][OpenLeft]Hmmm[ToggleMouthMove]......[ToggleMouthMove][A][OpenFarRight][ClearFace][OpenFarRight][LoadFace][111][NL][LoadOverworldFaces][OpenFarRight]Your Majesty! I bring word![.][A][OpenLeft]What is so urgent you would[.][NL]interrupt a private council?[A][OpenFarRight]The tower holding the Sacred Stone[NL]of Frelia[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It's been destroyed by the Grado army![A][OpenLeft]What? That's impossible![A][NL]What of the soldiers on watch?[NL]There were supposed to be many[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight]The enemy forces[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]They were led by Caellach the[.][NL]Tiger Eye and Selena Fluorspar![.][A][NL]Our soldiers fell before even[.][NL]half a day had past![A][OpenFarRight][ClearFace][OpenMidRight][LoadFace][4][NL][OpenMidRight]Selena Fluorspar[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Only General Duessel is higher[NL]in Emperor Vigarde's esteem[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]She's the one.[A][OpenLeft]She came personally[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]So they really do wish to see[.][NL]the Sacred Stones destroyed.[A][NL]Blast[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0C0A {[OpenMidRight][LoadFace][67][NL][OpenMidRight]Hah! So this hunk of rock is[NL]a Sacred Stone, eh?[.][A][NL]So much fuss over something[.][NL]as fragile as this.[.][A][NL]Watch.[NL]It crumbles so easily.[A][NL]Do we gain anything by this?[NL]Not that I care, but[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0C0B {[OpenMidLeft][LoadFace][111][NL][OpenMidLeft]Black-hearted[.][ToggleMouthMove]...[.][ToggleMouthMove]fool[ToggleMouthMove]...[.][ToggleMouthMove][NL]What have[.][ToggleMouthMove]...[.][ToggleMouthMove]you[.][ToggleMouthMove]...[.][ToggleMouthMove]done?[.][A][NL]Without the stone's[.][ToggleMouthMove]...[.][ToggleMouthMove]protection[ToggleMouthMove]...[.][ToggleMouthMove][NL]the horrors[.][ToggleMouthMove]...[.][ToggleMouthMove]will spread[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][LoadFace][67][NL][OpenMidRight]Huh? What's this?[.][NL]Still breathing, are you?[.][A][NL]Come. If you've any last words,[.][NL]I'll hear them, fool of Frelia.[.][A][OpenMidLeft]You[.][ToggleMouthMove]...[.][ToggleMouthMove]monster[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]You waste your last words on insults?[.][NL]And feeble ones, at that[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]Hardly the right note to enter the eternal[NL]on, wouldn't you say? Well then, die.[.][A]}
|
|
MSG_0C0C {[OpenMidRight][LoadFace][63][NL][OpenMidRight]Hold![.][A][NL]What are you doing, Caellach?! Our[NL]job was to destroy the Sacred Stone.[A][OpenMidLeft][LoadFace][67][NL][OpenMidLeft]I know that. And I crushed[NL]it, did I not?[A][NL]But if we don't clean up these[NL]Frelian curs, they might[ToggleMouthMove]--[ToggleMouthMove][A][OpenMidRight]You do not raise your blade to anyone[.][NL]who is powerless to resist you![.][A][NL]The emperor does not desire us to kill[NL]without cause! That would be murder![A][OpenMidLeft]Right, the emperor[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Your name's Selena, ain't it?[.][A][NL]Tell me, Selena. What makes that pasty-[.][NL]faced old fool's word so important?[.][A][OpenMidRight]Wretch[ToggleMouthMove]... [ToggleMouthMove]Do you dare insult[NL]His Imperial Majesty!?[A][OpenMidLeft]Hey, hey, I'm joking.[.][NL]Don't get so worked up.[.][A][NL]I get it now. You're a true[.][NL]and loyal soldier.[A][NL]I'm leaving before Frelia[.][NL]sends reinforcements. Coming?[.][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A]}
|
|
MSG_0C0D {[OpenMidLeft][LoadFace][82][NL][OpenMidLeft]How could this happen[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]How could I have allowed our[NL]Sacred Stone to be destroyed?[.][A][NL2][NL]Dark energies from the empire's capital[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Evil monstrosities roaming our lands[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Vigarde's mad invasion[ToggleMouthMove]... [ToggleMouthMove]And now this,[.][NL]the destruction of our sacred talisman.[.][A][NL2][NL]And we have no idea of Grado's goals.[.][NL]We are in dark times once again.[A][NL]But even so, we cannot sit here,[NL]wringing our hands.[.][A][CloseSpeechSlow][OpenMidLeft]First, we must warn the nations that[NL]house the remaining Sacred Stones.[A][NL]If Vigarde seeks to destroy the Stones,[.][NL]they are all in grave danger.[.][A][NL]Jehanna and Rausten must be warned.[.][A][NL]The nations must join together to[.][NL]fight our common foe.[.][A][OpenMidRight][LoadFace][2][NL][OpenMidRight]Do you think they will believe us?[A][OpenMidLeft]Hm[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It is a difficult tale to[.][NL]believe, I must agree.[A][OpenMidRight][ClearFace][OpenMidRight][LoadFace][15][NL][OpenMidRight]I will go, Father.[A][OpenMidLeft]Innes?[A][OpenMidRight]A direct visit from the Prince of Frelia[NL]is not something they can ignore.[.][A][NL]I will travel to Jehanna, where I will[NL]forge an alliance with her queen.[.][A][NL]If our Sacred Stone has been destroyed,[.][NL]then Frelia could be in greater danger.[.][A][NL]Father, I cannot let you leave the nation[.][NL]in such a time of crisis.[.][A][NL]It is imperative that I be the one to go.[.][A][OpenMidLeft]Hmmm[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ClearFace][OpenMidRight][LoadFace][2][NL][OpenMidRight]And I will head for Rausten.[A][OpenMidLeft][ClearFace][OpenMidLeft][LoadFace][20][NL][OpenMidLeft]Eirika?[.][A][NL]You know I can't let you put[NL]yourself in such danger.[A][OpenMidRight]Rest easy, dear brother.[A][NL]I will journey to Rausten by ship across[NL]the North Sea. There will be no danger.[.][A][CloseSpeechSlow][OpenMidRight]And I have made a vow.[A][NL]I will fight as you have until[NL]the day Renais is liberated.[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]I understand.[.][A]}
|
|
MSG_0C0E {[OpenMidLeft][LoadFace][82][NL][OpenMidRight][LoadFace][20][NL][OpenMidRight]King Hayden, I will take troops and march[.][NL]on the imperial capital from the west.[A][OpenMidLeft]The west?! Are you saying you will[NL]begin an assault on Grado from here?[A][OpenMidRight]If we can take Grado Keep, the war will[.][NL]be over. The Sacred Stones will be safe.[A][NL]If we start here and press forward with[.][NL]all our might[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]And once you reach the capital? Vigarde's[.][NL]generals will be there waiting for you.[.][A][OpenMidRight]If they oppose us, we will fight.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]You've got your father's[NL]foolhardy courage, don't you?[.][A][CloseSpeechSlow][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Very well.[NL]I entrust all our hope to you three.[A][NL2][NL]Innes, you will go to Jehanna,[A][NL]Eirika to Rausten,[A][NL]and Ephraim the imperial capital.[.][A][NL]Funding you will have, but of[.][NL]soldiers, we have few to spare.[.][A][NL]For each of you, a difficult[NL]road awaits.[A][OpenMidRight]If any of us meets with defeat, the[.][NL]battle will turn to Grado's favor.[A][NL]There must be no errors. We must not fail.[A][OpenMidRight][ClearFace][OpenMidRight][LoadFace][15][NL][OpenMidRight]Where I command, there are[NL]no mistakes.[A][OpenMidRight][ClearFace][OpenMidRight][LoadFace][2][NL][OpenMidRight]I have no doubts. I'll[NL]succeed, I swear it.[A][NL]Come, it is time to go![.][A]}
|
|
MSG_0C0F {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][20][NL][OpenMidLeft]Farewell, Brother.[NL]I will return.[A][OpenMidRight]Mm[ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][OpenMidRight]To be honest, I still do[NL]not want you to go.[.][A][NL]I would rather you wait[.][NL]here for my return.[.][A][OpenMidLeft]Please, Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I will be fine. There's no[NL]need for you to worry.[A][NL]Mine is the easiest task, [NL]and I'll be in no danger.[.][A][CloseSpeechSlow][OpenMidLeft]I'm far more worried about[NL]your mission.[.][A][NL]Challenging the might of an[.][NL]empire with a handful of men?[.][A][OpenMidRight]What's this now? Have you[.][NL]lost your faith in me?[A][OpenMidLeft]No, of course not.[A][NL]I know your true strength, Ephraim.[.][NL]No one can defeat you.[A][ToggleSmile][OpenMidRight]Ha ha! Hearing you say that[.][NL]fills me with confidence.[.][A][CloseSpeechSlow][OpenMidRight]I think I know my own limitations.[A][NL]I won't overextend my reach. I can't[NL]die and leave you on your own, can I?[.][A][OpenMidLeft]Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Let us both survive to be reunited.[.][A][NL]Give me your word, Eirika.[A][OpenMidLeft]You have it, Brother.[.][A]}
|
|
MSG_0C10 {[OpenFarRight][LoadFace][24][NL][OpenFarRight]Princess Eirika![A][OpenRight][LoadFace][22][NL][OpenRight]Is your departure time near?[A][OpenFarFarLeft][LoadFace][2][NL][OpenFarFarLeft][MoveFarLeft][OpenFarLeft]Yes.[A][NL]Kyle, Forde, I'm traveling[NL]to Rausten.[.][A][NL]I ask that you two serve[NL]my brother well.[A][OpenRight]Actually, there's been a[NL]slight change of plans.[.][A][OpenFarRight]We're going with you, Your Highness.[A][SendToBack][OpenFarLeft]What?[.][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight]Prince Ephraim rides with[.][NL]Frelia's finest at his back.[A][OpenRight]And this was a personal order[.][NL]from the prince himself.[A][NL]He said, [LQuote]I don't need you loafing[NL]around here. Go keep Eirika safe.[RQuote][A][NL]Since when is battling all of Grado[.][NL]loafing about? Honestly![A][OpenFarLeft]You're right! My brother's mission[NL]is far more dangerous than mine.[A][NL]I will go and speak with him[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight]Princess Eirika.[A][NL]Prince Ephraim said he's not[NL]concerned for his own safety.[.][A][NL]These are the words our prince gave[.][NL]us, and we believe he means them.[.][A][OpenRight]That's the truth of it.[.][A][NL]There's no cause for worry, Princess Eirika.[NL]We can all attest to the prince's tenacity.[.][A][NL]No matter how close death comes, the Pale[.][NL]Horse will not catch him.[.][A][OpenFarLeft][ToggleMouthMove]...[.][ToggleMouthMove]Kyle, Forde[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]I understand. Thank you for your[NL]service and your bravery.[.][A][NL]You are my brother's most trusted[.][NL]and most valiant companions.[A][NL]I would be honored to have you[NL]ride at my side.[A][OpenFarRight]The honor is ours.[A][NL]We ride for Renais and[NL]for Princess Eirika![A][ToggleSmile][OpenRight]Let's not work ourselves into[.][NL]a frenzy right now.[.][A][NL]When the time comes, I will[.][NL]be there to handle things.[A][OpenFarLeft]Of course. I'm depending[NL]on both of you.[.][A]}
|
|
MSG_0C11 {[OpenMidRight][LoadFace][24][NL][OpenMidRight]Princess Eirika![A][NL]Are you ready to depart?[A][OpenMidLeft][LoadFace][2][NL][OpenMidLeft]I am, Kyle.[.][A][NL]I'm on my way to Rausten.[.][A][NL]I ask that you serve[NL]my brother well.[A][OpenMidRight]Actually, milady, there's been a change[.][NL]of plans. I will be riding with you.[A][OpenMidLeft]What?[.][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Prince Ephraim rides with[.][NL]Frelia's finest at his back.[A][NL]I've been ordered to stay with[NL]you and keep you safe.[A][OpenMidLeft]No, my brother is the one riding into[.][NL]combat. His road is far more perilous.[A][NL]I will go and speak to him[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Lady Eirika.[A][NL]Prince Ephraim said he is not[.][NL]concerned for his own safety.[.][A][NL]I am not merely following orders.[.][NL]I believe his words. I believe him.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Kyle.[.][A][NL2][NL]I understand. Then I will[.][NL]believe as well.[A][NL]Kyle, you are my brother's most[.][NL]brave and trusted companion.[A][NL]I would be honored to have you[NL]ride at my side.[A][OpenMidRight]The honor is mine.[A][NL]We ride for Renais and[NL]for Princess Eirika![A]}
|
|
MSG_0C12 {[ToggleSmile][OpenMidRight][LoadFace][22][NL][OpenMidRight]Oh, Lady Eirika.[NL]Are you ready to depart?[A][OpenMidLeft][LoadFace][2][NL][OpenMidLeft]I am, Forde.[A][NL]I'm on my way to Rausten.[.][A][NL]I ask that you serve[NL]my brother well.[A][OpenMidRight]Actually, there's been a[NL]slight change of plans.[.][A][NL]I believe I will ride with[NL]you, milady.[A][ToggleSmile][OpenMidLeft]What?[.][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]My apologies, but this was a personal[.][NL]order from the prince himself.[A][NL]He said, [LQuote]I don't need you loafing[NL]around here. Go keep Eirika safe.[RQuote][A][NL]Since when is battling all of Grado[.][NL]loafing about? Honestly![A][OpenMidLeft]You're right! My brother's mission[NL]is far more dangerous than mine.[A][NL]I will go and speak with him[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]There's no cause for worry, Lady Eirika.[A][NL]We know firsthand of the prince's[.][NL]tenacity.[.][A][NL]No matter how close death comes, the Pale[.][NL]Horse will not catch him.[.][A][NL]And while it's not the same as having me[NL]with him, he does ride with Frelia's army.[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Forde.[A][NL2][NL]I understand[ToggleMouthMove]...[.][ToggleMouthMove]and I will believe[NL]in him as you do.[.][A][NL]Forde, you are my brother's brave[.][NL]and trusted companion.[A][NL]I would be honored to have you[NL]ride at my side.[A][ToggleSmile][OpenMidRight]Let's just take things[NL]nice and slow.[A][NL]When the time comes, I will[.][NL]be there to handle things.[A][OpenMidLeft]Of course. I'm depending[NL]on you, Forde.[A]}
|
|
MSG_0C13 {[OpenMidRight][LoadFace][4][NL][OpenMidRight]Prince Ephraim.[.][A][OpenMidLeft][LoadFace][20][NL][OpenMidLeft]Is that you, Seth?[NL]I'm almost ready to depart.[.][A][NL]I'm leaving Eirika in your care.[A][OpenMidRight]Actually, milord[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We have the honor of[NL]riding with you.[A][OpenMidLeft]What?[.][A][NL]What about Eirika?[A][OpenMidRight]The princess informs me that she will[.][NL]be accompanied by a Frelian escort.[.][A][NL]She tells me she does not need a[NL]large retinue on such a small ship.[.][A][OpenMidLeft]I understand, but we must be[NL]prepared for anything.[A][NL]I will be fine, Seth. Please[NL]go and attend Eirika.[.][A][OpenMidRight]Lord Ephraim, this is Lady Eirika's wish.[.][A][NL]She implored us to lend our blades to you[.][NL]on the front lines[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]She spoke to each of us individually. She[.][NL]knelt before us and beseeched us to go.[.][A][NL]Her sincerity, her concern[ToggleMouthMove]... [ToggleMouthMove]We could[NL]not help but be moved by her plea.[A][OpenMidLeft]Oh, Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Very well. You will all[.][NL]come with me.[.][A][NL]But steel yourselves. This will[.][NL]not be an easy journey.[.][A][NL]I want only volunteers who are[NL]unafraid of meeting death.[A][OpenMidRight]I'll let the others know.[.][A][NL]I must tell you, milord[.][ToggleMouthMove]--[ToggleMouthMove]they are[NL]already preparing to depart.[A][NL]They know the risks they are taking,[NL]and not a one will be deterred.[.][A]}
|
|
MSG_0C14 {Eirika and Ephraim will now part ways.[NL]Which of them will you accompany?[.][A]}
|
|
MSG_0C15 {Go with Eirika to Rausten.}
|
|
MSG_0C16 {Go with Ephraim to Grado.[.]}
|
|
MSG_0C17 {Will you go with Eirika?[NL][Yes]}
|
|
MSG_0C18 {Will you go with Ephraim?[.][NL][Yes]}
|
|
MSG_0C19 {[ToggleSmile][OpenMidLeft][LoadFace][34][NL][OpenMidLeft]It is time for me to be on my[.][NL]way, my friends.[A][NL]As the princess of Rausten, I still[.][NL]have many duties to perform.[A][CloseSpeechSlow][OpenMidLeft]Oh, Princess Eirika[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If it please you, I would be ever so[NL]delighted if you joined my tea club.[A][NL]I insist that you come. Oh, say you[.][NL]will, won't you?[A]}
|
|
MSG_0C1A {[OpenMidLeft][LoadFace][42][NL][OpenMidLeft]I've much to do here in Jehanna.[A][NL]I'll start with what can be done[NL]and keep going from there.[A][NL]First, I must talk to Mother.[.][A][NL]She should know that we've won,[.][NL]so that she can rest easily.[A]}
|
|
MSG_0C1B {[ToggleSmile][OpenMidLeft][LoadFace][38][NL][OpenMidLeft]Lady Eirika[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I must return to Caer Pelyn[.][NL]and meet with the grand elder.[A][NL]I'm sure she is most worried[NL]as well.[A][NL]But I was wondering[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]May I come to visit you from[NL]time to time?[.][A]}
|
|
MSG_0C1C {[OpenMidLeft][LoadFace][15][NL][OpenMidLeft]We of Frelia will do what we can to[.][NL]aid in the restoration of Renais.[.][A][NL]If you have need of our assistance,[.][NL]you have but to ask.[A][NL]I seldom trust people who act from[NL]purely altruistic motives[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]But I'll grant you that friendships[.][NL]are a worthy exception to my distrust.[A][ToggleSmile]}
|
|
MSG_0C1D {[OpenFarLeft][LoadFace][2][NL][OpenFarRight][LoadFace][20][NL][OpenFarLeft]We've finally made it home, haven't we?[.][A][OpenFarRight]Aaah.[.][A][NL]You must be exhausted after the[.][NL]journey. Shall we rest, Eirika?[.][A][OpenFarLeft]That would be nice[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But first we must seal[NL]this away[.][ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][OpenFarLeft]This stone banished the Demon King.[.][A][NL]With such power[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Do you suppose we could bring[.][NL]back Father and Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]That everyone who died in this[NL]dreadful war could be[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenFarRight][MoveMidRight][OpenMidRight]Eirika.[.][A][OpenFarLeft][MoveMidLeft][OpenMidLeft]I know, I know. Such things would be[ToggleMouthMove]--[ToggleMouthMove][NL]I cannot wish for such things.[A][NL]No matter how it hurts, or rather because[.][NL]it hurts, we must learn to accept sorrow.[.][A][NL]We must take it into our hearts[.][NL]and tame our grief[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][OpenMidRight]Tell me, Sister[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If Lyon were here with us, what[.][NL]do you think he would want?[.][A][ToggleSmile][OpenMidLeft]What he would want?[.][A][OpenMidRight]Yes. You see, I think I know.[.][NL]It was the reason for his studies.[A][NL]It's why he wanted to know about the[NL]Sacred Stones[.][ToggleMouthMove]--[ToggleMouthMove]or rather the Fire Emblem.[A][NL]Let's take Lyon's dreams and fulfill[NL]them in his stead.[A][NL]We can do that, can't we? Without[.][NL]relying on any mystic power?[A][OpenMidLeft]You're right, Brother, we can.[A][NL]Let us fulfill his dreams.[A][NL]As Lyon wanted, as we all want[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]So we may live in peace and joy.[A]}
|
|
MSG_0C1E {[ToggleSmile][OpenMidLeft][LoadFace][34][NL][OpenMidLeft]Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It is time I must be going.[.][A][NL]I am still princess of Rausten, after all.[NL]There is much to which I must attend.[.][A][NL]Renais and Rausten are far apart, but[.][NL]that distance can be managed somehow.[.][A][NL]If you and I were to be betrothed,[NL]that is[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I wonder if I appear too forward[ToggleMouthMove]...[.][ToggleMouthMove][NL]No, how silly of me![A]}
|
|
MSG_0C1F {[ToggleSmile][OpenMidLeft][LoadFace][38][NL][OpenMidLeft]Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I must return to Darkling Woods.[A][NL]With my father gone, much responsibility[NL]falls on my shoulders.[A][NL]Yet I would ask[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]May I come and visit you from time[NL]to time?[A]}
|
|
MSG_0C20 {[OpenMidLeft][LoadFace][15][NL][OpenMidLeft]We of Frelia will do what we can to[.][NL]aid in the restoration of Renais.[.][A][NL]If you have need of our assistance,[.][NL]you can come to me at any time.[.][A][NL]And another thing[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It[ToggleMouthMove]...[.][ToggleMouthMove]wasn't such a bad thing, fighting[.][NL]on the same side as you.[A][NL]That's all. The day will come, though.[NL]One day, we will see who is the better.[.][A]}
|
|
MSG_0C21 {[OpenMidLeft][LoadFace][20][NL][OpenFarRight][LoadFace][2][NL][OpenFarRight][MoveMidRight][OpenMidRight]Where are you going, Brother?[.][A][NL]We've endured so much to get[NL]home, and now[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I'm sorry, Eirika.[A][NL]I must journey to Grado.[A][NL]I just received word from Seth.[.][A][NL]In the south, within the empire,[NL]there has been an enormous landslide.[.][A][OpenMidRight]A landslide?[A][OpenMidLeft]Yes. Word is it was so great that[.][NL]whole cities were destroyed.[A][NL]They say the damage is so severe,[.][NL]the empire itself is in danger[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]That's[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]That's why I must go to Grado.[A][NL]The people are saying this is Grado's[.][NL]divine punishment[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But these are the same citizens Lyon[NL]wanted nothing more than to protect.[A][NL]I cannot ignore their plight.[.][A][OpenMidRight]Yes, of course not.[.][NL]I will ride with you.[.][A][OpenMidLeft]No, you must remain in Renais.[A][NL]Our country is recovering, but we[.][NL]cannot rest easy.[.][A][NL]Someone must stay to protect the realm.[.][A][OpenMidRight]Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I understand.[.][A][NL]I will take your place until you return.[A][NL]I will wait for you in Renais, Brother.[.][A][OpenMidLeft]I can always depend on you, Eirika.[.][A][CloseSpeechSlow][OpenMidLeft]Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I will be king.[.][A][NL]The type of king we often spoke of[ToggleMouthMove]...[.][ToggleMouthMove][NL]Strong and kind in measure: an ideal king.[A][NL]The people of Renais and Grado are under[NL]my protection, and I won't fail them.[.][A][NL]Watch and see[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0C22 {[SetName]Lyon[NL]Oh, are you...[A][NL]I'm... My name is Lyon.[.][A][NL]Uh-huh. That's me...[NL]The son of the emperor.[.][A][NL]You're Prince Ephraim and Princess[NL]Eirika from Renais, aren't you?[.][A][NL]I heard you were coming, and I've[.][NL]been waiting here all day.[A][NL]I've always wanted... I don't have[NL]any friends my own age...[.][A][NL]So, Prince Ephraim... Princess[NL]Eirika... What do you say?[A][NL2][NL]From now on, let's be friends...[A]}
|
|
MSG_0C23 {[OpenMidRight][LoadFace][2][NL][OpenMidRight]Brother[.][ToggleMouthMove]... [ToggleMouthMove]I'm sorry.[A][OpenMidRight][CloseEyes]}
|
|
MSG_0C24 {[OpenMidRight][LoadFace][20][NL][OpenMidRight]Forgive me, Eirika.[.][A][OpenMidRight][CloseEyes]}
|
|
MSG_0C25 {[OpenMidRight][LoadFace][4][NL][OpenMidRight]Urgh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]My apologies.[.][NL]I must withdraw.[A]}
|
|
MSG_0C26 {[OpenMidRight][LoadFace][6][NL][OpenMidRight]I'm sorry, General Seth[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][CloseEyes]}
|
|
MSG_0C27 {[OpenMidRight][LoadFace][5][NL][OpenMidRight]I was prepared for[ToggleMouthMove]...[.][ToggleMouthMove][NL]anything[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][CloseEyes]}
|
|
MSG_0C28 {[OpenMidRight][LoadFace][7][NL][OpenMidRight]I am sorry. I believe this[NL]is as far as I go[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][CloseEyes]}
|
|
MSG_0C29 {[OpenMidRight][LoadFace][8][NL][OpenMidRight]Please[ToggleMouthMove]...[.][ToggleMouthMove][NL]Forgive me[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][CloseEyes]}
|
|
MSG_0C2A {[ToggleSmile][OpenMidRight][LoadFace][14][NL][OpenMidRight]I have no regrets.[NL]This was always my fate.[A][OpenMidRight][CloseEyes]}
|
|
MSG_0C2B {[ToggleSmile][OpenMidRight][LoadFace][9][NL][OpenMidRight]I[.][ToggleMouthMove]...[.][ToggleMouthMove]am a warrior[NL]to the very end![A][OpenMidRight][CloseEyes]}
|
|
MSG_0C2C {[OpenMidRight][LoadFace][12][NL][OpenMidRight]To think of it[ToggleMouthMove]... [ToggleMouthMove]Me[ToggleMouthMove]...[.][ToggleMouthMove][NL]In this place[.][ToggleMouthMove]... [ToggleMouthMove]Neimi[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][CloseEyes]}
|
|
MSG_0C2D {[OpenMidRight][LoadFace][10][NL][OpenMidRight]You were right, Colm[ToggleMouthMove]...[.][ToggleMouthMove][NL]I am a klutz. Sorry[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][CloseEyes]}
|
|
MSG_0C2E {[OpenMidRight][LoadFace][26][NL][OpenMidRight]The rest[ToggleMouthMove]...[.][ToggleMouthMove]is up to you.[.][A][OpenMidRight][CloseEyes]}
|
|
MSG_0C2F {[OpenMidRight][LoadFace][16][NL][OpenMidRight]I[.][ToggleMouthMove]... [ToggleMouthMove]I don't want to die[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][CloseEyes]}
|
|
MSG_0C30 {[OpenMidRight][LoadFace][17][NL][OpenMidRight]My fate is irrelevant[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]The world must have[.][ToggleMouthMove]...[.][ToggleMouthMove]light.[A][OpenMidRight][CloseEyes]}
|
|
MSG_0C31 {[ToggleSmile][OpenMidRight][LoadFace][42][NL][OpenMidRight]I[.][ToggleMouthMove]... [ToggleMouthMove]I guess my luck[.][NL]finally ran out[.][ToggleMouthMove]... [ToggleMouthMove]Heh.[A][OpenMidRight][CloseEyes]}
|
|
MSG_0C32 {[OpenMidRight][LoadFace][24][NL][OpenMidRight]Prince Ephraim! Lead[NL]us to glory[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][CloseEyes]}
|
|
MSG_0C33 {[ToggleSmile][OpenMidRight][LoadFace][22][NL][OpenMidRight]Ah, Prince Ephraim[ToggleMouthMove]... [ToggleMouthMove]It[ToggleMouthMove]...[.][ToggleMouthMove][NL]It was fun while it lasted.[.][A][OpenMidRight][CloseEyes]}
|
|
MSG_0C34 {[OpenMidRight][LoadFace][44][NL][OpenMidRight]I've long been prepared for[.][NL]this day[ToggleMouthMove]... [ToggleMouthMove]Too long[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][CloseEyes]}
|
|
MSG_0C35 {[OpenMidRight][LoadFace][15][NL][OpenMidRight]I won't give up[.][ToggleMouthMove]... [ToggleMouthMove]Not here[ToggleMouthMove]...[.][ToggleMouthMove][NL]Not in this place[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'll keep going, even if I have[.][NL]to crawl[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0C36 {[OpenMidRight][LoadFace][27][NL][OpenMidRight]If you live on the battlefield,[.][NL]you know this day will come[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][CloseEyes]}
|
|
MSG_0C37 {[ToggleSmile][OpenMidRight][LoadFace][28][NL][OpenMidRight]The dark rider I foresaw[ToggleMouthMove]...[.][ToggleMouthMove][NL]He was coming for me[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][CloseEyes]}
|
|
MSG_0C38 {[OpenMidRight][LoadFace][30][NL][OpenMidRight]I lost[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][CloseEyes]}
|
|
MSG_0C39 {[OpenMidRight][LoadFace][32][NL][OpenMidRight]I'm sorry, Grandmother[ToggleMouthMove]...[.][ToggleMouthMove][NL]My duty[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][CloseEyes]}
|
|
MSG_0C3A {[OpenMidRight][LoadFace][33][NL][OpenMidRight]I'm sorry, Teacher[ToggleMouthMove]...[.][ToggleMouthMove][NL]I never[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidRight][CloseEyes]}
|
|
MSG_0C3B {[OpenMidRight][LoadFace][34][NL][OpenMidRight]This will never do![.][A][NL]I find it hard to say, but[NL]I must beg your leave[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0C3C {[ToggleSmile][OpenMidRight][LoadFace][35][NL][OpenMidRight]Ha ha ha! I couldn't have[.][NL]asked for a better ending![A][OpenMidRight][CloseEyes]}
|
|
MSG_0C3D {[OpenMidRight][LoadFace][19][NL][OpenMidRight]Blast! My brother would never[.][NL]have gone out like this[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][CloseEyes]}
|
|
MSG_0C3E {[OpenMidRight][LoadFace][25][NL][OpenMidRight]I[.][ToggleMouthMove]... [ToggleMouthMove]I did well, didn't I?[.][A][OpenMidRight][CloseEyes]}
|
|
MSG_0C3F {[OpenMidRight][LoadFace][36][NL][OpenMidRight]Great. This is just[.][NL]what I needed[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][CloseEyes]}
|
|
MSG_0C40 {[OpenMidRight][LoadFace][37][NL][OpenMidRight]This[ToggleMouthMove]... [ToggleMouthMove]This is nothing![A][OpenMidRight][CloseEyes]}
|
|
MSG_0C41 {[OpenMidRight][LoadFace][38][NL][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm so sorry[ToggleMouthMove]... [ToggleMouthMove]I can't[.][NL]help you any longer.[A]}
|
|
MSG_0C42 {[OpenMidRight][LoadFace][41][NL][OpenMidRight]In this darkness,[.][NL]I will find peace.[A][OpenMidRight][CloseEyes]}
|
|
MSG_0C43 {[OpenMidRight][LoadFace][43][NL][OpenMidRight]So this is the end.[.][.....][NL][ToggleMouthMove]...[.][ToggleMouthMove]Vanessa[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][CloseEyes]}
|
|
MSG_0C44 {[ToggleSmile]Wow... Would you look at[NL]these muscles![A][ToggleSmile]}
|
|
MSG_0C45 {[ToggleSmile]I had no idea how much[NL]stronger I'd gotten...[A][ToggleSmile]}
|
|
MSG_0C46 {[ToggleSmile]Why, I bet I could take on my[.][NL]dad or just about anyone![.][A][ToggleSmile]}
|
|
MSG_0C47 {[ToggleSmile]I knew if I worked at it, I'd[.][NL]become a great warrior![.][A][ToggleSmile]}
|
|
MSG_0C48 {[ToggleSmile]I'm ready to fight now![.][A][ToggleSmile]}
|
|
MSG_0C49 {[ToggleSmile]This armor used to be too[.][NL]heavy for me to wear...[.][A][ToggleSmile]}
|
|
MSG_0C4A {[ToggleSmile]But now, it's no problem![.][NL]I've come a long way.[.][A][ToggleSmile]}
|
|
MSG_0C4B {[ToggleSmile]That's right. I'm a real[NL]soldier now![A][ToggleSmile]}
|
|
MSG_0C4C {[ToggleSmile]But I'm not about to stop.[NL]I'm just getting started![.][A][ToggleSmile]}
|
|
MSG_0C4D {[ToggleSmile]Oh, my... Look at this![.][A][ToggleSmile]}
|
|
MSG_0C4E {[ToggleSmile]Magic used to seem so hard,[.][NL]but I...I think I've got it.[A][ToggleSmile]}
|
|
MSG_0C4F {[ToggleSmile]I've turned a corner in my[NL]education. I'm a real mage![.][A][ToggleSmile]}
|
|
MSG_0C50 {[ToggleSmile]But I'm not going to stop[.][NL]studying...[.][A][ToggleSmile]}
|
|
MSG_0C51 {[ToggleSmile]Not until I've become a[.][NL]great sage, like my teacher.[A][ToggleSmile]}
|
|
MSG_0C52 {This unit cannot take part[NL]in this chapter.}
|
|
MSG_0C53 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][20][NL][OpenMidRight]Eirika, are you all right?[A][OpenMidLeft]I am fine, Brother.[.][A][OpenMidRight]I'm right here, so please call[NL]me if you need anything.[A][NL]I'll always be nearby.[A][OpenMidLeft]Yes, thank you.[.][A][NL]But you do understand that I[NL]am here to fight, don't you?[A][NL2][NL]I cannot ask you to watch [NL]me constantly.[A][NL2][NL]I am your sister, not your ward.[A][OpenMidRight]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][MoveRight][OpenMidLeft]Wait, don't[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]What are you[ToggleMouthMove]--?[.][ToggleMouthMove][A][OpenRight][ToggleSmile]You looked a little upset[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I thought I would stroke your[.][NL]face like I used to[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft][MoveMidLeft][OpenMidLeft]Please stop it. You're treating[.][NL]me like a child[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight][MoveMidRight][OpenMidRight][ToggleSmile]Oh, I'm sorry.[NL]It's just an old habit[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Besides, you were always the one who[NL]pestered me to do it when we were little.[.][A][NL]Don't you remember?[.][A][OpenMidLeft]N-no, I don't remember![.][NL]That was such a long time ago[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Ahh[.][ToggleMouthMove]... [ToggleMouthMove]Dear brother, please try to[.][NL]remember where we are right now.[A][NL]What would our companions say if they[.][NL]saw us in such a personal moment?[.][A][OpenMidRight][ToggleSmile]Yes, that would be embarrassing[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Forgive me, I did not mean to do[NL]anything you would find unpleasant.[.][A][ToggleSmile][OpenMidLeft]N-no[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I didn't mean that[ToggleMouthMove]...[.][ToggleMouthMove][NL]It's just[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidRight][ToggleSmile]So, you really do want[NL]me to stroke your face?[.][A][ToggleSmile][OpenMidLeft]No! I mean, look[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Ha ha, you always did blush so easily![NL]You haven't changed at all![.][A][ToggleSmile][OpenMidLeft]E-enough! Brother[.][ToggleMouthMove]...[.][ToggleMouthMove]you are[.][NL]starting to anger me![.][A]}
|
|
MSG_0C54 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][20][NL][OpenMidLeft][MoveMidLeft][OpenMidLeft]Yaa[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][MoveLeft][OpenLeft]Yaa![A][......][OpenMidRight]Eirika, try taking a deeper step[NL]forward when you lunge.[.][A][NL]Otherwise, you might find it hard to[NL]dodge the counterthrust of a foe.[.][A][NL]That's why you always want to end[.][NL]a duel with a single blow.[A][NL]Don't give your opponent the chance[.][NL]to return the attack.[.][A][OpenLeft][MoveMidLeft][OpenMidLeft]Ah, Brother![NL]Thank you for the instruction![A][NL]I suppose I still have a lot to learn.[A][OpenMidRight][ToggleSmile]No, not at all![.][A][NL]Rather, I am surprised at your rapid[NL]progress after such a short time![.][A][NL]I think you would give me an excellent[NL]match were we to spar.[A][ToggleSmile][OpenMidLeft]You really think so? And yet, I feel[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Sigh[ToggleMouthMove]... [ToggleMouthMove]If only we lived in a world where[.][NL]such skills were not even necessary.[A][OpenMidRight][ToggleSmile]I see[.][ToggleMouthMove]... [ToggleMouthMove]You're a peaceful soul.[.][A][NL]All of this fighting[ToggleMouthMove]...[.][ToggleMouthMove][NL]It must be hard on you.[.][A][ToggleSmile][OpenMidLeft]It is[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I just pray that this fighting[NL]will end as swiftly as possible.[A][NL]No one desires this war.[A][NL]So why must it continue?[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Indeed.[.][A][NL]And yet there is fighting in[NL]every generation.[.][A][NL]In ancient times, our ancestors[.][NL]fought all manner of evil beast.[A][NL]But once the beasts were subdued,[.][NL]man then fought against fellow man[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]So we learned from Lyon.[A][OpenMidLeft]I know[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But if men understand the futility[NL]of fighting, why do they do it?[.][A][NL]We could gain so much more by[.][NL]cooperation than by conquest.[.][A][OpenMidRight]You may be right[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]But I think[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I understand why.[.][A][OpenMidLeft]Why, Brother[ToggleMouthMove]...?[ToggleMouthMove][A][OpenMidRight]I pray for peace to return to our[.][NL]fair Renais.[A][NL]I know that war brings only sorrow.[.][A][NL]And yet, somewhere in my heart[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]There is a lust for battle that[.][NL]cannot be stilled.[A][NL]It screams within me when[.][NL]I clutch this spear[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Brother[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Perhaps it is because I am a man.[.][A][NL]Perhaps it is because I was raised[NL]to fight.[.][A][NL2][NL]I enjoy the practice of my art. I find[NL]pleasure in the battle victorious.[A][NL]And the stronger I become[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]The more strongly the call to arms[NL]sounds within my ears.[A][NL]I want to see how great is the skill[NL]that I have acquired.[.][A][NL]It may be crass and low, but I cannot[.][NL]deny it.[A][OpenMidLeft]Brother[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]You would disdain me for this?[A][OpenMidLeft]No, I could never[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But, Brother, listen.[.][NL]No matter why you fight[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Please ensure that this fighting brings[.][NL]good to our people and to our kingdom.[A][OpenMidRight]Of course.[NL]I am not so far gone as that.[.][A][NL]And I could not bear to see[.][NL]you cry for our people.[.][A][NL][ToggleSmile]Besides, I would fear the judgment[NL]of your mighty sword![.][A][ToggleSmile][OpenMidLeft]Brother, I[ToggleMouthMove]--![.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Ha ha! I'm joking, of course![.][A][ToggleSmile]}
|
|
MSG_0C55 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][20][NL][OpenMidLeft]Just[ToggleMouthMove]...[.][ToggleMouthMove]a bit longer.[.][A][OpenMidRight]Yes, you may be right. There may be[.][NL]an end to this fighting soon.[.][A][NL]We may yet defeat the evil in this land[.][NL]and return it to the hands of men.[A][NL]Then, Renais may enjoy its former glory.[A][OpenMidLeft][ToggleSmile]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You will be crowned king of Renais,[.][NL]and I will help you rebuild our land.[.][A][NL]We will make it a happy and prosperous[NL]country, free of conflict.[A][NL]Just as we three used to dream[NL]about[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]We[ToggleMouthMove]...[.][ToggleMouthMove]three.[A][NL]Lyon was here with us, wasn't he?[.][A][NL]We three had so many grand ideas[NL]for the futures of our lands.[.][A][OpenMidLeft][ToggleSmile]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]We talked about a lot.[A][NL][ToggleSmile]But Lyon[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]Brother[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Brother[.][ToggleMouthMove]...[.][ToggleMouthMove]please promise that you[.][NL]won't ever leave me alone.[A][NL]Please[ToggleMouthMove]...[.][ToggleMouthMove]promise[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Of course.[NL]I would never leave you.[A][NL][ToggleSmile]Why would you ever think I[NL]could do something like that?[.][A][ToggleSmile][OpenMidLeft]Brother[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I know better than anyone how you[.][NL]feel, dear sister.[A][NL]Ever since we were born[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]No, even before[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We two have always been together.[.][A][NL]And together[ToggleMouthMove]...[.][ToggleMouthMove][NL]we will always stay.[A][OpenMidLeft][ToggleSmile]Yes, dear brother[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile]}
|
|
MSG_0C56 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][4][NL][OpenMidLeft]Seth.[.][A][OpenMidRight]What brings you, Princess?[A][OpenMidLeft]How fare you, Seth?[.][A][NL]Ever since the castle fell[NL]you have been protecting me,[A][NL]despite your own injuries[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Would that I could have served[NL]you better, my lady[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You were not meant to see such things.[A][NL]But my wound has closed up, and it[NL]does not affect my lance arm[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Wait.[.][NL]Show it to me.[A][NL]Look. The wound has closed, but[.][NL]it has not yet fully healed.[A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]What made you think of this, my lady?[.][A][OpenMidLeft]Your fighting is as superb as ever, Seth.[.][A][NL]But when you raise your lance, I see a[NL]flicker of pain on your face,[.][A][NL]as if you were merely enduring it[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But it only lasts a moment. Perhaps[.][NL]it is all just my imagination[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Your Highness, please put your[NL]mind at ease.[.][A][NL]My wound has healed. There[NL]is no reason to worry.[A][OpenMidLeft]I would that were so, Seth.[.][A][NL]Please do not overextend yourself.[NL]I beg this of you.[A][NL]Without you, I may not be able[NL]to continue this quest[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]You praise me too much, my lady[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0C57 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][4][NL][OpenMidLeft][MoveMidLeft][OpenMidLeft]Hrrngh[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][MoveLeft][OpenLeft]Hahh![.][A][CloseSpeechSlow][......][OpenLeft][MoveMidLeft][OpenMidLeft]What do you think?[A][ToggleSmile][OpenMidRight]Your sword arm is magnificent, my lady.[.][A][NL]You have improved yet again.[A][OpenMidLeft]Thank you.[A][NL]It is only because I know my brother will[.][NL]scold me if I do not practice every day.[A][NL]But I still am nowhere near your[NL]level of skill, Seth.[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]My lady, I hardly think[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Perhaps next time, you could spar with[NL]me and help me learn some technique?[A][NL]The basics I've learned from my brother[.][NL]all apply to skills with the spear.[.][A][NL]If I could learn the sword techniques[.][NL]of the Knights of Renais,[.][A][NL]then perhaps I could be even stronger.[A][NL]I would be of greater help to you[.][NL]on the battlefield.[.][A][ToggleSmile][OpenMidRight]Yes, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Princess Eirika, I think you should[.][NL]stay away from the front lines.[.][A][NL]You are of the royal family of Renais.[NL]Please leave the fighting to me[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Still[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]How can I just watch from afar while[NL]others risk their lives for me?[.][A][NL]I cannot rely on you always.[A][NL]I must learn to protect myself.[.][A][NL]So please, continue to observe[NL]as I practice.[A][OpenMidRight]Princess Eirika[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0C58 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][4][NL][OpenMidLeft]Seth, do you have a moment?[.][A][NL]Could you help me practice[NL]a bit right now?[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Princess Eirika.[A][NL]Before I do, there is something[.][NL]I must say to you.[A][OpenMidLeft]Yes, what is it?[A][OpenMidRight]Please forgive my rudeness[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Princess, I am merely your subject.[.][A][NL]Recently, you have been too close to me.[A][NL]It is not becoming of a noble of Renais to[NL]fraternize in this way with her subjects.[.][A][OpenMidLeft]Oh[ToggleMouthMove]... [ToggleMouthMove]But I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]it's just that your wound[.][NL]has not yet[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I was merely[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]It's true. The wound I received the day[.][NL]our castle fell has not yet healed[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Perhaps it will afflict me to the end[.][NL]of my life.[.][A][NL]But it would be a mistake to assume[.][NL]you owe me a debt for this wound.[.][A][NL]This thought should not rest beneath[NL]the crown you soon must wear.[.][A][OpenMidLeft]But still, you suffered for me[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Lady Eirika.[A][NL]You are a noble of Renais.[A][NL]The nobility should not favor[.][NL]one subject over another.[.][A][NL]How can they maintain their fealty[NL]if you treat one so differently?[A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]You may have to forego such attachments[.][NL]just to defend your country.[A][NL]There will be times when victory[NL]in battle demands a sacrifice.[A][NL]If you cannot send your men to die,[.][NL]then you are not fit to rule.[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]I understand[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Seth[ToggleMouthMove]...[.][ToggleMouthMove][NL]You are correct.[A][NL]I had forgotten my place,[.][NL]and I had forgotten my duty.[A][NL]Please forgive me.[A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]That night[ToggleMouthMove]...[.][ToggleMouthMove][NL]We fled from the soldiers of Grado[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You held me tight, keeping me safe[NL]from the enemy's blades[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Perhaps[.][ToggleMouthMove]...[.][ToggleMouthMove]I did feel something[NL]more for you then.[A][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove]it was improper for a[.][NL]queen of Renais.[A][NL]And with my father dead, I suppose[NL]that is my station.[.][A][NL]I am a queen, and you are a knight[NL]in my service.[A][NL]If I do not keep this in mind, then I will[NL]never be able to rebuild our kingdom.[.][A][OpenMidRight]I thank you for your understanding,[.][NL]my lady.[A][NL]Now, if you will excuse me[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ClearFace][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][CloseSpeechSlow][.......][OpenMidRight][LoadFace][4][NL][.....][OpenMidRight]Princess Eirika.[A][NL]If you would allow me to say[NL]one more thing[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Seth[ToggleMouthMove]...?[ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]That night[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I felt what you felt.[.][A][NL]When I held you in my arms as[.][NL]we rode into the night[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It was the first time since I was[.][NL]knighted that I forgot my duty.[.][A][NL]I thought of you not as my queen,[.][A][NL]but rather as someone I wanted[NL]to protect from all harm.[.][A][NL]I wanted to leave everything behind[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]To take you far away to someplace[.][NL]where we could be together[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Those were my thoughts[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Seth[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Please forgive me.[A][NL]I swear to you that I will never[NL]again forget my duty in that way.[.][A][NL]Now, please excuse me.[A][NL]When I see you next, it will be[.][NL]as a Knight of Renais[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]And I will lay down my life[.][NL]to protect my queen.[A][OpenMidRight][ClearFace][.......][OpenMidLeft]Seth[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0C59 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][34][NL][OpenMidRight]Good day to you, Princess.[A][NL]What a funny thing that we should meet[NL]here! It is providence, I tell you![.][A][OpenMidLeft]L'Arachel, it is NOT providence.[NL]It is not even a coincidence.[.][A][NL]We agreed to meet here when we[NL]planned out our battle strategy.[A][NL]Wait[ToggleMouthMove]... [ToggleMouthMove]Don't tell me that you[NL]don't remember that![A][OpenMidRight]We planned this?[A][NL]I suppose I simply don't usually[NL]worry about such trifling details.[A][NL]And here we are, so I suppose that[NL]our plan must be working.[.][A][OpenMidLeft]I suppose you're right.[.][A][OpenMidRight]Still, divine providence or not,[NL]isn't it strange and wonderful?[.][A][NL]A beautiful princess traveling with[.][NL]such a ragged bunch as this[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You could have told me much sooner,[.][NL]you know![.][A][OpenMidLeft]My apologies.[.][A][NL]Necessity demanded that I conceal[.][NL]my identity at the time.[A][OpenMidRight][ToggleSmile]Oh, it is no longer any worry.[A][NL]To be honest, I believe I had figured out[.][NL]your ruse from the very moment we met.[A][NL]I said to myself, [LQuote]This lovely woman[NL]could only be of my own superior breeding.[RQuote][.][A][NL]After all, you could never truly fool[.][NL]a woman with my keen mind.[A][ToggleSmile][OpenMidLeft]My. How[.][ToggleMouthMove]...[.][ToggleMouthMove]impressive.[.][A][OpenMidRight]There is something about nobility that[NL]simply cannot be hidden from its kin![.][A][NL][ToggleSmile]Why, Eirika, certainly you must have[NL]felt the same thing upon seeing me?[.][A][NL]You surely saw a refinement and grace of[NL]carriage surpassing that of common folk?[A][ToggleSmile][ToggleSmile][OpenMidLeft]Err[.][ToggleMouthMove]... [ToggleMouthMove]Aheh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Yes, why[ToggleMouthMove]...[.][ToggleMouthMove]the very first time[.][NL]I met you, I could see that you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You were very far from common.[A][OpenMidRight]Exactly. Far from common. I could[.][NL]not have put it better myself.[A][NL]It's simply impossible to travel[NL]incognito these days.[.][A]}
|
|
MSG_0C5A {[OpenMidLeft][LoadFace][34][NL][OpenMidRight][LoadFace][2][NL][OpenMidLeft][MoveMidLeft][OpenMidLeft]Take that![A][NL][OpenMidLeft][MoveMidLeft][OpenMidLeft][MoveMidLeft][OpenMidLeft]And that and that and that![.][A][OpenMidRight]L'Arachel?[.....][NL]What are you doing?[.][A][OpenMidLeft]I'm practicing! I want to be prepared[.][NL]for when those fiends next show up.[.][A][NL]You never can tell where or when[NL]they'll appear, after all.[A][NL]And if they were to appear and I were[.][NL]unable to prepare a magical attack[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Well, I'd like to be ready to whack[.][NL]them with this staff of mine.[.][A][OpenMidRight]Ahhh[ToggleMouthMove]... [ToggleMouthMove]Don't you think that's a[NL]bit, well, dangerous?[.][A][NL]Perhaps you should stop.[A][NL]If monsters appear when I am around,[NL]I promise I'll come to your aid.[A][OpenMidLeft]That's simply no good, Eirika. You[NL]know how those monsters can be.[.][A][NL]I insist that I be able to hold my[NL]own, relying on nothing but my skills.[A][OpenMidRight]I've been curious about[.][NL]something, L'Arachel[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Why are you so obsessed[.][NL]with fighting monsters?[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]My parents were kind people. I would[NL]be like them if I am able.[A][NL]My home of Rausten is so near to Darkling[.][NL]Woods. We experienced many sudden raids.[A][NL][ToggleSmile]My parents took it upon themselves to[.][NL]defend our people against the monsters.[.][A][ToggleSmile][OpenMidRight]I had no idea[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Yes, but my parents are gone now.[.][A][NL]I've been told that they passed away[NL]when I was but an infant.[.][A][NL]They[ToggleMouthMove]...[.][ToggleMouthMove]gave their lives defending[NL]many helpless people.[.][A][OpenMidRight]I'm so sorry.[.][A][OpenMidLeft]Oh, you needn't be sad. I would[.][NL]not want for that.[A][NL]No, it's wonderful that they gave[.][NL]their lives battling that filth.[A][NL]I was so young that I do not remember[.][NL]their faces, if I must be honest.[.][A][NL][ToggleSmile]However, that does not diminish the[.][NL]pride I feel for what they've done.[.][A][ToggleSmile][OpenMidRight]Don't you feel lonely at[NL]the loss of your parents?[.][A][OpenMidLeft]No! Not at all![.][A][NL]What do you take me for?[NL]Some kind of weakling?[A][OpenMidRight][ToggleSmile]No, I see that you are[NL]strong indeed, L'Arachel.[.][A][ToggleSmile][ToggleSmile][OpenMidLeft]I should say so.[A][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove]would you not say that[NL]you are strong, too, Eirika?[A][NL]Your father stayed in his castle,[.][NL]fighting the forces of Grado.[.][A][NL]He had a noble death, don't[.][NL]you think?[A][NL]Your father was a great man.[A][NL]You must be quite proud of him.[.][A][OpenMidRight]Well[ToggleMouthMove]...[.][ToggleMouthMove]yes.[A][NL]He refused to take even one step in retreat[.][NL]from the advancing Grado soldiers.[A][NL][ToggleSmile]But still[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I mean, I[.][ToggleMouthMove]...[.][ToggleMouthMove]I would have thought no[.][NL]less of him if he had fled.[.][A][NL]Even if he were no longer a brave king[ToggleMouthMove]...[.][ToggleMouthMove][NL]Still[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I would be happier if he were still alive.[A][ToggleSmile][ToggleSmile][OpenMidLeft]Eirika[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]I do understand you.[A][NL]Everyone would tell me of my parents'[.][NL]bravery, of their honor[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But I will never see them. I will[.][NL]never know them for myself.[.][A][NL]Oh, what I would give if I could have[.][NL]met them[ToggleMouthMove]...[.][ToggleMouthMove]just once.[A][OpenMidRight]L'Arachel[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0C5B {[OpenMidRight][LoadFace][34][NL][OpenMidRight]Eirika[ToggleMouthMove]... [ToggleMouthMove]Please hold[.][NL]for a moment.[.][A][OpenMidLeft][LoadFace][2][NL][OpenMidLeft]What is it, L'Arachel?[A][OpenMidRight]About what we were discussing earlier[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I would not want you to get the wrong[.][NL]idea.[.][A][NL]I was not saying I was lonely because[.][NL]my parents were dead.[.][A][NL]I am not that weak, you know?[.][A][NL]I have never even[.][ToggleMouthMove]...[.][ToggleMouthMove]cried[.][ToggleMouthMove]...[.][ToggleMouthMove]when[NL]thinking of my parents.[.][A][OpenMidLeft][ToggleSmile]I know, L'Arachel.[NL]You are a very strong person.[.][A][NL]We are lucky to have you with us.[.][A][ToggleSmile][ToggleSmile][OpenMidRight]I hope you do not think this[NL]all too sudden, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Here. Look at this.[.][A][OpenMidLeft][ToggleSmile]What's this[.][ToggleMouthMove]...?[ToggleMouthMove][A][ToggleSmile][OpenMidRight]This ruby has been in Rausten for[.][NL]generations. It is a valuable gem.[A][NL]I would be honored if[.][ToggleMouthMove]... [ToggleMouthMove]I would[.][NL]like for you to have it.[A][OpenMidLeft]What? No, I couldn't! It's[NL]far too precious to accept[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]No, I mean it. Please, accept[.][NL]this as a gift.[.][A][NL]Here.[.][A][NL]I won't allow you to refuse.[A][OpenMidLeft][ToggleSmile]L'Arachel[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Thank you. I will treasure it.[A][NL]I so wish I had something to give[.][NL]you in return[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]You needn't feel that way.[NL]Here, I've an idea[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Once we've put an end to all the[NL]monstrosities in our lands[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Invite me to Renais. Does this[NL]plan please you?[A][OpenMidLeft]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove]certainly. Of course.[.][A][OpenMidRight]Then we are agreed![.][A][NL]Now, you had better not[.][NL]go dying in battle on me.[.][A][NL]Not until then, at any rate.[NL]Do I have your word?[A][OpenMidLeft]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove]let us both live long[.][NL]enough to look back on this time.[.][A][NL]I am sure that, when we do look back,[.][NL]it will be as the best of friends.[A]}
|
|
MSG_0C5C {[ToggleSmile][OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][44][NL][OpenMidRight]Ah, Eirika.[.][A][NL]Shall we ride together a while?[.][A][OpenMidLeft]Tana, you seem well.[A][NL]And yes, I'd appreciate[.][NL]the company.[A][OpenMidRight][ToggleSmile]I feel I should apologize.[A][NL]I'm afraid I haven't been very[NL]much help to you, Eirika.[.][A][NL]To be honest, I'm still in training,[NL]and not quite battle-ready.[.][A][NL]Perhaps you'd fare better if I were[.][NL]not traveling with you[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]Tana, that's not true at all.[.][NL]You've been a great help to us.[.][A][NL]I have seen you in action. I know[.][NL]what I'm talking about.[.][A][OpenMidRight]Thank you, Eirika.[A][NL]Heh[.][ToggleMouthMove]... [ToggleMouthMove]I feel so foolish now.[A][OpenMidLeft]Why is that?[A][OpenMidRight]I look on you as a sister, Eirika.[A][NL]And yet, even though we're the same[.][NL]age, you seem so much more mature.[A][OpenMidLeft][ToggleSmile]Hardly[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]It is you who even gave me the[NL]courage to leave the castle.[A][NL]I wanted to be out on my own, like[NL]you, to pattern my life after yours.[A][NL]I'm simply glad that we are friends.[A][OpenMidLeft]Me too, Tana.[.][A][NL]I'm glad you came. You help[.][NL]to remind me of better times.[.][A]}
|
|
MSG_0C5D {[OpenMidLeft][LoadFace][44][NL][OpenMidLeft]Oh, Brother[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm going to get you[NL]for this, Brother[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][LoadFace][2][NL][OpenMidRight]What's wrong, Tana?[.][A][NL]Has something happened[NL]to Innes?[.][A][OpenMidLeft]My brother is so cruel![.][NL]Listen to what he said to me![.][A][NL]He told me that I was just in[.][NL]everyone's way[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]He said I should just go back[.][NL]home to Frelia[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Oh, dear[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I'm so depressed.[.][A][NL]He's always like that, too.[.][A][NL]He just makes fun of me and[.][NL]insults me and teases me.[.][A][NL]I hate him so much![.][A][OpenMidRight]Tana, your brother has a strange[NL]way of showing his concern[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But he IS concerned about you.[NL]You can see that, can't you?[A][OpenMidLeft]Yes, but[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Even my brother gets angry at me when I[.][NL]put myself at risk, even for a good cause.[A][NL]Your brother is harsh and rough of speech,[NL]but he doesn't want you to get hurt.[A][OpenMidLeft]Well[ToggleMouthMove]... [ToggleMouthMove]I suppose[.][NL]you're right.[.][A][OpenMidRight][ToggleSmile]Why don't we go speak with him later?[.][A][NL]I'll be right beside you.[.][A][ToggleSmile][OpenMidLeft]Ah[ToggleMouthMove]...[.][ToggleMouthMove]all right.[A][NL][ToggleSmile]But, Eirika[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I still envy you.[.][A][ToggleSmile][OpenMidRight]Me?[.][A][OpenMidLeft][ToggleSmile]You and Ephraim as so close[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You understand one another.[.][NL]It must be[ToggleMouthMove]...[.][ToggleMouthMove]so nice[.][ToggleSmile][A][NL]I wish my brother and I shared[NL]that kind of connection.[A][OpenMidRight]Well, we are twins, you know.[.][A][NL]I think that makes us slightly[NL]different from normal siblings.[.][A][OpenMidLeft][ToggleSmile]But you two never fight or[NL]anything, do you?[.][A][NL]How do you two maintain such[NL]a close relationship?[.][A][ToggleSmile][OpenMidRight]I[.][ToggleMouthMove]... [ToggleMouthMove]Well[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Isn't that normal for twins?[A]}
|
|
MSG_0C5E {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][44][NL][OpenMidRight]Eirika, are you all right?[A][OpenMidLeft][ToggleSmile]I am, thank you, Tana.[A][NL]I always feel better when[.][NL]you're around.[A][ToggleSmile][OpenMidRight]I've been wondering[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Eirika, do you think I've[.][NL]grown stronger?[.][A][NL]I mean, stronger than when I was[NL]cooped up in the castle at least?[.][A][OpenMidLeft][ToggleSmile]Yes, of course you have.[A][ToggleSmile][OpenMidRight]Really?[.][A][OpenMidLeft][ToggleSmile]Tana, you should have more[NL]confidence in your abilities.[.][A][NL]If I had to rely on my own blade[NL]alone, I would not survive.[.][A][NL]But with you around, I know I[.][NL]can keep fighting.[A][ToggleSmile][OpenMidRight]You think? I guess I'm[NL]still not sure.[.][A][NL][ToggleSmile]Still, it is nice to[NL]hear you say that.[A][NL]Eirika, we'll get through[.][NL]this, the two of us.[A][NL]And when we do, let's sit[.][NL]together and just relax.[A][ToggleSmile][ToggleSmile][OpenMidLeft]Sure, Tana.[.][A][NL]But first, we'll have to[NL]apologize to King Hayden.[.][A][OpenMidRight][ToggleSmile]Oh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Father[ToggleMouthMove]... [ToggleMouthMove]I wonder[NL]if he's still mad.[A][ToggleSmile][OpenMidLeft]Yes, you probably should.[.][A][OpenMidRight][ToggleSmile]Say, Eirika.[NL]Could you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]Of course[.][ToggleMouthMove]... [ToggleMouthMove]I understand.[.][A][NL]You and I will speak to him[.][NL]together. Don't you worry.[A]}
|
|
MSG_0C5F {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][15][NL][OpenMidRight]Eirika. I know this might[.][NL]seem sudden, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I've decided I must[.][NL]protect you for a while.[A][OpenMidLeft]What?[.][A][NL]What do you mean by that?[.][A][OpenMidRight]I was in a difficult situation[NL]at Carcino.[.][A][NL]I[.][ToggleMouthMove]...[.][ToggleMouthMove]must admit that I owe you[.][NL]much for your help that day.[A][OpenMidLeft]I[.][ToggleMouthMove]... [ToggleMouthMove]I see.[A][OpenMidRight]So now, I've decided to protect[.][NL]you in battle.[A][NL]I don't know how to say this,[.][NL]but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It is unacceptable that I[.][NL]remain indebted to you.[.][A][OpenMidLeft]Oh, you and your fool pride[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidRight]Regardless, you can count on me.[A][NL]No arrow can reach all enemies,[.][NL]but I guarantee your safety.[A][NL]Will you accept my oath?[A][OpenMidLeft]Er[ToggleMouthMove]... [ToggleMouthMove]Sure.[.][A][NL]I accept.[.][A][NL]Thank you,[NL]Prince Innes.[.][A][OpenMidRight]Follow me, then.[A][OpenMidLeft]Uh, wait a moment, Innes.[.][A][NL]You're an archer[ToggleMouthMove]... [ToggleMouthMove]Wouldn't it make[NL]more sense if you stayed behind me?[.][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A]}
|
|
MSG_0C60 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][15][NL][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]What are you doing?[.][A][OpenMidLeft]What is it now, Innes?[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]I told you I was going[NL]to protect you.[.][A][OpenMidLeft]Right.[A][OpenMidRight]And yet, whenever an enemy shows[NL]himself, you rush in and attack![A][NL][ToggleMouthMove]...[.][ToggleMouthMove]Everyone's going to think you're[NL]the one protecting me.[A][OpenMidLeft]Well, I can't help you with your[NL]image problems, Innes.[A][NL]You're an archer, while I have[NL]to fight up close.[A][OpenMidRight]That is unacceptable.[.][A][NL]I said that I would protect you,[NL]and I was being quite sincere.[A][OpenMidLeft]And I appreciate that.[A][NL]It's nice to know that, when[NL]I cross swords with the enemy,[A][NL]you're never far from me, with[NL]your bow close at hand.[.][A][OpenMidRight]Eirika[ToggleMouthMove]... [ToggleMouthMove]You are so kind[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You're so different from that[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]brother of yours.[.][A][OpenMidLeft]No, not as much as you think.[.][A][NL]Maybe you only see him as a[.][NL]warrior, as competition,[A][NL][ToggleSmile]but he is a fine and gentle[.][NL]man, capable of great compassion.[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]If you say so.[A][NL]I suppose I cannot doubt it[.][NL]if it comes from your lips.[.][A][OpenMidLeft][ToggleSmile]Prince Innes, please, try to[NL]befriend my brother.[A][NL]I know he would want this as well.[A][NL]I don't know why you dislike him. When[.][NL]I am alone with him, he is so kind.[.][A][ToggleSmile][OpenMidRight]Forgive me, but I can bear no more[NL]of this talk.[.][A][NL]When I see you look that way, I feel[NL]only jealousy for this Ephraim.[.][A][OpenMidLeft]What[ToggleMouthMove]--?[.][ToggleMouthMove][A][OpenMidRight]He is[.][ToggleMouthMove]...[.][ToggleMouthMove]a hard man to forgive.[A][NL]Perhaps there is only one[.][NL]way to settle this.[.][A][OpenMidLeft]Prince Innes[ToggleMouthMove]...?[ToggleMouthMove][A]}
|
|
MSG_0C61 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][15][NL][OpenMidRight]Eirika.[.][A][NL]Forgive the intrusion, but I[NL]must speak to you at once.[A][OpenMidLeft]Prince Innes?[.][NL]What is it?[.][A][OpenMidRight]First, just listen to me.[.][A][NL]Is there[ToggleMouthMove]...[.][ToggleMouthMove]anyone who lays[.][NL]claim to your heart?[A][OpenMidLeft]What?[.][A][NL]N-no[ToggleMouthMove]... [ToggleMouthMove]There's[.][NL]nobody like that.[.][A][OpenMidRight]I see. Then let me speak frankly.[.][A][NL]Eirika, it seems I have fallen in[.][NL]love with you.[A][OpenMidLeft]Wh-what!?[.][A][NL]This is no place for jokes, Innes![NL]Why would you say something like that?[A][OpenMidRight]This is no joke.[NL]I am absolutely serious.[A][NL]These feelings surprise me as[.][NL]well. I don't know what to do.[A][NL]Fighting at your side all this time,[NL]the emotion just exploded within me.[A][NL]I love you. I could not bear to[.][NL]see you in the arms of another.[.][A][OpenMidLeft]P-Prince Innes![.][A][NL]I[.][ToggleMouthMove]... [ToggleMouthMove]I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]No, Eirika.[.][NL]Do not answer now.[A][NL]I have not yet bested Ephraim. I have[.][NL]not earned the right to woo you.[A][OpenMidLeft]Wha[.][ToggleMouthMove]--? [ToggleMouthMove]Why are you bringing my[.][NL]brother into this?[A][OpenMidRight]With a man like him around, I can see[.][NL]why you show no interest in suitors.[A][NL]If I prove myself his superior, you[.][NL]will surely accept my hand.[.][A][NL]If I fail, I release any claim to[.][NL]your affection.[.][A][NL][ToggleSmile]But I swear it on the depth of my[.][NL]love that I will destroy that man.[A][NL]Eirika, I will expect your answer then.[.][A][NL]That's all I have to say.[.][A][ToggleSmile][OpenMidRight][ClearFace][.......][OpenMidLeft]Innes![A][NL]What an[.][ToggleMouthMove]...[.][ToggleMouthMove]infuriating man![A][NL]Why does he have to be so[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0C62 {[OpenMidRight][LoadFace][23][NL][OpenMidRight]Aaaah[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][LoadFace][2][NL][OpenMidLeft]Forde, you're looking[.][NL]in rare form today.[.][A][OpenMidRight][LoadFace][22][NL][ToggleSmile][OpenMidRight]Ah, Princess! Yes, I'm trying[.][NL]not to overextend myself today.[.][A][NL]I see you're looking well, too.[.][A][NL][ToggleSmile]Except for[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft][ToggleSmile]Yes, Forde?[.][.....][NL]What is it?[.][A][ToggleSmile][OpenMidRight]Well[ToggleMouthMove]... [ToggleMouthMove]I was just thinking[.][NL]about something[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Princess, do you find that your armor[.][NL]leaves a bit too much[.][ToggleMouthMove]...[.][ToggleMouthMove]exposed?[A][OpenMidLeft]I beg your pardon?[A][OpenMidRight]You know, too exposed. Especially around[NL]the[.][ToggleMouthMove]...[.][ToggleMouthMove]er[ToggleMouthMove]...[.][ToggleMouthMove]midriff, if you will.[.][A][NL]Aren't you worried that, in the heat[NL]of battle, it might, eh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Fly up like this?[.][A][OpenMidRight][MoveMidRight][OpenMidRight][ToggleSmile]Augh![.][.....][NL]Oh[ToggleMouthMove]... [ToggleMouthMove]Uh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You were[ToggleMouthMove]...[.][ToggleMouthMove]just joking. Wow.[.][NL]Don't scare me like that![.][A][ToggleSmile][OpenMidLeft]Oh, I'm sorry. That must have[.][NL]seemed rather unladylike.[.][A][NL]Honestly, though, I do rather[.][NL]like this armor.[A][NL]It's very easy to move around in.[.][A][NL]I think that freedom of movement is[.][NL]far more important to me in combat.[.][A][OpenMidRight]Well, sure. I guess everyone has[NL]his own preference.[.][A][NL]I've gotten many long years of use[NL]from my armor.[A][OpenMidLeft]I can imagine.[A][NL][ToggleSmile]Now that I look at it, I can see[NL]all the scars from all your fights.[.][A][ToggleSmile][ToggleSmile][OpenMidRight]A knight's greatest pride are the scars[.][NL]his armor bears for him.[A][NL]This battered shell of mine is the only[.][NL]true badge of valor[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]The only real sign that I've weathered[NL]blade and arrow for king and country.[.][A][OpenMidLeft]Forde[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Oh, and[.][ToggleMouthMove]... [ToggleMouthMove]Well, in my case[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Some of these dents are from me falling[.][NL]off my horse. Heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Oh, and some come from falling asleep in[NL]my armor and rolling onto my weapons.[.][A][NL]Kind of a lot of them, actually.[NL]Heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][ToggleSmile][OpenMidLeft]You stood by my brother when he[.][NL]and I were separated, didn't you?[.][A][NL]I never got a chance to thank you.[A][OpenMidRight]Oh, it was nothing. Really.[.][A][NL]To be fair, Ephraim probably saved[NL]my hide more often than I his.[A][OpenMidLeft]I doubt that. My brother rushes into[NL]battle without thought for consequence.[.][A][NL]I think, if nothing else, you restrained[NL]his natural recklessness.[.][A][NL]I owe you a debt. Both you and Kyle.[A][OpenMidRight]Princess Eirika[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Forde, Renais thanks you. May[.][NL]you always stand beside us.[.][A][OpenMidRight]At your service, Princess.[A]}
|
|
MSG_0C63 {[ToggleSmile][OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][22][NL][OpenMidRight]Princess Eirika! Good to see you.[.][A][OpenMidLeft]Ah, Forde. Yes, it's good to have[.][NL]you fighting at my side again.[A][NL]It's only because of your skill[.][NL]that I'm fighting here today.[.][A][OpenMidRight]Well, we all seem to be deep[NL]in this fight, milady[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Yes, there's no pulling back now.[.][A][OpenMidRight]So it would seem. My lady, leave[NL]the fighting to us soldiers.[A][NL]Even if there be an unholy hail of arrows,[NL]we would ride into them for your sake.[A][OpenMidLeft]Ha ha[.][ToggleMouthMove]...[.][ToggleMouthMove][.....] Why, thank you, sir knight![A][CloseSpeechSlow][......][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Say, Forde.[.][A][OpenMidRight]Yes?[A][OpenMidLeft]What will you do when all[.][NL]this fighting is over?[A][OpenMidRight]When the fighting is over?[.....][NL]Hm[ToggleMouthMove]... [ToggleMouthMove]Good question.[A][NL]Well[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I suppose I'll return to Renais[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]and take a very, very long nap.[.][A][OpenMidLeft]That does sound like you.[.][NL]And then?[.][A][OpenMidRight]Then? I would like to return[NL]to my painting, I think.[A][OpenMidLeft]You paint?[A][OpenMidRight]Yes, milady. I paint.[.][A][NL]In the past, I've tried to be quiet[.][NL]about this little hobby of mine.[A][NL]However, quite a few of our group[.][NL]have unearthed my hidden secret.[A][OpenMidLeft]Is that so? Well, I'd love to[.][NL]view your work sometime.[A][OpenMidRight]Ah, I'd be honored.[.][A][NL]It's hardly worthy of such an audience,[.][NL]but I'd be glad to show it to you.[A][OpenMidLeft]I look forward to it.[.][A][NL]Oh![.][.....][NL]And[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Yes?[A][OpenMidLeft]Would you ever consider[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]doing a portrait of me?[.][A][OpenMidRight][ToggleSmile]I'm sorry?[A][ToggleSmile][OpenMidLeft]Is that distasteful to you?[.][A][OpenMidRight][ToggleSmile]No! No[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It's just that I so[.][NL]rarely do portraits.[A][ToggleSmile][OpenMidLeft]So, it would be a bother?[.][A][OpenMidRight]Not at all! A bother? Really.[.][A][NL]This request comes from my princess.[NL]I'd be more than happy to.[A][OpenMidLeft]Thank you, Forde.[.][A]}
|
|
MSG_0C64 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][22][NL][ToggleSmile][OpenMidRight]Princess Eirika.[A][OpenMidLeft]Forde.[A][OpenMidRight]You asked me earlier what I would[.][NL]do when all this fighting ended[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I remember[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Well, I should have asked you, too.[.][A][NL]What will you do when this fighting ends?[.][A][OpenMidLeft][ToggleSmile]Me?[.][A][ToggleSmile][OpenMidRight]Yes.[A][OpenMidLeft]I[.][ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'd like to restore Renais and bring[NL]happiness back to her people.[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Princess Eirika[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]It is not enough that this war[NL]end[.][ToggleMouthMove]...[.][ToggleMouthMove]that we go home again.[A][NL]It's not enough that my brother[.][NL]become king.[A][NL]These things aren't enough to[.][NL]make a good country.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][.....][OpenMidLeft]People deserve happiness. They are[NL]the reason that we rule.[A][NL]Without the people, there can be[NL]no Renais.[A][OpenMidRight]To live happily, to be proud[NL]of our nation[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]To restore the happiness[NL]of her people[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]Yes, that is my dream now.[A][NL]It is an abstract goal, and [NL]perhaps a little vague, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]No, not at all![.][A][OpenMidLeft]How so?[.][A][OpenMidRight]I mean, rebuilding a country, now[.][NL]THAT is an abstract goal.[.][A][NL]But what you've described, that[.][NL]is a wonderful ambition.[A][NL]I've never been so proud to[.][NL]serve the kingdom of Renais.[A][OpenMidLeft]Forde[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I've come to a decision![NL][ToggleSmile]I know I've already sworn an oath, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I want to renew that vow. Please, let[.][NL]me help make your dream come true![A][NL]I'll do anything I can to help you[ToggleMouthMove]...[.][ToggleMouthMove]as[NL]long as it doesn't require heavy lifting.[.][A][ToggleSmile][ToggleSmile][OpenMidLeft]Thank you[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I'm very grateful to you, Forde.[A][NL]It feels like this war might never end,[.][NL]and our people give in to despair quickly.[A][NL]But thanks to people like you, who smile[NL]in the face of sorrow, they can be saved.[.][A][OpenMidRight]Oh, no. You make too much of it.[NL]I'm nothing special.[A][NL]I simply cannot allow myself to worry[.][NL]when there's fighting to be done.[.][A][NL]You're the special one. You have such[.][NL]a profound effect on us all.[A][OpenMidLeft][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]Me? How so?[.][A][ToggleSmile][OpenMidRight]It is because of you that we can go on.[.][A][NL]You and the prince are here, risking[NL]your lives for the cause.[.][A][NL]Your guidance, your leadership[ToggleMouthMove]... [ToggleMouthMove]It[NL]gives us a reason to live as well.[A][OpenMidLeft][ToggleSmile]A reason[ToggleMouthMove]...[.][ToggleMouthMove]to live?[A][ToggleSmile][OpenMidRight]Yes[.][ToggleMouthMove]... [ToggleMouthMove]To restore that radiant[.][NL]smile to your own lovely face.[A][OpenMidLeft][ToggleSmile]Oh![.][A][ToggleSmile][OpenMidRight]I fight to see you smile again, to[NL]drive the worry from your face.[.][A][NL]If I can do that, then I will be more[.][NL]than happy to paint your portrait.[A][OpenMidLeft]Forde[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]We'll do it together. Every day is[NL]another step closer to the end of war.[A][NL]One step closer to making your dream[NL]come true.[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Agreed![.][A]}
|
|
MSG_0C65 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][32][NL][OpenMidLeft][ToggleSmile]Master Saleh![.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Master?[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][.......][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]Oh, I'm sorry, Princess Eirika.[.][A][OpenMidLeft][ToggleSmile]It's all right.[.][NL]Were you[ToggleMouthMove]...[.][ToggleMouthMove]praying?[A][ToggleSmile][OpenMidRight]Not exactly. It's[.][NL]called Valega.[A][OpenMidLeft]Valega?[.][A][OpenMidRight]Yes.[A][OpenMidLeft]What is it?[.][A][NL]Is it something to do with[NL]Caer Pelyn's cultural history?[A][OpenMidRight]Yes, in a sense. Think of it as[.][NL]a kind of wish. A very pure wish.[.][A][NL]It is a wish that expands far[.][NL]beyond individual desire.[.][A][OpenMidLeft]I see. I don't claim to understand, but[.][NL][ToggleSmile]it sounds very interesting.[.][A][NL]If you don't mind, I'd like to[NL]hear more about it later.[.][A][ToggleSmile][OpenMidRight]If you like.[A][OpenMidLeft][ToggleSmile]Yes, I would.[.][A][ToggleSmile]}
|
|
MSG_0C66 {[ToggleSmile][OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][32][NL][OpenMidLeft]Master Saleh.[.][A][OpenMidRight][ToggleSmile]Princess.[.][A][ToggleSmile][OpenMidLeft]What you were telling me about[NL]Valega was most enlightening.[.][A][NL]It sounds as though you align your[NL]desires with the world around you.[A][NL]By knowing the vastness of creation[.][NL]around you, you come to know yourself.[A][NL]And then, by transcending your selfish[NL]needs, you wish for a better world.[.][A][NL]What you told me, it helped me rediscover[.][NL]the importance of that unselfish wish.[A][NL]It's the reason for the war we fight[NL]now[.][ToggleMouthMove]... [ToggleMouthMove]The dream of a better world.[A][NL]Because of your Valega, my own[NL]conviction was renewed.[.][A][OpenMidRight][ToggleSmile]Ahhh. I'm glad to hear that.[NL][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Princess Eirika, you remind me of[.][NL]the warrior princess, Nada Kuya.[A][ToggleSmile][ToggleSmile][OpenMidLeft]Nada Kuya?[A][OpenMidRight]She's one of Caer Pelyn's[.][NL]ancient heroes.[.][A][OpenMidLeft]I'd like to hear about her.[.][A][OpenMidRight]I've been told she was a strong[.][NL]woman, beautiful and proud.[.][A][NL]She spoke with the voice of nature,[.][NL]and she lived at one with the earth.[A][OpenMidLeft]But you called her a battle princess[ToggleMouthMove]...?[ToggleMouthMove][A][OpenMidRight]Well, in ancient times, Caer Pelyn[NL]was invaded by a foreign nation.[A][OpenMidLeft]Really?[.][A][OpenMidRight]And leading the charge against the[NL]invaders was Nada Kuya.[.][A][NL]She carried a narrow sword made from a[NL]fang gifted to her by the dragonkin.[A][NL]With her dragon blade in her hand,[NL]she drove Caer Pelyn's enemies away.[A][OpenMidLeft]Wow[.][ToggleMouthMove]... [ToggleMouthMove]Quite a story.[.....][NL]And you think I[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidRight]Yes. You remind me of her.[A][OpenMidLeft]No, no[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]When Grado invaded Renais, I was[NL]paralyzed. I couldn't do anything.[A][NL]It is only because of the sacrifices[NL]of others that I could even escape.[.][A][OpenMidRight]But now, you are here. With[.][NL]your strength, courage, and dignity.[A][OpenMidLeft]Master Saleh[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]If you achieve victory, the[.][NL]legend will become reality.[.][A][NL]You will become the Nada Kuya[.][NL]of this age.[A][OpenMidLeft]I see[.][ToggleMouthMove]...[.][ToggleMouthMove][ToggleSmile] Yes, I see![A][NL]I have a reason to fight.[.][NL]I have things to protect.[.][A][NL]I fight for the future. The future[NL]of Renais, the future of my people.[.][A][NL]Thank you, Master Saleh.[A][NL]Your stories always give me the[.][NL]courage to fight on.[A][ToggleSmile][ToggleSmile][OpenMidRight]I'm glad to hear that.[A][OpenMidLeft]I pray your wisdom guides[.][NL]us through this war.[A][OpenMidRight]I will do what I can.[.][A]}
|
|
MSG_0C67 {[OpenMidLeft][LoadFace][2][NL][OpenMidRight][LoadFace][32][NL][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]What troubles you, Princess Eirika?[.][A][OpenMidLeft][ToggleSmile]Oh, Master Saleh.[.][A][NL]No, nothing. My mind was[NL]somewhere else[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Oh, and in the middle of[NL]a battle[ToggleMouthMove]... [ToggleMouthMove]I'm sorry.[A][ToggleSmile][OpenMidRight]Don't be sorry.[.][A][NL]I am not going to judge you[.][NL]for how you think or act.[.][A][OpenMidLeft][ToggleSmile]Thank you.[A][NL][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]I was just remembering my home.[.][A][NL]I was thinking about the last[.][NL]time Renais was at peace.[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]There were the most beautiful[.][NL]mountains, the clearest rivers[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]The scent of wildflowers filled the[.][NL]air. The sky was clear and bright.[A][NL]This was before war scarred the[.][NL]hills and scorched the skies.[.][A][NL]It was a wonderful place. Every day[.][NL]was filled with hope and possibility.[.][A][NL]My brother and I would go hunting[.][NL]with Prince Lyon.[.][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]I would make lunches for us. Ephraim[NL]would tease, but Lyon was happy.[A][NL2][NL]I[.][ToggleMouthMove]... [ToggleMouthMove]I miss that time so very much.[A][ToggleSmile][OpenMidRight]Princess Eirika[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]I give you my word that you will once[.][NL]again see the Renais you love restored.[.][A][OpenMidLeft]Master Saleh[ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]I do hope so.[.][A][NL]But first, you and I must concentrate[.][NL]on the battle at hand. We must win.[.][A][NL]Thank you, Master Saleh.[A][NL2][NL]Your homeland, Caer Pelyn, was also[.][NL]a most beautiful place.[.][A][ToggleSmile][ToggleSmile][OpenMidRight]We had nothing special. But, because of[.][NL]that, we had[ToggleMouthMove]...[.][ToggleMouthMove]everything.[.][A][OpenMidLeft]I didn't understand that before.[A][NL]Now, I think I know what you mean.[A][OpenMidRight]I am glad.[A][OpenMidLeft]When we have to fight no more, please,[NL]let me visit you in Caer Pelyn.[.][A][NL]I would like to know more about your[NL]home. About Valega and Nada Kuya.[.][A][OpenMidRight]You are welcome anytime. Caer Pelyn[.][NL]and I will welcome you with open arms.[A]}
|
|
MSG_0C68 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][24][NL][OpenMidRight]Prince Ephraim![.][A][OpenMidLeft]Kyle, what's the matter?[A][OpenMidRight]Prince Ephraim[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You charged at the enemy line[.][NL]after you were injured, didn't you?[.][A][OpenMidLeft]Oh, that? That was nothing.[.][NL]Don't worry about it.[.][A][OpenMidRight]It's not the injury I'm worried about. You're[.][NL]not supposed to do things like that![A][OpenMidLeft]If I retreat at the first scratch,[NL]command will fall apart.[A][OpenMidRight]My lord, you are the future of[NL]Renais, the commander of this army.[.][A][NL]If something were to happen to you,[.][NL]morale would be shattered.[A][NL]We would lose this war. All because[.][NL]of your misplaced pride.[A][OpenMidLeft]Fine, Kyle. I'll hang back and[NL]let you knights lead the charge.[A][NL]But I don't have time to talk[.][NL]about this now. I'm leaving.[A][OpenMidLeft][ClearFace][......][OpenMidRight]He says he's going to stop being[NL]so reckless, but I know better.[.][A][NL]I have to stop him before[.][NL]he gets himself killed[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0C69 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][24][NL][OpenMidRight]Do you remember what we agreed to[.][NL]last time we talked, Prince Ephraim?[A][OpenMidLeft]Sigh. High command must remain behind[.][NL]the vanguard and let the soldiers fight.[A][NL]And if he tries to take the van, any[NL]unit, regardless of rank, may stop him.[.][A][OpenMidRight]Yes, exactly. So you[NL]do remember it.[.][A][OpenMidLeft]And now, every time I try to lead[.][NL]the charge, my own men stop me![.][A][NL]They waste themselves worrying about[NL]my safety when their own is at risk.[A][NL]Look, I agreed to your plan at the[NL]time, but this is just ridiculous.[A][NL]I'm going to revoke the order.[A][OpenMidRight]No, Prince! I know I've told you[NL]this before[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But you have to remember, you're[NL]the future of Renais[ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft]And if we fail because I do not[.][NL]join the battle, we have no future![.][A][NL]I do know I bear much responsibility,[.][NL]but I simply must revoke the command.[.][A][OpenMidRight]I'm sorry, Prince Ephraim, but I[NL]can't allow you to do that.[.][A][NL]I'm going back to the fight. Make[.][NL]sure you hang back, sire. Go on.[A][OpenMidRight][ClearFace][......][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Sigh[ToggleMouthMove]... [ToggleMouthMove]That blasted Kyle.[A][NL2][NL]I know that he's simply concerned[.][NL]about me.[.][A][NL][ToggleSmile]Come to think of it, he's always[NL]been like that.[.][A][NL]I can't recall a moment when he HASN'T[NL]been overly worried about me.[.][A][NL][ToggleSmile]But that order really needs to go.[A]}
|
|
MSG_0C6A {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][24][NL][OpenMidRight]My lord prince[ToggleMouthMove]...[.][ToggleMouthMove][NL]I must apologize.[.][A][OpenMidLeft]Why is that, Kyle? What do[NL]you need to apologize for?[A][OpenMidRight]The other day, I was injured on[.][NL]the battlefield.[A][NL]You raced to my side without a[NL]moment's hesitation.[A][NL]As I lost consciousness, I heard[NL]you say something I won't forget.[.][A][NL][LQuote]Treat this man as you would my own[.][NL]brother. Help him, regardless of cost.[RQuote][.][A][OpenMidLeft]And why must you apologize for that?[A][OpenMidRight]I ought to have been the one riding[.][NL]to your aid, my lord.[.][A][NL]And that you would consider a lowborn[.][NL]knight like myself a brother[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]All these years, I've thought of myself[.][NL]as nothing but a loyal retainer.[A][NL]I failed to understand that our[.][NL]bond runs deeper.[.][A][OpenMidLeft][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]Since I was a child, you've[.][NL]taught me how to be a warrior.[A][NL]A prince is raised to be detached.[NL]Distant. To rule the people from above.[.][A][NL]I could not afford to feel any real[.][NL]affection for anyone. Just Seth, Forde[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]And you, Kyle.[NL]You were the only ones.[.][A][NL]I realize that much separates us,[.][NL]but I still consider you family.[A][NL]Although[ToggleMouthMove]...[.][ToggleMouthMove]you do worry about me too much.[.][NL]And you have to stop snapping at me.[A][ToggleSmile][OpenMidRight]Prince Ephraim, when I was injured the[NL]other day, I came to a realization.[.][A][NL]I was wrong. The decision I made you[NL]agree to the other day was wrong.[.][A][NL]You belong on the front lines, like[.][NL]any of the noble warriors of Renais.[A][NL]It will do the men's morale good to[.][NL]see you fighting at their side.[.][A][NL][ToggleSmile]From now on, fight as you must![.][A][NL]I will be beside you, and I will[NL]protect you as you fight at our side.[.][A][ToggleSmile][ToggleSmile][OpenMidLeft]Thank you, Kyle. I was so caught in[.][NL]my worry that I couldn't fight well.[A][NL]And I will make a concession to[.][NL]you as well.[A][NL]I will not be so reckless anymore.[NL]I know I have an important position.[A][NL]Are we in agreement, Kyle?[A][OpenMidRight]We are, my lord.[NL]Let's ride on together![.][A][OpenMidLeft]Sounds good. Kyle[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Don't fall behind![A][OpenMidRight]Yes, sire![A]}
|
|
MSG_0C6B {[OpenMidRight][LoadFace][22][NL][.......][OpenMidLeft][LoadFace][20][NL][OpenMidRight][MoveMidRight][......][OpenMidLeft]Hey, Forde[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Yes?[.....][NL][ToggleSmile]Oh! What is it, Prince Ephraim?[.][A][ToggleSmile][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]What are you hiding?[A][OpenMidRight][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]What are you talking about? We are[NL]in the middle of a battle, you know.[A][NL]Pay less attention to me and more[.][NL]to our enemies![.][A][ToggleSmile][OpenMidLeft]No, no, Forde. Give it up.[NL]Come on[.][ToggleMouthMove]--[ToggleMouthMove]let me see it.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Fine.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]What is that?[.][NL]Is that a painting?[.][A][OpenMidRight][ToggleSmile]This? No, no[ToggleMouthMove]... [ToggleMouthMove]No, it's[NL]a topographic map! Yes.[.][A][NL]For strategy. We need to plot[.][NL]out our strategy, don't we?[.][A][NL]During battles, I like to look at[.][NL]this map and analyze enemy lines[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]But[.][ToggleMouthMove]...[.][ToggleMouthMove]that's clearly a[NL]landscape painting.[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Did you paint this?[.][A][OpenMidRight][ToggleSmile]Er[ToggleMouthMove]... [ToggleMouthMove]Yes. A long time ago.[.][A][ToggleSmile][ToggleSmile][OpenMidLeft]This is impressive, Forde. You're good[NL]with both a sword and a brush![A][NL]You know, when Eirika and I were young,[.][NL]we'd sneak out for long horse rides.[A][NL]We used to watch the sunset sink behind[.][NL]the mountains while we talked for hours.[A][NL]Your painting reminds me of those days.[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]Prince Ephraim[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]But[.][ToggleMouthMove]...[.][ToggleMouthMove]during a battle probably isn't[NL]the right place to indulge your hobby.[A][NL]What if something happened to you?[A][ToggleSmile][ToggleSmile][OpenMidRight][ToggleSmile]I'm no fool, Prince Ephraim. I always[.][NL]stay alert on the battlefield.[A][NL]I'll cut down any enemy that crosses[NL]my path. Well, Prince[.][ToggleMouthMove]... [ToggleMouthMove]Good luck![A][ToggleSmile][OpenMidRight][ClearFace][.......][OpenMidLeft][ToggleSmile]Heh[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]You're all talk.[A][ToggleSmile]}
|
|
MSG_0C6C {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][22][NL][OpenMidLeft]So, Forde[.][ToggleMouthMove]... [ToggleMouthMove]Not goofing[.][NL]around today, are you?[A][ToggleSmile][OpenMidRight]Of course not! I never fool around[NL]in a battle.[A][OpenMidLeft][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]Yes, but only in battle.[A][NL]Next to Franz, you seem like[NL]you're always half asleep.[A][ToggleSmile][OpenMidRight]You surely understand how difficult it[NL]is to be compared with one's siblings.[A][NL]Next to you, the princess seems so[NL]kind and thoughtful. And caring, too![.][A][OpenMidLeft][ToggleSmile]I see your point. Yes, it's rough[.][NL]being held to your sibling's standards.[.][A][ToggleSmile][OpenMidRight]Isn't it, though? So let's stop all[.][NL]this and get back to the fighting.[A][OpenMidLeft][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]Although[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight][ToggleSmile]Hm?[.][.....][NL]What is it, Prince Ephraim?[.][A][ToggleSmile][OpenMidLeft][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]Eirika has never been far[.][NL]from my side[ToggleMouthMove]--[ToggleMouthMove]in good times and bad.[A][NL]Without her[.][ToggleMouthMove]...[.][ToggleMouthMove]I'm not sure I could[NL]lead my people back from this disaster.[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]I think I understand what you[.][NL]mean, Prince.[.][A][NL]When we lost our parents, I was shattered.[NL]Franz helped me get back on my feet.[A][NL]If I didn't have his help then, I don't[.][NL]know where I'd be today[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]We are who we are now because they[NL]have always stood by us.[A][NL][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]Let's end this war quickly, Forde.[NL]For them. Especially for them.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Yes.[A]}
|
|
MSG_0C6D {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][22][NL][OpenMidLeft]How are you doing, Forde?[.][A][ToggleSmile][OpenMidRight]Me? Oh, I'm fine as long as I've[NL]got a sword in my hand.[.][A][OpenMidLeft][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]Oh, by the way, Forde.[A][NL]When you have some time, would you[NL][ToggleSmile]show me your painting again?[A][OpenMidRight]You'd like to see it? Why[.][NL]the sudden interest, Prince?[A][OpenMidLeft][ToggleSmile]The scene you painted, it's the[.][NL]Renais we once knew[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Those magnificent fields and tranquil[.][NL]farming villages[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]When I look at it, I can forget, for[NL]a second, that we're on a battlefield.[A][NL][ToggleSmile]I want to restore the Renais you painted.[.][A][NL]I want to restore these landscapes that[.][NL]fill me with joy looking at them.[.][A][NL]I wanted to see the painting again so[.][NL]that I could carry it with me in my heart.[A][ToggleSmile][OpenMidRight]If you like it, Prince Ephraim, I'd[.][NL]be honored if you would take it.[A][OpenMidLeft][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]Really? Are you sure, Forde?[A][ToggleSmile][OpenMidRight]Yes, of course. Please take it.[.][A][OpenMidLeft]Thank you, Forde! It is truly beautiful.[NL][ToggleMouthMove]...[.][ToggleMouthMove]Did you study painting?[.][A][OpenMidRight]No. I just[ToggleMouthMove]... [ToggleMouthMove]When we were young,[.][NL]I would paint for Franz.[A][NL][ToggleMouthMove]...[.][ToggleMouthMove]Our father spent much time away, and[NL]Franz wept every night, missing him.[A][NL]But I was just a child, too. I didn't[.][NL]know how to make him stop crying.[.][A][NL]One day, I showed him a drawing that[NL]I'd made of our parents[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]And Franz stopped crying. I've been[.][NL]painting ever since[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]I see[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]I've a thought[ToggleMouthMove]... [ToggleMouthMove]In exchange for this[NL]painting, there's something you can do.[.][A][OpenMidLeft][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]What is it, Forde?[A][ToggleSmile][OpenMidRight]Once you've achieved your goal, once you've[.][NL]restored Renais to the way it was[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Can I have a vacation?[A][OpenMidLeft]Is rest all you ever think about? If[NL]you want that vacation, earn it![A][OpenMidRight]Right, right. [ToggleSmile]I'll just keep risking[NL]my life protecting you then, Ephraim.[.][A][ToggleSmile][OpenMidLeft]You do that. I'm counting[.][NL]on you, Forde.[A]}
|
|
MSG_0C6E {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][38][NL][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Ephraim.[A][OpenMidLeft][ToggleSmile]Myrrh! I'm happy to see you.[A][NL]You're still so young. Don't push[.][NL]yourself too hard today, all right?[.][A][ToggleSmile][OpenMidRight]I won't[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I have a favor to ask.[NL]Do you have time for me?[A][OpenMidLeft]What is it, Myrrh?[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]Don't be nervous, Myrrh.[NL]You can ask me anything.[A][ToggleSmile][OpenMidRight]Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]May I call you[ToggleMouthMove]...[.][ToggleMouthMove][NL][LQuote]brother[RQuote]?[A][OpenMidLeft]Wha[.][ToggleMouthMove]... [ToggleMouthMove]What?[.][A][NL]Myrrh[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]What's come over you?[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]I was watching you and[NL]Eirika together.[A][NL]You looked so close.[A][OpenMidLeft]Of course we're close. She is[.][NL]my sister, after all.[.][A][OpenMidRight]I envy her.[.][A][NL]I[.][ToggleMouthMove]...[.][ToggleMouthMove]wish that I had[.][NL]a brother like you.[.][A][NL]That's why I ask[ToggleMouthMove]...[.][ToggleMouthMove][NL]Even if just for this journey[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Please be my brother.[.][A][OpenMidLeft]I don't know what to say[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I wasn't expecting you to[.][NL]ask anything like that[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]No[ToggleMouthMove]...?[ToggleMouthMove][A][NL]I'm sorry. I should[.][NL]not have asked[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Oh[ToggleMouthMove]... [ToggleMouthMove]No, Myrrh[.][ToggleMouthMove]... [ToggleMouthMove]Wait.[.][A][NL][ToggleSmile]I'm not saying no.[A][ToggleSmile][OpenMidRight]So, it's all right?[.][A][OpenMidLeft]Uhhh[ToggleMouthMove]... [ToggleMouthMove]Sure.[.][A][NL][ToggleSmile]Of course.[......][NL]If it will make you happy.[A][ToggleSmile][OpenMidRight][ToggleSmile]Yes[.][ToggleMouthMove]... [ToggleMouthMove]It does.[A][NL]I'll come speak with you[NL]again soon[ToggleMouthMove]...[.][ToggleMouthMove]Brother.[A][ToggleSmile][OpenMidRight][ClearFace][......][OpenMidLeft]Oh, my[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Eirika[ToggleMouthMove]... [ToggleMouthMove]Myrrh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]How can I say no to that look?[A][NL]I guess sisters are my weakness.[A]}
|
|
MSG_0C6F {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][38][NL][OpenMidRight][ToggleSmile]Hello[.][ToggleMouthMove]...[.][ToggleMouthMove]Big Brother.[A][ToggleSmile][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Myrrh, don't you find that[NL]to be a little awkward?[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Is it?[A][OpenMidLeft]I mean[ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]You're a dragon, correct?[.][A][NL]And if I'm right, you're also[.][NL]far older than I am[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight][ToggleSmile]That's correct[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]So, should I be your big sister?[A][ToggleSmile][OpenMidLeft][ToggleSmile]Well, that doesn't seem right, either.[A][NL]You look so much younger than[.][NL]I do. That would be odd[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]I am[ToggleMouthMove]...[.][ToggleMouthMove]very old.[.][A][NL]Perhaps [LQuote]mother[RQuote]?[.][NL]I[.][ToggleMouthMove]...[.][ToggleMouthMove]don't like [LQuote]grandmother.[RQuote][.][A][OpenMidLeft][CloseEyes][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Let's not dwell on this.[NL][LQuote]Sister[RQuote] will be fine.[A][NL][OpenMidLeft][OpenEyes][OpenMidLeft]Well. Did you have something[NL]you wanted to ask me?[.][A][ToggleSmile][OpenMidRight]I did[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You see, Brother, I have[NL]a favor to ask of you.[A][OpenMidLeft]Yes?[A][OpenMidRight]In the forest[.][ToggleMouthMove]...[.][ToggleMouthMove]I was always[NL]with my father.[.][A][NL]Even when I slept, he was there,[NL]watching over me.[.][A][OpenMidLeft]Yes?[A][OpenMidRight]So[ToggleMouthMove]...[.][ToggleMouthMove]Brother.[A][NL]Would you[.][ToggleMouthMove]...[.][ToggleMouthMove]stay with me at[.][NL]night and watch over me?[A][OpenMidLeft][ToggleSmile]No![.][A][NL][ToggleSmile]Myrrh, I understand your insecurity,[NL]but this simply is not acceptable.[A][NL]Especially when we are on the march.[A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Oh, don't look so sad.[A][NL2][NL][ToggleSmile]When you see Eirika next,[.][NL]why don't you ask her?[A][NL]I'm sure she will agree.[A][NL]If you and I are brother and sister, then[.][NL]surely you and she are sisters, too.[A][NL]How does that sound?[A][ToggleSmile][ToggleSmile][OpenMidRight]Yes[.][ToggleMouthMove]... [ToggleMouthMove]I'll do that.[.][A][NL]Thank you, Brother.[.][A]}
|
|
MSG_0C70 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][38][NL][OpenMidLeft]Hey, Myrrh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]When this war is over[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]What will you do?[.][A][NL]Have you thought about[NL]where you will go?[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I've lived in Darkling Woods[NL]ever since I was a child.[.][A][NL]I think that I shall spend[NL]the rest of my life there.[A][OpenMidLeft]On your own?[A][NL]Do you have anyone waiting[NL]for you in the forest?[A][OpenMidRight]I[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I am on my own now.[.][A][NL]But you need not worry.[.][NL]I am a dragon, after all.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I've been thinking, Myrrh.[A][NL]If you would like, you can[NL]live with us in Renais.[.][A][OpenMidRight]What?[.][A][OpenMidLeft]When this war is over[.][ToggleMouthMove]... [ToggleMouthMove]When[NL]we restore peace to Magvel[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Eirika and I will be going back[.][NL]to Renais to lead our people.[.][A][NL]Would you like to live in the[.][NL]castle? With us?[A][OpenMidRight]Oh, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I would not want to[.][NL]inconvenience you.[A][OpenMidLeft][ToggleSmile]It's nothing you need worry about.[NL]Castle Renais is a vast place.[A][NL]I'm sure we could spare a room for[NL]a small girl like you.[A][NL]And besides, you are my sister, right?[A][NL]Family should stay together,[NL]don't you think?[A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove]you must not forget[.][NL]that I am a dragon.[.][A][NL]I must think about it.[A][NL]I would love to, but[ToggleMouthMove]...[.][ToggleMouthMove][NL]perhaps I shouldn't, and so[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I must think about it.[A][OpenMidLeft]As you wish.[A][OpenMidRight][ToggleSmile]But[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Thank you for the offer.[NL]It makes me very happy.[.][A][NL]Thank you, Brother.[.][A][ToggleSmile]}
|
|
MSG_0C71 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][34][NL][OpenMidRight]Oh, Ephraim![A][NL]Why are you here? Do you[NL]not have somewhere to be?[.][A][OpenMidLeft]I'm sorry?[.....][NL]What do you mean?[.][A][OpenMidRight]Why don't you go fight someone or[.][NL]break down a wall or something?[.][A][OpenMidLeft]We all have our roles to play in this[.][NL]battle. I'm waiting for the right moment.[.][A][OpenMidRight]Are you speaking honestly with me?[A][NL]Are you not simply making an excuse so[NL]that you have time to chat with me?[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]There's no glory in dragging[NL]out a war without good reason.[A][OpenMidRight]It does me good to hear that.[.][A][NL]If you or any of your good men are[NL]injured, come to me at once.[A][NL]I'll wait for you here, and I'll[NL]heal your wounds swiftly.[.][A][ToggleSmile][OpenMidLeft]Yes, well, that's why you're here,[NL]isn't it? We're counting on you.[A][NL]We fight with confidence only[.][NL]because we have your healing skills.[A][OpenMidRight]Naturally![A][NL]And today, I will serve you as[NL]well as I can, as always.[.][A][NL]Watch for me![.][A][OpenMidRight][ClearFace][.......][OpenMidLeft][ToggleSmile]She seems so reliable[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]and SO assertive![.][A][NL]Are women of Rausten [.][NL]all like that?[A][ToggleSmile]}
|
|
MSG_0C72 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][34][NL][OpenMidRight]Ephraim, wait a minute.[.][A][OpenMidLeft]Yes?[A][OpenMidRight]I've heard such interesting things[NL]about you from so many people.[A][NL]I thought it best to ask directly:[NL]You are a reckless man, are you not?[A][NL]It seems an attitude unbefitting[NL]a commander, wouldn't you say?[A][OpenMidLeft]Don't speak to me that way.[.][A][NL]If I can save a life by taking[NL]a risk myself, I'll do it.[A][NL]This is war, and war is risky.[NL]I have no problem with that.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Oh, dear.[.][A][NL]I'll bet your body is just covered[NL]with scars under that armor, isn't it?[A][NL]I can heal them all for you.[NL]Let me see them.[A][OpenMidLeft]Thanks.[.][NL][ToggleSmile]Let's see[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][CloseSpeechSlow][......][OpenMidRight][MoveMidRight][OpenMidRight]Oh![.][A][NL]Oh[ToggleMouthMove]... [ToggleMouthMove]Oh my![A][NL]Wh-what are you doing?[A][OpenMidLeft]I have to take my armor off if I'm going[NL]to show you the scar on my shoulder[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidRight]Cad! Beast! Pervert! Devil![.][A][NL]I simply will NOT allow you to take[.][NL]advantage of me in my confused state![.][A][OpenMidLeft]Conf[ToggleMouthMove]-- [.][ToggleMouthMove]What!?[A][NL]Wait, L'Arachel![NL]What about my scars[.][ToggleMouthMove]...?[ToggleMouthMove][A]}
|
|
MSG_0C73 {[OpenMidLeft][LoadFace][20][NL][OpenFarRight][LoadFace][34][NL][OpenFarRight][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]L'Arachel[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You don't have to be so defensive.[NL]Why don't you come talk to me?[A][OpenFarRight][ToggleMouthMove]...[.][ToggleMouthMove]That depends. You're not going[NL]to try to attack me again, are you?[.][A][NL]You won't go ripping the armor from[.][NL]your[ToggleMouthMove]...[.][ToggleMouthMove]well-toned body, will you?[A][OpenMidLeft]L'Arachel[.][ToggleMouthMove]... [ToggleMouthMove]That was all just[.][NL]a simple misunderstanding.[A][NL]But I apologize if I offended your[NL]sensibilities in removing my armor.[.][A][OpenFarRight][MoveMidRight][OpenMidRight][ToggleSmile]Well, I suppose I can forgive you[.][NL]for this one indiscretion.[A][NL]I wasn't prepared. I've never seen[NL]a man's naked body before[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]Naked[.][ToggleMouthMove]... [ToggleMouthMove]I was only showing you the[NL]scar on my shoulder, like you asked![A][OpenMidRight]A naked shoulder is a big deal![.][A][NL]I was so shocked. Why, I could[NL]hardly sleep at all that night![.][A][OpenMidRight][HalfCloseEyes][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleMouthMove]...?[ToggleMouthMove][A][NL]What's wrong, L'Arachel?[NL]You seem different somehow.[.][A][OpenMidRight][OpenEyes][OpenMidRight]N-no. Everything is fine[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Please don't look at me in such[.][NL]a vulgar, leering way.[A][NL]I find it very inappropriate.[.][A][OpenMidLeft]Oh, I'm sorry. I had no idea.[.][NL]I certainly would never[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidRight][MoveMidRight][OpenMidRight]What!?[A][NL]Are you saying that you do[NL]not find me attractive?[.][A][OpenMidLeft]No! I[.][ToggleMouthMove]... [ToggleMouthMove]What do you want me to say?[.][A][OpenMidRight]How can you be so calm at a time like[.][NL]this? Don't you see what you've done!?[A][NL]Ahhhh! I'm so frustrated![.][A][NL]Don't you ever forget this, Ephraim![A][NL]I hope that, someday, some girl comes[.][NL]along and gets YOU all rattled, too![A][OpenMidRight][ClearFace][.......][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]I just do NOT get her.[A][NL][ToggleSmile]She is rather cute, though.[.][A][ToggleSmile]}
|
|
MSG_0C74 {[OpenMidLeft][LoadFace][37][NL][OpenMidRight][LoadFace][20][NL][OpenMidRight]Duessel, can we speak?[A][OpenMidLeft]Oh, Prince Ephraim.[.][NL]Of course, my friend.[.][A][OpenMidRight]I feel I should apologize for making[NL]you side against Grado in this.[.][A][OpenMidLeft]Bah. What nonsense![.][A][NL]Please, use me however you[NL]would to end this war.[A][OpenMidRight]I want you to know how honored I am[.][NL]to fight at your side again.[A][NL][ToggleSmile]Show me a little of your skill with[.][NL]the spear, like when you taught me.[.][A][ToggleSmile][OpenMidLeft]Hmm[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Ephraim, your skills have grown[.][NL]significantly since then.[.][A][NL]Why, the first time I met you,[NL]you could hardly hold a spear![A][NL]I couldn't even bring myself to lie[.][NL]and say you weren't THAT bad![.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]There's no need to be cruel![NL]I realize how helpless I was then.[A][OpenMidLeft]Let me finish! Even then, your strong[.][NL]will was most impressive.[.][A][NL]On your first day wielding a spear,[.][NL]you chose to challenge ME![A][NL]I remember how enthusiastic your attack[.][NL]was. You were determined to win.[A][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove]you were destined to lose that[NL]day. Still, I was quite shocked.[A][NL]You weren't trying to learn my skill.[.][NL]You were trying to steal it from me![A][NL]And I thought an apprentice was[.][NL]supposed to be obedient to his master.[A][OpenMidRight]When you fight, you must respect your[.][NL]opponent, not obey him.[.][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]Besides, you knocked me out[.][NL]so quickly, I hardly touched you.[.][A][OpenMidLeft]I never dreamed of testing my skills[NL]against a prince of Renais.[.][A][NL]After that match, though[ToggleMouthMove]...[.][ToggleMouthMove][NL]Oh, I changed my mind.[A][NL][ToggleSmile]I knew it would be interesting to teach[.][NL]my skills to someone like you.[A][ToggleSmile][OpenMidRight]Now, you're the one speaking nonsense![A][NL]Ah, I know[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Let's duel again after this battle![.][A][NL]I'm older now, better trained.[NL]I'm sure I can beat you this time.[A][ToggleSmile][ToggleSmile][OpenMidLeft]Hmmm[ToggleMouthMove]... [ToggleMouthMove]Yes, fine.[A][NL]I'd like to see if you've been[NL]keeping up with your training.[A]}
|
|
MSG_0C75 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][37][NL][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Duessel, do you have a moment?[A][OpenMidRight]Oh, Ephraim. Of course.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Were you thinking about Grado[.][NL]just now? You looked distracted.[A][NL]I wonder, was it the wrong decision[.][NL]to send you fighting against Grado?[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]You've no need to worry. My reasons[.][NL]for leaving Grado are my own.[.][A][NL]It doesn't matter who I'm fighting.[.][NL]My resolve won't be weakened.[.][A][OpenMidLeft]That is good to hear[ToggleMouthMove]...[.][ToggleMouthMove][NL]Actually, I'm here for a rematch.[.][A][NL]I have no idea how you beat me last[.][NL]time, but this time, I can do it![.][A][OpenMidRight]Hmm. It looks like you haven't[NL]learned your lesson yet.[A][NL]You know, they used to call me Obsidian.[NL]I was one of the Imperial Three.[A][NL]I'm not about to let a young punk[.][NL]like you best me at the spear![A]}
|
|
MSG_0C76 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][37][NL][OpenMidLeft]Phew[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Nicely done, Ephraim.[.][A][NL]There's nothing left for[NL]me to teach you, it seems.[A][ToggleSmile][OpenMidLeft]That's utter nonsense. I still have[.][NL]much to learn from you, Duessel.[A][NL]I intend to be the greatest[.][NL]spearman Magvel has ever known.[.][A][NL]I gave up on swords after seeing[NL]how they fare against spears.[.][A][NL]Sword, axe, spear, bow[ToggleMouthMove]...[.][ToggleMouthMove]and[.][NL]even magic. I've seen them all.[.][A][NL]The spear always comes out on top. And[NL]I want mine to be the best spear around.[A][OpenMidRight]Hm[ToggleMouthMove]... [ToggleMouthMove]That's a bold statement.[A][NL]But you may yet be the one who[NL]can prove it true, lad.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]I thank you, Duessel.[.][A][NL]It's only because of the skills you[.][NL]gave me that I'm alive and here now.[A][NL]Our countries were friends, but you[.][NL]taught me like family[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I am a warrior. All I can do is improve[.][NL]my skills and pass them on to a student.[A][NL]And if you best me using the skills[.][NL]that I taught you, well[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]That's just the nature of war.[NL]The young surpass the old.[A][NL][ToggleSmile]And I am glad to be fighting at the[.][NL]side of such a worthy student.[A][ToggleSmile][ToggleSmile][OpenMidLeft]Duessel[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I know that I've been branded a[.][NL]traitor. I'm prepared for that.[.][A][NL]But I do have one regret[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I regret that I betrayed my[.][NL]emperor[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]You never betrayed him.[.][A][NL]You remain as loyal to him now[NL]as when you swore your oaths.[.][A][NL]No, it is Grado who has betrayed[NL]the ideals it once held dear.[.][A][NL2][NL]And now, as then, you are my[NL]teacher. Nothing has changed.[.][A][NL]No, you are no traitor. If anything,[NL]you are the last true man of Grado.[.][A][OpenMidRight]Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Hm[ToggleMouthMove]... [ToggleMouthMove]Yes. A student should not[.][NL]inspire his teacher.[A][NL]Ephraim. Be strong. Remain true.[A][NL]Believe in yourself, and act in[.][NL]accordance with your beliefs.[.][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]No matter what happens,[.][NL]be a strong king.[.][A][ToggleSmile][ToggleSmile][OpenMidLeft]Yes, you needn't worry about that.[A][NL]Such has been my intention since[NL]the day I first held this spear.[A][NL]No matter what the future holds[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I'm never going to change.[A][NL]I will let my faith and my beliefs[NL]drive my every action as king.[A]}
|
|
MSG_0C77 {[OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][44][NL][OpenMidRight][ToggleSmile]Oh, Ephraim![A][NL]I'm so glad to see you.[.][A][ToggleSmile][OpenMidLeft]Tana, you should pull back to[.][NL]a safer location.[.][A][NL]What would we do if you were[NL]attacked by archers?[A][OpenMidRight][ToggleSmile]But[.][ToggleMouthMove]...[.][ToggleMouthMove]I want to go[NL]where you go.[.][A][NL]I feel safer when I'm[.][NL]close to you, Ephraim.[A][ToggleSmile][OpenMidLeft]I'm sorry, but I won't be able to[.][NL]protect you if I get into a duel.[.][A][NL]I have to focus on fighting our[.][NL]enemies.[A][OpenMidRight]Oh, no[ToggleMouthMove]... [ToggleMouthMove]Please, Ephraim, don't[NL]speak to me like that.[A][NL]I've trained with Frelia's finest[.][NL]pegasus knights. I can fight, too![A][OpenMidLeft]But[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I'm sorry if I've been following[NL]you too closely lately[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But I promise that I won't be[.][NL]a burden. I'll work my hardest.[.][A][NL]So, please![.][A][NL]Don't make me stay behind and[.][NL]wait for you.[.][A][OpenMidLeft]Tana[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]All right. If it's what you[.][NL]want. We'll go together.[A][ToggleSmile]}
|
|
MSG_0C78 {[ToggleSmile][OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][44][NL][OpenMidRight]Ephraim, do you remember[NL]when we first met?[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Ah, of course! It was at Castle[.][NL]Frelia, wasn't it?[A][NL]Eirika and I had been invited to visit[NL]for your birthday celebration.[A][OpenMidRight][MoveMidRight][OpenMidRight]Oh, I'm so glad you remembered![.][A][OpenMidLeft]King Hayden seemed so delighted[.][NL]that we'd come to visit.[A][NL]I think that was the first time[.][NL]I met Innes, too.[.][A][OpenMidRight]So, Ephraim, what did you think[.][NL]of the dress I was wearing?[.][A][OpenMidLeft]I[.][ToggleMouthMove]... [ToggleMouthMove]Hm[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm sorry, but I don't think I got[NL]a good look at it at the time.[A][NL]Perhaps you don't remember, but as soon[.][NL]as I arrived, Innes challenged me.[A][NL]We ended up having an archery match[.][NL]right when the party began.[.][A][NL]I think Innes won that match.[.][A][OpenMidRight]Do you remember my hair?[NL]I was so happy with it![.][A][OpenMidLeft][ToggleSmile]Your[ToggleMouthMove]...[.][ToggleMouthMove]hair? Uh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Well, right after our archery match,[NL]Innes challenged me to the spear.[.][A][NL][ToggleSmile]I think I won that match![.][A][OpenMidRight][ToggleSmile]I'll bet you don't even remember[NL]what I said afterward![A][ToggleSmile][OpenMidLeft]Er, Innes can be persistent. After[NL]spears, we moved on to jousting.[A][NL]That time, I think it was[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight][MoveMidRight][OpenMidRight]Oh, you! You only remember what[.][NL]happened with my brother![.][A][NL]You don't care about me at all,[.][NL]do you!?[A][OpenMidLeft]Oh, no, no! That's not true.[NL]It's just[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Fine! Why should I care about you when you[NL]can't even be bothered to care about me?[A][NL]You just keep having fun with my brother[NL]and don't pay me any mind at all![.][A][OpenMidRight][ClearFace][OpenMidLeft]Tana, wait a minute! Hey![.][NL]Don't go off on your own![.][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]What is she so upset about?[.][A]}
|
|
MSG_0C79 {[ToggleSmile][OpenMidLeft][LoadFace][20][NL][OpenMidRight][LoadFace][44][NL][OpenMidRight]Hello, Ephraim. Shall[.][NL]we take a break together?[.][A][OpenMidLeft]Well, you're in a better mood today![A][OpenMidRight]Huh? What do you mean?[A][OpenMidLeft]Oh, nothing. Never mind.[A][NL]So, uh, what can I do for you?[A][OpenMidRight]Eirika helped me prepare lunch. I haven't[.][NL]tried it yet, but I'm sure it's delicious.[A][NL]Would you like to eat with me?[A][OpenMidLeft][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]Tana. This is a battlefield.[A][NL]It's all right to take a break, but[.][NL]let's not let our guards down.[A][ToggleSmile][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You're always like that.[A][NL]You're so stiff and formal[NL]and detached all the time.[A][OpenMidLeft]Tana[ToggleMouthMove]...[.][ToggleMouthMove][NL]What's the matter with you?[.][A][NL]You've been acting so odd[.][NL]lately.[.][A][OpenMidRight]Yes, I am acting funny. And it's[NL]all your fault, Ephraim![A][NL]Whenever I try to talk to you,[NL]you always keep your distance![A][NL]No matter how hard I try,[.][NL]you never open up to me.[A][OpenMidLeft]That's not true[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Is there someone else?[A][OpenMidLeft]What[ToggleMouthMove]...?[ToggleMouthMove][A][OpenMidRight]It's just[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You never pay any attention[.][NL]to me. You never have[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It makes me so sad.[.][A][NL]All I want to do is be near[.][NL]you more and more.[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Tana, you're still just a[.][NL]child at heart, aren't you?[.][A][ToggleSmile][OpenMidRight]Ephraim! Don't talk about[.][NL]me like that[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]No, I meant it as a compliment.[.][A][NL]Because you're so young, your words[.][NL]have such a simple, honest purity[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I do appreciate your affection.[.][A][ToggleSmile][ToggleSmile][OpenMidRight][ToggleSmile]Ephraim[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Do you think you could make more[NL]time for me, so we can chat?[A][OpenMidLeft]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove]of course.[A][NL]But we don't have the luxury to[.][NL]stop and chat on the battlefield.[.][A][NL]We have an obligation to end this[.][NL]war first. Let's go.[A][OpenMidRight]Yes, all right.[.][A][NL]I'll see you later. I'm[.][NL]looking forward to it.[A]}
|
|
MSG_0C7A {[ToggleSmile][OpenMidLeft][LoadFace][4][NL][OpenMidRight][LoadFace][6][NL][OpenMidRight]General![A][OpenMidLeft]Franz. How are you[NL]holding up?[.][A][OpenMidRight]Fine. I may be young, but I'm every[.][NL]bit a Knight of Renais.[.][A][NL]I'll fight to the end to protect the[NL]princess, just like you, sir![.][A][OpenMidLeft]Good, good! That's the spirit![A][NL]You know, you're looking much[.][NL]improved from when we set out.[A][OpenMidRight]Hm. Do you really think[.][NL]so, General?[A][OpenMidLeft]Oh, definitely. You seem much more sure[.][NL]of yourself. All doubt has left your face.[A][NL]By the time you reach my age, you'll be[.][NL]the finest spear- and swordsman around.[.][A][OpenMidRight][MoveMidRight][OpenMidRight]Honestly? Sir, do you[.][NL]really believe that?[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]I do[ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]But we are in a battle right now, Franz.[A][NL]Concentrate on the enemies before you,[NL]and don't get too cocky.[A][ToggleSmile][OpenMidRight][ToggleSmile]Yes, sir!!![.][A][NL]You know I'd never[NL]let you down, sir![A][ToggleSmile][OpenMidLeft]Don't be too eager for[NL]success. Know your limits.[A][OpenMidRight]Yes, sir![.][A]}
|
|
MSG_0C7B {[ToggleSmile][OpenMidLeft][LoadFace][4][NL][OpenMidRight][LoadFace][6][NL][OpenMidRight]General![A][OpenMidLeft]Ah, Franz. Every time I see you,[NL]you're getting better and better.[.][A][NL]Your parry is a little stiff, but[.][NL]you are clearly improving.[A][OpenMidRight]Are you serious? Do you[.][NL]really think so, sir?[.][A][OpenMidLeft][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]Why is it that, when I compliment[.][NL]you, you always ask me that?[A][ToggleSmile][OpenMidRight][ToggleSmile]Oh, so sorry[ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]I appreciate your praise, sir.[A][NL]I mean, you're General Seth, the[NL]Silver Knight. You're my hero.[A][OpenMidLeft]Hahaha[ToggleMouthMove]...[.][ToggleMouthMove][NL]No more flattery, Franz. Please.[A][OpenMidRight]But, General, it's true![A][OpenMidRight][MoveRight][OpenRight]Do you remember when Grado's forces[.][NL]overran Castle Renais?[A][NL]Despite grave injuries, you outcharged[NL]the enemy, broke their lines, and escaped.[A][NL]And then, you delivered the princess,[.][NL]on your own, to Frelia safely.[A][NL]If I were you, I doubt I could have[.][NL]survived such a challenge[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You are the only person I know who can[NL]make impossible feats possible.[.][A][OpenMidLeft]What pressure you put on me! How[NL]can I possibly fail now?[A][NL]You would lose all faith in me![.][NL]Ah, but, Franz, you're still young.[.][A][NL]You will grow into a remarkable[.][NL]warrior, I have no doubt.[.][A][NL]Be confident. I'm counting on you.[NL]Train your mind and hone your skills.[.][A][OpenRight]Really? Do you really[.][NL]think so, General?[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Franz[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]That's enough.[A][OpenRight][MoveMidRight][OpenMidRight]Oh, right! Sorry, sir![A][ToggleSmile][OpenMidLeft]All right, back into the[NL]fray! Let's go, Franz![A][OpenMidRight][ToggleSmile]Yes, General! And remember,[.][NL]I've got your back![.][A][ToggleSmile]}
|
|
MSG_0C7C {[ToggleSmile][OpenMidLeft][LoadFace][4][NL][OpenMidRight][LoadFace][6][NL][OpenMidLeft]You're doing well, Franz.[.][A][OpenMidRight][ToggleSmile]Oh, General!![.][NL]How are you, sir?[.][A][NL][ToggleSmile]I'm so honored that you[.][NL]came to talk to me.[.][A][OpenMidLeft]Must you always overreact?[A][NL][ToggleMouthMove]...[.][ToggleMouthMove]Honestly, Franz[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I'm the one who should feel honored.[A][OpenMidRight][ToggleSmile]I beg your pardon?[.....][NL]What do you mean, sir?[A][ToggleSmile][OpenMidLeft]When I was just a squire, there was one[.][NL]knight whom I admired above all others.[.][A][NL]His skill with sword and spear was[NL]legendary. He was truly peerless.[.][A][NL]We squires learned the meaning of[.][NL]chivalry watching him serve the king.[.][A][NL2][NL][ToggleSmile]Ten years back, we received word that an[NL]infamous assassin was hiding in Renais.[.][A][NL]This knight hunted him down in secrecy[NL]so as not to alert the assassin.[A][NL]He hounded the villain and killed[.][NL]him, but he was mortally wounded[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][ToggleSmile][OpenMidRight]Ten years ago? But that's when[ToggleMouthMove]--!?[ToggleMouthMove][A][CloseSpeechSlow][OpenMidRight][MoveMidRight][OpenMidRight]No, it couldn't be[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]Yes, Franz.[.][A][NL]It was the greatest knight in the[.][NL]history of Renais. Your father.[.][A][ToggleSmile][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]I was so young when my father died.[.][A][NL]And our mother passed away before he did.[.][NL]Forde and I were almost always alone.[.][A][NL]Oh, I remember how I used to cry like a[.][NL]babe about my father being gone so much.[A][NL]Forde would always remind me, [LQuote]He is serving[NL]the royal family to protect Renais.[RQuote][A][NL]Forde was so proud of our father, but he[NL]was also a little bit sad.[A][NL]I remember a deep scar he had on his[NL]shoulder, probably in battle.[.][A][NL]My brother and I used to climb up his[.][NL]shoulders and vie for his attention.[A][NL]I grew up hearing what a great knight he[NL]was, but I remember only his shoulder.[A][ToggleSmile][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]You probably have no idea how[.][NL]much you resemble your father.[A][NL]Your swordplay, how you tilt the lance,[.][NL]your loyalty to Renais[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You've certainly inherited your[.][NL]father's spirit.[A][NL]It is an honor to see the skill I once[NL]idolized developing in you, his son.[A][OpenMidRight][ToggleSmile]I[.][ToggleMouthMove]...[.][ToggleMouthMove]I am so flattered to hear that.[.][NL]Thank you very much, General.[.][A][NL][ToggleSmile]Someday, I will become a knight even[NL]greater than my brother or my father.[.][A][NL]To restore Renais, the kingdom to which[.][NL]I've sworn my blade, I will fight on![.][A][OpenMidLeft]Thank you, Franz. Let's do the best we[NL]can. For Renais, and for your father.[.][A][OpenMidRight]Yes, General![.][A]}
|
|
MSG_0C7D {[OpenMidLeft][LoadFace][14][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight][ToggleSmile]Sir Garcia.[.][A][NL]Your fighting form remains impeccable,[NL]despite your years of retirement.[.][A][NL]Fantastic[.][ToggleMouthMove]... [ToggleMouthMove]How I admire you.[.][A][ToggleSmile][OpenMidLeft]No, General Seth, I still have a long[.][NL]way to go. I've lost so much time.[A][OpenMidRight]Sir Garcia[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]No, no honorifics. I gave up my title[.][NL]years ago so I could raise my son.[A][NL]I'm old and rusty, General. The man I am[NL]now is not fit for such fine company.[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]But listen, General.[A][NL]I'm not finished yet![.][A][OpenMidRight]What do you mean?[.][A][OpenMidLeft]I'm telling you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm not yet done![.][NL]This is not the end of me![A][OpenMidLeft][ClearFace][.......][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]He has a warrior's heart.[.][A][NL]Is it pride that keeps him from[.][NL]accepting his limitations?[A][NL]I'm afraid that we have awakened [.][NL]an incredible warrior.[A]}
|
|
MSG_0C7E {[ToggleSmile][OpenMidLeft][LoadFace][4][NL][OpenMidRight][LoadFace][14][NL][OpenMidRight]General.[A][OpenMidLeft]Garcia.[.][A][NL]Did you come all this way to talk[.][NL]to me? I'm grateful. Thank you.[.][A][OpenMidRight][ToggleSmile]Don't make a fuss. Might give me second[.][NL]thoughts before I do it again.[A][ToggleSmile][OpenMidLeft][ToggleSmile]Ah, right. Sorry, sir![A][ToggleSmile][OpenMidRight]Heh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You know, you remind me of[NL]myself as a young man.[A][OpenMidLeft]Back when you were in Renais?[.][A][OpenMidRight]That's right. Oh, I was so ambitious then,[NL]focused on proving myself in battle.[A][NL]His Majesty commended my valor many[.][NL]times, he did.[A][OpenMidLeft]His Majesty always watched over us.[.][A][NL]Hardworking soldiers received words of[NL]praise to drive them to greater glories.[A][NL]The lazy ones, he spurred to action,[NL]giving them a reason to improve[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]He was a great king. He earned the trust[NL]and respect of his people.[A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]What a loss we've all suffered.[.][A][OpenMidLeft]When Castle Renais fell, it was all I[.][NL]could do to save Princess Eirika.[.][A][NL]I've never felt so powerless in[.][NL]all my time as a knight[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]I was mortified.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]I'm sorry. I wasn't blaming[.][NL]you for King Fado's death.[A][NL]I am the one who surrendered his duty[.][NL]to live a carefree life with his son.[.][A][NL]I have no right to cast blame on[NL]anyone but myself[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Garcia, you needn't feel that way.[A][NL]You're fighting for Renais again, at the[NL]side of her crown prince and princess![A][NL]There's no shame in that.[.][A][OpenMidRight]General Seth[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]If you are still true to our late king,[.][NL]then let's win this war together.[.][A][NL]And together, we shall visit His[NL]Majesty's tomb to report our victory![.][A][OpenMidRight]Yes! You have my word![A]}
|
|
MSG_0C7F {[ToggleSmile][OpenMidLeft][LoadFace][14][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]Garcia.[.][A][OpenMidLeft]Ah, General Seth![.][A][OpenMidRight]You seem much recovered from your[.][NL]poor spirits the other day.[.][A][NL]In fact, you seem quite energetic![A][OpenMidLeft]I've finally accepted that I'm only[.][NL]ever truly alive when I'm fighting![.][A][OpenMidRight]Ah, now that is the great Garcia[NL]I remember from my youth![.][A][NL]Yes, all hesitation is gone from[NL]your face. You're in rare form![.][A][OpenMidLeft]Yes, and that hesitation is gone[NL]for good, I dare say. Except[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Yes?[A][OpenMidLeft]To tell you the truth[.][ToggleMouthMove]...[.][ToggleMouthMove]I am not[NL]ashamed of the life I've lived.[.][A][NL]I'm not sorry that I abandoned my[.][NL]old life to raise my son.[.][A][OpenMidRight][ToggleSmile]Sir Garcia[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][ToggleSmile][OpenMidLeft]That decision made me who I am now.[.][A][NL]It's time I embraced both of these[NL]aspects of my past.[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I can only say this in hindsight, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It is not so bad [.][ToggleSmile]to have a family.[.][A][ToggleSmile][ToggleSmile][OpenMidRight]Garcia, I can see it in your eyes.[NL]You don't need to tell me.[A][OpenMidLeft]Heh[.][ToggleMouthMove]... [ToggleMouthMove]I see! Well then, Seth.[.][NL]There is only one solution for it![A][NL]You should marry! It will do you good[.][NL]to have a family to go home to.[.][A][OpenMidRight]Ah, Garcia[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You may be right, but I'm afraid it will[NL]take me some time to get there[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0C80 {[OpenMidLeft][LoadFace][17][NL][OpenMidRight][LoadFace][4][NL][OpenMidLeft]Oh, General Seth, how do you do?[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Sister Natasha, good day to you.[A][NL]I appreciate the care you give our wounded,[.][NL]but be sure to care for yourself, too.[A][NL]I heard about what happened the other[.][NL]day. It could have turned out badly[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I'm sorry to have worried you. When[.][NL]I see an injured person, I must help.[.][A][NL]I seldom think of the consequences[NL]to myself.[A][NL]I shall be more careful in the future.[A][OpenMidRight]Grado doesn't know what they've lost,[.][NL]Natasha. You're indispensable to us.[A][NL]If you were injured, our entire strategy[NL]could be slowed or lost altogether.[.][A][NL]Take care of yourself first, and[NL]worry about us later.[.][A][OpenMidLeft]Seth, you are the one who is[NL]indispensable, far more than I am.[A][NL]You race into danger, acting as a[.][NL]decoy or rescuing people alone.[.][A][NL]You're the one who is reckless.[.][NL]I wish you would watch yourself.[A][OpenMidRight]I'm sorry. I didn't realize I'd[.][NL]been causing you so much worry.[.][A][NL]I promise to be less reckless. But[NL]you, don't do anything I wouldn't do.[.][A][OpenMidLeft][ToggleSmile]Yes, General. May you be[NL]guided to safety.[.][A][ToggleSmile]}
|
|
MSG_0C81 {[OpenMidLeft][LoadFace][17][NL][OpenMidRight][LoadFace][4][NL][OpenMidRight]Sister Natasha? Are you well? I heard[.][NL]you collapsed last night.[.][A][NL]Maybe you should rest more, instead[.][NL]of risking yourself on[ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft]Oh, General Seth[ToggleMouthMove]...[.][ToggleMouthMove][NL]I'm sorry about that[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We had many wounded, and I drained[NL]myself healing them all.[A][NL]However, I rested well last night,[NL]and I am fully recovered.[.][A][NL]I'm sorry for giving you so much[NL]cause to worry once again.[A][OpenMidRight]Oh, boy[.][ToggleMouthMove]... [ToggleMouthMove]You and Eirika[ToggleMouthMove]...[.][ToggleMouthMove][NL]What am I going to do about you?[A][NL]You seem hell-bent on throwing[NL]away your lives in this conflict.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Oh, I see[.][ToggleMouthMove]... [ToggleMouthMove]I always become[.][NL]a liability in battle.[A][NL]All I do is cause you worry and[.][NL]concern.[A][OpenMidRight]You're always the first to race into[NL]battle to heal an injured person.[.][A][NL]Do you know what the others have[NL]started calling you?[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]They're calling me names?[.][A][OpenMidRight]They've taken to calling you [LQuote]the[.][NL]healing spirit.[RQuote][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]A healing spirit? Oh, no[ToggleMouthMove]...[.][ToggleMouthMove][NL]I'm far from it. Why, I[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]When you first joined us, I was[.][NL]not sure I could trust my life to you.[A][NL]You're from Grado, and we've seen the[.][NL]treacheries of which they are capable.[A][NL]But I've watched you, and I know now[NL]that I was wrong.[.][A][NL][ToggleSmile]I'm grateful for the kindness and[.][NL]compassion that you've showed us all.[.][A][NL]My men are right. You are a healing[.][NL]spirit, sent to rejuvenate us all.[A][NL]We're fortunate to have you as our[NL]friend.[.][A][ToggleSmile][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Friend[ToggleMouthMove]...?[ToggleMouthMove][A][OpenMidRight][ToggleSmile]More than a friend. You are an[NL]irreplaceable asset to our cause.[.][A][ToggleSmile][OpenMidLeft]Oh, my[ToggleMouthMove]...[.][ToggleMouthMove][NL]I'm sorry[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]Please, return to the battle.[.][NL]And may you be guided to safety.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Sister Natasha[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If I am injured, I will not be reckless.[NL]I will race to your side.[.][A][NL]And I know that you will take care[NL]of me when that happens.[A][OpenMidLeft]Y-yes, of course I will![NL]Oh, but[.][ToggleMouthMove]...[.][ToggleMouthMove]I hope that it doesn't.[.][A]}
|
|
MSG_0C82 {[OpenMidLeft][LoadFace][17][NL][OpenMidRight][LoadFace][4][NL][OpenMidLeft]General Seth.[.][A][OpenMidRight]Sister Natasha. How are you?[A][OpenMidLeft]Well, thank you. And you?[.][A][OpenMidRight][ToggleSmile]Yes, I'm fine.[A][NL]But it's only because you've[NL]been beside me as I've fought.[A][NL]You were always the one to[NL]heal my broken body.[A][ToggleSmile][OpenMidLeft][ToggleSmile]You have that wrong, General. You're[NL]the one constantly rescuing me.[.][A][NL]When I'm surrounded by enemies, when[NL]I'm separated from the others[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]Sister Natasha[ToggleMouthMove]... [ToggleMouthMove]Do you plan on[NL]returning to Grado someday?[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Yes. I must return to the temple.[.][NL]Our people need my services.[A][OpenMidRight]Is that[.][ToggleMouthMove]...[.][ToggleMouthMove]what you really want?[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]General Seth[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Could anything sway you to[NL]stay in Renais instead?[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]General Seth, what are you[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]I'm sorry. I'm[ToggleMouthMove]--[ToggleMouthMove][A][NL]I'll be more direct.[NL]Sister Natasha[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]When this war is over would[.][NL]you[.][ToggleMouthMove]...[.][ToggleMouthMove]come live with me?[A][OpenMidLeft]Oh![.][A][NL]But, Seth[.][ToggleMouthMove]... [ToggleMouthMove]I'm a cleric.[.][NL]I'm sworn never to[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I know you're a cleric. You've given[NL]your life over to a divine calling.[.][A][NL]But would the Everlasting not smile[.][NL]upon the love shared by its creations?[A][ToggleSmile][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Seth, I[.][ToggleMouthMove]--[ToggleMouthMove][NL]Yes, I believe so.[A][OpenMidRight]I vow upon the sacred oaths you have[NL]sworn that I will make you happy.[.][A][OpenMidLeft]Seth[ToggleMouthMove]... [ToggleMouthMove]I hope you[NL]keep that promise.[A][NL]I'll wait for you until this[NL]war is finally at an end.[.][A][OpenMidRight]I will keep my promise, Natasha.[A][NL]I will.[.][A]}
|
|
MSG_0C83 {[OpenMidLeft][LoadFace][4][NL][OpenMidRight][LoadFace][19][NL][OpenMidRight]You're pretty good with a spear.[A][OpenMidLeft][ToggleSmile]Thank you.[A][NL]I don't think I've introduced myself.[.][NL]I'm the leader of the Knights of Renais[.][ToggleMouthMove]--[ToggleMouthMove][A][ToggleSmile][OpenMidRight]I know you. Of course I know you.[.][NL]You're General Seth, the Silver Knight.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Yes, that's right.[A][NL]And you are Cormag, the renowned[NL]wyvern rider of Grado.[A][ToggleSmile][OpenMidRight]If the legendary Silver Knight knows[NL]my name, I can't be doing too bad, huh?[.][A][OpenMidLeft]You and your brother, Glen, are famous[NL]even among the Knights of Renais.[.][A][NL]We have no wyvern riders in Renais, and[.][NL]your stories are favorites among the men.[.][A][NL]I've been watching your combat style[NL]since you joined our forces.[A][OpenMidRight]Oh, is that so? Well, tell[NL]me: what do you think?[A][OpenMidLeft]I'd love a chance to spar with you.[.][A][OpenMidRight]Not a chance. I could[.][NL]never beat you.[.][A][OpenMidLeft]So you say, but I can see in your eyes[NL]that you'll never accept failure.[.][A][OpenMidRight]Heh[.][ToggleMouthMove]...[.][ToggleMouthMove][.....][A][NL]And all this time, I thought you[NL]were just another loyal dullard.[A][NL]Guess I was wrong. We should[NL]chat some more sometime.[A][OpenMidLeft]Yes, I think I'd like that.[.][A][NL]Perhaps once things have eased up.[NL]I'm looking forward to it, Cormag.[A][OpenMidRight]Sure thing.[.][A]}
|
|
MSG_0C84 {[OpenMidLeft][LoadFace][19][NL][OpenMidRight][LoadFace][4][NL][OpenMidLeft][ToggleSmile]Hey, Seth.[A][ToggleSmile][OpenMidRight][ToggleSmile]Ah, Cormag. Good timing.[A][NL]I had something I wanted to ask you.[NL]Your family, are they all soldiers?[.][A][ToggleSmile][OpenMidLeft]Why do you ask?[.][A][OpenMidRight][ToggleSmile]Your skill with the spear is amazing.[.][NL]Have you trained since you were a child?[A][ToggleSmile][ToggleSmile][OpenMidLeft]No, I come from a long line of dirt-poor[NL]farmers. I wielded a plough, not a spear.[.][A][NL]When we were kids, Glen and I had to[NL]chase birds and animals from our fields.[A][NL]We used sticks and stones, and I think[NL]that helped with our aim, to be honest.[.][A][OpenMidRight]Is that so[ToggleMouthMove]...[.][ToggleMouthMove][NL]So why did you join the army?[.][A][OpenMidLeft]It's a funny story, really.[.][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]The emperor's caravan passed through[NL]our village one day.[A][NL]My brother and I watched the glorious[.][NL]procession from the top of a tree.[A][NL][ToggleSmile]Then, a stray dog started to harry the[NL]horses pulling the emperor's carriage.[A][NL]We threw rocks to drive off the mutt,[.][NL]but some soldiers decided to arrest us.[.][A][ToggleSmile][OpenMidRight]Why? You were trying to help[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Yes, well. We didn't just hit the dog.[NL]We got a few of the soldiers as well.[.][A][OpenMidRight]Ah-ha[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]So, what happened next?[.][A][OpenMidLeft]Well, the emperor shows up in the room[NL]the soldiers had thrown us.[.][A][NL]He looks around and, in this very calm[NL]but stern voice, says to the soldiers:[A][NL]"What are you men doing, arresting mere[.][NL]children? They were trying to help!"[A][NL]Then, he invites us to dine at his table,[.][NL]and it was a luxurious feast, I tell you![.][A][NL]Now, we were just kids. We lacked the[.][NL]basic courtesies. We were just filthy.[A][NL]And we kept droning on about the most[.][NL]idiotic things: chores, the village[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But he listened to us intently, and[.][NL]that fatherly smile never left his face.[A][NL]And he said, [LQuote]You lads are good at[NL]driving off dogs with stones[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Your skills are wasted in the fields. Let's[.][NL]see how you fare with spears instead.[RQuote][A][OpenMidRight]And that's how you were recruited.[A][OpenMidLeft]Exactly. It's difficult to ignore[.][NL]such a commanding presence.[.][A][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove]the emperor changed. I still[NL]can't believe what's happened.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]I was born into a family of knights, so[.][NL]it was a given that I should be one, too.[.][A][NL]I trained in spear and sword. I studied[.][NL]chivalry and swore my oaths of fealty.[A][NL]And because of my hard work, the late[.][NL]King Fado treated me like a second son.[.][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]It's funny. You and I are from different[NL]worlds, but we share the same loyalties.[A][OpenMidLeft]True[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But King Fado is dead now.[A][NL]And my emperor is the one[.][NL]who killed him[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]My emperor is as good[.][NL]as dead to me.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]I already serve a new lord.[.][A][NL]Cormag, you will find a ruler[.][NL]worthy of your loyalties, too.[A][OpenMidLeft]Yeah, I hope so[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0C85 {[OpenMidLeft][LoadFace][4][NL][OpenMidRight][LoadFace][19][NL][OpenMidLeft]Can I have a word with you, Cormag?[.][A][OpenMidRight][ToggleSmile]Oh, Seth. Of course.[NL]What can I do for you?[A][ToggleSmile][OpenMidLeft]I've been thinking about your story,[NL]and I've come to a decision.[A][OpenMidRight]Hm? What are you talking about?[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Cormag, listen.[.][A][NL]As general of the Knights of Renais,[NL]I'd like to offer you a post.[.][A][OpenMidRight]What? You want me to join[.][NL]the Knights of Renais?[A][OpenMidLeft]Yes, exactly.[.][A][NL]I've been watching you fight, and I've[NL]been thinking about this for some time.[.][A][NL]Since we've been speaking, I've seen[NL]more than just your fighting prowess.[.][A][NL]I've seen that you're a strong and[NL]noble person as well.[.][A][NL]You are a man I would risk my life[NL]fighting beside.[A][NL]Prince Ephraim will be a great king.[NL]Would you fight for him with me?[A][OpenMidRight][ToggleSmile]I really appreciate it.[.][NL]Thanks, Seth.[.][A][NL][ToggleSmile]But[.][ToggleMouthMove]...[.][ToggleMouthMove]Grado is my home. I can't trade[.][NL]loyalties to Renais just like that.[.][A][OpenMidLeft][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]I knew you would say that.[A][ToggleSmile][OpenMidRight]Emperor Vigarde is my only lord.[A][NL]My duty now is to correct the[.][NL]mistakes he has made.[.][A][NL]That's why I'm here. I hope[.][NL]you can understand.[.][A][OpenMidLeft][ToggleSmile]Yes, of course[ToggleMouthMove]...[.][ToggleMouthMove][NL]Still, I'm glad that I met you.[.][A][ToggleSmile][ToggleSmile][OpenMidRight]Same here, Seth. Now, let's get[.][NL]this war over with, shall we?[.][A][OpenMidLeft]Yes, and when it's done, we'll get[NL]together and tell some stories.[.][A][OpenMidRight]I'm looking forward to it![A]}
|
|
MSG_0C86 {[OpenMidLeft][LoadFace][5][NL][OpenMidRight][LoadFace][6][NL][OpenMidRight]Say, Sir Gilliam, can[.][NL]I ask you a question?[.][A][OpenMidLeft]What is it, Franz?[A][OpenMidRight]Are you disturbed about [NL]fighting with me?[.][A][OpenMidLeft]Why would you say something like that?[A][OpenMidRight]You and I are from different lands.[.][NL]We have different backgrounds[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I thought that might've made[NL]you feel uncomfortable.[.][A][OpenMidLeft]Blast. I don't need to answer that.[.][A][OpenMidRight][MoveRight][OpenRight]Sir Gilliam![A][OpenMidLeft]Listen: I'm here by my king's order, and[NL]by his order alone.[.][A][NL]I'm well aware that we have diverse[.][NL]backgrounds and experiences.[A][NL]I don't care who I pair up with. You can't[NL]always have your own way.[.][A][NL]That's just how it works in Frelia. It's[NL]luck of the draw, you follow?[.][A][NL]Do they let you swap partners until you[.][NL]find that special someone back in Renais?[.][A][OpenRight][MoveMidRight][OpenMidRight]Oh, no! No, no, no[ToggleMouthMove]... [ToggleMouthMove]That's[NL]not what I meant.[.][A][NL]It's just[.][ToggleMouthMove]... [ToggleMouthMove]I was worried that I might be[.][NL]slowing you down with my lesser skills.[.][A][OpenMidLeft]Franz, you're wasting your time worrying[NL]when there are better things to be done.[A][OpenMidRight]Like what?[A][OpenMidLeft]Like training, of course.[.][A][NL]Quit your worrying and show me how[NL]good a Knight of Renais can be.[.][A][OpenMidRight][ToggleSmile]I could ask for nothing[.][NL]better. Please![.][A][ToggleSmile]}
|
|
MSG_0C87 {[ToggleSmile][OpenMidLeft][LoadFace][6][NL][OpenMidRight][LoadFace][5][NL][OpenMidRight]Franz, I can see your[.][NL]training has paid off.[A][OpenMidLeft]Yes, and I have to say, I'm surprised.[NL]I feel the energy flowing through me.[.][A][NL]I think it's because of my resistance[.][NL]training, actually.[.][A][OpenMidRight][ToggleSmile]Frelia's resistance training, you mean.[.][A][NL]You mean to tell me that you have[.][NL]no training like that in Renais?[A][ToggleSmile][OpenMidLeft]We do have a system to strengthen our [NL]chest, arms, shoulders, and legs.[.][A][NL]However, that's where we stop. We don't[.][NL]train each individual finger[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Every muscle acts in relation to each other[.][NL]muscle. How can you neglect the fingers?[A][NL]That's how we Frelians think.[.][A][ToggleSmile][OpenMidLeft]Fascinating how our countries can have[NL]such distinct training systems, isn't it?[.][A][OpenMidRight][ToggleSmile]And you've been training with our system[NL]every day without a single complaint![.][A][NL]I'm impressed.[A][ToggleSmile][OpenMidLeft]Oh, that's because, each night before[.][NL]I go to sleep[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I do our traditional relaxation exercises.[A][OpenMidRight][ToggleSmile]Relaxation exercises?[.][A][ToggleSmile][OpenMidLeft]Before going to bed, flex each muscle you[.][NL]used, and you'll wake up feeling refreshed.[.][A][OpenMidRight][ToggleSmile]What, no fatigue the following day?[.][A][ToggleSmile][OpenMidLeft]That's right. That's what it's for.[.][A][OpenMidRight]That's wonderful![.][A][OpenMidLeft]I can teach you if you like.[A][OpenMidRight]Please.[.][A][OpenMidLeft]Fantastic! We'll start tonight![.][A]}
|
|
MSG_0C88 {[OpenMidLeft][LoadFace][5][NL][OpenMidRight][LoadFace][6][NL][OpenMidLeft]Well, Franz, it looks like there's[NL]a lot I can learn from Renais.[A][OpenMidRight]Why the change of heart, Sir Gilliam?[.][A][ToggleSmile][OpenMidLeft]I've been doing your exercises every[NL]night, and I feel fantastic.[A][OpenMidRight]I'm glad you like it.[.][A][OpenMidLeft]I appreciate Renais much[NL]more, thanks to you.[A][OpenMidRight]Really?[.][....][NL]I'm glad.[.][A][NL]I'm thrilled that the great Sir Gilliam[.][NL]approves of the training in Renais.[.][A][OpenMidLeft][ToggleSmile]Thrilled? You're overreacting.[A][ToggleSmile][OpenMidRight]No, honestly! I am thrilled. It's[.][NL]a small thing, I know[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But when someone recognizes the fine[NL]qualities of Renais, I get a thrill.[A][NL]Renais is a small country, but it[.][NL]contains much that is good.[.][A][OpenMidLeft]I don't know Renais, but I do know[NL]how you feel as a fellow knight.[A][NL]The more we are away, the more we[.][NL]think back on our beloved homeland.[.][A][OpenMidRight]I'm glad that I'm not alone in this.[A][OpenMidLeft]Chin up, lad. Be proud of your country,[.][NL]Franz, Knight of Renais.[A][NL]As your friend from neighboring Frelia,[.][NL]I'm glad you're proud of your home.[.][A][OpenMidRight]Yes, Sir Gilliam![.][NL]Thank you very much![A]}
|
|
MSG_0C89 {[ToggleSmile][OpenMidLeft][LoadFace][17][NL][OpenMidRight][LoadFace][6][NL][OpenMidRight]Sister Natasha.[.][A][OpenMidLeft]Hello, Franz.[.][NL]How are you doing?[A][OpenMidRight]I'm doing fine, thank you.[NL]Everything is fine.[.][A][NL]And you look like you're doing[NL]well, too. I'm relieved.[A][OpenMidLeft]Yes, but it's all thanks to everyone's[NL]care and concern, really.[.][A][NL]I'm grateful for all the attention[NL]everyone has paid to my safety.[.][A][NL]That goes for you, too, Franz.[A][OpenMidRight]Oh, pshaw, Sister Natasha. I am just[NL]a pawn, really. I don't do much[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]You are too modest, Franz.[NL]I'm telling you the truth.[A][OpenMidRight]Thank you.[A][OpenMidLeft]By the way, that's a very[.][NL]interesting satchel you have.[.][A][OpenMidRight]Huh?[A][OpenMidLeft]It's not military issue, is it?[.][A][NL]I haven't seen any of the other[.][NL]cavaliers carrying one like it.[.][A][OpenMidRight]Oh, this old thing? To tell you[.][NL]the truth, I made it myself.[A][OpenMidLeft]Really?[.][A][OpenMidRight]Yes. This pouch holds a skin of water,[NL]and this pocket is for food.[A][NL]There's also a pocket for herbs[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I can find everything very quickly.[.][A][NL]Oh, and I've also fixed it so that it[.][NL]won't shake about while I'm riding.[.][A][NL]It's easy to carry on one shoulder or sling[.][NL]over both. And it goes with everything.[.][A][OpenMidLeft]That's nice![NL]You're so handy.[A][OpenMidRight]Thank you.[NL]It's[ToggleMouthMove]...[.][ToggleMouthMove]probably my only redeeming trait.[.][A][NL]Uh[ToggleMouthMove]... [ToggleMouthMove]Would you like one?[.][NL]I can make one for you.[.][A][OpenMidLeft]Really?[.][NL]That would be wonderful.[A][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove]are you sure?[.][A][OpenMidRight]Yes, of course.[.][NL]No problem.[.][A][OpenMidLeft]Thank you, Franz.[.][A]}
|
|
MSG_0C8A {[ToggleSmile][OpenMidLeft][LoadFace][6][NL][OpenMidRight][LoadFace][17][NL][OpenMidRight]Franz.[A][NL]That satchel you made me[NL]is ingenious. Really.[.][A][OpenMidLeft]Really?[.][NL]Good[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I made yours more lightweight[.][NL]than the one I made myself.[.][A][OpenMidRight]Thank you so much.[NL]I'll cherish it.[A][NL2][ToggleSmile][OpenMidRight][MoveMidRight][OpenMidRight]Oh, ouch![.][A][OpenMidLeft]Hn!?[A][NL]Sister Natasha, are you all[.][NL]right? What's wrong?![.][A][OpenMidRight]My hair[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Oh[ToggleMouthMove]... [ToggleMouthMove]Your hair's gotten[NL]pinched in your clip.[.][A][OpenMidRight]Ow[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Oh, don't move.[.][NL]Let me help you.[A][SendToBack][OpenMidRight]Thank you.[A][CloseSpeechSlow][OpenMidLeft][ClearFace][.....][OpenFarRight][LoadFace][6][NL][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][OpenFarRight][ToggleMouthMove]......[ToggleMouthMove][A][CloseSpeechSlow][OpenFarRight][MoveFarRight][.......][OpenFarRight][MoveFarRight][OpenMidRight][ToggleMouthMove].........[.][ToggleMouthMove][A][CloseSpeechSlow][.......][OpenFarRight][ToggleSmile]Got it.[.][A][ToggleSmile][......][OpenFarRight][ClearFace][......][.....][OpenMidLeft][LoadFace][6][NL][FastPrint][OpenMidRight][ToggleSmile]Thank you so much.[A][ToggleSmile][OpenMidLeft]But your hair's still[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Ah, I know.[.][A][NL]Hold on a moment.[.][NL]Let[.][ToggleMouthMove]...[.][ToggleMouthMove]me[ToggleMouthMove]...[.][ToggleMouthMove]see[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Hm?[.][A][OpenMidLeft][ToggleSmile]Ah. Here it is.[.][A][ToggleSmile][OpenMidRight]A comb[ToggleMouthMove]...?[ToggleMouthMove][A][ToggleSmile][OpenMidLeft]Your hair is messed up.[.][NL]Would you like me to fix it?[A][OpenMidRight][ToggleSmile]Yes, please. But where did[NL]you get that comb[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]Excuse me for a moment.[.][NL][ToggleSmile][ToggleMouthMove]......[ToggleMouthMove][A][ToggleSmile][ToggleSmile][OpenMidLeft][ClearFace][OpenMidRight][MoveRight][OpenFarRight][LoadFace][6][NL][OpenRight][ToggleMouthMove]......[ToggleMouthMove][A][CloseSpeechSlow][SendToBack][OpenFarRight][MoveFarRight][.......][OpenFarRight][MoveFarRight][.......][OpenFarRight][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]This comb is a memento[NL]of my mother.[.][A][ToggleSmile][OpenRight]Your[ToggleMouthMove]...[.][ToggleMouthMove]mother[ToggleMouthMove]...?[ToggleMouthMove][A][OpenFarRight][ToggleSmile]Yes. See, when I left home, I was[.][NL]afraid of something bad happening.[A][NL]So I thought I'd take this comb with[NL]me as a good-luck charm.[A][NL]I usually keep it in front of the[.][NL]portrait of my mother Forde painted.[A][ToggleSmile][OpenRight]I see[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarRight][ToggleSmile]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][CloseSpeechSlow][OpenFarRight][MoveFarRight][.......][OpenFarRight][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]......[ToggleMouthMove][NL][ToggleSmile]There! All done.[A][ToggleSmile][CloseSpeechSlow][OpenFarRight][ClearFace][OpenRight][MoveMidRight][......][.....][OpenMidLeft][LoadFace][6][NL][ToggleSmile][OpenMidRight]Um[ToggleMouthMove]......[ToggleMouthMove][A][NL][OpenMidRight][MoveMidRight][OpenMidRight]It looks good. Much better than[.][NL]when I do it myself[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Franz, you truly are a[NL]remarkably handy person.[A][NL]When you're near me, I find[.][NL]myself comforted by your presence.[A][OpenMidLeft]Don't be silly. The pleasure's mine.[A][OpenMidRight]No, I mean it. Thank you.[.][A][NL]I hope that this marks the beginning[NL]of a long friendship.[.][A][OpenMidLeft]As do I, milady. As do I.[.][A]}
|
|
MSG_0C8B {[ToggleSmile][OpenMidLeft][LoadFace][17][NL][OpenMidRight][LoadFace][6][NL][OpenMidLeft]You're holding up beautifully.[A][OpenMidRight]Oh, no, Sister Natasha.[.][NL]I'm still such an amateur[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]You're serious and focused, Franz.[A][NL]You grow stronger every day, and[NL]you're sure to be a wonderful knight![.][A][OpenMidRight]Thank you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But I've never excelled in either the[.][NL]spear or sword, and I'm a small man.[A][NL]I'm not much when compared to the[.][NL]likes of our other men.[.][A][OpenMidLeft]There are many types of knights.[A][NL]Some are strong, some are swift,[NL]and others are intelligent.[.][A][NL]You possess a wonderful talent[NL]that no other man can match.[A][OpenMidRight][ToggleSmile]Me[ToggleMouthMove]...?[ToggleMouthMove][A][ToggleSmile][OpenMidLeft]Yes. You have a pure heart.[.][A][NL]It is stronger than any spear, and[NL]it possesses its own brand of power.[A][NL]You should have more confidence.[A][OpenMidRight][ToggleSmile]Sister Natasha[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]......[ToggleMouthMove][.....][NL]A[.][ToggleMouthMove]...[.][ToggleMouthMove]pure heart[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL][ToggleSmile]Thank you very much.[A][NL]I'll take your words to heart[.][NL]and try to be more confident.[.][A][OpenMidLeft]That's good.[A][OpenMidRight]Oh, by the way.[.][NL]Here you go[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]Hm?[.][NL]Oh, that's[ToggleMouthMove]--[ToggleMouthMove][A][ToggleSmile][OpenMidRight]Yes, it's my mother's comb.[.][A][NL]I would like it if you[NL]chose to keep it with you.[A][OpenMidLeft][ToggleSmile]Franz[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]I've let myself believe that it[.][NL]protected me from harm.[.][A][NL]Now, I would like to believe that[.][NL]it protects you, too[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Franz, I can't. This is[.][NL]something you should keep.[A][ToggleSmile][ToggleSmile][OpenMidRight]Sister Natasha?[.][A][OpenMidLeft]You took this comb because you believed[.][NL]your mother was protecting you.[.][A][NL]This comb embodies all your memories[NL]of and feelings for your mother.[A][NL]It should remain in your hands.[.][NL]That's where it belongs.[A][OpenMidRight]Sister Natasha[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]But I do thank you[ToggleMouthMove]... [ToggleMouthMove]It is[.][NL]a remarkably tender gesture.[A][NL]I'm very happy.[.][.....][NL][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Franz[.][ToggleMouthMove]... [ToggleMouthMove]The only reason I fight on with[.][NL]confidence is because you are with me.[A][ToggleSmile][ToggleSmile][OpenMidRight]Well[ToggleMouthMove]...[.][ToggleMouthMove]that's just not true.[.][A][OpenMidLeft]No, I'm serious.[A][NL]You see, for me, you are the[NL]person who makes me feel[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Well, strong. Strong and confident.[.][A][NL]Your presence is better than a[NL]good-luck charm or anything else.[.][A][NL]I hope that you and I spend more time[.][NL]together, fighting for this just cause.[.][A][OpenMidRight]Yes![A][NL]Thank you for all your kind words.[NL]I certainly hope so, too.[.][A][OpenMidLeft]Together, let's restore peace to all[NL]countries, not just Renais and Grado.[.][A][OpenMidRight]Yes, Sister Natasha.[A][NL]It is a noble cause, and we[.][NL]will bring victory![.][A][OpenMidLeft]Then let's fight. For victory[.][NL]and for friendship.[.][A][OpenMidRight]Yes, my lady![.][A]}
|
|
MSG_0C8C {[ToggleSmile][OpenMidLeft][LoadFace][22][NL][OpenMidRight][LoadFace][6][NL][OpenMidRight]Brother.[A][OpenMidLeft]Hey, Franz.[.][A][OpenMidRight][ToggleSmile]I'm glad to see you're still[NL]in one piece![.][A][NL][ToggleSmile]After that last battle, I was[.][NL]starting to get a little worried.[.][A][OpenMidLeft]I'm glad you're all right, too.[.][NL]Good job out there, by the way.[.][A][NL]Your fighting form is perfect.[A][OpenMidRight]Thanks, Forde.[A][NL][ToggleSmile]I keep thinking about this war[ToggleMouthMove]...[.][ToggleMouthMove][NL]What do you think will happen?[A][ToggleSmile][OpenMidLeft]Dunno. I mean, whatever[.][NL]happens happens, right?[.][A][OpenMidRight][ToggleSmile]Always quick with a joke[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But I'm serious this time.[NL]What do you think?[A][ToggleSmile][OpenMidLeft]Hey, I was being serious.[.][A][NL]We are the best and brightest of our[NL]age, but we face overwhelming numbers.[A][NL]If you ask me, all I can say is that[NL]I hope we win.[A][OpenMidRight][ToggleSmile]It takes more than just hoping for it.[A][NL]We need to FIGHT for it. We are Knights[.][NL]of Renais, and it's our duty to fight.[A][ToggleSmile][ToggleSmile][OpenMidLeft]Sigh[ToggleMouthMove]... [ToggleMouthMove]You're so serious.[NL]You're just like Kyle.[A][NL]If you take the battle too seriously,[.][NL]you're sure to make a mistake.[A][OpenMidRight]You think so[ToggleMouthMove]...?[ToggleMouthMove][A][OpenMidLeft][ToggleSmile]Of course![A][NL]It's good to be responsible, but you[NL]have more pressing concerns at times.[.][A][ToggleSmile][ToggleSmile][OpenMidRight][ToggleSmile]All right, Brother. I know[NL]what you're saying.[.][A][ToggleSmile]}
|
|
MSG_0C8D {[OpenMidLeft][LoadFace][22][NL][OpenMidRight][LoadFace][6][NL][OpenMidRight]Brother[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Are you painting again?[.][A][ToggleSmile][OpenMidLeft]Hm? Yes, well[.][ToggleMouthMove]...[.][ToggleMouthMove]it's a hobby.[.][A][NL]You fish, don't you?[A][OpenMidRight]Yes.[A][OpenMidLeft]What do you like about fishing?[.][A][OpenMidRight]Well[ToggleMouthMove]...[.][ToggleMouthMove]it's different than hunting[.][NL]for other animals. More patient.[A][NL]And yet, when I hold a fishing pole,[NL]I feel my spear arm is getting stronger.[A][OpenMidLeft]When you're off duty, you should stop[.][NL]thinking about spears and swords.[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]There's more[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Yeah?[.][A][OpenMidRight]I feel at peace.[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Hm.[.][A][NL]Fishing sounds nice. Lets you relax,[NL]purge your heart of the battlefield.[A][OpenMidRight]Yes, exactly.[.][A][OpenMidLeft]And that is important, isn't it?[A][NL]In battle or in daily life, you[.][NL]just have to stop and rest, right?[A][NL]Hey, you should take a break sometime[.][NL]and go fishing around here![.][A][OpenMidRight][ToggleSmile]Ha! In the middle of a war?[.][NL]You can't be serious.[.][A][NL]How could I possibly do that?[.][A][ToggleSmile][OpenMidLeft]Hey, I'm not saying you should go[.][NL]right in the middle of a battle.[A][NL]Do it when you're off duty. Maybe you[.][NL]can help replenish our food supplies.[.][A][OpenMidRight][ToggleSmile]Really?[.][A][ToggleSmile][OpenMidLeft]Sure, yeah.[.][A][NL]You go catch us a big fish,[.][NL]and I'll eat it. It's a deal![.][A][OpenMidRight][ToggleSmile]Huh?[NL]Oh[ToggleMouthMove]...[.][ToggleMouthMove]right.[A][ToggleSmile][OpenMidLeft]Now, I've something to look forward to.[.][A][OpenMidRight][ToggleSmile]Hm[ToggleMouthMove]... [ToggleMouthMove]Was this all just about[.][NL]you getting some fresh fish to eat?[.][A][ToggleSmile]}
|
|
MSG_0C8E {[ToggleSmile][OpenMidLeft][LoadFace][22][NL][OpenMidRight][LoadFace][6][NL][OpenMidRight]Brother.[A][OpenMidLeft]Franz, that was the best[NL]fish I ever tasted. Thanks.[.][A][OpenMidRight]I was feeling guilty a little[.][NL]while I was fishing though.[.][A][NL]I was off duty, but still[.][ToggleMouthMove]...[.][ToggleMouthMove]we are[NL]in the middle of war.[.][A][NL]I guess it's fine. General Seth seemed[NL]to like it well enough, too.[A][OpenMidLeft]Yup. And as long as everyone's[NL]happy, there's no harm done.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][NL]Brother. I've realized something.[.][A][OpenMidLeft]Huh? What's that?[.][A][OpenMidRight]You are my role model.[A][OpenMidLeft][ToggleSmile]Franz, what's with you?[.][NL]All of a sudden, you[ToggleMouthMove]--[ToggleMouthMove][A][ToggleSmile][OpenMidRight]No, it's not sudden at all.[.][A][NL]Come to think of it, I became a[.][NL]soldier so I could be like you.[.][A][NL]And now, I'm going to work harder,[NL]so I can be a great knight like you.[A][OpenMidLeft]That[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]That doesn't make any sense. Have you[.][NL]seen how lazy I am? Seriously.[A][NL]There are MUCH better role models out[.][NL]there for you to hero-worship.[A][ToggleSmile][OpenMidRight]No, no. You like to act lazy. It's[NL]part of your charm, isn't it?[.][A][NL]But once the battle starts, everyone[NL]sees how sharp a warrior you are.[.][A][OpenMidLeft]Is that so?[.][A][OpenMidRight]Yes, it is. And I also know that you[NL]like to play the part of the fool[.][A][NL]for no other reason than to give these[NL]weary soldiers a reason to smile.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]And your sword and spear skills surpass[.][NL]those of any knight in the service of[.][A][NL]Renais, Frelia, or any other kingdom.[.][A][OpenMidLeft][ToggleSmile]Wow. Your flattery is far more[NL]than I deserve[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]The only reason you paint is to acquire[.][NL]a better understanding of geography,[A][NL]so that you can use that knowledge[NL]in battle[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]Nah[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]It's just a hobby.[A][NL]Don't give me too much credit.[A][ToggleSmile][OpenMidRight]I'm not.[A][NL]Think about it. You only paint[NL]landscapes, isn't that true?[A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]The last portrait I ever painted[NL]was of Mother[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Mother?[.][A][OpenMidLeft][ToggleSmile]Never mind. Not important.[NL]Anyway, I'm shocked. SHOCKED.[.][A][NL]Yeah, if you need a role model,[.][NL]look to General Seth.[.][A][ToggleSmile][OpenMidRight]Of course I admire General Seth.[A][NL]But that's just admiration.[.][NL][ToggleSmile]You're still my role model.[.][A][ToggleSmile][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Well, I can't tell you what to think.[.][NL]I just hope you don't regret this later.[A][ToggleSmile][OpenMidRight]Don't worry. I won't.[.][A][OpenMidLeft]Hm. Whatever you say.[.][A][OpenMidRight]Yes.[NL]So, that's that.[A][NL]Now, make sure you don't get[NL]yourself killed in a fight.[.][A][NL]Bye.[A][OpenMidRight][ClearFace][.......][OpenMidLeft]Franz[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]I need you to survive this war.[.][NL]You and I will go home together.[A][NL]When this war is over, you and I[NL]will go home and rebuild our lives.[.][A]}
|
|
MSG_0C8F {[ToggleSmile][OpenMidLeft][LoadFace][25][NL][OpenMidRight][LoadFace][6][NL][OpenMidRight][ToggleSmile]Oh, hello there. You're[.][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL][ToggleSmile]Ah, it's Amelia, isn't it?[A][OpenMidLeft][ToggleSmile]Hm? Oh[ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]Yes, and you're Franz![A][OpenMidRight]That's right. How are you?[NL]Getting the hang of things?[.][A][OpenMidLeft]Oh, yes. Quite![.][A][NL]You know, everyone here is so much[NL]friendlier than the folks in Grado.[.][A][NL]I'm glad there are so many people[.][NL]around my age traveling with us.[A][OpenMidRight]Yeah. I think I'm about the same[NL]age as you are, too.[A][NL]You know what that means? That means,[.][NL]from now on, you're my rival.[.][A][OpenMidLeft][ToggleSmile]What?[.][A][ToggleSmile][OpenMidRight]What do you say?[A][OpenMidLeft][ToggleSmile]Um[ToggleMouthMove]...[.][ToggleMouthMove][NL]Well, does that mean[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I have to fight you?[A][ToggleSmile][OpenMidRight]No, no. It's nothing as complicated as[NL]all that. We'll just work together.[.][A][NL]See, I'll try to be better than you,[NL]and you try to be better than me![.][A][NL]Every day, try to be a better person[NL]than you are today.[.][A][NL]It's easier to do when you've got[.][NL]someone to work with.[.][A][OpenMidLeft]I see[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]But why?[A][OpenMidRight]Yes, well.[NL]Um[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]My brother's a knight, too, and he's[NL]had someone like that for a long time.[A][NL]I've always been envious of the[.][NL]competitive relationship he has.[A][NL]They compete, and they argue, and[.][NL]they bicker[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But I know they respect one another,[NL]and they grow together.[.][A][NL]I envy that.[A][OpenMidLeft][ToggleSmile]Um[ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]I'm not sure I can be like that.[A][ToggleSmile][OpenMidRight]Ha ha ha[ToggleMouthMove]...[.][ToggleMouthMove][NL]Don't worry about it.[.][A][NL]It doesn't matter who you are.[A][NL]All that really matters is that we[NL]have someone like that in our lives.[A][NL]Besides, you are a qualified soldier,[.][NL]are you not?[A][OpenMidLeft][ToggleSmile]Er[ToggleMouthMove]... [ToggleMouthMove]I'm not honestly sure I'm[.][NL]even qualified to be out here.[A][ToggleSmile][OpenMidRight]Same here.[NL]That's why I picked you.[A][NL]Let's work together.[A][OpenMidLeft]All right![A][NL]I'm not sure I can live up[NL]to your expectations[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But I'll do my best.[A][OpenMidRight]Good. It's nice to[NL]meet you, Amelia.[.][A][OpenMidLeft][ToggleSmile]It certainly is![A][ToggleSmile]}
|
|
MSG_0C90 {[ToggleSmile][OpenMidLeft][LoadFace][6][NL][OpenMidRight][LoadFace][25][NL][OpenMidRight]Oh, Sir Franz![A][OpenMidLeft]Amelia, hello.[NL]Call me Franz.[A][OpenMidRight][ToggleSmile]What? But[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]We are rivals, right? There's no[NL]need for the formality of titles.[.][A][OpenMidRight]Oh, of course not, sir![.][A][OpenMidLeft]Ha ha ha[ToggleMouthMove]...[.][ToggleMouthMove][NL]You did it again.[.][A][OpenMidRight]Well, then[ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]I got it, Franz.[A][OpenMidLeft]Good.[.][A][OpenMidRight]Ha ha[.][ToggleMouthMove]... [ToggleMouthMove]I'm not used[NL]to being so casual.[.][A][OpenMidLeft][ToggleSmile]Can I ask you, what do[NL]you think of this war?[A][ToggleSmile][ToggleSmile][OpenMidRight]What?[.][A][OpenMidLeft]I still don't understand why Grado[NL]chose to invade Renais.[.][A][NL]Grado and Renais were allies. Their royal[.][NL]families were close friends.[A][NL]Why, Prince Ephraim and Princess Eirika[.][NL]are friends with your Prince Lyon.[A][NL]I detect something funny here.[A][NL]I simply cannot believe a friendship[NL]so strong could end so abruptly.[A][NL]How many lives have been destroyed by[.][NL]such a seemingly random turn of events?[.][A][NL]Perhaps the prince and princess know[NL]more of the truth, but[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Oh, I'm sorry. I don't mean to[NL]besmirch your homeland's name.[A][OpenMidRight]No, it's all right. I wonder what[.][NL]drives Grado's ambitions now, too.[A][NL]I was born in a rural village and[.][NL]raised in Grado's countryside.[A][NL]Ever since I was a little child,[NL]I took pride in my home's origins.[A][NL]Grado, of course, is named after the[NL]legendary hero who saved all of Magvel.[.][A][NL]I thought I lived in a country that[.][NL]believed in justice and peace.[A][NL]But this war[ToggleMouthMove]... [ToggleMouthMove]It's something[NL]different than all that.[A][OpenMidLeft]Amelia[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm sorry.[A][NL]This war must be especially[.][NL]painful for you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]I'll be fine, Franz.[NL]But thank you, though.[A][NL][ToggleSmile]It was wrong of Grado to invade[.][NL]Renais. Nothing can justify it.[.][A][NL]Grado has no right to destroy whole[.][NL]nations, ruin people's lives.[.][A][NL]This is all so[ToggleMouthMove]...[.][ToggleMouthMove]so wrong![.][A][NL]I began this war as a soldier[.][NL]in Grado's armies.[A][NL]But now[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I just want to believe[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I want to believe in justice! I want[NL]to know I'm doing the right thing![A][OpenMidLeft]Amelia[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I understand it all very well. Your[.][NL]love of your homeland[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Your sense of justice, of honor[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If there's anything I can do to[.][NL]help you, please let me know.[.][A][NL][ToggleSmile]We are rivals, but that doesn't mean[NL]we can't also be friends, right?[A][ToggleSmile][OpenMidRight]Franz[.][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL][ToggleSmile]Thank you.[A][ToggleSmile][ToggleSmile][OpenMidLeft]I won't let you down.[.][A][OpenMidRight]No, neither will I![.][A]}
|
|
MSG_0C91 {[ToggleSmile][OpenMidRight][LoadFace][6][NL][OpenMidLeft][LoadFace][25][NL][OpenMidRight]Amelia.[.][NL]Can I ask you something?[A][OpenMidLeft]What is it?[.][A][OpenMidRight]Why did you become a soldier?[.][A][ToggleSmile][OpenMidLeft]Hm?[.][.....][NL][ToggleMouthMove]......[ToggleMouthMove][A][NL][OpenMidLeft][HalfCloseEyes][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]Because I was alone.[A][OpenMidRight]Alone?[A][OpenMidLeft]When I was little, I lived in a[.][NL]remote village with my mother.[A][NL]One day[.][ToggleMouthMove]...[.][ToggleMouthMove]bandits raided our[NL]village and took my mother.[.][A][OpenMidRight]Oh![.][A][OpenMidLeft]I had no father[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]My mother was my only family.[.][A][NL]She was so sick[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]and so very weak[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]When the bandits came[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I hid under the bed[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][OpenMidLeft][CloseEyes][OpenMidLeft]I hid there[.][ToggleMouthMove]...[.][ToggleMouthMove]trembling[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Amelia[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][OpenEyes][OpenMidLeft][MoveMidLeft][OpenMidLeft]I wanted to protect her![NL]I[.][ToggleMouthMove]...[.][ToggleMouthMove]wanted to be strong![A][NL][OpenMidLeft][HalfCloseEyes][OpenMidLeft]Even if I couldn't win[ToggleMouthMove]...[.][ToggleMouthMove][NL]I wanted to fight![A][NL]To protect the only person[NL]dear to me[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][CloseEyes][OpenMidLeft]Oh[ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I see now[.][ToggleMouthMove]... [ToggleMouthMove]Thank you for[.][NL]telling me your story.[A][NL]I want you to know this, Amelia.[NL][ToggleMouthMove]...[.][ToggleMouthMove]My parents are gone, too.[.][A][OpenMidLeft][HalfCloseEyes][OpenMidLeft]You[.][ToggleMouthMove]...[.][ToggleMouthMove]too[.][ToggleMouthMove]...?[ToggleMouthMove][A][OpenMidRight][ToggleSmile]Yes[.][ToggleMouthMove]... [ToggleMouthMove]Well, I do have a brother, though.[NL]But I don't remember my mother.[.][A][NL]But I swore that I would live my[NL]every moment to its fullest.[A][NL]I swore to my parents that I would live [NL]a long life for them and be happy.[A][NL]Amelia[ToggleMouthMove]... [ToggleMouthMove]You're living the same way,[.][NL]embracing each passing moment.[A][NL]You believe in yourself, and your[.][NL]faith burns in you, making you shine.[.][A][NL]I don't know what it is you plan[NL]to do with your life,[.][A][NL]but as long as we travel the same path,[.][NL]would you let me walk beside you?[.][A][NL]I have my own path to follow, I know,[.][NL]but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I believe we're both walking toward[.][NL]the same goal.[A][ToggleSmile][OpenMidLeft][OpenEyes][OpenMidLeft]Franz[.][ToggleMouthMove]...?[ToggleMouthMove][A][OpenMidRight][ToggleSmile]You don't like that?[A][ToggleSmile][ToggleSmile][OpenMidLeft][MoveMidLeft][OpenMidLeft][ToggleSmile]No! That's not it.[NL]I'm[.][ToggleMouthMove]...[.][ToggleMouthMove]very happy![.][A][NL][ToggleSmile]Franz[.][ToggleMouthMove]...![ToggleMouthMove][A][OpenMidRight]Amelia, I'll protect you.[.][A][OpenMidLeft]Franz[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Thank you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm really happy. But[.][ToggleMouthMove]...[.][ToggleMouthMove]I want[NL]to protect you, too.[A][NL]I am a soldier of sorts as[NL]well, you know.[.][A][NL]So[ToggleMouthMove]...[.][ToggleMouthMove]let me be your[NL]shield to protect you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]And I will be your sword and[NL]fight for you. From now on.[.][A][NL]You're not alone anymore,[.][NL]Amelia.[.][A][OpenMidLeft]Thank you, Franz.[.][A][CloseSpeechSlow][OpenMidLeft][MoveRight][.....][OpenRight][CloseEyes][.......]}
|
|
MSG_0C92 {[OpenMidLeft][LoadFace][5][NL][OpenMidRight][LoadFace][14][NL][OpenMidRight][ToggleSmile]Sir Gilliam.[A][ToggleSmile][OpenMidLeft]Well, if it isn't Garcia[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Your armor suits you. Must have taken[.][NL]a lot of training to fight in it, eh?[.][A][NL]And it probably takes a lot of[NL]strength to wear, too.[A][ToggleSmile][OpenMidLeft]I don't want to brag, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]None of Frelia's knights can[NL]match me for strength.[A][OpenMidRight][ToggleSmile]Oh, is that so? You know, in my day,[NL]they said I was without equal.[A][NL]Hm[ToggleMouthMove]... [ToggleMouthMove]What do you say, Garcia?[NL]Let's arm-wrestle![A][ToggleSmile][OpenMidLeft]You mean[ToggleMouthMove]...[.][ToggleMouthMove]right now?[A][OpenMidRight][ToggleSmile]Oh, why not! It won't[.][NL]take more than a minute.[A][ToggleSmile][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][NL]Very well. I accept your challenge.[.][A][OpenMidRight][ToggleSmile]Excellent! I'd expect no less[.][NL]from a true knight! Let's go.[.][A][ToggleSmile][OpenMidRight][MoveRight][OpenMidLeft]All right[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][MoveLeft][OpenRight]Hah![A][OpenLeft]Ng![.][A][OpenRight][ClearFace][OpenLeft][ClearFace][.......][......][OpenMidLeft][LoadFace][5][NL][OpenMidRight][LoadFace][14][NL][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]You beat me. Well, I've got[.][NL]to hand it to you, Garcia.[A][OpenMidRight][ToggleSmile]Ha ha! Don't feel bad. You[NL]almost had me for a minute there.[.][A][NL]I'm impressed![A][ToggleSmile]}
|
|
MSG_0C93 {[OpenMidLeft][LoadFace][5][NL][OpenMidRight][LoadFace][14][NL][OpenMidRight]Sir Gilliam.[A][OpenMidLeft]Yes, Garcia?[A][OpenMidRight]About that match the other day[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]What, you mean when we arm-wrestled?[NL][ToggleSmile]That was a GREAT match.[.][A][ToggleSmile][OpenMidRight]Yes, well[.][ToggleMouthMove]... [ToggleMouthMove]I've been thinking.[.][A][NL]Now, if I remember it correctly,[NL]I was using my sword arm[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But you're left-handed, aren't you?[.][NL]You were using your off hand.[.][A][OpenMidLeft]Huh?[A][NL]Oh, well[ToggleMouthMove]... [ToggleMouthMove]I didn't want[.][NL]to say anything, but[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I knew it![A][NL]All right! We have to have a[NL]rematch using our OTHER hands![A][OpenMidLeft]Garcia, are you[.][ToggleMouthMove]--[ToggleMouthMove][A][NL]Fine, fine. I accept[NL]your challenge. [A][OpenMidRight]Let's try this again![.][A][OpenMidRight][MoveRight][OpenMidLeft]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][MoveLeft][OpenRight]Hah![A][OpenLeft]Hmmmmm[ToggleMouthMove]...![ToggleMouthMove][A][OpenRight][ClearFace][OpenLeft][ClearFace][.......][......][OpenMidLeft][LoadFace][5][NL][OpenMidRight][LoadFace][14][NL][OpenMidRight][ToggleSmile]Hm[ToggleMouthMove]... [ToggleMouthMove]See, this[.][NL]time, you beat me.[A][ToggleSmile][OpenMidLeft]True, but it WAS your off hand[NL]this time, and it was still close.[A][NL]Garcia, you really are amazing.[.][A][OpenMidRight][ToggleSmile]Ha ha ha![.][A][NL]You know, I feel good about this.[.][NL]I lost, but[.][ToggleMouthMove]...[.][ToggleMouthMove]I feel good.[A][NL]With a great knight like you at[.][NL]our side, we've nothing to fear.[A][ToggleSmile][OpenMidLeft][ToggleSmile]Don't be silly, Garcia.[.][NL]You're an amazing fighter.[A][NL]With you in our midst, our[NL]forces are invincible![A][ToggleSmile][OpenMidRight][ToggleSmile]Ha![.][A][NL]Let us fight together, then, and[NL]watch our enemies fall like leaves![.][A][ToggleSmile][OpenMidLeft][ToggleSmile]Gladly![.][A][ToggleSmile]}
|
|
MSG_0C94 {[OpenMidLeft][LoadFace][14][NL][OpenMidRight][LoadFace][5][NL][OpenMidRight]Garcia[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleMouthMove]![.][ToggleMouthMove][.....][NL]Oh, Gilliam[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Sorry to bother you. You just seem[NL]to have something on your mind.[.][A][OpenMidLeft]I do. I was[.][ToggleMouthMove]... [ToggleMouthMove]I was just thinking[.][NL]about my son, Ross.[.][A][OpenMidRight]Ah, Ross. He's a good lad.[A][OpenMidLeft]It's[ToggleMouthMove]...[.][ToggleMouthMove]a wonderful feeling[.][NL]to have a son, Gilliam.[.][A][NL][ToggleSmile]I was so happy to learn I had a boy[.][NL]who could follow in my footsteps.[.][A][NL2][NL][ToggleSmile]Do you have children?[.][A][OpenMidRight]Oh, no[ToggleMouthMove]... [ToggleMouthMove]You know what the[.][NL]life of a soldier is like.[A][ToggleSmile][OpenMidLeft]Aye, I remember it well. But I still[NL]found a wife. Don't you have anyone?[A][OpenMidRight][ToggleSmile]I[.][ToggleMouthMove]-- [.][ToggleMouthMove]Well, to be honest[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]There is someone I've had my eye on,[NL]but what do soldiers know of love?[A][NL]I don't know how to win a woman's heart.[A][ToggleSmile][OpenMidLeft]Ha ha ha ha ha![.][A][NL]Oh, don't take it too hard. These[.][NL]are tough times for romance.[A][NL]As time passes, the world will change.[NL]No, WE will change it.[A][NL]Wait for your time. When the world changes,[.][NL]people change. Soldiers change. Just wait.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]You're right.[.][A][NL]When this war ends, I'll be ready[.][NL]to face a different type of battle.[.][A][OpenMidLeft]Yes.[A][NL]And when you do wed, you must be[NL]sure to invite me and my boy.[.][A][NL]It will be a great celebration.[.][A][OpenMidRight]Yes, of course, my friend.[A]}
|
|
MSG_0C95 {[OpenMidLeft][LoadFace][5][NL][OpenMidRight][LoadFace][43][NL][OpenMidRight]Gilliam, long time, no see.[.][A][OpenMidLeft]Syrene.[.][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]It's been a while.[NL]You look great.[.][A][OpenMidRight][ToggleSmile]Likewise, Gilliam[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleMouthMove]...[.][ToggleMouthMove]Heh.[A][ToggleSmile][OpenMidLeft]What is it, Syrene?[.][NL]Is there something on my face?[A][OpenMidRight][ToggleSmile]Oh, it's nothing. Don't worry about it.[.][A][NL]You're still one of the best-looking men[NL]in Frelia's army.[.][A][ToggleSmile][OpenMidLeft]You know I hate it when you tease me.[.][A][NL]What is that smile about?[.][NL]You're making me very nervous.[A][OpenMidRight][ToggleSmile]You were with me on my first mission[NL]as one of Frelia's pegasus knight elite.[A][NL]Do you remember?[A][ToggleSmile][OpenMidLeft]Was I really? I hardly remember.[A][NL]I have a tough time picturing the[.][NL]famous Syrene as a green recruit.[.][A][NL]That really was a long time ago.[A][OpenMidRight]Oh, really? What do you[.][NL]mean by that?[.][A][OpenMidLeft]Oh, nothing. Nothing.[.][A][NL]Just that you've always been[NL]one of Frelia's finest warriors.[A][OpenMidRight]Gilliam[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]This mission matters more to me[.][NL]than that first mission did.[A][OpenMidLeft]I understand. Much more hangs[.][NL]in the balance if we fail.[A][OpenMidRight][ToggleSmile]We won't fail. I won't allow it![A][ToggleSmile][OpenMidLeft]Don't be a hero.[A][OpenMidRight][ToggleSmile]Thanks, Gilliam.[A][NL]I'm grateful that you're[NL]here with me.[.][A][ToggleSmile]}
|
|
MSG_0C96 {[OpenMidLeft][LoadFace][43][NL][OpenMidRight][LoadFace][5][NL][OpenMidLeft]Gilliam, how are you doing?[.][A][OpenMidRight]Everything's fine for now, but[ToggleMouthMove]--[ToggleMouthMove][A][NL]Syrene?[.][.....][NL]You look pale. Are you feeling unwell?[A][OpenMidLeft]I'm fine, Gilliam.[NL]Don't worry about me.[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Syrene.[.][A][NL]People come to you when[.][NL]they need advice, right?[A][OpenMidLeft]They do, yes. Why do you ask?[.][A][NL]Don't tell me you need[NL]some advice from me.[A][OpenMidRight]Yeah. Can we talk?[A][OpenMidLeft]Oh[ToggleMouthMove]...[.][ToggleMouthMove]well[ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]Of course.[A][ToggleSmile][OpenMidRight]People come to talk to me, too. Must[NL]be[ToggleMouthMove]...[.][ToggleMouthMove]the wisdom of age or something.[.][A][NL]But I don't know what to say. What do[.][NL]you do if you have no advice to give?[.][A][OpenMidLeft]That happens all the time.[NL][ToggleSmile]But I've learned something[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]People feel better as soon as they let[NL]it out. They just want you to listen.[.][A][NL]We're fighting a war. It's only natural[.][NL]that people get scared and need comfort.[A][ToggleSmile][OpenMidRight]Do you[ToggleMouthMove]...[.][ToggleMouthMove]get scared?[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Gilliam.[A][NL]Is this all just an attempt[.][NL]to probe me for my problems?[A][OpenMidRight]Oh, er, don't be[ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft][ToggleSmile]Don't worry.[A][NL]If I ever have any problems,[NL]I'll be sure to come to you.[A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]I'm always here.[A][OpenMidLeft]Thanks, Gilliam.[A]}
|
|
MSG_0C97 {[OpenMidLeft][LoadFace][43][NL][OpenMidRight][LoadFace][5][NL][OpenMidLeft]Gilliam![NL]I'll be right there![A][OpenMidRight]Syrene![.][NL]Don't be a hero![A][OpenMidLeft][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]Gilliam, you're always[NL]telling me to be careful[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You know full well I watch over[.][NL]everyone. It's what I do.[.][A][NL]But you[.][ToggleMouthMove]... [ToggleMouthMove]You're the one[NL]who always watches over me.[.][A][ToggleSmile][OpenMidRight]Syrene[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]You know why I stay close to[NL]you? Just to hear you say that.[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Gilliam[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Is that[.][ToggleMouthMove]...[.][ToggleMouthMove]all you want to[.][NL]hear me say?[A][OpenMidLeft]What do you[.][ToggleMouthMove]--?[.][ToggleMouthMove][A][OpenMidRight]Syrene[ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]When this war is over[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]Let's get married.[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Gilliam![A][OpenMidRight]Don't answer now.[.][A][NL]When this war is over[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]When we get back to Frelia[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Wait until then, will you?[NL]Wait until then to tell me.[.][A][OpenMidLeft]Gilliam[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You needn't wait that long.[.][NL]You already know my answer.[.][A][NL][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]But if that is what[.][NL]you want, Gilliam, then yes![A][NL][ToggleMouthMove]...[.][ToggleMouthMove]I will wait until the war is[NL]over before I give my answer![.][A][NL]Gilliam[.][ToggleMouthMove]... [ToggleMouthMove]Good luck.[A][ToggleSmile][OpenMidRight]Syrene[ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]Good luck to you.[.][A]}
|
|
MSG_0C98 {[OpenMidLeft][LoadFace][7][NL][OpenMidRight][LoadFace][5][NL][OpenMidLeft]Gilliam, did you hear something?[A][OpenMidRight]No, Moulder. I didn't[.][NL]hear a thing.[.][A][OpenMidLeft]Was it just in my head?[.][NL]Hm. That can't be good.[.][A][OpenMidRight]Moulder, you've been working yourself[.][NL]too hard. You should rest.[A][OpenMidLeft]No, I'm not tired in the slightest.[.][NL]I'm fine.[.][A][NL]I cannot believe you don't hear it![.][NL]Is something wrong with your ears?[A][OpenMidRight]Moulder, please.[A][NL]I know I've seen many battles,[NL]but I'm younger than you are.[.][A][NL]My hearing is fine.[.][A][OpenMidLeft]Then why can't you hear it? I'm[.][NL]starting to worry about that noise.[.][A][OpenMidRight]Your ears are playing tricks on you.[A]}
|
|
MSG_0C99 {[OpenMidLeft][LoadFace][7][NL][OpenMidRight][LoadFace][5][NL][OpenMidLeft]There it was again! That sound I told[.][NL]you about. Gilliam, did you hear it?[A][OpenMidRight]Oh, not again. No, Moulder.[.][NL]I don't hear anything.[A][OpenMidLeft]Is it really just me? Am I the[NL]only one who can hear it?[.][A][OpenMidRight]Maybe you should describe the[.][NL]sound to me.[A][NL]Is it a dull noise? A chirp? If it's[NL]louder, I should be able to hear it.[A][OpenMidLeft]No, it's nothing like that. It's[NL]soft[ToggleMouthMove]...[.][ToggleMouthMove]a melody of some sort.[A][OpenMidRight]A melody? Are you saying someone[NL]is playing music during a battle?[.][A][NL]What kind of music? What sort[.][NL]of instrument is it?[A][OpenMidLeft]I can't explain it.[.][NL]It's so[.][ToggleMouthMove]...[.][ToggleMouthMove]heavenly.[.][A][OpenMidRight]Heavenly?[.][.....] You don't suppose[NL]it's some sort of[.][ToggleMouthMove]...[.][ToggleMouthMove]sign, do you?[.][A][OpenMidLeft]Gilliam, I would be happy if you[NL]didn't say such things.[.][A][OpenMidRight]Oh, sorry. But, Moulder[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You're the one dedicated to spiritual[.][NL]matters. I wouldn't be surprised if[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft]I said enough of that, Gilliam. I must[NL]be imagining things. That's all.[A][OpenMidRight]A melody only you can hear.[.][NL]Sounds mysterious to me.[A][OpenMidLeft]I agree. Especially because I can't[.][NL]explain the cause. I must say, I'm worried.[.][A][NL]Gilliam[.][ToggleMouthMove]... [ToggleMouthMove]If something were to[ToggleMouthMove]...[.][ToggleMouthMove][NL]happen, well[ToggleMouthMove]... [ToggleMouthMove]I'm counting on you.[A][OpenMidRight]Moulder, we've been friends for a decade[NL]and a half. I'll protect you.[.][A][NL]Besides[.][ToggleMouthMove]...[.][ToggleMouthMove]it's my duty as[.][NL]a Knight of Frelia.[.][A][OpenMidLeft]I know I can count on you, Gilliam.[.][NL]I know that better than any man.[A][NL]You have my gratitude.[A][OpenMidRight]Of course, Moulder.[.][A]}
|
|
MSG_0C9A {[OpenMidLeft][LoadFace][7][NL][OpenMidRight][LoadFace][5][NL][OpenMidRight]How are your ears today, Moulder?[.][NL]Can you still hear that melody?[.][A][OpenMidLeft]No, I haven't heard it for a while.[.][NL]I guess it was a hallucination after all.[.][A][OpenMidRight]Regardless of the cause, I'm glad[.][NL]that you don't hear it anymore.[.][A][OpenMidLeft]I'm relieved, too, but[ToggleMouthMove]...[.][ToggleMouthMove]I also[NL]miss it somewhat.[.][A][NL]The melody was haunting me, and[.][NL]I finally remember what it was.[.][A][OpenMidRight]And? What was the song?[.][A][OpenMidLeft]That was the music played [NL]at King Hayden's coronation. [.][A][OpenMidRight]Frelia's coronation hymn.[.][A][NL2][NL][ToggleSmile]Ah, I remember it well[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It is a strong song, and Frelia's[.][NL]knightly choir performed it well.[.][A][ToggleSmile][ToggleSmile][OpenMidLeft]I was the one who carried[.][NL]the crown to the throne.[A][NL]I was so nervous that I[.][NL]might drop it![A][OpenMidRight]I remember that you were the one[NL]to bear that regal burden.[A][NL]I was a mere recruit, stuck in[NL]the back with the other whelps.[.][A][NL]You know, I remember now[ToggleMouthMove]... [ToggleMouthMove]Your[NL]hands shook like you were frozen![.][A][OpenMidLeft]Yes, and then someone shouted, in a loud[NL]voice, [LQuote]Get ahold of yourself, man![RQuote][A][NL]The crown slipped, and I fumbled to[.][NL]catch it! I was so embarrassed.[.][A][OpenMidRight]I'm so sorry.[.][NL]I was young.[A][NL]You know, I felt so bad that I have[.][NL]spent years making it up to you.[A][NL]I acted before I thought. I'm sorry[.][NL]for all the embarrassment I caused.[.][A][OpenMidLeft]That's right! I believe I met[.][NL]you the very next day.[A][NL2][NL][ToggleSmile]Aha! I've figured it out![.][A][ToggleSmile][ToggleSmile][OpenMidRight]Figured what out?[.][A][OpenMidLeft]That melody[.][ToggleMouthMove]--[ToggleMouthMove]I could only hear it[NL]when I was with you. That means[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Yes?[A][OpenMidLeft]It was a sign. A sign from above that[.][NL]we must both return to the basics.[A][OpenMidRight]Return to the basics? What does[.][ToggleMouthMove]--[ToggleMouthMove][NL][ToggleSmile]Ah. Of course.[A][ToggleSmile][ToggleSmile][OpenMidLeft]Yes. We must remember who we were and[.][NL]what drove us to join this cause.[.][A][OpenMidRight]I believe you are right[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0C9B {[OpenMidLeft][LoadFace][5][NL][OpenMidRight][LoadFace][10][NL][OpenMidRight][ToggleSmile]Gilliam[.][ToggleMouthMove]...[.][ToggleMouthMove][......][NL]Gilliam! Sir Gilliam![.][A][ToggleSmile][OpenMidLeft]Be quiet, Neimi![NL]Someone will hear you![A][OpenMidRight]Oh[ToggleMouthMove]...[.][ToggleMouthMove]I'm sorry.[A][NL]I just wanted to tell you there's a[.][NL]scratch on the left side of your armor.[.][A][OpenMidLeft]Oh, that's nothing. My armor's[NL]covered in scratches.[.][A][NL]This one, I got defending Border[NL]Mulan in a siege years back.[A][NL]And this one goes back to my very[.][NL]first fight as a knighted soldier.[A][NL]Each of these is a story.[.][NL]Each one is a mark of pride.[A][OpenMidRight]Yes, but I'm worried about this[.][NL]one near the glide clip.[A][NL]I can repair it. Just[.][ToggleMouthMove]...[.][ToggleMouthMove]don't[.][NL]go anywhere![A][OpenMidLeft]Neimi, don't go off by yourself![NL]We're in the middle of battle![A][NL]One false step, and our strategy could[NL]be ruined[.][ToggleMouthMove]--[ToggleMouthMove]you might create an opening![A][NL]You put not only yourself but all of[NL]us in peril when you do that![.][A][OpenMidRight][HalfCloseEyes][OpenMidRight]Oh! I didn't mean to[ToggleMouthMove]--[ToggleMouthMove][NL][OpenMidRight][CloseEyes][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Sniff[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Don't cry, Neimi. Save[NL]your energy for fighting.[.][A][OpenMidRight][OpenEyes][OpenMidRight]Y-yes, sir! I'm[.][ToggleMouthMove]... [ToggleMouthMove]I'm sorry.[A][OpenMidLeft]Listen. This is my armor.[.][NL]I take good care of it myself.[A][NL]Don't worry about other people's[NL]armor. Worry about yourself.[A][NL]Understood?[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Yes, you're right.[A][NL]I'm so sorry[ToggleMouthMove]... [ToggleMouthMove]Sorry[.][NL]for[.][ToggleMouthMove]...[.][ToggleMouthMove]for messing around.[.][A][OpenMidLeft]I[.][ToggleMouthMove]...[.][ToggleMouthMove]do appreciate your concern.[.][A][NL]If you see something, bring it[NL]to my attention, and I'll fix it.[.][A][OpenMidRight][ToggleSmile]I will![.][NL]Thank you, Sir Gilliam![.][A][ToggleSmile]}
|
|
MSG_0C9C {[OpenMidLeft][LoadFace][10][NL][OpenMidRight][LoadFace][5][NL][OpenMidRight]Neimi. You seem to be adjusting[.][NL]to the rigors of combat well.[.][A][NL]You're a skilled archer after all.[A][OpenMidLeft][ToggleSmile]Oh[ToggleMouthMove]...[.][ToggleMouthMove]I'm so glad to hear you say that![.][NL]I was so sad after we talked last.[A][NL]I didn't know what to do, but then,[.][NL]I decided to focus on my archery.[.][A][ToggleSmile][OpenMidRight]That's the spirit, Neimi. So, have[NL]you been training by yourself?[A][NL]I never mastered archery. I'm[.][NL]sorry I can't help you train.[.][A][OpenMidLeft][ToggleSmile]No, no[ToggleMouthMove]... [ToggleMouthMove]Thank you, but I've[.][NL]been thinking about this a lot.[.][A][NL]First, I need to sharpen my vision[NL]so I can target more easily.[A][ToggleSmile][OpenMidRight]Sharpen your vision?[A][NL]Good eyesight seems essential[.][NL]in a good archer, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]How can you improve your[NL]vision? I don't understand.[.][A][OpenMidLeft][ToggleSmile]My grandfather taught me to stare[.][NL]into the distance and concentrate.[A][NL]My grandfather taught me everything[.][NL]I know about the bow.[.][A][NL]My grandfather was[ToggleMouthMove]--[ToggleMouthMove][NL]He was a great archer.[A][NL]One time, a snake was attacking a bird [.][NL]nest on a tree in a mountain far away.[A][NL]He aimed at the snake and shot it down.[.][A][ToggleSmile][OpenMidRight]Incredible. He was able to pick out[.][NL]and hit a snake from that distance?[.][A][NL][ToggleSmile]Your grandfather must have been[.][NL]a great archer.[.][A][ToggleSmile][OpenMidLeft][ToggleSmile]Yes, he was. And that's why I've[NL]been staring into the distance.[.][A][NL]I've been training constantly on the[NL]field, and my vision has improved.[A][NL]See that tree in the distance? I can[NL]spot the bugs crawling on its leaves.[.][A][ToggleSmile][OpenMidRight]I'll be impressed when you can[NL]hit each of those bugs from here.[.][A][OpenMidLeft]But[.][ToggleMouthMove]...[.][ToggleMouthMove]that would be cruel![A][OpenMidRight]There's no need to shoot bugs. You[NL]only need to shoot our enemies[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]using your keen eyes and the[NL]skills your grandfather gave you.[.][A][ToggleSmile][OpenMidLeft][ToggleSmile]Don't you worry![NL]You can count on me![A][ToggleSmile]}
|
|
MSG_0C9D {[OpenMidLeft][LoadFace][5][NL][OpenMidRight][LoadFace][10][NL][OpenMidLeft]Neimi, I wanted to ask about your[.][NL]vision-training regimen.[A][OpenMidRight][ToggleSmile]Ah, where I stare into the[NL]distance and concentrate?[.][A][ToggleSmile][OpenMidLeft]Yes. I've been trying it out[NL]myself, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I've had some problems.[.][A][OpenMidRight]Problems?[.][NL]What do you mean?[.][A][OpenMidLeft]Whenever I'm training, people[.][NL]start to avoid me.[A][NL]It's not just that. Even animals[NL]run away from me when I'm at it.[A][OpenMidRight]And you're just[.][ToggleMouthMove]... [ToggleMouthMove]You're just[.][NL]staring into the distance?[A][OpenMidLeft]Yes. Standing perfectly still,[NL]staring into the distance.[A][OpenMidRight]Maybe it's[ToggleMouthMove]...[.][ToggleMouthMove]because you look[NL]scary[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I used to get that a lot.[.][A][NL]Cormag said I was frightening him.[NL]He thought I was angry at him.[A][OpenMidLeft]I look[ToggleMouthMove]...[.][ToggleMouthMove]scary? Hm[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I have refined my stare to intimidate[.][NL]my foes in battle. You may have a point.[A][NL]No wonder people get scared when they[.][NL]see me glowering into the distance.[.][A][NL]You know, I might almost consider it[NL]a compliment of my knightly prowess![A][OpenMidRight]I have an idea[ToggleMouthMove]... [ToggleMouthMove]Perhaps if you[NL][ToggleSmile]smile, it might not be so scary.[A][ToggleSmile][OpenMidLeft][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]Like this?[A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]It's still scary, isn't it?[.][A][OpenMidRight][ToggleSmile]Uh[ToggleMouthMove]... [ToggleMouthMove]Maybe it's because you're[.][NL]crossing your arms.[.][A][NL]How about[.][ToggleMouthMove]...[.][ToggleMouthMove]holding some flowers[NL]instead? That might help.[.][A][ToggleSmile][OpenMidLeft]You want me to stare into the distance[ToggleMouthMove]...[.][ToggleMouthMove][NL]smiling[.][ToggleMouthMove]...[.][ToggleMouthMove]and holding flowers?[A][OpenMidRight][ToggleSmile]I think that would look good[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]You're just being nice, Neimi.[A][NL]Your keen vision is a gift, and[.][NL]your training may improve it[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But I know I can never imitate it.[NL]It's yours and yours alone.[.][A][NL][ToggleSmile]I place much faith in your[NL]sharp eyes and your steady hand.[A][ToggleSmile][OpenMidRight][ToggleSmile]Th-thank you, Gilliam![NL]I won't let you down![.][A][ToggleSmile]}
|
|
MSG_0C9E {[OpenMidLeft][LoadFace][7][NL][OpenMidRight][LoadFace][8][NL][OpenMidLeft]Vanessa, how are you holding up?[A][OpenMidRight][ToggleSmile]Father Moulder.[.][A][NL]We are struggling, but[NL]I'll pull through somehow.[A][NL][ToggleSmile]Say, Father Moulder[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]You want to know about Prince[.][NL]Innes, don't you? He's doing well.[A][NL]I was worried for a moment,[.][NL]but he'll be fine.[A][OpenMidRight]Oh![.][.....][A][NL]I, uh[.][ToggleMouthMove]... [ToggleMouthMove]Thank you.[NL][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]How did you know?[.][A][OpenMidLeft]Well[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You see, as a priest, I've met[NL]people from all walks of life.[A][NL]Some of them[ToggleMouthMove]--[ToggleMouthMove]like you[ToggleMouthMove]--[ToggleMouthMove]well, I[.][NL]can read them like an open book.[A][OpenMidRight]You[.][ToggleMouthMove]...[.][ToggleMouthMove]can read my mind?[.][NL]That's so[.][ToggleMouthMove]...[.][ToggleMouthMove]embarrassing.[.][A][OpenMidLeft]No, no. It's not like that. I just mean[.][NL]you are a pure, straightforward girl.[.][A][NL]That's a compliment worthy of a knight.[.][A][OpenMidRight]Do you think so?[NL]Thank you, Father.[A][OpenMidLeft]Hm. Say, would you like to hear[.][NL]a story from the prince's youth?[A][OpenMidRight]I'd like that, Father. Very much![.][A][OpenMidLeft][ToggleSmile]Hm[ToggleMouthMove]...[.][ToggleMouthMove][......][NL][ToggleSmile]Oh my![A][NL]You know, I think we'd better[.][NL]take care of our enemies, first.[A][OpenMidRight]Look out![.][.....][NL]Over there![.][A][NL]Stay here, Father. I'll[.][NL]take care of this.[A][OpenMidLeft]Yes, I think that would be best.[A][OpenMidRight]Tell me your story another time,[NL]though. I'd like to hear it.[A][OpenMidLeft][ToggleSmile]I'd be delighted.[.][NL]Another time, then.[.][A][ToggleSmile][OpenMidRight][ToggleSmile]Yes, Father![A][ToggleSmile]}
|
|
MSG_0C9F {[OpenMidLeft][LoadFace][7][NL][OpenMidRight][LoadFace][8][NL][OpenMidLeft]Well, do you have time[NL]for that story I promised?[A][OpenMidRight]Certainly, Father.[A][OpenMidLeft]It was over ten years ago, when[.][NL]the prince was just a child.[A][NL]There was a ceremony at the castle,[.][NL]with a trick archer of sorts.[.][A][OpenMidRight]A trick archer?[.][A][OpenMidLeft]Yes. He was a very famous and undeniably[NL]skilled archer from abroad.[.][A][NL]He was to shoot a tiny target that had[NL]been placed in the distance.[A][NL]However, in the middle of the show,[.][NL]someone stopped him from shooting.[A][OpenMidRight]Oh, no[ToggleMouthMove]... [ToggleMouthMove]It wasn't[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft]Yes, it was young Prince Innes.[.][A][NL]He said, [LQuote]That's not far enough![NL]Move the target back farther![RQuote][A][NL]Then, he insisted on trying himself.[A][OpenMidRight]That's so like him![.][A][OpenMidLeft][ToggleSmile]Isn't it?[.][NL][ToggleSmile]King Hayden tried to stop him, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Well, you know how he is.[.][NL]He doesn't listen to anyone.[A][NL]And so, it became a contest between our[.][NL]prince and this foreign archer.[.][A][OpenMidRight]So, what happened?[A][OpenMidLeft]First, they established the ground rules.[.][A][NL]Each person was to shoot at the target. If[NL]both arrows hit, they increased the range.[A][NL]They simply continued to move the target[NL]back until one person missed the mark.[A][OpenMidRight]Sounds simple enough.[.][A][OpenMidLeft]Ah, but the two were evenly matched.[NL]Every shot was a perfect bull's-eye.[A][NL]The crowd cheered, and the target[.][NL]moved ever farther back[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But then it came to the turning point.[NL]The foreign archer said, [.][A][NL][LQuote]This is no test. Let's move the[NL]target back more.[RQuote][A][NL]It seemed like bravado, but the archer[NL]actually had a clever tactic in mind.[.][A][OpenMidRight]Clever? How so?[.][A][OpenMidLeft]They had been shooting for some time,[.][NL]and the archer's arms had grown weary.[A][NL]Precision archery is far more taxing[NL]than the battlefield, you see.[A][NL]So even though he was a skilled archer,[.][NL]he was at the limits of his endurance.[A][NL]He was still hitting the mark accurately,[.][NL]but his arm was quivering more and more.[A][NL]Everyone knew that the prince was[.][NL]on the verge of victory.[A][OpenMidRight]I don't understand. They were shooting at[.][NL]the same target, shot for shot, right?[A][NL]Why would moving the target make any[NL]difference?[.][A][OpenMidLeft]Yes, they were still shooting at the[NL]same target.[A][NL]However, the archer suggested that they[.][NL]move the target much farther away[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Much farther than any child Innes's age[.][NL]could hope to loose an arrow to.[A][OpenMidRight]Oh, that IS clever![.][A][OpenMidLeft]Even the archer, with his trained arms,[.][NL]was firing at his maximum range.[A][NL]In fact, he almost missed the target![.][A][NL]Then, it was the prince's turn.[.][A][OpenMidRight]And[.][ToggleMouthMove]...?[ToggleMouthMove][A][OpenMidLeft]It was clearly too far away for the[.][NL]young prince to hit the target.[.][A][NL]But His Highness was undeterred. He drew[NL]his string and fired up into the sky.[.][A][NL]The arrow did not merely hit the target.[NL]No, it was a perfect bull's-eye![A][NL]You see, the prince arced his shot[NL]to extend his range beyond its limits.[A][NL]To hit a target this way requires[.][NL]incredible skill, but the prince did it.[A][NL]And then he turned to the archer and said,[NL][LQuote]Shall we move the target back farther?[RQuote][A][NL]The archer looked so crestfallen. He[NL]admitted defeat, and it was settled.[A][OpenMidRight]That's amazing[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]That it is.[.][A][OpenMidRight][ToggleSmile]Thank you very much, Father[.][NL]Moulder! That's incredible![.][A][NL]I'm even more[.][ToggleMouthMove]--[ToggleMouthMove][A][ToggleSmile][OpenMidLeft]More[ToggleMouthMove]...[.][ToggleMouthMove]what?[.][A][OpenMidRight]Oh[ToggleMouthMove]...[.][ToggleMouthMove][NL]No, nothing.[A][OpenMidLeft][ToggleSmile]I'm glad you liked the story.[.][A][NL]Keep up the good work, Vanessa.[.][A][ToggleSmile][OpenMidRight][ToggleSmile]Yes, sir![.][A][ToggleSmile]}
|
|
MSG_0CA0 {[OpenMidLeft][LoadFace][7][NL][OpenMidRight][LoadFace][8][NL][OpenMidLeft][ToggleSmile]I'm glad to see you well, Vanessa. You[NL]do your fellow pegasus knights proud.[.][A][NL]We are blessed to have you fighting[.][NL]at our side.[A][ToggleSmile][ToggleSmile][OpenMidRight]You credit us warriors too much, Father.[NL]Without healers, we would all be lost.[A][NL]Nothing I say can tell you how much[.][NL]I value your presence here.[.][A][OpenMidLeft]We are all doing our[NL]part in this war.[.][A][NL]No need to thank me.[A][OpenMidRight][ToggleSmile]I'm serious![A][NL]Without your help, we would[.][NL]never survive these skirmishes![.][A][ToggleSmile][OpenMidLeft]I'm gratified by that.[NL]Thank you.[A][ToggleSmile][OpenMidRight]Father[ToggleMouthMove]... [ToggleMouthMove]Thank you again[.][NL]for the other day.[A][OpenMidLeft]Hmm?[.....][NL]Oh, you mean that story?[A][OpenMidRight]Yes.[A][OpenMidLeft][ToggleSmile]Ah[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You know, you remind me of[NL]myself, twenty years back.[A][ToggleSmile][OpenMidRight]Huh?[A][OpenMidLeft][ToggleSmile]Oh, never mind[ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Good luck to you, Vanessa.[A][NL]I don't know where this will lead, but[NL]I'm sure the prince knows your feelings.[A][ToggleSmile][OpenMidRight]Father Moulder, I only aspire to be[.][NL]worthy of his greatness.[A][NL]I expect nothing in return.[.][A][OpenMidLeft]Are you sure?[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Well, do what you think is best for you.[A][NL]We all carry many burdens[.][ToggleMouthMove]... [ToggleMouthMove]To country,[.][NL]family, duty, honor[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]However, we are all ultimately free[.][NL]to embrace or reject those burdens.[.][A][NL][ToggleSmile]If you find yourself in need of[.][NL]spiritual guidance, speak to me.[A][ToggleSmile][OpenMidRight]Father Moulder, you're so kind.[.][A][NL][ToggleSmile]Thank you. I'm so grateful to[.][NL]have you on the field with me.[A][ToggleSmile][ToggleSmile][OpenMidLeft]Vanessa, we fight for the greater good.[.][A][NL]We fight for our country, for our[.][NL]friends, and[ToggleMouthMove]...[.][ToggleMouthMove]for ourselves.[A][OpenMidRight]You're right, Father.[.][NL]In so many things.[A]}
|
|
MSG_0CA1 {[ToggleSmile][OpenMidLeft][LoadFace][12][NL][OpenMidRight][LoadFace][7][NL][OpenMidRight][ToggleSmile]Colm, you dolt! Don't[.][NL]you see what you've done!?[A][ToggleSmile][OpenMidLeft]Hey! That's no way to be! I was[.][NL]trying to do you a favor here.[A][NL]It's not my fault if I accidentally[.][NL]burned your package lighting my torch![A][OpenMidRight][ToggleSmile]That's exactly what I'm talking about![A][NL]You're always so careless! My spare[.][NL]robes were in that bundle![A][NL]Oh, and now look at them![.][NL]They've been charred black![.][A][ToggleSmile][ToggleSmile][OpenMidLeft]Oops[ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]Those were your clothes?[A][NL]Tch! That IS a shame.[.][NL]My mistake. I apologize.[A][OpenMidRight]This isn't the first time this has[NL]happened, Colm![.][A][NL]And it was my robes of office then, too![A][NL]I'm starting to wonder if you have[NL]it in for my clothes![.][A][OpenMidLeft]Oh, no, no. Don't be silly![.][A][NL]And besides, only the bottom has been[.][NL]singed. Just trim it off and wear it short.[.][A][NL][ToggleSmile]See? Why, I'm sure you'll set the world[.][NL]of fashion on fire with your new look![A][ToggleSmile][OpenMidRight]That's what you said last time about[NL]the sleeves.[A][OpenMidLeft]Oh, er[ToggleMouthMove]... [ToggleMouthMove]Really?[.][NL][ToggleSmile]Ha ha ha![.][A][NL][ToggleSmile]Well, sorry. I'm sorry. No,[.][NL]really. I deeply regret this.[.][A][OpenMidRight]You don't look particularly sorry.[NL]You look rather pleased with yourself.[A][OpenMidLeft]No, I'm sorry! Truly![.][NL][ToggleSmile]Seriously![A][ToggleSmile][OpenMidRight]If that's the case, then you can just spend[.][NL]tonight reflecting upon what you've done.[.][A][OpenMidLeft]Me? Are you kidding?[A][OpenMidRight]I want you to take some time to reflect[.][NL]on the consequences of your actions.[A][NL]Colm, I'm only doing this because I care.[.][NL]I care about the condition of your soul.[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]You really know how to lay[NL]on a guilt trip, don't you?[.][A][NL2][NL]Sigh. I'm in trouble now[ToggleMouthMove]...[.][ToggleMouthMove][NL]Shoot![A]}
|
|
MSG_0CA2 {[OpenMidLeft][LoadFace][7][NL][OpenMidRight][LoadFace][12][NL][OpenMidLeft]Colm. Did you do what[.][NL]I asked of you?[.][A][OpenMidRight][ToggleSmile]Of course, Father Moulder![A][NL]In fact, I've set aside a little time[.][NL]each night to reflect on my day's deeds![A][ToggleSmile][OpenMidLeft]Good. I'm glad to hear you've taken[.][NL]my suggestion to heart.[.][A][NL]Might I inquire as to what manner[.][NL]of thing you're reflecting on?[A][OpenMidRight][ToggleSmile]Well, I reflected on how hungry I was, and[NL]so I packed some extra salted pork today.[.][A][ToggleSmile][OpenMidLeft]Did you say[.][ToggleMouthMove]...[.][ToggleMouthMove]salted pork?[A][OpenMidRight][ToggleSmile]Yes. See, on reflection, it had been[NL]a while since I'd had salted pork.[A][ToggleSmile][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]What about the day before?[A][OpenMidRight][ToggleSmile]Hm[ToggleMouthMove]...[.][ToggleMouthMove] The day before[.][ToggleMouthMove]...[.][ToggleMouthMove][......][NL]Oh, yeah![.][A][NL]I was reflecting on how much walking we'd[.][NL]done, and I realized I needed new shoes.[A][NL]I figured, next chance I get, I'd go[NL]out and steal me a new pair![A][ToggleSmile][OpenMidLeft]Colm[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm not sure you understand what[NL]it is I asked you to reflect upon.[A][OpenMidRight]You told me to think about what I'd done[NL]during the day and to reflect on it.[A][OpenMidLeft]I told you to think over the things [NL]you did and feel sorry for having done.[.][A][NL]I wasn't talking about what you wanted[NL]to eat or whether you needed new shoes![.][A][NL]That is not the point of all this![A][OpenMidRight][ToggleSmile]Did it ever cross your mind that[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]maybe I haven't done anything I'm [NL]sorry about?[A][ToggleSmile][OpenMidLeft]Don't be foolish![.][A][NL]Think back on the things you've[.][NL]done during the day.[A][NL]Then, think about the troubles you[NL]caused and vow not to repeat them![A][NL]Do you understand me now?[.][NL]This is for your own sake![A][NL]I'll come back in a few days.[.][NL]Keep thinking![A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]I thought that whole self-reflection[NL]thing was going a little too well.[A][NL]Fine, Father. I'll do it.[.][NL]I'll do it.[.][A]}
|
|
MSG_0CA3 {[OpenMidLeft][LoadFace][13][NL][OpenMidLeft]Yawn[ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][OpenMidRight][LoadFace][7][NL][......][OpenMidLeft][LoadFace][12][NL][OpenMidLeft]Oh. Let me guess. You want to hear[NL]what I've been reflecting on.[.][A][OpenMidRight]Exactly. Although[.][ToggleMouthMove]...[.][ToggleMouthMove]I noticed that[NL]you look sleepy. Are you well?[A][OpenMidLeft][ToggleSmile]I[.][ToggleMouthMove]...[.][ToggleMouthMove]was up late last night thinking[.][NL]about everything. I couldn't sleep well.[A][ToggleSmile][OpenMidRight]That's unfortunate. Did you have[NL]so much that you regretted doing?[.][A][NL]Hm. Well, let me hear it.[.][A][NL]Tell me what's on your mind.[A][OpenMidLeft][ToggleSmile]All right, well, here goes.[.][A][ToggleSmile][OpenMidLeft][ClearFace][OpenMidRight][ClearFace][.......][......][OpenMidLeft][LoadFace][12][NL][OpenMidRight][LoadFace][7][NL][OpenMidRight]Hmmmmm[ToggleMouthMove]...[.][ToggleMouthMove][NL]That's[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]How's that? I'm doing[.][NL]good, aren't I?[.][A][ToggleSmile][OpenMidRight]I'd say so. You're going over your[NL]every action, from waking to sleep.[.][A][OpenMidLeft]Well, that's what [NL]you told me to do.[A][ToggleSmile][OpenMidRight]Well done, my lad![A][NL]I've never heard so much thought[NL]go into what you've done before![A][NL]Compared with the salted pork,[NL]your transformation is impressive![A][NL]It's a little extreme, but[ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]But the funny thing is[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I've started noticing all these[.][NL]things about me I didn't know before.[.][A][NL]I keep saying, [LQuote]That was wrong[RQuote] and[.][NL][LQuote]I'll do better next time.[RQuote][.][A][NL]So[ToggleMouthMove]...[.][ToggleMouthMove]I'm not repeating the[.][NL]same mistakes over and over.[A][OpenMidRight]I had noticed that your behavior[NL]has significantly improved of late.[.][A][NL]You look sleepy now, but your face[NL]seems far more peaceful as well.[A][NL]It seems that you're finally growing[NL]up, thanks to these quiet moments.[A][OpenMidLeft]Heh[.][ToggleMouthMove]... [ToggleMouthMove]You know, I think that's the[NL]first nice thing you've said to me![.][A][OpenMidRight]You're coming along just fine. But[ToggleMouthMove]...[.][ToggleMouthMove][NL]go easy on yourself, all right?[.][A][OpenMidLeft]How come?[.][A][OpenMidRight]If you stay up all night thinking about[.][NL]your day, you'll make yourself sick.[A][NL]You've already mastered the art of[NL]learning from your own experiences.[.][A][NL]I don't want you falling into old[.][NL]habits because of a little illness.[.][A][NL]I have high expectations of you,[NL]my son.[.][A][OpenMidLeft]Thank you, Father Moulder. I'm[NL]glad that you do.[.][A][NL]It's only your expectations that[NL]have made me become a better man.[.][A]}
|
|
MSG_0CA4 {[OpenMidLeft][LoadFace][7][NL][OpenMidRight][LoadFace][43][NL][OpenMidRight]Father Moulder, you look tired.[.][A][NL]We've been asking so much[.][NL]of you lately[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Don't worry about me.[.][A][NL]I'm rather more worried [NL]about you, Syrene.[A][NL]You had only just been transferred[NL]to this unit when we left Frelia.[.][A][NL]I'd imagine it must be odd not[NL]having any familiar faces around.[.][A][OpenMidRight][ToggleSmile]I've already learned everyone's[.][NL]name and field of specialization.[.][A][NL]Don't worry about me.[.][A][ToggleSmile][OpenMidLeft]Impressive. You've been[.][NL]paying attention.[.][A][OpenMidRight][ToggleSmile]To beat your enemy, know your allies.[.][A][NL]Without knowing the skills of your[NL]own men, you can never win a war.[.][A][NL]I don't want to die just because I didn't[.][NL]know what to expect from my troops.[.][A][ToggleSmile][ToggleSmile][OpenMidLeft]I was worried about how well you[NL]were integrating into our group.[A][NL]You seem to have matters well in hand,[NL]though. I'm proud of you, Syrene.[.][A][NL]If you have any questions, [.][NL]don't hesitate to ask me anytime.[.][A][OpenMidRight]Thank you, Father Moulder. I do[.][NL]appreciate your thoughtfulness.[.][A]}
|
|
MSG_0CA5 {[OpenMidLeft][LoadFace][43][NL][OpenMidRight][LoadFace][7][NL][OpenMidRight]Syrene, you said you'd already learned[NL]everything about our little band.[.][A][NL]Did anyone in Frelia go over the details[NL]with you before you left?[.][A][OpenMidLeft]No, Father. Things were rather hectic in[NL]Frelia before we left, as you know.[.][A][NL][ToggleSmile]Everything I have learned, I've[.][NL]learned on the job, so to speak.[A][NL]People[ToggleMouthMove]...[.][ToggleMouthMove]confide in me, and I[NL]learn by observation.[.][A][ToggleSmile][OpenMidRight]Interesting. So, even though you're new,[NL]they know they can confide in you?[A][OpenMidLeft][ToggleSmile]Yes. The ladies seem most[.][NL]comfortable speaking to me.[.][A][ToggleSmile][OpenMidRight]I understand. Even a man of the cloth[.][NL]is still, at heart, a man.[A][NL]It must reassure them to know that there[NL]is another woman to whom they can speak.[A][NL][ToggleSmile]There are many women among us.[A][NL]If I cannot be [LQuote]father[RQuote] to them, please,[NL]care for them as a mother.[A][ToggleSmile][OpenMidLeft]With all respect, Father, I refuse to[.][NL]minister to their needs as a mother would.[A][NL]I am still young and unworthy. I prefer[.][NL]to speak to them as a sister.[.][A][OpenMidRight][ToggleSmile]Ha ha ha ha[.][ToggleMouthMove]... [ToggleMouthMove]Yes, of course.[.][NL]Please excuse me.[.][A][NL]Help them, then, as a sister would.[.][A][ToggleSmile][OpenMidLeft][ToggleSmile]Yes, Father! Now, may I have a[NL]word with you? As their sister?[.][A][ToggleSmile][OpenMidRight]I beg your pardon? [.][.....]Me?[.][.....] What?[A][NL]Has someone[.][ToggleMouthMove]...[.][ToggleMouthMove]complained about me?[A][OpenMidLeft][ToggleSmile]Well, I'll let you know the[.][NL]day after next new moon.[A][ToggleSmile][OpenMidRight]Must I wait until then?[.][A][NL]Is it so terrible that I needs[NL]must prepare myself for the news?[.][A][OpenMidLeft][ToggleSmile]Rest easy, Father! It's only[NL]a suggestion, not criticism.[A][ToggleSmile][OpenMidRight]Hm[ToggleMouthMove]... [ToggleMouthMove]What could it be?[.][A]}
|
|
MSG_0CA6 {[OpenMidLeft][LoadFace][7][NL][OpenMidRight][LoadFace][43][NL][OpenMidLeft]So[ToggleMouthMove]... [ToggleMouthMove]Last night was a new moon.[NL]And that means today is the day.[A][NL]I've been going mad wondering,[NL]Syrene. What is your suggestion?[A][OpenMidRight]Ah, right you are, Father. It is[NL]indeed the promised day.[A][NL]Well, then. On behalf of everyone,[NL]I have two words for you.[.][A][NL]Father Moulder?[.][A][OpenMidLeft]Y-yes[.][ToggleMouthMove]...?[ToggleMouthMove][A][OpenMidRight][ToggleSmile]Happy Birthday![.][A][ToggleSmile][OpenMidLeft]What? Birthday?[.][A][NL]Oh[ToggleMouthMove]... [ToggleMouthMove]Oh, yes! Why, today is[NL]my birthday, isn't it? But[ToggleMouthMove]--[ToggleMouthMove][A][OpenMidRight][ToggleSmile]It is a fine tradition to celebrate[.][NL]one's birthday, Father.[.][A][NL]In a war, uncertainty surrounds us[NL]every moment of every day.[A][NL]Instead of worrying about tomorrow,[.][NL]let us celebrate life today.[A][NL]That should encourage us all to[.][NL]keep going, wouldn't you say?[.][A][ToggleSmile][ToggleSmile][OpenMidLeft]Yes, indeed. To share the joys of life[NL]is very important.[A][NL]Thank you, Syrene. In this chaos, I[.][NL]would have forgotten my own birthday.[.][A][OpenMidRight]You exhaust yourself caring for others,[.][NL]but you pay no attention to yourself.[.][A][NL]We are all so grateful to you, Father.[A][NL]So many different people came up to me[NL]to ask how we could show that gratitude.[A][NL]You are a man of great virtue, and[NL]an inspiration to us all.[.][A][OpenMidLeft]I am touched[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]At my age, I thought all my happy[.][NL]birthdays were well behind me.[A][NL]I'm a little embarrassed at that[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]You must remember to take care of[.][NL]yourself, Father. And thank you.[A]}
|
|
MSG_0CA7 {[OpenMidLeft][LoadFace][43][NL][OpenMidRight][LoadFace][8][NL][OpenMidRight]Captain Syrene![.][A][OpenMidLeft][ToggleSmile]Vanessa! How are you?[.][NL]I was worried about you![A][ToggleSmile][OpenMidRight]I'm fine, ma'am. Thank you for your concern.[NL]Glad to see you doing well too.[.][A][OpenMidLeft]Vanessa, you know you don't need to [NL]talk like that when we're alone.[A][OpenMidRight]But we ARE on duty.[.][A][OpenMidLeft]Let me put it this way, then.[.][A][NL]This is an order from your captain![.][A][NL]When we're alone, you are to speak to me [.][NL]as if we are at home.[.][A][OpenMidRight]Yes, ma'am![.][A][OpenMidLeft]Vanessa. Sigh.[NL]Did you listen to a word I said?[A][OpenMidRight]Y-yes.[A][ToggleSmile][OpenMidLeft]Ha ha ha! Yes, that's it![.][A][NL]Oh, by the way, I have something for you.[.][A][OpenMidRight][ToggleSmile]What is it?[.][A][ToggleSmile][OpenMidLeft]Here you go.[A][NL]Father wanted me to give it to you.[.][A][OpenMidRight][ToggleSmile]But this is[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]The war god Fale's amulet![A][ToggleSmile][OpenMidLeft][ToggleSmile]Yes, this is a battle amulet.[.][NL]I received one before I left home, too.[.][A][NL]You were summoned so suddenly that Father[.][NL]didn't get a chance to give it to you.[A][NL]And Mother wanted to tell you,[NL][LQuote]Never be apart from this amulet.[RQuote][A][ToggleSmile][OpenMidRight][ToggleSmile]But[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]She also wanted you to relax and do [NL]your best.[A][NL]And to get a good night's sleep always.[.][A][OpenMidRight][ToggleSmile]Well, I do try.[.][A][ToggleSmile][OpenMidLeft]Maybe others don't notice, [.][NL]but I know you too well, Vanessa.[.][A][NL]I know you don't get enough rest when[.][NL]you feel overwhelmed with responsibility.[.][A][NL]But, to be at your best, you need to take [NL]care of yourself, OK?[.][A][OpenMidRight]Yes, ma'am[ToggleMouthMove]--[ToggleMouthMove]I mean, Sis.[A][OpenMidLeft]I'll be right by your side tonight,[.][NL]so just relax.[A][NL]You need a good night's sleep.[A][OpenMidRight]Thanks, Sis. I sleep better when [.][NL]you're around.[A]}
|
|
MSG_0CA8 {[ToggleSmile][OpenMidLeft][LoadFace][43][NL][OpenMidRight][LoadFace][8][NL][OpenMidRight]Captain[.][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL][ToggleSmile]I mean, Sis.[A][ToggleSmile][OpenMidLeft]You look better, Vanessa.[.][NL]Did you sleep well?[.][A][OpenMidRight]Yes. First time in a long time.[.][NL]Thank you, Sis.[.][A][OpenMidLeft][ToggleSmile]I've been meaning to ask you[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][ToggleSmile][OpenMidRight]Yes?[A][OpenMidLeft]You don't seem to have much [NL]appetite lately.[A][OpenMidRight]Well, I've just been[ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft]I told you, Vanessa, I know you too well.[.][A][NL]So, who's the lucky guy?[A][OpenMidRight]What?! That's just crazy![.][NL]I don't know what you're talking about![.][A][OpenMidLeft]You know I can tell when you're lying.[NL]Plus, you not eating is a dead giveaway.[A][NL]I mean, when's the last time you said no[NL]to a cookie? It's not a criticism.[A][NL]One of your most charming qualities is [.][NL]how you can outeat anyone.[A][NL]It's because of someone special, isn't it?[A][OpenMidRight]Well, um[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]But, Vanessa, first and foremost,[.][NL]you have to take care of yourself.[A][NL]I'll support you no matter what, but [.][NL]no one is worth losing your health over.[A][OpenMidRight]Thank you, I guess. I'll do my best[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Sometimes I think that if I were more [NL]like you[ToggleMouthMove]--[ToggleMouthMove]you know, a great knight,[.][A][NL]an attractive woman, and just [NL]all-around perfect[ToggleMouthMove]--[ToggleMouthMove][A][NL]I'd have a better chance with him.[NL][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Hmmm. That didn't sound as pathetic [NL]in my head as it did out loud.[A][OpenMidLeft]Don't be silly, Vanessa.[NL]You may not know it,[A][NL]but I'm sure that person likes you for[NL]who you are.[A][OpenMidRight]Do you really think so?[.][A][NL]I've always wanted to be like you.[NL]You've always been my role model.[.][A][NL]But, I feel like whenever I finally[.][NL]catch up to you, you're already gone.[.][A][NL]You've already moved on.[A][NL]I'll never catch up with you, [NL]no matter how hard I try.[.][A][OpenMidLeft][ToggleSmile]I'm very proud of you, Vanessa.[.][A][NL]And as your older sister, I recognize [NL]your talent more than anyone else.[A][NL]You should be more confident.[.][A][ToggleSmile][ToggleSmile][OpenMidRight]I feel better after opening up to you.[A][NL]It's hard not to compare myself with you,[.][NL]but I have to get past that.[A][OpenMidLeft]That's the spirit. And remember, [.][NL]you have to take care of yourself.[A][OpenMidRight]Yes, I know.[NL]As always, thanks, Syrene.[A]}
|
|
MSG_0CA9 {[ToggleSmile][OpenMidLeft][LoadFace][8][NL][OpenMidRight][LoadFace][43][NL][OpenMidLeft]Hi, Syrene.[.][NL]Thanks for talking the other day.[.][A][OpenMidRight]Are you feeling better now?[.][A][OpenMidLeft]Well[ToggleMouthMove]... [ToggleMouthMove]It's not that easy, but[.][NL]I quit comparing myself with you.[.][A][OpenMidRight]You might not know this, but there's[NL]something about you I've always envied.[.][A][OpenMidLeft][ToggleSmile]About me?[.][.....][NL]What do you mean?[.][A][ToggleSmile][OpenMidRight]You have an inner fortitude that [.][NL]I will never be able to match.[A][OpenMidLeft][ToggleSmile]Inner[.][ToggleMouthMove]...[.][ToggleMouthMove]fortitude?[A][ToggleSmile][OpenMidRight]Do you remember when Father collapsed?[A][NL]Mother and I were so panicked that [.][NL]we didn't know what to do.[A][NL]You were the youngest of us all,[A][NL]but you gathered nuts in your small hands[.][NL]and went to the village to sell them.[.][A][NL]Then you came home with medicine for him.[.][A][OpenMidLeft][ToggleSmile]Well, I don't know what to say.[.][A][ToggleSmile][OpenMidRight]When you face a difficult circumstance,[.][NL]your true self emerges.[.][A][NL]You were very young, but had the presence[.][NL]of mind and ingenuity to help Father.[.][A][NL]You comforted me and Mother, and you[NL]rescued Father.[.][A][NL]I've always respected your strength,[NL]and wished for some of it myself.[.][A][OpenMidLeft]But[.][ToggleMouthMove]...[.][ToggleMouthMove]you were the one who joined [NL]the Knights at such an early age,[.][A][NL]and it was you who supported our family.[A][OpenMidRight]I emulated your strength. [NL]I wanted to support my family like you did.[.][A][NL]It's always been my goal. And I respect [NL]you more than anyone else.[A][NL]I wish you could be as confident in yourself[NL]as I am of you.[.][A][NL]No matter what, you'll always be all right.[.][A][OpenMidLeft][ToggleSmile]All right, then. I have to tell you![NL]The person I love is[ToggleMouthMove]--[ToggleMouthMove][A][ToggleSmile][OpenMidRight][ToggleSmile]Wait, Vanessa![NL]Wait until the war is over to tell me.[A][NL]When everything is over, bring him home.[A][NL][ToggleSmile]I'll go home a little ahead of you, and [NL]wait for you two with Father and Mother.[A][NL]We'll make your favorite meal[.][ToggleMouthMove]... [ToggleMouthMove][NL]Is that enough to convince you?[.][A][OpenMidLeft]Yes.[A][NL]I'll do my best[.][ToggleMouthMove]... [ToggleMouthMove][NL]For this war and also for him.[A][OpenMidRight]That's my girl. Don't worry.[NL]You'll be all right.[A]}
|
|
MSG_0CAA {[OpenMidLeft][LoadFace][8][NL][OpenMidRight][LoadFace][16][NL][OpenMidRight]Pegasus![A][OpenMidLeft]You must be [ToggleSmile]Lute![.][A][ToggleSmile][OpenMidRight]And who are you?[A][OpenMidLeft][ToggleSmile]I'm Vanessa.[NL]I'm captain of Frelia's pegasus knights.[A][NL]And this here is Titania. We're both [.][NL]pleased to meet you, Lute.[A][ToggleSmile][OpenMidRight]Ah, the pegasus, the proud, winged horse.[.][A][NL]You know, they only attach to someone they[NL]accept as their master.[.][A][NL]And did you know that pegasi fly by kicking[.][NL]the air, not by flapping their wings.[.][A][NL]It's a common misconception, but wings[NL]are mainly used for gliding.[A][OpenMidLeft][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]Yes, as captain, I learned all[NL]this long ago. [.][A][NL]Plus, if they flapped their wings constantly,[.][NL]no one would be able to ride them.[A][ToggleSmile][OpenMidRight]In some countries, the word pegasus [NL]means [LQuote]fountain[RQuote] or [LQuote]ocean.[RQuote][A][NL]Different cultures have different stories[.][NL]about the creation of the pegasus.[A][NL]In one legend, there was a monster who[NL]could turn anyone into stone.[.][A][NL]When the monster died, its blood seeped into[NL]the ground. There, a pegasus was born. [.][A][OpenMidLeft]Interesting[.][ToggleMouthMove]... [ToggleMouthMove]You are very knowledgeable.[.][A][OpenMidRight]I know.[.][A][OpenMidLeft][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]Well! Thank you for the lesson. [NL]I'm glad we're on the same team.[A][NL]It was nice meeting you.[A][ToggleSmile][OpenMidRight]Yes, nice to meet you, Titania.[.][A][OpenMidLeft][MoveMidLeft][OpenMidLeft]I'm Vanessa![A]}
|
|
MSG_0CAB {[OpenMidLeft][LoadFace][8][NL][OpenMidRight][LoadFace][16][NL][OpenMidRight]Titania.[A][OpenMidLeft]Um[ToggleMouthMove]... [ToggleMouthMove]No.[.][A][OpenMidRight]I meant[.][ToggleMouthMove]...[.][ToggleMouthMove]Vanessa, right?[.][A][OpenMidLeft]I'm happy to know that I've made such a [NL]strong impression on you, Lute. [A][NL][ToggleMouthMove]...[.][ToggleMouthMove][.....] So, what can I do for you?[.][A][OpenMidRight]It's common knowledge that pegasi have[NL]strong resistance to magic.[.][A][NL]I developed a new counterattack to that [NL]power, but it still needs refining.[.][A][NL]I guess what I'm saying is[ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]Can I try it out on Titania?[A][OpenMidLeft]What?![A][NL][OpenMidLeft][MoveMidLeft][OpenMidLeft]No! Of course not![A][OpenMidRight]I was joking.[.][A][OpenMidLeft]Sigh. You said it with such[.][NL]a straight face[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You definitely had me fooled.[.][A][OpenMidRight]Thank you! That's so sweet of you to say.[.][A][OpenMidLeft][MoveMidLeft][OpenMidLeft]It wasn't a compliment![.][A][NL]Besides, you really don't seem like someone[.][NL]who has much of a sense of humor.[.][A][OpenMidRight]Is that right?[A][OpenMidLeft]Yes[.][ToggleMouthMove]... [ToggleMouthMove]And it seems like your magic [.][NL]is the real thing.[A][NL]When you defeated the enemy the other day,[NL]I saw a sharp flash of magic from above.[A][OpenMidRight]Gee, I wonder why that happened[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Because[.][ToggleMouthMove]...[.][ToggleMouthMove]you're good?[A][OpenMidRight]Why, yes! You are 100 percent[.][NL]correct! For once.[A][OpenMidLeft][ToggleSmile]My point is, we don't have enough mages [NL]in Frelia, so we're counting on you.[A][NL]When I was growing up, I always wanted[NL]to be a pegasus knight like my sister.[A][NL]I was also interested in magic, but[.][NL]I just didn't have the talent.[A][ToggleSmile][OpenMidRight]Well, you are a great pegasus knight, [NL]so it's worked out fine.[A][NL]Besides, I am also interested in [.][NL]becoming a pegasus knight.[A][OpenMidLeft][ToggleSmile]Where are you in your training?[.][A][ToggleSmile][OpenMidRight]I'm at 98 levels out of 158 levels total.[.][A][OpenMidLeft]That's very impressive[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Anyway, let's just do our[.][NL]best out there, shall we?[.][A][ToggleSmile][OpenMidRight]Of course.[A]}
|
|
MSG_0CAC {[OpenMidLeft][LoadFace][8][NL][OpenMidRight][LoadFace][16][NL][OpenMidLeft][ToggleSmile]Lute, did you know this?[A][NL]The wings of a thousand pegasi are[NL]an incredibly potent aphrodisiac.[.][A][ToggleSmile][OpenMidRight][MoveMidRight][OpenMidRight]I[.][ToggleMouthMove]...[.][ToggleMouthMove]I didn't know that[ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]OK, now I really need Titania's help.[.][A][OpenMidRight][MoveLeft][OpenMidLeft][MoveMidLeft][OpenMidLeft][MoveFarLeft][OpenFarLeft]Wait! Wait! I was just kidding![.][NL]Hush, Titania! Hush! I was joking![A][OpenLeft][MoveMidRight][OpenMidRight]I see[.][ToggleMouthMove]... [ToggleMouthMove]I was, um, kidding, as well.[NL]Heh heh?[A][OpenFarLeft][MoveMidLeft][OpenMidLeft][ToggleSmile]Hee hee! Consider it payback.[.][A][NL][ToggleSmile]But, Lute, I never thought you would [.][NL]try to steal the wings right off her back![A][NL]Guess the battlefield is a lonely place![NL]Ha ha ha ha![A][NL]You know, I'm often told that I need to[.][NL]loosen up and not be so serious.[A][NL]I'd always tried to be like my sister.[A][NL]She's very strong, as both a knight and [NL]a person. Maybe I've tried too hard.[A][NL]But it's so much easier to loosen up [.][NL]with people like you around. Thanks![A][OpenMidRight]I see.[A][OpenMidLeft][ToggleSmile]When I'm with you, I can[NL]relax and just be myself.[.][A][ToggleSmile][OpenMidRight]Oh, I'm so sorry to hear that.[A][OpenMidLeft][MoveMidLeft][OpenMidLeft]That was a compliment![NL]Jeez. You're a tough one[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]When this war is over, would you like [NL]to come visit me in Frelia?[.][A][NL]You could ride a pegasus if you'd like.[.][A][ToggleSmile][OpenMidRight]That would be an illuminating experience.[.][A][NL]But I have to start reading up on pegasi[NL]behavior now, so I won't get thrown off.[A][NL]Do they like carrots?[.][A][OpenMidLeft][ToggleSmile]Well, I don't know about that.[NL]I'll let you do your research.[A][NL]I must go now. See you later, Lute.[.][A][ToggleSmile][OpenMidRight]Yes, Vanessa.[.][A]}
|
|
MSG_0CAD {[OpenFarFarLeft][LoadFace][22][NL][OpenFarFarLeft][CloseEyes][OpenMidRight][LoadFace][8][NL][.....][OpenMidRight]What's that down there?! [.][.....][NL]Whoa, Titania! Whoa, girl! Let's stop here![.][A][CloseSpeechSlow][OpenMidRight][MoveFarFarRight][OpenFarFarLeft][MoveMidLeft][.......][OpenFarFarRight][MoveMidRight][OpenMidRight]Are you hurt?! Are you all right?![A][OpenMidLeft]Zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Huh?[A][OpenMidLeft][ToggleSmile]Zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]You have GOT to be kidding me![NL]Sleeping while a war is waging? [A][NL]Bold warrior, it's time to wake up![.][.....][NL]Hey! Lazybones! Get up![.][A][OpenMidLeft]Snargleblagh[ToggleMouthMove]...[.][ToggleMouthMove]hmph? Zzzzzzzzz[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][HalfCloseEyes][OpenMidRight]Oh, boy[.][ToggleMouthMove]... [ToggleMouthMove]Let's go, Titania.[A][NL]It's clear that Mr. Slug here needs his[.][NL]beauty rest.[A][OpenMidRight][ClearFace][......][OpenMidLeft][OpenEyes][OpenMidLeft][Unknown8017][.......][OpenMidLeft]Zzzzz[.][ToggleMouthMove]...[.][ToggleMouthMove] Huh?[.][NL]Did someone say something?[A]}
|
|
MSG_0CAE {[OpenMidLeft][LoadFace][22][NL][OpenMidRight][LoadFace][8][NL][OpenMidRight]Oh, look who's actually awake today.[A][OpenMidLeft]You must be one of Frelia's pegasus [NL]knights.[A][OpenMidRight]I'm Vanessa.[A][OpenMidLeft][ToggleSmile]Yeah, that's right. Vanessa.[NL]I'm Forde. Nice to meet you.[A][NL]By the way, what do you mean by me[NL]being awake?[A][ToggleSmile][OpenMidRight]Just the other day, I was flying by [NL]and saw you lying on the ground.[A][NL]I thought you were hurt, but when I got [NL]closer, I saw that you were just sleeping![A][NL]I couldn't believe my eyes. I was so [.][NL]disgusted that I just left you there.[.][A][NL]But then I started to worry about enemies[.][NL]spotting you, so I went back.[.][A][NL]By the time I got back to where you were, [NL]you were already gone.[A][OpenMidLeft][ToggleSmile]I catch them off guard that way and [NL]then attack. That's my strategy.[A][ToggleSmile][OpenMidRight]I seriously doubt that.[.][A][OpenMidLeft][ToggleSmile]Ha ha ha![.][NL]But anyway, thanks for your concern.[A][ToggleSmile][OpenMidRight]You really don't stress or plan much, do you?[.][NL]So different from our prince[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]The prince of Frelia? [NL]Ah, you mean Prince Innes.[A][NL]I think he's almost 100 percent stress.[.][NL]But I'm sure he's quite the ladies' man.[A][NL]I bet you have a crush on him, too.[.][A][NL][ToggleSmile]You're blushing, so I must have hit [NL]a nerve![A][OpenMidRight]I-I don't! I didn't say anything![.][A][OpenMidLeft]A romance between a prince and his knight?[NL]What scandal! What intrigue![A][NL][ToggleSmile]It's all right, though. [NL]You can love anyone you like.[.][A][NL]You must have lots of competition,[NL]seeing how he is a prince.[A][NL]It's much easier to date someone you can[NL]be yourself around.[.][A][NL]Someone like, say, me would be ideal for you.[.][NL]What do you say?[A][ToggleSmile][OpenMidRight]Um[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Let's go, Titania.[NL]We've wasted enough time here.[A][OpenMidRight][ClearFace][OpenMidLeft][ToggleSmile]You don't have to run away like that![.][.....][NL]OK, see you! Watch out for those archers![.][A][ToggleSmile]}
|
|
MSG_0CAF {[OpenMidLeft][LoadFace][8][NL][OpenMidRight][LoadFace][22][NL][OpenMidLeft]I think I misunderstood you.[A][OpenMidRight][ToggleSmile]Yeah? So you understand me now?[.][A][ToggleSmile][OpenMidLeft]I guess so.[.][A][NL]You've been working for me from [NL]behind-the-scenes, haven't you.[.][A][OpenMidRight][ToggleSmile]Yes. But don't worry. I'm used to[.][NL]that sort of misunderstanding.[A][ToggleSmile][OpenMidLeft]Well[ToggleMouthMove]...[.][ToggleMouthMove]thank you.[A][OpenMidRight][ToggleSmile]Heh heh heh. You're welcome, of course.[.][A][NL]So, how about all that other stuff?[.][A][ToggleSmile][OpenMidLeft]What do you mean?[.][A][OpenMidRight][ToggleSmile]Am I too far a cry from a prince?[.][A][ToggleSmile][OpenMidLeft]Um[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I felt an energy[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Energy? What are you talking about?[.][A][OpenMidRight]Everyone has a different type of energy.[A][NL]Some energies can heal hearts, others [NL]spread courage.[.][A][NL][ToggleSmile]When you first saw me sleeping, [NL]I was dreaming of running across a field.[.][A][NL]I felt this warm energy engulfing me,[.][NL]blowing across my face like a summer wind.[A][NL]It must have been your energy that made me[NL]feel that way.[A][ToggleSmile][OpenMidLeft]My[ToggleMouthMove]...[.][ToggleMouthMove]energy?[.][A][OpenMidRight][ToggleSmile]Would you like to feel my energy, too?[A][ToggleSmile][OpenMidLeft]Um[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'll certainly think about it.[A][OpenMidRight][ToggleSmile]Wonderful! [.][NL]I'll be waiting for your answer, Vanessa.[.][A][ToggleSmile]}
|
|
MSG_0CB0 {[OpenMidLeft][LoadFace][15][NL][OpenMidRight][LoadFace][8][NL][OpenMidLeft]Vanessa, are you all right?[.][A][OpenMidRight][MoveMidRight][OpenMidRight]Prince Innes![.][NL]Yes, I'm fine. I'm glad YOU are fine, sir.[A][OpenMidLeft]Good, Vanessa.[A][NL]Your contributions to this war and also to[NL]Frelia as a whole have been very valuable.[A][OpenMidRight]Thank you for your kind words, sir.[.][A][NL]I was so worried when a messenger from [.][NL]Carcino told us you were in danger.[.][A][NL]I worried for your safety.[A][OpenMidLeft]Nothing is going to happen to me.[.][A][NL]It's still very strange to me that[NL]you are grown up and worry about me now.[A][NL]When you first joined the knights, [.][NL]you were just a girl.[.][A][NL]You've really grown, Vanessa.[.][A][OpenMidRight]Well, um[ToggleMouthMove]... [ToggleMouthMove]I'm still learning.[.][A][OpenMidLeft]You are a great knight now.[.][NL][ToggleSmile]I'm counting on you, Vanessa.[.][A][ToggleSmile][ToggleSmile][OpenMidRight]Yes. I'll protect you at any cost.[A][OpenMidLeft]Ha ha ha![.][NL]Vanessa, you don't need to protect me.[A][NL]It's the other way around. As the prince[NL]of Frelia, I have the duty to protect you.[A][OpenMidRight][ToggleSmile]Oh, yes! I didn't mean to offend![.][A][ToggleSmile][OpenMidLeft]Pshaw! [.][NL]But remember, I am counting on you.[.][A][OpenMidRight]Thank you, Prince![A]}
|
|
MSG_0CB1 {[OpenMidLeft][LoadFace][15][NL][OpenMidRight][LoadFace][8][NL][OpenMidRight][ToggleSmile]Your skills are so polished now![NL]I bet you could shoot down a drop of rain![A][ToggleSmile][OpenMidLeft]You flatter me, Vanessa, but my skills [.][NL]aren't quite there yet.[.][A][NL]But I've noticed that you have improved [NL]quite a bit since this war started.[.][A][OpenMidRight]Oh! Thank you, sir.[.][A][OpenMidLeft][ToggleSmile]You make me confident in battle.[A][ToggleSmile][OpenMidRight]Me?![.....][NL]Oh[ToggleMouthMove]... [ToggleMouthMove]Er[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]Yes, you! [NL]With such a skilled knight at my side,[A][NL]I feel secure and can be my best in battle.[.][A][ToggleSmile][OpenMidRight]Oh[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Besides[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Yes?[A][OpenMidLeft][ToggleSmile]I can always sense you trying to [.][NL]protect me at any cost.[.][A][NL]Normally, I don't need any help, [.][NL]but you are the exception.[A][NL]I'm grateful for your help.[.][A][ToggleSmile][OpenMidRight]Thank you very much![NL]It is my duty to protect you at any cost![.][A][ToggleSmile][OpenMidLeft]Ha ha ha. Your duty, huh. [NL]That's fine, Vanessa.[.][A][NL]No need to worry about risking your life.[.][NL]I'm pretty unstoppable with you beside me.[A][OpenMidRight]You'll have to use a spatula[NL]to peel me off your side![.][A]}
|
|
MSG_0CB2 {[OpenMidLeft][LoadFace][15][NL][OpenMidRight][LoadFace][8][NL][OpenMidLeft]What's wrong? You're spacing out.[.][A][OpenMidRight][MoveMidRight][OpenMidRight]I'm sorry, Prince Innes![A][NL]Watching you shoot that arrow[.][NL]reminded me of something.[.][A][OpenMidLeft]What's that?[A][OpenMidRight]The time you demonstrated your archery [.][NL]skills at the king's birthday ceremony.[.][A][NL]You shot three arrows simultaneously, and[.][NL]hit three different targets[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I was so impressed. I still remember that[.][NL]moment like it was yesterday.[.][A][OpenMidLeft]Well, even though there were three targets,[.][NL]they were only about an arm length apart.[.][A][NL]It wasn't like shooting three enemies in[NL]battle.[.][A][NL]It's only an exhibition trick.[A][OpenMidRight]Even so, you couldn't have done it without[NL]strong accuracy and concentration.[A][NL]It made a very strong impression on me[ToggleMouthMove]...[.][ToggleMouthMove][NL]I've admired your skills ever since then.[.][A][OpenMidLeft]Vanessa[.][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]Was it my skills you were admiring[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]or was it me?[.][A][OpenMidRight]What?![.....][NL]Um[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Just kidding[ToggleMouthMove]... [ToggleMouthMove]Kind of.[A][NL][ToggleSmile]But I'm impressed you remembered it.[NL]I had forgotten until just now. [A][ToggleSmile][OpenMidRight]I have[ToggleMouthMove]...[.][ToggleMouthMove]always been watching you[ToggleMouthMove]...[.][ToggleMouthMove][NL]and always been admiring you[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I hope that doesn't sound too creepy.[.][A][OpenMidLeft]I don't know what to say[ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]I've always known you as a knight.[A][NL]A great knight, in fact. [.][NL]But when this war is over,[A][NL]I would like to get to know the other[.][NL]side of you. The woman.[.][A][NL][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]Ahem. Yes. Let's go, Vanessa.[.][NL]Don't ever leave my side from now on![.][A][ToggleSmile][OpenMidRight]Don't worry, Prince Innes![.....][NL][ToggleSmile]I would follow you anywhere![A][ToggleSmile]}
|
|
MSG_0CB3 {[OpenMidLeft][LoadFace][9][NL][OpenMidLeft]Hmm[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][LoadFace][14][NL][OpenMidRight][ToggleSmile]Ross.[.][A][ToggleSmile][OpenMidLeft]Oh! Hi, Dad.[A][OpenMidRight]What are you thinking about?[A][OpenMidLeft]Nothing[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Well, maybe just[ToggleMouthMove]...[.][ToggleMouthMove][NL]What was Mom like?[A][OpenMidRight]Your mother[.][ToggleMouthMove]... [ToggleMouthMove]Well[ToggleMouthMove]...[.][ToggleMouthMove][NL]Where do I start?[.][A][NL]In many ways, she was very[NL]similar to Princess Eirika.[.][A][OpenMidLeft]Princess Eirika?[A][OpenMidRight][ToggleSmile]Yes. She was gentle, but also very[NL]strong. She could share others' pain.[.][A][ToggleSmile][OpenMidLeft]I see.[A][OpenMidRight]What's wrong? Do you miss her?[A][OpenMidLeft]I was just thinking[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]When was the last time we [NL]visited her grave?[A][NL]Not since we left the village[.][NL]and started this journey[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It's been so long. She must[.][NL]be lonely[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Ross[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]When the bandits attacked[.][NL]the village, we had to leave.[.][A][NL]But Mom's grave is still there.[.][A][OpenMidRight]Yes.[A][OpenMidLeft]Dad[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Ross.[.][NL]Let's go home when the war is over.[.][A][NL]To the village where Risa rests.[A][OpenMidLeft]Dad[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]We can rebuild the village again,[.][NL]just the two of us.[.][A][NL]After all, that's where we belong[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]You, me, and[ToggleMouthMove]...[.][ToggleMouthMove]your mother.[A][ToggleSmile][ToggleSmile][OpenMidLeft]Yes![A][NL][OpenMidLeft][MoveMidLeft][OpenMidLeft]All right. But I'll have to be a[NL]lot stronger to help with that.[.][A][NL][OpenMidLeft][MoveLeft][OpenLeft]So we'd better start training, Dad![.][A][OpenMidRight]If you insist. Show me[NL]what you've got![A]}
|
|
MSG_0CB4 {[OpenMidRight][LoadFace][14][NL][OpenMidLeft][LoadFace][9][NL][OpenMidLeft]Eeeyeeergh![.][A][OpenMidLeft][MoveRight][OpenMidRight]That all you got?[.][A][OpenRight][MoveLeft][OpenLeft]Awww![.][......][NL]Mmmmgrrrr[.][ToggleMouthMove]...[.][ToggleMouthMove] Ha![A][OpenLeft][MoveRight][OpenMidRight][MoveFarRight][OpenFarRight]Gah![......][NL]Ha![.][A][OpenFarRight][MoveMidRight][OpenRight][MoveMidLeft][OpenMidLeft]Gah[.][ToggleMouthMove]...[.][ToggleMouthMove][......][NL]Wahhhhhh!![A][OpenMidLeft][MoveRight][OpenMidRight][MoveFarRight][OpenFarRight]Hm?![......][NL]Haaaah![.][A][OpenFarRight][MoveMidRight][OpenRight]Whoa![.][A][CloseSpeechSlow][OpenRight][MoveFarFarLeft][.......][OpenMidRight]All right[.][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]Good. That's it for today.[A][OpenFarFarLeft][ClearFace][OpenMidLeft][LoadFace][9][NL][OpenMidLeft]Whew! Wow![A][OpenMidRight]Whew.[.][A][OpenMidLeft][ToggleSmile]You're so strong, Dad.[A][ToggleSmile][ToggleSmile][OpenMidRight]Ha ha ha! You're finally getting the [.][NL]hang of it, boy![A][NL]Your stroke is heavier, and your swing[NL]has definitely improved.[A][OpenMidLeft]Yes.[A][NL]I've been practicing all the time,[NL]even when I'm not in battle.[A][NL]Maybe someday, I'll even surpass you![.][A][OpenMidRight]You're getting stronger, no doubt about it.[.][NL]But I'm not going to LET you win.[.][A][NL]You'll have to get there yourself.[A][OpenMidLeft]Now you're talking! The higher the hurdle,[NL]the bigger the reward.[A][NL]All right, I'm gonna go practice my[.][NL]swing! See you later, Dad![A][OpenMidRight]All right, boy.[.][A][NL][NL2][OpenMidLeft][ClearFace][OpenMidRight]Risa, you'd be so happy. Ross has[.][NL]grown into a strong young man.[A]}
|
|
MSG_0CB5 {[OpenMidLeft][LoadFace][9][NL][OpenMidRight][LoadFace][14][NL][OpenMidRight]Ross.[.][A][OpenMidRight][MoveRight][OpenMidLeft]What is it, Dad?![.][NL]Ow[ToggleMouthMove]... [ToggleMouthMove]Ow! Ow! What are you doing?[.][A][NL]That hurts! You're crushing my shoulder![A][OpenRight]Ross[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]What's wrong, Dad?[A][OpenRight]Ross[ToggleMouthMove]... [ToggleMouthMove]I'm going to be sentimental[.][NL]for a moment. Bear with me.[.][A][OpenMidLeft]Huh?[A][OpenRight]You may be almost grown, but you're[.][NL]all I've got in this world.[.][A][NL]It's true that your skills have[.][NL]improved, but don't act foolishly.[A][OpenMidLeft]Huh?[A][OpenRight]There's no greater tragedy than when[NL]a parent must bury his child.[.][A][NL]Do you see where I'm going with this?[.][A][.......][OpenMidLeft]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove]I understand. It's just weird[.][NL]to hear you talking like this[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I guess I have been getting a big head. [NL]No one is invincible.[.][A][OpenRight]Yes, that's right.[A][NL]And when you start to think you are,[NL]that's when you're the most vulnerable.[.][A][OpenMidLeft]I was just all puffed up when you said[NL]I had improved. I'll be careful from now on.[A][NL][ToggleSmile]I haven't told this to anyone,[NL]but I guess dads can see these things.[A][ToggleSmile][ToggleSmile][OpenRight][ToggleSmile]No matter how old you get, you'll [NL]always be my son.[.][A][ToggleSmile][OpenMidLeft]Yes, and I'll always look up to you![A]}
|
|
MSG_0CB6 {[OpenMidLeft][LoadFace][35][NL][OpenMidRight][LoadFace][14][NL][OpenMidRight]You must be Dozla.[A][OpenMidLeft]That's right! Who are you?[A][ToggleSmile][OpenMidRight]My name is Garcia. Sir Dozla, I've [.][NL]been hearing a lot about you lately. [.][A][OpenMidLeft][MoveMidLeft][OpenMidLeft]Only good things, I hope! Ha ha ha![.][NL]I've heard of you, too, Sir Garcia.[.][A][NL]Mostly about your incredible strength![NL]Hey, would you mind lifting this boulder?[.][A][NL]Just kidding! Ha ha ha![.][A][OpenMidRight]Ha ha. It's not a big deal.[.][NL]Are you normally this[.][ToggleMouthMove]...[.][ToggleMouthMove]energetic?[A][OpenMidLeft]Well, I stuffed myself, so [.][NL]I'm feeling pretty great![.][A][OpenMidRight]You can't fight on an empty stomach.[A][NL]Eating is very important to keep up [NL]your strength. Especially breakfast.[A][NL]I've heard that in some cultures, they call[.][NL]breakfast [LQuote]first break.[RQuote][A][OpenMidLeft]What's that? What do they break?[A][OpenMidRight]A fast.[.][A][OpenMidLeft][ToggleSmile]A fast what? Huh? Speak plainly! I don't[NL]understand all this talking in circles.[.][A][ToggleSmile][OpenMidRight]We don't eat anything while we sleep,[.][NL]so it's as if we are fasting.[.][A][NL]So, the meal you eat in the morning[.][NL]breaks that fast.[.][A][NL]This means that breakfast is an [NL]especially important meal.[A][OpenMidLeft][ToggleSmile]Huh. Who would have thunk it?[.][A][NL][ToggleSmile]The only thing I consumed this[NL]morning was knowledge![A][OpenMidRight]What do you mean?[.][A][OpenMidLeft]Just that I make it a point[.][NL]to learn other disciplines.[.][A][NL]You have to if you want to[NL]grow as a fighter.[A][OpenMidRight]I completely agree.[.][A][NL]Young men in this army are strong in [.][NL]their specific fields, but weak in others.[A][NL]The art of complete training has been[.][NL]lost on the younger generation, I'm afraid.[.][A][OpenMidLeft]Yes, that's right! Back in our day,[.][NL]fighters had to learn many disciplines[A][NL]in case they had to fill in for a [NL]wounded teammate.[.][A][NL]I've always wanted to learn archery.[A][NL]The delicate precision is the opposite of[.][NL]fighting with an axe.[.][A][OpenMidRight]Me, too. Why don't we meet sometime[.][NL]and study it together?[A][OpenMidLeft]That's a great idea![A]}
|
|
MSG_0CB7 {[OpenMidLeft][LoadFace][14][NL][OpenMidRight][LoadFace][35][NL][ToggleSmile][OpenMidRight]Garcia![.][A][OpenMidLeft]Hello there, Dozla![.][A][OpenMidRight]I had a great time last time![.][A][OpenMidLeft]Yes, indeed.[A][OpenMidRight]I just love sparring! It's like having[NL]a conversation, except with weapons![A][OpenMidLeft]You DO know that you're not supposed to[.][NL]swing the bow like an axe, right? Ha ha![A][OpenMidRight]I was only clowning around![.][A][NL]I'm recalling that a certain someone[NL]loaded the arrow in the wrong direction[.][A][NL]and nearly impaled his shoulder.[NL]Hmmm. Now, who could that have been?[A][OpenMidLeft]That was a defect in the arrow![.][A][OpenMidRight][MoveMidRight][OpenMidRight][ToggleSmile]Ha ha ha ha ha! I'm sure![.][A][ToggleSmile][OpenMidLeft][ToggleSmile]Maybe you just can't teach old[NL]dogs new tricks.[A][ToggleSmile][OpenMidRight]I don't believe that's true at all.[.][A][NL]You're magnificent with an axe. How [NL]hard can it be to learn something new?[A][OpenMidLeft]No, you're the great one. [NL]You're a menace to the enemy![.][A][ToggleSmile][OpenMidRight]Where did you learn to fight like that?[.][A][OpenMidLeft]Well, I used to lead troops in Renais.[NL]I learned the basics there[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Once I retired, I was living on a mountain.[.][A][NL]My daily chores involved swinging an axe,[.][NL]although just for splitting firewood.[.][A][OpenMidRight]See? You learned how to apply your skills[.][NL]to different fields.[A][NL]Maybe archery just isn't our thing. We[NL]should try something else.[A][OpenMidLeft]What do you suggest?[A][OpenMidRight]How about magic?[A][OpenMidLeft]Hmmm[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]It can't be that difficult to learn.[A][NL]As far as I can tell, it's just a bunch[.][NL]of arm waving and shouting gibberish.[.][A][ToggleSmile][OpenMidLeft]You do have a point.[A][OpenMidRight]Let's practice sometime soon.[.][A][OpenMidLeft]I'm looking forward to it[.][ToggleMouthMove]...[.][ToggleMouthMove]Mage![.][A][OpenMidRight][MoveMidRight][OpenMidRight][ToggleSmile]Ha ha ha ha! Yes, indeed![.][A][ToggleSmile]}
|
|
MSG_0CB8 {[OpenMidLeft][LoadFace][35][NL][OpenMidRight][LoadFace][14][NL][OpenMidRight]That did not go as well as I had hoped.[.][A][OpenMidLeft]Well, that's not entirely true, is it.[A][OpenMidRight]It would have helped if you hadn't[NL]whacked me in the head with the staff.[A][OpenMidLeft]I didn't mean to hit you! You just got[NL]in the way when I was[.][ToggleMouthMove]...[.][ToggleMouthMove]conjuring.[A][OpenMidRight]I still have a lump on my head.[.][A][OpenMidLeft]I feel badly about it, all right?[.][A][NL]Besides, I think you're forgetting[NL]that I also healed you with that staff![.][A][OpenMidRight]No, you didn't! [NL]You burned my beard clear off![A][OpenMidLeft]Oh, yes. That's right.[.....][NL]I'm sorry.[A][OpenMidRight]Hmph.[.][A][OpenMidLeft][MoveMidLeft][ToggleSmile][OpenMidLeft]You have to admit, though, you looked[.][NL]quite dashing without that beard.[.][A][NL]It took at least ten years off of your[NL]appearance. No, at least twenty![A][OpenMidRight]You really think so?[.....][NL]I can't stop smelling burnt hair.[.][A][OpenMidLeft]But, wait! At least give me credit for [.][NL]making it grow back that quickly.[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]Very well.[A][NL]It grew back nicely. Thank you.[.][A][OpenMidLeft]You're welcome![.][A][OpenMidRight]This little foray into other disciplines [.][NL]has certainly taught me a lot.[A][OpenMidLeft][ToggleSmile]Me, too![A][NL]After all this, sword fighting[NL]should be a piece of cake![A][ToggleSmile]}
|
|
MSG_0CB9 {[OpenMidLeft][LoadFace][14][NL][OpenMidRight][LoadFace][10][NL][OpenMidRight]Sir?[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Sir[.][ToggleMouthMove]...[.][ToggleMouthMove]Garcia[ToggleMouthMove]...?[ToggleMouthMove][A][OpenMidRight][MoveRight][OpenMidLeft]Don't come near me right now, Neimi![A][OpenRight][MoveRight][OpenRight]Oh![.][A][OpenRight][MoveMidRight][OpenMidRight]I-I'm sorry! I was just...wondering what [.][NL]you were doing.[.][A][OpenMidLeft]I'm preparing myself for the battle.[NL]Please don't come near me right now.[A][OpenMidRight]Are you trying to get psyched?[A][OpenMidLeft]Yes.[A][NL]To prepare myself for battle, I visualize[.][NL]the enemy in front of me. [A][NL]Then, during battle, I can focus all my[.][NL]attention on them.[A][NL]If you want to survive this war, you must[.][NL]focus all your attention on the enemy.[A][OpenMidRight]I-I see. Please excuse me now![A][OpenMidLeft]Wait![.][A][OpenMidRight]Y-yes, sir?[.][A][OpenMidLeft]I apologize for yelling at you.[.][A][OpenMidLeft][ClearFace][OpenMidRight]That must be how he became such a [NL]brilliant warrior![A][NL]I must go focus now[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0CBA {[OpenMidLeft][LoadFace][10][NL][OpenMidRight][LoadFace][14][NL][OpenMidRight]Neimi![A][OpenMidRight][MoveRight][OpenRight]That gauntlet[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Y-yes?[A][OpenRight]That gauntlet! The one embroidered with[.][NL]the gold falcon[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Huh? Oh, this? My late grandfather gave[.][NL]it to me.[.][A][NL]It was too big for me, so I resized it[NL]to fit my hand.[.][A][NL]He was the one who taught me how to use [NL]a bow[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]This is a keepsake he gave me.[A][OpenRight][MoveMidRight][OpenMidRight]Is your grandfather's name Zethla?[A][OpenMidLeft]How in the world[ToggleMouthMove]...[.][ToggleMouthMove]?[.][NL]Did you know him?[.][A][OpenMidRight]Of course. He was THE master archer.[NL]He was known as [LQuote]Single-Arrow Zethla.[RQuote][A][NL]He had amazing accuracy and could shoot[.][NL]any target, moving or still, with one shot.[.][A][NL][LQuote]No second arrow for Zethla[RQuote] was what [NL]people would say.[.][A][NL]Renais tried to recruit him many times[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Now that I think about it,[A][NL]when Grandpa went hunting, he would take[NL]only one arrow with him.[A][NL][ToggleSmile]Me, I always took many arrows[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]So, it WAS true![A][OpenMidLeft][ToggleSmile]He never did join the army, even though[.][NL]recruiters did come by often.[.][A][NL]He said that it wasn't in his nature[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]I know. In fact, I visited him once when [.][NL]I was young.[A][NL]He was wearing the gauntlet that day,[.][NL]and it left an impression.[A][OpenMidLeft]I see[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Renais is such a big country, I never [NL]would have thought that you knew him.[.][A][NL][ToggleSmile]It's a small world.[.][A][ToggleSmile][ToggleSmile][OpenMidRight]Indeed.[.][A][NL]I can't believe Single-Arrow Zethla's[.][NL]granddaughter is fighting in this war.[A][NL]I'm encouraged by this fact. I'm counting [NL]on you, Neimi.[A][OpenMidLeft][ToggleSmile]What? YOU'RE counting on[ToggleMouthMove]...[.][ToggleMouthMove]ME?[.][A][ToggleSmile][OpenMidRight]Yes.[A][OpenMidLeft]Um[ToggleMouthMove]...[.][ToggleMouthMove]I'm[.][ToggleMouthMove]...[.][ToggleMouthMove]happy to hear that.[.][NL]I-I'll do my best not to let you down![A][OpenMidRight]Good. Then let's go.[A][OpenMidLeft]Yes, sir![.][A]}
|
|
MSG_0CBB {[OpenMidLeft][LoadFace][14][NL][OpenMidRight][LoadFace][10][NL][OpenMidLeft]Neimi, I'm sorry if I startled you yesterday.[.][A][OpenMidRight]Huh? Oh, you mean when you were [NL]preparing yourself for the battle?[A][NL2][NL][ToggleSmile]No[ToggleMouthMove]...[.][ToggleMouthMove] I was just surprised by [.][NL]your[ToggleMouthMove]...[.][ToggleMouthMove]enthusiasm for this war.[A][ToggleSmile][OpenMidLeft]I used to be like this all the time.[A][NL]I was always preoccupied with battles, to [NL]the point of neglecting my family.[A][NL]And now, here I am, back on the [NL]battlefield.[A][NL]I'm sure my wife is somewhere sighing.[A][OpenMidRight]Oh, no, Sir Garcia.[.][NL][ToggleSmile]I'm sure your wife understood how you felt.[.][A][ToggleSmile][OpenMidLeft]I think it's hard to understand when[NL]you are not a soldier.[A][OpenMidRight]In times like this, you have to fight to [.][NL]stay alive.[.][A][OpenMidLeft]You've lost family too, didn't you?[.][A][OpenMidRight]Yes.[.....][NL]But, I can't keep crying.[.][A][NL]I have to be strong and keep going.[.][A][OpenMidLeft]Neimi[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]You quit the army and lived in a [.][NL]mountain village with Ross because[A][NL]Renais was not at war, didn't you?[ToggleMouthMove][A][ToggleMouthMove][OpenMidLeft]Yes.[A][OpenMidRight][ToggleSmile]You don't seem to be the type of person [NL]who enjoys fighting for its own sake.[.][A][NL]I think you know the emptiness and pain of[NL]war more than anyone else.[A][NL]I can see that just by looking at you![.....][NL]Em...[.][A][NL]I'm sorry if I'm being presumptuous.[A][ToggleSmile][ToggleSmile][OpenMidLeft]No, Neimi. Thank you.[.][A][NL]You are very perceptive. You'll make some[.][NL]lucky guy very happy someday.[.][A][OpenMidRight][ToggleSmile]Oh[ToggleMouthMove]...[.][ToggleMouthMove] Um[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]This is kind of embarrassing.[.][A][ToggleSmile][OpenMidLeft]Don't be embarrassed![.][NL]Oh, by the way, please take this.[.][A][OpenMidRight][ToggleSmile]What is it?[.][.....][NL][ToggleSmile]Oh, this haircomb is lovely![A][OpenMidLeft]I bought this for my wife when[NL]I was still in the Renais army.[.][A][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove]I never had the chance to[.][NL]give it to her.[.][A][OpenMidRight][ToggleSmile]Sir Garcia[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]I buried her with some of the things[NL]I'd brought back.[.][A][NL]I don't know why, but I couldn't[NL]bring myself to bury this, though.[A][NL]I don't need it. What would I do with[.][NL]it? You'd make better use of it.[A][NL]It will give you a reason to keep[.][NL]using that mirror of yours, too.[A][OpenMidRight]Sir Garcia! This is too much! Thank you![NL]I will take good care of it![A]}
|
|
MSG_0CBC {[OpenMidLeft][LoadFace][16][NL][OpenMidRight][LoadFace][9][NL][OpenMidRight]Hey, you![.][A][OpenMidLeft]I hope that maniac isn't talking to me.[.][NL]I'll pretend I can't hear him. La la la.[A][OpenMidRight]You, over there! Mage woman![A][OpenMidLeft]Are you talking to me? Firstly, my name[.][NL]isn't [LQuote]Mage Woman,[RQuote] nor is it [LQuote]You.[RQuote][A][NL]Why don't you lower your voice and[NL]act a little more civilized? Who are you?[.][A][OpenMidRight][ToggleSmile]I'm son of the warrior Garcia, Ross.[A][ToggleSmile][OpenMidLeft]So you're [LQuote]Son-of-warrior-garcia-ross.[RQuote][.][NL]That's an unusual name. [A][NL]I'm Lute, genius mage extraordinaire. [NL]You've probably heard of me.[A][NL]So, Sir Son-of-warrior-garcia-ross, [NL]how may I be of service to you?[.][A][OpenMidRight][MoveMidRight][OpenMidRight]My name is ROSS! You're kind of weird.[.....][NL][ToggleSmile]Hey, you can use magic, right?[A][ToggleSmile][OpenMidLeft]Yes, although to be more accurate,[NL]I don't just [LQuote]use[RQuote] magic.[.][A][NL]I am a master of all magic. [NL]Please don't make that mistake again.[.][A][OpenMidRight][ToggleSmile]Wow, that's really great.[.][A][ToggleSmile][OpenMidLeft]Well, maybe for you. For me, I'm[NL]just that good. It's normal.[A][OpenMidRight]Isn't it hard to remember all those spells?[.][A][OpenMidLeft]Well, I think for the average person,[.][NL]it probably is a difficult task.[A][NL]But for me, it is as simple as using a[NL]hint of fragrance when baking a cake.[.][A][OpenMidRight]I[.][ToggleMouthMove]...[.][ToggleMouthMove]have no idea what you mean.[.][.....][NL][ToggleSmile]Wait a second![A][NL]Does that mean even I could learn magic?[A][ToggleSmile][OpenMidLeft]No.[.][A][OpenMidRight][MoveMidRight][OpenMidRight]Hey! At least pretend to ponder the[.][NL]question for a little bit before you answer.[A][OpenMidLeft]OK. Bye.[A][OpenMidLeft][ClearFace][OpenMidRight]Hey! [.][NL][OpenMidRight][MoveMidRight][OpenMidRight][MoveRight][OpenRight]Hey, wait a minute![.][A]}
|
|
MSG_0CBD {[OpenMidLeft][LoadFace][9][NL][OpenMidRight][LoadFace][16][NL][OpenMidLeft]Hey, mage lady! I mean[ToggleMouthMove]...[.][ToggleMouthMove] Let's see[ToggleMouthMove]...[.][ToggleMouthMove] Lute![A][OpenMidRight]Hello, Sir Son-of-warrior-garcia-ross.[A][OpenMidLeft]It's ROSS![A][NL]You left in the middle [.][NL]of the conversation![A][OpenMidRight]Thank you, but it's no big deal.[A][OpenMidLeft][MoveMidLeft][OpenMidLeft]That wasn't a compliment![.][.....][A][NL2][NL][ToggleSmile]So, by the way[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]So long.[A][OpenMidLeft][MoveMidLeft][OpenMidLeft]What the heck? Hey, wait a minute![NL]I was telling you not to leave suddenly![A][OpenMidRight][LoadFace][16][NL][OpenMidRight]What do you want?[.][A][OpenMidLeft]Well, nothing in particular. I just thought[.][NL]we could chat[.][ToggleMouthMove]...[.][ToggleMouthMove]or something.[.][A][OpenMidRight]Well, THAT doesn't sound very productive [.][NL]nor strategically important, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If you want to, please go ahead.[A][OpenMidLeft]OK. Um. Let's see. What to talk about.[.....][NL]You know, my mom used a little magic, too.[A][NL]She passed away a while ago[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But, that's why I thought I might be able[.][NL]to use magic, too.[A][NL]Last time, you said no right away, but[NL]you hadn't heard the whole story.[.][A][OpenMidRight]Do you want to be a mage?[.][A][OpenMidLeft]No, not exactly.[A][OpenMidRight]Well, then you should keep following [.][NL]your own instinct instead.[A][NL]Everyone has his or her own talent.[.][A][NL]I figure the path you are taking now is [NL]appropriate for you.[A][OpenMidLeft]Yeah.[.][ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]Maybe you're right.[.][A][NL]Well, it's not like I was torn between [.][NL]the two or anything.[A][NL]I kinda just wanted to talk with [.][NL]a female mage like you. Thanks.[.][A][ToggleSmile][OpenMidRight]Um, you're welcome, I guess.[NL]I'm glad I could be of your service.[A]}
|
|
MSG_0CBE {[OpenMidLeft][LoadFace][9][NL][OpenMidRight][LoadFace][16][NL][OpenMidLeft][ToggleSmile]Yo, Lute.[.][A][ToggleSmile][OpenMidRight]Hi, Son-of--I mean--Ross.[.][A][OpenMidLeft][ToggleSmile]Hey, you remembered my name finally![A][ToggleSmile][OpenMidRight]Because I'm good.[.][A][OpenMidLeft]Huh?[A][OpenMidRight]Are you here to insult me today?[A][OpenMidLeft]Where'd you get that from?! You are as [.][NL]strange as ever. [.][A][OpenMidRight]Thank you very much.[A][OpenMidLeft]That wasn't a compliment![.][.....][NL]Have you always been like this?[.][A][OpenMidRight]You mean, have I always been brilliant?[.][NL]Well, I've been me. So, yes.[A][NL]I've been surrounded by books for as long [NL]as I can remember.[A][OpenMidLeft]You studied magic since you were a kid?! [.][NL]Did you do anything for fun?[A][OpenMidRight]Well, there's my monk-watching habit.[.][A][OpenMidLeft]Huh? Never mind.[NL]How about your mother and father?[.][A][OpenMidRight]I don't have any memory of my parents.[A][NL]But according to my grandmother, they are[.][NL]traveling in distant lands.[.][A][OpenMidLeft]Oh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]So you have a grandmother. [.][NL]What is she like?[.][A][ToggleSmile][OpenMidRight]She's like an elegant goldfish that's been[NL]sun-dried with a wildflower.[A][OpenMidLeft]I have no idea what you're talking about.[.][A][OpenMidRight]OK then. So long.[.][A][OpenMidRight][ClearFace][OpenMidLeft]Hey![....][NL][OpenMidLeft][MoveLeft][OpenLeft]Hey, Lute![A][OpenMidRight][LoadFace][16][NL][OpenMidRight]Yes?[A][OpenLeft]You may be a great mage, but [.][NL]you don't seem to be physically strong.[.][A][NL]So, from now on[.][ToggleMouthMove]...[.][ToggleMouthMove] Well[.][ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]I'll be at your side to protect you.[A][ToggleSmile][OpenMidRight]Well, that's very kind.[.][A][NL]But you know that the more likely scenario [.][NL]is that I'll be protecting you.[.][A][OpenLeft][MoveLeft][OpenLeft]That's not what you're supposed to say![.][NL]You're just supposed to say [LQuote]Yes[RQuote]![A][OpenMidRight]OK. Yes.[A][OpenLeft]Man[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]I might not seem that tough now,[A][NL]but someday I will grow up to be a man as[.][NL]strong as my dad. You wait and see![.][A][ToggleSmile][OpenMidRight]OK. I'll look forward to it.[A][NL]But I won't get my hopes too high.[NL]Disappointment is a cruel mistress.[.][A][OpenLeft]You! Grrr![NL]I'll show you![A]}
|
|
MSG_0CBF {[OpenLeft][LoadFace][9][NL][OpenFarFarLeft][LoadFace][25][NL][.......][OpenFarFarLeft][MoveFarLeft][OpenFarLeft][MoveFarLeft][OpenFarLeft]Zowie![A][OpenLeft]Ugh![A][CloseSpeechSlow][OpenLeft][MoveRight][OpenRight][ClearFace][OpenFarLeft][ClearFace][OpenFarFarLeft][LoadFace][25][NL][OpenFarFarRight][LoadFace][9][NL][OpenFarFarRight]Hey! Ow! What the heck?![A][OpenFarFarLeft]I'm so sorry! I'm just very clumsy.[.][NL]Are you all right?[A][OpenFarFarLeft][ClearFace][OpenMidLeft][LoadFace][25][NL][OpenFarFarRight]Oooooow![A][OpenFarFarRight][ClearFace][OpenMidRight][LoadFace][9][NL][OpenMidLeft]E-excuse me.[A][OpenMidRight]You! You're from Grado, aren't you![.][NL]This was a sneak attack, wasn't it![.][A][NL]Then prepare yourself for battle![.][A][OpenMidLeft]Oh, no! Please listen to me![A][NL]It's true that I am from Grado, [NL]but I am now on your side![A][OpenMidRight]You must think I'm pretty gullible![.][NL]You can't trick me like that![.][A][OpenMidLeft][MoveMidLeft][OpenMidLeft]But I'm telling the truth! I am on your side! [NL]I didn't attack you.[A][NL]I tripped and fell into you, but it was[.][NL]an accident![A][OpenMidRight]Right[.][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]Let's say for a second I buy this story.[A][NL]But how can you explain tripping when[.][NL]there's nothing around to trip on?[A][OpenMidLeft]There was a dent over there, and--[A][OpenMidRight]Huh?[.....][NL]Oh, you mean that.[A][NL]I see. You tripped on that thing, huh?[A][OpenMidLeft]Y-yes![A][OpenMidRight]How could you have tripped on that?[.][NL]I can barely even see it![.][A][NL]Hey, isn't that spear a little heavy for you?[.][NL]You're so small. Need a little help?[A][OpenMidLeft]Not really. It's much lighter than [.][NL]other knights'.[.][A][NL]I'm working on building up more power,[NL]but I'm getting the hang of it.[.][A][OpenMidRight]Hmmm[ToggleMouthMove]...[.][ToggleMouthMove][NL]I noticed that your armor is very shiny.[A][OpenMidLeft][ToggleSmile]Um, yes. Thanks, I guess. I'm always[NL]polishing it.[.][A][ToggleSmile][OpenMidRight]That's a sure sign of a new recruit![NL]Watch out for hazing.[.][A][NL]You might as well be wearing a sign taped[.][NL]to your forehead that says [LQuote]I'm a rookie![RQuote][A][OpenMidLeft]Oh[ToggleMouthMove]...[.][ToggleMouthMove] Um[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Don't worry. I've got your back.[A][OpenMidLeft]What?[.][A][OpenMidRight][ToggleSmile]But in exchange, you must cover ME when[.][NL]someone attacks me with a sword![A][ToggleSmile][OpenMidLeft]Oh[ToggleMouthMove]...[.][ToggleMouthMove] OK. I'll do my best![.][.....][NL]Um[ToggleMouthMove]...[.][ToggleMouthMove] Say[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]What is it?[.][A][OpenMidLeft][ToggleSmile]Thank you[.][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]for believing me that I'm not your enemy.[.][A][ToggleSmile][ToggleSmile][OpenMidRight][ToggleSmile]There's no point in fighting with[.][NL]someone on your own side.[.][A][NL]OK, let's go![.][A][ToggleSmile][OpenMidLeft]Yes![A]}
|
|
MSG_0CC0 {[OpenMidLeft][LoadFace][25][NL][OpenMidRight][LoadFace][9][NL][ToggleSmile][OpenMidRight]Hey![A][OpenMidLeft]Oh, hi, [ToggleSmile]um[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight][ToggleSmile]I guess I haven't told you my name, huh.[NL]I'm Ross, the son of the warrior Garcia.[A][ToggleSmile][OpenMidLeft]I'm Amelia. Nice to meet you, Ross.[.][A][OpenMidRight]Likewise. By the way, it looks like you're[NL]getting better at battle.[.][A][OpenMidLeft]Yes. It's mostly because you and others [NL]are helping me out.[.][A][NL]I'm also getting the hang of my spear.[A][OpenMidRight]I see. I was once a rookie too.[.][NL]Everyone has to start somewhere.[A][NL]We're young, and we start at the[NL]bottom of the chain, you know?[A][NL]But we'll get stronger, both of[.][NL]us. So let's work hard, all right?[A][OpenMidLeft]Yes![A][OpenMidRight]Good, good.[.][NL]Oh, by the way[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Yes?[A][OpenMidRight][ToggleSmile]I have something for you.[.][NL]Now, where did I put it? Hmm[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Ah, here it is.[.][A][OpenMidLeft]Thanks[ToggleMouthMove]...[.][ToggleMouthMove] Um, what is it?[A][OpenMidRight][ToggleSmile]Isn't it obvious? It's a necklace.[A][ToggleSmile][OpenMidLeft][ToggleSmile]I can see that, but[.][ToggleMouthMove]...[.][ToggleMouthMove] [.][ToggleSmile]Why?[A][OpenMidRight][ToggleSmile]I bought it.[NL]I mean, I bought it a long time go.[.][A][NL]There was a kid selling this on the street, [NL]and he just wouldn't leave me alone.[A][NL]I didn't need it, but he seemed really [.][NL]hungry, so[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]That's very kind of you, Ross.[A][OpenMidRight][MoveMidRight][OpenMidRight][ToggleSmile]Oh, it's not a big deal. [.][NL]A-anyway, it's yours now.[.][A][ToggleSmile][ToggleSmile][OpenMidLeft][MoveMidLeft][OpenMidLeft]What?! I couldn't![A][OpenMidRight]No, it's yours.[.][A][OpenMidLeft]But[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Don't you like it?[A][OpenMidLeft]It's not that. It's very pretty! It's just[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Then keep it.[.][A][OpenMidLeft]Thank you.[A][NL][OpenMidLeft][HalfCloseEyes][OpenMidLeft][NL2][ToggleSmile]It's so lovely.[.][A][ToggleSmile][OpenMidRight]You should have just accepted in the first[NL]place. Why are you acting so reluctant?[.][A][OpenMidLeft][Unknown8017][OpenMidLeft]Well, I've always lived very[ToggleMouthMove]...[.][ToggleMouthMove]modestly.[.][A][OpenMidRight]Huh? What's that got to do with it?[.][A][OpenMidLeft]I could never afford something like this[ToggleMouthMove]...[.][ToggleMouthMove][NL]So to me, everything is so very precious[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]And I couldn't take something that was [.][NL]precious to you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I see.[NL][ToggleSmile]Please just take it and enjoy it.[.][A][ToggleSmile][ToggleSmile][OpenMidLeft]If you're sure[ToggleMouthMove]...[.][ToggleMouthMove] Thank you.[.][A][OpenMidRight]Of course![A][NL]Besides, I've always looked better in [NL]earrings than necklaces. Just kidding![A][NL]OK, let's go, Amelia.[.][A][OpenMidLeft]Ha ha ha! Sure.[.][A]}
|
|
MSG_0CC1 {[OpenMidLeft][LoadFace][25][NL][OpenMidRight][LoadFace][9][NL][ToggleSmile][OpenMidLeft]Hi, Ross.[.][A][OpenMidRight]Hey, Amelia.[NL]I heard you're getting better.[A][OpenMidLeft]Yes, I'm getting there.[.][A][OpenMidRight]Well, it's a hard road to get to where [.][NL]we think we should be.[A][OpenMidLeft]Yup, that's true.[.][A][OpenMidRight]As for me, my father was always the warrior[.][NL]in the family.[A][NL]I've always wanted to be just like him.[.][A][NL]I think I'm just finally starting to get [.][NL]close to that goal.[.][A][NL]But anyways, how are your parents?[A][ToggleSmile][OpenMidLeft]Well[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][HalfCloseEyes][OpenMidLeft]I don't talk about them much[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Oh! Um[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][HalfCloseEyes][OpenMidRight]I'm sorry. I didn't mean to[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]No, no. It's fine.[A][NL]My father has been gone for as long as [.][NL]I can remember[ToggleMouthMove]... [ToggleMouthMove][A][OpenMidRight]I see.[A][OpenMidLeft]I was living with my mother, but[ToggleMouthMove]...[.][ToggleMouthMove][NL][OpenMidLeft][CloseEyes][OpenMidLeft]But she is[ToggleMouthMove]...[.][ToggleMouthMove]no longer with me.[A][OpenMidRight]I see[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Sounds like you've had a rough life[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][HalfCloseEyes][OpenMidLeft]Well[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I'm sorry I brought up something painful.[.][A][OpenMidLeft]Um[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Um[ToggleMouthMove]...[.][ToggleMouthMove][.....][OpenMidRight][OpenEyes][OpenMidRight][Unknown8017][OpenMidRight]I've got it![NL]I'll be your big brother![.][A][OpenMidLeft][OpenEyes][OpenMidLeft][Unknown8017][OpenMidLeft]What in the world are you talking about?[A][OpenMidRight]Your brother! And you'll be my sister! Yeah![NL]This is the best idea I've had in a while![A][NL]It doesn't matter that we're not blood[NL]relatives.[A][NL][ToggleSmile]The army is like a family, so we are[NL]like siblings![A][NL]So it's decided, then. You're my little sister [.][NL]from now on. So you're not alone anymore.[.][A][NL]You can call me big brother, OK?[A][ToggleSmile][OpenMidLeft]Um[ToggleMouthMove]...[.][ToggleMouthMove] This is all kind of[ToggleMouthMove]...[.][ToggleMouthMove]sudden.[.][NL]I don't know if I'm ready to--[A][OpenMidRight][ToggleSmile]Never mind all that! We're brother and[NL]sister from now on. All right, Sis?[.][A][ToggleSmile][OpenMidLeft]How old are you anyway?[.][A][OpenMidRight]Huh? What's that got to do with it?[.][A][OpenMidRight][MoveRight][OpenRight]You know[ToggleMouthMove]...[.][ToggleMouthMove] [.][NL]Old enough to show you the ropes.[.][A][OpenMidLeft][MoveLeft][OpenLeft]Wait a minute[.][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]You're probably the same age as me![.][A][OpenRight][MoveRight][OpenRight]What?![A][OpenLeft]In fact, I'll bet I'm a little older[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Grrrrrr! Be quiet![NL]I said I'm the big brother.[.][A][NL]It doesn't matter the exact date we're born.[NL]I'm the big brother.[A][NL]Any way you look at it, I'm the older one![A][OpenLeft][ToggleSmile]Ha ha! You're too funny! It's so cute[.][NL]when you get mad! Hee hee hee![A][ToggleSmile][OpenRight]Grrrrr.[.][A][OpenLeft][ToggleSmile]Thanks for the laugh.[.][A][ToggleSmile][OpenRight]Hmph! When this war is over, I'll take you [.][NL]to my village.[A][OpenLeft]What?[.][A][OpenRight]Haven't you been listening to anything?[.][NL]We're brother and sister now, remember?[.][A][OpenLeft]Um, right.[A][OpenRight]From now on, you and I are going to share [NL]both joy and sorrow as a family. OK?[A][OpenLeft]If I didn't know better, I would think that[.][NL]you were proposing to me. Ha ha ha![.][A][OpenRight]What![.][......][NL][OpenRight][MoveRight][OpenRight][MoveRight][OpenRight]That's not what I'm talking about at all![.][NL]You twisted my words up! Just forget it![A][NL]Anyways, let's go![A][OpenRight][ClearFace][OpenLeft][ToggleSmile]Ha ha ha![.][A][NL][ToggleSmile][OpenLeft][HalfCloseEyes][OpenLeft][ToggleSmile]Thanks[ToggleMouthMove]...[.][ToggleMouthMove]BIG BROTHER! Hee hee![.][A][ToggleSmile]}
|
|
MSG_0CC2 {[OpenMidLeft][LoadFace][33][NL][OpenMidRight][LoadFace][9][NL][ToggleSmile][OpenMidRight]Here you are. I finally tracked you down.[.][A][OpenMidLeft]Hi. Um. Who are you?[A][OpenMidRight]I'm Ross. You?[A][OpenMidLeft]I'm Ewan.[.][A][OpenMidRight]Hey, Ewan. Nice to meet you.[A][NL]I've been looking for someone around my age.[NL]Let's hang out sometime, OK?[A][OpenMidLeft]Sure, but do we have to wait until[NL][LQuote]sometime[RQuote]? How about now?[A][OpenMidRight][ToggleSmile]What are you saying?[NL]We're in the middle of a battle![A][ToggleSmile][OpenMidLeft]The others are fighting well, so the[NL]two of us won't make much difference.[.][A][NL]Besides, even though I just started using [NL]magic the other day, I'm pretty good.[.][A][NL]If something does happen, we'll be OK.[A][OpenMidRight][ToggleSmile]Well, I'm pretty confident in my [.][NL]skills, too.[A][NL]But, you know--how to put this delicately--[.][NL]it's the matter of morale. [.][A][ToggleSmile][OpenMidLeft][ToggleSmile]You certainly are dedicated.[.....][NL][ToggleSmile]That's a surprise.[A][OpenMidRight][ToggleSmile]Hey![A][ToggleSmile][OpenMidLeft]Why don't you prove your dedication[.][NL]by answering this brainteaser?[A][OpenMidRight][ToggleSmile]Like a riddle? Sounds fun![A][ToggleSmile][OpenMidLeft]Yes. It'll be really fun to watch you[.][NL]struggling to come up with an answer. Ha![.][A][OpenMidRight][ToggleSmile]Hey! What's that supposed to mean?[NL]Well, whatever. Let's do it.[A][ToggleSmile][OpenMidLeft]OK, here it is.[.][NL]Ross, do you know what a balance is?[A][OpenMidRight][ToggleSmile]Of course I do! Who doesn't?[A][NL]It's a type of scale with small plates[NL]on both sides to put weights.[.][A][NL]When both sides are the same weight,[NL]it balances.[A][NL]So that was the riddle? Easy![.][A][ToggleSmile][OpenMidLeft]Ha ha ha! You're too funny! No, that was [.][NL]just the setup for the brainteaser.[.][A][NL]Here's the real question.[.][NL]Assume there are 25 pebbles.[A][OpenMidRight][ToggleSmile]Pebbles?[A][ToggleSmile][OpenMidLeft]Yes, they're really small. As small as peas.[NL]They are all the same color and shape.[A][NL]In this group, there's one pebble that's[NL]lighter than all the other pebbles.[.][A][OpenMidRight][ToggleSmile]And I must tell you the way to [.][NL]find that pebble?[.][A][ToggleSmile][OpenMidLeft]Of course not. [.][NL]What kind of challenge is that?[.][A][NL]The question is, how many times do you need[.][NL]to use the balance to find that one rock?[.][A][OpenMidRight][ToggleSmile]How many times? Uh[ToggleMouthMove]...[.][ToggleMouthMove][NL]It's not[ToggleMouthMove]...[.][ToggleMouthMove]24, is it?[A][ToggleSmile][OpenMidLeft]What?![......][NL][OpenMidLeft][MoveMidLeft][OpenMidLeft][MoveMidLeft][OpenMidLeft]Oh! Ha ha ha ha ha![.][NL]That's the first time I've heard that one![A][NL]I see. So you were thinking that you'd [.][NL]measure the pebbles one by one![.][A][NL]That's great, Ross! You're too funny![.][A][OpenMidRight][ToggleSmile]That's not a compliment, is it.[.][NL]You think I'm an idiot![.][A][ToggleSmile][OpenMidLeft]That's not true.[.....][NL]Actually, it is. Ha ha ha![A][NL]And did I mention how[.][NL]perceptive you are, too?[A][OpenMidRight][ToggleSmile]Oh, you! Just you wait! I'll figure it out![.][NL]I just need some time to think about it.[A][ToggleSmile][OpenMidLeft]The anticipation is killing me.[.][A]}
|
|
MSG_0CC3 {[OpenMidLeft][LoadFace][33][NL][OpenMidRight][LoadFace][9][NL][OpenMidRight]Hey, you![.][A][ToggleSmile][OpenMidLeft]Oh, hi, Ross.[.][A][OpenMidRight][ToggleSmile]I have an answer for your brainteaser![A][ToggleSmile][OpenMidLeft]You got it, huh? That's amazing![A][OpenMidRight][ToggleSmile]Y-yeah.[.][NL]The answer is[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]Yes, yes?[.][A][OpenMidRight][ToggleSmile]Four times![.][A][ToggleSmile][OpenMidLeft]You must have worked really hard to figure[NL]that out![.][A][OpenMidRight]See! See! I told you I'd get it![NL]Fighting's not the only thing I'm good at.[A][OpenMidLeft]However, that's not the correct answer.[.][A][OpenMidRight][MoveMidRight][OpenMidRight][ToggleSmile]What do you mean?[.][NL]I can't believe it! Ugh![A][NL]If that's not the right answer, then [.][NL]what is?[A][ToggleSmile][OpenMidLeft]You were close. [NL]The right answer is three times.[A][OpenMidRight][ToggleSmile]Only three times?[.][NL]How? Tell me![.][A][ToggleSmile][OpenMidLeft]The key is how many pebbles you put on the[NL]scales at first.[A][NL]First, put eight rocks each on either side [.][NL]of the scale.[.][A][NL]The side with the lighter rock will be[NL]higher than the other, right?[.][A][NL]Or, if the sides are balanced, it means that[NL]the lighter rock is in the rest of the pile.[A][NL]So that was one turn on the balance. [.][NL]The rest is pretty easy to figure out.[A][NL]Let's assume that the lighter rock was[NL]in the remaining pile of nine rocks[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Then you'd put three rocks on each side of[NL]the scale. So that's the second turn.[.][A][NL]If either side of the scale tips, then[NL]the rock is in one of those two piles.[A][NL]If the scale is balanced, then the rock[.][NL]is one of the remaining three rocks.[A][NL]So, now you've figured out which group[NL]of three pebbles has the lighter one.[.][A][NL]What you do now is put one rock from this[.][NL]pile on each side of the scale.[.][A][NL]Like before, if the scale tips to one side, [NL]the lighter pebble is on the scale.[.][A][NL]If the scale is balanced, then the[NL]remaining pebble is the lighter one.[A][NL]And that was the last turn on the[.][NL]scale. Did you get all that?[A][OpenMidRight][ToggleSmile]Huh? Well, I think I got it[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]What?! I just explained it all very clearly.[NL]You still don't get it? That's really[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Really what?![.][A][ToggleSmile][OpenMidLeft]Um, nothing. Forget it. A ha ha ha ha![A][OpenMidRight][ToggleSmile][LQuote]A ha ha ha[RQuote] what? [.][NL]What do you mean [LQuote]forget it[RQuote]?[.][A][ToggleSmile][OpenMidLeft]Anyway, it's been fun hanging out.[NL]Let's get together again sometime, OK?[A][OpenMidRight]It wasn't fun for me at all! Hey![.][A]}
|
|
MSG_0CC4 {[OpenMidLeft][LoadFace][33][NL][OpenMidRight][LoadFace][9][NL][ToggleSmile][OpenMidLeft]Hi, Ross.[.][A][OpenMidRight][ToggleSmile]Oh, it's you again.[.][A][ToggleSmile][OpenMidLeft]That brainteaser was fun, huh?[NL]Did you get it yet?[.][A][OpenMidRight][ToggleSmile]I already told you I didn't[.][NL]have any fun![.][A][NL]If that's what you consider fun, you[NL]must have had a pretty bad childhood![.][A][ToggleSmile][OpenMidLeft]Well, I was an orphan.[A][OpenMidRight]Oh[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]My sister and I were abandoned when I was[.][NL]really young, before I could even talk.[.][A][NL]She became a dancer and raised me all on[NL]her own.[A][NL]I'm really grateful for her.[A][OpenMidRight][ToggleSmile]You were an orphan?[.][A][ToggleSmile][CloseSpeechSlow][OpenMidRight][HalfCloseEyes][OpenMidRight][ToggleSmile]I-I'm sorry. I had no idea.[.][A][ToggleSmile][OpenMidRight][OpenEyes][OpenMidLeft]How could you know? Don't worry about it.[.][NL]I don't even remember being abandoned.[A][NL]And because of that, I got a chance to [.][NL]travel around, and meet lots of people.[.][A][NL]Like you. So, I'm not sad at all.[.][A][OpenMidRight][HalfCloseEyes][OpenMidRight][OpenEyes][OpenMidRight][ToggleSmile]I see[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][NL2][ToggleSmile][OpenMidRight][Unknown8017][OpenMidRight][ToggleSmile]Hey, I just had a great idea.[.][NL]Let's be brothers?[A][ToggleSmile][ToggleSmile][OpenMidLeft]Huh?! Like blood brothers? I'm really not[.][NL]into slicing myself up for people I just met.[.][A][OpenMidRight]No, no, no. Just, you know, brothers![.][NL]Now call me [LQuote]Bro,[RQuote] Bro![.][A][OpenMidLeft]Um[ToggleMouthMove]...[.][ToggleMouthMove] OK[.][ToggleMouthMove]...[.][ToggleMouthMove]Bro.[A][OpenMidRight]Say it like you mean it![.....][NL]Oh, never mind. It'll just sound forced.[A][OpenMidLeft]I told you so.[A][OpenMidRight]Well, just call me Ross for now.[A][NL][ToggleSmile]But, you can consider me a brother[NL]from now on.[A][ToggleSmile][OpenMidLeft]What do you mean by that?[.][A][OpenMidRight]I mean that I will be a friend who[NL]you can rely on and trust completely.[.][A][ToggleSmile][OpenMidLeft]That's very kind, considering I really[NL]haven't known you for very long.[A][NL]But thank you. You're a nice guy, even[NL]if you're not very sharp.[.][A][OpenMidRight][MoveMidRight][OpenMidRight][ToggleSmile]Hey! No need to insult me![NL]A simple [LQuote]Thanks, Bro[RQuote] will be enough![A][ToggleSmile][OpenMidLeft]Ha ha ha ha ha. You're so funny![NL]By the way, do you have a girlfriend?[.][A][OpenMidRight][ToggleSmile]W-what! Of course not! Did you forget? [.][NL]We're in the middle of a war right now![.][A][NL]I have to focus on that![A][ToggleSmile][OpenMidLeft]Huh.[.....][NL]A ha ha ha ha![A][OpenMidRight][ToggleSmile]What's that for?[NL]How about you? Do you have one?[.][A][ToggleSmile][OpenMidLeft]I have a lot of them![.][A][OpenMidRight][ToggleSmile]What?! A lot of them![.][NL]Oh well. We're still pretty young.[A][NL]Better to not get tied down.[A][ToggleSmile][OpenMidLeft]Good luck, Ross![A][OpenMidRight][ToggleSmile]Don't talk like it's not your problem, too![.][A][ToggleSmile][OpenMidLeft]Hey, Ross.[A][NL]I think we're going to be friends for a long[NL]time. In fact, I know it.[.][A][OpenMidRight]OK. Boy, you're such a laid-back guy[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0CC5 {[OpenMidLeft][LoadFace][27][NL][OpenMidRight][LoadFace][9][NL][OpenMidRight]Um[ToggleMouthMove]...[.][ToggleMouthMove] Ahem.[A][NL]Are you Sir Gerik by any chance?[A][OpenMidLeft]What do you want, boy?[A][OpenMidRight][ToggleSmile]Oh, my name is Ross.[NL]I'm the son of warrior Garcia.[A][ToggleSmile][ToggleSmile][OpenMidLeft]I see[.][ToggleMouthMove]......[ToggleMouthMove][NL]So, Ross, are you an axeman?[A][OpenMidRight]Yeah! Don't be fooled by my appearance.[.][NL]I'm actually pretty good.[.][A][OpenMidLeft]Ha ha ha! If you say so.[A][OpenMidRight]Well, I think so. [NL]But it's important to keep improving.[.][A][OpenMidLeft]Why is that so important to you?[A][OpenMidRight]My father is such an amazing warrior.[.][A][NL]I've always wanted to be worthy of[NL]the title [LQuote]son of Garcia.[RQuote][A][NL]And I want to be able to go home and [.][NL]rebuild my village.[.][A][NL]After that, I want to go on a voyage and[NL]train in the open ocean.[A][NL]And after that, I'd like to go back home.[.][A][NL]To do all this, I need to be the best[.][NL]warrior I can be.[.][A][OpenMidLeft]Those are admirable goals. [.][NL]I'll help you out sometime.[.][A][OpenMidRight]How? You'll give me a lesson?[.][.....][NL][OpenMidRight][MoveMidRight][OpenMidRight]Are you serious? That's great![A][OpenMidLeft]I might not be able to beat your father,[NL]but I could teach you a thing or two.[.][A][NL]Why don't you try landing a hit on me?[A][OpenMidRight]That'd be great! But before we start,[.][NL]let me go practice on those guys first![.][A][OpenMidRight][ClearFace][.....][OpenMidLeft]It's great that he's so eager to learn,[.][NL]but he's really not ready to go solo yet![.][A]}
|
|
MSG_0CC6 {[OpenMidLeft][LoadFace][9][NL][OpenMidRight][LoadFace][27][NL][ToggleSmile][OpenMidRight]Ross, didn't you say that you wanted to go [.][NL]on an ocean voyage to train yourself?[.][A][NL]The sea is a great place to train because[.][NL]it strengthens both the mind and body.[A][OpenMidLeft]Have you ever been on a voyage?[.][A][OpenMidRight]Of course. I've escorted many commercial [.][NL]ships before.[.][A][NL]It's embarrassing, but I got seasick for [.][NL]the first few days.[.][A][NL]That was very painful.[NL]But I got used to it in a few days.[.][A][NL]It was a long trip. Nature was more brutal[NL]than the enemies who pursued us.[A][NL]But after the voyage ended, I realized that[.][NL]I grew up a lot.[A][NL]The sea is an amazing combination of [.][NL]brutality and expansiveness.[A][OpenMidLeft]Now I definitely want to go on a [.][NL]sea voyage.[.][A][OpenMidRight]By the way, Ross, how's your injury from[NL]our last session?[.][A][OpenMidLeft]Oh, that little thing? It healed right up![A][OpenMidRight]Ha ha ha[ToggleMouthMove]...[.][ToggleMouthMove][NL]You sure are tough, boy![A][ToggleSmile][OpenMidLeft]Sir Gerik?[A][OpenMidRight]Yes?[A][OpenMidLeft]What should I do to be strong like you?[.][A][OpenMidRight]That's a tough question[.][ToggleMouthMove]...[.][ToggleMouthMove] I would [.][NL]have to say that it's all in the mind.[A][OpenMidLeft]Mind?[.][A][OpenMidRight]If your desire to win is stronger than your[.][NL]opponent's, you've already won.[.][A][NL]Your mind is your most important weapon.[A][OpenMidLeft]Come to think of it, I have noticed that.[.][A][NL]At our last lesson, before we even started,[.][NL]I was thinking that I could never win.[A][NL]I guess it was like admitting defeat before[.][NL]even trying.[A][NL][ToggleSmile]All right! You've convinced me![.][A][NL]I'll start strengthening my mind as well[NL]as my axe skills.[.][A][NL]Thank you, Sir Gerik.[.][NL]I can't wait until our next lesson![.][A][ToggleSmile][OpenMidLeft][ClearFace][.....][OpenMidRight]His energy is refreshing, but I must teach[NL]him patience next time.[.][A]}
|
|
MSG_0CC7 {[OpenMidLeft][LoadFace][9][NL][OpenMidRight][LoadFace][27][NL][OpenMidLeft]Hey, Sir Gerik[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]What is it, Ross? You seem down today.[A][OpenMidLeft]Why is the sword stronger than the axe?[.][A][OpenMidRight]What are you talking about?[.][NL]Just use a stronger axe to beat a sword.[A][OpenMidLeft]That's not what I mean![.][A][NL]I want to be strong enough to split[.][NL]a silver sword with an iron axe.[A][OpenMidRight]Your father[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]What about him?[.][A][OpenMidRight]He could defeat many swordsmen[NL]with just one axe.[A][OpenMidLeft]So you've seen him in battle?[.][A][OpenMidRight]Just once.[NL]He was leading a unit of the Renais army.[.][A][NL]He was swinging his axe at the front line.[A][OpenMidLeft][ToggleSmile]Wow, my dad was really strong, wasn't he![.][A][ToggleSmile][OpenMidRight]He was more than just strong. [NL]He was like a war god.[A][NL]I have to be honest with you, Ross.[.][NL]I was on his enemy side at the time.[A][OpenMidLeft]What?![A][OpenMidRight]I was a mercenary hired by the other side.[A][NL]It was a fierce battle against Garcia's[.][NL]unit, and we ultimately had to retreat.[.][A][NL]Come to think of it, this is a perfect [.][NL]example of the power of the mind.[.][A][NL]You see, I was so intimidated by Garcia that[NL]I had lost even before I started.[.][A][NL]That was an unforgettable failure for me.[.][A][NL]After that, I swore to myself that I would [.][NL]be as strong as him with a sword.[.][A][OpenMidLeft]Wow, I can't believe Dad beat you down [.][NL]like that! He's the greatest.[.][A][NL]But you're pretty great, too.[.][A][OpenMidRight]Someone who lost to your father?[A][OpenMidLeft][ToggleSmile]Yeah![.][A][NL]You might have lost that time, but you [.][NL]became a great swordsman because of it![.][A][NL]OK. I'm going to stop moping around.[A][NL]From this moment on, I swear that someday [NL]I will destroy swords with my axe.[A][NL]You are my witness, Sir Gerik![A][ToggleSmile][ToggleSmile][OpenMidRight]Truly, you are the son[NL]of the warrior Garcia.[A][OpenMidLeft]That's not all! I'm also the best student of[NL]the master swordsman Gerik![.][A][OpenMidRight]When did you become my student?[.][A][OpenMidLeft]When I met you![.][......][NL]Oh![.][....] Enemy detected![A][NL]I'll catch you later![.][NL]Give me another lesson someday, Sir Gerik.[A][NL]I'll be much stronger by then, and maybe[NL]I'll win a match with you![A][OpenMidLeft][ClearFace][......][OpenMidRight][ToggleSmile]I believe he will surpass Garcia someday.[.][A][ToggleSmile]}
|
|
MSG_0CC8 {[OpenMidLeft][LoadFace][10][NL][OpenMidRight][LoadFace][12][NL][ToggleSmile][OpenMidRight]Neimi.[A][OpenMidLeft]Oh, hi, Colm[ToggleMouthMove]...[.][ToggleMouthMove][NL]How are you doing?[A][OpenMidRight][ToggleSmile]This is no time for pleasantries![.][NL]You need to concentrate in battle![A][ToggleSmile][OpenMidLeft]I was just being polite[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I never thought I'd see you on the [.][NL]battlefield.[A][OpenMidLeft]Well, I might not be the best, but when[.][NL]something needs to be done[ToggleMouthMove]...[.][ToggleMouthMove]I do it.[A][OpenMidRight]It's amazing how war affects people.[NL]I mean, look at you.[A][NL]You're a bumbling crybaby, but even you've[NL]pulled yourself together temporarily.[.][A][OpenMidLeft][ToggleSmile]Uh...[.][A][ToggleSmile][OpenMidRight]When we were little, you followed me [.][NL]everywhere, tripping and crying[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft][HalfCloseEyes][OpenMidLeft]Oh! Sniff[.][ToggleMouthMove]...[.][ToggleMouthMove] [.][NL]Why are you always so mean? Waaa![.][A][OpenMidLeft][CloseEyes][OpenMidRight]And now look at you! You're still following[.][NL]me everywhere, tripping and crying,[.][A][NL]but now you're doing it on the battlefield.[.][.....][NL]Will you PLEASE stop your boo-hooing?[.][A][OpenMidLeft][HalfCloseEyes][OpenMidLeft]Sniff[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]OK[ToggleMouthMove]...[.][ToggleMouthMove] I'll try[.][ToggleMouthMove]...[.][A][ToggleMouthMove][OpenMidRight][ToggleSmile]Man, you can't do anything without me, [.][NL]can you! And stop crying![.][A][ToggleSmile][OpenMidLeft][OpenEyes][OpenMidLeft]But[.][ToggleMouthMove]...[.][ToggleMouthMove] Sniff[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]What is it?![A][ToggleSmile][OpenMidLeft]You're the one who's[ToggleMouthMove]...[.][ToggleMouthMove]making me cry.[A][OpenMidRight]Ugh![A]}
|
|
MSG_0CC9 {[OpenMidLeft][LoadFace][10][NL][OpenMidRight][LoadFace][12][NL][ToggleSmile][OpenMidLeft]Whew![.][A][OpenMidRight]What are you doing?[.][A][OpenMidLeft]Oh! C-Colm[ToggleMouthMove]...[.][NL]I-I was just restringing my bow[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleMouthMove][OpenMidRight]Wow. You really take after your grandfather.[NL]The way you handle your bow is great![.][A][OpenMidLeft]Grandpa taught me how to shoot[NL]when I was little[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Yeah. Your grandfather was[NL]a really top-notch archer.[A][NL][ToggleSmile]I still remember how he[.][NL]tried to shoot me.[A][ToggleSmile][OpenMidLeft]W-well, Colm[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]That's because you were stealing[NL]fruit from our tree.[A][OpenMidRight]He really taught me how frightening[.][NL]an archer with a good shot can be.[A][OpenMidLeft]But[.][ToggleMouthMove]...[.][ToggleMouthMove] He never hurt you.[.][A][NL]He just wanted to scare you. [.][NL]He missed on purpose.[.][A][OpenMidRight]No, he was aiming for me. I was [NL]just too fast for him to hit me.[A][OpenMidLeft]He never missed a target [.][NL]when we went hunting.[.][A][OpenMidRight]Well, then, I guess I'm just [.][NL]faster than wild animals.[.][A][OpenMidLeft]Hee hee! Ha ha ha![A][OpenMidRight][ToggleSmile]Hey! You're laughing at me, aren't you?[.][A][ToggleSmile][OpenMidLeft]Hee hee! That's not true[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It's just that[ToggleMouthMove]...[.][ToggleMouthMove] You haven't [.][NL]changed much since then.[A][OpenMidRight][ToggleSmile]What's that supposed to mean?[.][A][ToggleSmile][OpenMidLeft]J-just that you still exaggerate a lot.[.][A][NL]But now that I think about it, you've [NL]always been on my side.[.][A][OpenMidRight][ToggleSmile]Not always![.][A][NL]And now especially, I can't[.][NL]always be there to protect you.[.][A][NL]I have many responsibilities[NL]to this unit, you know.[.][A][ToggleSmile][OpenMidLeft]I know[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]But I can't leave you[.][NL]alone, either.[A][ToggleSmile][OpenMidLeft]Thank you[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0CCA {[OpenMidLeft][LoadFace][11][NL][OpenMidRight][LoadFace][12][NL][OpenMidLeft]Waaaaaah![.][A][OpenMidRight]Neimi![.....][NL]What's wrong?[.][A][OpenMidLeft]Oh[ToggleMouthMove]...[.][ToggleMouthMove] Sniff[ToggleMouthMove]...[.][ToggleMouthMove] Colm[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]What's wrong? Did someone[.][NL]attack you? Are you hurt?[.][A][OpenMidLeft]No[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Did someone say something mean to you?[NL]Did someone steal your mirror again?[A][OpenMidLeft][HalfCloseEyes][OpenMidLeft]That's not it[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Then what is it?[A][OpenMidLeft]I j-just[ToggleMouthMove]...[.][ToggleMouthMove]have something in my eye[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]What?![A][OpenMidLeft][LoadFace][10][NL][OpenMidLeft]Whew! It's gone now.[A][OpenMidRight]I thought you were hurt![A][OpenMidLeft]Colm[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]What's the matter now?![.][A][OpenMidLeft][HalfCloseEyes][OpenMidLeft]Uh[ToggleMouthMove]...[.][ToggleMouthMove] I'm sorry for alarming you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][OpenMidLeft][ToggleSmile]But[.][ToggleMouthMove]...[.][ToggleMouthMove] I'm happy that-- I mean--[NL]Thank you for caring for me[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]No need to get all mushy about it.[NL]You shouldn't cry so much.[A][OpenMidLeft][ToggleSmile]I know.[.][NL]The other day, when I was in battle,[A][NL]I was remembering all the times you[.][NL]helped me when we were little.[A][ToggleSmile][OpenMidRight]Oh?[.][A][OpenMidLeft][ToggleSmile]Like that time I fell into the[NL]river and you came and rescued me.[A][NL]Or the time I broke Grandpa's bow.[NL]You helped me fix it.[.][A][NL]And all the times bullies picked on[.][NL]me, you defended me.[A][ToggleSmile][ToggleSmile][OpenMidRight]Seriously, Neimi.[.][NL]You've always been such a crybaby.[A][OpenMidLeft]Yes, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Because you were there with me,[.][NL]I was never sad[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][OpenMidLeft][CloseEyes][OpenMidLeft]When Grandpa died, you were by my side[NL]the whole time, holding my hand[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Neimi[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft][OpenEyes][OpenMidLeft]Thank you, Colm. For then[.][NL]and now[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][OpenMidLeft][HalfCloseEyes][OpenMidLeft]I like you a lot[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]Oh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If anything is troubling you,[.][NL]come see me first, all right?[.][A][NL]I'll take care of anyone who[NL]makes you cry.[A][OpenMidLeft]I will[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]I think your haplessness is permanent.[NL]But don't worry, I'll take care of you.[.][A][OpenMidLeft][CloseEyes][OpenMidLeft]Oh! Sniff[.][ToggleMouthMove]...[.][ToggleMouthMove] Colm[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Sniff[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Oh, no. I made you cry again, didn't I.[.][A][OpenMidLeft]Sniff[.][ToggleMouthMove]...[.][ToggleMouthMove] Yes[ToggleMouthMove]...[.][ToggleMouthMove][NL]But for different reasons this time.[A][OpenMidRight]That's better.[A][OpenMidLeft]Sniff[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Neimi[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm the only one who can make you[.][NL]cry. For now and ever, got that?[A][OpenMidLeft]All right[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0CCB {[OpenMidLeft][LoadFace][12][NL][OpenMidRight][LoadFace][30][NL][OpenMidLeft][ToggleSmile]Hey, you![.][NL]Have you seen a scary-looking woman?[A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Scary-looking woman?[NL]Is she your sister?[.][A][OpenMidLeft][ToggleSmile]NO. [NL]I don't have any sisters.[.][A][NL]The woman I'm talking about was [NL]beautiful, but also very scary.[.][A][NL]Have you seen someone who fits that[.][NL]description?[A][ToggleSmile][OpenMidRight]I don't think so.[.][A][NL]Beautiful but very scary[ToggleMouthMove]...[.][ToggleMouthMove][NL]What do you mean by that?[.][A][OpenMidLeft][ToggleSmile]Well, I'm not exactly sure, either.[.][A][NL]I just heard from one of Gerik's mercenaries[NL]that there is a woman sword fighter here.[.][A][NL]Apparently, she's very talented and was [NL]hired for an unbelievable sum.[A][ToggleSmile][OpenMidRight]A woman sword fighter??[.][A][OpenMidLeft][ToggleSmile]Rumor is that if you speak to her[.][NL]without thinking,[.][A][NL]she's likely to attack you out of nowhere![A][ToggleSmile][OpenMidRight]Is that so.[.][A][OpenMidLeft][ToggleSmile]Maybe her face is scarred from[NL]fighting. Yeah, that's probably it![.][A][NL]She's beautiful, but has a very sad[.][NL]past behind that scar.[A][NL]And that's why she's so scary![A][ToggleSmile][OpenMidRight]A scarred face?[.][NL]A sad past?[.][A][OpenMidLeft][ToggleSmile]Or maybe it's because her lover was[.][NL]killed, and she's trying to avenge him.[.][A][NL]That seems equally plausible, doesn't it?[.][A][NL]Anyway, if you see her around, would you [.][NL]tell her that I was looking for her?[A][NL]See ya.[.][A][ToggleSmile][OpenMidLeft][ClearFace][......][OpenMidRight]Well, I'm the only female sword fighter[.][NL]here. I guess he was looking for me.[A][NL]He is so clueless[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0CCC {[OpenMidLeft][LoadFace][30][NL][OpenMidRight][LoadFace][12][NL][OpenMidRight][ToggleSmile]Oh, hi, Marisa![.][NL]I'm sorry for what I said the other day.[A][NL]I figured out that you were the scary[.][NL]woman I was talking about.[A][NL]I'm Colm. Nice to meet you.[.][A][ToggleSmile][OpenMidLeft]OK.[.][.....][NL]So, what did you want from me?[A][OpenMidRight][ToggleSmile]Oh, nothing special.[A][NL]I just wanted to meet the famous[NL]swordswoman.[A][NL]I was going to challenge you to a match,[A][NL]but I've seen you fight and know how good [NL]you are. You'd beat me senseless.[.][A][ToggleSmile][OpenMidLeft]I'll accept a match with you anytime.[.][A][OpenMidRight][ToggleSmile]Well, I don't know how else to say this.[.....][NL][ToggleSmile]You're scaring me.[A][OpenMidLeft]Scaring?[A][OpenMidRight]Yeah. It sounds funny, but you never[NL]look at the enemy[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I mean[ToggleMouthMove]...[.][ToggleMouthMove]you don't care about the[NL]enemy at all.[.][A][OpenMidLeft]I have no idea what you're talking about.[.][NL]Speak English.[A][OpenMidRight]I mean[ToggleMouthMove]...[.][ToggleMouthMove] Even when the enemy is[.][NL]right in front of you,[A][NL]you aren't even looking at him. [NL]You're fighting something else.[.][A][OpenMidLeft]Something else?[.][A][OpenMidRight][ToggleSmile]I'm not that smart, and I don't know [.][NL]much about swords.[A][NL]So I can't say exactly who or what it is[NL]you are really fighting.[A][ToggleSmile][OpenMidLeft]I see.[A][OpenMidRight][ToggleSmile]Um[ToggleMouthMove]...[.][ToggleMouthMove] What I mean to say is [.][NL]good luck in all your battles. Um[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]That's it. See you later![.][A][ToggleSmile][OpenMidLeft]The enemy[.][ToggleMouthMove]...[.][ToggleMouthMove]I'm really fighting?[A]}
|
|
MSG_0CCD {[OpenMidLeft][LoadFace][30][NL][OpenMidRight][LoadFace][12][NL][OpenMidLeft]Colm.[.][A][OpenMidRight][ToggleSmile]Hi, Marisa.[.][A][ToggleSmile][OpenMidLeft]I was thinking about what you were saying [NL]the other day.[A][OpenMidRight][ToggleSmile]You mean about you not fighting the[.][NL]enemy in front of you, but something else?[A][NL]Is that what you're talking about?[A][ToggleSmile][OpenMidLeft]Yes.[A][OpenMidRight][ToggleSmile]What about it?[A][ToggleSmile][OpenMidLeft]Do you want to know?[NL]What I'm really fighting with?[A][OpenMidRight]Huh? Y-yeah[.][ToggleMouthMove]......[ToggleMouthMove][NL][ToggleSmile]If you want to tell me, sure.[.][A][ToggleSmile][OpenMidLeft]What I'm really fighting with is[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]My father.[A][OpenMidRight]Your father?![.][A][OpenMidLeft]Well, to be more precise, his shadow.[.][A][OpenMidRight]Was he a swordsman also?[A][OpenMidLeft]He was one of the most famous swordsmen [NL]in Jehanna. He was also a mercenary.[A][OpenMidRight][ToggleSmile]I see why you're so good.[.][A][ToggleSmile][OpenMidLeft]Ever since I was a child, my father [NL]taught me how to live as a mercenary.[.][A][OpenMidRight]Since you were a kid?[.][A][OpenMidLeft]The harsh conditions of Jehanna breed[.][NL]strength and ruthlessness.[A][NL]The only way to survive is by being [NL]a mercenary.[ToggleMouthMove][A][ToggleMouthMove][OpenMidRight]Oh.[.][A][OpenMidLeft]My father is my parent, my teacher, and [NL]above all, a mountain I must conquer.[.][A][OpenMidRight]A mountain?[.][A][OpenMidLeft]Once I conquer the mountain, I can[NL]accomplish anything I want.[.][A][OpenMidRight][ToggleSmile]That must be a[ToggleMouthMove]...[.][ToggleMouthMove]big mountain.[.][.....][NL]So, where are you on the mountain?[A][NL]A third of the way up? Halfway up?[NL]Or can you already see the summit?[A][ToggleSmile][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]I'm only at the base.[.][A][OpenMidRight][ToggleSmile]You still have a long way to go, huh?[.][A][ToggleSmile][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Yes.[NL]I don't even know where the summit is yet.[A][OpenMidRight][ToggleSmile]Well, then, you don't know how long [NL]it will take, do you?[.][A][ToggleSmile][OpenMidLeft]I'll just keep climbing. [.][NL]Even if it takes me forever[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Oh. I see.[A][NL][ToggleSmile]Well, good luck. I'm sure you'll make [NL]it to the top.[A][ToggleSmile][OpenMidLeft]Yes. Someday. For sure.[.][.....][NL]You're[ToggleMouthMove]...[.][ToggleMouthMove]a nice guy.[.][A][OpenMidRight][ToggleSmile]Ha ha ha! Oh, please.[.][NL]You're embarrassing me.[.][A][ToggleSmile]}
|
|
MSG_0CCE {[OpenMidLeft][LoadFace][36][NL][OpenMidRight][LoadFace][12][NL][OpenMidRight][ToggleSmile]Hey, you! I know your secret.[.][A][ToggleSmile][OpenMidLeft]Huh?[.....][NL]My secret?[A][OpenMidRight][ToggleSmile]You're a thief, too, aren't you?[A][NL]Do you think that's acceptable behavior[.][NL]for someone in the princess's entourage?[A][ToggleSmile][ToggleSmile][OpenMidLeft]Ha ha ha! Where'd you learn a big word[NL]like entourage, boy?[A][NL]Not that it's any of your business,[.][A][NL]but Her Highness already knows about [.][NL]my[ToggleMouthMove]...[.][ToggleMouthMove]hobbies.[A][NL]You're not, by any chance, trying to[NL]threaten me, are you?[.][A][NL]That's funny. I never thought I'd be[NL]reprimanded by a boy![.][A][OpenMidRight][ToggleSmile]Hey, old man, don't you talk down to ME![A][NL][ToggleSmile]I'm not a boy. I'm Colm![NL]And I'm not threatening you, either.[A][NL]I was just surprised that you're a thief[NL]because you dress so nicely.[A][OpenMidLeft]I assume you're in the same trade. [.][NL]Those rags are a dead giveaway.[.][A][NL]Well, you may not take any pride in your[NL]appearance, but I'm different.[A][NL]Do you see this jacket?[.][A][NL]It has silk embroidery, a trend that [.][NL]I started in Carcino.[.][A][NL]Where are the stitches, you ask?[A][NL]They're on the inside of the jacket.[NL]But I'm not going to show you.[A][NL]The truly cultured man cares about [.][NL]every detail.[.][A][NL]It would be a waste of my time to even[NL]try to explain it to a poor urchin like you.[A][OpenMidRight]Why are you bragging about something[NL]so lame?[A][NL][ToggleSmile]And I'm not a poor urchin! Man, I've [.][NL]never met anyone as annoying as you![A][ToggleSmile][OpenMidLeft]Oh, don't be so sensitive, little urchin.[.][A][NL]If you want to be like me, make more money.[.][NL]Improve your skills.[A][NL]The name of the game is making money. [NL]Money is all that matters.[A][NL]It's your only way out.[.][NL]Work hard and escape from poverty.[A][OpenMidRight]First of all, I don't want to be like you![NL]Second of all, I'll show you![.][A][OpenMidLeft]Well, don't pull a muscle, little urchin![.][A]}
|
|
MSG_0CCF {[OpenMidLeft][LoadFace][36][NL][OpenMidRight][LoadFace][12][NL][ToggleSmile][OpenMidLeft]Hey, urchin, have you made any money yet?[.][A][OpenMidRight][ToggleSmile]Stop calling me urchin![.][A][NL][ToggleSmile]I heard that your dad is a wealthy [.][NL]merchant in Carcino.[A][OpenMidLeft]Yes. So what?[.][A][NL]My father is a wealthy merchant,[NL]and his son is a thief.[.][A][NL]Great family, huh?[A][OpenMidRight][ToggleSmile]If you're rich, you don't need to steal.[NL]You can just buy whatever you want.[.][A][ToggleSmile][OpenMidLeft]You are so green, boy. Greener than the [NL]fruit I left out for a month.[.][A][OpenMidRight][ToggleSmile]What's that supposed to mean?[.][A][NL]I've never had dried fruit, so I don't[NL]know what you're talking about![.][A][ToggleSmile][OpenMidLeft]Oh, that's too bad.[.][A][NL][ToggleSmile]Listen, urchin. Merchants are always[NL]stingy. It's part of who they are.[A][NL]And my father was especially stingy. [.][NL]He gave us nothing for free.[A][NL]We had to work for everything we had.[.][A][NL]So my brothers and I learned the value of[.][NL]hard work from a young age.[.][A][NL][ToggleSmile]And this just happens to be my job.[.][NL]Get it?[.][A][OpenMidRight][ToggleSmile]It's not easy being the son of a [.][NL]merchant, huh?[A][NL]Forced to work from a young age.[NL]I had a tough childhood, too. [A][NL]I always had to hunt and garden with [.][NL]my dad.[.][A][NL][ToggleSmile]I guess our lives aren't so different [NL]after all, huh.[.][A][OpenMidLeft]Er, a little hunting and gardening [.][NL]is quite different from actual work.[A][NL]You can see that just by looking[NL]at how you and I turned out.[A][OpenMidRight][ToggleSmile]Well! I'll show you![A][NL]Maybe you'll wake up one morning and find[.][NL]that something important to you is gone![A][NL]Consider yourself warned, old man![A][ToggleSmile][OpenMidLeft]You know,[.][A][NL]warning people of your plans isn't really[.][NL]the most effective thieving strategy.[.][A][NL]Anyhow, I look forward to seeing[NL]what you can muster.[A]}
|
|
MSG_0CD0 {[OpenMidLeft][LoadFace][12][NL][OpenMidRight][LoadFace][36][NL][ToggleSmile][OpenMidRight]Hi there, urchin.[.][NL]I haven't heard you bragging in a while.[A][NL]I thought maybe you gave up on your [NL]big plans.[A][OpenMidLeft]I'm more persistent than you think I am.[NL]I came to see you because I remembered--[A][NL][ToggleSmile]Wait, you haven't noticed yet?[A][ToggleSmile][OpenMidRight][ToggleSmile]Noticed what?[.][A][ToggleSmile][OpenMidLeft]Ha ha ha! I won![A][OpenMidRight][ToggleSmile]What? Did you actually steal something?[.][....][NL]Don't tell me[.][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL][ToggleSmile][OpenMidRight][MoveMidRight][OpenMidRight][ToggleSmile]A ha![.][A][ToggleSmile][OpenMidLeft]So you finally noticed![.][A][NL]Yes, I secretly stole only the embroidery[.][NL]off your precious jacket.[.][A][NL]So, how's that for stealth? That's some[.][NL]pretty fine thieving, if I do say so myself.[A][OpenMidRight][ToggleSmile]I see. The embroidery IS missing.[.][NL]Good work.[A][NL][ToggleSmile]It's a little early for a victory[.][NL]celebration, though.[A][NL]The embroidery was of a pony, correct?[A][OpenMidLeft][ToggleSmile]Huh? Yeah[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]Unfortunately for you, that was a fake.[.][A][NL]I knew you would try to steal it, so I[NL]replaced it with a fake beforehand.[.][A][NL]The real embroidery is of a phoenix.[NL]But I won't show it to you. Nope, never.[A][OpenMidRight][MoveFarRight][OpenMidLeft][ToggleSmile]You! That's a cheap trick![A][ToggleSmile][OpenMidLeft][MoveLeft][OpenFarRight]In this business, anything goes.[A][NL]However, I'm impressed that you got[.][NL]as far as you did.[A][NL]I definitely don't want you for an enemy.[.][A][OpenLeft]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove] Same here, I guess.[NL]I'm glad that we're on the same side.[.][A][NL]Now give me my boots![.][A]}
|
|
MSG_0CD1 {[OpenMidLeft][LoadFace][24][NL][OpenMidRight][LoadFace][12][NL][OpenMidRight][ToggleSmile]Kyle, do you have a minute?[.][A][ToggleSmile][OpenMidLeft]What is it, Colm?[.][A][OpenMidRight][ToggleSmile]Well[ToggleMouthMove]...[.][ToggleMouthMove][NL]It's about Princess Eirika.[.][A][ToggleSmile][OpenMidLeft]Is something the matter with her?[.][A][OpenMidRight][ToggleSmile]It was a while ago, but when she went [NL]to bed, she was[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]What happened after she[.][NL]retired to her room?[A][NL]Colm, don't toy with me.[NL]Just tell me![.][A][OpenMidRight][ToggleSmile]The princess looked like she was [.][NL]having trouble falling asleep.[A][NL]She kept pacing.[A][ToggleSmile][OpenMidLeft]Having trouble falling asleep?[ToggleMouthMove][A][ToggleMouthMove][OpenMidRight][ToggleSmile]Yup.[A][ToggleSmile][OpenMidLeft]That's not good.[A][NL]It's very important for her to get enough[.][NL]rest during this tough march.[.][A][NL]This war has been very hard for[.][NL]Prince Ephraim and Princess Eirika.[.][A][NL]I'm sure she's probably spent a few [NL]nights worrying, but--[A][OpenMidRight][ToggleSmile]Hey! I just remembered that I have this[.][NL]secret remedy my mother used to make.[.][A][NL]It started off as a freckle cream,[A][NL]but it turns out that it works pretty well [.][NL]with insomnia, too.[.][A][ToggleSmile][OpenMidLeft]Really.[.][NL]That's a good idea.[.][A][NL]I'm sure Prince Ephraim and Lady Eirika[.][NL]would love to have something like that.[.][A][OpenMidRight][ToggleSmile]OK, then. I'll give it to her next[NL]time I see her.[.][A][NL]I'll let you know how it goes.[A][ToggleSmile][OpenMidLeft]All right, Colm.[A]}
|
|
MSG_0CD2 {[OpenMidLeft][LoadFace][24][NL][OpenMidRight][LoadFace][12][NL][OpenMidRight]Kyle, big news![.][A][OpenMidLeft]What is it this time, Colm?[.][A][OpenMidRight]It's about Prince Ephraim.[A][OpenMidLeft]What? What happened?[A][OpenMidRight]He's just like me![A][OpenMidLeft]Just like you? In what sense?[.][A][OpenMidRight]He hates studying, too![.][A][OpenMidLeft]And...? That doesn't seem[.][NL]like news or anything.[A][OpenMidRight]It's big news for me! And for you, too![.][A][NL]The future of Renais is not looking good[NL]if he hates studying as much as I do.[.][A][OpenMidLeft]Don't worry about it.[.][A][NL]He might not like studying much, but[NL]no one is as bad as you.[A][NL]Besides, if you're bringing this up to[NL]denigrate him, you are in serious trouble.[A][OpenMidRight]Not at all![.][A][NL][ToggleSmile]I'm just worried about Prince[.][NL]Ephraim and Princess Eirika.[A][ToggleSmile][OpenMidLeft]I understand.[.][NL]But this news was really useless.[.][A][NL]In the future, please only bring me [NL]relevant information.[.][A]}
|
|
MSG_0CD3 {[OpenMidLeft][LoadFace][12][NL][OpenMidRight][LoadFace][24][NL][OpenMidLeft][ToggleSmile]Kyle, I have some useful news![A][ToggleSmile][OpenMidRight]Finally. What is it?[A][OpenMidLeft][ToggleSmile]Heh heh heh[.][ToggleMouthMove]...[.][ToggleMouthMove] Well, it's a secret about you.[.][A][ToggleSmile][OpenMidRight]A secret about me? What is it?[A][OpenMidLeft][ToggleSmile]You have a girlfriend![NL]Her name is Meriella![.][A][NL]You send letters to her all[.][NL]the time, don't you![A][ToggleSmile][OpenMidRight]Oh, that. I've been meaning[.][NL]to tell you about her.[A][OpenMidLeft][ToggleSmile]I'm so glad to hear that, Kyle. Let me [.][NL]know if you need to talk to someone.[A][NL]Long-distance relationships can be hard.[A][NL]I can't believe it! [NL]Stuffy old Kyle is in love![.][A][ToggleSmile][OpenMidRight]In love? Me?[NL]I think you're confused.[A][NL]Meriella is not my girlfriend.[NL]She is one of my teammates.[.][A][OpenMidLeft][ToggleSmile]Workplace romance, is it?[.][NL]Say no more. I understand.[A][ToggleSmile][OpenMidRight]Just shut up and listen to me.[A][NL]Meriella is the alias we use for Renais[.][NL]knights on undercover missions.[.][A][OpenMidLeft]Alias? Like a secret code?[A][OpenMidRight]Precisely.[A][NL]We send mail addressed to Meriella, which [NL]only the Renais knights know.[.][A][NL]The contents are always the same:[.][A][NL]We let them know that Prince Ephraim and [.][NL]Princess Eirika are safe.[.][A][NL]It's all written in secret code.[NL]That's the letter I was sending.[A][OpenMidLeft]Even though we're in the middle of a war,[.][NL]does it really have to be so complicated?[.][A][OpenMidRight]Yes. Better to be safe than sorry.[A][OpenMidLeft][ToggleSmile]I see.[A][NL]Well, would you like me to deliver that[.][NL]letter?[.][A][ToggleSmile][OpenMidRight]No. Every single soldier is[.][NL]important in this war.[A][NL]We need you here.[.][A][OpenMidLeft][ToggleSmile]Really?[.][NL]You value my service? Neat![.][A][ToggleSmile][ToggleSmile][OpenMidRight]Um[ToggleMouthMove]...[.][ToggleMouthMove] Yes.[.][A][NL]Although you do bring me some pointless [NL]tidbits, you have also been a big help.[.][A][OpenMidLeft]Great! This is so encouraging![A][NL]Until recently, I thought I'd never have[NL]any real connection with the knights.[.][A][NL]But it's different now.[.][A][NL]Now, I consider everyone involved in this [NL]war, especially the knights like you,[.][A][NL]to be my friends.[.][NL]I will always fight for my friends![.][A][OpenMidRight]Thank you, Colm.[A][NL]Civilians and knights[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Together, we'll restore peace in Renais.[A]}
|
|
MSG_0CD4 {[OpenMidLeft][LoadFace][25][NL][OpenMidRight][LoadFace][10][NL][OpenMidRight][ToggleSmile]Whoa[ToggleMouthMove]... [ToggleMouthMove]That's beautiful! Your[NL]armor, I mean. It's so shiny.[.][A][ToggleSmile][OpenMidLeft]Th-thanks.[NL]Ah[ToggleMouthMove]... [ToggleMouthMove]Er[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]I'm Neimi.[A][OpenMidLeft]Oh, my name is Amelia.[NL]Nice to meet you, miss.[.][A][OpenMidRight]Miss? Oh, no. I'm just Neimi.[.][NL]It's nice to meet you, too.[.][A][OpenMidLeft]All right, Neimi it is.[.][A][OpenMidRight]Anyway, your armor really is lovely.[A][NL]That color reminds me of the michew[.][NL]berries that grow in my hometown.[.][A][OpenMidLeft]Oh, I've had michew berries before![.][A][NL]They're really shiny, and they're sweet[.][NL]and a little tart when you eat them.[A][NL]I just love them in pies[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Oh, I know! I didn't think they grew[NL]anywhere else. They're so yummy![A][OpenMidLeft]Tell you what: if we come across any in[.][NL]the field, let's stop and pick them.[A][OpenMidRight]That sounds like a good idea.[.][A][OpenMidLeft]Maybe we can use some of the supplies[.][NL]to bake some michew pies for everyone.[A][NL]One bite, and they'll forget all[NL]about their exhaustion.[.][A][OpenMidRight]I agree. I'll keep my eyes peeled, and[NL]if I see any, I'll pick some for you.[.][A][OpenMidLeft][MoveMidLeft][OpenMidLeft]Ha ha! That's great! Now we've got[NL]something to look forward to, hm?[.][A][NL2][NL]Oh, we'd better get back to the battle.[.][A][OpenMidRight]Aw[ToggleMouthMove]...[.][ToggleMouthMove] All right, Amelia. But[.][NL]let's talk some more again.[.][A][OpenMidLeft][ToggleSmile]Oh, you bet![A][NL]I'm really glad I[.][NL]met you, Neimi.[.][A][ToggleSmile][OpenMidRight]Me too, Amelia.[.][A]}
|
|
MSG_0CD5 {[OpenMidLeft][LoadFace][10][NL][OpenMidRight][LoadFace][25][NL][OpenMidLeft][ToggleSmile]Amelia, can I ask you a question?[.][NL]Why did you become a soldier?[.][A][ToggleSmile][OpenMidRight]Hm? Well[ToggleMouthMove]...[.][ToggleMouthMove] It's[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I wanted[ToggleMouthMove]...[.][ToggleMouthMove]to become strong.[.][A][OpenMidLeft]Strong? What do you mean?[.][A][OpenMidRight]All my life, I've felt helpless, like[.][NL]I needed someone to defend me.[A][NL]I didn't want to feel like that anymore.[A][NL][ToggleSmile]But what about you, Neimi?[NL]What are you fighting for?[A][ToggleSmile][OpenMidLeft]I'm not really sure how I wound up[NL]getting involved in this whole war.[.][A][NL][ToggleSmile]It just[.][ToggleMouthMove]...[.][ToggleMouthMove]sorta turned out[NL]that way, you know?[.][A][ToggleSmile][ToggleSmile][OpenMidRight]It doesn't matter how you wound up here.[NL]Your skill with the bow is amazing, Neimi.[A][NL]I'm not sure how to put this, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You seem more battle ready than most[NL]of the trained soldiers I've met.[.][A][OpenMidLeft]Hmm mm mm[.][ToggleMouthMove]... [ToggleMouthMove]Thanks. My grandpa[NL]taught me everything I know.[A][OpenMidRight]Really?[.][A][OpenMidLeft]We used to go hunting together[NL]when I was little[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Oh! That reminds me![A][NL]I used to have a pet fox, a little[NL]kit I found out hunting one day.[A][OpenMidRight]Wow! A fox kit?[.][A][NL]I've never seen one before.[.][NL]Was it cute?[A][OpenMidLeft]He was adorable! So small, and he had[.][NL]such soft and fluffy fur.[.][A][NL]It was so cute watching him try to run[NL]his fastest on those short little legs.[.][A][OpenMidRight]Tee hee.[A][OpenMidLeft]What about you? Did you[.][NL]ever have any pets?[.][A][OpenMidRight][ToggleSmile]Me? Well, I don't--[.][NL]Oh![.][A][NL][ToggleSmile]I did! I used to have[.][NL]a little pet bird.[A][OpenMidLeft]Oh, what kind?[A][OpenMidRight]Hm. Well, she had beautiful[.][NL]feathers, I remember that.[A][NL]They were all blue and yellow and[.][NL]orange. She used to sing to me.[.][A][OpenMidLeft]She was a songbird? That sounds nice.[.][A][OpenMidRight]It was. Whenever I felt lonely, she[.][NL]would sing her song to cheer me up.[.][A][NL]I let her go when I left my village[.][NL]and joined Grado's army.[A][OpenMidLeft]That's so sad[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I think I'd like to get another[.][NL]pet when this war is all over.[A][OpenMidRight]Really?[.][A][OpenMidLeft]Definitely. You should get one, too.[NL]Once this war is over, I mean.[A][NL]When everything is at peace again,[NL]we should each get a pet.[.][A][OpenMidRight][MoveMidRight][OpenMidRight]That sounds great! And then we can[NL]have our pets visit one another.[A][OpenMidLeft]I'd like that.[A][OpenMidRight]Me, too.[A]}
|
|
MSG_0CD6 {[ToggleSmile][OpenMidLeft][LoadFace][25][NL][OpenMidRight][LoadFace][10][NL][OpenMidLeft]I just noticed something, Neimi.[A][NL]There are a lot of female soldiers[NL]traveling with us, aren't there?[A][OpenMidRight]You know, you're right![.][A][OpenMidLeft]It's nice to see. It wasn't like[NL]that in Grado's army.[.][A][NL]It makes me feel much more at ease.[.][A][OpenMidRight]I was really nervous when I started up, but[.][NL]then I spoke more with the princess[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I've started noticing that some of the[NL]women are getting[.][ToggleMouthMove]...[.][ToggleMouthMove]friendly with the men.[A][NL]I thought it was, you know, just the[NL]camaraderie of the field or whatever.[.][A][NL]But I'm starting to think that's not[NL]the case, if you know what I mean.[A][NL][ToggleSmile]I'm starting to think maybe[.][NL]it's something else entirely.[.][A][ToggleSmile][OpenMidRight]Hee hee hee[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]So, um[ToggleMouthMove]...[.][ToggleMouthMove] Is there any boy you like?[.][A][OpenMidLeft][ToggleSmile]Hm? Why do you ask? Or[ToggleMouthMove]...[.][ToggleMouthMove]is it[.][NL]that you have someone YOU like?[.][A][ToggleSmile][OpenMidRight][ToggleSmile]I do.[.][A][NL]He's someone who's always watched[.][NL]over me, stood by my side.[A][NL]He used to make me cry, but[.][NL]I[.][ToggleMouthMove]...[.][ToggleMouthMove]I love him.[.][A][ToggleSmile][OpenMidLeft]That's amazing! You know, I'm[.][NL]a little jealous of you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Have you told him how you feel?[.][A][OpenMidRight][ToggleSmile]Uh-uh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]Well, you have to tell him! I'm[.][NL]sure he likes you, too, Neimi.[A][OpenMidRight][ToggleSmile]I will. Someday.[.....][NL][ToggleSmile]Not today. But someday, I will.[.][A][OpenMidLeft]There you go.[.][A][OpenMidRight][ToggleSmile]But you never answered my question![.][A][ToggleSmile][OpenMidLeft][MoveMidLeft][OpenMidLeft][ToggleSmile]What, me?[.][NL]I[.][ToggleMouthMove]...[.][ToggleMouthMove]er[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I honestly never really spoke to[NL]any of the men in Grado's army.[.][A][ToggleSmile][OpenMidRight]But you're not in Grado's army[NL]anymore! What about now?[A][OpenMidLeft][ToggleSmile]Huh?[NL]Oh, er, well[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile][OpenMidLeft][HalfCloseEyes][OpenMidLeft]I'm[.][ToggleMouthMove]...[.][ToggleMouthMove]not so sure[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Ha! You do, don't you![A][OpenMidLeft][ToggleSmile]Uh[ToggleMouthMove]... [ToggleMouthMove]Mm-hm[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]Don't worry. I'm sure he[NL]likes you, Amelia.[A][OpenMidLeft][OpenEyes][OpenMidLeft][ToggleSmile]Why do you say that?[A][ToggleSmile][OpenMidRight]Well, you're so[.][ToggleMouthMove]...[.][ToggleMouthMove] You're so[NL]cute, and you're so nice.[.][A][NL]How could anyone NOT like you?[A][OpenMidLeft][ToggleSmile]Neimi[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Thanks. That's really sweet of you.[.][NL]I'm happy to hear you say that![.][A][OpenMidRight]Be sure you tell him how you feel![A][OpenMidLeft]You, too! I'm not the[.][NL]only one suffering here![A][OpenMidRight]Hee hee hee. All right.[.][NL]We're in this together![.][A]}
|
|
MSG_0CD7 {[OpenMidLeft][LoadFace][10][NL][OpenMidRight][LoadFace][26][NL][OpenMidLeft][ToggleSmile]Oh[ToggleMouthMove]... [ToggleMouthMove]Brother Artur[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]Yes? And you must be[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]I'm[.][ToggleMouthMove]...[.][ToggleMouthMove]Neimi.[A][ToggleSmile][ToggleSmile][OpenMidRight]Ah, Neimi. I'm sorry that our[.][NL]introduction has been so delayed.[.][A][NL]And please, just call me Artur.[.][NL][LQuote]Brother[RQuote] is too formal.[A][OpenMidLeft]Oh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]All right, Artur it is.[.][A][OpenMidRight]Very good.[NL][ToggleSmile]Ack![A][ToggleSmile][ToggleSmile][OpenMidLeft]What is it?[.][.....][NL]What's wrong?[.][A][OpenMidRight]Oh, nothing. Sorry.[.][A][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove]that hand mirror[NL]hanging from your waist[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]Oh, this?[.][NL]It's a keepsake from my mother.[.][A][NL]I had it stolen from me once, so[NL]I've made this leather strap for it.[A][NL]I can tie it to my belt and take it[.][NL]with me everywhere now.[.][A][ToggleSmile][OpenMidRight]It's[ToggleMouthMove]...[.][ToggleMouthMove] Excuse me, but may[.][NL]I look at it for a moment?[A][CloseSpeechSlow][OpenMidRight][MoveRight][OpenRight]Hm[ToggleMouthMove]...[.][ToggleMouthMove][.......][NL]Yes, well, that is interesting.[.][A][NL2][NL]If my memory serves, this is quite[NL]a valuable mirror.[A][NL]It is a gift given only to clerics[NL]of the highest order.[.][A][NL]Few of these mirrors exist, and for[.][NL]you to have one means your mother[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]Yes, she was a cleric[.][ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]When I was young, an illness[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Say no more. I understand.[A][NL][ToggleSmile]But seeing you and the mirror[.][NL]she left you tells me something.[A][NL]Your mother was a good person,[NL]benevolent, faithful, and caring.[.][A][NL]And you are the product of her[NL]care, filled with the same light.[.][A][ToggleSmile][ToggleSmile][OpenMidLeft]Thank you[.][ToggleMouthMove]...[.][ToggleMouthMove] It makes me[NL]happy to hear that.[.][A][OpenRight]I'm delighted to have met you.[NL]We shall have to speak again.[.][A][OpenMidLeft]I hope so, Artur![.][NL]See you soon.[.][A]}
|
|
MSG_0CD8 {[ToggleSmile][OpenMidLeft][LoadFace][26][NL][OpenMidRight][LoadFace][10][NL][OpenMidLeft]Neimi, it's an honor to speak[.][NL]with you again so soon![.][A][OpenMidRight]Oh! Artur![A][NL]Yes, I'm happy to see you.[A][OpenMidLeft]That's an impressive bow. Am I to[.][NL]understand that you're an archer?[.][A][NL]I've heard the others speak highly[NL]of your skills.[.][A][OpenMidRight]Thank you. And I was watching you use[.][NL]your magic. It was pretty incredible![.][A][OpenMidLeft]Oh, it was nothing. I'm just a novice.[.....][NL][ToggleSmile]Oh![.][A][NL][ToggleSmile]Neimi, I see you've put your mirror[.][NL]away, have you?[.][A][OpenMidRight][ToggleSmile]Hm[ToggleMouthMove]...?[ToggleMouthMove][NL]Huh[.][ToggleMouthMove]...? [.][ToggleMouthMove][A][NL]I don't[.][ToggleMouthMove]...[.][ToggleMouthMove]think[.][ToggleMouthMove]...[.][ToggleMouthMove]I did[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][ToggleSmile][OpenMidLeft]What?[.][.....][NL]What does that mean?[A][OpenMidRight]Oh, no! I've lost it![.][A][NL]What am I going to do?[A][OpenMidLeft][MoveMidLeft][OpenMidLeft]Lost!?[.....] How could that happen!?[A][NL]That mirror is a precious artifact,[.][NL]not to mention an important keepsake![.][A][.....][OpenMidRight]The leather strap[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]It's torn[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][HalfCloseEyes][OpenMidRight][NL2]Ohhhh[.][ToggleMouthMove]...[.][ToggleMouthMove] Sniff[ToggleMouthMove]...[.][ToggleMouthMove][NL]Waaaaaaah![A][OpenMidRight][CloseEyes][OpenMidLeft][MoveMidLeft][OpenMidLeft]Oh, don't--[.][A][CloseSpeechSlow][OpenMidLeft][MoveLeft][....][OpenLeft]Please don't cry.[.][A][NL]Don't worry. We'll[NL]look for it together.[.][A][OpenMidRight][HalfCloseEyes][OpenMidRight]Sniff[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Any idea when you lost it?[A][OpenMidRight]I think I[.][ToggleMouthMove]...[.][ToggleMouthMove]sniff[.][ToggleMouthMove]...[.][ToggleMouthMove]had it with[.][NL]me when the battle started.[.][A][NL]It was[ToggleMouthMove]...[.][ToggleMouthMove]right there on[NL]my belt[.][ToggleMouthMove]...[.][ToggleMouthMove] Sniff[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Then it must be around here[.][NL]somewhere, right?[.][A][NL]I'll go look over here. You[.][NL]check the ground back there.[A][OpenMidRight]All[.][ToggleMouthMove]...[.][ToggleMouthMove] All right[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft][ClearFace][OpenMidRight][ClearFace][OpenFarFarLeft][LoadFace][26][NL][OpenFarFarRight][LoadFace][10][NL][OpenFarFarRight][HalfCloseEyes][OpenFarFarLeft][ToggleMouthMove]......[ToggleMouthMove][A][......][OpenFarFarRight][ToggleMouthMove]......[ToggleMouthMove][A][.......][CloseSpeechSlow][OpenFarFarLeft][MoveLeft][OpenFarFarRight][MoveRight][OpenLeft]I couldn't find it here[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Any luck there?[.][A][OpenRight][CloseEyes][OpenRight][ToggleMouthMove]...[.][ToggleMouthMove]Sob[.][ToggleMouthMove]... [ToggleMouthMove]Sniff[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I can't[.][ToggleMouthMove]...[.][ToggleMouthMove]find it[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Don't worry. It has to be[.][NL]around somewhere.[.][A][NL]Just keep looking. I'll[.][NL]ask the others, too.[A][OpenRight][HalfCloseEyes][OpenRight]All right[.][ToggleMouthMove]...[.][ToggleMouthMove] I'll just[NL]go look over here[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight][ClearFace][OpenLeft]Oh, Neimi[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Sigh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]How am I ever going to find it[NL]in the middle of a battlefield?[.][A][NL]I suppose I simply must have[NL]faith. Yes, that's it.[A][NL]Faith will guide me to her[NL]mother's mirror.[A]}
|
|
MSG_0CD9 {[OpenMidLeft][LoadFace][10][NL][OpenMidRight][LoadFace][26][NL][OpenMidRight][ToggleSmile]Neimi![A][ToggleSmile][OpenMidLeft]Artur[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Look, I found it![.][A][NL]Here[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]Oh[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]I've been asking around since[.][NL]the last time we spoke.[.][A][NL]I found out that our convoy master had[NL]found a mirror lying on the ground.[.][A][NL]When I asked to see it, imagine my[NL]delight when I saw it was your mirror![A][ToggleSmile][OpenMidLeft][HalfCloseEyes][ToggleSmile][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Sniff[.][ToggleMouthMove]...[.][ToggleMouthMove] I'm so[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]so happy![.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You know, when I was looking for[NL]your mirror, I was reminded[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I had a similar experience when I was[.][NL]young. It's why I chose to be a monk.[.][A][OpenMidLeft][OpenEyes][OpenMidLeft][ToggleSmile]What happened?[A][ToggleSmile][OpenMidRight][ToggleSmile]One day, when I was just a little boy,[NL]I had lost a toy, and I was crying.[.][A][NL][ToggleSmile]I lived near a monastery, and one of[NL]the monks saw me sitting there weeping.[.][A][NL]He spent his day trying to find out why[.][NL]I was so sad and to cheer me up.[A][NL]It was so trivial--that toy was nothing[.][NL]but a trinket, but to me, it had value.[.][A][NL]I later found out a friend of mine[NL]had taken it without asking, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Anyway, I was very happy that someone[.][NL]had stopped to show so much concern.[A][NL]To everyone else, I was just a petty[NL]child weeping over a toy.[.][A][NL]To this monk, however, I was a sad and[NL]lost soul, crying out in need.[A][NL]He was so kind, and he spent so much[NL]of his day on a child's tears.[A][NL]I admired his attitude, even then.[A][NL]It was then that I realized that I could[NL]honor his deed by becoming a monk.[A][OpenMidLeft]And[.][ToggleMouthMove]...[.][ToggleMouthMove]that's why[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Yes, that's why.[A][NL][ToggleSmile]Oh! Your mirror![A][ToggleSmile][CloseSpeechSlow][OpenMidRight][MoveRight][OpenRight]Here you go.[A][OpenMidLeft]Oh[ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][OpenMidLeft][MoveLeft][OpenLeft][ToggleMouthMove]...[.][ToggleMouthMove][NL]I'm[.][ToggleMouthMove]...[.][ToggleMouthMove]really happy[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]Ah. Just as I thought.[A][OpenLeft][ToggleSmile]What?[.][A][ToggleSmile][OpenRight]Your smile is delightful. It's a[NL]vast improvement on those tears.[A][NL]The heavens themselves must have[NL]wanted to see that smile[A][NL]and conspired to help me find[.][NL]your mirror.[A][OpenLeft]Thank you, Artur[ToggleMouthMove]...[.][ToggleMouthMove][NL]I'm so grateful.[A][OpenRight]No, Neimi.[A][NL]I'm grateful to you. Talking to you[.][NL]makes me feel at peace.[.][A][NL]I feel like[.][ToggleMouthMove]...[.][ToggleMouthMove]some of the others make[.][NL]light of me from time to time.[A][OpenLeft]Oh, that's only[.][ToggleMouthMove]...[.][ToggleMouthMove] It's just because[NL]you're so honest and pure of heart.[.][A][NL]Someone I know[ToggleMouthMove]...[.][ToggleMouthMove]teases me a lot,[NL]too. All the time, he teases me.[A][OpenRight][ToggleSmile]I see[.][ToggleMouthMove]... [ToggleMouthMove]I'm sorry to hear that.[.][A][ToggleSmile][OpenLeft]Well, it's not that he's all bad.[.][NL]He can be very kind, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But you're kind, too, Artur.[A][OpenRight]Thank you.[A][NL]You know, when you meet someone, that[.][NL]person reflects back at you[.][A][NL]like a mirror, revealing within them[NL]the emotions that you project.[A][NL]Angry people bring out the anger within[.][NL]others, just as sullen, hopeless people[.][A][NL]bring out nothing but the sorrow within[.][NL]all those to whom they speak.[.][A][NL]Do you know why so many people seem[.][NL]kind to you, Neimi?[.][A][NL]It is because you yourself are a kind[.][NL]person. You bring that out in others.[.][A][OpenLeft]Oh, Artur[.][ToggleMouthMove]...[.][ToggleMouthMove] That's so kind--[.][NL]I mean[ToggleMouthMove]...[.][ToggleMouthMove] Er[.][ToggleMouthMove]...[.][ToggleMouthMove] Thank you.[.][A][OpenRight]Please, Neimi, always hold that[.][NL]kindness close to your heart.[.][A][OpenLeft]I will[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0CDA {[OpenMidLeft][LoadFace][16][NL][OpenMidLeft]Hm[ToggleMouthMove]...[.][ToggleMouthMove] I wonder if[ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]Oh, I see[.][ToggleMouthMove]...[.][ToggleMouthMove][A][......][OpenMidRight][LoadFace][26][NL][OpenMidRight]What are you doing, Lute?[.][A][OpenMidLeft]Oh![.][A][NL]I was just observing this[.][NL]chemida beetle.[.][A][OpenMidRight]You haven't changed at[NL]all, have you, Lute?[A][OpenMidLeft]What do you mean?[.][A][OpenMidRight]You spent most of your time sequestered[.][NL]in your room, studying your books.[A][NL]On the rare occasion you went outside,[NL]you were paralyzed with fascination.[A][OpenMidLeft]Of course! There are so many fascinating[NL]things to be learned from nature![.][A][NL]There are a great many books out there,[.][NL]and I have read most of them, of course.[A][NL]But I've found that what is written can[.][NL]differ greatly from how things truly are.[.][A][NL]Take this chemida beetle, for example.[A][NL]I've been reading from [LQuote]The Glossary[NL]of Falibrian Entomology[RQuote] lately.[A][NL]According to the glossary, their wings[NL]fall off once they reach maturity.[A][NL]However, I have just found an adult[.][NL]beetle whose wings still work perfectly![A][NL]Exceptions do exist to the rules my[.][NL]books outline. This is a rare specimen.[.][A][NL]I wonder, should we take it back with us?[.][A][OpenMidRight]Sigh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]I hope this isn't another[.][NL]of your pranks.[.][A][ToggleSmile][OpenMidLeft]My[ToggleMouthMove]...[.][ToggleMouthMove]pranks?[.][A][OpenMidRight]Do you remember when I loaned[.][NL]you my copy of [LQuote]Lux Aeterna[RQuote]?[.][A][NL]You replaced my bookmark with[.][NL]the tail of a sedgel lizard.[A][NL]You scared ten years off my[.][NL]life, I swear it![.][A][OpenMidLeft]Did I do that?[A][OpenMidRight]And! Knowing full well that I[.][NL]have a[ToggleMouthMove]...[.][ToggleMouthMove]mild[ToggleMouthMove]...[.][ToggleMouthMove]fear of spiders,[A][NL]you caught a small army of them[.][NL]and unleashed them in my room![A][OpenMidLeft]I thought that if I immersed[NL]you in the thing you feared,[A][NL]maybe you might be able to[NL]overcome your fear entirely![A][NL]And I went to a lot of trouble[NL]trying to catch those spiders![A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Why would you do that?[A][OpenMidLeft][ToggleSmile]Well, I did get a bit of a kick[.][NL]out of the experience myself.[.][A][NL]Why? Did it bother you?[.][A][ToggleSmile][OpenMidRight]YES![.....] [.][ToggleSmile]Oh, don't worry about it.[.][A][NL]At least you did it because[.][NL]you cared about me, right?[A][NL]I'll just accept it as the best gesture[.][NL]of kindness you can manage, Lute.[.][A][ToggleSmile]}
|
|
MSG_0CDB {[OpenMidLeft][LoadFace][16][NL][OpenMidRight][LoadFace][26][NL][OpenMidLeft]Are you tired, Artur?[.][A][OpenMidRight][ToggleSmile]Huh[.][ToggleMouthMove]...?[ToggleMouthMove] Oh, no, I'm[ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile][ToggleMouthMove]......[ToggleMouthMove][A][NL]You're right.[.][NL][ToggleSmile]I am tired.[.][A][NL]How could you tell, Lute?[.][A][NL]I was trying my best[NL]not to show it.[.][A][ToggleSmile][OpenMidLeft]Oh, come on! There's no one better[NL]than me at spotting things like this![.][A][NL]I can tell, you're mentally exhausted.[A][OpenMidRight]I don't know what I expected, but[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I had no idea war would be like this.[.][A][NL]One battle after another, overwhelming[NL]odds[ToggleMouthMove]...[.][ToggleMouthMove]and monsters!?[A][NL]In this day and age, we're fighting[.][NL]monsters from the legends and epics?[A][NL]I know how much is at stake, but[NL]sometimes[.][ToggleMouthMove]...[.][ToggleMouthMove]I get so tired.[.][A][OpenMidLeft]When you're tired, there's nothing better[.][NL]than a good meal and a long sleep.[A][NL]And if you look at page 990 of [LQuote]De[NL]Floris Mysticis,[RQuote] there's a special[.][A][NL]herb that, once decocted into a potion,[.][NL]will help relax your muscles.[.][A][NL]Look for the parfina flower, and reduce[.][NL]it into a thick syrup before drinking.[A][NL]Oh, and I hear music helps you sleep.[.][NL]If you like, I can hum something for you.[.][A][OpenMidRight][ToggleSmile]Thank you.[A][NL]However, I think I'll pass on your offer,[.][NL]delightful though your humming must be.[.][A][NL]You must be tired as well. Take care[NL]of yourself, and rest when you can.[.][A][ToggleSmile][OpenMidLeft]I will.[.][A][NL]In fact, maybe I'll just[NL]hum to myself instead.[A][NL]Will you be all right?[A][OpenMidRight][ToggleSmile]I'm fine. I feel quite[NL]refreshed, in fact.[.][A][ToggleSmile][OpenMidLeft]Refreshed?[.....] How so?[NL]Was it some new kind of magic?[A][OpenMidRight][ToggleSmile]Perhaps, from a certain point of view.[A][NL]Your every word has nurtured my soul[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]Hm.[.][A][NL]I'm not sure I get it, but as[.][NL]long as you're feeling better![A]}
|
|
MSG_0CDC {[OpenMidLeft][LoadFace][16][NL][OpenMidRight][LoadFace][26][NL][OpenMidRight][ToggleSmile]Hello, Lute.[A][ToggleSmile][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]What is it? You look like you[.][NL]have something on your mind.[A][OpenMidLeft]Oh.[.][.....][A][NL]No. I was just thinking[.][NL]about monsters.[.][A][OpenMidRight]Monsters?[.][A][OpenMidLeft]Yes.[A][NL]All these monsters are our enemies, I know,[.][NL]but[.][ToggleMouthMove]...[.][ToggleMouthMove]they're not all bad, are they?[A][OpenMidRight]What are you talking about?[.][A][OpenMidLeft]They're kind of cute, don't you think?[NL]I mean, like those revenants, for example.[A][OpenMidRight][ToggleSmile]It's fair to say I will never[.][NL]understand your tastes.[.][A][NL]Besides, I thought you enjoyed[NL]using them as, well, magic practice.[A][ToggleSmile][OpenMidLeft]Oh, I do. I do indeed.[A][NL]I use my magic to rip them to[.][NL]shreds[ToggleMouthMove]...[.][ToggleMouthMove]with love, of course.[.][A][OpenMidRight][ToggleSmile]Your way of expressing love[.][NL]is somewhat frightening[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]Do you think so?[NL]Thank you.[A][OpenMidRight][ToggleSmile]No[ToggleMouthMove]...[.][ToggleMouthMove] That wasn't a compliment.[A][NL][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Should I, ah, expect you to[.][NL]attack me with magic, too?[A][ToggleSmile][OpenMidLeft]Hm?[.][A][NL]Why would I attack you[NL]with my magic?[A][OpenMidRight][ToggleSmile]You don't get it?[.][A][ToggleSmile][OpenMidLeft]No.[.][A][NL]Your strange logic baffles even[.][NL]my brilliant, brilliant mind.[.][A][NL]That's why I'm curious.[.][A][OpenMidRight][ToggleSmile]Really? You don't get it?[.][A][ToggleSmile][OpenMidLeft]No, I don't![A][OpenMidRight][ToggleSmile]You really don't?[.][A][ToggleSmile][OpenMidLeft]Stop that![A][OpenMidRight][ToggleSmile]I'm just giving you a hard[NL]time, Lute.[.][A][NL]All right. I'll just come straight[NL]out and say it.[.][A][ToggleSmile][OpenMidLeft]Finally![A][OpenMidRight][ToggleSmile]It's because I like you.[A][ToggleSmile][OpenMidLeft][MoveMidLeft][OpenMidLeft]What!?[A][OpenMidRight][ToggleSmile]In fact, I love you, and I'm[NL]hoping perhaps that you love me.[A][ToggleSmile][OpenMidLeft][MoveMidLeft][OpenMidLeft]Oh![.][A][OpenMidLeft][MoveMidLeft][OpenMidLeft]Oh!!![.][A][OpenMidRight][ToggleSmile]Now, do you understand?[.][A][ToggleSmile][OpenMidLeft]Er[ToggleMouthMove]...[.][ToggleMouthMove][.....] Um[.][ToggleMouthMove]...[.][ToggleMouthMove][.....] A-according to [LQuote]A Young[NL]Girl's Primer to Nazonian Magic,[RQuote][.][A][NL]that most ancient tome long sought by, er,[NL]the terrible Demon King himself[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]it's not uncommon for a party to[NL]assign feelings of[ToggleMouthMove]...[.][ToggleMouthMove]er, love[A][NL]to the reanimated hordes they[.][NL]confront on the battlefield,[A][NL]and considering my incredible brain[.][NL]and the remarkable skills I--[.][A][OpenMidRight]Lute?[.][A][OpenMidLeft]Well, that is[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]What I mean is[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]What's wrong with you? I don't[NL]often see you lose your cool.[.][A][ToggleSmile][OpenMidLeft]Th-that's because[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Yes?[A][ToggleSmile][OpenMidLeft][HalfCloseEyes][OpenMidLeft]Well[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]My books don't tell me anything[.][NL]about how to deal with love![A][NL]So[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Heh[.][ToggleMouthMove]...[.][ToggleMouthMove] Heh heh heh[ToggleMouthMove]...[.][ToggleMouthMove][......][NL]Ha ha ha ha!!![A][ToggleSmile][OpenMidLeft][CloseEyes][OpenMidLeft]I'm sorry. I'm a little out of[NL]my depth when it comes to love.[.][A][OpenMidRight]No, you're not.[.][NL]Love needs no textbooks.[A][NL]Just be yourself, and listen[NL]to your feelings.[.][A][OpenMidLeft][OpenEyes][OpenMidLeft]Is[ToggleMouthMove]...[.][ToggleMouthMove]that all I need to do?[A][OpenMidRight][ToggleSmile]I promise.[A][ToggleSmile][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]Er, excuse me[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Yes?[A][ToggleSmile][OpenMidLeft]Well, er[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Yes?[A][ToggleSmile][OpenMidLeft]I'm glad[ToggleMouthMove]...[.][ToggleMouthMove]you're here.[A][OpenMidRight][ToggleSmile]I am, too, Lute.[A][ToggleSmile]}
|
|
MSG_0CDD {[OpenMidLeft][LoadFace][28][NL][OpenFarFarRight][LoadFace][26][NL][OpenMidLeft][ToggleSmile]Child, come here a moment.[A][ToggleSmile][OpenFarFarRight]Child[.][ToggleMouthMove]...?[ToggleMouthMove][.....][NL]Are you talking to me?[A][OpenMidLeft][ToggleSmile]Yes, that's right. Come here[NL]for a moment. I won't bite.[.][A][ToggleSmile][OpenFarFarRight][MoveMidRight][OpenMidRight]How may I help you, my lady?[A][OpenMidLeft][ToggleSmile]Would you spin yourself[.][NL]around right there?[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]What? Spin around?[NL]Like[ToggleMouthMove]... [ToggleMouthMove]Like this?[A][CloseSpeechSlow][....][OpenMidRight][MoveMidRight][.......][OpenMidLeft][ToggleSmile]Hm[ToggleMouthMove]...[.][ToggleMouthMove] Not bad. Not bad at all.[.][NL]You have a graceful form.[.][A][NL]And you're quite beautiful.[.][A][NL]It'd be a waste to let you[NL]stay a simple clergyman.[A][ToggleSmile][OpenMidRight]Beautiful? Me?[NL]Do you really think so?[.][A][OpenMidLeft][ToggleSmile]Yes, you have a lovely face.[A][NL]Say[.][ToggleMouthMove]...[.][ToggleMouthMove] Would you like to dance with[.][NL]me? I think you have the potential.[.][A][NL]I could use a partner. When this[NL]war ends, I think it should be you.[.][A][ToggleSmile][OpenMidRight]I[.][ToggleMouthMove]...[.][ToggleMouthMove]don't know about that.[NL]Dancing probably isn't my thing.[A][OpenMidLeft][ToggleSmile]You never know until you try.[.][A][NL]Anyway, from what I can see, I[NL]think you've got what it takes.[.][A][NL]Trust me. There's no future in[NL]this church business. Be a dancer.[A][ToggleSmile][OpenMidRight]I'm afraid I have to disagree.[NL]I feel this is my calling, you see.[.][A][NL]Er[ToggleMouthMove]...[.][ToggleMouthMove] If that's all you wanted,[NL]would you excuse me?[A][OpenMidLeft]Oh, oh. Yes, fine. Only[.][ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]What's your name, child?[A][ToggleSmile][OpenMidRight]I'm A-Artur.[A][OpenMidLeft]I'm Tethys. I'm a dancer.[.][NL]Don't forget.[.][A][OpenMidRight]Hm?[.][NL]T-Tethys?[.][A][OpenMidLeft][ToggleSmile]That's right. I'll see[NL]you later, child.[.][A][NL]Think about what I told you about[.][NL]becoming a dancer, won't you?[.][A][ToggleSmile][OpenMidRight]I really don't think it's for me[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0CDE {[OpenMidLeft][LoadFace][26][NL][OpenMidRight][LoadFace][28][NL][SendToBack][OpenMidRight][ToggleSmile]Do you remember the dance steps[.][NL]I showed you the other day, child?[A][NL]No? I'll show them to you again. Pay[NL]attention, as you'll be going next.[.][A][ToggleSmile][OpenMidLeft]Tethys, we're in the middle of a[NL]battle. Can't this wait until later?[A][OpenMidRight]My, aren't we confident! No, we[.][NL]can't have that. We have to practice.[.][A][NL]I refuse to have a partner who's[NL]too lazy to practice daily.[.][A][OpenMidLeft]No, you're not following me. I'm[NL]not your partner. I don't want to--[.][A][NL]Would you please stop calling me[NL][LQuote]child[RQuote] in front of everyone![.][A][OpenMidRight][ToggleSmile]What's wrong with looking young?[A][NL2][NL]After all, you have such lovely[.][NL]skin. May I[.][ToggleMouthMove]...[.][ToggleMouthMove]touch your cheeks?[A][ToggleSmile][OpenMidRight][MoveLeft][OpenMidLeft][MoveFarLeft][OpenFarLeft]Oh[ToggleMouthMove]...[.][ToggleMouthMove] Ah, normally, people wait for[NL]an answer before they start[.][ToggleMouthMove]...[.][ToggleMouthMove]er[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]well, touching me.[NL]Um[ToggleMouthMove]...[.][ToggleMouthMove] Would you please stop?[.][A][OpenLeft][ToggleSmile]Amazing! It's like velvet to the touch![.][NL]You have such smooth skin![A][ToggleSmile][OpenFarLeft][HalfCloseEyes][OpenFarLeft]Er[ToggleMouthMove]... [ToggleMouthMove]Excuse me[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Ah[ToggleMouthMove]... [ToggleMouthMove]I really must protest[.][ToggleMouthMove]...[.][ToggleMouthMove][NL][OpenFarLeft][CloseEyes][OpenFarLeft]P-please[ToggleMouthMove]... [ToggleMouthMove]S-stop[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft][MoveLeft][OpenLeft][ToggleSmile]Tell me[.][ToggleMouthMove]...[.][ToggleMouthMove] What's your secret?[A][ToggleSmile][OpenFarLeft][MoveFarLeft][OpenFarLeft][HalfCloseEyes][OpenFarLeft]I[.][ToggleMouthMove]...[.][ToggleMouthMove] I don't have any secrets![A][NL]Oh[ToggleMouthMove]...[.][ToggleMouthMove] You meant my skin. Well, I just[NL]rub manon leaves on after I wash.[.][A][OpenLeft][MoveRight][OpenRight]Manon leaves? Those scratchy things?[A][NL]I always thought they would just leave[NL]a rash. Hm. Maybe I should try[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]I'll see you later, child.[A][NL]I'll be checking up on your progress,[.][NL]so be sure to practice those steps.[.][A][ToggleSmile][OpenRight][ClearFace][OpenFarLeft][OpenEyes][OpenFarLeft][ToggleMouthMove]...[.][ToggleMouthMove]Huh?[A][OpenFarLeft][MoveMidLeft][OpenMidLeft]But[.][ToggleMouthMove]...[.][ToggleMouthMove] But I don't want to[NL]be a dancer[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Sigh[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0CDF {[OpenMidLeft][LoadFace][26][NL][OpenFarRight][LoadFace][28][NL][OpenFarRight][ToggleSmile]Well, look who's come to see me! I'm glad[.][NL]to see you showing some initiative.[.][A][NL]You must be practicing a lot, hm? Well,[.][NL]show me what you've got![A][ToggleSmile][OpenMidLeft]Please! I have a name! I am not[.][NL]a child! My name is Artur![A][NL]And[.][ToggleMouthMove]...[.][ToggleMouthMove]I really must protest about[.][NL]becoming a dancer.[A][NL]I have no interest in learning[NL]how to dance, do you understand?[A][OpenFarRight][MoveFarRight][OpenFarRight]I'm glad you're here, because I have[NL]something I wanted to tell you.[.][A][OpenMidLeft]Y-you do?[.][A][OpenFarRight]I scrubbed my face with manon leaves,[.][NL]just like you said, but look[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I got a rash, just like I thought[.][NL]I would. Look here, on my cheek.[A][OpenMidLeft]Uh[ToggleMouthMove]...[.][ToggleMouthMove] Maybe you scrubbed[.][NL]too hard?[.][A][OpenFarRight]Well, here[ToggleMouthMove]...[.][ToggleMouthMove] Take a look.[.][A][OpenMidLeft]I'm not sure this is the right time.[NL]We're in the middle of a battle.[A][OpenFarRight][ToggleSmile]We'll be fine. It'll only take a[NL]second. We'll be done in a flash.[.][A][ToggleSmile][OpenMidLeft]Fine, fine[ToggleMouthMove]...[.][ToggleMouthMove] But let's be quick.[A][OpenMidLeft][MoveRight][SendToBack][OpenFarRight][ToggleSmile]Come on, you're not looking right.[NL]Get closer. Closer[ToggleMouthMove]... [ToggleMouthMove]More.[.][A][NL]Look right around here[ToggleMouthMove]...[.][ToggleMouthMove][NL]See? It's red, isn't it?[A][ToggleSmile][OpenRight][ToggleMouthMove]...[.][ToggleMouthMove]A little, but[.][ToggleMouthMove]...[.][ToggleMouthMove]it's not that bad.[A][CloseSpeechSlow][OpenFarRight][MoveMidRight][OpenRight]Whoa!![A][CloseSpeechSlow][OpenRight][MoveRight][OpenRight][MoveLeft][OpenLeft]I-if you turn your head so suddenly[.][NL]like that[.][ToggleMouthMove]...[.][ToggleMouthMove]your face is[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It's so close to my[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Hm mm mm. You're blushing.[NL]Are you all right, child?[.][A][ToggleSmile][OpenLeft]I-I'm fine, but[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Every time you're around, my heart[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Starts thumping?[A][ToggleSmile][OpenLeft]Y-yes[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]To tell you the truth, you look[.][NL]just like my first love.[A][ToggleSmile][OpenLeft]Is[ToggleMouthMove]...[.][ToggleMouthMove] Is that so?[A][OpenMidRight][ToggleSmile]But he moved, and I never saw him again.[NL]Oh, it brings back such memories[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]He and I couldn't have been much[NL]older than, say, ten.[.][A][ToggleSmile][OpenLeft][ToggleMouthMove]...[.][ToggleMouthMove]Are you telling me I look[.][NL]like a ten-year-old child?[A][OpenMidRight][ToggleSmile]Yep. Those sparkling eyes are[.][NL]totally him.[A][ToggleSmile][OpenLeft][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]I see[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I know someone who looks[NL]like you, too.[A][OpenMidRight][ToggleSmile]Oh, really?[.][NL]Who would that be?[A][ToggleSmile][OpenLeft][ToggleMouthMove]...[.][ToggleMouthMove]My mother.[A][NL]She called me [LQuote]child[RQuote] when I was[NL]little, just like you do now.[.][A][NL]I used to like that then, but[.][NL]now that I'm older[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]Oh[ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]A bit of a mama's boy, are you, Artur?[A][ToggleSmile][OpenLeft]Excuse me?[.....] Mama's boy?[A][OpenMidRight][ToggleSmile]Tee-hee[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Very well. I shall mother you.[NL]Call me [LQuote]mom,[RQuote] child.[.][A][ToggleSmile][OpenLeft][ToggleMouthMove]... [ToggleMouthMove]Er[ToggleMouthMove]... [ToggleMouthMove]I[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I'm not sure about this.[A][NL]Besides, I used to call her[.][NL][LQuote]mother,[RQuote] not [LQuote]mom,[RQuote] so[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]I'm only kidding. I just[NL]love teasing you.[.][A][NL]However, I am serious about you[.][NL]becoming a dancer.[A][NL]Your good looks and graceful movement[.][NL]tell me you have the talent[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You would make a fine partner.[NL]Just think about it, will you?[A][ToggleSmile][OpenLeft]Oh, I forgot--that's what I wanted to[.][NL]talk to you about. I don't want to--[A][CloseSpeechSlow][OpenMidRight][ClearFace][OpenLeft][ToggleMouthMove]...[.][ToggleMouthMove]Er, excuse me. Tethys,[NL]would you wait up for me!?[A]}
|
|
MSG_0CE0 {[OpenMidLeft][LoadFace][19][NL][OpenMidRight][LoadFace][26][NL][OpenMidRight][MoveRight][OpenRight]So this is a wyvern[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Hey, what's going on here?[NL]Don't get too close now.[A][NL]It may look calm now, but it's[NL]got a dangerous side. Like me.[A][OpenRight][MoveRight][OpenRight][MoveMidRight][OpenMidRight]S-sorry![NL]Oh, the name is Artur.[A][OpenMidLeft]I'm Cormag.[.][NL]Nice to meet you.[.][A][OpenMidRight][ToggleSmile]You, too, Sir Cormag.[.][NL]It's a pleasure.[A][ToggleSmile][OpenMidLeft]So[ToggleMouthMove]...[.][ToggleMouthMove] Interested in wyverns, are you?[A][OpenMidRight]It's not so much interest as it is,[.][NL]well, fascination, if you will.[.][A][NL]The way how they fly in the sky at will[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]and their powerful limbs.[.][A][NL]I've seen them from a distance before,[NL]but I've never seen one up close[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Do you think it would mind if[.][NL]I were to touch it?[.][A][OpenMidLeft][ToggleSmile]Nah, go right ahead.[A][NL][ToggleSmile]But wyverns can be proud. They won't[NL]warm up to anyone they think unworthy.[A][NL]Took me three years before this one[.][NL]would let me ride on his back.[A][NL]Oh, he hated me at first. Always[NL]snarling and snatching at me[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I don't know how many times he[NL]threw me when I tried to ride him.[A][OpenMidRight]R-really? Maybe I should[NL]keep my distance then.[A][OpenMidLeft][ToggleSmile]No, he seems to like you.[.][A][ToggleSmile][OpenMidRight]How do you know?[A][OpenMidLeft][ToggleSmile]He hasn't tried to eat your[.][NL]face yet, for one thing.[A][NL]Maybe he can sense your, what'd[.][NL]you call it, fascination?[.][A][NL]Yeah, maybe it won't take too[.][NL]long for you two to be friends.[.][A][ToggleSmile][ToggleSmile][OpenMidRight]Hm. Well then, it's very nice[.][NL]to meet you, Sir Cormag's Wyvern?[.][A][OpenMidLeft]His name's Genarog. Next time[.][NL]you're around, come say hi.[.][A][OpenMidRight]Thanks. I will![.][A]}
|
|
MSG_0CE1 {[ToggleSmile][OpenMidLeft][LoadFace][26][NL][OpenMidRight][LoadFace][19][NL][OpenMidLeft]Sir Cormag![.][A][OpenMidRight]If it isn't Artur.[NL][ToggleSmile]What's the rush?[A][ToggleSmile][OpenMidLeft]I've been thinking about how to[.][NL]become friends with Genarog.[A][NL]I was thinking perhaps he might[.][NL]like it if I gave him something.[A][OpenMidRight][ToggleSmile]You want to give Genarog a gift?[A][ToggleSmile][OpenMidLeft]Yes. It's an amulet made of a star stone.[.][A][NL]According to legend, those who carry[NL]star stones are blessed from above.[.][A][NL]It's customary to wear them as amulets[NL]in Renais, and I thought[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]I see[.][ToggleMouthMove]...[.][ToggleMouthMove] But that's your amulet,[NL]isn't it?[.][A][ToggleSmile][OpenMidLeft]No need to worry for me, Sir Cormag.[NL]I pray every morning and every night.[.][A][OpenMidRight]Well, if that's the case, then we'll[NL]take it. Look at that, Genarog![.][A][NL]All right, Artur, I want you to[.][NL]place it in his saddlebag.[A][OpenMidLeft][ToggleSmile]I'm a little scared, but[NL][ToggleSmile]I'll give it a try![.][A][OpenMidLeft][MoveLeft][OpenLeft][ToggleSmile]All right[.][ToggleMouthMove]...[.][ToggleMouthMove] The saddlebag[ToggleMouthMove]...[.][ToggleMouthMove][NL]This one right here?[A][NL][.......]There you go[ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Sir Cormag, look! Genarog[.][NL]licked my hand![.][A][OpenMidRight]Whoa, not bad[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Not bad at all, Artur.[A][NL]I've never once seen him[NL]lick anyone's hand but mine.[A][OpenLeft][ToggleSmile]Really?[.][A][ToggleSmile][OpenMidRight]Yeah, and it took him two years[.][NL]before he'd even do that![.][A][NL]You and he seem to be getting[.][NL]along famously, as they say.[A][OpenLeft]That makes me happy, Sir Cormag.[NL]I'm glad he likes the amulet.[.][A][OpenMidRight]I think he likes you more than[NL]he likes that amulet, honestly.[.][A][OpenLeft]Really, Sir Cormag?[.][NL]May I talk to him again?[A][OpenMidRight]Sure, anytime. We're looking[NL]forward to it. Both of us.[A]}
|
|
MSG_0CE2 {[OpenMidLeft][LoadFace][26][NL][OpenMidRight][LoadFace][19][NL][OpenMidRight]I should apologize to[.][NL]you, Artur.[.][A][OpenMidLeft]What's wrong, Sir Cormag?[.][NL]Did something happen?[.][A][OpenMidRight]The star-stone amulet that you[NL]so generously gave Genarog[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It got shattered when an[NL]archer attacked us.[.][A][NL]It's not all bad, though. That[NL]stone stopped the arrow cold.[.][A][NL]Saved both me AND Genarog, it did.[A][NL]Had that amulet been not there,[.][NL]we wouldn't be here right now.[A][OpenMidLeft]That's unfortunate, but[.][NL][ToggleSmile]I'm glad the amulet worked![.][A][NL]I'll have to make a prayer of[.][NL]thanks for the stone's protection.[A][ToggleSmile][OpenMidRight][ToggleSmile]Well, we owe you, Artur.[A][NL][ToggleSmile]And it's not exactly a[NL]perfect trade, but[ToggleMouthMove]...[.][ToggleMouthMove] Here.[A][OpenMidLeft]What's this?[A][NL][CloseSpeechSlow][OpenMidLeft][MoveLeft][......][OpenLeft]This[ToggleMouthMove]...[.][ToggleMouthMove] This looks like[NL]a wyvern stone![.][A][OpenMidRight]A wyvern stone? Are they rare?[A][OpenLeft]Yes, very! Where on earth[.][NL]did you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Genarog had it.[.][A][NL]I didn't have any idea what it was.[.][A][NL]I figured maybe you'd know something[NL]about it.[.][A][NL]And it looks like I was right,[NL]wasn't I? You know what it's worth?[.][A][NL]Well, like I said, it's yours.[NL]Keep it.[A][ToggleSmile][OpenLeft]A-are you sure!?[A][OpenMidRight][ToggleSmile]Sure. You don't mind, now,[NL]do you, Genarog?[A][ToggleSmile][ToggleSmile][OpenLeft]Th-thank you[ToggleMouthMove]...[.][ToggleMouthMove][NL]I mean it[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Sir Cormag, Genarog[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Wyvern stones are like dragonstones,[NL]only far more rare. Mages covet them.[.][A][NL]Having one focuses your powers,[.][NL]refines your magical control.[.][A][NL]But nobody knows where they come[NL]from or how to craft them.[A][NL]There are no more than a handful of[.][NL]wyvern stones in the world today.[.][A][NL]I never thought I'd even see one,[.][NL]much less hold one in my hands.[.][A][OpenMidRight][ToggleSmile]So it's a big deal, eh?[.][A][ToggleSmile][OpenLeft]It most certainly is, Sir Cormag.[.][NL]Genarog[.][ToggleMouthMove]...[.][ToggleMouthMove] I can't thank you enough.[A][NL]You've made one of my dreams[NL]come true.[A][OpenMidRight]I'm glad we were able to[NL]help you, Artur.[A][OpenLeft]I'll cherish this wyvern stone always.[A][CloseSpeechSlow][......][ToggleSmile][OpenLeft][ToggleMouthMove]...[.][ToggleMouthMove]By the way, Sir Cormag,[.][A][NL][ToggleSmile]do you have a dream?[A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]My dream. Hmph[ToggleMouthMove]...[.][ToggleMouthMove][.....][A][NL]My only dream right now is to undo[NL]the damage Grado has done.[A][NL]I want Grado to be a peaceful nation[NL]again, ruled by a gentle man.[.][A][OpenLeft][ToggleSmile]I'm sure you'll see your own[NL]dream realized, Sir Cormag.[.][A][NL]After all, we're all fighting[.][NL]to make that dream come true.[.][A][NL]You and Genarog have made my[NL]own dream a reality.[A][NL]And you know that I'll do what[NL]I can to make yours real, too.[A][ToggleSmile][ToggleSmile][OpenMidRight]Genarog was right. You are[NL]a good lad, Artur.[A][NL]Tell you what. If we do restore[.][NL]peace, you must visit my homeland.[A][NL]And when you do, I think Genarog[NL]would like to take you flying.[A][OpenLeft]I'd love to, Sir Cormag. I look forward[.][NL]to visiting Grado in better times.[A]}
|
|
MSG_0CE3 {[OpenMidLeft][LoadFace][42][NL][OpenMidRight][LoadFace][26][NL][OpenMidLeft][ToggleSmile]Hey, you there.[.][A][ToggleSmile][OpenMidRight]Yes?[A][OpenMidLeft][ToggleSmile]You a monk or something?[A][ToggleSmile][OpenMidRight]Yes. I came from Renais.[NL]My name is Artur.[.][A][OpenMidLeft][ToggleSmile]I'm Joshua.[.][A][NL]So, uh[ToggleMouthMove]...[.][ToggleMouthMove] You want to[NL]make me a bet?[A][ToggleSmile][OpenMidRight]A bet?[A][OpenMidLeft][ToggleSmile]Sure! Call it in the air:[.][NL]heads or tails?[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]...?[ToggleMouthMove][A][OpenMidLeft]What's the matter? All you have to do is[NL]say heads or tails. So what's your call?[A][OpenMidRight]I have no idea what this is[.][NL]about, but I'll say heads for now.[A][OpenMidLeft][ToggleSmile]Right, so I get tails.[NL]Here, we'll flip now.[.][A][NL]Annnnnnd[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile][OpenMidLeft][MoveMidLeft][OpenMidLeft][ToggleSmile]Right![NL]Tails. I win.[.][A][ToggleSmile][OpenMidRight]You win. Um[.][ToggleMouthMove]...[.][ToggleMouthMove] What[.][NL]do you win?[.][A][OpenMidLeft][ToggleSmile]Well, now, you have to[NL]do whatever I tell you.[.][A][ToggleSmile][OpenMidRight][MoveMidRight][OpenMidRight]What? Why do you say that?[A][OpenMidLeft]You lost, right?[A][NL][ToggleSmile]Since you lost, you've got[NL]to do what I tell you.[A][NL]So when this battle's over,[.][NL]I want you to train with me.[A][ToggleSmile][OpenMidRight]Train? What are you talking about?[A][NL]Look, I only said heads because[.][NL]you pressed me to![A][NL]I don't remember you saying anything[NL]about what we were betting on.[A][OpenMidLeft][ToggleSmile]You shouldn't worry so much[.][NL]about the tiny details![.][A][NL]You'll waste your life, worrying[NL]so much! Now, about that training.[A][NL2][NL]I always have a tough time fighting[.][NL]against people who use magic.[.][A][NL]I think it's got something to[.][NL]do with getting the timing right[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I don't really need to polish my[NL]technique too much.[.][A][NL]However, I've noticed that these[NL]battles just keep getting harder.[.][A][NL]So, I figured I should train with[.][NL]someone who can use a little magic![.][A][ToggleSmile][OpenMidRight]I commend your attitude, but[NL]I really can't help you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]My evenings are pretty full[.][NL]as it is, so[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]Hey, now! A deal's a deal. I'll[.][NL]be waiting, so don't be late![.][A][ToggleSmile][OpenMidRight]Fine[ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]But just for a little while![A]}
|
|
MSG_0CE4 {[OpenMidLeft][LoadFace][26][NL][OpenMidRight][LoadFace][42][NL][OpenMidRight][ToggleSmile]Hey, Artur.[.][A][NL]I wanted to thank you for training.[.][NL]I learned a lot from it.[A][NL]I hope you're not too exhausted[.][NL]for today's training session.[.][A][ToggleSmile][OpenMidLeft]Well, actually[ToggleMouthMove]...[.][ToggleMouthMove][NL]Could we not do this today?[.][A][OpenMidRight]Hey, now. Show a little[.][NL]enthusiasm, why don't you?[A][NL][ToggleSmile]An attitude like that ain't[.][NL]gonna win you any battles![A][ToggleSmile][OpenMidLeft]You may be right, but I just[NL]can't keep up with you.[.][A][NL]If you keep exhausting me in[NL]training, I'll be no good[.][A][NL]when the real fighting begins.[A][NL]I'm trying not to let it show,[NL]but I'm really worn out today.[A][OpenMidRight][ToggleSmile]Then let's make a bet.[NL]If I win, you do what I tell you.[.][A][ToggleSmile][OpenMidLeft]Joshua, I'm quite drained, and[NL]we still have much fighting to do.[A][NL]You should just rest tonight.[.][A][OpenMidRight][ToggleSmile]Don't worry about me, Artur.[NL]So, heads or tails?[.][A][ToggleSmile][OpenMidLeft]Fine[ToggleMouthMove]...[.][ToggleMouthMove] Heads.[.][A][OpenMidRight][ToggleSmile]Great! You're heads, and[NL]I'm tails. Here we go![A][ToggleSmile][OpenMidRight][MoveMidRight][OpenMidRight][ToggleSmile]Incredible![.][.....][NL]Tails! I win again![.][A][ToggleSmile][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]Could I see that coin?[A][OpenMidRight]What for? Are you suggesting[NL]that I would actually cheat?[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]No. Sorry.[A][OpenMidRight][ToggleSmile]So it's a deal. I'll be waiting[.][NL]for you tonight. Don't forget![A][ToggleSmile][OpenMidLeft]Fine[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][OpenMidRight][ClearFace][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL][OpenMidRight][LoadFace][42][NL][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]You're hopeless.[NL]Don't look so tired.[A][NL]It gets me all worried, and I can't go[NL]back to the front being all worried.[A][NL][ToggleSmile]Listen, just take a day off.[NL]Get some rest, all right?[.][A][ToggleSmile][OpenMidLeft]But I lost the bet.[.][A][OpenMidRight][ToggleSmile]The deal was, if I win,[.][NL]you do what I tell you.[.][A][NL]And what I'm telling you[NL]to do is take it easy.[A][ToggleSmile][OpenMidLeft]Joshua[ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]I appreciate it.[A][NL]I've never done much fighting.[NL]I think I'm just worn out.[A][NL]It's exhausting, having to keep[.][NL]your guard up all the time.[.][A][NL]But your kindness has rejuvenated[.][NL]my frazzled nerves a little.[A][ToggleSmile][ToggleSmile][OpenMidRight]Well, we're still fighting, so[NL]don't let your guard down.[A][NL]Stick close to me today, and[NL]I'll watch over you.[A][NL]But don't skip tomorrow's training![.][A][OpenMidLeft]I'll be there.[A]}
|
|
MSG_0CE5 {[ToggleSmile][OpenMidLeft][LoadFace][26][NL][OpenMidRight][LoadFace][42][NL][OpenMidRight]Hey, Artur! You're looking pretty[.][NL]pleased with yourself today.[A][NL]Care to make a bet?[.][A][NL]If I win, we'll hit the training[NL]again tonight.[A][OpenMidLeft]No need for bets, Joshua.[.][NL]I'll be happy to train with you.[A][OpenMidRight]You're volunteering?[A][NL]Are you feeling all right? Did[NL]you take a blow to the head?[A][OpenMidLeft]No, no. I'm fine. I'm just[NL]offering to help you out.[.][A][NL]It's easier than losing[.][NL]another bet to you.[.][A][OpenMidRight]What do you mean? You've[NL]got even odds of winning.[.][A][OpenMidLeft]You must be joking![.][A][NL]Out of the past 21 coin flips,[NL]I've won two, and you've won 19![A][NL]Those are impossible odds to beat,[NL]so there's only one answer.[.][A][NL]You must have some divine[.][NL]betting power or something.[.][A][NL]If I can help you train, I will,[NL]but I don't want to lose anymore.[.][A][ToggleSmile][OpenMidRight]Hmph[ToggleMouthMove]...[.][ToggleMouthMove][NL]But that's no fun![A][NL]All right, you don't have to train[NL]with me if you don't want to bet.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Excuse me?[A][OpenMidRight][ToggleSmile]I don't have any divine power.[A][NL]You've won 11 out of 21 coin tosses[.][NL]so far. We're about even.[.][A][NL]I was[.][ToggleMouthMove]...[.][ToggleMouthMove]cheating. Just[NL]a little, though.[.][A][ToggleSmile][OpenMidLeft]You cheated? I felt so guilty[.][NL]when I accused you earlier.[.][A][NL]I guess I just trusted--[A][OpenMidRight][ToggleSmile]Yep. That's your problem.[.][A][NL]I know trust and faith are[NL]important to you monkly types.[A][NL]However, on the battlefield,[NL]you can never trust your foe.[.][A][NL]If we were gambling for your[NL]life, and not for training,[.][A][NL]you'd be dead 19 times over.[A][NL]Well, I mean, you can only die[NL]once, but you get my drift.[.][A][ToggleSmile][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]I'm speechless[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Ha ha ha. Good thing I'm[NL]a reasonably fair man, huh?[.][A][NL]No harm done, and you even learned[NL]a little something, didn't you?[.][A][ToggleSmile][OpenMidLeft]I suppose.[A][OpenMidRight][ToggleSmile]So here's the deal. I want[NL]you to keep being my partner.[.][A][NL]But this time, I'll be teaching[.][NL]you a little bit about wagers.[A][ToggleSmile][OpenMidLeft]What's more important to you, Joshua?[.][.....][NL]Gambling or training?[.][A][NL][ToggleSmile]I guess I don't even have to ask[NL]you that, huh? But no more cheating![A][ToggleSmile]}
|
|
MSG_0CE6 {[OpenMidRight][LoadFace][41][NL][OpenMidRight][MoveMidLeft][.....][OpenMidRight][LoadFace][16][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]Er[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]Er, excuse me[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If at all possible, uh[ToggleMouthMove]...[.][ToggleMouthMove]would you[.][NL]mind not stalking me like that?[.][A][OpenMidRight]You noticed, huh?[.][A][OpenMidLeft][ClearFace][OpenMidLeft][LoadFace][41][NL][OpenMidLeft]What did you expect?[A][NL]You've been at my back for days.[NL]I can't help but notice![A][NL]What do you want from me?[.][A][OpenMidRight][MoveRight][OpenRight][MoveRight][OpenRight]Aaagh![A][OpenMidLeft][MoveMidLeft][OpenMidLeft][MoveFarLeft][OpenFarLeft]Hey![.....][NL]What was that for?[A][OpenRight][MoveMidRight][OpenMidRight]You dodged, huh?[A][NL]I knew your presence would[NL]be dangerous to me.[.][A][OpenFarLeft]Hm?[.][.....][NL]What do you mean by[.][ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][OpenFarLeft][MoveMidLeft][.....][OpenMidRight][MoveRight][OpenRight][MoveRight][OpenRight]Gah![A][OpenMidLeft][MoveMidLeft][OpenMidLeft][MoveFarLeft][OpenFarLeft]Stop![.][.....][NL]P-please! Stop![.][A][OpenRight][MoveMidRight][OpenMidRight]You did it again.[.][A][NL]Hm. This isn't good. Nobody[.][NL]else has dodged me twice.[.][A][OpenFarLeft]Wh-what are you saying--[A][OpenFarLeft][ClearFace][OpenMidRight]You're quick at escaping, too.[A][NL]You're dangerous.[.][A][NL]I'm afraid I can't let you[NL]threaten my natural superiority.[A]}
|
|
MSG_0CE7 {[OpenMidLeft][LoadFace][41][NL][OpenMidRight][LoadFace][16][NL][OpenMidLeft]You must be[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]You must be Knoll.[A][NL]I've been researching you.[A][NL]I also plan to find out your[NL]Achilles' heel before too long.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Why would you do something like that?[.][A][OpenMidRight]Because there's no one better than me.[A][OpenMidLeft]I'm sorry?[A][OpenMidRight]I said there's no one better than me.[.][NL]And if there is, I have to stop him.[A][NL]I can't have you threatening my[.][NL]natural superiority here.[.][A][OpenMidLeft]Threatening your--[A][OpenMidRight]I've seen you. You use magic, and[.][NL]that makes you competition.[.][A][NL]And you use dark magic, which[.][NL]makes you the enemy of light.[.][A][OpenMidLeft]That's a common misconception,[NL]actually, about dark mages.[.][A][NL][ToggleSmile]And besides, we're allies here.[.][A][ToggleSmile][OpenMidRight]No, not until we make it clear[NL]who is superior.[A][OpenMidLeft]Oh, fine[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]What, you think you're better than me?[A][OpenMidLeft]I never said that![A][NL]Look, we're on the same side here.[NL]Does it matter who's better?[A][OpenMidRight]Matter? Of course it matters! How[.][NL]could you possibly think it doesn't?[A][NL]Personally, I think I'm clearly[.][NL]superior to you. Don't you agree?[.][A][OpenMidLeft]Do what you like.[.][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]That was close. You were[NL]trying to trick me, huh?[A][NL]That's dirty pool.[A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][.....][NL]What I'm saying is[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]It's not safe for me here.[A][NL]I must retreat[ToggleMouthMove]...[.][ToggleMouthMove]for now.[A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A]}
|
|
MSG_0CE8 {[OpenMidLeft][LoadFace][41][NL][OpenMidRight][LoadFace][16][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]Lute[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Can I-- I just wanted to[NL]say I'm[.][ToggleMouthMove]...[.][ToggleMouthMove]sorry.[A][OpenMidLeft]Gotten over yourself, have you?[.][A][OpenMidRight]No, but I've been watching you, and[.][NL]I've noticed something when you fight.[A][NL]Suffice it to say that I am now convinced[.][NL]that there's no one better than me.[.][A][OpenMidLeft]I[.][ToggleMouthMove]...[.][ToggleMouthMove]see[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I must have miscalculated your[NL]abilities at first.[.][A][NL]I don't know why I thought[NL]you could have been better.[.][A][NL]Anyway, I'm sorry that I[NL]overestimated your skills.[A][NL]Well, if you'll excuse me.[A][OpenMidRight][ClearFace][OpenMidLeft]You know, I think you may[.][NL]have missed the point.[A][OpenMidRight][LoadFace][16][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]What seems to be the problem?[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]No, nothing.[A][NL]See you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Oh, hold on.[NL]Lute.[.][A][OpenMidRight]Yes?[A][OpenMidLeft][ToggleSmile]Why don't you stay and[NL]chat for a moment?[A][NL]Now that I'm not a threat to[NL]you, we can relax and talk.[.][A][NL]If you don't mind, of course[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]Hm[ToggleMouthMove]...[.][ToggleMouthMove] All right.[.][A][NL]As long as we're in agreement[.][NL]about who's superior around here.[.][A]}
|
|
MSG_0CE9 {[OpenMidLeft][LoadFace][16][NL][OpenMidRight][LoadFace][24][NL][OpenMidRight]Hey, you.[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]I'm sorry, were you[.][NL]talking to me?[A][OpenMidRight]There's nobody else[.][NL]here, is there?[.][A][OpenMidLeft]And who are you?[A][OpenMidRight]I beg your pardon.[A][NL]I should have introduced myself.[NL]Kyle, of the Knights of Renais.[.][A][OpenMidLeft]Ah, I see. And I am Lute, mage[NL]of profound genius.[.][A][OpenMidRight]Very well, Lute.[NL]The pleasure is mine.[.][A][NL]To tell you the truth, I've[.][NL]been looking for you.[.][A][OpenMidLeft]Has someone issued a search notice?[.][NL]Or is there a bounty on my head?[A][NL]Or is this perhaps a private matter?[A][OpenMidRight]I[.][ToggleMouthMove]...[.][ToggleMouthMove]guess it would be that last one.[NL]I have a favor to ask.[A][OpenMidLeft]What would it be?[.][A][NL]My requests are classified into[.][NL]seven categories and 25 items.[A][OpenMidRight]I don't know how it would be classified,[NL]but[.][ToggleMouthMove]...[.][ToggleMouthMove]I want you to help us fight.[A][OpenMidLeft]Why?[A][OpenMidRight]I'm a strong believer that morale is[NL]best served by good leadership.[.][A][NL]A unit of knights, all trained[NL]by Renais's finest generals.[A][NL]But we're fighting no ordinary foe,[.][NL]and we need more diverse skills.[A][NL]That's where you come in.[.][A][NL]Because you can use magic, you[NL]could be invaluable in helping me[.][A][NL]develop unique battle strategies.[.][A][OpenMidLeft]So that's what you wanted[.][NL]me for, is it?[A][OpenMidRight]How about it? Would you do it?[A][OpenMidLeft]Sure. Anything you say.[.][NL]I don't mind.[.][A][OpenMidRight]I should warn you, I spend my[.][NL]time on the front line.[.][A][NL]I ride out to meet the enemy head-[NL]on rather than attacking from afar.[.][A][NL]It's a much riskier prospect than[.][NL]supporting from the rear guard.[.][A][NL]Is that going to be a problem?[A][OpenMidLeft]I have no objections.[.][A][OpenMidRight]Excellent! I appreciate your help.[A][NL]I expect we'll be able to generate[NL]some stunning tactics together.[.][A][NL]You don't need to stay at the front[.][NL]the whole time.[.][A][NL]I'll give you a cue when to approach.[.][A][OpenMidLeft]Got it.[.][A][NL]I'll do whatever you say.[.][A][OpenMidRight]I'm counting on you.[A][OpenMidLeft]You have nothing to worry about.[NL]There's no one better than me![A]}
|
|
MSG_0CEA {[OpenMidLeft][LoadFace][24][NL][OpenMidRight][LoadFace][16][NL][OpenMidLeft]Lute.[.][A][OpenMidRight]Yes, sir.[.][A][OpenMidLeft]I was right about you. You've been[NL]a great help to us all.[.][A][OpenMidRight]Well, of course I have! I told you[NL]there's no one better than me![A][OpenMidLeft]Magic is an incredibly[NL]powerful force, isn't it?[.][A][NL]Sturdy armor, tough hide, it[NL]makes no difference to magic.[.][A][NL]I'm in awe of it.[.][A][OpenMidRight]You're not so bad yourself.[.][NL]You're an incredible fighter.[.][A][OpenMidLeft]Thanks.[.][A][OpenMidRight]Have you trained a lot?[.][A][OpenMidLeft]Yep.[A][NL]When I was young, there was a lad[.][NL]I hated losing to.[A][NL]Every day, I trained harder and[.][NL]harder in hopes of defeating him.[.][A][OpenMidRight]So what happened? Did you[.][NL]finally beat him?[.][A][OpenMidLeft]Uh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Not as such, no. But I haven't[NL]lost to him in a while, either.[.][A][NL]We're evenly matched. I think[.][NL]we force one another to improve.[A][OpenMidRight]I see.[A][NL]It's always good to have someone[NL]against whom you measure yourself.[A][NL]Aren't you glad you have this[.][NL]personal adversary?[.][A][OpenMidLeft][ToggleSmile]Uh-huh.[.][A][NL][ToggleSmile]You know, I think this is the[.][NL]longest conversation we've had.[.][A][OpenMidRight]Really?[.][A][OpenMidLeft]Well, uh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Not to sound rude, but I didn't take you[NL]as the kind to be interested in others.[.][A][OpenMidRight]No, it's not rude at all. I just[ToggleMouthMove]...[.][ToggleMouthMove][NL]got a little interested in you.[.][A][OpenMidLeft]I see.[.....][NL][ToggleSmile]Keep up the good work.[A][ToggleSmile][OpenMidRight]Yes, sir.[.][A]}
|
|
MSG_0CEB {[OpenMidLeft][LoadFace][16][NL][OpenMidRight][LoadFace][24][NL][OpenMidRight]Hooo[ToggleMouthMove]...[.][ToggleMouthMove] What a fight![NL]How are you holding up, Lute?[.][A][OpenMidLeft]No problem, sir.[A][NL]I could keep this[.][NL]up all day![.][A][OpenMidRight]That's good to hear.[A][NL]But don't push yourself[.][ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]You're vital to my strategy![A][ToggleSmile][OpenMidLeft]Of course I am! There's no[NL]one better than me![.][A][OpenMidRight][ToggleSmile]I'd have to agree. This would be[NL]a lot harder without you along.[.][A][NL][ToggleSmile]This might seem forward, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]What do you do when you're[NL]not, well, fighting in wars?[A][OpenMidLeft]Me? Oh, I'm a student of magic.[.][A][OpenMidRight]I guessed that much. What I mean[NL]is, do you have any hobbies?[A][OpenMidLeft]Hobbies?[A][OpenMidRight]That's right.[.][A][NL][ToggleSmile]Take me, for example. I like to collect[.][NL]carved figurines of animals.[A][NL]I have a small collection of them back[NL]home at Renais.[.][A][NL]How about you?[A][ToggleSmile][OpenMidLeft]Does monk-watching count?[.][A][OpenMidRight]Monk-watching?[NL]What are you talking about?[.][A][NL]Maybe I should ask a different question.[NL]Do you have any favorite foods?[.][A][OpenMidLeft]Out of everything I've had, curry[.][NL]of dried toad is my favorite.[.][A][OpenMidRight]Er[ToggleMouthMove]...[.][ToggleMouthMove]right[.][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]Do you enjoy cooking?[.][A][OpenMidLeft]I don't cook much, but I'm[NL]sure I'd be good at it.[.][A][NL]I mean, I can cook with a single[NL]word, no fire necessary![A][OpenMidRight][ToggleSmile]Ha![.][A][ToggleSmile][OpenMidLeft]I'm sorry?[A][OpenMidRight][ToggleSmile]Ha ha ha ha ha![.][NL]I never get bored talking to you.[.][A][NL]I can't explain it, but I find[NL]you so refreshing![A][ToggleSmile][OpenMidLeft]Really? I like talking[NL]to you, too.[A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]Lute.[.][A][OpenMidLeft]Yes, sir?[.][A][OpenMidRight]Why don't you come to Renais[NL]once the war is over?[.][A][OpenMidLeft]Why not?[NL]No objections.[A][OpenMidRight][ToggleSmile]Ha! No objections? That's your[NL]answer? Well, all right, then.[A][NL]Let's focus on getting through[NL]this war first, though.[.][A][ToggleSmile][OpenMidLeft]Yes, sir.[.][A][OpenMidRight][ToggleSmile]I'm glad to have you with us.[.][A][ToggleSmile][OpenMidLeft]Me, too, sir.[.][A]}
|
|
MSG_0CEC {[ToggleSmile][OpenMidLeft][LoadFace][17][NL][OpenMidRight][LoadFace][42][NL][OpenMidRight]Hey, I've been hearing good[.][NL]things about you lately.[A][NL]Everyone's real happy you've[NL]been helping to heal them.[A][OpenMidLeft]Really? That's nice to hear.[A][NL]I do what little I can, but[.][NL]I'm glad if I've been helpful.[A][OpenMidRight]Oh, you have been, rest assured.[A][NL]You don't just mend flesh. Your[.][NL]smile eases all our pain.[.][A][NL]So, I may have lost our bet[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]but everything seems to have[NL]turned out for the best, right?[.][A][OpenMidLeft]Joshua[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I just do what I can to help and[NL]to stay out of everyone's way.[A][OpenMidRight]I'm just saying, you've saved[.][NL]a lot of lives out there.[.][A][NL]We've got other healers, I know,[NL]but you're more than that.[A][NL]You're special.[.][A][NL]I may be the most cynical of our[NL]lot, but even I can see that.[.][A][OpenMidLeft]Joshua[ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]You're far too kind.[A][OpenMidRight]Don't be so humble.[.][NL]You deserve the praise.[.][A][OpenMidLeft]If[ToggleMouthMove]...[.][ToggleMouthMove]if you say so.[A][OpenMidRight]Well, I do. So keep it up.[A][OpenMidLeft]I'll do what I can.[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Nice smile.[.][A]}
|
|
MSG_0CED {[OpenMidLeft][LoadFace][17][NL][OpenFarFarRight][LoadFace][42][NL][OpenMidLeft]Oh![.][NL][.....][OpenMidLeft][MoveMidLeft][OpenMidLeft]Aaaaaah!!![A][OpenFarFarRight]Watch out![A][CloseSpeechSlow][OpenFarFarRight][MoveMidRight][OpenMidRight]Nngh!![A][NL][OpenMidRight][MoveMidRight][.......][OpenMidRight]An arrow!? Did someone set[NL]up a trap for us?[.][A][NL]Or is there someone here?[.][NL]An archer? Where is he?[.][A][OpenMidLeft]Joshua![.][A][NL][ToggleSmile]You saved me. Thank[.][NL]goodness you were near.[.][A][ToggleSmile][ToggleSmile][OpenMidRight]Yeah, well[ToggleMouthMove]...[.][ToggleMouthMove] I just happened to[.][NL]be in the neighborhood is all.[A][OpenMidLeft]You make light of it, but I truly[.][NL]appreciate that you were nearby.[A][OpenMidRight][ToggleSmile]Well, uh[ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]Are you all right?[A][ToggleSmile][OpenMidLeft]I'm fine, thank you.[A][NL]But it's only thanks to you,[NL]Joshua. You saved me.[.][A][NL]I'll try to be more attentive[.][NL]to my surroundings.[.][A][OpenMidRight]Yeah, well[ToggleMouthMove]...[.][ToggleMouthMove] It's not always easy, you[NL]know? Especially when you're working.[.][A][NL]You concentrate pretty hard when[NL]you're doing your healing thing.[A][NL]Just focus on your work, and I'll[.][NL]keep an eye on you. Sound fair?[.][A][OpenMidLeft][ToggleSmile]Oh, no[ToggleMouthMove]...[.][ToggleMouthMove] I couldn't ask you to[NL]spend all your time protecting me.[A][ToggleSmile][OpenMidRight]What, you don't want me to?[.][A][OpenMidLeft][ToggleSmile]It's not that at all![.][NL]I rather like--[.][A][NL][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL][ToggleSmile]Um, never mind.[.][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][.....][NL]Say, you want to make a bet?[A][OpenMidLeft][ToggleSmile]Another[.][ToggleMouthMove]...[.][ToggleMouthMove][.....]bet?[A][NL]Right here? In the middle[.][NL]of this battlefield?[A][NL]What did you intend to[NL]bet on this time?[.][A][ToggleSmile][ToggleSmile][OpenMidRight][ToggleSmile]That you're gonna fall for[NL]me, sooner or later.[A][ToggleSmile][OpenMidLeft]What!?[A][OpenMidRight][ToggleSmile]I'm betting yes, personally.[A][ToggleSmile][OpenMidLeft]Oh[ToggleMouthMove]...[.][ToggleMouthMove] This isn't the time for[NL]jokes[.][ToggleMouthMove]...[.][ToggleMouthMove] I-I just don't know.[.][A][OpenMidLeft][ClearFace][.....][OpenMidRight]Hey, don't go running off![A][NL][ToggleSmile]Sigh[ToggleMouthMove]...[.][ToggleMouthMove] I wasn't even joking[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile]}
|
|
MSG_0CEE {[OpenMidLeft][LoadFace][42][NL][OpenMidRight][LoadFace][17][NL][OpenMidLeft]Ouch[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Joshua, are you all right?[NL]Do you need medical atten--[.][A][OpenMidLeft]Natasha, how did you get[NL]here so quickly?[A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][.....][A][NL]I just[ToggleMouthMove]...[.][ToggleMouthMove][ToggleSmile]happened to be[NL]in the neighborhood.[A][NL]Are you hurt?[.][A][ToggleSmile][ToggleSmile][OpenMidLeft]Ugh. Yeah[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]But it's only a scratch.[A][NL]Still, if you could[.][ToggleMouthMove]...[.][ToggleMouthMove]take[NL]care of it. Please?[.][A][OpenMidRight]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile][ToggleMouthMove]......[ToggleMouthMove][A][ToggleSmile][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight][ToggleSmile][ToggleMouthMove]......[ToggleMouthMove][NL][......][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]All done.[.][A][OpenMidLeft]Thanks.[.][NL][ToggleMouthMove]......[ToggleMouthMove][A][NL]Say, Natasha. Want[NL]to make a bet?[A][OpenMidRight][ToggleSmile]On what? If this is another[.][NL]of your little jokes, I--[.][A][ToggleSmile][ToggleSmile][OpenMidLeft][ToggleSmile]Will I make you happy?[NL]That's what we'll bet on.[.][A][NL]Are you in, or what?[A][ToggleSmile][OpenMidRight]What?[.][A][OpenMidLeft]That's everything I've got.[.][NL]I can't up the ante any more.[.][A][NL][ToggleSmile]So how about it? Are you in?[A][ToggleSmile][OpenMidRight]Are you[.][ToggleMouthMove]...[.][ToggleMouthMove]serious?[A][OpenMidLeft]Look into my eyes, and[NL]decide for yourself.[A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][.....][NL]I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile][LQuote]I serve the people,[RQuote] is that it?[.][A][NL]Listen, does it make any difference[.][NL]if you serve them in Grado or Renais?[.][A][NL]You can come with me. It'll work[NL]out, you'll see. I'll make it work.[.][A][ToggleSmile][OpenMidRight]Joshua[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Natasha.[A][OpenMidRight][CloseEyes][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL][.......][.......][OpenMidRight][OpenEyes][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][NL]I will[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][.....][NL]accept your wager.[A][OpenMidLeft][ToggleSmile]You will?[.][A][ToggleSmile][ToggleSmile][OpenMidRight]What I'm betting is my[NL]future. My happiness.[.][A][OpenMidLeft]Natasha[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]I can't afford to lose this one.[A][OpenMidRight]You're right[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]And I hope from the bottom[NL]of my heart that you win.[.][A][OpenMidLeft]Don't worry. In a pinch, I[NL]never lose.[.][A][NL]Well, I mean, I lose sometimes.[.][NL]But not this time![A][OpenMidRight]At least[ToggleMouthMove]...[.][ToggleMouthMove]you won our last bet.[.][A][OpenMidLeft]Hm? Oh! Oh, yeah[ToggleMouthMove]...[.][ToggleMouthMove][NL]That you'd fall for me.[.][A][OpenMidRight][CloseEyes][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]That was easy.[A][NL]This bet, this is going to be a tough[.][NL]one. I'm gonna have to work at it.[A][NL]But knowing that I've won one bet[.][NL]already, at least I've got that.[A][OpenMidRight][OpenEyes][OpenMidRight]This war is terrible[ToggleMouthMove]...[.][ToggleMouthMove]but at[NL]least it brought us together.[.][A]}
|
|
MSG_0CEF {[OpenMidLeft][LoadFace][17][NL][OpenMidRight][LoadFace][41][NL][OpenMidLeft]Master Knoll[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I know you[ToggleMouthMove]...[.][ToggleMouthMove] You're[.][NL]Natasha, from the temple.[.][A][OpenMidLeft]Yes. I remember seeing you[NL]many times back in Grado.[.][A][NL][ToggleSmile]But this is the first time[NL]we've ever actually spoken.[.][A][ToggleSmile][OpenMidRight][ToggleSmile]I don't know what it is, but clerics and[NL]mages seem to be like oil and water.[A][NL][ToggleSmile]And we mages can be an enigmatic bunch[NL]at times. Shadowy and sinister[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Or at least, that's how I've always[.][NL]imagined you clerics saw us.[A][OpenMidLeft]Oh, no! I never--[.][A][NL]Well, no. You're right. We had few[NL]dealings with the mages.[A][NL]But that's in the past. I have[NL]a question for you, Master Knoll.[.][A][OpenMidRight]I think I can guess. It's about the[.][NL]Sacred Stones and Prince Lyon, is it?[.][A][OpenMidLeft]It is.[A][NL]My mentor died[ToggleMouthMove]...[.][ToggleMouthMove]trying to warn us about[.][NL]the threat our Sacred Stone posed.[A][NL]I want to know the truth.[.][A][NL]What is Emperor Vigarde up to? What[.][NL]is Prince Lyon's role in this?[A][OpenMidRight]There are as many truths out there[NL]as there are people to tell them.[.][A][NL][ToggleSmile]Perhaps it's best simply to choose the[NL]truth with which you are most comfortable.[A][ToggleSmile][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]In the eyes of your mentor, I would[.][NL]imagine we must have seemed quite evil.[.][A][NL]He imagined our magical studies using[.][NL]the Sacred Stone were sacrilege.[A][NL]I suspect he quite loathed the[NL]ancient magics he called [LQuote]dark.[RQuote][A][OpenMidLeft]You're wrong[ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][OpenMidLeft][MoveLeft][OpenLeft]My mentor wasn't like that at all![A][NL]And isn't this war the direct result[NL]of all your dark magic research?[A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]Hm[ToggleMouthMove]...[.][ToggleMouthMove] Well, I suppose[NL]you are right about that.[.][A][NL]Your magic stems from faith in the[NL]unknowable, the divine presence.[A][NL]In contrast, dark magic stems from[NL]knowledge, from understanding.[A][NL]We distrust what we do not understand,[NL]and we strive to know the unknowable.[.][A][NL]Perhaps our disciplines truly[.][NL]are incompatible.[.][A][OpenLeft][ToggleMouthMove]......[ToggleMouthMove][A]}
|
|
MSG_0CF0 {[OpenMidLeft][LoadFace][17][NL][OpenMidRight][LoadFace][41][NL][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Our researches ended in[.][NL]miserable failure.[A][NL]Grado's Sacred Stone was shattered.[.][NL]Prince Lyon, corrupted[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]And this whole tragedy that unfolds[.][NL]around us even now.[.][A][NL]It's true. We mages have triggered[NL]this age's greatest calamity.[.][A][OpenMidLeft]But why? What was it all for?[.][A][NL]What did you hope to accomplish[.][NL]with the power of the Sacred Stone?[.][A][OpenMidRight]All Prince Lyon wanted was to help[NL]people[ToggleMouthMove]...[.][ToggleMouthMove]and we are his servants.[A][OpenMidLeft]Help people?[A][OpenMidRight]We read of a spell entitled the time shear.[.][NL]It causes, in effect, a hole in time.[.][A][NL]This spell warps time, punches a[NL]hole through cause and effect.[A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]We lack the knowledge to reproduce[NL]this ancient spell today.[.][A][NL]Prince Lyon, however, was convinced[.][NL]that we could unravel its secret.[.][A][NL]He felt we could use it to predict--[NL]and even prevent--future events.[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Prevent[.][ToggleMouthMove]...[.][ToggleMouthMove]the future?[.][A][OpenMidRight]Oh, we dedicated years to studying[NL]this spell.[.][A][NL]You see, the greater the disaster, the[NL]farther it sends ripples through time.[A][NL]We learned to read these ripples from[.][NL]the future, hoping to save lives.[.][A][NL]If we could know when a disaster would[NL]strike, we could evacuate people.[.][A][NL]We could save millions of lives.[A][OpenMidLeft]But[.][ToggleMouthMove]...[.][A][NL]It seems so, so blasphemous.[A][NL]That worldly creatures should[.][NL]take control of fate, it--[A][ToggleMouthMove][OpenMidRight]Are you saying that, knowing the[NL]future, we should do nothing?[.][A][NL]We should simply allow people to[NL]die in order to preserve [LQuote]fate[RQuote]?[A][OpenMidLeft]I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I'm sorry. I don't mean to[NL]sound hostile.[A][NL]Prince Lyon himself was troubled[NL]by these same doubts, you see.[A][NL]But we pressed on with our studies.[.][A][NL]We felt it was our duty, in the[.][NL]interest of all Grado's people.[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]Perhaps we were bitter that we[NL]receive no credit for aiding Grado.[.][A][NL]That we receive no accolades for our[NL]research, for the benefit it brings.[A][NL]I do not know. But we pressed on,[.][NL]nonetheless.[A][NL]The misconceptions linking the ancient[NL]magics to [LQuote]evil[RQuote] die hard and slow.[.][A][NL]Prince Lyon sought to change that.[A][NL]He wanted, as we all wanted, to[.][NL]prove that our magic had good uses.[.][A][OpenMidLeft]Prince Lyon would never--[.][A][OpenMidRight]With our aid, Prince Lyon predicted[.][NL]a great storm rising in the south.[A][NL]He barred ships from leaving port,[NL]and, oh, how the people complained.[.][A][NL]But the storm came, and the seas[NL]raged. We saved countless lives.[A][NL]And Prince Lyon cared not at all[NL]if the people loved him for it.[.][A][NL]He only wanted them to be safe.[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]And now, I see it all so clearly.[.][NL]All our research amounts to nothing.[A][NL]All I can do now is lament our[NL]hunger for knowledge. Our greed.[A]}
|
|
MSG_0CF1 {[OpenMidLeft][LoadFace][17][NL][OpenMidRight][LoadFace][41][NL][OpenMidLeft]Master Knoll[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Still have questions, do you?[.][NL]I have told you all that I know.[A][OpenMidLeft]I'm not sure you did.[.][A][NL]You said that you could see[.][ToggleMouthMove]...[.][ToggleMouthMove]ripples[.][NL]of future disasters, is that it?[A][NL]And the greater the disaster, the[.][NL]more clearly you could read it?[.][A][NL]Does that mean you saw something?[.][NL]Some tremendous disaster to come?[.][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]And in knowing about the disaster,[NL]Lyon thought he could prevent it.[.][A][NL]Could he have[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Was he studying the Sacred Stone to[.][NL]find a way to prevent this disaster?[A][OpenMidRight]And what will you do, now[.][NL]that you know this, too?[A][NL]Haven't you called such[.][NL]knowledge blasphemous?[A][OpenMidLeft]I[.][ToggleMouthMove]...[.][ToggleMouthMove]don't know what to do.[A][NL]If my mentor were here, I think[.][NL]he might be able to guide me.[.][A][NL]But I'm still so inexperienced.[.][NL]I feel lost in this dilemma.[A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]But how can I not act on this?[A][NL]If I do nothing, knowing that[.][NL]something terrible will happen[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If I could have helped[ToggleMouthMove]...[.][ToggleMouthMove][NL]I[.][ToggleMouthMove]...[.][ToggleMouthMove] I don't know what to do.[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Within five years, half of[NL]Grado will be destroyed.[A][OpenMidLeft]Destroyed?[A][OpenMidRight]In the southern half of the continent,[NL]there will be a terrible quake.[.][A][NL]The ground will shake violently.[NL]The earth will crack open wide.[.][A][NL]Cities will fall. Fields will[.][NL]burn in the earth's hot blood.[A][NL]Few will survive.[.][NL]This is what we have foreseen.[A][OpenMidLeft]How-- How can this--[A][OpenMidRight]I advise you to leave Grado.[A][NL]You might be able to escape the disaster[NL]if you head north to Renais or Frelia.[A][OpenMidLeft]No[ToggleMouthMove]...[.][ToggleMouthMove][NL]I can't do that.[A][NL]When this disaster strikes, people[NL]will need help and healing.[.][A][NL]If I could help them even a little[NL]by staying behind[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]You would willingly risk certain[NL]death to save a handful of people?[A][OpenMidLeft]If I died serving Grado, I would[NL]have no regrets, Master Knoll.[A][NL]Thank you for sharing this. I will[NL]make the most of this knowledge.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]Spoken like a true cleric.[A][NL]You would drop everything without[.][NL]hesitation just to help others.[.][A][NL]This is the difference between mages[NL]and priests. Knowledge versus sacrifice.[A][NL][ToggleSmile]Perhaps you might allow me to join[NL]you when the time comes[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]Master Knoll?[.][A][ToggleSmile][OpenMidRight]If I am to honor Prince Lyon's[NL]intentions, I cannot flee this.[.][A][NL]I am not sure how best I can help,[NL]but I do not want anyone to die.[A][NL]Not if, by my action, I can save them.[A][OpenMidLeft]I understand how you feel,[NL]Master Knoll[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Let our strengths be united,[NL]then, for the common good.[A]}
|
|
MSG_0CF2 {[OpenMidLeft][LoadFace][17][NL][OpenMidRight][LoadFace][19][NL][OpenMidRight]Oh, great. Perfect timing.[NL]You're a priestess, aren't you?[.][A][OpenMidLeft]Y-yes. I am.[NL]How may I--[.][A][OpenMidRight]Sorry, I'm in a bit of a hurry here. Uh,[NL]could you heal this little guy for me?[A][OpenMidLeft]Heal[ToggleMouthMove]...[.][ToggleMouthMove]who?[.....][NL]Do you mean that kitten?[A][OpenMidRight]Yeah, what's the matter?[NL]Can't you do kittens?[.][A][OpenMidLeft]No, that's not it. It's just,[.][NL]I was a little surprised to--[.][A][OpenMidRight]Whatever. Doesn't matter. If you[NL]can heal him, hop to it![A][OpenMidLeft]Oh, yes[.][ToggleMouthMove]...[.][ToggleMouthMove] Sorry.[.][NL][ToggleMouthMove]...[.][ToggleMouthMove][A][.......][CloseSpeechSlow][OpenMidLeft][ToggleSmile]There. He should be fine now.[.][A][NL]Aren't you a lucky little kitty?[NL]This sweet man saved you![.][A][ToggleSmile][OpenMidRight]Sweet man? Me? Heh.[.][NL]Lady, you don't know me.[A][NL][ToggleSmile]But thanks for saving him.[A][ToggleSmile][ToggleSmile][OpenMidLeft]Not at all. I couldn't let[NL]the little guy suffer.[A][OpenMidRight]The name's Cormag. I'm[NL]glad I ran into you.[A][OpenMidLeft]I'm just glad I could help.[.][NL]My name is Natasha.[.][A][OpenMidRight]Well, I owe you one for[.][NL]saving the cat.[.][A][NL]If you need any help, just[NL]call out, and I'll be here.[.][A][OpenMidLeft]I shall remember that, Cormag.[A]}
|
|
MSG_0CF3 {[OpenMidLeft][LoadFace][17][NL][OpenMidRight][LoadFace][19][NL][OpenMidRight]Hey, it's Natasha, right?[.][A][OpenMidLeft]Yes, that's right.[NL][ToggleSmile]How is the kitty doing?[.][A][ToggleSmile][OpenMidRight]I took him back to his mother.[A][NL]I figured he belonged back[NL]with his mom.[.][A][OpenMidLeft][ToggleSmile]I agree.[A][ToggleSmile][OpenMidRight]How about you? Where are[NL]your parents in all this?[.][A][OpenMidLeft]I haven't seen them since I[.][NL]joined the clerical order.[A][NL]We would write, but it's been a[.][NL]while since I heard from them.[A][NL]I wonder how they are. I've[.][NL]been worried about them.[A][OpenMidRight]Are you from Grado, Natasha?[A][OpenMidLeft]Yes, I am.[A][OpenMidRight][ToggleSmile]I thought so! You know what?[NL]That's where I'm from, too![.][A][NL][ToggleSmile]Where were you born? I'm[NL]from the south myself.[A][OpenMidLeft]I was born in a village[.][NL]near the Renais border.[.][A][OpenMidRight][ToggleSmile]Ah, well, you've got nothing[NL]to worry about then.[A][NL]When I joined the army, I was[.][NL]stationed near the border.[A][NL]Worst thing you've got to worry[.][NL]about there is bandits.[.][A][ToggleSmile][OpenMidLeft]Really?[.][.....][NL]That's so good to hear.[.][A][NL][ToggleSmile]Thank you for telling me[NL]that. I get so worried.[.][A][ToggleSmile][ToggleSmile][OpenMidRight]Ah, there. That's a nice[NL]smile you've got there.[.][A][NL]Cheers me up just looking[.][NL]at it, it does.[.][A][NL]Don't worry too much about[NL]your parents, Natasha.[A][OpenMidLeft]I won't, Cormag. And[NL]thank you. I mean it.[.][A]}
|
|
MSG_0CF4 {[OpenMidLeft][LoadFace][17][NL][OpenMidRight][LoadFace][19][NL][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Hello, Cormag.[A][OpenMidRight]What's the matter? You've got[.][NL]your gloomy face on again.[A][OpenMidLeft]Doesn't this all get hard for you?[A][OpenMidRight]This what?[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Ever since this started, we've been[.][NL]fighting nothing but Grado soldiers.[A][NL]These are our countrymen.[.][NL]Our families[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]Every battle we win, I see only how[.][NL]many casualties we've caused.[.][A][NL]I'm a healer, but to win this, I[NL]must turn my back on my countrymen.[.][A][NL]I have to let them suffer, when[.][NL]all I want to do is help them.[A][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]But what?[.][A][OpenMidLeft]Grado is responsible for all of[.][NL]this. Our homeland[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Grado has caused so many deaths now.[NL]We have no choice but to fight.[.][A][OpenMidRight]Ah. You see it now. That's the[NL]sad irony of the battlefield.[.][A][NL]I ride a wyvern and use my spear to[.][NL]bring low men who should be my allies.[A][NL]We each joined this cause in hopes of[.][NL]bringing Grado to its senses.[.][A][NL]Our country has set the world on its[NL]ear, and it's up to us to right things.[.][A][OpenMidLeft]I suppose[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]You know something, Natasha?[A][NL]You should never be ashamed of[NL]the fact that you're from Grado.[A][NL]You have no debt to pay, no burden[NL]of guilt to bear.[.][A][NL]Grado was once a magnificent country.[.][NL]Do what you can to restore that glory.[A][NL]It took only a handful of men to turn[.][NL]Grado down the wrong path,[A][NL]but perhaps a mere handful of soldiers[NL]can set things right again.[.][A][ToggleSmile][OpenMidLeft]I understand, Cormag. I'll do what[NL]I know to be right, no matter what.[.][A][NL]I feel like a heavy fog has been[NL]lifted from my heart. Thank you.[A][OpenMidRight]Ah, I just wanted to see that lovely[NL]smile on your face again.[.][A][NL]You and me, we've got lots to talk[NL]about, I think. Let's do this again.[A][OpenMidLeft]I'd love to.[A]}
|
|
MSG_0CF5 {[OpenMidLeft][LoadFace][42][NL][OpenMidRight][LoadFace][15][NL][OpenMidLeft]Hey, you're Prince Innes, aren't[NL]you? I'm Joshua. Nice to meet you.[A][OpenMidRight]I'm sure.[.][A][OpenMidLeft][ToggleSmile]Well, now that we know each other[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]What say we play a quick game[.][NL]of chance, hm?[A][ToggleSmile][OpenMidRight]Hm? What are you planning[.][NL]on doing with that coin?[A][OpenMidLeft][ToggleSmile]We're gonna have a little[.][NL]wager. What else?[.][A][NL]If I'm going to fight alongside[.][NL]someone, I want to know him.[A][NL]And there's no better way to get to[.][NL]know someone than a friendly wager![.][A][NL]So[ToggleMouthMove]...[.][ToggleMouthMove] What do you say to a[.][NL]starter bet of[ToggleMouthMove]...[.][ToggleMouthMove]1,000?[A][ToggleSmile][OpenMidRight]Betting? Here? You can't be serious.[A][OpenMidLeft][ToggleSmile]Hey now. I always take gambling[.][NL]seriously. Always.[A][NL]Whether you live or die on the[NL]field often comes down to luck.[.][A][NL]Every fight, you're putting your[NL]life in someone else's hands.[.][A][NL]You should be glad to meet up[.][NL]with such a lucky guy.[A][ToggleSmile][OpenMidRight]You may rely on luck, but[.][NL]I prefer raw skill.[.][A][NL]However, we might as well. Put[NL]your money where your mouth is.[.][A][OpenMidLeft][ToggleSmile]Now you're talking![.][A][NL]Right, here we go![A][NL][ToggleSmile][OpenMidLeft][MoveMidLeft][OpenMidLeft][......][ToggleSmile]Heads or tails?[.][NL]What's your call?[.][A][ToggleSmile][OpenMidRight]Tails.[A][OpenMidLeft]Let's see what we've got[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Oh, well. It's heads.[.][A][NL]Too bad, Your Highness. You lost.[.][A][ToggleSmile][OpenMidRight]What? That's impossible.[NL]I saw--[.][A][OpenMidLeft][ToggleSmile]C'est la vie.[.][A][NL]Look closely. See? It's heads.[A][ToggleSmile][OpenMidRight]That's strange[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]My eyes never fail me, but[NL]I could have sworn--[A][NL][ToggleSmile]Hm. There seems to be more to[.][NL]betting than meets the eye.[.][A][ToggleSmile][ToggleSmile][OpenMidLeft]Figure that out already?[NL]You're a quick study.[.][A][OpenMidRight]Yeah.[.][A][NL]Let's try that again.[.][NL]I'll get it this time[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0CF6 {[OpenMidLeft][LoadFace][42][NL][OpenMidRight][LoadFace][15][NL][OpenMidRight]Tails.[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Heads again.[A][NL]That's ten losses in a row.[.][A][OpenMidRight]I don't care. Next bet.[.][NL]Double or nothing. Tails.[.][A][OpenMidLeft]Shouldn't you stop soon?[A][NL]Maybe you've got the cash back[NL]home, but you're on the road.[.][A][NL]And I'm willing to bet you're[.][NL]not carrying that much on you.[A][OpenMidRight]No, keep going.[.][A][NL]I don't feel like quitting[NL]on a bad streak.[A][OpenMidLeft]Fine, fine[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But then can we call[NL]it quits?[.][A][NL]You've let me win enough, and[.][NL]I don't want to bleed you dry.[A][OpenMidRight]No. I won't let you leave, not[NL]while you're still ahead.[.][A][NL]Hurry up. We don't have the[.][NL]luxury of time here.[A][OpenMidLeft]What's that saying? The cooler[NL]the head, the hotter he bets?[.][A][NL]Something like that. And you seem[.][NL]pretty cool most of the time.[.][A][NL][ToggleSmile]I guess the old saying is true.[.][A][ToggleSmile]}
|
|
MSG_0CF7 {[OpenMidLeft][LoadFace][42][NL][OpenMidRight][LoadFace][15][NL][OpenMidRight]Thanks for waiting.[.][NL]Let's get started.[A][OpenMidLeft]You can't be serious.[.][NL]You want to keep going?[.][A][OpenMidRight]Just flip the coin.[.][A][OpenMidLeft][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]Oh, brother.[A][NL][ToggleSmile]Your Highness, I have a little[NL]admission to make here.[.][A][NL]You have no chance of winning.[NL]The whole thing is rigged.[A][OpenMidRight]Rigged[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Yeah. You flip the coin[.][NL][ToggleMouthMove]...[.][ToggleMouthMove]like this.[A][NL]Then catch it in the hand.[A][NL]I'm the one holding the coin.[.][A][NL]I can turn it over any way I choose[.][NL]just by moving my palm a bit.[.][A][NL][OpenMidLeft][MoveMidLeft][OpenMidLeft][ToggleSmile]Like this.[A][ToggleSmile][OpenMidRight]Hmm[.][ToggleMouthMove]... [ToggleMouthMove]That's how you did it[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I knew you were up to something.[A][NL]It was straining my disbelief that[NL]you could keep winning like that.[.][A][NL]Strange that I couldn't catch[.][NL]on to your little trick, though.[A][OpenMidLeft][ToggleSmile]That's nice of you to say, but[NL]I'm sure you must have suspected.[.][A][NL]There's a guy who hangs out near[NL]a pub in Jehanna. He's real smooth.[.][A][NL]His secret is to mix in just enough[.][NL]losses to make it look plausible.[.][A][NL]If you ever go there, you'll know[.][NL]the guy I'm talking about right away.[.][A][ToggleSmile][OpenMidRight]Interesting. I've never had any[.][NL]experience with this sort of thing.[.][A][NL]One only has so much time when he's[.][NL]groomed to become the king, you know.[.][A][OpenMidLeft][ToggleSmile]I can imagine.[A][NL]But a king must have a wide range[.][NL]of knowledge, don't you think?[A][NL]When I was a journeyman, I lost[.][NL]a lot of money to scams like this.[A][NL]I started learning these tricks so[NL]they couldn't be used on me anymore![A][NL]It's all rubbish, innit? But it's not[.][NL]a bad thing to add to your experience.[A][ToggleSmile][OpenMidRight]I must hand it to you, you[NL]have a point.[.][A][NL]Some things, you can only[.][NL]learn firsthand, on the field.[A][OpenMidLeft][ToggleSmile]Well, I've given away enough[NL]of my secrets for one day.[A][NL]I'll give you back all the money[NL]I took you for, so go easy on me[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]Wait.[.][A][OpenMidLeft]Hm?[.][A][OpenMidRight]There's no need to give it back.[A][NL]That I failed to see your trick[.][NL]was my own failing.[.][A][OpenMidLeft][ToggleSmile]You serious?[A][NL]All right. Good deal.[.][NL]You're a good man.[A][NL]Let's just call this[NL]your tuition fee, eh?[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Wait.[.][A][OpenMidLeft]Now what? What is it this time?[.][A][OpenMidRight]We're still in the middle of the bet.[.][A][NL]We'll pick up where we left off.[A][OpenMidLeft]Are you saying[ToggleMouthMove]...[.][ToggleMouthMove][NL]you want to keep going?[.][A][OpenMidRight][ToggleSmile]Naturally.[A][NL]You've revealed your secrets to[.][NL]me. My luck is bound to change.[.][A][NL]I feel a winning streak coming on.[A][ToggleSmile][ToggleSmile][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Oh, brother.[A][NL]Well, you're persistent,[NL]I'll give you that much.[A][NL]Call it in the air.[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Tails.[A]}
|
|
MSG_0CF8 {[OpenMidLeft][LoadFace][42][NL][OpenMidLeft]So, is today my lucky day? Or[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][OpenMidLeft][MoveMidLeft][OpenMidLeft][......][NL2]Tails, hm?[.....][A][NL][ToggleSmile]Oh, well. Luck's just not on[NL]my side today, I guess.[.][A][ToggleSmile][......][OpenMidRight][LoadFace][34][NL][OpenMidRight]Oh, may I ask what you are doing?[.][A][OpenMidLeft][ToggleSmile]Hm? Oh, I was just checking my luck.[A][NL]Looks like today is not set to be[.][NL]one of my better ones.[A][ToggleSmile][OpenMidRight]That's not good![A][NL]Perhaps if you gave up that coin[NL]for some good, honest prayer[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I have no need of luck, you see,[NL]for I benefit from divine grace![A][OpenMidLeft][ToggleSmile]That sounds nice. I'd love to[.][NL]have a bit of that myself.[A][NL]All right, let's have a quick[.][NL]bet to see which is better.[.][A][NL]We'll test your divine grace[NL]against my good old luck.[.][A][ToggleSmile][OpenMidRight]Oh, I could never give in to such[.][NL]a vile sin.[.][A][NL]Gambling is a pox, a boil upon[NL]the fair skin of mankind.[.][A][OpenMidLeft][ToggleSmile]That's going a bit far,[.][NL]don't you think?[A][ToggleSmile][OpenMidRight]Gambling corrupts the masses,[.][NL]and I'll have none of it.[.][A][NL]Which is the more noble: to earn[NL]your keep or to swindle it?[.][A][NL]And besides, this is a battlefield,[.][NL]not a gambling hall.[A][NL]No, I simply will not indulge in[NL]such spiritual pollution here.[A][OpenMidLeft][ToggleSmile]Oh, you're really making too[NL]much of a big deal out of it.[.][A][NL]This is just a coin toss. You can[.][NL]flip a coin just about anywhere.[A][NL][ToggleSmile][OpenMidLeft][MoveMidLeft][OpenMidLeft][ToggleSmile]Let's see[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]Well, heads or tails?[.][NL]What is it?[.][A][ToggleSmile][OpenMidRight]Since you refuse to resist[NL]the evils of temptation[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I shall have to teach you a[.][NL]lesson you won't soon forget.[.][A][NL]Heads![A][OpenMidLeft][ToggleSmile]I knew you'd come around![.][NL]Right, so let's see here[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Hey! It's heads![NL]You really are lucky![.][A][OpenMidRight]Huh? I won?[.][A][NL][ToggleSmile]Well, of course I won! I shouldn't[NL]be so surprised. It was fate.[.][A][NL]One as blessed as I could never lose[NL]at something so base as gambling.[.][A][ToggleSmile][ToggleSmile][OpenMidLeft]Great, so let's keep going.[.][A][NL]How about putting some money[NL]down this time? 100 gold coins?[.][A][OpenMidRight]That's fine.[A][NL]Anything I win will, of course,[.][NL]fund only noble causes.[.][A][OpenMidLeft]That's my girl[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Are you ready? Heads or[.][NL]tails, what's your call?[A][OpenMidRight]Heads. What else?[.][A]}
|
|
MSG_0CF9 {[OpenMidLeft][LoadFace][42][NL][OpenMidRight][LoadFace][34][NL][OpenMidLeft]Hi, there.[A][OpenMidRight]Hello, Joshua.[A][OpenMidLeft][ToggleSmile]Do you have a few minutes to spare?[.][NL]I wanted to win back my money.[A][NL]You were doing pretty well the[NL]other day. I was overconfident.[.][A][NL]But today, I'm feeling lucky.[.][A][ToggleSmile][ToggleSmile][OpenMidRight]I accept your proposal.[.][A][NL]But remember, I think that gambling[.][NL]is an immoral, inexcusable pastime.[.][A][NL]You can tell it is wicked, because[NL]of how good you feel when you win.[A][OpenMidLeft]Can't disagree with you there.[A][NL]Last time, I went easy on you[.][NL]because you were an amateur.[A][NL]Don't think I'm gonna throw[.][NL]away my money like that today.[A][OpenMidRight]I would never ask you to go easy[NL]on me, Joshua.[A][NL]After all, I have righteousness at[NL]my side, and I need no favors.[A][OpenMidLeft][ToggleSmile]Righteousness? Is that[NL]what you've got?[A][NL][ToggleSmile]And to think, you were the one[NL]telling me gambling was wrong![A][OpenMidRight]Oh, but it is wrong. I meant to teach you[.][NL]a lesson, and your lesson continues.[A][NL]When done for a just cause, surely[NL]gambling could not possibly be wrong.[.][A][NL]Now, let's see the color of[.][NL]your money![.][A]}
|
|
MSG_0CFA {[OpenMidLeft][LoadFace][42][NL][OpenMidRight][LoadFace][34][NL][OpenMidRight]Look, Joshua![.][NL]I won again![A][OpenMidLeft]Arrrgh![.][A][OpenMidRight][MoveMidRight][OpenMidRight]What do you mean, making such[.][NL]rude noises in front of a lady!?[A][NL]You're slowing down the game![.][A][OpenMidLeft]Hold on, give me a break![.][A][NL]You got me. I lost.[.][NL]I've had enough.[A][NL]It's just like you said.[NL]I shouldn't gamble anymore.[.][A][OpenMidRight]Are you quitting on me?[.][NL]Where's your spirit?[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Man. I just don't get it.[.][NL]Not at all.[.][A][NL]You must really have some sort of[.][NL]divine powers on your side.[.][A][NL]I mean, I've been fixing every[NL]single game, and I still can't wi--[.][A][OpenMidRight]Fixing? What do you mean? The[.][NL]game's not broken. I'm doing fine![A][OpenMidLeft]Uh[ToggleMouthMove]... [ToggleMouthMove]No, I-- [ToggleSmile]Nothing.[A][NL][ToggleSmile]Anyway, I'm all done. I don't[.][NL]want to play with you anymore.[A][NL]Go take someone else for a ride.[A][OpenMidRight]A ride? Like on a horse? What[.][NL]are you talking about?[A][OpenMidLeft]Look, what I'm trying to say is[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You don't know anything, and you[NL]STILL managed to beat me![.][A][OpenMidRight][MoveMidRight][OpenMidRight]What do you mean, I don't know[NL]anything? Oh! Such disrespect![A][NL]What do you know, other than[NL]gambling? Tell me that![.][A][OpenMidLeft]Hm? Let's see[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]I know how to survive in[NL]a desert, for one thing.[A][ToggleSmile][OpenMidRight]I think we're all quite familiar[NL]with the hardships of travel by now![A][NL]If that's all you've got, don't go[NL]around telling me I'M the ignorant one![.][A][OpenMidLeft]Aaaah! Enough already! Fine! Fine![NL]I was wrong!!![A][NL]Anyway, the point is that I'm not[.][NL]gambling with you ANYMORE![A][OpenMidLeft][ClearFace][......][OpenMidRight]Oh! He ran away![NL][ToggleMouthMove]...[.][ToggleMouthMove]Why do they always run away?[A][NL]Who will I play with now?[.][A][NL2][NL][ToggleSmile]Oh, I have an idea![.][A][NL]We can build a gambling hall[NL]in Rausten! Yes, I'm brilliant![.][A][NL]I simply must bring this up with[NL]Uncle next time I see him![A][ToggleSmile]}
|
|
MSG_0CFB {[OpenMidLeft][LoadFace][30][NL][OpenMidRight][LoadFace][42][NL][OpenMidRight][ToggleSmile]Hey, I hear you're good[.][NL]with a sword[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]Who are you?[A][OpenMidRight][ToggleSmile]I'm Joshua.[.][NL]And you?[A][ToggleSmile][OpenMidLeft]Marisa.[.][A][OpenMidRight][ToggleSmile]It's a pleasure. By the[.][NL]way, you ever hear this?[A][ToggleSmile][OpenMidLeft]Hear what?[A][OpenMidRight][ToggleSmile]Well, I guess it was popular for[NL]a while, way back when.[.][A][NL]But when two swordsmen met on the[.][NL]battlefield--even allied swordsmen--[A][NL]they would duel it out to test one[NL]another's worth with the blade.[.][A][NL]So what do you say? Don't you think[.][NL]it's time to revive this tradition?[.][A][ToggleSmile][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]You want me to kill you?[A][OpenMidRight]No, no, no. I'm not saying we have[NL]to fight to the death![A][NL][ToggleSmile]It's just a simple test of skill.[.][A][ToggleSmile][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Fine. As long as I get a chance[.][NL]to whet my blade's appetite.[A][OpenMidRight][ToggleSmile]Er[ToggleMouthMove]...[.][ToggleMouthMove] Great! Now, what say we[NL]make this more interesting?[.][A][NL]If I win, you owe me, and[.][NL]if you win, then I owe you.[.][A][ToggleSmile][OpenMidLeft]Owe me what?[A][OpenMidRight][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]I'm not quite sure yet.[.][A][NL]How about[.][ToggleMouthMove]...[.][ToggleMouthMove] Ah, yes.[.][NL]How about you owe me a favor.[.][A][ToggleSmile][OpenMidLeft]I'm not following you.[A][OpenMidRight][ToggleSmile]No?[.][A][ToggleSmile][OpenMidLeft]But it doesn't matter. I'm[NL]not going to lose to you.[.][A][OpenMidRight][ToggleSmile]Now you're talking.[.][A][ToggleSmile][OpenMidLeft]Then let's get started.[.][A][OpenMidRight][ToggleSmile]Whoa! Hold your horses! Where's the[.][NL]hurry? Let's do this another day.[.][A][NL]After all, I like to savor the[NL]anticipation a little bit.[A][ToggleSmile][OpenMidLeft]I don't get it,[.][NL]but fine.[.][A][OpenMidRight][ToggleSmile]Great! We're all set then.[A][NL]Next time we meet, we[.][NL]cross swords. Deal?[.][A][ToggleSmile][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]There's nothing to anticipate.[NL]You're simply going to lose.[A][OpenMidRight][ToggleSmile]Well, I don't know about that.[A][NL]See you later. I'm looking[NL]forward to it.[A][ToggleSmile][OpenMidLeft]Same here.[A]}
|
|
MSG_0CFC {[OpenMidLeft][LoadFace][42][NL][OpenMidRight][LoadFace][30][NL][OpenMidRight][MoveLeft][OpenMidLeft][MoveFarLeft][OpenFarLeft]Oh[ToggleMouthMove]... [ToggleMouthMove]Tsk![A][CloseSpeechSlow][OpenFarLeft][MoveMidLeft][OpenLeft][MoveRight][OpenRight][ToggleMouthMove]...![ToggleMouthMove][A][CloseSpeechSlow][OpenRight][MoveFarRight][OpenFarRight][MoveFarRight][OpenFarRight][MoveLeft][OpenMidLeft][MoveFarLeft][OpenFarLeft]Dang[ToggleMouthMove]...![ToggleMouthMove][NL]There!![.][A][CloseSpeechSlow][OpenFarLeft][MoveMidLeft][OpenLeft][MoveRight][OpenRight]Ha![.][NL][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ClearFace][OpenRight][ClearFace][.......][OpenMidLeft][LoadFace][42][NL][OpenMidRight][LoadFace][30][NL][OpenMidLeft]Whew[ToggleMouthMove]...[.][ToggleMouthMove] After a match like that,[.][NL][ToggleSmile]I can be happy with a tie![A][ToggleSmile][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft][ToggleSmile]You're better than I thought.[.][A][ToggleSmile][OpenMidRight]You're not too bad yourself.[A][OpenMidLeft][ToggleSmile]Heh[.][ToggleMouthMove]... [ToggleMouthMove]Thanks.[.][A][NL]But remember, I was at a slight[.][NL]disadvantage, so[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]I must admit, I did hold you at[.][NL]a slight disadvantage.[A][NL]However, we are closely matched,[NL]despite our incompatible styles.[A][NL]I simply couldn't land a decisive[.][NL]blow. But it was all worthwhile.[A][NL]After all, I've learned, and that[.][NL]is worth far more than any wager.[.][A][OpenMidLeft][ToggleSmile]I see.[NL][ToggleSmile]You're a quick one, aren't you?[.][A][NL]How did you get that good?[A][OpenMidRight]Fighting is all I have.[.][A][OpenMidLeft]You live for the sword, eh?[.][A][NL][ToggleSmile]I prefer rolling the dice to[NL]swinging the sword, you know?[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Why is that?[A][OpenMidLeft][ToggleSmile]Whew[ToggleMouthMove]...[.][ToggleMouthMove][.....][A][NL]I thought you'd never ask.[A][NL][ToggleSmile]You're asking how I got hooked[NL]on gambling, right?[.][A][NL]Let me see[ToggleMouthMove]...[.][ToggleMouthMove] There's not[NL]much to tell.[.][A][NL]I guess by the time I realized it,[NL][ToggleSmile]it was already too late.[A][NL]I'd grown bored of everything[.][NL]before I discovered gambling.[.][A][NL]But then I saw it--gambling was[.][NL]like life, in short little bursts.[A][NL]Life itself is just one big gamble![.][NL][ToggleSmile]That's how I see things.[A][OpenMidRight]I see.[NL][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I don't know anything about[.][NL]gambling, but it was a good duel.[.][A][NL]We must try this again soon.[A][OpenMidLeft]What, with no wager? That[.][NL]doesn't sound very fun.[.][A][OpenMidRight]Suit yourself.[A][OpenMidLeft][ToggleSmile]You mean that? Then we'll[.][NL]have another bet.[.][A][NL]I'll win next time.[.][NL]See you later.[A][ToggleSmile][OpenMidRight]See you.[A]}
|
|
MSG_0CFD {[OpenMidLeft][LoadFace][42][NL][OpenMidRight][LoadFace][30][NL][OpenMidRight][MoveFarRight][OpenMidLeft][MoveRight][OpenRight]There![A][SendToBack][OpenFarRight]Ho![.][A][CloseSpeechSlow][OpenFarRight][MoveFarFarRight][OpenRight][MoveLeft][OpenLeft][ToggleMouthMove]......[ToggleMouthMove][.....][NL]How's this?[.][A][FastPrint][OpenFarFarRight][MoveFarRight][OpenFarRight]Oof[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft][ClearFace][OpenFarRight][ClearFace][.......][OpenMidLeft][LoadFace][42][NL][OpenMidRight][LoadFace][30][NL][OpenMidLeft][ToggleSmile]Whew[ToggleMouthMove]...[.][ToggleMouthMove][NL]Looks like I won this time.[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][.....][NL]I made a mistake.[.][A][OpenMidLeft][ToggleSmile]No, you're just having a bad day.[.][A][NL]And it's not like I had a[.][NL]decisive victory this time.[.][A][NL]I'd say we're still just[NL]about even.[.][A][ToggleSmile][OpenMidRight]All that matters is that[NL]I didn't win.[.][A][NL]You won the bet. What[.][NL]do you want me to do?[.][A][OpenMidLeft][ToggleSmile]Oh, you remembered our last bet![NL]That makes me happy.[A][NL]All right, here goes[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]I want you to be my partner[.][NL]for a while[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]How's that sound?[.][A][ToggleSmile][OpenMidRight]What?[.][....][NL]Your partner?[.][A][OpenMidLeft][ToggleSmile]Don't get the wrong idea. I just meant[NL]for training. And gambling.[.][A][ToggleSmile][OpenMidRight]So, nothing would change[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]Well, I suppose, but there's still[NL]a point to it all.[A][ToggleSmile][OpenMidRight]What's that?[A][OpenMidLeft][ToggleSmile]If I train with you, I'm going[NL]to become a better swordsman.[.][A][NL]And if we train together, maybe[.][NL]we'll each learn something.[.][A][ToggleSmile][OpenMidRight]I could ask nothing better.[.][A][OpenMidLeft][ToggleSmile]And there's something that I want to[NL]do soon when the war is over.[.][A][NL]It's something that can't be done[.][NL]in a single day or overnight.[.][A][NL]You could probably call this the[NL]biggest gamble of my entire life.[.][A][NL]I'm going to have to hone my skills,[NL]and I'll need someone to help me.[.][A][NL][ToggleSmile]What do you say, Marisa?[NL]Won't you lend me a hand?[.][A][OpenMidRight]I'm good for fighting, and[NL]not much else.[A][OpenMidLeft][ToggleSmile]You think? I doubt that's true.[.][A][NL]Well, think about it.[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]I'll do it.[.][A][OpenMidLeft]I know this is a gamble, but[ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]gambling is my hobby.[.][A][ToggleSmile][OpenMidRight]I see that.[.][A][OpenMidLeft][ToggleSmile]Well, don't let me down.[A][ToggleSmile][OpenMidRight]I won't. But try to keep it[.][NL]interesting, all right?[.][A][OpenMidLeft][ToggleSmile]Heh. Then I'll do my best to[NL]keep you entertained.[.][A][NL]And remember what I said[ToggleMouthMove]...[.][ToggleMouthMove][NL]Life is a gamble.[.][A][NL]You never know what'll happen.[A][NL]But don't worry. I'm sure you[.][NL]won't be bored.[.][A][NL]Besides, how often do you meet[NL]someone you can spar with?[A][NL][ToggleSmile]Not to mention someone who[NL]can actually beat you![A][OpenMidRight]I'll win next time, though.[.][A][OpenMidLeft][ToggleSmile]That's the spirit, Marisa.[A][ToggleSmile]}
|
|
MSG_0CFE {[ToggleSmile][OpenMidLeft][LoadFace][27][NL][OpenMidRight][LoadFace][42][NL][OpenMidRight]You're Gerik, right? Head[.][NL]of that band of mercenaries?[A][OpenMidLeft][ToggleSmile]Where's your respect? I've got[NL]a title. Use it.[A][ToggleSmile][OpenMidRight]Oh[ToggleMouthMove]...[.][ToggleMouthMove] My mistake. Pardon me.[.][NL]I'm Joshua.[.][A][NL]I heard you once commanded a band[.][NL]of over a hundred mercenaries.[A][NL]I've been wanting to talk to you.[.][A][OpenMidLeft]Huh. So that's what you've heard, is[NL]it? You look a bit on the rough side.[.][A][NL]Yeah, I can see it in your eyes. You're[.][NL]no ordinary swordsman, are you?[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]It's just like they said.[.][A][NL]You're a natural leader. Commanding and[.][NL]observant--it's a rare combination.[.][A][OpenMidLeft]Ah, thanks. So what brings you[NL]over here, anyway?[A][NL]Didn't just come here to say[NL]hello, did you?[.][A][OpenMidRight]You ARE a sharp one.[A][OpenMidLeft]Not half as sharp as your sword,[NL]from what I've seen out there.[A][OpenMidRight]Actually, I'm here with an offer,[.][NL]but I didn't want to rush into it.[A][NL]I'd hate to mess this one up.[.][A][NL]I can't go into the details just[NL]now, but it's a big job.[A][NL]I'm guessing it'll pay pretty[.][NL]well, too.[A][OpenMidLeft]I see.[A][NL]Well, you have me curious. I'm looking[NL]forward to hearing your offer.[A][OpenMidRight]You should be.[A]}
|
|
MSG_0CFF {[ToggleSmile][OpenMidLeft][LoadFace][42][NL][OpenMidRight][LoadFace][27][NL][OpenMidLeft]Hey, Gerik.[.][A][OpenMidRight][ToggleSmile]Is that you, Joshua?[NL][ToggleSmile]So, I hear you like to gamble.[A][OpenMidLeft]You hear right. Care to[.][NL]try your luck?[A][OpenMidRight]Ha ha ha. I'll pass.[A][NL]But tell me, why do you[.][NL]like gambling so much?[A][OpenMidLeft]I've got my reasons. Mostly, I just[.][NL]like to believe in my own luck.[.][A][OpenMidRight][ToggleSmile]Luck?[.][A][ToggleSmile][OpenMidLeft]Oh, yeah[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]See, you can have all the skill in[NL]the world and still have a bad day.[.][A][NL]It doesn't take much for the most[.][NL]fortunate man around to have a fall.[A][NL]A royal family at the height of their[.][NL]power gets betrayed, and that's the end.[A][NL]It's life really, innit?[A][OpenMidRight]Hmm[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]You've got a point there.[.][A][NL][ToggleSmile]But you know, Joshua, you don't[.][NL]want to use luck as an excuse.[A][NL]Don't blame luck if you lose a[NL]fight. Blame yourself, but not luck.[A][NL]Renais didn't fall because of bad[.][NL]fortune. It was malice that did it.[.][A][NL]You're right--there's good luck and[.][NL]bad, but it's no excuse for failure.[A][ToggleSmile][OpenMidLeft][ToggleSmile]Well, that's a good point[.][NL]you've got there.[.][A][NL][ToggleSmile]But I think I'll just keep[NL]believing in my luck for now.[.][A][OpenMidRight]Whatever works for you.[.][A][NL]If you're an even match against[.][NL]someone, sure, luck is a factor.[A][NL]But you're not counting on luck[.][NL]alone, are you?[.][A][NL]You're a fine swordsman, and that[.][NL]isn't all luck's doing there.[.][A][OpenMidLeft]You are far too observant.[NL]We're lucky you're on our side.[.][A][OpenMidRight]That's the best compliment[NL]a mercenary can get.[A][OpenMidLeft]Call it a hunch, but I think this is[NL]the start of a long friendship.[.][A][OpenMidRight]You think so, huh?[A][NL]I wonder if that's just[.][NL]a lucky guess.[A][OpenMidLeft]Well, I'm a lucky guy.[A]}
|
|
MSG_0D00 {[ToggleSmile][OpenMidLeft][LoadFace][42][NL][OpenMidRight][LoadFace][27][NL][OpenMidRight]Hey, Joshua, I don't mind a little[NL]friendly gambling with my men,[A][NL]but would you mind not fleecing[.][NL]them too much? It's demoralizing.[.][A][OpenMidLeft][ToggleSmile]Hm?[.][.....][NL][ToggleSmile]Oh, you're talking about those guys?[A][NL]Man! They wore me out! They just kept[.][NL]losing and losing and losing,[.][A][NL]and they still wouldn't give up![A][NL]If they'll risk so much on a bet, they[NL]might risk too much in a battle.[A][NL]You're their commander. You should[NL]have a word with them.[A][OpenMidRight]Ha ha ha[ToggleMouthMove]... [ToggleMouthMove]Good point. I'll talk to[NL]the boys. But, Joshua[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]I'm going to have to win back the[.][NL]money that you took from my men.[A][ToggleSmile][OpenMidLeft]It's about time! I've been waiting[NL]for you to put the challenge to me.[.][A][OpenMidRight]Oh, I'll do more than[.][NL]just challenge you.[.][A][OpenMidLeft]So if you win, I'll cough up[NL]your men's money.[.][A][NL]And if I win[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]What's it going to be?[NL]Come on, out with it.[.][A][OpenMidLeft][ToggleSmile]I want you to join me when[NL]this war is over.[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]That's all you want?[A][NL]Well, it doesn't sound like your[NL]standard mercenary assignment,[A][NL]but you've piqued my interest.[NL]This sounds like a big bet.[.][A][NL]I'm not sure I get what you're[NL]after in all this, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Fine. You've got a bet.[.][A][ToggleSmile][OpenMidLeft]Great, then let's go[ToggleMouthMove]...[.][ToggleMouthMove][NL]How 'bout we flip a coin?[.][A][OpenMidRight]That's it? I'm wagering my[NL]life on a coin toss?[A][NL]Eh, why not? Flip it.[.][A][OpenMidLeft]Heads or tails?[.][NL]What's your call?[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Heads.[A][OpenMidLeft]Which leaves me with tails.[.][NL][ToggleMouthMove]...[.][ToggleMouthMove]Here it goes[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Hup![A][ToggleSmile][OpenMidLeft][MoveMidLeft][ToggleSmile][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Ready to see what it is?[A][NL][ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]Look! It's tails![.][A][ToggleSmile][ToggleSmile][OpenMidRight]I won. Now, let me have[.][NL]the men's money back.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Wait, you called heads[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I sure did. But you cheated.[NL]Open your left hand.[A][NL]There--you palmed the coin[NL]and swapped in a fake one.[A][OpenMidLeft][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]You ARE observant. Not a lot of people can[NL]see through that. You're right. You win.[A][NL]Here, I'll give you back the money.[.][A][ToggleSmile][OpenMidRight]Ha ha ha. Thanks, Joshua. I'll[NL]get this back to the men.[.][A][OpenMidLeft][ToggleSmile]Mind if I ask how you[.][NL]found me out?[.][A][NL]I like to think I've gotten[.][NL]pretty good at that trick.[A][ToggleSmile][OpenMidRight]Before I became a mercenary, gambling[.][NL]was my one true love in life.[.][A][NL]I've had to learn how to see through[NL]a LOT of tricks in my day.[A][OpenMidLeft][ToggleSmile]So, wait[ToggleMouthMove]...[.][ToggleMouthMove] You just pretended[.][NL]not to be interested in gambling?[.][A][NL][ToggleSmile]You're really something. You pulled[.][NL]a fast one on me. Today's not my--[A][OpenMidRight]Not your lucky day? Don't say that, Joshua.[.][NL]You were just out of your league is all.[A][OpenMidLeft]I'm starting to think maybe I was.[NL]But then again, maybe not[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Maybe today was just YOUR lucky day.[A][OpenMidRight]Ha ha ha[ToggleMouthMove]...[.][ToggleMouthMove][NL]I like your enthusiasm.[.][A][NL]And I'm glad you appreciate[.][NL]my gambling prowess.[A][OpenMidLeft]I haven't given up on you yet.[A][NL]When this war is over, let's[NL]have us a quick duel.[.][A][NL]If I win, you come work for me.[.][A][OpenMidRight]You're on. Just make sure[.][NL]you stay alive until then.[A][OpenMidLeft]Don't worry. I'm feeling lucky.[.][A]}
|
|
MSG_0D01 {[OpenMidLeft][LoadFace][22][NL][OpenMidRight][LoadFace][24][NL][OpenMidRight]Hello, Forde.[.][A][OpenMidLeft]Hmm?[.....][NL][ToggleSmile]Oh, Kyle! How have you been?[A][ToggleSmile][OpenMidRight]What are you doing out here?[NL]Are you--[.][......] Are you painting?[A][OpenMidLeft][ToggleSmile]No! I-- Well, yes. Actually, I'm[NL]not so much painting as sketching.[A][NL]I use this piece of charcoal to[.][NL]draw and shade, like this.[A][ToggleSmile][OpenMidRight]You know we're in the middle[NL]of a battle, don't you?[.][A][NL]What if someone attacks while[.][NL]you're distracted?[A][OpenMidLeft]Calm down, calm down.[.][A][NL]I just like to keep a record of[.][NL]our battles with these pictures.[A][OpenMidRight]You're just rationalizing![A][NL]You're a cavalier--it's time[NL]to start acting like one.[.][A][OpenMidLeft][ToggleSmile]Fine, fine. I'll stop.[A][NL]As you command, Sir Kyle, commander[.][NL]of the Knights of Renais.[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Oh, brother. Do you have to[.][NL]make everything so difficult?[.][A][OpenMidLeft][ToggleSmile]If you don't want the hassle,[.][NL]stop telling me what to do![.][A][ToggleSmile][OpenMidRight]Then stop fooling around on the[.][NL]battlefield.[A][NL]Seriously, wasting my time on an[NL]idiot like you is just stupid.[A][OpenMidLeft]Huh?[.....][NL]Did you say something?[A][OpenMidRight]Nothing![A][NL]If you have so much time to waste[.][NL]drawing, let's have a quick spar.[.][A][OpenMidLeft]What! You want to spar? Now?[A][OpenMidRight]Yeah, that's right. I don't waste time.[.][A][NL]I take care of my weapons, my horse,[NL]and myself.[.][A][NL]And not just that--I also make sure our[.][NL]morale is good and our men are safe.[A][OpenMidLeft]You're thorough, aren't you?[A][OpenMidRight]I'm a knight. It's my duty.[.][A][OpenMidLeft][ToggleSmile]You really need to take[.][NL]yourself less seriously.[A][ToggleSmile][OpenMidRight]And you need to take your[.][NL]duty MORE seriously.[A]}
|
|
MSG_0D02 {[OpenMidRight][LoadFace][22][NL][OpenMidRight][HalfCloseEyes][OpenMidRight]Yaaaaaaawn[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Oh, why am I so sleepy?[.][A][ToggleSmile][OpenMidLeft][LoadFace][24][NL][OpenMidLeft]Forde! Are you falling asleep[.][NL]on the battlefield!?[A][NL]What is wrong with you, man!?[.][A][OpenMidRight][OpenEyes][OpenMidRight][ToggleSmile]What are you so fired up about?[.][NL]You're really ruining my nap.[.][A][ToggleSmile][OpenMidLeft]You have no sense of self-preservation,[.][NL]do you? What is wrong with you?[.][A][NL]You lack even the common sense of[.][NL]an infant, you know that?[.][A][OpenMidRight][ToggleSmile]Oh, you're one to talk.[.][A][NL]When you were a baby, you were planning[.][NL]out strategies to take over the nursery.[A][NL]You were stuck up then, and you're stuck[NL]up now. And STILL the ladies liked you![.][A][ToggleSmile][OpenMidLeft]You leave them out of this![.][NL]Women have nothing to do with it.[.][A][OpenMidRight]They don't? Oh, come on![A][NL]Isn't it important to have an heir to[.][NL]carry your standard when you're gone?[.][A][NL]Take your sister, Mia--she married[NL]into a nice Frelian family, didn't she?[.][A][NL]I'm just curious who would ever settle[NL]for such an uptight knight as you.[A][NL]You ever think about that? You think[NL]you might meet her in this war?[.][A][OpenMidLeft]That's not what I'm here for![.][A][OpenMidRight][ToggleSmile]Ha ha ha ha. Of course not. But I[.][NL]bet you're still a ladies' man, huh?[A][NL]I know you--you're a perfect gentlemen,[.][NL]always nice to the ladies.[A][NL]I remember when you were little, you[NL]were always the first to help when[A][NL]you saw a little girl crying. You[.][NL]would go running up to lend a hand.[.][A][NL]I still remember how impressed I was[NL]that you would do that. It was cool.[A][ToggleSmile][OpenMidLeft]I just could never turn my back[.][NL]on someone in need.[.][A][NL]It is what's expected of a knight.[A][OpenMidRight][ToggleSmile]Yeah, but you weren't a knight yet![.][A][ToggleSmile][OpenMidLeft]Well, it's[ToggleMouthMove]...[.][ToggleMouthMove]expected of someone[.][NL]who aspires to be a knight, too![A][OpenMidRight][ToggleSmile]You've got an answer for everything![A][NL]But, I have to admit, you've also[.][NL]got my respect. You're a good guy.[A][ToggleSmile][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight][ToggleSmile]Wow! Now you're embarrassed.[A][ToggleSmile][OpenMidLeft]Forde![A]}
|
|
MSG_0D03 {[OpenMidLeft][LoadFace][22][NL][OpenMidRight][LoadFace][24][NL][OpenMidRight]Whew[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]What's wrong, Kyle? You're the[NL]one who looks tired this time.[A][ToggleSmile][OpenMidRight]Oh, Forde. It's you. I was just[.][NL]lost in thought for a moment.[.][A][NL]I figured that I could use a[NL]little breathing room.[A][NL]I guess that's why you paint[NL]your landscapes, isn't it?[A][OpenMidLeft][ToggleSmile]That's right. You see it now?[.][A][NL]Everyone needs a little space to[NL]think, even on the battlefield.[.][A][ToggleSmile][OpenMidRight]Well, I wouldn't go so far as to[NL]approve of painting during a battle.[A][NL]What if the younger soldiers started[NL]to copy your example?[.][A][NL]However, I see your point. Everyone[.][NL]needs a way to clear one's head.[A][NL]So[ToggleMouthMove]...[.][ToggleMouthMove] How long have you been[.][NL]doing those drawings, anyway?[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]What's the matter? Forgotten[NL]when you started?[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I started drawing and painting[NL]when my mother died.[A][OpenMidRight]Really?[.][A][OpenMidLeft]When I was young, I won a tournament[NL]for training swordsmen[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]I remember that.[NL]I took second place.[A][OpenMidLeft]She seemed far more pleased at a picture[NL]I'd drawn of her than at my victory.[A][NL]She kept that picture near her always,[NL]and she looked at it often.[.][A][NL]She rejoiced more in my skill with the[NL]brush than in my skill with the sword.[A][NL]I never understood why[ToggleMouthMove]...[.][ToggleMouthMove] Not until[NL]recently, at any rate.[A][OpenMidRight]Your mother was very kind.[NL]I remember that about her.[A][NL]I'm sorry that she fell ill[.][NL]while you were so young.[A][OpenMidLeft]I feel lucky--I have my memories[NL]of her, after all.[A][NL]Franz, though[.][ToggleMouthMove]...[.][ToggleMouthMove] He was too little[NL]to talk or even walk.[.][A][NL]That's why I kept that picture of[.][NL]her hanging in our home.[A][OpenMidRight]So that's the story behind that[.][NL]picture in your house[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I didn't realize you drew it.[.][A][NL]I remember watching you practice[NL]swordplay when we were little.[A][NL]I wanted to be like you, and I was[NL]irritated that I didn't practice more.[A][NL]I got so upset with myself when I lost[NL]the tournament to you.[A][NL]That's why I work so hard to keep[.][NL]practicing and improving my skills.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]I didn't know[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft][ToggleSmile]Oh, man. It's not like me to get[NL]this introspective.[.][A][NL]What is it about you that makes me[NL]talk so much?[.][A][NL]Come on, let's go.[A][ToggleSmile][ToggleSmile][OpenMidRight]Heh. All right.[.][A][NL]Oh, and, Forde[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]What?[.][A][OpenMidRight]When this whole war is over,[NL]teach me how to paint.[A][OpenMidLeft]Yeah, all right. Fine. But we both[NL]have to get out of here alive first.[A][OpenMidRight]It's a deal.[A]}
|
|
MSG_0D04 {[OpenMidLeft][LoadFace][43][NL][OpenMidRight][LoadFace][24][NL][OpenMidRight]You're Selena, aren't you? Commander[NL]of Frelia's pegasus knights?[A][OpenMidLeft]I am.[.][A][NL]And I know who you are. You are[.][NL]Sir Kyle, cavalier of Renais.[.][A][OpenMidRight]I'm honored that you know my name.[NL]I don't believe we've met, have we?[.][A][OpenMidLeft]We met once, about ten years ago[NL]or so. You may have forgotten.[A][OpenMidRight]Ten years ago[.][ToggleMouthMove]...[.][ToggleMouthMove][.....] Wait,[NL]you're[ToggleMouthMove]...[.][ToggleMouthMove]THAT Syrene!?[.][A][OpenMidLeft][ToggleSmile]So, you've finally remembered me?[.][A][ToggleSmile][ToggleSmile][OpenMidRight]Do I ever! I didn't think[.][NL]I'd ever see you again.[.][A][OpenMidLeft]Well, Sir Kyle, you certainly[.][NL]have turned out well.[.][A][OpenMidRight]Oh, please. Let's do away with[NL]the honorifics, shall we?[.][A][OpenMidLeft]Of course, Kyle. Ah, you haven't[NL]changed at all. It takes me back.[.][A][OpenMidRight]I barely recognized you, Syrene.[NL]You look completely changed.[A][NL]I had no idea you'd become a[NL]knight--a pegasus knight, no less![A][OpenMidLeft]That's nice of you to say.[NL]So I've grown, have I?[A][OpenMidRight]You've grown a lot. It's a shame we[.][NL]have to be reunited on a battlefield.[.][A][OpenMidLeft]You're right about that. We ought[.][NL]to sit down and talk soon.[A][OpenMidRight]I'd like that, too, Syrene. But let's[.][NL]finish off this lot first, shall we?[A][OpenMidLeft]All right, but don't try to be a[NL]hero like last time, all right?[.][A][OpenMidRight][ToggleSmile]A hero? What did I do?[A][ToggleSmile][OpenMidLeft]Well, that's your homework.[.][NL]See if you can't remember.[A]}
|
|
MSG_0D05 {[OpenMidLeft][LoadFace][24][NL][OpenMidRight][LoadFace][43][NL][OpenMidRight][ToggleSmile]How are you holding up, Kyle?[.][A][ToggleSmile][OpenMidLeft]The war is tough, but my sword[NL]arm is strong, and I am well.[.][A][OpenMidRight]Mmm. That's an awfully stuffy response.[.][A][OpenMidLeft]Stuffy? It's accurate.[NL]Isn't that enough?[A][NL]But that's beside the point. I still can't[NL]figure out what you were talking about.[.][A][OpenMidRight]Oh, your homework? You've been thinking[.][NL]about it all this time? You're so serious![A][NL][ToggleSmile]I was right. You haven't changed in the[.][NL]slightest. You've always been this way.[.][A][NL]Remember when I tried to show you around[NL]Frelia's castle town?[.][A][NL]You said, [LQuote]I'm here to do my duty. Not to[.][NL]sightsee,[RQuote] and you went back inside.[A][NL]You went home without even trying[.][NL]Frelia's fabulous seafood![A][NL]King Hayden thought I'd been remiss[.][NL]in showing you our fair city.[.][A][ToggleSmile][OpenMidLeft]I'm sorry about that, Syrene.[.][NL]I had no idea[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I was on a special mission to[.][NL]deliver a letter to King Hayden.[A][NL]I didn't have any time for[NL]sightseeing, like I'd said.[.][A][OpenMidRight][ToggleSmile]Are you seriously apologizing[.][NL]for that? It was so long ago![.][A][ToggleSmile][ToggleSmile][OpenMidLeft]Ha ha ha[ToggleMouthMove]...[.][ToggleMouthMove] You're right,[NL]you're right.[.][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]I know I was only there for three[.][NL]days, but that was a memorable trip.[A][NL]I grew up in landlocked Renais. I'd[.][NL]never seen the ocean.[.][A][NL]Not before you showed it to me.[.][A][OpenMidRight]You didn't show any interest at[.][NL]all in local culture or cuisine.[A][NL]But when I asked if you'd like to[.][NL]go to the sea, you got so excited![A][OpenMidLeft]It was intense. I felt so small,[NL]standing there, staring at the sea.[.][A][NL]Looking over the waves, I hoped that I[NL]could be that strong, that persistent.[A][OpenMidRight]I think that's the only time[NL]I've ever seen the real you.[A][NL]I know we only spent a half day[.][NL]together, but it was such fun.[A][OpenMidLeft][ToggleSmile]Really?[.][NL][ToggleSmile]I'm glad to hear that.[A][OpenMidRight]Maybe sometime, we can[NL]do that again.[A][OpenMidLeft]I'd like that. Let's use that[.][NL]hope to drive us on.[A][NL]When we've restored peace, we'll[NL]go see the Frelian coast again.[.][A][OpenMidRight]Yes, definitely.[A]}
|
|
MSG_0D06 {[OpenMidLeft][LoadFace][43][NL][OpenMidRight][LoadFace][24][NL][OpenMidRight]What's wrong, Syrene?[.][NL]Are you hurt?[.][A][OpenMidLeft]No, I'm fine, but I'm worried[.][NL]about my pegasus[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Here, let me take a look.[.][A][NL]Hm. Looks like he's got a wound here[NL]that hasn't properly healed.[A][NL][ToggleSmile]I can fix this up for you.[A][NL]It's nothing serious, but you might want[NL]to get him some proper care later.[A][ToggleSmile][ToggleSmile][OpenMidLeft]Thanks, Kyle. You're a lifesaver.[.][A][NL][ToggleSmile]It was careless of me not to[NL]have noticed the injury.[A][ToggleSmile][OpenMidRight]Your pegasus is smart. He may have hidden[.][NL]it from you so as not to worry you.[.][A][NL]It's not your fault, Syrene. You[NL]shouldn't worry about it.[.][A][OpenMidLeft][ToggleSmile]No, I'm just not fit to be a pegasus[NL]knight. I'm so pitiful.[.][A][NL]If you hadn't seen that injury, I could[.][NL]have put us both in danger.[.][A][NL]I could have cost us both our lives.[A][ToggleSmile][OpenMidRight]You're being too hard on yourself.[A][NL]If you were in danger, I would have[.][NL]been at your side in an instant.[A][NL]I'm sure you would do the same,[.][NL]wouldn't you?[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Yes, gladly.[A][OpenMidRight]We just have to help one another[NL]out if something happens.[.][A][NL]You and I have been friends for[.][NL]over ten years, after all.[A][OpenMidLeft][ToggleSmile]For over ten years?[.][A][ToggleSmile][OpenMidRight]That's right, Syrene. You did[.][NL]the same for me back then.[A][OpenMidLeft][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]Back then?[A][ToggleSmile][OpenMidRight]It was on the day I left Frelia.[A][NL]Near the border, I came upon some[.][NL]bandits harassing a poor merchant.[A][NL]I tried to help him, but I was[NL]outnumbered. Badly.[.][A][NL]When they saw I was a knight, they[NL]wasted no time surrounding me.[A][NL]I thought that was it for me, but[.][NL]then, out of nowhere, you show up.[A][NL]You and I drove off those bandits,[NL]and you saved my life that day.[.][A][OpenMidLeft][ToggleSmile]I see you've finished your homework.[A][ToggleSmile][OpenMidRight]Oh, so that's what you wanted me to[.][NL]remember! [LQuote]Don't be a hero[RQuote] indeed![.][A][OpenMidLeft]You'd left Frelia before I could give[.][NL]you a going-away present.[.][A][NL]I went out, hoping to catch up to you,[NL]when I saw you surrounded by bandits.[.][A][NL]You were fighting all those bandits[.][NL]on your own to save that merchant[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'd never seen a knight so dedicated[NL]to the protection of the innocent.[A][OpenMidRight]Going-away present[ToggleMouthMove]...[.][ToggleMouthMove] You're[.][NL]talking about this, aren't you?[.][A][OpenMidLeft][ToggleSmile]The wooden pegasus I carved for you![NL][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]You still have it?[A][OpenMidRight]Of course I do! After we dealt with[.][NL]those bandits, you said to me,[A][NL][LQuote]Keep this, and remember Frelia.[RQuote][.][A][NL]How could I possibly misplace it?[.][NL]I carry it with me as a reminder.[.][A][NL]As long as I have this, I feel like I'll[NL]always have someone watching over me.[.][A][NL]Actually, I started collecting wooden[.][NL]figurines since you gave me this.[.][A][NL]But I always carry this one on me.[A][OpenMidLeft]I'm glad to hear it's[.][NL]meant so much to you.[.][A][OpenMidRight]I'll treasure it always.[A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][.....][NL][ToggleMouthMove]...[.][ToggleMouthMove]Kyle[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]When we're all at peace again,[NL]won't you visit Frelia once more?[.][A][OpenMidRight]You know[ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]I was thinking about that, too.[.][A][NL]I think I really missed out by[NL]not having Frelian seafood.[.][A][NL]This time around, I won't miss it.[NL]And I should see some sights, too.[A][NL]Will you show me around, Syrene?[A][OpenMidLeft]Yes, I'd love to. I've been told[NL]I can fry up a mean fish, too![A]}
|
|
MSG_0D07 {[ToggleSmile][OpenMidLeft][LoadFace][44][NL][OpenMidRight][LoadFace][43][NL][OpenMidLeft][MoveMidLeft][OpenMidLeft]Syrene![.][A][OpenMidRight][ToggleSmile]Princess Tana! You've put the[.][NL]whole court in an uproar, you know?[.][A][NL]Running off to fight with this[NL]troop without a word to your father?[A][ToggleSmile][OpenMidLeft]I'm sorry for all the trouble[.][NL]I've caused, but I'm fine.[A][OpenMidRight]I was ordered to watch over you[.][NL]and ensure your safe return.[A][NL]I intend to stay by your side and[.][NL]serve as your bodyguard, Princess.[A][OpenMidLeft]I'm happy to have you at my[.][NL]side, Syrene.[.][A][NL]Honestly, I was starting to[.][NL]get a little fed up.[A][OpenMidRight][ToggleSmile]Why is that, Princess?[A][ToggleSmile][OpenMidLeft][ToggleSmile]I saw that letter my father had[.][NL]sent. [LQuote]Defend Tana to the death[RQuote]!?[A][NL]Is he serious? The soldiers think[.][NL]so--they won't leave me alone![A][NL]I appreciate the concern, but[.][NL]I'd like a LITTLE privacy![A][ToggleSmile][OpenMidRight]Ha ha ha[ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]That does sound like King Hayden.[.][A][NL]He looked so sad when you left.[.][NL]It was more than I could bear.[A][OpenMidLeft][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]I know. I feel bad[ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]Hey, Syrene.[A][NL]Doesn't this remind you of when[.][NL]we were children?[.][A][NL]When we were together, it was like[NL]I finally had an older sister.[A][OpenMidRight]That was my first assignment after[NL]graduating from the academy.[A][NL]I'd been asked to watch over you.[.][NL]It was a huge job for a young knight.[.][A][NL]But I enjoyed my work. You were[.][NL]always so kind. I miss those days.[A][OpenMidLeft][ToggleSmile]I was so lonely when you got[NL]promoted to the pegasus knights.[A][NL][ToggleSmile]But now, I'm glad to see you've[.][NL]risen so high.[A][NL]It means that, even out here in the[.][NL]battlefield, we can spend time together.[A][NL]I want to talk about the old days,[NL]about Frelia and my father.[.][A][OpenMidRight]Yes, let's.[.][A][NL]Shall we go now?[A][OpenMidLeft]All right, but don't[NL]forget about tonight![.][A]}
|
|
MSG_0D08 {[ToggleSmile][OpenMidLeft][LoadFace][44][NL][OpenMidRight][LoadFace][43][NL][OpenMidLeft]Hello, Syrene![A][NL]I'm so glad we talked the other[.][NL]night. I had so much fun.[.][A][OpenMidRight]I did, too, my lady. I was[NL]quite surprised, in fact.[.][A][NL]The young Princess Tana I once[NL]knew has grown so much.[.][A][OpenMidLeft][ToggleSmile]Y-you think so? Tell me,[NL]how have I changed?[.][A][ToggleSmile][OpenMidRight]You're so serious now. This war[.][NL]has made you serious.[.][A][NL]You're not the same princess[NL]I remember from my youth.[.][A][OpenMidLeft][ToggleSmile]I know that I've lived a sheltered[NL]life being the princess.[A][NL]I know that I've taken my family's[NL]wealth for granted.[.][A][NL]When I saw what the war had done to[.][NL]the people of Renais and Frelia,[A][NL]I knew that I needed to do something[NL]to change things.[.][A][NL][ToggleSmile]And you know what? You taught me[NL]something I never forgot.[.][A][OpenMidRight][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]I did?[A][ToggleSmile][OpenMidLeft]Yes, that's right.[A][NL]Your strength and pride[.][NL]as a pegasus knight.[A][NL]Your graciousness and[.][NL]kindness as a human being.[A][NL]Your example is a lesson that[.][NL]has stuck with me, Syrene.[A][OpenMidRight]I'm honored to hear that I've[.][NL]had such an impact on you.[A][NL]You truly are a kind lady.[A][NL]Serving the Frelian royal house[.][NL]has been my greatest joy.[.][A][OpenMidLeft]There's[.][ToggleMouthMove]...[.][ToggleMouthMove]another lesson I was[NL]hoping you could teach me.[A][OpenMidRight]If I can help, I would be glad to.[A][OpenMidLeft]I'd like you to teach me[ToggleMouthMove]...[.][ToggleMouthMove]cooking.[A][OpenMidRight][ToggleSmile]I can make some traditional Frelian[.][NL]dishes, but I'm no gourmet chef[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]But if you don't mind, then I'd be[NL]happy to teach you what I know.[.][A][OpenMidLeft]Thank you! When I return home to[NL]Frelia after this war is over,[A][NL]I hope to cook my parents a proper[NL]meal to apologize for running off.[A][OpenMidRight]I'm sure they'll be surprised to see[NL]how much you've grown out here.[.][A][NL]Surprised and pleased. They'll certainly[NL]forgive you for going off on your own.[A][OpenMidLeft][ToggleSmile]Sometimes, I wonder[.][ToggleMouthMove]...[.][ToggleMouthMove] I do[.][NL]hope that they forgive me.[A][ToggleSmile][OpenMidRight]Of course they will. They're angry[NL]because they're concerned.[A][NL]If you return safely, they will[.][NL]be relieved, not upset.[.][A][OpenMidLeft][ToggleSmile]You're right[ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]Thank you, Syrene.[A][NL]But it can't hurt to ease their[.][NL]anger with some good food![A][OpenMidRight]Right you are, milady. I'll teach[.][NL]you everything I know about food.[.][A]}
|
|
MSG_0D09 {[ToggleSmile][OpenMidLeft][LoadFace][44][NL][OpenMidRight][LoadFace][43][NL][OpenMidRight]That food you made the other night was[NL]fabulous. The soldiers told me about it.[A][OpenMidLeft][ToggleSmile]Really? [ToggleSmile]They were talking about[.][NL]my food? I was so nervous.[A][OpenMidRight]You've learned the basics well. That's[NL]a solid foundation for all Frelian food.[A][NL]Take care of yourself, milady.[A][NL]I look forward to hearing how your[NL]parents respond to your cooking.[A][OpenMidLeft]You take care of yourself, too, Syrene.[.][NL]It's your duty to protect me, right?[A][NL]Then I want you to fulfill your duty[NL]and promise to go home with me![.][A][OpenMidRight]I shall do what I can.[A][NL][ToggleSmile]But the battlefield can be a[NL]dangerous place, milady.[A][NL]If something happens to me, see to[NL]it that you return home safely.[.][A][ToggleSmile][ToggleSmile][OpenMidLeft]Syrene[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][MoveLeft][OpenLeft]You're like a real sister to me.[NL]I've always admired you.[A][NL]You've taught me so much already,[.][A][NL]and there's so much more that I[.][NL]can learn from you[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][OpenLeft][MoveLeft][OpenLeft]So you can't die. You have to come[NL]back home to Frelia with me.[A][NL]No matter what.[.][A][OpenMidRight]Princess Tana[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][MoveRight][OpenRight]I shall never leave your side, milady.[....][NL]But if something should happen to me[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If, perchance, I were to[ToggleMouthMove]...[.][ToggleMouthMove]to die,[.][NL]I would die happy knowing you were safe.[A][NL][ToggleSmile]Please, don't waste my sacrifice.[.][NL]Make it home, safe, alive, and well.[A][ToggleSmile][OpenLeft][ToggleSmile]I will. I promise.[NL][ToggleSmile]But you have to promise me[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Promise that you will do everything[.][NL]in your power to return home with me.[.][A][OpenRight][ToggleSmile]I will, Princess Tana. We will[NL]return to Frelia together. I promise.[.][A][ToggleSmile]}
|
|
MSG_0D0A {[OpenMidLeft][LoadFace][44][NL][OpenMidRight][LoadFace][19][NL][OpenMidLeft][ToggleSmile]Hello, Sir Cormag.[A][ToggleSmile][OpenMidRight]Princess Tana![A][NL]That still sounds so odd to me. You know,[.][NL]I had no idea you were a princess at first.[.][A][NL]But please, just call me Cormag. There's[NL]no need for honorifics with me.[.][A][OpenMidLeft][ToggleSmile]Cormag it is, then. I had[.][NL]a favor to ask of you.[A][ToggleSmile][OpenMidRight]What would you have me do, Princess?[A][OpenMidLeft]I'm prone to attacks from archers[.][NL]when I'm on the battlefield[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]That makes two of us.[.][A][NL]It's a common problem for[.][NL]airborne soldiers.[A][OpenMidLeft][ToggleSmile]I thought perhaps we could keep watch[.][NL]for archers and warn one another.[.][A][ToggleSmile][OpenMidRight]Hm. Yes, you've got a good idea[.][NL]there. A [LQuote]buddy system[RQuote] of sorts.[.][A][NL]But if you saw an ally in danger, you'd[.][NL]warn him regardless, wouldn't you?[A][OpenMidLeft]Well, of course! But we're so high[NL]up that I was worried[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If I saw an archer, I didn't think[NL]my voice would carry to you in time.[A][NL][ToggleSmile]Perhaps the neighing of a pegasus or[NL]the cries of a wyvern could carry[.][A][NL]far enough to warn the others.[A][ToggleSmile][OpenMidRight]Oh! I see[.][ToggleMouthMove]...[.][ToggleMouthMove] Yes, we might not be able[NL]to hear each other in the heat of battle.[.][A][NL]But our steeds can be louder than[.][NL]either of us could.[.][A][NL][ToggleSmile]And trust me, my wyvern's shriek can[NL]pierce your ear from two leagues away.[A][NL][ToggleSmile]A brilliant idea, Your Highness.[A][ToggleSmile][OpenMidLeft]Really?[.][NL]Thank you.[A][OpenMidRight]Right, so if we see anything out there,[.][NL]we'll have our mounts call out, right?[A][OpenMidLeft]Yes, and thank you, Cormag.[.][A]}
|
|
MSG_0D0B {[ToggleSmile][OpenMidLeft][LoadFace][44][NL][OpenMidRight][LoadFace][19][NL][OpenMidLeft]Cormag, thanks for warning me about[.][NL]that archer the other day.[A][NL]Your wyvern startled me, but I think[NL]you may have saved my life![.][A][OpenMidRight]Well, you should thank him, then.[.][NL]I can't take credit for it.[.][A][NL]I mean, he started shrieking out to[.][NL]you before I even saw that bowman.[A][OpenMidLeft][ToggleSmile]Really?[.][....][NL]That's amazing[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]In that case[ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][.....][OpenMidLeft][MoveLeft][OpenLeft][ToggleSmile][.....]Thank you.[A][ToggleSmile][ToggleSmile][OpenMidRight]The bond between a wyvern and rider[.][NL]is close, and this guy's a smart one.[.][A][NL]I'm sure you and your pegasus[.][NL]are the same, wouldn't you say?[.][A][OpenLeft]Oh, yes. It's the same with every[.][NL]knight and her pegasus.[.][A][NL]It's so sad to see how war has changed[NL]the way we relate to our animal allies.[.][A][NL]It's taking such a tremendous toll[NL]on these beautiful creatures.[.][A][OpenMidRight]I agree. This whole war is ludicrous.[.][A][NL]War itself is madness, even more so if[NL]it's for greed or the fantasy of power.[.][A][OpenLeft]I hope our efforts end this war quickly.[NL]I don't want to see anyone else die.[A][OpenMidRight]Nor do I. But you cannot race[.][NL]headlong into battle.[.][A][NL]We'll need you to help rebuild[NL]our shattered nations, after all.[.][A][NL]We soldiers are expendable, but[.][NL]you regal types aren't.[.][A][OpenLeft][MoveLeft][OpenLeft]Cormag, don't say that![.][A][OpenMidRight]But it's true.[A][OpenLeft]No! No life is expendable![A][OpenMidRight]Your Highness[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]Don't throw your life away.[.][NL][ToggleSmile]Promise me, will you?[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]As you wish, Princess.[NL]I'll be careful.[A][OpenLeft][ToggleSmile]I have your promise, Cormag.[A][ToggleSmile]}
|
|
MSG_0D0C {[OpenMidLeft][LoadFace][44][NL][OpenMidRight][LoadFace][19][NL][OpenMidLeft]What are you fighting for, Cormag?[A][OpenMidRight]What makes you ask?[.][A][OpenMidLeft]I saw you fighting earlier[ToggleMouthMove]...[.][ToggleMouthMove][NL]and for some reason, it made me sad.[A][OpenMidRight]I see. I can think of many reasons[NL]why a man would fight.[A][NL]Atonement, revenge, entertainment[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]For power[.][ToggleMouthMove]...[.][ToggleMouthMove] For fun[ToggleMouthMove]...[.][A][NL]But I don't know the reason[.][NL]I am fighting anymore.[A][ToggleMouthMove][OpenMidLeft]Cormag[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]What more would you expect from a[.][NL]man who's lost his faith?[.][A][NL]A man whose emperor has gone mad,[.][NL]whose homeland is collapsing?[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]What are you going to do[NL]when the war is over?[.][A][OpenMidRight]I'll help rebuild Grado, of course,[.][NL]but I'm not sure beyond that.[.][A][NL]I doubt that I'll remain in Grado[.][NL]for long, though.[.][A][NL]They've branded me a traitor. I'll[NL]find no home awaiting me there.[.][A][OpenMidLeft][ToggleSmile]Then why don't you come to Frelia?[NL]You can join us as an airborne knight![A][ToggleSmile][OpenMidRight]And what makes you think a traitor[NL]like me would be welcomed in Frelia?[A][OpenMidLeft][ToggleSmile]You're no traitor, Cormag. You've[.][NL]stayed true to your beliefs.[A][NL][ToggleSmile]That sadness I saw in you comes from your[.][NL]own country's betrayal of those beliefs.[A][NL]Your sadness runs as deep as your[.][NL]faith in Grado once ran.[A][NL][ToggleSmile]I want your faith, your strength, and[.][NL]your passion to serve Frelia now.[.][A][ToggleSmile][OpenMidRight]I appreciate the offer, but I cannot[NL]reforge the oaths I've broken.[A][NL][ToggleSmile]I'm sorry.[A][ToggleSmile][OpenMidLeft]It's all right.[.][.....][NL]I understand your feelings.[.][A][NL][ToggleSmile]However, if you ever wish to serve[NL]your beliefs again, remember my offer.[A][ToggleSmile][OpenMidRight][ToggleSmile]I might just give up this soldiering[NL]nonsense and go into woodworking.[.][A][ToggleSmile][ToggleSmile][OpenMidLeft]Then I'll track you down in[.][NL]your woodshop and ask again.[A][OpenMidRight]You may not look it, but you're[.][NL]pretty strong willed for a princess.[A][NL]I'll think about your offer.[A]}
|
|
MSG_0D0D {[OpenMidLeft][LoadFace][44][NL][OpenMidRight][LoadFace][15][NL][OpenMidLeft][ToggleSmile]Innes![A][ToggleSmile][OpenMidRight]Tana[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]I'm so glad to find you safe![.][NL]Everyone back home is worried.[A][NL]Don't you worry, though. I'll[.][NL]protect you from now on.[A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Tana, what are you doing here? You[NL]have no place on the battlefield.[.][A][NL]I want you to return to Castle[NL]Frelia immediately.[.][A][OpenMidLeft][MoveMidLeft][OpenMidLeft]Why does everyone say that!?[A][NL]I am one of Frelia's pegasus[NL]knights and a trained soldier![A][NL]I studied with Syrene and Vanessa,[NL]two of Frelia's finest![.][A][OpenMidRight]And you're also a Frelian princess.[.][A][NL]You should not be fighting. What[NL]would happen if you were injured?[.][A][OpenMidLeft]No! I'm not going back![.][A][OpenMidRight]Tana![.][A][OpenMidLeft][MoveMidLeft][OpenMidLeft]I won't go back![A][OpenMidLeft][ClearFace][OpenMidRight]Why does she always[.][NL]have to be like this?[.][A]}
|
|
MSG_0D0E {[OpenMidLeft][LoadFace][44][NL][OpenMidRight][LoadFace][15][NL][OpenMidLeft][ToggleSmile]Did you see me out on[.][NL]the battlefield, Innes?[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft][ToggleSmile]I knew I made the right decision,[.][NL]coming out here.[A][NL]I feel like our strategy is becoming[NL]much better, as is our fighting.[A][NL]You do agree, don't you, Innes?[.][A][ToggleSmile][OpenMidRight]I grant you some small credit for your[NL]achievements on the field of war.[.][A][NL]However, I still insist that you[NL]return to Frelia.[.][A][OpenMidLeft]Why!?[.][A][OpenMidRight]It's true that you've gained some[.][NL]experience out on the battlefield.[A][NL]But your ignorance of the world[.][NL]around you is simply appalling.[.][A][NL]It must be tough for a pampered castle[NL]brat like you to interact with soldiers.[A][OpenMidLeft]If you can say something like that to your[NL]own sister, I'm more worried about you.[.][A][NL]Even when you're right--and your[NL]judgment is good, I know--[A][NL]you're so blunt that I don't think many[.][NL]people will want to listen to you.[A][OpenMidRight]Never mind about me. This is[NL]about you, Tana.[A][NL]If you keep traveling with us, someone[NL]might take advantage of your naivet[.][AccentedE].[.][A][NL]More than anything, I can't allow[.][NL]that Ephraim to--[.][A][OpenMidLeft]What are you saying? Do you[.][NL]really think Ephraim and I--[A][OpenMidRight]No. Even if you're not interested[.][NL]in him in the slightest, I[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I simply do not want to see[.][NL]you get hurt.[.][A][OpenMidLeft]Innes, what are you suggesting?[.][A][NL]If that's the way you're going to[.][NL]be, I just won't talk to you anymore![.][A][OpenMidLeft][ClearFace][OpenMidRight]Tana, wait. I'm not finished![.][A][.....][NL]Blast[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0D0F {[OpenMidLeft][LoadFace][44][NL][OpenMidRight][LoadFace][15][NL][OpenMidLeft][MoveMidLeft][OpenMidLeft][MoveMidLeft][OpenMidLeft]Oh, Innes![NL]Why can't you understand!?[A][OpenMidRight]Why can't you listen to your brother?[.][NL]Why are you always so stubborn!?[A][OpenMidLeft]You're the stubborn one, Innes![.][NL]Why can't you understand how I feel?[A][NL]You're my only brother, and I have[NL]no one else on whom I can rely[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I don't want to waste our time[NL]together arguing![.][A][OpenMidRight]Tana[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]You don't know how much I envy Eirika[.][NL]and Ephraim their closeness.[A][NL]They understand one another's thoughts[NL]and feelings perfectly all the time![A][NL]Why aren't we like that? Why do you[.][NL]never understand me, Innes?[.][A][OpenMidRight]Tana, wait.[.][A][NL]I don't say these things[NL]because I hate you.[.][A][OpenMidLeft]That's a lie! You're always so[NL]mean to me, Innes![A][NL]You make no effort to understand[NL]how I feel.[.][A][OpenMidRight]That's not true.[A][NL]I'm still your brother, and I think[.][NL]I know you better than anyone else.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Do you mean that, Innes?[A][OpenMidRight]Absolutely.[.][A][NL]Do you remember the incident[NL]with the crown?[.][A][OpenMidLeft]Hm[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]Oh![.][A][NL2][NL]I remember. It was when I was very[NL]little, and I lost Father's crown.[A][NL]He was so angry with me. I thought[NL]he would never stop yelling.[A][NL]I was so terrified of his wrath, and[NL]I just couldn't stop crying.[A][NL][ToggleSmile]I honestly believed Father would[NL]throw me in the dungeon![A][NL]But you searched the castle from top[NL]to bottom, and you found the crown.[.][A][NL]And I remember what you told Father[.][NL]when you brought it back to him:[A][NL][LQuote]I took your crown, Father. I wanted to[.][NL]see what it would look like on my head.[RQuote][A][NL]I remember how happy I was when I heard[.][NL]Father laughing at your words.[A][NL]I thought I was the luckiest girl in[NL]the world to have a brother like you.[.][A][ToggleSmile][OpenMidRight][ToggleSmile]I know how you feel better[NL]than anyone else.[.][A][NL]And that's no lie.[A][ToggleSmile][OpenMidLeft]Innes[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]I understand now why you[NL]said what you said.[.][A][NL][ToggleSmile]But please, forgive me for[NL]being here, for not going home.[.][A][NL]I simply wanted to be near[NL]you, my beloved brother.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]You win. I'll let you stay.[.][A][NL][ToggleSmile]But you be sure to apologize to[.][NL]our father when we return home.[.][A][NL][ToggleSmile]And don't worry too much. I'll be[.][NL]there with you when you do.[.][A][ToggleSmile][ToggleSmile][OpenMidLeft]Really?[.][NL]I love you, Innes![A][NL][OpenMidLeft][MoveLeft][OpenLeft]You're the best brother[.][NL]anyone could have![A][OpenMidRight]And you are quite[.][NL]a handful, Sister.[A]}
|
|
MSG_0D10 {[OpenMidLeft][LoadFace][44][NL][OpenMidRight][LoadFace][30][NL][OpenMidLeft]Oh! You're one of Gerik's[.][NL]mercenaries, aren't you?[A][OpenMidRight]Frelia's princess[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]Yes, that's right. I'm Tana.[NL]What's your name?[.][A][ToggleSmile][OpenMidRight]Marisa.[.][A][OpenMidLeft][ToggleSmile]Nice to meet you, Marisa![.][A][NL]I just wanted to tell you how[.][NL]much I appreciate you all.[A][NL]Mercenaries, I mean. It's because[.][NL]of you that we're doing so well.[A][ToggleSmile][OpenMidRight]It's my job, and I'm doing it.[NL]No need to thank me.[A][OpenMidLeft]But I'd always heard mercenaries were[.][NL]renegades, cutthroats, and oath breakers.[.][A][NL][ToggleSmile]You're nothing like that, though.[.][A][NL]So that's why I wanted to thank[.][NL]you--for fighting so hard for us.[.][A][ToggleSmile][OpenMidRight]It's not out of loyalty to you[NL]or to any kingdom.[A][NL]I'm happy as long as I have a[.][NL]chance to swing my sword.[.][A][OpenMidLeft]Oh[ToggleMouthMove]...[.][ToggleMouthMove] Is that so[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]But it doesn't matter to me![A][NL]You're helping us now, and I[NL]know you'd never betray us.[.][A][ToggleSmile][OpenMidRight]I don't care what you think.[A][OpenMidRight][ClearFace][OpenMidLeft]But-but[.][ToggleMouthMove]...[.][ToggleMouthMove] Oh, wait![A][NL2][NL]Well[ToggleMouthMove]...[.][ToggleMouthMove] She doesn't talk[.][NL]much, does she[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0D11 {[OpenMidLeft][LoadFace][44][NL][OpenMidRight][LoadFace][30][NL][OpenMidLeft][ToggleSmile]Oh, Marisa.[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]What is it?[.][....] What's the matter?[.][.....][NL][ToggleSmile]Oh! Have you never seen a pegasus?[A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Magnificent.[A][OpenMidLeft][ToggleSmile]Is this your first time ever[NL]seeing a pegasus up close?[A][ToggleSmile][OpenMidRight]Yes.[A][NL]I've fought beside pegasus knights,[.][NL]but I've never been this close before.[A][OpenMidLeft][ToggleSmile]Well?[.][....] What do you think?[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I thought they would have more delicate[.][NL]legs, because they fly so much.[.][A][OpenMidLeft][ToggleSmile]Oh, they can gallop quite quickly.[NL]They don't always have to fly.[A][ToggleSmile][OpenMidRight]Interesting.[NL][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It is truly magnificent.[NL]Powerful and beautiful.[.][A][OpenMidLeft][ToggleSmile]Would you like to touch him?[NL]Pet his head. Achaeus likes that.[.][A][ToggleSmile][OpenMidRight]Touch[.][ToggleMouthMove]...[.][ToggleMouthMove]him?[A][OpenMidLeft][ToggleSmile]Of course. Be my guest.[.][NL]Unless you're[.][ToggleMouthMove]...[.][ToggleMouthMove]scared?[.][A][ToggleSmile][OpenMidRight]I'm not scared.[.][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]Very well.[A][NL][CloseSpeechSlow][OpenMidRight][MoveRight][.....][OpenRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft][ToggleSmile]That's it[.][ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleMouthMove]......[ToggleMouthMove][A][NL]See?[NL]He is happy.[A][ToggleSmile][OpenRight]Your pegasus is named[.][ToggleMouthMove]...[.][ToggleMouthMove]Achaeus[.][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]That is a good name. A strong name.[.][A][OpenMidLeft][ToggleSmile]Thanks.[.][A][NL]Syrene named him. She's a pegasus[.][NL]knight. She's sort of my mentor.[A][NL]Someday, I want to be as graceful[.][NL]and strong as Syrene.[.][A][NL]And then, like Syrene, I'll pass my[.][NL]experiences on to the next generation.[A][ToggleSmile][OpenRight]I see. I have no goal but[.][NL]to master my swordsmanship.[.][A][OpenMidLeft][ToggleSmile]Oh, but that's a fine dream! Then[.][NL]let's keep working, shall we?[.][A][ToggleSmile][OpenRight][ToggleMouthMove]...[.][ToggleMouthMove]Yes.[A]}
|
|
MSG_0D12 {[OpenMidLeft][LoadFace][44][NL][OpenMidRight][LoadFace][30][NL][OpenMidLeft]Marisa, is it difficult to[NL]improve your swordsmanship?[.][A][OpenMidRight]It is.[A][NL]I practice daily. I've fought a[.][NL]thousand men and won each time.[.][A][NL]And still, I have seen only the barest[NL]glimpse of what I could achieve.[A][OpenMidLeft]Really[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Maybe you shouldn't press[.][NL]yourself so hard.[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft][ToggleSmile]I can see how dedicated you are[.][NL]to becoming a better swordfighter.[A][NL]But if you focus too much on a lofty goal,[NL]you might not notice when you reach it.[.][A][NL]And I have no doubt you will reach it.[A][ToggleSmile][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]What is it, Marisa?[.][A][OpenMidRight]Why do you waste your time[NL]speaking with me, Princess?[.][A][OpenMidLeft][ToggleSmile]Oh, am I not supposed to do that?[.][A][ToggleSmile][OpenMidRight]It's not a matter of whether[NL]you should or should not.[.][A][OpenMidLeft][ToggleSmile]At first, I thought you were brusque[NL]and[.][ToggleMouthMove]...[.][ToggleMouthMove]maybe a little intimidating, too.[.][A][NL]But you're not like that at all. You're[.][NL]just shy--and a poor conversationalist.[.][A][ToggleSmile][OpenMidRight]A poor--[.....] You know, many of my[.][NL]fellow swordsmen still fear me.[.][A][OpenMidLeft][ToggleSmile]I'm sure they do. Your grace with[.][NL]the sword is something else.[A][NL]But when you're not fighting, you're[NL]completely different. More pensive.[.][A][NL]You're so dedicated to your goal. You[.][NL]have that far-off look in your eyes,[A][NL]like you're lost in thoughts of love[NL]or something like that.[.][A][ToggleSmile][OpenMidRight]You've already made up your mind, Princess,[.][NL]so there's no point in my arguing.[A][OpenMidLeft][ToggleSmile]Then we agree! Oh, but there's[NL]one more thing.[.][A][NL]Just call me Tana. You don't have[.][NL]to keep calling me [LQuote]Princess.[RQuote][A][ToggleSmile][OpenMidRight]Why?[A][OpenMidLeft][ToggleSmile]We're friends now.[A][ToggleSmile][OpenMidRight]Friends?[A][OpenMidLeft][ToggleSmile]That's right! So just call me Tana.[.][A][NL]I don't want you to worry about royal[.][NL]titles and formality when we talk.[A][NL]You say you've dedicated yourself to[NL]the sword, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]that doesn't mean you can't have[NL]a friend or two, does it?[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][.....][NL][ToggleSmile]Well, Marisa?[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][.....][NL]No, that doesn't sound[ToggleMouthMove]...[.][ToggleMouthMove]bad.[A][OpenMidLeft][ToggleSmile]Great! Boy, I don't know what I would[.][NL]have done if you'd said no.[.][A][NL]But there it is. We're friends[NL]now, right, Marisa?[.][A][ToggleSmile][ToggleSmile][OpenMidRight]As you say, Tana.[.][A]}
|
|
MSG_0D13 {[OpenMidLeft][LoadFace][15][NL][OpenMidRight][LoadFace][27][NL][OpenMidRight][ToggleSmile]Hey, Prince![NL]How's it going?[.][A][ToggleSmile][OpenMidLeft]Gerik[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm sorry you had to see[NL]that ugly side of me.[.][A][OpenMidRight]Huh? What do you mean?[A][OpenMidLeft]At Renvall, when you stayed by me.[A][NL]If not for your loyalty, I would have fallen[NL]into the hands of those mercenaries.[A][OpenMidRight][ToggleSmile]Ah, well, that's my job, innit?[.][A][NL]But what's your point? This[.][NL]is unlike you, Prince.[A][ToggleSmile][OpenMidLeft]I've guided men into battle countless[.][NL]times before that day.[A][NL]I've always tried to be a model commander,[NL]to guide others by my example.[A][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove]I found that many of my soldiers[NL]wanted a less severe example to follow.[.][A][OpenMidRight][ToggleSmile]Ha ha ha[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]But you're different. I've known[NL]that from the day we first met.[.][A][NL]How do you stay so composed in[NL]the heat of battle?[.][A][OpenMidRight][ToggleSmile]I don't know how to answer that[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I suppose it's just in my nature.[.][A][NL2][NL]Long discussions on the battlefield,[NL]however, are not. Let's go already.[.][A][ToggleSmile][OpenMidLeft]Ahh[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0D14 {[OpenMidLeft][LoadFace][15][NL][OpenMidRight][LoadFace][27][NL][OpenMidLeft]Nice work, Gerik[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I see the Desert Tiger is[.][NL]still as fierce as ever.[A][OpenMidRight][ToggleSmile]I can't believe my skill with the blade[.][NL]is known in circles as high as yours.[.][A][NL]Let me tell you, I didn't get into this[.][NL]line of work because I like fighting.[.][A][NL]It was a twist of fate that started[.][NL]me on this path[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]Really? But I've heard of your fame[.][NL]from no less a person than my father.[.][A][NL]He tells me your name was once known[NL]from shore to shore on this continent.[A][OpenMidRight][ToggleSmile]The past is the past. I was just[NL]doing what I had to.[A][NL]If I hadn't, I never would have[.][NL]survived.[.][A][NL]But there's something about combat[NL]that just doesn't agree with my nature.[.][A][ToggleSmile][OpenMidLeft]If that's the case, why are[.][NL]you with these mercenaries?[.][A][OpenMidRight][ToggleSmile]Ahh[.][ToggleMouthMove]... [ToggleMouthMove]The answer is so simple,[NL]you'll probably laugh.[A][NL]Back when I was a kid, a friend from my[.][NL]village said he wanted to be a mercenary.[.][A][NL]He said he was going to be famous, the[NL]greatest warrior in all the land.[.][A][NL]No matter how many times I told him to[NL]give it up, he wouldn't listen to me.[.][A][NL]Well, one day, he left for Jehanna.[.][A][NL]I didn't know what else to do, so I went[NL]with him and joined the guild, too.[.][A][NL]Stupid reason, isn't it? Anyway[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I didn't particularly like fighting, and[NL]while I wasn't opposed to the money,[A][NL]I certainly wasn't in it for fame[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I just couldn't let my friend go off[NL]and get killed.[.][A][ToggleSmile][OpenMidLeft]And where is this friend now?[.][A][OpenMidRight][ToggleSmile]He went off and got killed.[.][A][ToggleSmile][OpenMidLeft]I see[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]So there was no reason for me to[NL]continue being a mercenary[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But then there were other men who I[.][NL]considered to be my friends.[A][NL]I couldn't bring myself to abandon them[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]And so the years passed and here I am.[A][NL]The thing is I can't stand to see my [.][NL]friends die.[A][NL]But if you're in this business long enough,[.][NL]people around you get killed. It happens.[.][A][NL]The only thing you can do is keep moving[NL]forward and try not to think about it.[A][NL]So[ToggleMouthMove]... [ToggleMouthMove]Yes, I'd have a problem if you[NL]got yourself killed.[A][NL]I've got no place else to go, and I'm tired [NL]of trying to forget.[A][ToggleSmile][OpenMidLeft]Hmph[ToggleMouthMove]...[.][ToggleMouthMove][NL]Do you really think I'd lose so easily?[.][A][NL]It won't do for you to underestimate me.[A][OpenMidRight][ToggleSmile]Oh, uh[ToggleMouthMove]... [ToggleMouthMove]Right.[A][ToggleSmile]}
|
|
MSG_0D15 {[OpenMidLeft][LoadFace][15][NL][OpenMidRight][LoadFace][27][NL][OpenMidLeft]Gerik.[A][OpenMidRight][ToggleSmile]Eh?[.][A][ToggleSmile][OpenMidLeft]There's something I've always assumed[.][NL]to be true[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Those born to royalty cannot show[.][NL]others any weaknesses or deficiencies.[A][NL]If they're not perfect at all times, their[NL]enemies will take advantage of them.[A][OpenMidRight][ToggleSmile]Yeah? So?[.][A][ToggleSmile][OpenMidLeft]But meeting you has made me rethink[.][NL]that belief.[A][NL]My father told me before I left that[NL]I should watch you and learn from you.[A][NL]At the time, I believed there was[.][NL]nothing a mercenary could teach me.[.][A][NL]Now I know better. I am thankful to both[NL]my father and you.[A][OpenMidRight][ToggleSmile]That's enough of that. In my opinion,[.][NL]you're much finer than I could ever be.[.][A][NL]The way you live, your manners, and your[NL]bearing[.][ToggleMouthMove]...[.][ToggleMouthMove] I could never pull it off.[.][A][ToggleSmile][OpenMidLeft]Me? What do you mean?[.][A][OpenMidRight][ToggleSmile]Look at you! You're full of confidence.[.][NL]You've got pride.[.][A][NL]When I first met you, I thought,[NL][LQuote]What a high-handed dandy.[RQuote] [A][ToggleSmile][OpenMidLeft]Did you just call me[ToggleMouthMove]...[.][ToggleMouthMove]a dandy?[A][OpenMidRight][ToggleSmile]But that's just who you are.[A][NL]Being proud is not always[.][NL]a bad thing.[A][NL]You must have worked yourself near to[.][NL]death to preserve that pride.[.][A][NL]What I mean is that you never make[NL]excuses for losing or being beaten up.[A][NL]No matter the pain you face or hardship, [.][NL]you keep on fighting to honor that pride.[.][A][NL]It's what defines you, and I can't[NL]say that I don't admire it.[.][A][ToggleSmile][OpenMidLeft]It comes naturally.[.][A][NL]I will be king one day, and I will make[.][NL]Frelia the greatest nation in all the world.[A][NL]It will be a wonderful kingdom of wealth [.][NL]and power.[A][NL]When that day comes, I will command you[.][NL]to become general and lead Frelia's armies.[.][A][NL][ToggleSmile]No, I'll have you come and ask me to[NL]make you general.[.][A][ToggleSmile][OpenMidRight][ToggleSmile]Ha ha ha! I can't wait![.][A][ToggleSmile]}
|
|
MSG_0D16 {[OpenMidLeft][LoadFace][15][NL][OpenMidRight][LoadFace][34][NL][OpenMidRight]Well, hello.[A][OpenMidLeft]Imagine meeting you here.[.][A][OpenMidRight]Yes[.][ToggleMouthMove]... [ToggleMouthMove]You know, I believe this is[.][NL]our first chance to speak privately.[A][NL]I am L'Arachel of the Theocracy of Rausten.[.][NL]It's a pleasure to meet you.[A][OpenMidLeft]I believe you already know my name.[.][A][NL]I am Innes, prince of Frelia.[.][A][OpenMidRight]Speaking of Frelia[ToggleMouthMove]... [ToggleMouthMove]Oh, I remember,[.][NL]the seafood was delicious there.[A][OpenMidLeft]Yes. I would agree that the fish of[.][NL]my homeland is not unpleasant.[A][OpenMidRight]Yes.[A][NL][ToggleSmile]However it does not compare with[NL]that of my home, Rausten.[.][A][ToggleSmile][OpenMidLeft]Is that so?[.][A][NL]I know not what fish your country[.][NL]has to offer, but I have a hard time[A][NL]imagining they could be that much[.][NL]tastier than our own.[.][A][OpenMidRight]Your doubt is not surprising.[.][A][NL]Once this war is over, you must[.][NL]come and visit Rausten.[.][A][NL]I think it best if you try a wide[.][NL]variety of our fish for yourself.[.][A][OpenMidLeft]That's a good idea.[.][NL]I will most certainly do so.[A][NL]And perhaps you have not tasted[.][NL]all the fish Frelia has to offer.[.][A][NL]To be sure, you should visit again.[.][NL]Perhaps a culinary exchange is in order.[A][NL][ToggleSmile]It may be you change your opinion.[A][ToggleSmile][OpenMidRight]We'll see.[......][NL]Very well, I accept your invitation.[A][NL]I will visit your country once more[.][NL]and taste your national dishes.[.][A]}
|
|
MSG_0D17 {[OpenMidLeft][LoadFace][15][NL][OpenMidRight][LoadFace][34][NL][OpenMidLeft]L'Arachel.[A][OpenMidRight]Yes?[A][OpenMidLeft]Are you sure you're supposed[NL]to be here?[.][A][NL]I wonder if you're truly here with the[NL]permission of your superiors.[.][A][OpenMidRight]Of-of course I am![A][NL]What gives you the right to speak[.][NL]to me in such a manner?[.][A][OpenMidLeft]Well, I have heard a bit about[NL]your wild behavior[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]H-how rude you are![.][A][NL]If I were not a holy woman, I[.][NL]would beat you senseless.[.][A][OpenMidLeft]How savage YOU are.[.][A][NL]Perhaps you could learn self-control by[.][NL]observing Frelia's pegasus knights.[.][A][NL][ToggleSmile]Yes, there's something I'd like to show you.[A][NL]When the Frelia's pegasi gather[.][NL]in Walles Forest[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It's a spectacle of such beauty[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidRight]If it is beauty you seek, then[NL]Rausten is second to none.[A][NL]Do you know of Rausten's lofty[NL]peak Mount Mimir.[.][A][NL][ToggleSmile]I pity those who die without having[.][NL]gazed upon its breathtaking beauty.[.][A][ToggleSmile][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]If you recommend it so highly, then[.][NL]yes, I would indeed like to see it.[.][A][OpenMidRight]Yes. That would be splendid[.][NL]indeed.[.][A][NL]But there are many more equally[.][NL]beautiful places in Rausten.[A][OpenMidLeft]Then perhaps you should tell me[.][NL]about them for future reference.[A][NL]And in return, I shall take time to tell you[NL]about the beautiful places in my kingdom.[.][A][OpenMidRight]Yes, I would love to hear more.[.][A]}
|
|
MSG_0D18 {[OpenMidLeft][LoadFace][15][NL][OpenMidRight][LoadFace][34][NL][OpenMidLeft]The Theocracy of Rausten certainly[NL]sounds like a spectacular land.[.][A][OpenMidRight]As does Frelia, much more[.][NL]than I imagined it would.[.][A][NL]And yet[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]You mean to ask which is the[NL]more spectacular? Is that it?[.][A][OpenMidRight]What? That's no question at all![NL]Rausten is clearly superior in every way.[.][A][OpenMidLeft]I expected you would say so.[A][NL]But what of the truth?[NL]Your opinion is subjective, is it not?[A][OpenMidRight]Well[ToggleMouthMove]...[.][ToggleMouthMove]um[ToggleMouthMove]...[.][ToggleMouthMove][NL]All opinions are subjective,[A][NL]but I'm sure an objective evaluation[NL]would yield the same result.[A][OpenMidLeft]To prove that, we will need some[NL]fair and impartial third in our discussion.[.][A][OpenMidRight][ToggleSmile]Indeed! And I have[NL]a splendid idea.[A][NL]Let the pair from Renais judge.[.][A][NL]Surely Ephraim and Eirika can come to[.][NL]a proper decision.[A][ToggleSmile][ToggleSmile][OpenMidLeft]Of course. I agree completely.[A][NL]I think I should remind the two of all[NL]the wonder Frelia holds.[A][OpenMidRight]Then it's decided.[A][NL]They will visit both of our homes, and[NL]we'll show them such splendor as to[.][A][NL]leave them breathless.[A][NL]Invitations to tour our two nations[.][NL]will surely have them overjoyed.[A][OpenMidLeft]It would only be natural.[.][A][OpenMidRight]It would be natural.[A][NL]Very well then. Let us deal with this[.][NL]evil and take those two home with us.[.][A][NL]First and foremost, it is a competition[.][NL]to see whose land is more magnificent![A][OpenMidLeft][ToggleSmile]I can see this whole affair has[.][NL]you very enthralled.[A][NL]I cannot say where this little[NL]competition will lead us[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]But I am more than happy to go[NL]up against you.[.][A][OpenMidRight]Don't blame me if you regret[NL]our contest later, though.[A][NL]You may be composed before others, but[NL]you'll surely be lonely on your own.[A][OpenMidLeft]Be warned yourself. Your words here may[.][NL]prove embarrassing to you later.[A][OpenMidRight]It's not a problem.[.][A][NL]This is just another contest[NL]in the name of all that is holy and true.[.][A][OpenMidLeft]Ah, very well then.[.][A]}
|
|
MSG_0D19 {[OpenMidLeft][LoadFace][28][NL][OpenMidRight][LoadFace][27][NL][OpenMidRight][ToggleSmile]Tethys.[.][NL]How are you feeling?[A][ToggleSmile][ToggleSmile][OpenMidLeft]Oh, Chief. Things are as fine[.][NL]as one could expect.[A][NL]But I've been dancing so much[.][NL]I've worked up quite a sweat.[.][A][NL]At this rate I may even lose a few[NL]inches off of my waistline.[.][A][NL]Who knows, maybe my figure will be[NL]even more alluring than before.[.][A][OpenMidRight]Ha ha ha! Well, I'm not sure that's even[NL]possible, but keep up the good work.[A][NL]Your dancing has had quite a restorative [.][NL]effect on the troops.[.][A][OpenMidLeft]Really? I'm happy to hear it. I[.][NL]must keep dancing then, mustn't I?[A][NL2][NL]Oh, I almost forgot, Chief.[.][A][NL]I have good news, and then I have[.][NL]better news.[A][OpenMidRight]What's the good news?[.][A][OpenMidLeft]I hear today's meal is one of[.][NL]your favorites, herbed stew.[A][OpenMidRight]Oh, that is good news! It's been quite[NL]a while since I've had any.[.][A][NL]And the even better news?[.][A][OpenMidLeft]In this next battle, you'll get your hands[NL]on some sort of an incredible treasure.[.][A][OpenMidRight]A treasure?[.][A][OpenMidLeft]Yes, that's right, some sort of treasure.[.][A][OpenMidRight]Ha ha ha! I see. I don't know what it[.][NL]might be, but I can't wait for it.[A][NL]Nor for today's meal.[.][A][OpenMidLeft]I'm going to continue dancing a bit longer[NL]so as to work up a healthy appetite.[A][OpenMidRight]So tell me, Tethys, when did[NL]you first start dancing?[A][ToggleSmile][OpenMidLeft]Oh[ToggleMouthMove]...[.][ToggleMouthMove][NL]Well, that would have been[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Hm?[.][......][NL]What's the matter?[A][OpenMidLeft]Um, well[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Yes, it was long ago.[.][NL]Back when Ewan was still young.[.][A][ToggleSmile][OpenMidRight]What is it, Tethys?[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]I'm sorry, Chief. I'll explain it [.][NL]another time. Can we drop it for now?[.][A][OpenMidRight]Tethys[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0D1A {[OpenMidLeft][LoadFace][28][NL][OpenMidRight][LoadFace][27][NL][OpenMidLeft]Chief.[A][NL]The truth is, Ewan and I? We were[.][NL]abandoned by our parents.[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]Oh, I see[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Um[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I wandered about with little Ewan in tow.[.][NL]He had no idea what was happening.[A][NL]I was a child myself with no job.[.][A][NL]We went to bed hungry every night,[NL]and our clothes were rags[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]Then one day I said to myself,[NL][LQuote]We cannot go on like this![RQuote][A][NL]I watched a dancer on a street corner[.][NL]and memorized all of her moves.[.][A][NL]I wasn't a very coordinated child and[.][NL]it was so difficult.[A][NL]I didn't have real shoes, so my feet[NL]were a mess of blisters,[A][NL]and I fell so many times I was covered[NL]in cuts and bruises.[A][NL]It was painful. And miserable. And[NL]very, very difficult. But I never cried.[A][NL]Because if were to cry, he would cry.[.][NL]And I loved seeing Ewan's smiling face.[.][A][NL]I wanted him to smile all the time,[.][NL]so I worked hard so he could.[.][A][ToggleSmile][OpenMidRight]Tethys[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]Tee hee hee. What a sad and[.][NL]miserable tale. I'm sorry.[A][NL]I was reminded of it all just recently,[.][NL]and I was overcome with emotion[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But that's how I earned the dancing skills[NL]and physique I have now![A][NL]All of the hard work I did back then [.][NL]has made me the woman I am today.[.][A][ToggleSmile][OpenMidLeft][Wink][.....][OpenMidLeft][OpenEyes][OpenMidLeft][NL][ToggleSmile]What do you say to that?[A][ToggleSmile][OpenMidRight]I'm not sure what to say.[.][A][NL]So before you met up with us, the two of you[NL]had a rough time of it, did you?[A][OpenMidLeft][ToggleSmile]OK, that's enough. The past is the past![NL]You mustn't tell anyone about this.[.][A][NL]I don't share this story with others.[.][NL]I only told you because you're the chief.[.][A][NL]A story of toil and hardship doesn't quite [.][NL]fit my mysterious image, does it?[.][A][NL2][NL]You know what I'd like?[.][.....][NL]For you to tell me more about you.[A][ToggleSmile][ToggleSmile][OpenMidRight]Sure. Another time, though, OK?[.][A][OpenMidLeft]All right. Let's see this[.][NL]thing through to the end.[.][A][NL]If we do our best, good things will come[NL]of it. And then better things after that.[.][A][NL]Right, Chief?[.][A][OpenMidRight]Right, Tethys. You be careful.[A][OpenMidLeft]Of course! And you too, Chief![A]}
|
|
MSG_0D1B {[OpenMidLeft][LoadFace][27][NL][OpenMidRight][LoadFace][28][NL][OpenMidRight]Um, Chief, there's actually one[.][NL]thing I've been wanting to ask you.[.][A][OpenMidLeft]And what's that?[A][OpenMidRight]Sorry if this brings up any bad memories, but[.][NL]how'd you get that scar on your face?[.][A][OpenMidLeft]This?[.][A][NL]I got this beauty when I had[NL]just started out as a mercenary.[A][NL2][NL]I was still a novice, but I was feeling[.][NL]pretty good about my swordsmanship.[.][A][NL]I got to a point where I was arrogant[.][NL]enough to believe no one could best me.[.][A][NL]Then one day it happened[ToggleMouthMove]... [ToggleMouthMove]It's something[NL]I've never been able to forget.[.][A][OpenMidRight]What happened?[A][OpenMidLeft]It was just another battle. I'd been hired[NL]on as another sword and then I met him.[.][A][NL]He was a knight from some country[.][NL]or another.[.][A][NL]I had fought knights on several other[.][NL]occasions and had beaten them all.[A][NL]Even though he was a bit tougher,[.][NL]I was sure I'd defeat him in the end.[.][A][NL]That's what I thought.[A][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]His strength was beyond me. I may as well [NL]have been using a broomstick to fight.[A][NL]I remember thinking, [LQuote]What a tiny little[NL]world I've been living in.[RQuote][.][A][NL]He crushed me effortlessly, and the wound[.][NL]he inflicted became this lovely scar.[.][A][OpenMidRight]I see[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I was truly frightened. It was the first[NL]time I'd experienced fear as a mercenary.[.][A][NL]So this knight saw how scared I was[.][NL]and said, [LQuote]Go.[RQuote][.][A][NL]He didn't kill me.[NL]He let me escape.[.][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I was humiliated and ashamed.[.][A][NL]My eyes were finally opened to [.][NL]my own weakness.[A][NL]It goes without saying I lost every[.][NL]shred of self-confidence.[.][A][NL2][NL][.....]I still dream about it sometimes.[.][NL]It wakes me up every time.[A][NL]I've never forgotten that knight.[.][NL]He thought I was weak and pathetic.[.][A][OpenMidRight]Chief[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I was young and stupid.[.][NL]This scar is my punishment.[.][A][OpenMidRight]But that knight[.][NL]spared your life.[.][A][NL]Because of that, good things and[NL]better things have happened?[A][OpenMidLeft]What do you mean, Tethys?[.][A][OpenMidRight]First of all, Chief, you're alive.[A][NL]If you had died, all the good times[.][NL]you've had since that day,[A][NL]and all the joy you're sure to have[.][NL]from this day onward, wouldn't exist.[.][A][NL]And another thing, because you lived, you[.][NL]made many friends and you met me.[.][A][NL]I also don't think that knight thought[NL]you were pathetic.[A][NL]I think he saw a young man with his whole[.][NL]life ahead of him.[A][NL]That's why he let you go.[.][A][OpenMidLeft]Tethys[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Yep. [.][.....]I'm sure that's it. So try[NL]thinking about it in a more positive light.[.][A][OpenMidLeft]Ha ha ha. [....]You're right.[.][NL]I was a lot calmer after that.[A][NL]And while I've had hard times,[NL]there've been far more good times.[A][NL]I guess you could say I owe my success[NL]as a mercenary to that knight.[A][OpenMidRight]Yep.[NL]You've got your knight,[.][A][NL]and I've got my dancer. Thanks to the[.][NL]two of them, the two of us are here now.[A][NL]Say, Chief, why don't we become like them?[A][NL]I think we should work at being[.][NL]inspirations to other people.[.][A][OpenMidLeft]Hm[ToggleMouthMove]...[.][ToggleMouthMove]good idea.[A][NL2][NL]Thanks, Tethys.[.][NL]I think I'll sleep soundly tonight.[.][A][OpenMidRight]Good.[.][.....][NL]You know, Chief, I'm really happy.[A][OpenMidLeft]Yeah, me, too. I've got a life I enjoy [.][NL]and good companions.[A][NL]All that and a wonderful woman to love.[.][NL]Everyone should be so lucky.[A][OpenMidRight]Oh![.][.....] Chief![.][A][CloseSpeechSlow][OpenMidRight][MoveLeft][OpenMidLeft][MoveFarLeft][SendToBack][OpenLeft][CloseEyes][OpenFarLeft]Whoa![.][......][NL][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][OpenFarLeft][HalfCloseEyes][OpenFarLeft]Hey now[.][ToggleMouthMove]... [ToggleMouthMove]This is a battlefield.[NL]This isn't the place for that[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft]No one's looking[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenFarLeft]Um[ToggleMouthMove]...[.][ToggleMouthMove][NL][OpenFarLeft][CloseEyes][OpenFarLeft]Oh, all right[.][ToggleMouthMove]...[.][ToggleMouthMove][A][.......]}
|
|
MSG_0D1C {[OpenMidLeft][LoadFace][27][NL][OpenMidRight][LoadFace][30][NL][OpenMidLeft][ToggleSmile]Hello, Marisa.[A][ToggleSmile][OpenMidRight]Chief.[A][OpenMidLeft][ToggleSmile]How're you doing? Your sword still sharp?[.][A][ToggleSmile][OpenMidRight]Same as always.[.][A][OpenMidLeft][ToggleSmile]You're not seriously injured[NL]or ill, are you?[A][ToggleSmile][OpenMidRight]No.[.][A][OpenMidLeft][ToggleSmile]I see.[NL]So you can continue on?[.][A][ToggleSmile][OpenMidRight]Yes. Why all the questions?[.][A][OpenMidLeft][ToggleSmile]Oh.[.][A][NL]I'm the commander, you know? I'm supposed[.][NL]to check on you now and then.[.][A][NL]Well, see you later.[A][ToggleSmile][OpenMidRight]Wait.[.][A][OpenMidLeft][ToggleSmile]Hm?[.][A][ToggleSmile][OpenMidRight]I'd like you to keep talking.[.][A][NL]I don't mind talking to you.[A][OpenMidLeft][ToggleSmile]You know, we've known each other for a[NL]long time, so I understand you[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But listen, Marisa, it wouldn't hurt[NL]you to be a bit more sociable.[A][NL]Not for me, mind you, but some of the[.][NL]others have a hard time working with you.[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]Speaking of which, when I first met[.][NL]you, you were always working alone.[.][A][NL]I remember thinking how odd that was.[.][A][NL]I figured a woman as beautiful and talented[.][NL]as you would have men all around her.[.][A][ToggleSmile][OpenMidRight]Don't need 'em.[.][A][OpenMidLeft][ToggleSmile]You see, that's what I'm talking about![.][NL]Your beauty belies your words.[A][ToggleSmile][OpenMidRight]Chief?[A][OpenMidLeft][ToggleSmile]Hm?[.][A][ToggleSmile][OpenMidRight]Do you like sociable women?[.][A][OpenMidLeft][ToggleSmile]Um[ToggleMouthMove]...[.][ToggleMouthMove]sure, I guess.[NL]I mean, doesn't everyone?[.][A][NL]If you go to an inn, aren't the[.][NL]sociable gals the most popular?[.][A][ToggleSmile][OpenMidRight]I understand.[.][NL]OK. I'll be more sociable.[A][NL][ToggleSmile]This better?[A][ToggleSmile][OpenMidLeft][ToggleSmile]Huh?![.][A][ToggleSmile]}
|
|
MSG_0D1D {[OpenMidLeft][LoadFace][30][NL][OpenMidRight][LoadFace][27][NL][OpenMidRight]Say, Marisa.[A][OpenMidLeft]Hello.[A][OpenMidRight]Listen, you've been acting[NL]a bit odd lately.[.][A][NL]You don't talk to me as[.][NL]much as you used to.[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm practicing.[.][A][OpenMidRight]Practicing?[.][NL]Practicing what?[A][OpenMidLeft]Being sociable.[.][A][OpenMidRight]Oh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Because it's you I'm going[NL]to assume that you're serious.[A][NL]You know what I said before? I wasn't[.][NL]really serious, so don't worry about it.[A][ToggleSmile][OpenMidLeft]But.[A][NL]I've practiced.[.][A][NL]I'm a bit more sociable.[A][OpenMidRight]In what way?[NL]You don't appear to have changed at all.[A][OpenMidLeft]You're wrong.[.][NL]Let me show you.[A][OpenMidRight][ToggleSmile]What? You're going to be sociable?[NL]This I've got to see.[.][A][NL]Well, go ahead.[.][A][ToggleSmile][OpenMidLeft]You won't laugh, will you?[A][OpenMidRight][ToggleSmile]No, I won't laugh.[A][ToggleSmile][OpenMidLeft]Truly?[A][OpenMidRight][ToggleSmile]Yes, I promise.[.][A][ToggleSmile][OpenMidLeft]Here goes[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL][ToggleSmile]Hello, Gerik![.][NL]Wonderful day for a battle, isn't it![.][......][A][ToggleSmile][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]Why are you looking away?[.][A][OpenMidRight]N-n-no[ToggleMouthMove]...[.][ToggleMouthMove]reason[ToggleMouthMove]...[.][ToggleMouthMove][......][NL][ToggleSmile]Mmha[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Bwa ha ha ha ha![A][ToggleSmile][OpenMidLeft]Oh![.][.....][A]}
|
|
MSG_0D1E {[OpenMidLeft][LoadFace][30][NL][OpenMidRight][LoadFace][27][NL][OpenMidRight][ToggleSmile]C'mon, Marisa, don't be like that.[A][ToggleSmile][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight][ToggleSmile]I'm sorry, I didn't mean to laugh.[NL]Are you still mad?[A][ToggleSmile][OpenMidLeft]I'm mad.[A][OpenMidRight][ToggleSmile]Forgive me.[.][NL]I really and truly apologize.[.][A][NL]Still mad?[A][ToggleSmile][OpenMidLeft]I'm still mad.[A][OpenMidRight][ToggleSmile]Sigh. OK, I get it.[.][A][NL]What do I have to do to[.][NL]get you to forgive me?[A][NL]I don't have much gold, but I[.][NL]could get you a snack[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]You're the chief.[.][A][NL]You don't have to apologize.[A][NL]Just give orders.[.][A][OpenMidRight][ToggleSmile]Well, I know, but I was[.][NL]wrong. I was the bad guy.[.][A][NL]My crime was not being sensitive[NL]to your feelings.[.][A][NL]I tell you what, I'll buy[.][NL]you anything you want.[A][ToggleSmile][OpenMidLeft]You're soft.[A][NL]Leaders are normally[NL]harsher than you.[.][A][NL]You're too nice.[NL]Too nice to all of us.[A][NL]That's why[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]That's why what?[A][OpenMidLeft]Nothing.[A][OpenMidRight][ToggleSmile]Well, I said too much and I'm sorry.[NL]You're fine just the way you are.[.][A][ToggleSmile][OpenMidLeft]Really?[.][A][OpenMidRight][ToggleSmile]Yeah, of course.[A][ToggleSmile][OpenMidLeft]Th-then[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]If you would[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I wouldn't be mad anymore.[A][OpenMidRight]Hm?[.][.....][NL]What did you say?[.][A][OpenMidLeft]Nothing. Forget it.[.][A][OpenMidRight][ToggleSmile]C'mon, it wasn't nothing.[.][A][NL]If it'll put you in a better[NL]mood, I don't have a problem with[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]Forget it![A]}
|
|
MSG_0D1F {[OpenMidLeft][LoadFace][32][NL][OpenMidRight][LoadFace][27][NL][OpenMidRight][ToggleSmile]Hello, Saleh![.][A][ToggleSmile][OpenMidLeft]Gerik[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Imagine! You and me fighting together.[NL]Life's full of surprises, isn't it?[.][A][ToggleSmile][OpenMidLeft]I suppose so.[.][A][OpenMidRight]So, what do you think of our commander?[.][A][OpenMidLeft]I'm here.[.][NL]There's your answer.[A][OpenMidRight][ToggleSmile]Good point.[.][A][NL]You know this job seems to have more[NL]meaning than any of my previous ones.[.][A][NL]And it's not because it deals with the[NL]continent and all the nations and all that.[.][A][NL]I simply want to accomplish my employer's[.][NL]goals. That's my prime motivation.[A][ToggleSmile][OpenMidLeft]I think it will all work out.[.][NL]As long as you and I are here[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Ha ha ha! Well said.[NL]No one can touch us, is that it?[A][NL]I do imagine with us in the field[.][NL]we'll win most battles, eh?[.][A][NL]Can't get overconfident, though.[A][ToggleSmile][OpenMidLeft]Mm.[.][A][NL][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]Huh?[NL]What is it?[.][A][OpenMidLeft]Gerik[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Do you[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Do I what?[A][OpenMidLeft]Nothing[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Pay me no mind.[.][A][OpenMidRight][ToggleSmile]C'mon, now.[.][NL]What is it?[.][A][ToggleSmile][OpenMidLeft]Forgive me.[.][NL]It's nothing[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]All right[.][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL][ToggleSmile]Well then, let's get going.[.][A][NL]When there's a break in the fighting,[.][NL]we should get together for a meal.[A][ToggleSmile][OpenMidLeft]Very well.[A][NL]We'll eat to our mutual good fortune[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Yes, to luck![.][A][ToggleSmile]}
|
|
MSG_0D20 {[OpenMidLeft][LoadFace][27][NL][OpenMidRight][LoadFace][32][NL][OpenMidLeft][ToggleSmile]Tell me, Saleh, how fares the elder?[A][ToggleSmile][OpenMidRight]She hasn't changed a bit.[.][A][OpenMidLeft][ToggleSmile]Is that so?[.][A][NL][ToggleSmile]You know I was so surprised the[.][NL]first time I visited Caer Pelyn.[A][NL]The elder's eyes[ToggleMouthMove]...[.][ToggleMouthMove]they were not the[.][NL]eyes of your average person.[A][NL]They were filled with a lifetime's wisdom[.][NL]and seemed to look right through you.[.][A][NL]Deep[ToggleMouthMove]...[.][ToggleMouthMove]and sharp.[NL]And they were so clear.[.][A][NL]I've looked into the eyes of many people,[.][NL]but no one had eyes like hers.[A][NL]But the thing about the elder is that[.][NL]her eyes weren't harsh, or judgmental.[A][NL][ToggleSmile]That's what I like about her.[.][A][NL]Actually, when I first met her, she[.][NL]intimidated me.[.][A][NL]But she treated me with such kindness.[A][NL]She's why I grew to enjoy Caer Pelyn, [NL]even if it doesn't have any nightlife![A][NL]I want you to take good care of[.][NL]the elder, Saleh.[.][A][ToggleSmile][OpenMidRight]Yes, I intend to.[.][A][OpenMidLeft]You say the right words, Saleh, but[.][NL]are you being sincerely considerate?[A][OpenMidRight]Considerate?[A][NL]When I'm home, I look after [NL]her personal belongings.[A][NL]I also take care of her meals and[.][NL]watch over her health[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]That's only natural. You have no idea[.][NL]what I'm talking about, do you?[.][A][NL][ToggleSmile]That's just like you, though.[.][A][ToggleSmile][OpenMidRight]Is there[ToggleMouthMove]...[.][ToggleMouthMove]something else[NL]I should be doing?[A][OpenMidLeft]Next time you go home, make[.][NL]sure you take her a gift.[.][A][NL]Bring her some jewelry or something[.][NL]that's popular in town.[.][A][OpenMidRight]But[.][ToggleMouthMove]...[.][ToggleMouthMove][.....][NL]I don't know what she likes[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Oh, please, Saleh.[NL]That's not the issue.[.][A][NL]Simply receiving that sort of present[.][NL]from her grandson will make her happy.[A][OpenMidRight]Oh[ToggleMouthMove]...[.][ToggleMouthMove]is that so?[.][A][OpenMidLeft][ToggleSmile]That's what I'm trying to tell you.[.][A][ToggleSmile][OpenMidRight]I understand.[.][NL]I'll take it into consideration.[A][OpenMidLeft][ToggleSmile]When we next pass through a city,[.][NL]I'll help you pick something out.[.][A][ToggleSmile][OpenMidRight]That would be helpful.[A][OpenMidLeft]Studying magic is all well and good, but you[NL]should pay attention to these things, too.[A][NL][ToggleSmile]And in your case, you need to work on[.][NL]understanding women's hearts.[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]I'll look into it.[A][OpenMidLeft][ToggleSmile]Ha ha ha.[.][....][NL]I'll help you out in that area, too.[A][ToggleSmile]}
|
|
MSG_0D21 {[OpenMidLeft][LoadFace][27][NL][OpenMidRight][LoadFace][32][NL][OpenMidRight]Gerik[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]Hm? What is it, Saleh?[NL]You look even more serious than usual.[A][ToggleSmile][OpenMidRight]Gerik[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]You truly despise me, don't you?[A][OpenMidLeft]Huh?![.][.....][NL]What?[.][A][OpenMidRight]I[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Your friend, I[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Don't say it, Saleh![......][NL]That was an act of fate. Right?[.][A][NL]All you did was brush those sparks[NL]away from yourself.[.][A][OpenMidRight]Gerik[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Listen, we're mercenaries.[A][NL]We end up working together with old foes,[.][NL]and crossing blades with former allies.[.][A][NL]It's just part of the job.[A][NL]My friend Zabba died by your act.[.][NL]That much is true.[A][NL]And at that moment, I could think of [.][NL]nothing but avenging him![.][A][NL]But after that, you saved my life[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We became friends.[NL]That's the truth of it, isn't it?[.][A][OpenMidRight]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I trust you now.[NL]You are my friend.[A][NL]I'm not lying to you.[.][NL]I don't lie to my friends.[A][NL]That's something I don't do.[A][OpenMidRight]And you are my friend.[A][NL]Since that day, it's you who[NL]has saved me time and time again.[.][A][OpenMidLeft][ToggleSmile]We're all human after all.[NL]Helping our friends is part of our nature.[A][ToggleSmile][OpenMidRight]Gerik[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]You're a good man[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]That's enough of that! You keep that up[.][NL]and I'll be blushing like a schoolgirl.[.][A][ToggleSmile][OpenMidRight][ToggleSmile]Ha![.][A][ToggleSmile][ToggleSmile][OpenMidLeft]Hey! Ha ha ha! I caught a rare[NL]glimpse of you smiling.[.][A][NL]Listen, Saleh, I know we're risking our lives[.][NL]here, but this war's not our whole lives.[.][A][NL]Let's not do anything stupid.[.][NL]We're going to get past this.[.][A][NL]Then you're going to haul your carcass back[.][NL]to Caer Pelyn and care for the elder![.][A][OpenMidRight]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]And you'll visit, too.[A][OpenMidLeft]Sure. When things calm down[.][NL]I'll let you throw me a feast.[A][NL]I can't wait to have Caer Pelyn's[.][NL]famous mutton stew again.[.][A][OpenMidRight]We'll be waiting for you, Gerik.[A]}
|
|
MSG_0D22 {[ToggleSmile][OpenMidLeft][LoadFace][28][NL][OpenMidRight][LoadFace][33][NL][OpenMidRight]Hey, Tethys![NL]Check out my magic!?[A][OpenMidLeft][ToggleSmile]Ewan! How many times am I going to[NL]have to say it?[.][A][NL]This isn't a field trip.[NL]Please promise me you'll behave.[A][ToggleSmile][OpenMidRight]Oh, you don't have to worry about me.[.][A][NL]But since I'm here, I'd like to be of[.][NL]use. Otherwise I'm just in the way.[.][A][NL]You gotta let me do something.[A][OpenMidLeft]You have a point, but[.][NL]you're still too young.[.][A][ToggleSmile][OpenMidRight][MoveMidRight][OpenMidRight]Too young? I'm not a child anymore![.][NL]I can look after myself![A][OpenMidLeft]What are you talking about?[.][NL]You're not a full-fledged mage, are you?[A][OpenMidRight]Well, no, not yet. But someday I'm gonna[NL]be one of the best mages ever![A][NL]These soldiers recognize my talent. That's[NL]why I'm here on the battlefield.[A][NL]Just watch me! You wouldn't say that I'm[NL]too young or inexperienced if you saw me![.][A][OpenMidRight][ClearFace][OpenMidLeft][MoveLeft][OpenLeft]Wait! Ewan, wait up![A][NL]Oh, he's gone[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Only a child would say something like,[NL][LQuote]Just watch me.[RQuote][A]}
|
|
MSG_0D23 {[OpenMidLeft][LoadFace][33][NL][OpenMidRight][LoadFace][28][NL][OpenMidLeft]Hey, Tethys. You've been getting pretty[.][NL]chummy with that guy lately.[A][OpenMidRight]What do you mean, Ewan?[.][NL]Who's [LQuote]that guy[RQuote]?[.][A][OpenMidLeft]You know, THAT guy.[.][NL]Look, he's right over there[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]And that guy waving his sword around[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'd say you've been a little too friendly[.][NL]with all of them![.][A][OpenMidRight]Too friendly? I wonder. I think[.][NL]chatting now and again is normal.[.][A][NL][ToggleSmile]Wait a minute[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Ewan, are you feeling jealous?[A][ToggleSmile][OpenMidLeft][MoveMidLeft][OpenMidLeft]D-don't be stupid.[NL]That's not it at all![.][A][OpenMidRight][ToggleSmile]Hold on.[A][NL]You know, that man told me he found[.][NL]a frog in his boots the other day.[A][NL]And that man woke up to find[NL]half his moustache shaved off.[A][NL]You wouldn't know anything about[NL]that, would you?[A][ToggleSmile][OpenMidLeft]N-no. This is the first I've heard of it.[.][A][OpenMidRight]Really?[.][A][OpenMidLeft]Um, yeah[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Ooh! It WAS you, wasn't it?[.][A][NL]Ewan, you can't do things like that.[NL]Even if it is kind of funny.[A][ToggleSmile][OpenMidLeft]But they're morons! All they do is get[NL]you to dance, and then they run around[A][NL]on the battlefield challenging each other[.][NL]to [LQuote]contests of strength and valor[RQuote]![A][NL]They're dumb braggarts, and I was just[NL]taking 'em down a peg.[A][NL]But I'm not jealous![A][OpenMidRight][ToggleSmile]All right, all right.[.][A][NL]I'll keep your secret this time, [.][NL]but you must stop![A][ToggleSmile][OpenMidLeft]They're the troublemakers, you know?[NL]Oh[ToggleMouthMove]...[.][ToggleMouthMove]OK. I got it.[.][A][NL]I'll leave 'em alone.[.][NL]But, Tethys?[A][OpenMidRight][ToggleSmile]What is it?[.][A][ToggleSmile][OpenMidLeft]I'll always be here to protect you.[.][NL]I'm not too young for that![.][A][NL]So instead of always helping those guys,[NL]dance for me once in a while.[.][A][NL][ToggleSmile]I know it'll make me stronger![A][ToggleSmile][ToggleSmile][OpenMidRight]Ewan[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I'll see you later![.][NL]You gotta promise to dance for me![A]}
|
|
MSG_0D24 {[OpenMidLeft][LoadFace][28][NL][OpenMidRight][LoadFace][33][NL][OpenMidRight]It's not such a good idea for you[.][NL]to dance too close to the front lines.[A][OpenMidLeft][ToggleSmile]Hee hee![NL]Thanks for worrying about me, Ewan.[.][A][NL]But are you sure it's not just the[NL]jealousy talking?[.][A][ToggleSmile][OpenMidRight]Th-that's not it at all![NL]It's dangerous! That's it![A][OpenMidLeft][ToggleSmile]I'm sorry, I'm sorry.[.][NL]But you know, Ewan[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Since you joined up with the army,[NL]you really have gotten stronger.[A][ToggleSmile][ToggleSmile][OpenMidRight]I have, haven't I?[NL]So I'm no longer a novice, right?[.][A][OpenMidLeft]No, you've truly grown.[.][NL]I'm glad, but also a little sad.[A][ToggleSmile][OpenMidRight]Hmm. So when I'm a full-fledged[.][NL]mage, you're gonna be sad?[A][OpenMidLeft]I guess so. A little sad, anyways.[A][NL]I'm so much older than you that I've[NL]always thought of you as a child.[.][A][NL]That's why I always thought I had[.][NL]to protect you.[.][A][OpenMidRight]You know, at the beginning of all of this [NL]I really was treating it like a game.[.][A][NL]Then I saw the dangers you faced to[.][NL]help everyone.[A][NL]I knew I couldn't treat it like a game[NL]any longer.[.][A][NL][CloseSpeechSlow][OpenMidRight][MoveRight][OpenRight]Battles threaten people's lives and need[NL]to end quickly.[.][A][NL]That's why I need to boost my powers.[.][NL]I want to help you and the others.[A][NL]I have to become a full-fledged mage[NL]to really do my part.[.][A][NL]So, don't be sad.[.][NL]I just want to protect you[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Ewan[ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][OpenMidLeft][MoveLeft][.....][OpenRight]You've been looking after your little[.][NL]brother for so many years.[A][NL]Now it's my turn to return the favor.[.][NL][ToggleSmile]I mean, I am the man of the family.[.][A][NL]So from now on, I'm gonna be helping [.][NL]you out.[A][ToggleSmile][ToggleSmile][OpenLeft]Thank you, Ewan. Hearing you say[NL]that makes me very happy.[.][A][NL]It proves to me how much you've[.][NL]truly grown.[A][NL][ToggleSmile]But that doesn't mean you need to[.][NL]rush off on your own or anything.[.][A][NL][ToggleSmile]If I thought you didn't need me[.][NL]anymore, I would feel really sad.[.][A][OpenRight]There's no reason to get all weepy.[.][A][NL]No matter how old I get, you'll always[NL]be my big sister. My one and only.[A]}
|
|
MSG_0D25 {[OpenMidLeft][LoadFace][30][NL][OpenMidRight][LoadFace][28][NL][OpenMidRight][ToggleSmile]Say, Marisa, you're left-handed, right?[.][A][ToggleSmile][OpenMidLeft]How did you know that?[A][OpenMidRight][ToggleSmile]Well, when you're carrying a sword, don't[.][NL]you always have it in your left hand?[.][A][ToggleSmile][OpenMidLeft]No, I can use either hand[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]But my left hand is stronger.[.][A][OpenMidRight]So that's like a warning sign:[NL]left hand equals danger.[A][OpenMidLeft]Warning sign[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]So why is it you always sleep on your[.][NL]right side?[.][A][NL]You know you never roll over[NL]in your sleep?[A][NL]And even the slightest noise causes you[.][NL]to spring up. Do you ever really sleep?[.][A][OpenMidLeft]I have to do that.[NL]Otherwise I wouldn't survive.[.][A][OpenMidRight]Wouldn't survive?[.][NL][ToggleSmile]You must be exaggerating.[.][A][ToggleSmile][OpenMidLeft]I sleep with my dominant arm up.[A][NL]That way, if I'm attacked, my good arm[NL]is ready to go.[.][A][OpenMidRight]Huh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Do all sword fighters sleep that way?[.][A][OpenMidLeft]If your dominant arm is cut, you're[.][NL]at a disadvantage in battle.[A][NL]That means death.[.][A][OpenMidRight]But doesn't your arm ever fall asleep?[NL]Aren't there times when you can't use it?[.][A][OpenMidLeft]No. My father trained me when I was[.][NL]a child, so that doesn't happen.[A][OpenMidRight]When you were a child? How?[.][NL]Kids always roll around in their sleep.[.][A][OpenMidLeft]My father placed blunt swords at my sides[.][NL]when I slept to keep me from moving.[A][OpenMidRight]Your father did that?[.][NL]But that's so dangerous[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]No, the blades were rounded and dull. And it[NL]worked. I don't roll over when sleeping.[A][OpenMidRight]Wow, sword fighters have some intense[.][NL]training methods, don't they?[.][A][NL][ToggleSmile]I'm glad I was an average kid. I mean, I[NL]was poor, but at least I slept freely.[A][ToggleSmile]}
|
|
MSG_0D26 {[OpenMidLeft][LoadFace][28][NL][OpenMidRight][LoadFace][30][NL][OpenMidRight]Tethys.[.][NL]Are you right-handed?[.][A][OpenMidLeft][ToggleSmile]Will wonders never cease?[.][NL]You actually started a conversation.[A][ToggleSmile][OpenMidRight]When you dance, you often[.][NL]begin by putting your right foot forward.[.][A][OpenMidLeft][ToggleSmile]Now I'm really amazed.[NL]I can't believe you noticed.[A][NL]But footwork in dancing has nothing to do[.][NL]with being right- or left-handed.[.][A][NL]Dancing is a way of expressing feelings[.][NL]through body movement.[A][NL]All of one's experiences are incorporated[.][NL]and displayed in the way one dances.[A][ToggleSmile][OpenMidRight]Experiences?[NL]What kind of experiences?[.][A][OpenMidLeft][ToggleSmile]That, my dear, is my little secret.[.][NL]Mine may be a bit unique, though.[.][A][NL]My life's taken some odd turns, but it's[NL]because of them that I started dancing.[.][A][NL]And when I'm dancing, I'm happy.[A][ToggleSmile][OpenMidRight]Hmmm.[.][NL]Your dances give people courage.[A][NL]Dancing suits you.[A][OpenMidLeft][ToggleSmile]Doesn't it, though?[.][NL]All the mercenaries tell me that, too.[A][NL]Now that you understand my dancing, you're[NL]truly a member of Gerik's team.[.][A][ToggleSmile]}
|
|
MSG_0D27 {[OpenMidLeft][LoadFace][30][NL][OpenMidRight][LoadFace][28][NL][OpenMidRight]Tell me, Marisa, have you ever thought[NL]about wanting to be reborn?[.][A][OpenMidLeft]Reborn?[.][A][OpenMidRight]You know, coming back as someone else[.][NL]after you die?[A][NL]If you were going to be reborn,[.][NL]what would you like to be?[A][NL][ToggleSmile]Perhaps a beautiful dancer like me?[.][A][ToggleSmile][OpenMidLeft]I'm fine with being me.[.][NL]I can't imagine anything else.[A][OpenMidRight][ToggleSmile]I thought that's what you'd say.[A][NL]Actually, I thought of lots of things, but[NL]really can't imagine any other life.[A][NL]I guess that means that in spite of all the[.][NL]hardships we've faced, we're really happy.[A][ToggleSmile][OpenMidLeft]I suppose so[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Living in this age means that we face many [.][NL]bad things and then worse things. Yet[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]We're alive, so that means we also get[NL]good things and then better things, too.[A][NL]In tough times, I sometimes think I'd like[NL]to be reborn in another time, but the[.][A][NL]important thing is to not give up and to[NL]live your life to the fullest.[A][ToggleSmile][OpenMidLeft]When you die, life is over.[.][NL]There's no such thing as being reborn.[A][OpenMidRight][ToggleSmile]Well, you may be right.[.][A][ToggleSmile][OpenMidLeft]We only get one chance.[.][NL]So all I can do is keep fighting.[.][A][OpenMidRight][ToggleSmile]After all's said and done, you truly[NL]like who and what you are, right?[.][A][NL]We have completely different lives, but[.][NL]we have that in common.[.][A][NL]That and the same man, right?[.][A][ToggleSmile][OpenMidLeft]What?![....][NL]What do you mean?!?[.][A][OpenMidRight][ToggleSmile]You can't hide it from me.[A][NL]I guess I should ask,[.][NL]do you think you're hiding it?[A][ToggleSmile][OpenMidLeft][MoveMidLeft][OpenMidLeft]I-I'm hiding nothing.[.][NL]Nothing at all![.][A][OpenMidRight][ToggleSmile]What an interesting reaction.[.][NL]Youth is so cute.[.][A][ToggleSmile][OpenMidLeft][MoveMidLeft][OpenMidLeft]Wh-why are you smiling?![NL]Ah[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Don't be embarrassed.[.][A][NL]We're going to be around each other for a[.][NL]long time. We should talk.[A][ToggleSmile][OpenMidLeft][MoveMidLeft][OpenMidLeft]I've got to go![.][A][OpenMidRight][ToggleSmile]There's no need to run away.[NL]We may be rivals, but we're still friends.[A][ToggleSmile][OpenMidLeft][MoveMidLeft][OpenMidLeft]I'm not running away![.][NL]I'm just[ToggleMouthMove]...[.][ToggleMouthMove]leaving![A]}
|
|
MSG_0D28 {[OpenMidLeft][LoadFace][28][NL][OpenMidRight][LoadFace][36][NL][OpenMidRight]Are you Tethys, the dancer[NL]who captivates all audiences?[.][A][OpenMidLeft]Who are you?[A][OpenMidRight][ToggleSmile]Oh, you don't know me?[NL]That's so disappointing.[A][NL]I am Rennac of Carcino.[.][NL]I beg your indulgence[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][ToggleSmile][OpenMidLeft]It's a pleasure to meet you, Rennac.[A][NL]However, I'm a bit busy at the moment.[NL]Perhaps we could talk another time.[.][A][OpenMidRight]Is that so? Very well then.[.][NL]Another day.[A][OpenMidLeft]Yes.[A][OpenMidRight]And perhaps I could have you[NL]dance for me and me alone.[A][OpenMidLeft][ToggleSmile]Hm?[.][A][NL]I will of course dance if you ask, but[ToggleMouthMove]...[.][ToggleMouthMove][NL]For you and you alone?[A][NL][ToggleSmile]Are you perhaps attempting to woo me?[.][NL]If that's the case, you should stop. I've[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]No, no, that's not what I[.][NL]was intending at all.[.][A][NL]Yet many women who say they're not[NL]interested end up in my arms all the same.[A][OpenMidLeft][ToggleSmile]Well, if that's the case,[.][NL][ToggleSmile]maybe I'll keep my eye on you.[A][NL]If you turn out to be such a catch,[.][NL]I may rethink my stance.[A][OpenMidRight]It's a deal then.[.][A][NL]I ask that you observe my[.][NL]conduct closely.[A][NL]Good day.[.][A][OpenMidRight][ClearFace][......][OpenMidLeft][ToggleSmile]Oh, dear[ToggleMouthMove]...[.][ToggleMouthMove][NL]I think he took me seriously.[.][A][NL]I hope he doesn't get his[.][NL]hopes up too high.[A][ToggleSmile]}
|
|
MSG_0D29 {[OpenMidLeft][LoadFace][28][NL][OpenMidRight][LoadFace][36][NL][OpenMidRight][ToggleSmile]Ah, the beauteous Tethys.[.][NL]It's a pleasure to see you again.[.][A][NL]Well? Have I made an impression on [.][NL]you yet?[A][ToggleSmile][OpenMidLeft]Well[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]You seem to be[ToggleMouthMove]...[.][ToggleMouthMove]unobjectionable.[A][NL]Yet you've a long way to go, I think.[.][A][ToggleSmile][ToggleSmile][OpenMidRight]That's a bit severe, isn't it?[NL]Is there something specific you desire?[.][A][OpenMidLeft]Oh, well[ToggleMouthMove]...[.][ToggleMouthMove]perhaps you could[.][NL]bring me something?[.][A][OpenMidRight]Bring you something?[NL]A gift, is that it?[.][A][NL]Very well. What shall it be?[A][OpenMidLeft]Um[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0D2A {[OpenMidLeft][LoadFace][28][NL][OpenMidRight][LoadFace][36][NL][OpenMidLeft]Oh.[.][A][OpenMidRight][ToggleSmile]Tethys.[.][NL]I've been looking for you.[A][NL][ToggleSmile]You haven't been avoiding me, have you?[.][A][OpenMidLeft][ToggleSmile]Oh, of course not.[NL]Hee hee[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][ToggleSmile][OpenMidRight]The object you spoke of the other day?[NL]I have it here. Please take a look.[.][A][OpenMidLeft][ToggleSmile]Um.[.][NL][ToggleSmile]Oh, yes. That. Of course.[.][A][OpenMidRight][ToggleSmile]You forgot what you[.][NL]asked for, didn't you?[A][ToggleSmile][OpenMidLeft][ToggleSmile]That's, that's[ToggleMouthMove]...[.][ToggleMouthMove][ToggleSmile]not true.[.][A][OpenMidRight]OK, then take a look.[.][NL]Here it is.[.][A][OpenMidLeft]Ooh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]What do you think?[A][OpenMidLeft]It's nice.[NL]Very pretty.[A][OpenMidRight]It's as big as a fist.[A][NL]Notice how the red, white, and blue colors[NL]play across the surface of the gems.[A][OpenMidLeft]It really exists.[.][A][OpenMidRight]Did you say something?[A][OpenMidLeft]No, nothing. Pay me no mind.[A][OpenMidRight]Well, I brought it to you[.][NL]as promised.[A][NL]So this proves that[.][NL]I'm worthy, does it not?[A][OpenMidLeft][ToggleSmile]Yes.[A][NL]I now realize that despite your appearance,[.][NL]you're a very hard worker.[A][NL][ToggleSmile]Does that make you a good catch?[NL]Hmm[.][ToggleMouthMove]...[.][ToggleMouthMove]I'm still not convinced.[A][OpenMidRight]Really?[.][NL]How disappointing.[A][NL]Is there something else you desire?[.][A][OpenMidLeft]Let me see[ToggleMouthMove]...[.][ToggleMouthMove][NL]There is this[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0D2B {[OpenMidLeft][LoadFace][38][NL][OpenMidRight][LoadFace][32][NL][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]Um[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]May I help you?[.][A][OpenMidLeft]Saleh, wherever we go, you're[.][NL]always at my side.[A][NL]Don't you ever do anything[NL]YOU want to do?[.][A][OpenMidRight]I came from Caer Pelyn.[.][A][NL]I have been entrusted with the[NL]honor of being your escort.[.][A][NL]Protecting you, Great Dragon,[.][NL]gives my life meaning.[A][OpenMidLeft]Great Dragon? Please, there's[.][NL]no need to call me that.[A][NL]My father is the great one.[.][A][NL]I've done nothing. I'm not[NL]great at all.[.][A][OpenMidRight]It is true, Great Dragon, that your[.][NL]exalted father once saved mankind.[A][NL]On that day so long ago, he shielded[NL]us from evil. He is our true savior.[A][NL]However, mankind has forgotten that[.][NL]most sacred debt we owe him.[A][NL]I do, as we all must, what I can to[.][NL]atone for that crime of neglect.[A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]Great Dragon, does my presence[NL]bother you?[.][A][NL]If it does, please do not hesitate[NL]to tell me.[.][A][NL]I would remove myself at once and[.][NL]not bother you again until needed.[A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It's fine. Do whatever[NL]pleases you.[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Thank you.[A]}
|
|
MSG_0D2C {[OpenMidLeft][LoadFace][38][NL][OpenMidRight][LoadFace][32][NL][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]Um[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Yes?[A][OpenMidLeft]There's something I wanted to ask.[A][NL]You're from Caer Pelyn.[.][A][NL]Do you know if my father has ever[.][NL]visited your village?[.][A][OpenMidRight]He has. I myself have never seen[NL]his noble personage.[A][NL]However, I have heard that Dara[.][NL]met him once when she was young.[A][NL]Some monsters had wandered into Caer[NL]Pelyn, and the Great Dragon saved us.[.][A][OpenMidLeft]Really?[.][A][NL]I wonder why my father[NL]chose to help you.[A][OpenMidRight]That, I cannot guess.[.][A][NL]We poor humans cannot hope to grasp[.][NL]the thinking of the Great Dragon.[.][A][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]My father has dedicated his life[NL]to protecting humans.[.][A][NL]For the longest time, I could not[.][NL]fathom why he would do this.[A][NL]But now, after spending time[NL]with all of you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL][ToggleSmile]I begin to understand how he felt.[A][ToggleSmile][OpenMidRight]Great Dragon[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][ToggleSmile]I'm sure that I[.][ToggleMouthMove]--[ToggleMouthMove][A][NL]that I will continue to fight,[NL]as he did, for all humanity.[A][ToggleSmile][OpenMidRight]I am truly grateful that you[NL]feel that way, Great Dragon.[A]}
|
|
MSG_0D2D {[OpenMidLeft][LoadFace][32][NL][OpenMidRight][LoadFace][38][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]Great Dragon[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I know I'm being rude, but[NL]I've a favor to ask.[A][OpenMidRight]What is it?[.][A][OpenMidLeft]Would you please come[.][NL]to our village?[.][A][OpenMidRight]To Caer Pelyn?[A][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Dara and the other villagers[NL]would be overjoyed to see you.[A][NL]The village is quite spare, but we[NL]would do our best to entertain you.[.][A][NL]You could stay for as long as you[.][NL]wanted[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Saleh, you made that request[NL]on my behalf, didn't you?[.][A][OpenMidLeft]No, not at all.[.][A][NL]I apologize. I have[.][NL]been disrespectful.[.][A][OpenMidRight][ToggleSmile]No, I'm pleased.[A][NL][ToggleSmile]However[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I doubt I should[NL]stay too long.[A][OpenMidLeft]Why is that?[A][OpenMidRight]It's because I'm a dragon.[A][NL]My father explained it to me.[.][A][NL]We are both human and monster.[A][NL]And because we are both, we[.][NL]are also neither.[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]We have the power of dragons; therefore,[NL]we cannot live together with humans[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]We have the hearts of humans; therefore,[NL]we do not belong with monsters.[.][A][NL]We are outcasts in this world, never[NL]a part of either community.[.][A][NL]And so we live our lives alone, never[.][NL]to be understood by anyone.[.][A][OpenMidLeft]But there are humans whose actions make[.][NL]them monsters in the eyes of others.[A][NL]I do not think of you as such when there are[NL]many worse monsters among my own kind.[A][NL]Regardless, I believe the villagers would[.][NL]be most pleased to have you visit.[A][OpenMidRight]Saleh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Thank you. Your words have cheered[NL]me up a little.[.][A][NL]Please wait for my answer. When all[.][NL]of this is finished[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]When peace returns, I'll give you[.][NL]my answer then.[.][A][ToggleSmile][OpenMidLeft]I understand.[.][A][OpenMidRight][ToggleSmile]And when I do return to Darkling[NL]Woods, I will not be sad.[.][A][NL]Because of the time I've spent with[.][NL]you, the memories you've given me,[A][NL]I shall not be lonely. I shall[NL]never feel like an outcast again.[.][A][ToggleSmile][OpenMidLeft]Lady Myrrh[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0D2E {[OpenMidLeft][LoadFace][32][NL][OpenMidRight][LoadFace][33][NL][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight][ToggleSmile]Teacher![A][ToggleSmile][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]Oh, Ewan![.][A][OpenMidRight][ToggleSmile]You were practicing Valega, weren't you?[A][NL][ToggleSmile][LQuote]To know the harmony of heaven and earth,[.][NL]body and spirit[RQuote][ToggleMouthMove]...[.][ToggleMouthMove][ToggleSmile]right?[A][ToggleSmile][OpenMidLeft]Yes, you are correct.[.][A][OpenMidRight]Um[ToggleMouthMove]...[.][ToggleMouthMove][LQuote]To contemplate oneself[RQuote][ToggleMouthMove]...[.][ToggleMouthMove][NL]And[.][ToggleMouthMove]...[.][ToggleMouthMove]what was the rest?[A][OpenMidLeft][LQuote]To contemplate the world and to envision[.][NL]all creation. Thus, to be enlightened.[RQuote][.][A][OpenMidRight][ToggleSmile]Oh, that's right.[.][A][NL]Doesn't it get to be a bother finding[.][NL]a quiet place like this, though?[A][ToggleSmile][OpenMidLeft]Contemplation takes time, Ewan. It doesn't[NL]matter where, so long as you do it.[.][A][OpenMidRight]Oh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Well, if Valega is an important part of[.][NL]Caer Pelyn's culture and history,[.][A][NL]I think I might give it a try.[A][ToggleSmile][OpenMidLeft]Really? And I wonder how many[.][NL]days you'll last at that.[.][A][OpenMidRight][ToggleSmile]Heh. I guess you're right. Knowing the[NL]harmony of the heavens sounds tough.[A][NL]Do you have anything easier I could[.][NL]practice in the meantime?[.][A][ToggleSmile][OpenMidLeft]Hm. Let me think. Your skill level[NL]is still quite low, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Thanks, Teacher.[A][NL]I remember when you first decided[.][NL]to teach me some magic.[.][A][NL]I was so excited that I went out[NL]and practiced over and over again.[A][ToggleSmile][OpenMidLeft]You must pace yourself. Using too much[NL]magic can drain both body and soul.[.][A][OpenMidRight][ToggleSmile]Yeah. Boy, I know that.[.][A][NL]After that time, I was so tired[.][NL]that I couldn't stay awake.[.][A][NL]I was so tired that I slept for[.][NL]a full day. I woke up in bed[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]Technically, it was two days.[.][A][OpenMidRight][ToggleSmile]Oh, so that was you who[.][NL]carried me home?[A][ToggleSmile][OpenMidLeft]Mm-hm.[A][OpenMidRight][ToggleSmile]Now that I think about it, no one[.][NL]else would have bothered! Thank you.[A][ToggleSmile][OpenMidLeft]Ewan, don't push yourself too[.][NL]hard. Magic is no game.[.][A][OpenMidRight][ToggleSmile]I know, and don't worry![A][ToggleSmile]}
|
|
MSG_0D2F {[OpenMidLeft][LoadFace][32][NL][OpenMidRight][LoadFace][33][NL][OpenMidRight][ToggleSmile]Teacher.[A][ToggleSmile][OpenMidLeft]What is it, Ewan?[.][A][OpenMidRight][ToggleSmile]Do you remember a few years ago when[NL]you went to visit Commander Gerik?[A][NL]That was when I met you and followed[NL]you back to Caer Pelyn.[.][A][NL]I never said thank you for taking me[NL]in, Teacher. I've never regretted it.[.][A][ToggleSmile][OpenMidLeft]I remember it clearly. I kept thinking,[.][NL][LQuote]What have I gotten myself into?[RQuote][.][A][OpenMidRight]If that's the way you felt about it,[NL]why did you let me be your student?[.][A][OpenMidLeft]Your eyes.[A][OpenMidRight]My eyes?[A][OpenMidLeft]You had a spark in your eyes.[.][A][NL]I knew that I saw an exceptional[NL]talent for magic in those eyes.[.][A][OpenMidRight][ToggleSmile]Wow. That's really something.[.][NL]I would never have guessed.[.][A][ToggleSmile][OpenMidLeft]I'm sure, as your training progresses,[NL]that you will feel your power grow.[.][A][OpenMidRight][ToggleSmile]I'll train even harder, then![.][A][NL]Back when I first started, I[ToggleMouthMove]...[.][ToggleMouthMove][NL]thought you were kinda scary.[.][A][ToggleSmile][OpenMidLeft]Me?[.][A][OpenMidRight][ToggleSmile]Well, you don't really talk much.[.][A][NL]I always thought you were angry[.][NL]with me, and I didn't know why.[.][A][ToggleSmile][OpenMidLeft]All that because I was so silent[NL]all the time?[.][A][OpenMidRight][ToggleSmile]Yep. But after a while, I figured[.][NL]out it was just the way you were.[.][A][ToggleSmile][OpenMidLeft]Ewan, you can never find truth in[.][NL]words, spoken or unspoken.[A][NL]Truth lives within the heart.[.][A][OpenMidRight]But other people can't see what's[.][NL]inside your heart, can they?[A][OpenMidLeft]If you can trust one another, you[.][NL]can see. And you will understand.[.][A][OpenMidRight]Oh! Is that how it works?[.][NL][ToggleSmile]I think I get it now.[.][A][NL]But talking is so important in[NL]building friendships, isn't it?[.][A][NL]We use words to communicate things[NL]like feelings and ideas.[A][NL]But all that stuff, it's just on[NL]the surface. Does that mean that[A][NL]if people use their hearts, they[NL]can communicate without using words?[A][ToggleSmile][OpenMidLeft]That's right.[.][A][OpenMidRight][ToggleSmile]You really are great, Teacher.[A][NL]You teach me by making me teach myself,[.][NL]and I mean more than just magic[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]Remember how angry you were at[NL]me that one time?[.][A][NL]Back when I took out that magic tome?[.][A][ToggleSmile][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]I wasn't angry that you[.][NL]took the tome out with you.[.][A][NL]It's that you took it with you[NL]without asking and went for a stroll.[.][A][NL]And then you stopped to[.][NL]play in the river[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]That's right. Then I dropped it and[.][NL]SPLASH!! Right in it went[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It wasn't in the water long, but those[NL]pages were totally illegible[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]That utter carelessness[.][ToggleMouthMove]--[ToggleMouthMove][NL]No, your lack of consideration.[.][A][NL]That's what made me angry.[A][OpenMidRight][ToggleSmile]I'm s-sorry.[A][NL][ToggleSmile]But I never took any books with[.][NL]me when I went to the river after that.[.][A][OpenMidLeft]And there were other things, as well.[.][A][OpenMidRight]Oh, you don't mean[ToggleMouthMove]...[.][ToggleMouthMove]that?[.][NL]Oh, yeah. [ToggleSmile]Ha ha ha.[.][A][ToggleSmile][OpenMidLeft]Unbelievable[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I've never had a student[NL]so troublesome as you.[A][OpenMidRight][ToggleSmile]But I promise to be much more[.][NL]careful in the future![A][ToggleSmile][OpenMidLeft]Is there even a shred of[NL]truth in those words?[.][A][OpenMidRight][MoveMidRight][OpenMidRight]Y-yikes![A][OpenMidLeft]You rascal[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0D30 {[OpenMidLeft][LoadFace][32][NL][OpenMidRight][LoadFace][33][NL][OpenMidLeft]Ewan.[.][A][OpenMidRight][ToggleSmile]Oh, Teacher.[A][ToggleSmile][OpenMidLeft]Ewan[ToggleMouthMove]... [ToggleMouthMove]If something happens to me, take[NL]all my scrolls and magical items, and[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]keep them for your own.[.][A][OpenMidRight]What? Why would you say that?[.][A][OpenMidLeft]This conflict has grown bitter. I'm[.][NL]not sure I'll see it to its end.[A][NL]And[.][ToggleMouthMove]...[.][ToggleMouthMove]if something does happen,[.][NL]I want you to care for Dara.[A][NL]Watch over her and Caer Pelyn.[A][OpenMidRight][MoveRight][OpenRight]Oh, come on! There is no way anything[.][NL]is going to happen to you, Teacher![.][A][NL]And besides, if you weren't around,[.][NL]I would have no clue what to do.[A][OpenMidLeft]Ewan[ToggleMouthMove]... [ToggleMouthMove]Don't underestimate yourself.[.][NL]One day, you will surpass me.[.][A][OpenRight]Huh? Really? Do you mean that, Teacher?[.][A][OpenMidLeft]It all hinges on your own efforts.[A][OpenRight][MoveRight][OpenRight][ToggleSmile]I won't let you down![.][A][ToggleSmile][OpenMidLeft]Only those who choose magic can handle it.[NL]And you are special even among them[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Be confident. You have a rare gift that[.][NL]others can never duplicate.[.][A][OpenRight]Teacher[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]If you really mean that, then there's[.][NL]no way I'm going to let you die.[A][ToggleSmile][OpenMidLeft]Ewan[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight][ToggleSmile]I'll be at your side protecting you.[A][NL]If the two of us combine our power, we can[NL]get through anything that arises![.][A][ToggleSmile][ToggleSmile][OpenMidLeft]Whew[ToggleMouthMove]...[.][ToggleMouthMove][NL]Protect[.][ToggleMouthMove]...[.][ToggleMouthMove]me?[.][A][NL]I had no idea until this moment[.][NL]how dependable you've become.[.][A][OpenRight]Right! That's because I'm the great[.][NL]sage Saleh's number-one student![A][OpenMidLeft]Well spoken, Ewan.[NL]Come on, follow me.[.][A][NL]I'll use this war to teach you every[NL]last bit of the magic I know.[.][A][NL]My dear, sweet student.[.][A][OpenRight]Sounds good, Teach![.][A]}
|
|
MSG_0D31 {[OpenMidLeft][LoadFace][33][NL][OpenMidRight][LoadFace][35][NL][OpenMidRight]Hello, laddie.[A][OpenMidLeft][ToggleSmile]Oh, hi![.][.....][NL][ToggleSmile]Uh[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Gwah ha ha! The name's Dozla.[.][A][ToggleSmile][ToggleSmile][OpenMidLeft]I'm Ewan. It's nice to meet[.][NL]you, Dozla, sir![A][OpenMidRight]Aren't you a little bundle of energy?[.][NL]I bet you're a regular troublemaker.[A][NL]So, what were you so lost in thought[NL]over? You having any problems?[A][OpenMidLeft]Nope, nothing.[NL]I don't have any problems.[A][NL]I was thinking of something interesting.[NL]You want to hear about it?[A][OpenMidRight]Sure. Tell me everything.[.][A][OpenMidLeft]Well, I was thinking of how much fun it[.][NL]would be if I could do something[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]Uh-huh.[.][A][ToggleSmile][OpenMidLeft]Some battlegrounds are full of plants and[.][NL]stuff, but others are dreary and dead.[A][OpenMidRight]Yeah.[.][A][OpenMidLeft]If a place like that were suddenly filled[.][NL]with beautiful colors, it'd be neat, right?[.][A][NL]Like if it could suddenly become[NL]a flower garden?[A][OpenMidRight][ToggleSmile]Ho ho, a battleground becoming a[NL]lovely flower garden?[.][A][NL][ToggleSmile]Aye, that would be nice. It would help[NL]heal the hearts and minds of the soldiers.[A][NL]But how would you do it? Do you have some[.][NL]sort of magical powers or something?[A][OpenMidLeft]Yeah, I do, but I've decided that[.][NL]wouldn't be the best way.[.][A][NL]If I did that, people would be more impressed[.][NL]by the magic than by the flowers.[.][A][NL]I think it would be better to make it[.][NL]something that anyone could do and enjoy.[.][A][OpenMidRight][ToggleSmile]Oh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It's all too difficult for me to follow,[NL][ToggleSmile]but it sure sounds like a nice dream.[.][A][NL]If you could pull it off, I'm sure[NL]people would really enjoy it.[.][A][OpenMidLeft]Ha ha[.][ToggleMouthMove]... [ToggleMouthMove]I haven't really thought[NL]much about how I would do it.[.][A][NL]I was just thinking how nice it[.][NL]would be, that's all.[.][A][OpenMidRight]Gwah ha ha! That's fine. That's what[NL]young people are supposed to do.[A][NL]Many great things come from the[.][NL]daydreams of youth.[.][A][OpenMidLeft]Really? Do you think so? All[NL]right! I like you, mister.[A][OpenMidRight]Gwah ha ha! Is that so?[.][A][OpenMidLeft]Yep. And I'm going to call you[NL]Uncle Dozla from now on![A][NL]It's about time for me to get going.[NL]I'll talk to you later, Uncle Dozla![A][OpenMidRight]All right, laddie![NL]Till next time![.][A]}
|
|
MSG_0D32 {[ToggleSmile][OpenMidLeft][LoadFace][33][NL][OpenMidRight][LoadFace][35][NL][OpenMidRight]Ho, laddie.[.][A][OpenMidLeft]Uncle Dozla![A][OpenMidRight]So, you're in high spirits today?[.][A][OpenMidLeft]Yep! I'm always in high spirits.[NL]How about you, Uncle?[.][A][OpenMidRight]Oh, I'm doing as well as can be[.][NL]expected. I'm a bit tired, actually.[A][NL]I'm a bit closer to the ground than everyone[NL]else, so my legs tire easily. Gwah ha![A][NL]It would be nice if there were an easier[NL]way to move around, wouldn't it?[A][OpenMidLeft]Oh, that reminds me.[NL]I've been thinking of something.[A][NL]Do you want to hear about it?[.][A][OpenMidRight][ToggleSmile]What's this? Have you come up with[NL]yet another fabulous idea?[A][ToggleSmile][OpenMidLeft]Yep![A][OpenMidRight]Well, what is it?[.][A][OpenMidLeft]Coaches! You're familiar[NL]with coaches, right?[A][OpenMidRight]Uh-huh.[.][A][OpenMidLeft]And we've got a coach in our convoy[.][NL]because it can carry people and supplies.[.][A][OpenMidRight]Yeah, they're useful enough.[A][NL]They're nice if you're traveling far with [NL]wounded men, children, and whatnot.[.][A][NL][ToggleSmile]But without roads, they're almost useless,[NL]and forget about dense forests.[.][A][NL]Oh, and they can be quite vulnerable in[.][NL]a battle. Not very useful at all, really.[.][A][ToggleSmile][OpenMidLeft]Exactly! So I was thinking about coaches[NL]that could travel in the air[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleSmile]What's that?[A][NL2][NL]Are you talking about using[.][NL]pegasus knights?[A][ToggleSmile][OpenMidLeft]That's what I was thinking at first. But[NL]you know, that probably wouldn't work.[A][NL]I mean, a pegasus can get mighty picky[NL]about who it lets ride him, right?[A][NL]I haven't really thought about how to[.][NL]actually make a flying coach, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But wouldn't it be amazing if one[.][NL]really existed?[.][A][NL]It would be fast, and all that stuff like[.][NL]bad roads and forests wouldn't matter![A][OpenMidRight][ToggleSmile]Ho ho ho ho![A][ToggleSmile][OpenMidLeft]And even if people lived far apart, they[NL]could visit one another quickly![A][NL]What do you think?[A][OpenMidRight][MoveMidRight][OpenMidRight]Gwah ha ha! It's fantastic! And it[NL]would be useful, that's for sure![.][A][NL]Sounds like fun, too. I'd sure love[.][NL]to ride about in a flying coach.[A][NL]Think about it[ToggleMouthMove]--[ToggleMouthMove]the land spread out below,[NL]glittering dawn skies[.][ToggleMouthMove]...[.][ToggleMouthMove]and the wind![.][A][NL]Ah, it all sounds like a dream.[.][A][OpenMidLeft]I hope it becomes reality someday.[A][OpenMidRight]Me, too.[A][NL]I like the way your mind works,[.][NL]laddie. Let's talk more later.[A][OpenMidLeft]Yep![A]}
|
|
MSG_0D33 {[ToggleSmile][OpenMidLeft][LoadFace][33][NL][OpenMidRight][LoadFace][35][NL][OpenMidLeft]Ah, Uncle Dozla.[A][NL]Listen to this, will you? I've[NL]been thinking about something new.[A][OpenMidRight]Ooh, I can hardly wait.[.][A][OpenMidLeft]Imagine people far away from each[.][NL]other talking.[A][OpenMidRight][ToggleSmile]Far away? You mean, like, if you[NL]and I were maybe[ToggleMouthMove]...[.][ToggleMouthMove]100 paces apart?[A][ToggleSmile][OpenMidLeft]Nope. Farther than that.[A][OpenMidRight][ToggleSmile]All right, 1,000 paces![.][A][ToggleSmile][OpenMidLeft]Not even close. Farther still![A][OpenMidRight][ToggleSmile]10,000 paces? You must be kidding.[A][ToggleSmile][OpenMidLeft]No, I'm not. And even farther than[NL]that! For example[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]What if one person were in Frelia,[NL]and the other person were in Rausten?[.][A][OpenMidRight][ToggleSmile]What?![A][ToggleSmile][OpenMidLeft]That's right! Anyone you could[NL]think of, you could talk to.[A][NL]I read about magical devices that[.][NL]could do the same thing, but[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Wouldn't it be better if anyone[.][NL]could do it, and not just mages?[A][OpenMidRight][ToggleSmile]Impressive! I think I see it[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]People could send and receive important[.][NL]messages instantly, is that it?[.][A][ToggleSmile][OpenMidLeft]No, even better than that![A][NL]I'm not talking about just sending[NL]messages back and forth.[A][NL]I mean like if they could talk,[.][NL]just like you and I are now![A][NL]We wouldn't need messengers at[NL]all! It would all happen instantly![.][A][OpenMidRight][ToggleSmile]I just can't wrap my head around this[.][NL]one, laddie. It's too much for me.[A][ToggleSmile][OpenMidLeft]Great, isn't it?[A][NL]You could contact your people in[NL]Rausten from anywhere, at any time![.][A][OpenMidRight][ToggleSmile]My, oh my[.][ToggleMouthMove]... [ToggleMouthMove]You've got quite[NL]an imagination, don't you?[A][NL]The things you come up with always[NL]surprise me, laddie.[A][ToggleSmile][OpenMidLeft]Ha ha ha.[.][A][NL]I used to get in trouble for always[.][NL]thinking up these outlandish things.[A][OpenMidRight]Gwah ha ha! That's a shame, laddie.[.][A][NL]After all, I'm sure a lot of the things[.][NL]we have now seemed outlandish once.[.][A][NL]If nobody dreamed, nothing new would[NL]ever be created, would it?[A][OpenMidLeft][ToggleSmile]Uncle Dozla[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]You always have time to listen to my[NL]ideas, Uncle. It makes me really happy.[.][A][OpenMidRight][ToggleSmile]It's always worth the time to listen to[.][NL]you youngsters and your ideas.[A][NL]It's sad, but I know people who are so[NL]busy that they've no time to spare.[.][A][NL][ToggleSmile]But me, I've got time. As you know,[.][NL]I'm one of Princess L'Arachel's men.[A][NL]I'm not the brightest fellow around, so[.][NL]she doesn't give me a lot to do.[A][NL]But that gives me lots of free time, and[NL]I'm always happy to spend it with you.[A][OpenMidLeft]Thank you. I think you're[.][NL]the best, Uncle Dozla![A][OpenMidRight][MoveMidRight][OpenMidRight]Gwah ha ha! What a nice thing to say.[.][NL]And I think you're the best, laddie.[A][NL]I think when you're fully grown, you're[.][NL]going to be a great and interesting man.[A][OpenMidLeft]Do you really think so?[.][A][OpenMidRight]I do. It's that sparkle in[NL]your eyes that convinces me.[A][OpenMidLeft][MoveMidLeft][OpenMidLeft]Yahoo! Ha ha ha.[A][OpenMidRight]I'm looking forward to the day when I see[.][NL]one of your ideas made reality.[.][A][OpenMidLeft]And that day will surely come.[A][NL]It's weird[ToggleMouthMove]...[.][ToggleMouthMove]but there are times when[NL]I can almost picture a world like that.[.][A][OpenMidRight]Gwah ha ha![.][NL]Now that would be something.[A][NL]I'll have to make sure I live[.][NL]long enough to see it.[A][OpenMidLeft]Yep! And you'll have to[.][NL]stay my friend, too![A][OpenMidRight]Well, of course![A]}
|
|
MSG_0D34 {[OpenMidLeft][LoadFace][25][NL][OpenMidRight][LoadFace][33][NL][OpenMidRight][ToggleSmile]Hey![......][NL]What's your name?[.][A][ToggleSmile][OpenMidLeft]Me?[.][NL]I'm Amelia.[.][A][OpenMidRight][ToggleSmile]Ah. Amelia[ToggleMouthMove]...[.][ToggleMouthMove][NL]My name's Ewan. Hi![.][A][ToggleSmile][ToggleSmile][OpenMidLeft]Hi, Ewan. It's nice[.][NL]to meet you.[A][NL]So, are you fighting[NL]with us?[A][OpenMidRight]Yep, I am.[NL]I'm a mage.[.][A][OpenMidLeft][ToggleSmile]Really?[.][A][NL][ToggleSmile]You look like you're only[.][NL]about my age. That's neat.[A][OpenMidRight]Ha ha! Ah, I'm nothing special[NL]compared to my teacher.[.][A][NL]You want to see some magic?[.][A][OpenMidLeft][ToggleSmile]H-here? Now? But[ToggleMouthMove]...[.][ToggleMouthMove][NL]isn't that dangerous?[.][A][ToggleSmile][OpenMidRight]Oh, don't worry. Magic isn't[NL]just for combat. For example[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Voila! It can do stuff like this![.][A][OpenMidLeft]Wow[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]They're so pretty![A][NL]All those little lights,[NL]spinning around together[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Is this really magic?[.][A][OpenMidRight]This?[.][....][NL]This is magic used to make girls happy.[.][A][OpenMidLeft][ToggleSmile]Hm?[.][.....] Ah![NL][ToggleSmile]Oh, Ewan, stop teasing.[.][A][OpenMidRight]Ha ha ha.[.][A][OpenMidLeft]Ha ha.[A][OpenMidRight]You should show me how good you[.][NL]are with your lance sometime.[.][A][OpenMidLeft][ToggleSmile]Huh? Um, all right. But[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I'm sure you'd be bored.[A][ToggleSmile][OpenMidRight]That's not true.[A][NL]And even if it were, it's simply[NL]a matter of how you make it fun.[A][OpenMidLeft][ToggleSmile]How you[.][ToggleMouthMove]...[.][ToggleMouthMove]make it fun?[A][ToggleSmile][OpenMidRight]Uh-huh.[.][NL]Like this war, for example.[.][A][NL]Well, Amelia, I'll[NL]see you later![A][OpenMidRight][ClearFace][OpenMidLeft][ToggleSmile]Hey![A][NL][ToggleMouthMove]......[ToggleMouthMove][.....][NL]Ewan sure moves at his own pace[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]How you make it fun? Hmm[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]That seems like a good rule to[NL]live by, when you think about it.[.][A]}
|
|
MSG_0D35 {[OpenMidLeft][LoadFace][25][NL][OpenMidLeft]Ah[ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][OpenMidLeft][MoveFarRight][ToggleSmile][OpenFarRight]Whew. This looks like a[.][NL]good place to take a break.[.][A][......][OpenFarFarLeft][LoadFace][33][NL][OpenFarFarLeft][MoveMidLeft][OpenMidLeft][ToggleMouthMove]...![ToggleMouthMove][.....][NL][ToggleMouthMove]......[ToggleMouthMove][A][CloseSpeechSlow][OpenMidLeft][MoveRight][......][OpenRight]Boo![A][OpenFarRight][MoveFarRight][OpenFarRight][ToggleSmile]AHHHH![A][ToggleSmile][OpenFarRight][ClearFace][OpenRight][ClearFace][.......][OpenMidLeft][LoadFace][33][NL][OpenMidRight][LoadFace][25][NL][OpenMidLeft]Ha ha ha![.][NL]Amelia, it's me.[A][OpenMidRight][ToggleSmile]Ah![.][....][NL]Ewan?[.][A][NL]Why did you do that? I thought[NL]you were one of the enemy![A][ToggleSmile][OpenMidLeft]Ha ha ha. We talked about this,[.][NL]remember? How you make it fun?[A][NL]I just wanted to make our meeting[.][NL]here a little more fun.[.][A][OpenMidRight][ToggleSmile]Well, it wasn't fun[.][NL]for me at all.[A][ToggleSmile][OpenMidLeft]Ha ha ha.[.][A][NL]Oh, yeah, Amelia?[.][A][NL]Do you remember you promised to[.][NL]show me your lance work?[A][OpenMidRight][ToggleSmile]Um[ToggleMouthMove]...[.][ToggleMouthMove]yeah.[.][NL]I remember.[.][A][NL][ToggleSmile]Well, all right. Here.[NL]Watch closely.[A][OpenMidLeft]Oh, I will.[.][A][ToggleSmile][OpenMidRight][MoveRight][OpenRight][ToggleMouthMove]......[ToggleMouthMove][A][NL][OpenRight][MoveRight][OpenRight]HA![.][NL][ToggleMouthMove]...[.][ToggleMouthMove]YAH![A][OpenMidLeft][ToggleSmile]That's good.[A][ToggleSmile][OpenRight][MoveFarRight][OpenFarRight]AH![.][A][NL][OpenFarRight][MoveFarRight][OpenFarRight][ToggleMouthMove]...[.][ToggleMouthMove]WAH![A][OpenMidLeft]Neat.[.][A][OpenFarRight][MoveMidRight][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL][OpenMidRight][MoveMidRight][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]YAAAH!![.][A][OpenMidLeft][ToggleSmile]That was great![.][A][ToggleSmile][OpenMidRight]Thanks.[.][A][OpenMidLeft][ToggleSmile]You're good, Amelia. You're as good[.][NL]as any of the other knights.[A][ToggleSmile][ToggleSmile][OpenMidRight]Do you mean that?[.][NL][ToggleSmile]Whew[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]To be honest, I have been practicing[NL]even harder lately.[.][A][NL]But it was all worth it to hear you[.][NL]say that. Thanks.[.][A][OpenMidLeft]Really? No, thank you.[NL]I like your outfit, too.[A][OpenMidRight][ToggleSmile]Huh?[A][NL]Oh, I get it.[.][A][NL2][NL]You're teasing me again,[NL]aren't you, Ewan?[.][A][NL]What was it, again?[.][NL][LQuote]Making things fun[RQuote]?[A][ToggleSmile][OpenMidLeft]Ha ha ha. No, that's not[NL]at all what I was doing.[A][OpenMidRight][ToggleSmile]Hmm[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I'm not sure I should believe you.[A][ToggleSmile][OpenMidLeft]Ha ha ha.[.][A][NL]Princess Eirika has a similar[.][NL]outfit. Is that a popular style?[A][OpenMidRight][ToggleSmile]Um[ToggleMouthMove]...[.][ToggleMouthMove]I don't know.[.][A][NL][ToggleSmile]But it's easy to move in, so[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I see. I think it's cute. Especially[NL]that stain right there.[.][A][OpenMidRight][ToggleSmile]Oh[ToggleMouthMove]...[.][ToggleMouthMove][NL]Ewan, you're such a twit![.][A][ToggleSmile][OpenMidLeft]Ha ha ha.[.][A]}
|
|
MSG_0D36 {[ToggleSmile][OpenMidLeft][LoadFace][33][NL][OpenMidRight][LoadFace][25][NL][OpenMidLeft]Amelia, have you traveled much?[.][A][OpenMidRight]Travel?[.][A][NL2][NL][ToggleSmile]Hm, let's see[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I went from Silva to the[NL]capital on my own once.[.][A][NL]Now that I think about it, I'd[NL]never left Grado until now.[.][A][ToggleSmile][OpenMidLeft]Oh, really?[.][A][NL]My teacher[ToggleMouthMove]--[ToggleMouthMove]he's the great[NL]sage Saleh from Caer Pelyn[ToggleMouthMove]--[ToggleMouthMove][A][NL]took me out on a training[.][NL]journey for many months once.[.][A][OpenMidRight]Where did you go?[.][A][OpenMidLeft]Lots of different places across Magvel.[.][A][NL]We went to Renais, Frelia, Rausten, and[.][NL]Jehanna. Oh, and we went to Grado, too.[.][A][OpenMidRight]Wow, that sounds great.[.][A][OpenMidLeft]Yeah, it was a lot of fun! There[NL]were so many new things to see.[.][A][NL]Say, Amelia, I just had an idea[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]What is it?[.][A][OpenMidLeft]When this war is over and we're all at peace,[.][NL]why don't you and I take a trip together?[.][A][OpenMidRight][ToggleSmile]Huh? Just the two of us?[A][ToggleSmile][OpenMidLeft]Sure, why not? Does[.][NL]the idea bother you?[A][OpenMidRight][ToggleSmile]No, it's just[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]There's so much I want[NL]to show you, Amelia.[A][NL]How the dark green forests refract the[NL]morning sun into a million burning emeralds.[A][NL]The melancholy spectacle of the sun sinking [NL]slowly beyond an endless horizon.[.][A][NL]The wind gently coercing vast fields of[.][NL]wheat to dance, heroic mountain peaks[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Oh, and the gorgeous flower beds that[.][NL]fill your vision with brilliant colors![.][A][NL]There are so very many spectacular[NL]places in the world.[A][NL]I want to see all of them again[.][ToggleMouthMove]...[.][ToggleMouthMove]but[.][NL]this time I want to see them with you.[A][NL]When you see them, you'll really understand[.][NL]how wonderful it is to be alive.[A][NL]The feeling will fill your heart and[NL]make you want to sing with joy![.][A][OpenMidRight][ToggleSmile]That's so[.][ToggleMouthMove]...[.][ToggleMouthMove]eloquent, Ewan.[.][A][NL][ToggleMouthMove]......[ToggleMouthMove][A][NL][ToggleSmile]But I understand what you're[NL]trying to say, and yes. Let's go![.][A][NL]I want to see all of it and more![.][A][OpenMidLeft][MoveMidLeft][OpenMidLeft]Great![NL]Then it's settled.[A][NL]You know what? This gives us something to[.][NL]look forward to while this war goes on.[.][A][NL]Just thinking about it makes my heart[.][NL]beat faster.[A][OpenMidRight]Ha ha.[A][NL]You know, Ewan, being around you fills[NL]me with so much energy.[.][A][OpenMidLeft]And I'm happy when you're around, too.[A][OpenMidRight]I'm looking forward to our trip.[A][NL]It's one more reason for us to work[.][NL]quickly to put an end to this war.[A][OpenMidLeft]Yeah, let's do what we can, because[.][NL]we're definitely taking that trip![A]}
|
|
MSG_0D37 {[OpenMidLeft][LoadFace][34][NL][OpenMidRight][LoadFace][35][NL][OpenMidLeft][MoveMidLeft][OpenMidLeft]Oh, I cannot believe it.[A][NL]There is something very[.][NL]wrong with this world.[A][OpenMidRight]Hm?! What is it? What's[.][NL]happened, Princess L'Arachel?[.][A][OpenMidLeft]Hello, Dozla.[.][NL]Listen to this.[.][A][NL]The other day, I paid a visit[.][NL]to a nearby village.[A][NL]I found something inconceivable there.[A][NL]Not one of them had ever heard of the[.][NL]beautiful banisher of darkness before.[A][OpenMidRight]What?![A][NL]Even with your anonymous campaign[.][NL]to rid the world of monstrosities?[A][NL]I cannot fathom how those people[NL]could be so uninformed![.][A][OpenMidLeft]Last night, I was so distraught that I[NL]quite nearly drowned my pillow in tears.[A][NL]This will never do, Dozla.[A][NL]I must be more famous. The entire[.][NL]world must know of my legend.[.][A][NL]The troubadours must be made to[.][NL]sing my praises far and wide.[.][A][OpenMidRight]And I'm sure they will![.][A][OpenMidLeft]The five heroes who banished evil[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]My own sacred ancestor[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Oh, to be like them[.][ToggleMouthMove]... [ToggleMouthMove]I so long[.][NL]to be praised by the masses, too.[.][A][OpenMidRight][MoveMidRight][OpenMidRight][ToggleSmile]Gwah ha ha![.][NL]And you shall be, Princess![.][A][ToggleSmile][OpenMidLeft]But I get the feeling that we're going[NL]to have to change our methodology.[A][NL]Appealing to the common people is of[NL]the utmost importance.[A][NL]First and foremost, we need a plan of[.][NL]action. A means to win their hearts.[A][NL]Please, Dozla, I want you to[NL]think of something, too.[A][OpenMidRight][MoveMidRight][OpenMidRight][ToggleSmile]Gwah ha ha![.][NL]Leave it to your trusted Dozla![.][A][ToggleSmile]}
|
|
MSG_0D38 {[OpenMidLeft][LoadFace][34][NL][OpenMidRight][LoadFace][35][NL][OpenMidLeft]Dozla, have you thought[.][NL]of any good plans?[A][OpenMidRight][MoveMidRight][OpenMidRight][ToggleSmile]Gwah ha ha! Prepare yourself[NL]for joy, Princess L'Arachel![A][NL]I, Dozla, have come up with a[.][NL]plan of masterpiece proportions![A][ToggleSmile][OpenMidLeft][ToggleSmile]Oh! That is good news![A][NL]Don't keep me waiting, Dozla.[.][NL]Let me hear it.[.][A][ToggleSmile][OpenMidRight][ToggleSmile]Gwah ha! Here goes![.][A][NL][ToggleSmile]All of the heroes from the dawn of[NL]time had two names, did they not?[.][A][NL]So what you need, Princess, is another[NL]name. Something with oomph![.][A][OpenMidLeft][ToggleSmile]Oh, Dozla! What a splendid idea![A][NL]An alias would make it easier for[.][NL]the people to remember me.[A][NL]Very well, Dozla, we must come up[.][NL]with a wonderful epithet for me.[A][ToggleSmile][OpenMidRight]Hmm[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL][....]Aha![A][NL][ToggleSmile]It's come to me, Princess L'Arachel![A][NL]How do you like the sound of [LQuote]the[.][NL]green-haired battle princess[RQuote]?[A][ToggleSmile][OpenMidLeft]Um, no.[.][A][NL]I want something with more force.[.][NL]Something with more[.][ToggleMouthMove]...[.][ToggleMouthMove]impact.[.][A][NL2][NL][.....][ToggleSmile]I've got it![A][NL]What do you think of [LQuote]the beautiful[.][NL]princess of peerless beauty[RQuote]?![A][ToggleSmile][ToggleSmile][OpenMidRight]Oh! It's fantastic![.][A][NL]You're amazing, Princess L'Arachel![.][NL]What a splendid nickname![.][A][OpenMidLeft]Of course it is.[A][NL]L'Arachel, [LQuote]the beautiful princess of[.][NL]peerless beauty[RQuote]![.][A][NL]It has such a nice ring to it. Just[.][NL]rolls off the tongue, doesn't it?[.][A][OpenMidRight][MoveMidRight][OpenMidRight]Gwah ha![A][OpenMidLeft][ToggleSmile]What we do now is vital[.][NL]to our success, Dozla.[A][NL]It wouldn't do for me to ride about[.][NL]calling myself by my own nickname.[A][NL]It must be spread about in a[NL]nonchalant manner.[A][NL]Dozla, starting now, I want you to refer[NL]to me exclusively by my epithet,[A][NL][LQuote]L'Arachel, the beautiful princess of peerless[NL]beauty,[RQuote] when you're among the soldiers.[A][NL]And don't forget to slip it into[NL]everyday conversation, too.[.][A][ToggleSmile][OpenMidRight][MoveMidRight][OpenMidRight]Gwah ha ha![.][NL]Understood, Princess L'Arachel![.][A]}
|
|
MSG_0D39 {[OpenMidLeft][LoadFace][34][NL][OpenMidRight][LoadFace][35][NL][OpenMidLeft]How is it progressing, Dozla?[.][A][NL]Is it working?[A][OpenMidRight][MoveMidRight][OpenMidRight][ToggleSmile]Gwah ha ha![.][NL]You will be pleased, Princess L'Arachel![A][NL]Just recently I saw a group of[NL]villagers together gossiping.[.][A][NL]They'd seen a suspicious young woman in[.][NL]fantastic garb riding around at night.[A][NL]And they called that enigmatic woman [LQuote]the[.][NL]beautiful princess of peerless beauty[RQuote]![.][A][ToggleSmile][ToggleSmile][OpenMidLeft]Yes! They were most certainly[.][NL]talking about me then.[A][NL]At last, I am becoming known amongst[NL]the people of the land.[.][A][NL]Those three long trips I took around[NL]the area were worth the trouble.[A][OpenMidRight][MoveMidRight][OpenMidRight]Gwah ha ha![.][NL]You're so right, Princess L'Arachel![A][NL]There can be no doubt that the[NL]villagers were appropriately impressed.[.][A][OpenMidLeft][ToggleSmile]Yet I find it passing strange.[A][NL]How is it that no one has[.][NL]appeared to imitate me?[.][A][NL]The beautiful banisher of darkness[NL]was well enough known, after all.[.][A][NL]It's only natural that someone somewhere[NL]would have aspired to be like me.[.][A][NL]The fact that no imitators have appeared[NL]has me very worried, I must say.[A][ToggleSmile][OpenMidRight][MoveMidRight][OpenMidRight]Gwah ha ha![.][NL]How right you are![A][NL]But you are peerless, Princess L'Arachel,[.][NL]as your nickname says![A][NL]It would be impossible for anyone to[NL]claim your beauty as her own![.][A][OpenMidLeft][ToggleSmile]Well, that is true. It certainly was[NL]not easy for me, after all.[.][A][NL2][NL][ToggleSmile]Yet now, I am destined to be[NL]remembered in the future as a hero.[.][A][NL]I wonder how my legend will be passed on[NL]after I leave this earth.[.][A][NL]I am so looking forward to it.[A][NL][LQuote]The beautiful princess of peerless[.][NL]beauty,[RQuote] L'Arachel[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Ah[ToggleMouthMove]... [ToggleMouthMove]How enchanting.[.][A][NL]Already, I weep for the world that[NL]will one day be robbed of my beauty.[A][OpenMidRight]Gwah ha ha![.][A][OpenMidLeft]I must do something spectacular this[NL]battle to ensure my name is remembered.[.][A][NL]Let's go, Dozla.[A][OpenMidRight][MoveMidRight][OpenMidRight]Gwah ha ha! Ready as ever,[NL]Princess L'Arachel![.][A]}
|
|
MSG_0D3A {[OpenMidLeft][LoadFace][34][NL][OpenMidRight][LoadFace][36][NL][OpenMidLeft]Just a moment, Rennac.[A][OpenMidRight][MoveMidRight][OpenMidRight]Yipes![A][OpenMidLeft][MoveMidLeft][OpenMidLeft]And what do you[.][NL]mean, [LQuote]yipes[RQuote]?[A][NL][OpenMidLeft][MoveMidLeft][OpenMidLeft]Is meeting me honestly such[.][NL]an unpleasant affair?[.][A][OpenMidRight]It's just that my job becomes difficult[.][NL]when noisy people like you are about.[.][A][OpenMidLeft]Noisy? How rude! Couldn't you have[NL]said showy? Or flamboyant, perhaps!?[A][OpenMidRight]But that would be lying.[NL]You really are noisy.[.][A][NL]Do you even realize that[NL]you were yelling just now?[A][OpenMidLeft]Yell? Me!? Why, I never![NL]You've gone too far![A][NL]Rennac, you would do well to remember that[NL]your number-one priority is guarding me.[A][OpenMidRight]That's not the case anymore.[A][NL]These people respect my abilities[.][NL]and value my skills.[A][OpenMidLeft]Very well, I grant that you've made[.][NL]yourself useful out here.[.][A][NL]However, sir, you know nothing about[NL]how to treat a lady![A][NL]You would do well to refine yourself.[.][A][OpenMidRight]Now, who's being rude? I happen[.][NL]to be quite the gentleman.[A][NL]For instance, I have some small[.][NL]renown as a fabulous dancer.[A][OpenMidLeft]You? A dancer? I wonder if you're[.][NL]not merely flattering yourself[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][MoveMidRight][OpenMidRight]You don't think I can dance? Then test[NL]me! You'll see how well I can dance![A][NL]Come on, get down off your horse.[.][A][OpenMidLeft][MoveMidLeft][OpenMidLeft]Me? Dance with you?[.][A][NL]Do you believe I would[NL]dance with a commoner?[A][NL]Please, our stations would[NL]never permit it.[A][OpenMidRight][MoveMidRight][OpenMidRight]It's not a matter of station. If you[NL]permit us to dance, you would see.[A][NL]Unless[ToggleMouthMove]... [ToggleMouthMove]Wait a minute, maybe[NL]YOU'RE the one who can't dance![.][A][OpenMidLeft][MoveMidLeft][OpenMidLeft]Rennac! You overstep yourself![A][NL][OpenMidLeft][MoveMidLeft][OpenMidLeft]All right! If you dare speak such[.][NL]blasphemies, then I have no choice![.][A][NL]When next we meet, I will test your[.][NL]vainglorious boast myself![A][NL2][NL]But remember, my dancing with one[.][NL]such as you is a rare occasion.[.][A][NL]Because it will be so special, I[NL]expect you to be most grateful.[.][A][NL]Got it!?[A][OpenMidRight]Yeah, yeah.[.][NL]I get it.[.][A][OpenMidLeft]Very well. I suggest you devote yourself[NL]to practicing while you've the time.[A][OpenMidRight]Now, you're the one who's gone too far![.][NL]I'm going to make you eat your words.[.][A]}
|
|
MSG_0D3B {[OpenMidRight][LoadFace][36][NL][OpenMidLeft][LoadFace][34][NL][SendToBack][OpenMidLeft]So[ToggleMouthMove]...[.][ToggleMouthMove]Rennac. We finally meet again.[A][NL]Do you remember our agreement?[A][OpenMidRight]Princess L'Arachel! Well,[.][NL]of course I remember, but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Surely, this isn't the place for[NL]a, er, dance off, is it?[A][OpenMidLeft]Stop your complaining![A][NL]You will make yourself available[NL]at MY leisure, sir.[.][A][NL]Now then, shall we dance?[.][A][OpenMidRight]Are you serious?![.][A][NL]In THIS place? It's preposterous![.][NL]It's ridiculous[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][MoveRight][OpenMidRight][MoveFarRight][OpenRight]Very well, let us begin.[A][OpenFarRight]Yes, yes, I know what happens[.][NL]next. Oh, bother[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenRight]1[.][ToggleMouthMove]...[.][ToggleMouthMove]2[.][ToggleMouthMove]...[.][ToggleMouthMove]3[.][ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][OpenRight][MoveRight][OpenRight][MoveMidRight][OpenMidRight][MoveMidRight][OpenMidRight][MoveRight][OpenFarRight][MoveFarRight][OpenFarRight][MoveMidRight][OpenRight]Slow[ToggleMouthMove]...[.][ToggleMouthMove]slow[ToggleMouthMove]...[.][ToggleMouthMove][NL]Quick, quick, slow[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][MoveMidRight][OpenMidRight][MoveFarRight][OpenRight][MoveRight][OpenRight][MoveMidRight][OpenMidRight][MoveMidRight][OpenMidRight][MoveRight][OpenFarRight][MoveFarRight][OpenFarRight][MoveMidRight][OpenRight][MoveMidLeft][OpenMidLeft]Ah![.][A][CloseSpeechSlow][OpenMidRight][MoveLeft][OpenMidLeft]Y-you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][OpenMidLeft][MoveMidLeft][OpenMidLeft][MoveFarLeft][OpenLeft][MoveLeft][OpenLeft][MoveMidLeft][OpenFarLeft]Not bad[.][ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][OpenMidLeft][MoveMidLeft][OpenMidLeft][MoveLeft][OpenFarLeft][MoveFarLeft][OpenFarLeft][MoveMidLeft][OpenMidLeft]No, good[ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][OpenMidLeft][MoveMidLeft][OpenMidLeft][MoveFarLeft][OpenLeft][MoveLeft][OpenLeft][MoveMidLeft][OpenMidLeft][MoveMidLeft][OpenMidLeft][MoveLeft][OpenFarLeft][MoveFarLeft][OpenFarLeft][MoveMidLeft][OpenMidLeft]Very good actually[ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][OpenMidLeft][MoveMidLeft][OpenMidLeft][MoveFarLeft][OpenLeft][MoveLeft][OpenLeft][MoveMidLeft][OpenFarLeft]You CAN dance![A][CloseSpeechSlow][OpenFarLeft][MoveFarLeft][OpenFarLeft][MoveFarFarLeft][OpenFarFarLeft][ClearFace][OpenMidLeft][MoveMidLeft][OpenMidLeft][MoveFarFarLeft][OpenFarFarLeft][ClearFace][.......][......][OpenMidLeft][LoadFace][34][NL][OpenMidRight][LoadFace][36][NL][OpenMidLeft]You're much better than[.][NL]I imagined you'd be.[A][OpenMidRight][ToggleSmile]Thank you.[A][NL]My father was a merchant. We found[NL]ourselves invited to many balls.[A][NL]It was my job to dance with the wives[.][NL]and daughters of his associates.[A][NL]I found that I had a taste for it, and[NL]with practice, I improved my skill.[.][A][ToggleSmile][OpenMidLeft]Is that so? I see[.][ToggleMouthMove]... [ToggleMouthMove]It's not[NL]fair you kept that secret.[A][NL]Your dance skills were quite adequate.[A][NL]Your treatment of ladies, however, is[.][NL]still sorely lacking. Next[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Uh-oh.[.....][NL]I really have no time to chat.[A][NL]I must be going.[NL]Farewell.[.][A][OpenMidRight][ClearFace][OpenMidLeft][MoveMidLeft][OpenMidLeft]W-wait a minute, Rennac![......][NL]Ooh![A][NL][ToggleMouthMove]......[ToggleMouthMove][A][NL]I don't know why, but[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I'm quite vexed[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0D3C {[OpenMidLeft][LoadFace][34][NL][OpenMidRight][LoadFace][36][NL][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Sigh[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Don't you know that it's rude to[NL]sigh when you see someone, Rennac?[A][NL]You may be a fair dancer, but your[NL]smooth moves belie your gruff manners.[A][NL]You should learn from me. If you were[.][NL]truly happy, you would not sigh so.[.][A][NL]Tell me, Rennac, what is it that[NL]makes you happy?[A][OpenMidRight]Makes me happy?[.][A][NL]Let me see[ToggleMouthMove]...[.][ToggleMouthMove][NL]Uh[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I've never really thought about it.[.][NL]If pressed, I'd have to say gold.[.][A][OpenMidLeft]Gold, did you say?[A][NL]So if you had gold, you would[.][NL]be happy. Is that it?[.][A][OpenMidRight]Well, if you have enough gold, you[NL]can buy whatever you desire.[A][NL]Mercenaries work so that they can[.][NL]get paid. It's why they fight.[A][NL]Knights fight because they have[.][NL]sworn oaths, but there is more[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]They've been promised a certain social[NL]status by fulfilling their oaths.[.][A][OpenMidLeft]So, by getting what you desire,[.][NL]you can be happy? Is that it?[.][A][OpenMidRight]What do you mean?[.][A][OpenMidLeft]Rather than lament over what you do not[.][NL]possess, you should treasure what you do.[.][A][NL]That's a very important lesson to learn,[NL]don't you think?[A][NL]Isn't that the road to true happiness?[A][OpenMidRight]Princess L'Arachel[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I know you mean well when[.][NL]you say things like that.[.][A][NL]But coming from someone who has[.][NL]everything, it means very little.[.][A][OpenMidLeft]This has nothing to do with[.][NL]my station in life.[.][A][NL]And as for you, what need have you[NL]of money or fame? You have me![A][NL]Merely serving me must be the[.][NL]greatest pleasure man can know.[.][A][OpenMidRight][MoveMidRight][OpenMidRight]So, that's what this is about, is it?[.][A][OpenMidLeft]Your employer is sweet and lovely.[A][NL]That is something most people[.][NL]dream of having.[A][NL][ToggleSmile]Surely you cannot aspire to[.][NL]happiness greater than this.[A][ToggleSmile][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]I've always wondered, Princess,[.][NL]how your ego grew so large.[.][A][OpenMidLeft][MoveMidLeft][OpenMidLeft]You complain far too much![A][NL]Come, Rennac. It's time to go.[NL]Follow me, and try not to lag.[A][OpenMidLeft][ClearFace][OpenMidRight]Ah, Princess L'Arachel![.][.....][NL][ToggleMouthMove]...[.][ToggleMouthMove]Perfect[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]True happiness? Is this really[NL]what happiness feels like?[A]}
|
|
MSG_0D3D {[OpenMidLeft][LoadFace][35][NL][OpenMidRight][LoadFace][38][NL][OpenMidLeft]Oh![.][A][NL]You there, lassie.[NL]Are you lost?[.][A][OpenMidRight]I[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I'm not lost.[.][A][NL]I'm traveling with Ephraim.[.][NL]I'm his[.][ToggleMouthMove]...[.][ToggleMouthMove]friend.[.][A][OpenMidLeft]Oho! In that case, you and I[NL]are allies, are we not?[.][A][NL]My name's Dozla. It's[.][NL]an honor to meet you![.][A][OpenMidRight]Uh-huh[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][MoveMidLeft][OpenMidLeft][ToggleSmile]Gwah ha ha! You're a[NL]quiet lassie, aren't you?[.][A][NL]And you're so tiny, too.[A][NL]Seeing you takes me back to the days[NL]when Princess L'Arachel was a child.[A][NL]Tell me, lassie, how old are you?[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It's impolite to ask a woman her[NL]age. That's what Ephraim says.[A][NL]I think you're being rude.[A][OpenMidLeft][MoveMidLeft][OpenMidLeft][ToggleSmile]Gwah ha ha![.][NL]Aren't you the sassy one![.][A][NL]You're still young. I don't think you[.][NL]need to worry about age just yet.[.][A][ToggleSmile][OpenMidRight]And how old are you?[A][OpenMidLeft][ToggleSmile]Me? I'm all of forty-seven[NL]years old.[A][ToggleSmile][OpenMidRight]And I am[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]1,200 years old. Roughly.[.][A][OpenMidLeft]Huh?[A][NL][OpenMidLeft][MoveMidLeft][OpenMidLeft][ToggleSmile]Gwah ha ha![.][NL]Stop teasing me, lassie![A][NL]You don't have to be shy.[.][NL]Just tell me how old you are.[.][A][ToggleSmile][OpenMidRight]I did. And I said I'm[.][NL]1,200[.][ToggleMouthMove]... [ToggleMouthMove]Roughly.[A]}
|
|
MSG_0D3E {[OpenMidLeft][LoadFace][35][NL][OpenMidLeft]Hrmph![A][NL]Princess L'Arachel![.][NL]Princess L'Arachel! Where are you?[A][OpenMidRight][LoadFace][38][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft][ToggleSmile]Oh, lassie.[.][NL]What luck meeting you here.[.][A][NL]Do you know where I might[.][NL]find Princess L'Arachel?[A][ToggleSmile][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]I do not.[.][A][NL]But that's not important.[.][NL]Where is Ephraim?[.][A][OpenMidLeft][ToggleSmile]If it's Prince Ephraim you're after,[NL]just follow the sounds of combat![.][A][NL]There's no better way to motivate your[NL]troops than to stand by their side![.][A][ToggleSmile][OpenMidRight]That L'Arachel person is probably[.][NL]with Ephraim.[.][A][NL]I saw her next to him speaking to[.][NL]him on quite familiar terms.[A][NL]For some reason, it made[NL]my chest feel[.][ToggleMouthMove]...[.][ToggleMouthMove]funny.[A][OpenMidLeft][MoveMidLeft][OpenMidLeft][ToggleSmile]Gwah ha ha![.][NL]It must be love![A][ToggleSmile][OpenMidRight]Love?[.][A][NL]This feeling is[.][ToggleMouthMove]...[.][ToggleMouthMove]love?[.][A][OpenMidLeft][ToggleSmile]Mm. I've tasted the sweet and the sour[NL]that life serves up, and I know love.[.][A][NL]You, my dear, are in love with[NL]Princess L'Arachel![.][A][ToggleSmile][OpenMidRight]I'm not so sure about that[ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0D3F {[OpenMidLeft][LoadFace][35][NL][OpenMidRight][LoadFace][38][NL][OpenMidLeft][MoveMidLeft][OpenMidLeft][ToggleSmile]Gwah ha ha![.][A][NL]Are you all right, lassie?[A][NL]There's no need to worry.[.][A][NL]No matter how many enemies[NL]pop up, I'll protect you.[.][A][ToggleSmile][OpenMidRight][ToggleSmile]I appreciate it[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I do feel safe when you're nearby[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Somehow, you remind me of my father.[A][ToggleSmile][OpenMidLeft][MoveMidLeft][OpenMidLeft][ToggleSmile]Gwah ha ha![.][NL]I get that a lot![.][A][NL][ToggleSmile]So tell me, little one, where[.][NL]is your father, anyway?[.][A][OpenMidRight][HalfCloseEyes][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]My father[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft][MoveMidLeft][OpenMidLeft]Er[ToggleMouthMove]... [ToggleMouthMove]What's wrong?![A][NL]Did I ask something that[NL]I shouldn't have?[.][A][NL]I-I'm sorry, lassie.[NL]Please don't cry[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][CloseEyes][OpenMidRight]I'm not crying[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm not crying[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Ah![.][NL]What do I do?[.][A][NL]Wait. Just think. I must have run[.][NL]across something like this before.[A][NL]When Princess L'Arachel was a babe,[.][NL]and she would begin to cry[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]She would tug on my beard! That[.][NL]would always make her happy.[A][NL]C'mon, lassie, grab a handful of my[.][NL]beard and give it a good, strong yank![A][OpenMidRight][OpenEyes][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]You are strange, Dozla.[.][A][OpenMidLeft][MoveMidLeft][OpenMidLeft]What?[.][A][OpenMidRight]But you were worried about me.[NL]That makes me happy.[A][NL][ToggleSmile]You're a nice person after all.[.][A][ToggleSmile][ToggleSmile][OpenMidLeft][MoveMidLeft][OpenMidLeft]Gwah ha ha![.][NL]You've stopped crying.[A][NL]Hm, that's a good thing.[A][OpenMidRight]Yes.[NL]Thank you.[A]}
|
|
MSG_0D40 {[OpenMidLeft][LoadFace][36][NL][OpenMidRight][LoadFace][35][NL][OpenMidLeft]Ah[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Why has fate chosen to[NL]treat me so cruelly?[A][OpenMidRight]Ah, Rennac.[.][A][NL]You look so pleased to have been[NL]reunited with Princess L'Arachel.[.][A][NL]I'm glad we're all in one piece![A][OpenMidLeft]You haven't changed, Dozla. Your ability to[.][NL]misread people still ruins all conversation.[A][NL]I am lamenting, old man! I am raging[NL]against my horrible misfortune![.][A][NL]You're a vassal sworn to serve Princess[.][NL]L'Arachel. You're supposed to be here.[A][NL]I, however, am not. I'm temporary. Got it?[NL]I'm an employee! I am NOT a vassal![.][A][OpenMidRight][MoveMidRight][OpenMidRight][ToggleSmile]Gwah ha ha! You're just as interesting as[.][NL]ever. You're still hard to follow, but[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile][OpenMidLeft]This is not a conversation for you to[.][NL]enjoy, and it's not at all hard to follow![A][NL]It's not that I don't enjoy being in this[.][NL]army, but traveling with her again[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I mean, I haven't even been properly[NL]paid for the last job.[A][OpenMidRight]Oh, so it's about money, is it? In[NL]that case, you've no worries, Rennac.[.][A][NL]All you have to do is see Princess[NL]L'Arachel safely back to Rausten.[.][A][NL]Once that's done, His Majesty will pay[NL]you any amount you desire.[A][OpenMidLeft]That's what I heard the last time, but do[.][NL]you have any idea how much I desire?[A][NL]When he hears it, His Majesty[.][NL]may very well explode![A][OpenMidRight]Hmm, so about 1,000 gold pieces?[A][OpenMidLeft]Huh? You can't even buy a[.][NL]proper blade for that price![A][OpenMidRight]What, 5,000 then?[.][A][OpenMidLeft]You've got the wrong number[.][NL]of zeroes, old man.[.][A][OpenMidRight]Oh, my apologies.[.][NL]So you want 500 gold, eh?[.][A][OpenMidLeft]No! That's smaller! It cannot get smaller![NL]I want more! It's 50,000! 50,000 gold![A][NL]And I'll bend 50,000 ears to get it[.][NL]if I have to! Someone must listen![A][OpenMidRight]Oh, right. I understand![NL]You need 50,000 ears, is that it?[.][A][NL]Very well, when we return to Rausten[NL]we'll get 50,000 people together![.][A][NL]Wait[ToggleMouthMove]...[.][ToggleMouthMove]that's 100,000 ears. Well anyway,[.][NL]you'll have all the ears you need![A][OpenMidLeft]It's just a figure of speech, old[.][NL]man. Bah! I was a fool to complain.[.][A]}
|
|
MSG_0D41 {[OpenMidLeft][LoadFace][36][NL][OpenMidRight][LoadFace][35][NL][OpenMidLeft]Life is[.][ToggleMouthMove]...[.][ToggleMouthMove]a fickle beast,[.][NL]is it not, old man?[.][A][OpenMidRight]Why are you so solemn, Rennac? You[NL]can't win battles if you've no hope![A][OpenMidLeft]This journey has taught me the hollowness[.][NL]and the transience of life's pleasures.[.][A][NL]Ah, to what end do we toil on this[NL]unforgiving earth? Why do we live?[A][OpenMidRight]Why do we live? Well, if you're not[.][NL]alive, then you're dead, and[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Er[ToggleMouthMove]...[.][ToggleMouthMove]if you're dead, then you[NL]can't eat, and[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]What was I saying?[.....][NL]I think I must be getting hungry.[.][A][NL][ToggleSmile]I wonder what's for dinner.[.][NL]My belly's a-rumbling![A][ToggleSmile][OpenMidLeft]It must be nice to have no worries[NL]other than what to eat, old man.[A][NL]And not just you, either.[.][A][NL]I'm sure that a certain young lady[NL]has nothing to worry about, either.[.][A][OpenMidRight]What's that?[NL]Do you mean Princess L'Arachel?[.][A][NL][ToggleSmile]That girl believes the world will turn[NL]out just as she envisions it.[.][A][NL]I doubt if the word [LQuote]worry[RQuote] even has[NL]any meaning to her in the first place.[A][ToggleSmile][OpenMidLeft]What a completely envious[.][NL]position to be in.[A][NL]I may not look it now, but I'm the[NL]son of a wealthy Carcino merchant.[A][NL]I believed that you could move the[NL]world if you but had the gold.[A][NL]Money was everything, and with money,[.][NL]nothing was beyond my reach![A][NL]I adored money! I loved money! You see?[.][A][OpenMidRight][ToggleSmile]What good fortune for you that your[.][NL]father was a thriving merchant.[.][A][ToggleSmile][OpenMidLeft]That's just it[ToggleMouthMove]... [ToggleMouthMove]There are people who can[NL]do anything without any money at all[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]She's overbearing and egotistical, yet she[NL]has us all jumping through hoops.[.][A][NL]That's a skill normal people[NL]don't possess.[A][OpenMidRight][ToggleSmile]That's Princess L'Arachel![NL]She makes the impossible possible![A][NL]You're with her because she made a[NL]deep impression on you, too, right?[.][A][ToggleSmile][OpenMidLeft]A deep impression? It's more like I'm in[NL]shock, and my brain's been frozen.[A][OpenMidRight][MoveMidRight][OpenMidRight]What? Your brain's frozen? That'll never[NL]do! Did you forget to wear a hat?[.][A][CloseSpeechSlow][OpenMidRight][MoveRight][OpenRight]Let me at it. I'll thaw it out.[.][A][OpenMidLeft][MoveMidLeft][OpenMidLeft][MoveFarLeft][OpenFarLeft]Knock it off! I was speaking figuratively![NL]You know? As in [LQuote]not literally[RQuote]?[A][NL]You're too strong to joke around[NL]like that! Stop it![.][A][OpenRight][MoveRight][OpenRight][ToggleSmile]Gwah ha ha![.][NL]Just teasing you![.][A][ToggleSmile][OpenFarLeft]Sigh[ToggleMouthMove]...[.][ToggleMouthMove][NL]What a pair the two of you make[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You know, you're the only one who can[.][NL]keep up with Princess L'Arachel, old man.[.][A]}
|
|
MSG_0D42 {[OpenMidLeft][LoadFace][35][NL][OpenMidRight][LoadFace][36][NL][OpenMidLeft]You know, Rennac. I was just[NL]thinking about something.[.][A][NL]These battles are tough on an[.][NL]old man like me.[A][NL]I might not make it through[.][NL]to see the end of this.[.][A][OpenMidRight]Where did that come from?[.][NL]It better not be an omen.[.][A][OpenMidLeft]I want to see Princess L'Arachel[NL]in her wedding dress one day.[.][A][NL]That's my one wish in life:[.][NL]to see her happily wed.[.][A][OpenMidRight]Telling me about it isn't[.][NL]going to make it happen.[A][NL]Trying to find a worthy prince who's[NL]willing to take Princess L'Arachel?[.][A][NL]That's no easy task to accomplish.[A][OpenMidLeft]If I end up food for the crows, if[NL]I cannot escort the princess home,[A][NL]I want you to take care of her for me.[A][OpenMidRight]What? Why? No, I won't do it.[.][NL]You can't make me! Sorry, but NO![.][A][NL]You're the vassal, old man. I'm nothing[.][NL]more than an escort, a thief.[.][A][NL]When this war's over, I'm going to collect[NL]my pay and then disappear. You got it?[A][NL]Once Princess L'Arachel settles down,[.][NL]she'll probably never leave Rausten again.[A][NL]It's got nothing to do with me.[.][A][OpenMidLeft]That's cold, Rennac[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm disappointed. I'm sure she'll be so[.][NL]lovely. Princess L'Arachel, the bride[.][ToggleMouthMove]...[.][ToggleMouthMove][A][CloseSpeechSlow][OpenMidLeft][CloseEyes][OpenMidLeft]If I gently close my eyes, I can envision[.][NL]what a glorious spectacle it will be.[.][A][OpenMidRight]If all you need is someone to listen,[.][NL]I'll play along. What kind of spectacle?[A][OpenMidRight][CloseEyes][OpenMidLeft]The loving couple exchanging their sacred[.][NL]vows. The joyous citizens of Rausten![.][A][OpenMidRight][ToggleSmile][LQuote]Congratulations, Princess L'Arachel![RQuote][NL][LQuote]Our condolences, Prince.[RQuote][A][ToggleSmile][OpenMidLeft]The newlyweds will smile and wave as the[NL]royal coach passes through the crowds.[A][NL]Can you see the flowers? The silver and gold[NL]inlay and the gems glittering in the sun?[.][A][OpenMidRight][MoveRight][OpenRight][OpenEyes][OpenRight][ToggleSmile]What? They have a gem-encrusted coach?[NL]Now that's something I must see.[A][NL]I'll be on the street, waving a flag, then[NL]I'll race up and offer my congratulations![A][ToggleSmile][ToggleSmile][OpenMidLeft][OpenEyes][OpenMidLeft][MoveLeft][OpenLeft]Would you really?[.][NL]That's happy news.[A][NL]Princess L'Arachel will be so surprised[.][NL]to see you running after them![A][OpenRight]Yeah, and then she'll look at me[NL]with that smug face and say,[A][NL][LQuote]Oh, Rennac. Whatever are you[.][NL]doing here?[.][A][NL]Come along! Fall in and follow us.[RQuote][.][A][OpenLeft]And then Princess L'Arachel will set out[NL]across the continent on her honeymoon[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I've got it! You'll be her guard on her[.][NL]honeymoon! Fantastic! That's wonderful![.][A][OpenRight][ToggleSmile]N-no! You're getting carried away![A][ToggleSmile][OpenLeft]Now you're a true vassal to Princess[NL]L'Arachel, body and soul. Gwah ha ha![.][A][OpenRight][ToggleSmile]I've got a terrible feeling I'll never[NL]get away from Princess L'Arachel[ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile]}
|
|
MSG_0D43 {[OpenMidLeft][LoadFace][19][NL][OpenMidRight][LoadFace][37][NL][OpenMidRight]Cormag[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Sir Duessel.[A][OpenMidRight]Are you well?[.][A][OpenMidLeft]I am as you see me.[.][NL]Fine in every respect.[A][OpenMidRight]I'm not talking about your flesh.[.][NL]It's your heart I'm worried for.[A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]I'm here because I made the decision for[NL]myself to leave Grado.[A][NL]Luckily for me, one of the leaders here[.][NL]is an old acquaintance of mine.[.][A][NL]I'm not saying my heart is at ease, but[.][NL]I have found something to believe in.[.][A][NL]Something to fight for.[.][NL]And yet, you[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]I, too, made a choice to be here.[.][NL]There's no need for your concern.[.][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]I believe in myself. Therefore it[.][NL]matters not where I am.[.][A][NL]So no matter where I go or what I do,[.][NL]I'm sure my brother would understand.[.][A][OpenMidRight]Cormag.[.][A][OpenMidLeft]And besides, General Duessel, you're[NL]here in this army with me.[A][NL]There's no shame in fighting alongside[NL]the man once known as Obsidian.[.][A][OpenMidRight]Mm.[.][A][NL]Cormag, let us emerge victorious from this[NL]war, for the things we both believe in.[.][A][OpenMidLeft]Yes.[A]}
|
|
MSG_0D44 {[OpenMidLeft][LoadFace][37][NL][OpenMidRight][LoadFace][19][NL][OpenMidRight]Sir Duessel.[A][OpenMidLeft]Well met, Cormag.[.][NL]I'm impressed by your skills.[.][A][OpenMidRight]They're still far below[.][NL]yours, General Duessel.[.][A][NL]By the way, I have a favor I've[.][NL]been meaning to ask of you.[.][A][OpenMidLeft]What is it? Please tell me.[.][A][OpenMidRight]Your stories tell of a small lance you[NL]carry like a treasure. May I see it?[A][OpenMidLeft]Stories, you say? Am I the subject[NL]of stories now? Interesting.[A][NL]Here is the lance you're talking about.[.][NL]Examine it at your leisure.[.][A][OpenMidRight]It[ToggleMouthMove]... [ToggleMouthMove]It really is[ToggleMouthMove]...[.][ToggleMouthMove][NL]It's a Gavaleus[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Oh! You've heard of Gavaleus, have you?[.][A][NL]You must know quite a bit about the[.][NL]crafting of weapons.[A][NL]This is one of Gavaleus's final works.[A][NL]I have quite a collection of weapons, but[.][NL]this is among the most beautiful of them.[.][A][NL]While it can be used in battle, I would[.][NL]never dull its shine with blood or dirt.[A][NL]If I ever use this lance, I vow that it[.][NL]will be only in my own final hour.[A][OpenMidRight]It shines as though it could light[NL]up the soul of its wielder.[.][A][NL]You're right. I would hesitate to[.][NL]stain its beauty with blood, too.[.][A][OpenMidLeft][ToggleSmile]Ah, so you grasp what I mean?[.][ToggleSmile][NL]Cormag, you have a discerning eye.[A][OpenMidRight][ToggleSmile]Thank you.[A][NL]And yet, I know that I will never[.][NL]be your equal, General Duessel.[.][A][ToggleSmile][OpenMidLeft]Come, now.[A][NL]You know, your brother asked to[.][NL]see this lance once as well.[A][OpenMidRight]My brother?[.][A][OpenMidLeft]Yes.[A][NL]You two are so alike. His comments[NL]mirror your own almost exactly.[.][A][OpenMidRight]Is that so?[.][A][OpenMidLeft]For warriors, our weapons are our lives.[NL][ToggleSmile]I'm glad to know you understand that.[.][A][NL]Someday, you'll be a splendid wyvern[NL]knight to equal your brother.[.][A][ToggleSmile]}
|
|
MSG_0D45 {[OpenMidLeft][LoadFace][37][NL][OpenMidRight][LoadFace][19][NL][OpenMidLeft]Cormag[ToggleMouthMove]...[.][ToggleMouthMove][NL]I've something I want to show you.[A][NL]Here it is. This lance.[.][NL]What do you think of it?[A][OpenMidRight]My![.][.....] It has such power! It[NL]sends chills down my spine[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I am not nearly strong enough to[NL]wield a weapon such as this.[A][OpenMidLeft]Hm, you think so? Merely holding this[.][NL]lance makes me tremble with dread.[A][NL]Not overly so, but enough to stop[.][NL]me from wielding it in combat.[A][NL]This lance[ToggleMouthMove]... [ToggleMouthMove]It can drive its[NL]wielder to madness.[.][A][OpenMidRight]Madness, you say?[.][A][OpenMidLeft]Yes, Cormag. It's a magic weapon of dark[NL]design that's been in my family for ages.[.][A][NL]Legend states that the leader of our house[NL]must always carry it, but never use it.[.][A][NL]We are prohibited from wielding it until such[.][NL]a time as madness itself rules the day.[.][A][NL]It's part of my legacy, and yet[.][ToggleMouthMove]...[.][ToggleMouthMove]I[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I made a grave error[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I allowed Valter to use this lance.[.][A][OpenMidRight]You let Valter[ToggleMouthMove]--[ToggleMouthMove][A][OpenMidLeft]Yes[.][ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleMouthMove]...[.][ToggleMouthMove]We were in the middle of a battle.[A][NL]Valter had broken his lance, and when I[.][NL]wasn't looking he somehow took this one.[A][NL]From that moment, he was changed[ToggleMouthMove]...[.][ToggleMouthMove][NL]He killed everyone[ToggleMouthMove]--[ToggleMouthMove]even retreating men.[A][NL]I took the lance from him when I realized[.][NL]what had happened, but it was too late.[.][A][NL]Madness had awakened within Valter and[NL]was coursing through his body.[A][NL]From then on, he hungered only for battle[.][NL]and for blood[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It's not as though Valter was a gentle lamb[.][NL]before, but now his appetite for violence[.][A][NL]increased many times over. It's all[.][NL]because of this cursed lance.[.][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]That odd light playing around the point[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I thought it looked familiar.[.][A][NL]It was Valter[.][ToggleMouthMove]... [ToggleMouthMove]It's the same light Valter[NL]had in his eyes on the battlefield.[.][A][NL]Valter's insane because of this lance.[NL][ToggleMouthMove]......[ToggleMouthMove][A][NL]Sir Duessel, if it please you, would you[NL]let me have this lance?[.][A][OpenMidLeft][MoveMidLeft][OpenMidLeft]What? You?[NL]B-but[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Are you worried that I will[.][NL]end up like Valter?[.][A][OpenMidLeft]N-no[ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]This lance[ToggleMouthMove]--[ToggleMouthMove]someone needs to master it.[.][NL]It's just a feeling I have.[.][A][NL]A weapon is only as good or evil as[.][NL]the man who wields it.[A][NL]In the hands of someone just, it can[NL]be a righteous weapon.[A][NL]In the hands of the wicked, it's a[NL]danger to all.[A][NL]Believe me, I have not been seduced[.][NL]by this lance.[A][NL]I merely want to see it used for the[NL]purpose for which it was forged.[A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][NL]I understand you, Cormag.[.][NL]I'm going to let you have it.[.][A][NL]I have no son. I had not yet decided[NL]to whom I should pass on this legacy.[.][A][NL]Now I see that leaving it to someone[NL]whom I trust and believe in is best.[A][NL]As with me, your admiration of weapons[NL]is balanced by a healthy respect.[.][A][NL]You also have a good eye, and you[.][NL]possess tremendous strength.[A][NL]The day you are able to wield this lance[NL]may not be far off at all.[A][NL]If the madness in this lance can be tamed,[NL]it may very well be a weapon without equal.[.][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]I never had the courage to wield it, but[NL]I would love to see it used righteously.[A][NL][ToggleMouthMove]...[.][ToggleMouthMove]I am entrusting it to you.[NL]I hope you will use it one day.[.][A][OpenMidRight]I accept your gift, Sir Duessel.[A][NL2][NL]I would receive it once this battle is[NL]finished and our hearts are calmer.[.][A][NL]If I were to take it in the heat of[.][NL]battle, I might become Valter the second.[.][A][NL]It is a possibility that I cannot dismiss.[A][OpenMidLeft]Yes, I see.[.][NL]Cormag[ToggleMouthMove]... [ToggleMouthMove]I'm counting on you.[A][NL]I look forward to the day I can see[.][NL]this lance wielded correctly.[.][A][OpenMidRight]Understood.[.][A][NL]Until that time comes, please try not to[NL]get yourself killed, [.][ToggleSmile]General Duessel![A][ToggleSmile][OpenMidLeft][ToggleSmile]Ha![.][A][ToggleSmile]}
|
|
MSG_0D46 {[OpenMidLeft][LoadFace][37][NL][OpenMidRight][LoadFace][25][NL][OpenMidRight][ToggleSmile]Ah, General Duessel![A][ToggleSmile][OpenMidLeft]Oh, it's you, Amelia.[.][A][OpenMidRight][ToggleSmile]Yes![A][NL]Oh, but you're not injured at[.][NL]all, are you, General Duessel?[A][NL]We've all been struggling so hard,[NL]and yet you don't seem tired at all.[A][NL]You are an impressive man.[A][NL]It's all I can do simply to stay[NL]alive out here, it feels like.[A][ToggleSmile][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]What is it?[.][.....][NL]General Duessel?[A][NL]Is something wrong?[.][A][OpenMidLeft]Oh, um, sorry.[NL]Your[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]From the first time I laid eyes[.][NL]upon you, your face[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I was sure I'd seen it before[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Huh? Is that so?[A][NL]You mean before now? Or before[NL]I even joined Grado's army?[.][A][OpenMidLeft]Yes, that's right, but I can't recall[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Getting to be my age has its price.[.][A][OpenMidRight]Don't be silly![.][A][NL]I happen to think you're still[NL]quite young, General Duessel![.][A][OpenMidLeft]Well, now you've got my attention! What[.][NL]was it you wanted this old soldier for?[.][A][OpenMidRight]It's just that, even among the younger[NL]knights, there's no match for you.[A][NL]And, uh[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Ha ha! I'm not so old that you need to[NL]worry about propping up my ego, lass.[.][A][OpenMidRight]Ah[ToggleMouthMove]...[.][ToggleMouthMove]uh[ToggleMouthMove]...[.][ToggleMouthMove][.....][A][OpenMidRight][CloseEyes][OpenMidRight]I'm sorry.[A][OpenMidLeft]No, no. There's no need to apologize.[.][NL][ToggleSmile]I quite enjoy talking to you, in fact.[A][NL][ToggleSmile][OpenMidRight][OpenEyes][OpenMidLeft][ToggleSmile]I'm sure I'm not the only one in[NL]this army who feels that way, either.[.][A][NL]The fighting's fierce, Amelia.[NL]You watch yourself![.][A][NL]When you're near me, I'll make sure[.][NL]I keep a good eye out for you, too.[.][A][NL]I'll be there in a flash if you need[NL]me. Go ahead and fight without worry.[.][A][ToggleSmile][ToggleSmile][OpenMidRight]Ah, y-yes, sir![.][NL]Thank you very much.[A][NL]Fighting alongside you, General[.][NL]Duessel, is a great honor.[A][NL]Well, I'll be moving on now.[A][OpenMidLeft]Be seeing you![A][OpenMidRight][ClearFace][ToggleSmile][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove]I just can't remember[.][NL]where[.][ToggleMouthMove]...[.][ToggleMouthMove][A]}
|
|
MSG_0D47 {[ToggleSmile][OpenMidLeft][LoadFace][25][NL][OpenMidRight][LoadFace][37][NL][OpenMidRight]Amelia.[.][A][OpenMidLeft]General Duessel.[A][OpenMidRight]It seems like you've grown quite[NL]comfortable with the spear.[.][A][OpenMidLeft]Yes, sir! I have, sir.[NL]Thank you.[A][OpenMidRight]You did well to choose the spear as[.][NL]your weapon. It suits your height well.[.][A][NL]It also extends your reach and[NL]enables you to strike with force.[.][A][NL]More force, even, than a sword[NL]could bring to bear in a battle.[A][NL]All weapons have their own[NL]unique characteristics.[.][A][NL]You're familiar with the idea that some[.][NL]weapons are strong against others?[A][OpenMidLeft][ToggleSmile]Isn't that what they call[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]the weapon triangle?[A][ToggleSmile][OpenMidRight][ToggleSmile]Yes, it is. And from the looks of things,[.][NL]your affinity for the spear is quite good.[A][NL][ToggleSmile]If you continue to practice, you should[.][NL]continue to improve and grow stronger.[A][OpenMidLeft]Really?[.][.....][NL]Ah, that makes me happy.[A][OpenMidRight]Mm. To begin with, the spear[NL]is quite a deep weapon[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]Yet the attacks comprise three[NL]surprisingly simple movements.[A][NL]Right step, left step, and thrust.[A][ToggleSmile][ToggleSmile][OpenMidLeft]Right step, left step, and thrust[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]I'm following you.[A][OpenMidRight]Excellent.[NL]But listen, Amelia.[.][A][OpenMidLeft][MoveMidLeft][OpenMidLeft]Y-yes?[A][OpenMidRight]Because they are so simple, they are[NL]easy to learn but tough to perfect.[.][A][NL]They are the strongest and most[.][NL]pure of techniques.[.][A][NL]When you practice them, practice[NL]perfecting each gesture.[A][NL]And remember, the spear is a subtle[.][NL]and powerful weapon.[A][OpenMidLeft]Yes, sir![.][A][OpenMidRight]Now it goes without saying that other[.][NL]weapons have their good points, too.[A][NL]Swords are easy-to-use, all-purpose weapons,[NL]and axes possess devastating strength.[A][NL]You should learn to use each weapon type.[.][A][NL]If you can master them all, you'll be[.][NL]an unstoppable force.[.][A][NL]That is, of course, if you can overcome[.][NL]your own natural affinities.[A][NL]To begin with, you should work on[.][NL]mastering one weapon type.[A][NL]Then you can gradually change weapons[.][NL]until you can use them all.[.][A][NL]That's what I have done, you understand.[A][NL]That's called being multi-proficient.[.][A][NL2][NL][ToggleSmile]I'd like to tell you more about different[.][NL]weapons, but that lecture must wait.[A][ToggleSmile][OpenMidLeft][ToggleMouthMove]...[.][ToggleMouthMove]Wow[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]General Duessel, you know so much[.][NL]about weapons, don't you?[.][A][NL]I didn't even realize how caught[NL]up I'd become. [.][ToggleSmile]All right![A][ToggleSmile][OpenMidLeft][MoveMidLeft][OpenMidRight]What is it? Where are[.][NL]you rushing off to?[.][A][OpenMidLeft][ToggleSmile]I want to practice the things[.][NL]you've told me about.[.][A][NL]The basics[ToggleMouthMove]--[ToggleMouthMove]right, left, thrust. Right?[.][A][ToggleSmile][OpenMidRight]Mm, that's correct.[.][NL]But[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'm happy to see you so enthused, but[.][NL]do you have any reason to rush so?[A][OpenMidLeft]Um, well[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]There's someone[.][ToggleMouthMove]--[ToggleMouthMove]one of the Knights of[.][NL]Renais[ToggleMouthMove]--[ToggleMouthMove]to whom I do not want to lose.[A][OpenMidRight]Ah.[.][A][OpenMidLeft]It's not that we're going to fight, or[NL]that I want to defeat him or anything[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]It's just that we're kind of keeping track[NL]of the other's progress, and[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleSmile]It's just a thing we do.[A][ToggleSmile][OpenMidRight]I see. I think that should prove to[.][NL]be a good source of motivation then.[A][NL]Get to it.[A][OpenMidLeft][ToggleSmile]Yes, sir![.][A][NL][ToggleSmile]Oh[ToggleMouthMove]...[.][ToggleMouthMove]I think I'll, um, go and[NL]practice over there[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I'd be nervous in front of you, so[NL][ToggleSmile]I'm going to practice on my own.[A][NL]I'll be back to show you later.[.][A][ToggleSmile][ToggleSmile][OpenMidRight]All right. Understood.[A][OpenMidLeft]Great! See you later![.][A][OpenMidLeft][ClearFace][......][OpenMidRight]Ha ha[.][ToggleMouthMove]... [ToggleMouthMove]Such energy. I feel energized[.][NL]just being around her.[A][NL]She's just a girl now, but someday[NL]she'll be a woman of grace and beauty.[A][NL][ToggleSmile][ToggleMouthMove]...[.][ToggleMouthMove]Oh, that face[.][ToggleMouthMove]...[.][ToggleMouthMove]where have I[ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleMouthMove]......[ToggleMouthMove][A][NL2][NL][ToggleMouthMove]!![ToggleMouthMove][.....][NL]Wait[ToggleMouthMove]...[.][ToggleMouthMove]could it be?[A][NL]Yes! I remember now![NL]That's definitely it.[.][A][NL]Amelia! Amelia![.][NL]Where could she[.][ToggleMouthMove]--[ToggleMouthMove][A][ToggleSmile]}
|
|
MSG_0D48 {[OpenMidLeft][LoadFace][25][NL][OpenMidRight][LoadFace][37][NL][OpenMidRight][MoveMidRight][OpenMidRight]Amelia! There you are.[A][OpenMidLeft][ToggleSmile]Oh, General Duessel.[A][ToggleSmile][OpenMidRight]I've been looking for you.[NL]And now I've found you.[.][A][OpenMidLeft]Um, wh-what's happened? I've[NL]never seen you in such a rush.[A][OpenMidRight]There's something I'd like to ask[.][ToggleMouthMove]--[ToggleMouthMove][NL]No, something I'd like to tell you.[.][A][OpenMidLeft]Er, all right.[NL]What is it?[.][A][OpenMidRight]I remembered.[.][A][NL]I told you that I thought I'd seen[NL]your face before, didn't I?[.][A][OpenMidLeft]Uh, yes.[A][OpenMidRight]Well, I remembered.[.][A][OpenMidLeft]Oh, is that it?[.][A][NL][ToggleSmile]Please don't keep me[NL]waiting, tell me.[.][A][ToggleSmile][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][.....][NL]Amelia. What is your mother's name?[.][A][OpenMidLeft][ToggleMouthMove]![.][ToggleMouthMove][.....][NL][ToggleMouthMove]......[ToggleMouthMove][A][NL][ToggleMouthMove]...[.][ToggleMouthMove]My mother[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft][HalfCloseEyes][OpenMidLeft]My mother's name is[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Melina[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]And what happened to her?[.][A][OpenMidLeft]When I was just a child, she was[NL]stolen away by bandits.[.][A][NL]My father had already passed away,[NL]so I was totally[ToggleMouthMove]...[.][ToggleMouthMove]sniff[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][OpenMidLeft][CloseEyes][OpenMidLeft]I'm sorry[.][ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleMouthMove]......[ToggleMouthMove][A][NL][OpenMidLeft][HalfCloseEyes][OpenMidLeft]I was left[ToggleMouthMove]...[.][ToggleMouthMove][NL]all on my own[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft][CloseEyes][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][.....][NL]I was right[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You can rest easy, Amelia.[NL]Your mother is alive and well.[A][OpenMidLeft][OpenEyes][OpenMidLeft]What!?[A][OpenMidRight]It happened a few years back.[.][A][NL]I was leading a patrol near[.][NL]the Grado border.[.][A][NL]We unexpectedly rode up on a group of[.][NL]bandits, and a battle ensued.[.][A][NL]When we had taken care of the bandits,[NL]we rescued a lone female captive.[.][A][NL]We figured she had been taken from some[.][NL]village, but she was in shock.[A][NL]In fact, her distress was so great, she[.][NL]had forgotten much about herself.[.][A][NL]Her body was in such a weakened[.][NL]state that she could barely walk.[.][A][NL]We felt such pity for her that we took[NL]her to a peaceful village we knew of.[.][A][NL]There, we set up a home for her where[.][NL]she could recover and live quietly.[.][A][NL]Some years later, she was restored[NL]to her former vitality.[.][A][NL]Slowly, she began to recall the lost[NL]memories of her past.[.][A][NL]Only recently did she remember that[.][NL]she had once had a daughter.[A][NL]I took time off from my duties and visited[NL]the village where she had lived.[A][NL]But the villagers told me her daughter[NL]had left the village some time ago.[.][A][NL]With no clues as to the girl's whereabouts,[.][NL]I'd almost given up hope of finding her.[A][NL]And then, in the strangest of places[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft][MoveLeft][OpenLeft]I-it can't be! Th-that woman[ToggleMouthMove]...[.][ToggleMouthMove][NL]What is her name?[.][A][OpenMidRight]Her name is Melina[ToggleMouthMove]...[.][ToggleMouthMove][......][NL][ToggleSmile]Amelia, she's your mother.[A][ToggleSmile][OpenLeft]What!?[......][NL]Are you[.][ToggleMouthMove]... [ToggleMouthMove]Are you sure?[.][A][OpenMidRight][ToggleSmile]Yes, I am. I see Melina's[.][NL]face reflected in your own.[.][A][NL]There's no mistake.[.][.....][NL]Isn't it wonderful, Amelia?[.][A][ToggleSmile][OpenLeft][HalfCloseEyes][OpenLeft]My[ToggleMouthMove]...[.][ToggleMouthMove]mother[ToggleMouthMove]...[.][ToggleMouthMove][A][NL][OpenLeft][CloseEyes][OpenLeft][MoveLeft][OpenLeft]Sniff[.][ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]Thank you[.][ToggleMouthMove]...[.][ToggleMouthMove][ToggleSmile] Thank you[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]Mm[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft][MoveLeft][OpenLeft]Sniff[.][ToggleMouthMove]...[.][ToggleMouthMove]aaa[.][ToggleMouthMove]...[.][ToggleMouthMove][NL][OpenLeft][MoveLeft][OpenLeft][MoveLeft][OpenLeft]Aaa[.][ToggleMouthMove]...[.][ToggleMouthMove]waaaaaaa!![A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]Amelia[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenLeft][MoveLeft][OpenLeft]Waa[.][ToggleMouthMove]...[.][ToggleMouthMove][NL][ToggleSmile]Thank[.][ToggleMouthMove]...[.][ToggleMouthMove][ToggleSmile]you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL2][NL]Waaa[ToggleMouthMove]...[.][ToggleMouthMove][....] [.][ToggleSmile]Thank[.][ToggleMouthMove]...[.][ToggleMouthMove][ToggleSmile][.....]you[.][ToggleMouthMove]...[.][ToggleMouthMove][NL][......]Sniff[.][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight][HalfCloseEyes][OpenMidRight][ToggleSmile]I, uh, I'm so happy[.][NL]for you, Amelia[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Sniff[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]Oh, no.[.][A][NL2][ToggleSmile][OpenMidRight][CloseEyes][OpenMidRight][ToggleSmile]Old age must have loosened[NL]these dry, old tear ducts[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]Sniff[.][ToggleMouthMove]...[.][ToggleMouthMove]sniff[.][ToggleMouthMove]...[.][ToggleMouthMove][A][ToggleSmile]}
|
|
MSG_0D49 {[OpenMidLeft][LoadFace][37][NL][OpenMidRight][LoadFace][41][NL][OpenMidLeft]Don't tell me you've joined[.][NL]up here as well, have you?[A][OpenMidRight][ToggleMouthMove]...[.][ToggleMouthMove]General Duessel.[A][NL]Prince Lyon no longer holds the capital.[A][NL]My reason for remaining is gone[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Knoll, I have something[.][NL]I would ask you.[A][NL]What exactly happened to[NL]His Majesty and Prince Lyon?[A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][NL]Do you have the courage to[NL]hear that answer?[.][A][NL]I think perhaps that it will not[NL]be an answer you want to hear.[A][OpenMidLeft]What does that mean?[A][OpenMidRight]Are you familiar with a certain foreign[.][NL]anecdote of comedic nature?[.][A][NL]It involves two starving men[NL]and a single loaf of bread.[.][A][NL]If they break the loaf in two,[NL]both men will die of starvation[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]Knoll, I'm not asking for a riddle.[.][NL]Let's not waste any more time here.[.][A][NL]I'm ready to hear the truth. Nothing[NL]you tell me could surprise me.[A][OpenMidRight]If that is your wish, General[.][NL]Duessel[.][ToggleMouthMove]... [ToggleMouthMove]I will speak frankly.[.][A][NL]This is something that Prince[.][NL]Lyon does not know.[.][A][NL]Something that no one should know.[A]}
|
|
MSG_0D4A {[OpenMidLeft][LoadFace][37][NL][OpenMidRight][LoadFace][41][NL][OpenMidRight]We students of ancient magic, along[.][NL]with Prince Lyon himself,[.][A][NL]were researching certain arcane[.][NL]techniques lost long ago.[.][A][NL]We were able to reproduce one[.][ToggleMouthMove]...[.][ToggleMouthMove][NL]phenomenon, but only briefly.[.][A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]I should be more concise.[.][A][NL]Prince Lyon and I pierced the[.][NL]veil that clouds our futures.[.][A][OpenMidLeft]What? You[.][ToggleMouthMove]...[.][ToggleMouthMove]could see into[NL]the future?[.][A][NL]How is that possible? What magic[NL]is powerful enough to[.][ToggleMouthMove]--[ToggleMouthMove][A][OpenMidRight]Time is like the water of a river:[NL]it flows ever on, never stopping.[.][A][NL]Certain disturbances can cause ripples[NL]that speed swiftly downstream.[A][NL]If you can see the water, you can read[NL]the flow, the ripples, the waves.[.][A][OpenMidLeft]Hmm[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]It is possible, General. Possible[.][NL]and, at times, easy. Just think of it:[A][NL]If you knew a storm was coming in advance,[NL]you could evacuate everyone in its way.[.][A][NL]If you could see what was to come, you[NL]could help those who might have died.[.][A][NL]Prince Lyon explained this to us with[.][NL]much joy in his voice and heart.[A][NL]His power would, at long last, be able[NL]to help the citizens of Grado.[A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]We continued our work. There were[.][NL]ceremonies, rituals[.][ToggleMouthMove]--[ToggleMouthMove]such horrors[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]And then we saw it.[.][A][NL]In the near future, Grado would be[NL]ravaged by catastrophe.[.][A][OpenMidLeft]A catastrophe? Do you[.][ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidRight]No, it's not the conflict in which[NL]we are currently embroiled.[.][A][NL]This event is still in our future.[A][NL]We saw Grado. We saw the earth[NL]crumble. We saw our people dying.[.][A][NL]We saw the shape our future would take.[.][A][OpenMidLeft]What?[.][NL]That's madness[ToggleMouthMove]... [ToggleMouthMove]Idiocy![.][A][NL]I've lived a long life, and I've[NL]never heard of anything like that.[A][NL]Not ever.[.][A][OpenMidRight]I am not surprised that you do not[NL]believe me, General.[A][NL]We could not believe it, either. We[.][NL]tried to disprove what we had seen.[.][A][NL]But nothing could shake the vision.[.][A][NL]In this disaster, Grado would be[NL]destroyed. Countless would die.[.][A][NL]Those who died quickly would be[.][NL]spared the slow horror of starvation.[.][A][NL]This was when the emperor died, by the[NL]way. Lyon was shattered by despair.[.][A][NL]He devoted himself to research, and[.][NL]then came the Dark Stone[ToggleMouthMove]...[.][ToggleMouthMove][A][OpenMidLeft]So that's what happened?[A][NL]Is that when the decision[.][NL]to invade Renais was made?[A][OpenMidRight]I don't know.[.][A][NL]Only one person knows[.][NL]the truth behind that.[A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]I have told you only the[NL]truths I have seen.[.][A]}
|
|
MSG_0D4B {[OpenMidLeft][LoadFace][37][NL][OpenMidRight][LoadFace][41][NL][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]Knoll.[A][OpenMidRight]Is that you, General Duessel?[.][A][OpenMidLeft]You're tired, aren't you?[.][NL]Worn to the bone.[.][A][NL]I understand how you feel, but on the[.][NL]battlefield, this only invites death.[.][A][OpenMidRight]You are probably right[ToggleMouthMove]...[.][ToggleMouthMove][A][NL]And yet that might be best.[.][A][OpenMidLeft]What are you planning to[NL]do from here on?[A][OpenMidRight]I do not know[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I have lost my way.[.][A][NL]Perhaps I should have been[NL]executed in the capital.[A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]I once studied dark magic[.][NL]alongside Prince Lyon.[A][NL]He was such a gentle soul. You could[NL]see it[ToggleMouthMove]--[ToggleMouthMove]he was too kind to survive.[.][A][NL]Prince Lyon dreamt of finding happiness[.][NL]for all of Grado's citizens.[A][OpenMidLeft][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidRight]And now, Prince Lyon is no more.[A][NL]I have lost everything.[.][A][OpenMidLeft]I have also lost everything.[A][NL]And we have both lost our ways.[.][A][NL]We are dead men who have stayed[.][NL]too long away from our graves.[A][NL]But remember, Knoll[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]You cannot see the future, but you[NL]can look back at your past.[.][A][NL]Look and learn. And remember.[.][A][NL]What gave your life meaning, and what[.][NL]has taken meaning from you now?[.][A][OpenMidRight][ToggleMouthMove]......[ToggleMouthMove][A][OpenMidLeft]If you still hold the convictions that[NL]guided you in Grado, you can start anew.[A][NL]That[ToggleMouthMove]... [ToggleMouthMove]That is what I must do.[.][A][NL]We may be diminished by our shame, but[NL]we are not dead yet, my friend.[.][A][OpenMidRight]General Duessel[.][ToggleMouthMove]...[.][ToggleMouthMove][A][NL]I am not as strong as you.[A][NL]Still, [.][ToggleSmile]I believe you are right.[NL]I, too, shall search for a new path.[A][NL2][NL][ToggleSmile]A path that guides me to realizing the[NL]dreams Prince Lyon once held so dear.[.][A]}
|