diff --git a/5_build_story.py b/5_build_story.py index c70135512..efb738ca6 100644 --- a/5_build_story.py +++ b/5_build_story.py @@ -105,13 +105,18 @@ def GetActorByStyle(lines, style): return actor def FindActorByController(actors, controllerId): + actor = None if controllerId in actors: - return actors[controllerId] + actor = actors[controllerId] if "dot" + controllerId in actors: - return actors["dot" + controllerId] + actor = actors["dot" + controllerId] if "Dot" + controllerId in actors: - return actors["Dot" + controllerId] - raise ValueError(f"Controller not found: {controllerId}") + actor = actors["Dot" + controllerId] + if actor is None: + raise ValueError(f"Controller not found: {controllerId}") + if actor == "playerId": + actor = PlayerUnitIds[0] + return actor FuncsInCommonPack = {} @@ -162,6 +167,7 @@ def FindActorByController(actors, controllerId): Texts[""] = "" Texts["Narrator"] = "(ナレーション)" +Texts["Select"] = "(選択肢)" def BuildText(face, talkerNameTag, text, isMind): text = text.replace("\r\n", "
").replace("\r", "
").replace("\n", "
") @@ -227,6 +233,13 @@ def BuildText(face, talkerNameTag, text, isMind): for line in lines: if line.startswith("--"): continue + if "::" in line or "function" in line: + f_out.write(f""" + + {get_func_name(line.strip().replace("::", ""))} + +""") + continue if "(" in line and ")" in line: func_name = get_func_name(line) args = get_func_args(line) @@ -283,6 +296,21 @@ def BuildText(face, talkerNameTag, text, isMind): face = Faces[FindActorByController(actors, controllerId)] text = Texts.get(textId, textId) f_out.write(BuildText(face, talkerNameTag, text, isMind)) + case func_name if func_name.startswith("open_select_window"): + isMind = False + controllerId = args[0] + face = Faces[FindActorByController(actors, controllerId)] + buttonTexts = args[2:] + talkerNameTag = "Select" + text = "
    " + for buttonText in buttonTexts: + if "_direct" in buttonText: + t = buttonText + else: + t = Texts.get(buttonText, buttonText) + text += f"
  1. {t}
  2. " + text += "
" + f_out.write(BuildText(face, talkerNameTag, text, isMind)) f_out.write(" ") diff --git a/docs/story/1.html b/docs/story/1.html index 9a81c5dc6..7cbc95933 100644 --- a/docs/story/1.html +++ b/docs/story/1.html @@ -10,5 +10,21 @@

汎用スキップデモ

View script in lua -
+ + + + + + + + + + + + + + + + +
Load
Play
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100001.html b/docs/story/100001.html index 886b05fc8..b34614e48 100644 --- a/docs/story/100001.html +++ b/docs/story/100001.html @@ -11,6 +11,27 @@

1章/施設利用/x0401_勉強

View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -21,6 +42,10 @@

1章/施設利用/x0401_勉強

+ + + + @@ -31,34 +56,70 @@

1章/施設利用/x0401_勉強

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Load
Play
101009002
【(選択肢)】
  1. 勉強する
  2. やめておく
Load_Main
AC_01_001_First_start
101009002
【ノワール】
※削除
【ノワール】
※削除
AC_01_001_Inst_start
101009002
【ノワール】
騎士として人前に出ても恥ずかしくないよう
知性を身に付けておかないとな
【ノワール】
ここで少し勉強していくべきか?
AC_01_001_Inst_bonus
101009002
【ノワール】
※仮テキスト
※天候ボーナス予告
AC_01_001_Inst_cancel
101009002
【ノワール】
※仮テキスト
※キャンセル
AC_01_001_Main_item
101009002
【ノワール】
そういえば
こんなときに役立ちそうな道具を持ってたな
AC_01_001_Main_useitem
AC_01_001_Main_noitem
【(ナレーション)】
理解が深まってきた気がする…!
AC_01_001_Main_bonus
101009002
【ノワール】
※仮テキスト
※天候ボーナス時の結果
AC_01_001_Main_end
101009002
【ノワール】
そろそろ集中力が切れてきたな
今日はここまでにしておこう
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100002.html b/docs/story/100002.html index 1c7f36a57..ceb997295 100644 --- a/docs/story/100002.html +++ b/docs/story/100002.html @@ -11,6 +11,27 @@

1章/施設利用/x0401_特訓

View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -21,6 +42,10 @@

1章/施設利用/x0401_特訓

+ + + + @@ -31,34 +56,70 @@

1章/施設利用/x0401_特訓

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Load
Play
101009002
【(選択肢)】
  1. 訓練する
  2. やめておく
Load_Main
AC_01_002_First_start
101009002
【ノワール】
※削除
【ノワール】
※削除
AC_01_002_Inst_start
101009002
【ノワール】
実戦を想定した訓練は
メンタルを鍛えるのにもいいらしい
【ノワール】
ちょっと
ひと汗かいていこうかな?
AC_01_002_Inst_bonus
101009002
【ノワール】
※仮テキスト
※天候ボーナス予告
AC_01_002_Inst_cancel
101009002
【ノワール】
※仮テキスト
※キャンセル
AC_01_002_Main_item
101009002
【ノワール】
そういえば
こんなときに役立ちそうな道具を持ってたな
AC_01_002_Main_useitem
AC_01_002_Main_noitem
【(ナレーション)】
精神が研ぎ澄まされたような気がする…!
AC_01_002_Main_bonus
101009002
【ノワール】
※仮テキスト
※天候ボーナス時の結果
AC_01_002_Main_end
101009002
【ノワール】
さすがに疲れたな
今日はこのくらいにしておくか
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100003.html b/docs/story/100003.html index 340ead36f..9aee14923 100644 --- a/docs/story/100003.html +++ b/docs/story/100003.html @@ -11,6 +11,27 @@

1章/施設利用/x0401_裁縫

View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -21,6 +42,10 @@

1章/施設利用/x0401_裁縫

+ + + + @@ -31,34 +56,70 @@

1章/施設利用/x0401_裁縫

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Load
Play
101009002
【(選択肢)】
  1. 裁縫する
  2. やめておく
Load_Main
AC_01_003_First_start
101009002
【ノワール】
※削除
【ノワール】
※削除
AC_01_003_Inst_start
101009002
【ノワール】
指先の器用さを磨くなら
やっぱり裁縫だよな
【ノワール】
なにか作ってみようか?
AC_01_003_Inst_bonus
101009002
【ノワール】
※仮テキスト
※天候ボーナス予告
AC_01_003_Inst_cancel
101009002
【ノワール】
※仮テキスト
※キャンセル
AC_01_003_Main_item
101009002
【ノワール】
そういえば
こんなときに役立ちそうな道具を持ってたな
AC_01_003_Main_useitem
AC_01_003_Main_noitem
【(ナレーション)】
うん
なかなか上手くできたんじゃないか
AC_01_003_Main_bonus
101009002
【ノワール】
※仮テキスト
※天候ボーナス時の結果
AC_01_003_Main_end
101009002
【ノワール】
集中してたら、ずいぶん時間が経っちゃったな
今日はここまでにしておこう
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100004.html b/docs/story/100004.html index 5e8304588..43e765b6b 100644 --- a/docs/story/100004.html +++ b/docs/story/100004.html @@ -11,6 +11,27 @@

1章/施設利用/x0401_花壇の世話

View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -21,6 +42,10 @@

1章/施設利用/x0401_花壇の世話

+ + + + @@ -31,34 +56,70 @@

1章/施設利用/x0401_花壇の世話

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Load
Play
101009002
【(選択肢)】
  1. ガーデニングをする
  2. やめておく
Load_Main
AC_01_005_First_start
101009002
【ノワール】
※削除
【ノワール】
※削除
AC_01_005_Inst_start
101009002
【ノワール】
戦いばかりじゃ、心がささくれ立ってしまう
花にでも触れて優しさを忘れないようにしないと
【ノワール】
ガーデニングをしようかな
AC_01_005_Inst_bonus
101009002
【ノワール】
※仮テキスト
※天候ボーナス予告
AC_01_005_Inst_cancel
101009002
【ノワール】
※仮テキスト
※キャンセル
AC_01_005_Main_item
101009002
【ノワール】
そういえば
こんなときに役立ちそうな道具を持ってたな
AC_01_005_Main_useitem
AC_01_005_Main_noitem
【(ナレーション)】
愛情を注げば
花はそれに応えてくれるらしいからな
AC_01_005_Main_bonus
101009002
【ノワール】
※仮テキスト
※天候ボーナス時の結果
AC_01_005_Main_end
101009002
【ノワール】
…よし、これで元気に育ってくれるはずだ
また様子を見に来よう
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100005.html b/docs/story/100005.html index 75aa75c1b..c99292715 100644 --- a/docs/story/100005.html +++ b/docs/story/100005.html @@ -11,6 +11,27 @@

1章/施設利用/x0401_絵を描く

View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -21,6 +42,10 @@

1章/施設利用/x0401_絵を描く

+ + + + @@ -31,34 +56,70 @@

1章/施設利用/x0401_絵を描く

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Load
Play
101009002
【(選択肢)】
  1. スケッチをする
  2. やめておく
Load_Main
AC_01_004_First_start
101009002
【ノワール】
※削除
【ノワール】
※削除
AC_01_004_Inst_start
101009002
【ノワール】
センスの良さってのは、人に好印象を与える
コミュニケーションにおける大事な武器だよな
【ノワール】
スケッチをしてセンスを養うか
AC_01_004_Inst_bonus
101009002
【ノワール】
※仮テキスト
※天候ボーナス予告
AC_01_004_Inst_cancel
101009002
【ノワール】
※仮テキスト
※キャンセル
AC_01_004_Main_item
101009002
【ノワール】
そういえば
こんなときに役立ちそうな道具を持ってたな
AC_01_004_Main_useitem
AC_01_004_Main_noitem
【(ナレーション)】
感じたものを表現できた気がする…!
AC_01_004_Main_bonus
101009002
【ノワール】
※仮テキスト
※天候ボーナス時の結果
AC_01_004_Main_end
101009002
【ノワール】
いい気分転換にもなったな
続きはまた今度にしよう
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100006.html b/docs/story/100006.html index 151e46073..3e89db93f 100644 --- a/docs/story/100006.html +++ b/docs/story/100006.html @@ -11,6 +11,14 @@

1章/施設利用/x0401_酒場の手伝い

View script in lua + + + + + + + + @@ -22,23 +30,40 @@

1章/施設利用/x0401_酒場の手伝い

- + + + + + + - + - + - + + + + + + + + + + + + +
Load
Play
【ノワール (心の声)】
仕事の報酬としてブリテンコインを貰えるらしい
接客を通じて知性も高められそうな気がする
101009002
【(選択肢)】
  1. 接客を手伝う
  2. やめておく
101009002
【ノワール (心の声)】
たくさんの注文をさばくのは大変だな…
接客に知性も問われるとは思わなかった
101009002
【ノワール (心の声)】
こうやっていろんな人の話を聞くのは
人生の肥やしになるな
101009002
【酒場店主】
いい働きぶりでしたよ、ノワールさん
こちらが本日ぶんの給料になります
101009002
【ノワール (心の声)】
今日はよく働いたな
そろそろ帰るとしよう
Load_Main_Scene
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100007.html b/docs/story/100007.html index 7b6c1e326..93a2ab342 100644 --- a/docs/story/100007.html +++ b/docs/story/100007.html @@ -11,24 +11,84 @@

1章/施設利用/x0401_本レンタル

View script in lua + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Load
Play
Lending
ReturnBook
AC_01_011_First_start
AC_01_011_Lending_start
101063001
【クリスティーナ】
いらっしゃい
なにか本を借りに来たのかしら?
AC_01_011_Lending_book
101063001
【クリスティーナ】
はい、これ。本は優しく丁寧に扱ってね
それと返却期限を忘れちゃダメよ♪
AC_01_011_Lending_cancel
AC_01_011_Return_start
101063001
【クリスティーナ】
あら
本の返却に来てくれたの?
AC_01_011_Return_finish
AC_01_011_Return_unfinish
AC_01_011_Return_ok
101063001
【クリスティーナ】
はい、確かに受け取ったわ
返却期限を守ってくれる子は、いつでも大歓迎よ
AC_01_011_Return_cancel
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100008.html b/docs/story/100008.html index 949f6165e..2ccbc5e05 100644 --- a/docs/story/100008.html +++ b/docs/story/100008.html @@ -11,6 +11,14 @@

1章/施設利用/x0401_鍛冶屋の手伝い

View script in lua + + + + + + + + @@ -22,23 +30,40 @@

1章/施設利用/x0401_鍛冶屋の手伝い

- + + + + + + - + - + - + + + + + + + + + + + + +
Load
Play
【ノワール (心の声)】
店を手伝えばブリテンコインをくれるそうだ
鍛冶仕事は器用さアップにも役立つだろう
101009002
【(選択肢)】
  1. 鍛冶を手伝う
  2. やめておく
101009002
【ノワール (心の声)】
作業量が多いぶん
いつも以上に技術が磨けた気がするぞ…!
101009002
【ノワール (心の声)】
鍛冶仕事って繊細な技術が要求されるんだな…
101009002
【おかみさん】
今日はありがとうね!
はい、これ。無駄使いするんじゃないよ?
101009002
【ノワール (心の声)】
おかみさんも褒めてくれたし
今日は我ながらいい仕事ができたな
Load_Main_Scene
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100009.html b/docs/story/100009.html index 5864cf0d0..9cbd23839 100644 --- a/docs/story/100009.html +++ b/docs/story/100009.html @@ -11,6 +11,14 @@

1章/施設利用/x0401_商店の手伝い

View script in lua + + + + + + + + @@ -22,23 +30,40 @@

1章/施設利用/x0401_商店の手伝い

- + + + + + + - + - + - + + + + + + + + + + + + +
Load
Play
【ノワール (心の声)】
目利きに交渉…商売で大事なのはセンスだ
マルイルの店を手伝いながらそれを磨こうか?
101009002
【(選択肢)】
  1. 店の仕事を手伝う
  2. やめておく
101009002
【ノワール (心の声)】
時と場合に応じてアプローチのしかたを変える…
まさにセンスがモノをいうな!
101009002
【ノワール (心の声)】
お客さんが必要としている品物をそろえ
お客さんが喜ぶ話題を提供する…なるほどな!
101009002
【マルイル】
おかげで助かりました~
これ、少ないですが今日のお給金です
101009002
【ノワール (心の声)】
報酬以外にも得られたものが多かったな
機会を見て、また手伝いに来よう
Load_Main_Scene
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/10001.html b/docs/story/10001.html index 17c12b49e..7fd805c8e 100644 --- a/docs/story/10001.html +++ b/docs/story/10001.html @@ -10,5 +10,21 @@

追加/チュートリアルバトル/BT_TUTORIAL99_01

View script in lua -
+ + + + + + + + + + + + + + + + +
Load
Play
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100010.html b/docs/story/100010.html index 8a27ca51a..324601036 100644 --- a/docs/story/100010.html +++ b/docs/story/100010.html @@ -11,6 +11,14 @@

1章/施設利用/x0401_警備の手伝い

View script in lua + + + + + + + + @@ -22,23 +30,40 @@

1章/施設利用/x0401_警備の手伝い

- + + + + + + - + - + - + + + + + + + + + + + + +
Load
Play
【ノワール (心の声)】
ブリテンコイン稼ぎに警備の仕事を勧められたな
トラブル対応はメンタルの鍛錬にも繋がるかも
101009002
【(選択肢)】
  1. 警備を手伝う
  2. やめておく
101009002
【ノワール (心の声)】
ふだんとは違う状況での警備は大変だったけど
おかげで臨機応変に対応する力を磨けたな
101009002
【ノワール (心の声)】
平常心を保つ、いい訓練にもなったな
101009002
【キッス】
ラビットちゃん、おつかれさま!
今日のぶんのお給料、預かってるわよ
101009002
【ノワール (心の声)】
大きなトラブルが起きなくてよかった
ずっと気を張っていたから少し疲れたな…帰ろう
Load_Main_Scene
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100011.html b/docs/story/100011.html index 47f5c4a37..fac3aded3 100644 --- a/docs/story/100011.html +++ b/docs/story/100011.html @@ -11,6 +11,14 @@

1章/施設利用/x0401_犬の世話の手伝い

View script in lua + + + + + + + + @@ -22,23 +30,40 @@

1章/施設利用/x0401_犬の世話の手伝い

- + + + + + + - + - + - + + + + + + + + + + + + +
Load
Play
【ノワール (心の声)】
ブリテンコイン付きで飼い犬の世話を頼まれてる
優しさを磨くなら動物と触れ合えってことだけど
101009002
【(選択肢)】
  1. 犬の世話をする
  2. やめておく
101009002
【ノワール (心の声)】
興味を引くものがいっぱいあったみたいだけど
俺の言うことを聞いてくれたみたいで良かった
101009002
【ノワール (心の声)】
犬の相手をしていると心が洗われるな…
101009002
【ケイ】
御苦労だった
101009002
【ノワール (心の声)】
時間が経つのを忘れて楽しんでしまった…
ちょっと名残惜しいけど、そろそろ帰らないと
Load_Main_Scene
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100014.html b/docs/story/100014.html index 9f413279f..a67eafbea 100644 --- a/docs/story/100014.html +++ b/docs/story/100014.html @@ -12,13 +12,38 @@

1章/施設利用/x0401_読書(図書館)

View script in lua - - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -26,19 +51,51 @@

1章/施設利用/x0401_読書(図書館)

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
【】
reaction.Text
Load
【】
reaction.Text
Play
101009002
【(選択肢)】
  1. 本を読む
  2. 今はやめておく
Reading
101009002
【(選択肢)】
reaction.Text
101009002
【(選択肢)】
reaction.Text
Load_Inst_Scene
AC_01_012A_Inst_start
【ノワール (心の声)】
ここなら
借りてきた本が読めそうだな
AC_01_012A_Inst_cancel
AC_01_012A_Inst_nobook
101009002
【ノワール (心の声)】
読むことのできる本を
持っていないようだ。
Load_Main_Scene
AC_01_012A_Main_finish
AC_01_012A_Main_unfinish
101009002
【ノワール (心の声)】
まだ読み終わってないけど…
意外に時間が経っちゃったな
AC_01_012A_Main_end
101009002
【ノワール (心の声)】
よし
今回はここまでにしておこう
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100015.html b/docs/story/100015.html index 646cb96f7..7ea9c96a6 100644 --- a/docs/story/100015.html +++ b/docs/story/100015.html @@ -12,13 +12,38 @@

1章/施設利用/x0401_読書(教室)

View script in lua - - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -26,19 +51,51 @@

1章/施設利用/x0401_読書(教室)

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
【】
reaction.Text
Load
【】
reaction.Text
Play
101009002
【(選択肢)】
  1. 本を読む
  2. 今はやめておく
Reading
101009002
【(選択肢)】
reaction.Text
101009002
【(選択肢)】
reaction.Text
Load_Inst_Scene
AC_01_012B_Inst_start
【ノワール (心の声)】
ここなら
借りてきた本が読めそうだな
AC_01_012B_Inst_cancel
AC_01_012B_Inst_nobook
101009002
【ノワール (心の声)】
読むことのできる本を
持っていないようだ。
Load_Main_Scene
AC_01_012B_Main_finish
AC_01_012B_Main_unfinish
101009002
【ノワール (心の声)】
まだ読み終わってないけど…
意外に時間が経っちゃったな
AC_01_012B_Main_end
101009002
【ノワール (心の声)】
よし
今回はここまでにしておこう
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100016.html b/docs/story/100016.html index c2217565e..11ef5bfaf 100644 --- a/docs/story/100016.html +++ b/docs/story/100016.html @@ -11,9 +11,29 @@

1章/自由行動/x0000_昼夕晴

View script in lua + + + + + + + + + + + + + + + + + + + +
Load
Play
Telop
【ノワール (心の声)】
いい天気だな。さて、なにをしようか
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100017.html b/docs/story/100017.html index ea5900b54..30abf1484 100644 --- a/docs/story/100017.html +++ b/docs/story/100017.html @@ -11,9 +11,29 @@

1章/自由行動/x0000_昼夕曇

View script in lua + + + + + + + + + + + + + + + + + + + +
Load
Play
Telop
【ノワール (心の声)】
あまり天気が良くないな。用事は早めに済まそう
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100018.html b/docs/story/100018.html index 3a4e18e37..cb70746f5 100644 --- a/docs/story/100018.html +++ b/docs/story/100018.html @@ -11,9 +11,29 @@

1章/自由行動/x0000_昼夕雨

View script in lua + + + + + + + + + + + + + + + + + + + +
Load
Play
Telop
【ノワール (心の声)】
あいにくの天気だけど…どうしたもんかな
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100019.html b/docs/story/100019.html index 60ff9642a..8396e7d87 100644 --- a/docs/story/100019.html +++ b/docs/story/100019.html @@ -11,9 +11,29 @@

1章/自由行動/x0000_昼夕雪

View script in lua + + + + + + + + + + + + + + + + + + + +
Load
Play
Telop
【ノワール (心の声)】
雪か…。みんなや街の様子はどうだろう?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/10002.html b/docs/story/10002.html index 244becc9a..688d90e59 100644 --- a/docs/story/10002.html +++ b/docs/story/10002.html @@ -10,5 +10,21 @@

追加/チュートリアルバトル/BT_TUTORIAL99_02

View script in lua -
+ + + + + + + + + + + + + + + + +
Load
Play
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100020.html b/docs/story/100020.html index bdb7ca81a..1889b3288 100644 --- a/docs/story/100020.html +++ b/docs/story/100020.html @@ -11,9 +11,29 @@

1章/自由行動/x0001_夜晴

View script in lua + + + + + + + + + + + + + + + + + + + +
Load
Play
Telop
【ノワール (心の声)】
寝るにはまだ早いか。散歩にでも行こうかな?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100021.html b/docs/story/100021.html index 4a84c69cd..77e1b54ab 100644 --- a/docs/story/100021.html +++ b/docs/story/100021.html @@ -11,9 +11,29 @@

1章/自由行動/x0000_夜曇

View script in lua + + + + + + + + + + + + + + + + + + + +
Load
Play
Telop
【ノワール (心の声)】
真っ暗だけど…出かけられないほどじゃないな
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100022.html b/docs/story/100022.html index c6046a2e0..c2cc0f8bc 100644 --- a/docs/story/100022.html +++ b/docs/story/100022.html @@ -11,9 +11,29 @@

1章/自由行動/x0000_夜雨

View script in lua + + + + + + + + + + + + + + + + + + + +
Load
Play
Telop
【ノワール (心の声)】
でかけようかと思ったけど、雨が降ってるなぁ…
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100023.html b/docs/story/100023.html index 50dbb1dc4..ec42367c9 100644 --- a/docs/story/100023.html +++ b/docs/story/100023.html @@ -11,9 +11,29 @@

1章/自由行動/x0000_夜雪

View script in lua + + + + + + + + + + + + + + + + + + + +
Load
Play
Telop
【ノワール (心の声)】
うーん。雪、止む気配がないな…
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100024.html b/docs/story/100024.html index d845bbf3c..5d31a1df4 100644 --- a/docs/story/100024.html +++ b/docs/story/100024.html @@ -11,9 +11,29 @@

1章/自由行動/x0000_昼夕講演会

View script in lua + + + + + + + + + + + + + + + + + + + +
Load
Play
Telop
【ノワール (心の声)】
今日は講堂で講演会が行われているはずだ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100025.html b/docs/story/100025.html index ecfb2943e..4ea1914e7 100644 --- a/docs/story/100025.html +++ b/docs/story/100025.html @@ -11,9 +11,29 @@

1章/自由行動/x0000_昼夕武道場

View script in lua + + + + + + + + + + + + + + + + + + + +
Load
Play
Telop
【ノワール (心の声)】
今日は講堂で武術の訓練が出来るはずだ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100026.html b/docs/story/100026.html index c85979fbd..e55a6a96c 100644 --- a/docs/story/100026.html +++ b/docs/story/100026.html @@ -11,11 +11,24 @@

1章/コミュ/x0401_ティルフィング_通常

View script in lua + + + + + + + + + + + + + @@ -35,5 +48,13 @@

1章/コミュ/x0401_ティルフィング_通常

+ + + + + + + +
Load
Play
101001001
【ティルフィング】
マスター、いかがされましたか?
101009002
【(選択肢)】
  1. 遊びに行こう
  2. なんでもない
101001001
【ティルフィング】
はい
どこに参りましょうか?
101001001
【ティルフィング】
承知いたしました
御用のさいは、いつでもお声掛けください
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100027.html b/docs/story/100027.html index b508413c1..f7f3ce056 100644 --- a/docs/story/100027.html +++ b/docs/story/100027.html @@ -11,6 +11,18 @@

1章/コミュ/x0401_ティルフィング_ランクアップ1

View script in lua + + + + + + + + + + + + @@ -225,5 +237,13 @@

1章/コミュ/x0401_ティルフィング_ランクアップ1

+ + + + + + + +
template1
Load
Play
101009002
【ノワール】
ティルフィング、ちょっといいか?
101001001
【ティルフィング】
…すみません、マスター
これ以上お話がないようであれば、私はここで
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100028.html b/docs/story/100028.html index 5d6c0aed6..8e954d22f 100644 --- a/docs/story/100028.html +++ b/docs/story/100028.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ティルフィング_ランクアップ2

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ティルフィング_ランクアップ2

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ティルフィング_ランクアップ2

+ + + + + + + + + + + +
Load
Play
101001001
【ティルフィング】
マスター?
いかがなさいましたか?
101009002
【(選択肢)】
  1. 提案がある
  2. いや、なんでもない
Block1_1
101009002
【ノワール】
ちょっと提案があるんだ
【ティルフィング】
提案…?
Block1_2
101009002
【ノワール】
いや…
ごめん、なんでもない
101001001
【ティルフィング】
そうですか
では、失礼します
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100029.html b/docs/story/100029.html index f2f4e6b2b..84635765e 100644 --- a/docs/story/100029.html +++ b/docs/story/100029.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ティルフィング_ランクアップ3

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_ティルフィング_ランクアップ3

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_ティルフィング_ランクアップ3

+ + + + + + + + + + + +
Load
Play
101001001
【ティルフィング】
マスター
なにか私に用事でしょうか?
101009002
【(選択肢)】
  1. 学園生活を楽しもう
  2. いや、なんでもない
Block1_1
101009002
【ノワール】
この前話したことなんだけど
今からどうかな?
【ノワール】
よかった
それじゃあ、さっそく行こう
Block1_2
101009002
【ノワール】
いや…
ごめん、なんでもない
101001001
【ティルフィング】
そうですか
では、失礼します
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/10003.html b/docs/story/10003.html index 21bb9c5cd..5600a362b 100644 --- a/docs/story/10003.html +++ b/docs/story/10003.html @@ -10,5 +10,21 @@

追加/チュートリアルバトル/BT_TUTORIAL99_03

View script in lua -
+ + + + + + + + + + + + + + + + +
Load
Play
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100030.html b/docs/story/100030.html index 639d4cbb4..aa4161e2c 100644 --- a/docs/story/100030.html +++ b/docs/story/100030.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ティルフィング_ランクアップ4

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ティルフィング_ランクアップ4

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ティルフィング_ランクアップ4

+ + + + + + + + + + + +
Load
Play
101001001
【ティルフィング】
マスター
このあいだはありがとうございました
101009002
【(選択肢)】
  1. 今日も学園生活を楽しもう
  2. また今度
Block1_1
101009002
【ノワール】
楽しんでくれたみたいでよかった
今日もこれからどうかな?
【ティルフィング】
はい、ぜひ
Block1_2
101009002
【ノワール】
いやいや、俺も楽しかったよ
また時間のある時に声かけるから
101001001
【ティルフィング】
はい、お待ちしています
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100031.html b/docs/story/100031.html index 457f727b5..d7ac3ce61 100644 --- a/docs/story/100031.html +++ b/docs/story/100031.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ティルフィング_ランクアップ5

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ティルフィング_ランクアップ5

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ティルフィング_ランクアップ5

+ + + + + + + + + + + +
Load
Play
101001001
【ティルフィング】
マスター。行ってみたい場所があるのですが
付き合っていただけないでしょうか?
101009002
【(選択肢)】
  1. もちろん
  2. 悪いけどまた今後
Block1_1
101009002
【ノワール】
ああ、もちろん
どこでも付き合うよ
【ティルフィング】
ありがとうございます
それでは出かけましょう
Block1_2
101009002
【ノワール】
悪いけど、また今後でいいかな
101001001
【ティルフィング】
…そうですか
ではまた、ご都合のよろしいときにお願いします
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100032.html b/docs/story/100032.html index 33d2c701d..712d03173 100644 --- a/docs/story/100032.html +++ b/docs/story/100032.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ティルフィング_ランクアップ6

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ティルフィング_ランクアップ6

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ティルフィング_ランクアップ6

+ + + + + + + + + + + +
Load
Play
101001001
【ティルフィング】
マスター
本日はどこかに行かれますか?
101009002
【(選択肢)】
  1. 大図書院に行こう
  2. 悪いけどまた今後
Block1_1
101009002
【ノワール】
大図書院に行こうと思ってるんだ
ティルフィングも一緒にどうかな?
【ティルフィング】
はい、ぜひ
Block1_2
101009002
【ノワール】
ごめん、今日はちょっと用事があってさ
悪いけど、また今後でいいかな
101001001
【ティルフィング】
…そうですか
ではまた、ご都合のよろしいときにお願いします
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100033.html b/docs/story/100033.html index 3fa98e260..53158e55e 100644 --- a/docs/story/100033.html +++ b/docs/story/100033.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ティルフィング_ランクアップ7

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ティルフィング_ランクアップ7

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ティルフィング_ランクアップ7

+ + + + + + + + + + + +
Load
Play
101001001
【ティルフィング】
今日はいかがしましょうか?
マスター
101009002
【(選択肢)】
  1. 町に出ないか
  2. ごめん、用事がある
Block1_1
101009002
【ノワール】
そうだなあ
城下町まで散歩に行こうか
【ティルフィング】
はい、ぜひ
Block1_2
101009002
【ノワール】
ごめん、用事があるんだ
101001001
【ティルフィング】
そうですか
いってらっしゃいませ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100034.html b/docs/story/100034.html index e7c222723..8172b32e6 100644 --- a/docs/story/100034.html +++ b/docs/story/100034.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ティルフィング_ランクアップ8

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_ティルフィング_ランクアップ8

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_ティルフィング_ランクアップ8

+ + + + + + + + + + + +
Load
Play
101001001
【ティルフィング】
マスター
アーサー様がお探しでしたよ
101009002
【(選択肢)】
  1. なんだろう?
  2. 今はちょっと忙しい
Block1_1
101009002
【ノワール】
アーサーが俺に?
なんだろう…?
【ティルフィング】
円卓の間でお待ちのようです
行ってみましょう
Block1_2
101009002
【ノワール】
今はちょっと忙しいんだ
101001001
【ティルフィング】
分かりました
そうお伝えしておきます
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100035.html b/docs/story/100035.html index bf4f2696b..26984ea42 100644 --- a/docs/story/100035.html +++ b/docs/story/100035.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ティルフィング_ランクアップ9

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_ティルフィング_ランクアップ9

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_ティルフィング_ランクアップ9

+ + + + + + + + + + + +
Load
Play
101001001
【ティルフィング】
いい天気ですね、マスター
少しお散歩に行きませんか?
101009002
【(選択肢)】
  1. もちろんOK
  2. 悪いけどまた今後
Block1_1
101009002
【ノワール】
キミから散歩に誘ってくるなんて珍しいな
【ティルフィング】
はい
私、今日は行きたい場所があるんです
Block1_2
101009002
【ノワール】
悪いけど、また今後でいいかな
101001001
【ティルフィング】
…そうですか
ではまた、ご都合のよろしいときにお願いします
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100036.html b/docs/story/100036.html index 1eadca16b..00dc0e088 100644 --- a/docs/story/100036.html +++ b/docs/story/100036.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ティルフィング_ランクアップ10

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ティルフィング_ランクアップ10

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ティルフィング_ランクアップ10

+ + + + + + + + + + + +
Load
Play
101001001
【ティルフィング】
聞いてくださいますか?
マスター
101009002
【(選択肢)】
  1. 構わないけど、どうした?
  2. 悪いけどまた今後
Block1_1
101009002
【ノワール】
もちろん構わないけど
急にどうしたんだ?
【ティルフィング】
ここで騒ぐとみなさんの迷惑になりますし
場所を変えましょう
Block1_2
101009002
【ノワール】
悪いけど、また今後でいいかな
101001001
【ティルフィング】
…そうですか
ではまた、ご都合のよろしいときにお願いします
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100037.html b/docs/story/100037.html index 415870138..7f4b8defe 100644 --- a/docs/story/100037.html +++ b/docs/story/100037.html @@ -11,11 +11,24 @@

1章/コミュ/x0401_ランスロット_通常

View script in lua + + + + + + + + + + + + + @@ -35,5 +48,13 @@

1章/コミュ/x0401_ランスロット_通常

+ + + + + + + +
Load
Play
101010001
【ランスロット】
ノワール。どうかしたか?
101009002
【(選択肢)】
  1. 遊びに出かけよう
  2. なんでもない
101010001
【ランスロット】
そうだな
たまには気晴らしもいいだろう
101010001
【ランスロット】
そうか。ではな
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100038.html b/docs/story/100038.html index e7a6dfd29..14af953fb 100644 --- a/docs/story/100038.html +++ b/docs/story/100038.html @@ -11,11 +11,32 @@

1章/コミュ/x0401_ランスロット_ランクアップ1

View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -36,6 +57,10 @@

1章/コミュ/x0401_ランスロット_ランクアップ1

+ + + + @@ -51,6 +76,10 @@

1章/コミュ/x0401_ランスロット_ランクアップ1

+ + + + @@ -140,5 +169,13 @@

1章/コミュ/x0401_ランスロット_ランクアップ1

+ + + + + + + +
template1
Load
Play
101010001
【ランスロット】
ノワール、少しいいか
101009002
【(選択肢)】
  1. なんだ?
  2. 今は忙しい
Block1_1
101009002
【ノワール】
いいけど…なんだ?
【ランスロット】
そうか
Block1_2
101009002
【ノワール】
今、ちょっと忙しいんだ
悪いがまたにしてくれ
【ランスロット】
だが、どうしても
今話しておかねばならないことがあるんだ
Block1end
101010001
【ランスロット】
お前の成績のことだが…
正直あまり芳しくない
101010001
【ランスロット】
とにかく、始めるぞ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100039.html b/docs/story/100039.html index 0bb36611c..8c75276e3 100644 --- a/docs/story/100039.html +++ b/docs/story/100039.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ランスロット_ランクアップ2

View script in lua + + + + + + + + + + + + + + + + + @@ -51,6 +68,10 @@

1章/コミュ/x0401_ランスロット_ランクアップ2

+ + + + @@ -60,5 +81,17 @@

1章/コミュ/x0401_ランスロット_ランクアップ2

+ + + + + + + + + + + +
Load
Play
101010001
【ランスロット】
ああ、ノワール
どうだ、授業はきちんと受けてるか?
101009002
【(選択肢)】
  1. 受けてる
  2. その話ならまた今度
Block1_1
101009002
【ノワール】
受けてるよ、余計なお世話だ
【ノワール】
げ…今日もあるのか…
Block1_2
101009002
【ノワール】
あー…悪い、これから用事があるんだ
話はまた今後にしてくれ
101010001
【ランスロット】
お前が忙しいのは理解しているつもりだが
予習・復習は怠るなよ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/10004.html b/docs/story/10004.html index c7a1b512e..06c707b25 100644 --- a/docs/story/10004.html +++ b/docs/story/10004.html @@ -10,5 +10,21 @@

追加/チュートリアルバトル/BT_TUTORIAL99_04

View script in lua -
+ + + + + + + + + + + + + + + + +
Load
Play
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100040.html b/docs/story/100040.html index 67df5cda0..7857e947d 100644 --- a/docs/story/100040.html +++ b/docs/story/100040.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ランスロット_ランクアップ3

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_ランスロット_ランクアップ3

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_ランスロット_ランクアップ3

+ + + + + + + + + + + +
Load
Play
101010001
【ランスロット】
今日の補習を始めるぞ、ノワール
101009002
【(選択肢)】
  1. わかったよ
  2. 今は忙しい
Block1_1
101009002
【ノワール】
わかったよ
で、今日はなんの補習をするんだ?
【ランスロット】
教材を取ってくる
少し待っていてくれ
Block1_2
101009002
【ノワール】
悪い、今は忙しい
101010001
【ランスロット】
お前が忙しいのは理解しているつもりだが
予習・復習は怠るなよ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100041.html b/docs/story/100041.html index caee5f2c3..153980f33 100644 --- a/docs/story/100041.html +++ b/docs/story/100041.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ランスロット_ランクアップ4

View script in lua + + + + + + + + + + + + + + + + + @@ -46,6 +63,10 @@

1章/コミュ/x0401_ランスロット_ランクアップ4

+ + + + @@ -55,5 +76,17 @@

1章/コミュ/x0401_ランスロット_ランクアップ4

+ + + + + + + + + + + +
Load
Play
101010001
【ランスロット】
剣術の特別授業を行う
お前も出席しろ、ノワール
101009002
【(選択肢)】
  1. わかった
  2. やめておく
Block1_1
101009002
【ノワール】
特別授業?これから?
ああ…わかった
【ノワール】
わかってる
さっさと行こう
Block1_2
101009002
【ノワール】
悪い
今日はやめておくよ
101010001
【ランスロット】
そうか、残念だ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100042.html b/docs/story/100042.html index 564e65780..60b77ad0f 100644 --- a/docs/story/100042.html +++ b/docs/story/100042.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ランスロット_ランクアップ5

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_ランスロット_ランクアップ5

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_ランスロット_ランクアップ5

+ + + + + + + + + + + +
Load
Play
101010001
【ランスロット】
ああ、ノワール
話したいことがあるんだが、少しいいか?
101009002
【(選択肢)】
  1. いいよ
  2. 今は忙しい
Block1_1
101009002
【ノワール】
ああ、いいよ
【ノワール】
どういうことだ?
Block1_2
101009002
【ノワール】
悪い、今はちょっと忙しい
101010001
【ランスロット】
そうか
いや、忙しいならいいんだ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100043.html b/docs/story/100043.html index ddc4ca5dd..a2317126f 100644 --- a/docs/story/100043.html +++ b/docs/story/100043.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ランスロット_ランクアップ6

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ランスロット_ランクアップ6

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ランスロット_ランクアップ6

+ + + + + + + + + + + +
Load
Play
101010001
【ランスロット】
お前の都合が良ければ
師匠の思い出の地巡りに行かないか?
101009002
【(選択肢)】
  1. 行こう
  2. 今は忙しい
Block1_1
101009002
【ノワール】
ああ、行こう
俺もちょうどお前を誘いに来たんだ
【ランスロット】
それはよかった
では早速出発だ
Block1_2
101009002
【ノワール】
悪い、今はちょっと忙しい
101010001
【ランスロット】
そうか
では、また都合のいいときに声をかけてくれ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100044.html b/docs/story/100044.html index 927701a61..472088390 100644 --- a/docs/story/100044.html +++ b/docs/story/100044.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ランスロット_ランクアップ7

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_ランスロット_ランクアップ7

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_ランスロット_ランクアップ7

+ + + + + + + + + + + +
Load
Play
101010001
【ランスロット】
また師匠の思い出巡りに行かないか?
ノワール
101009002
【(選択肢)】
  1. 行こう
  2. 今は忙しい
Block1_1
101009002
【ノワール】
いいな。行こう
【ランスロット】
師匠と…お前の育ての親の、因縁の地だ
Block1_2
101009002
【ノワール】
悪い、今はちょっと忙しい
101010001
【ランスロット】
そうか
では、また都合のいいときに声をかけてくれ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100045.html b/docs/story/100045.html index 5b8509d40..35fc7df2b 100644 --- a/docs/story/100045.html +++ b/docs/story/100045.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ランスロット_ランクアップ8

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_ランスロット_ランクアップ8

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_ランスロット_ランクアップ8

+ + + + + + + + + + + +
Load
Play
101010001
【ランスロット】
ノワール、時間があるなら
今日も師匠の思い出巡りに行こう
101009002
【(選択肢)】
  1. 行こう
  2. 今は忙しい
Block1_1
101009002
【ノワール】
ああ。行こう
そのつもりで来たんだ
【ランスロット】
行ってからのお楽しみ、としておこう
Block1_2
101009002
【ノワール】
悪い、今はちょっと忙しい
101010001
【ランスロット】
そうか
では、また都合のいいときに声をかけてくれ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100046.html b/docs/story/100046.html index 957d88480..1c53c789d 100644 --- a/docs/story/100046.html +++ b/docs/story/100046.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ランスロット_ランクアップ9

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_ランスロット_ランクアップ9

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_ランスロット_ランクアップ9

+ + + + + + + + + + + +
Load
Play
101010001
【ランスロット】
またお前と行ってみたい場所があるんだ
これからどうだ?
101009002
【(選択肢)】
  1. もちろんいいさ
  2. ごめん、今はちょっと
Block1_1
101009002
【ノワール】
もちろんいいさ
【ランスロット】
ふっ
期待に沿えるといいのだがな
Block1_2
101009002
【ノワール】
悪い、今はちょっと忙しい
101010001
【ランスロット】
そうか
では、また都合のいいときに声をかけてくれ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100047.html b/docs/story/100047.html index b4c69ff66..7f1eed509 100644 --- a/docs/story/100047.html +++ b/docs/story/100047.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ランスロット_ランクアップ10

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_ランスロット_ランクアップ10

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_ランスロット_ランクアップ10

+ + + + + + + + + + + +
Load
Play
101010001
【ランスロット】
ノワール
今日はお前を連れて行きたいところがあるんだ
101009002
【(選択肢)】
  1. いつもの補習だろ?
  2. 今は忙しい
Block1_1
101009002
【ノワール】
いつもの『師匠学』の補習だろ
今日はどこに行くんだ?
【ノワール】
すぐ近く…?
Block1_2
101009002
【ノワール】
悪い、今はちょっと忙しい
101010001
【ランスロット】
そうか
では、また都合のいいときに声をかけてくれ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100048.html b/docs/story/100048.html index 3ffd67f02..abe02d736 100644 --- a/docs/story/100048.html +++ b/docs/story/100048.html @@ -11,11 +11,24 @@

1章/コミュ/x0401_ギネヴィア_通常

View script in lua + + + + + + + + + + + + + @@ -35,5 +48,13 @@

1章/コミュ/x0401_ギネヴィア_通常

+ + + + + + + +
Load
Play
101011001
【ギネヴィア】
あら、ノワールじゃない
わたしになにか用?
101009002
【(選択肢)】
  1. 遊びに出かけよう
  2. なんでもない
101011001
【ギネヴィア】
これから?うん、オッケー!
どこへ連れて行ってくれるのかしら?
101011001
【ギネヴィア】
あらそう。じゃ、またね
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100049.html b/docs/story/100049.html index 5f0da14ae..ea20345cc 100644 --- a/docs/story/100049.html +++ b/docs/story/100049.html @@ -11,6 +11,18 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ1

View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ1

+ + + + + + + + + @@ -56,6 +77,10 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ1

+ + + + @@ -80,5 +105,17 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ1

+ + + + + + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
ノワールってば
いつも難しいカオしてるわねえ
【ギネヴィア】
そうだ
どこかにパーッと遊びに行かない?
101009002
【(選択肢)】
  1. たまにはいいかもな
  2. 今日はやめとくよ
Block1_1
101009002
【ノワール】
んー…
たまにはいいかもな
【ギネヴィア】
あ、そうだ!
あそこにしよう!
Block1_2
101009002
【ノワール】
んー、今日はいいや
やめとくよ
101009002
【ノワール】
あっ、おい…
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/10005.html b/docs/story/10005.html index e79c5d15f..a4f2154a4 100644 --- a/docs/story/10005.html +++ b/docs/story/10005.html @@ -10,5 +10,21 @@

追加/チュートリアルバトル/BT_TUTORIAL99_05

View script in lua -
+ + + + + + + + + + + + + + + + +
Load
Play
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100050.html b/docs/story/100050.html index 6b61cc429..697094f55 100644 --- a/docs/story/100050.html +++ b/docs/story/100050.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ2

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ2

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ2

+ + + + + + + + + + + +
Load
Play
101011001
【ギネヴィア】
ノワール
今日、わたし時間あるんだ
101009002
【(選択肢)】
  1. どこかに遊びに行こう
  2. 俺は時間がない
Block1_1
101009002
【ノワール】
わかった
どこかに遊びに行こうか
【ギネヴィア】
そうだ!
ジャンケンで負けた人のおごりにしましょ!
Block1_2
101009002
【ノワール】
ごめん
俺は時間がない
101011001
【ギネヴィア】
なによ、もーっ!
次は付き合いなさいよ?
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100051.html b/docs/story/100051.html index 8bf820b85..08afafe54 100644 --- a/docs/story/100051.html +++ b/docs/story/100051.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ3

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ3

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ3

+ + + + + + + + + + + +
Load
Play
101011001
【ギネヴィア】
ノワール
わたし、今日もまた時間あるんだ
101009002
【(選択肢)】
  1. どこかに遊びに行こう
  2. 俺は時間がない
Block1_1
101009002
【ノワール】
わかった
どこかに遊びに行こうか
【ギネヴィア】
今日は
ロンディニウムの都に行くわよ!
Block1_2
101009002
【ノワール】
ごめん
俺は時間がない
101011001
【ギネヴィア】
なによ、もーっ!
次は付き合いなさいよ?
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100052.html b/docs/story/100052.html index b70f6025c..87d186c2d 100644 --- a/docs/story/100052.html +++ b/docs/story/100052.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ4

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ4

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ4

+ + + + + + + + + + + +
Load
Play
101011001
【ギネヴィア】
ノワール
今日はね、見せたいものがあるの
101009002
【(選択肢)】
  1. なにを見せてくれるんだ?
  2. また今度
Block1_1
101009002
【ノワール】
ずいぶん突然だなあ
なにを見せてくれるんだ?
【ギネヴィア】
じゃ
場所変えましょ
Block1_2
101009002
【ノワール】
今日は忙しいから
また今度
101011001
【ギネヴィア】
なによ、もーっ!
次は付き合いなさいよ?
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100053.html b/docs/story/100053.html index 5443675cc..a2cb5db7c 100644 --- a/docs/story/100053.html +++ b/docs/story/100053.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ5

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ5

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ5

+ + + + + + + + + + + +
Load
Play
101011001
【ギネヴィア】
さ、ノワール
今日もリフレッシュ、リフレッシュ!
101009002
【(選択肢)】
  1. あまり聞かない誘いかただな
  2. また今度
Block1_1
101009002
【ノワール】
あまり聞かない誘いかただな…
でもまあ、そうだな。どこか行こうか
【ノワール】
へえ
そうなのか
Block1_2
101009002
【ノワール】
今日は忙しいから
また今度
101011001
【ギネヴィア】
なによ、もーっ!
次は付き合いなさいよ?
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100054.html b/docs/story/100054.html index 0c0c1f531..c3f908249 100644 --- a/docs/story/100054.html +++ b/docs/story/100054.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ6

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ6

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ6

+ + + + + + + + + + + +
Load
Play
101011001
【ギネヴィア】
ノワール
今日は付き合ってほしいことがあるの
101009002
【(選択肢)】
  1. 遊びに行くんじゃないのか?
  2. また今度
Block1_1
101009002
【ノワール】
いいけど…
遊びに行くんじゃないのか?
【ノワール】
約束?
誰と…?
Block1_2
101009002
【ノワール】
今日は忙しいから
また今度
101011001
【ギネヴィア】
なによ、もーっ!
次は付き合いなさいよ?
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100055.html b/docs/story/100055.html index 0ce79d422..874cd2ced 100644 --- a/docs/story/100055.html +++ b/docs/story/100055.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ7

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ7

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ7

+ + + + + + + + + + + +
Load
Play
101011001
【ギネヴィア】
大変よ、ノワール!
ノワール、大変なのよ
101009002
【(選択肢)】
  1. どうしたんだ?
  2. また今度
Block1_1
101009002
【ノワール】
どうしたんだ?
【ノワール】
なにが大変なんだか説明してもらわないと…
落ち着ける場所に行こう
Block1_2
101009002
【ノワール】
今日は忙しいから
また今度
101011001
【ギネヴィア】
大変だって言ってるのに!
薄情すぎない!?
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100056.html b/docs/story/100056.html index ae0b2ac95..2d6012080 100644 --- a/docs/story/100056.html +++ b/docs/story/100056.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ8

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ8

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ8

+ + + + + + + + + + + +
Load
Play
101011001
【ギネヴィア】
ノワール…
101009002
【(選択肢)】
  1. ガラス玉をさがしに行こう
  2. また今度
Block1_1
101009002
【ノワール】
時間あるんだろ?
一緒にガラス玉をさがしに行こう
【ノワール】
気にする必要ないさ
すぐ行こう
Block1_2
101009002
【ノワール】
ごめん、今日はちょっと…
また今度
101011001
【ギネヴィア】
うん…
またね…
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100057.html b/docs/story/100057.html index 64981ce56..377784182 100644 --- a/docs/story/100057.html +++ b/docs/story/100057.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ9

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ9

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ9

+ + + + + + + + + + + +
Load
Play
101011001
【ギネヴィア】
ノワール
今日も付き合ってくれる?
101009002
【(選択肢)】
  1. もちろん
  2. また今度
Block1_1
101009002
【ノワール】
ああ、もちろん
見つかるまで付き合うつもりだ
【ギネヴィア】
ありがとう
頼もしい!
Block1_2
101009002
【ノワール】
申しわけない!
今日は用事が…
101011001
【ギネヴィア】
用事があるなら仕方ないね…
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100058.html b/docs/story/100058.html index 7c75304e5..1f05c1bfe 100644 --- a/docs/story/100058.html +++ b/docs/story/100058.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ10

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ10

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_ギネヴィア_ランクアップ10

+ + + + + + + + + + + +
Load
Play
101011001
【ギネヴィア】
ねえ、ノワール
ひさびさにリフレッシュしない?
101009002
【(選択肢)】
  1. いいね
  2. また今度
Block1_1
101009002
【ノワール】
ああ、いいね
どこに行こうか?
【ギネヴィア】
あ!
迷ったときはあそこが一番ね
Block1_2
101009002
【ノワール】
今日は忙しいから
また今度
101011001
【ギネヴィア】
なによ、もーっ!
次は付き合いなさいよ?
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100059.html b/docs/story/100059.html index 6600503b8..e777c6df3 100644 --- a/docs/story/100059.html +++ b/docs/story/100059.html @@ -11,11 +11,24 @@

1章/コミュ/x0401_ディナタン_通常

View script in lua + + + + + + + + + + + + + @@ -35,5 +48,13 @@

1章/コミュ/x0401_ディナタン_通常

+ + + + + + + +
Load
Play
101012001
【ディナタン】
兄さん。どうかした?
101009002
【(選択肢)】
  1. 遊びに出かけよう
  2. なんでもない
101012001
【ディナタン】
兄さんとお出かけなんて久しぶりだね
それじゃ、どこに行こっか
101012001
【ディナタン】
そう?
それじゃまたね、兄さん
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/10006.html b/docs/story/10006.html index 48131dc66..5752a81e1 100644 --- a/docs/story/10006.html +++ b/docs/story/10006.html @@ -10,5 +10,21 @@

追加/チュートリアルバトル/BT_TUTORIAL99_06

View script in lua -
+ + + + + + + + + + + + + + + + +
Load
Play
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100060.html b/docs/story/100060.html index 740f880d9..e5d9c631a 100644 --- a/docs/story/100060.html +++ b/docs/story/100060.html @@ -11,6 +11,18 @@

1章/コミュ/x0401_ディナタン_ランクアップ1

View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

1章/コミュ/x0401_ディナタン_ランクアップ1

+ + + + + + + + + @@ -46,6 +67,10 @@

1章/コミュ/x0401_ディナタン_ランクアップ1

+ + + + @@ -66,6 +91,10 @@

1章/コミュ/x0401_ディナタン_ランクアップ1

+ + + + @@ -86,6 +115,10 @@

1章/コミュ/x0401_ディナタン_ランクアップ1

+ + + + @@ -166,6 +199,15 @@

1章/コミュ/x0401_ディナタン_ランクアップ1

+ + + + + + + + + @@ -181,6 +223,10 @@

1章/コミュ/x0401_ディナタン_ランクアップ1

+ + + + @@ -196,6 +242,10 @@

1章/コミュ/x0401_ディナタン_ランクアップ1

+ + + + @@ -240,5 +290,13 @@

1章/コミュ/x0401_ディナタン_ランクアップ1

+ + + + + + + +
template1
Load
Play
101012001
【ディナタン】
はぁ…
【ディナタン】
兄さん…
101009002
【(選択肢)】
  1. 学園のことか?
  2. ランスロットのことか?
  3. ハラでも減ったのか?
Block1_1
101009002
【ノワール】
学園で
なにか気になってることでもあるのか?
【ディナタン】
かなわないなぁ、もう
Block1_2
101009002
【ノワール】
もしかして、
ランスロットのことが気になるとか?
【ディナタン】
私が気にしても仕方ないと思うし
気になってるのはもっと別のことだよ
Block1_3
101009002
【ノワール】
ハラでも減ったのか?
【ディナタン】
こ、これはたまたまだから!
ため息の理由は、違うから!!
Block1end
101012001
【ディナタン】
この学園に来てしばらく経つけど
どうしても学生生活に慣れなくて
【ディナタン】
正直、ちょっとくじけそうだよ…
101009002
【(選択肢)】
  1. 気にするなよ
  2. 俺がついてる
Block2_1
101009002
【ノワール】
気にするなよ
そのうちなんとかなるって
【ディナタン】
兄さんはいいよねぇ
始めっから色んな人とお知り合いになれてて
Block2_2
101009002
【ノワール】
大丈夫だ
俺がついてるよ
【ディナタン】
でも、兄さんにそう言われると
大丈夫な気がするから不思議だよね
Block2end
101012001
【ディナタン】
はぁ~…
101009002
【ノワール】
ああ、わかったよ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100061.html b/docs/story/100061.html index 9b915a995..dbb1b1ee9 100644 --- a/docs/story/100061.html +++ b/docs/story/100061.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ディナタン_ランクアップ2

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_ディナタン_ランクアップ2

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_ディナタン_ランクアップ2

+ + + + + + + + + + + +
Load
Play
101012001
【ディナタン】
兄さん、今いい?
ちょっと相談したいことがあるんだ
101009002
【(選択肢)】
  1. いいよ
  2. 今は忙しい
Block1_1
101009002
【ノワール】
ああ、いいよ
【ディナタン】
えっと…
ここじゃなんだから、場所を変えていい?
Block1_2
101009002
【ノワール】
悪い、今は忙しい
101012001
【ディナタン】
そっか、わかった
また今度、話を聞いてくれる?
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100062.html b/docs/story/100062.html index 655922c84..159863837 100644 --- a/docs/story/100062.html +++ b/docs/story/100062.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ディナタン_ランクアップ3

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_ディナタン_ランクアップ3

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_ディナタン_ランクアップ3

+ + + + + + + + + + + +
Load
Play
101012001
【ディナタン】
兄さん、今時間大丈夫?
手伝ってほしいことがあるんだ
101009002
【(選択肢)】
  1. ああ、大丈夫だ
  2. 今は忙しい
Block1_1
101009002
【ノワール】
ああ、大丈夫だ
【ディナタン】
えへへ。やっぱり兄さんは頼りになるね!
それじゃ、行こ!
Block1_2
101009002
【ノワール】
悪い、今は忙しい
101012001
【ディナタン】
そっか、わかった
また今度、話を聞いてくれる?
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100063.html b/docs/story/100063.html index fe69f91a8..fd0d10ebe 100644 --- a/docs/story/100063.html +++ b/docs/story/100063.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ディナタン_ランクアップ4

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_ディナタン_ランクアップ4

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_ディナタン_ランクアップ4

+ + + + + + + + + + + +
Load
Play
101012001
【ディナタン】
兄さん、ちょっといいかな?
実は、相談したいことがあって…聞いてくれる?
101009002
【(選択肢)】
  1. もちろんだ
  2. 今は忙しい
Block1_1
101009002
【ノワール】
もちろんだ
なんだって聞くよ
【ノワール】
わかった
Block1_2
101009002
【ノワール】
悪い、今はちょっと忙しい
なにかあったか?
101012001
【ディナタン】
あ…うん。わかった
大丈夫、なんでもないよ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100064.html b/docs/story/100064.html index eb5f48b67..6f99d233e 100644 --- a/docs/story/100064.html +++ b/docs/story/100064.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ディナタン_ランクアップ5

View script in lua + + + + + + + + + + + + + + + + + @@ -51,6 +68,10 @@

1章/コミュ/x0401_ディナタン_ランクアップ5

+ + + + @@ -60,5 +81,17 @@

1章/コミュ/x0401_ディナタン_ランクアップ5

+ + + + + + + + + + + +
Load
Play
101012001
【ディナタン】
はぁ…
101009002
【(選択肢)】
  1. どうしたんだ、ぼーっとして?
  2. (そっとしておく)
Block1_1
101009002
【ノワール】
ディナタン?
【ディナタン】
私たちが飛ばされた場所
………妖精の森に
Block1_2
101009002
【ノワール】
(今はそっとしておくか)
101012001
【ディナタン】
………はぁ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100065.html b/docs/story/100065.html index c047f20c8..529c53d38 100644 --- a/docs/story/100065.html +++ b/docs/story/100065.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ディナタン_ランクアップ6

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_ディナタン_ランクアップ6

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_ディナタン_ランクアップ6

+ + + + + + + + + + + +
Load
Play
101012001
【ディナタン】
あ!兄さん、今時間空いてる?
101009002
【(選択肢)】
  1. ああ。どうした?
  2. 今は忙しい
Block1_1
101009002
【ノワール】
ああ。どうした?
【ノワール】
わかったわかった
Block1_2
101009002
【ノワール】
悪い、今はちょっと忙しい
101012001
【ディナタン】
そっか、わかった
また今度、話を聞いてくれる?
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100066.html b/docs/story/100066.html index bf47fce1f..986bea6a7 100644 --- a/docs/story/100066.html +++ b/docs/story/100066.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ディナタン_ランクアップ7

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_ディナタン_ランクアップ7

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_ディナタン_ランクアップ7

+ + + + + + + + + + + +
Load
Play
101012001
【ディナタン】
あ、兄さん
オリジナルの歌のことでちょっと悩んでるんだ…
101009002
【(選択肢)】
  1. 話を聞こうか?
  2. 今は忙しい
Block1_1
101009002
【ノワール】
悩んでる?
俺でよければ、話を聞こうか?
【ディナタン】
兄さん、ちょっと付き合ってくれる?
Block1_2
101009002
【ノワール】
悪い、今はちょっと忙しい
101012001
【ディナタン】
そっか、わかった
また今度、話を聞いてくれる?
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100067.html b/docs/story/100067.html index e2b52b2b8..85c159a3d 100644 --- a/docs/story/100067.html +++ b/docs/story/100067.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ディナタン_ランクアップ8

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ディナタン_ランクアップ8

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ディナタン_ランクアップ8

+ + + + + + + + + + + +
Load
Play
101012001
【ディナタン】
あ、兄さん!オリジナルの歌のことで
また相談に乗ってほしいんだけど…
101009002
【(選択肢)】
  1. いいよ
  2. 今は忙しい
Block1_1
101009002
【ノワール】
ああ、もちろんいいよ
【ディナタン】
よかった!
また行き詰まっちゃって、困ってたんだ
Block1_2
101009002
【ノワール】
悪い、今はちょっと忙しい
101012001
【ディナタン】
そっか、わかった
また今度、話を聞いてくれる?
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100068.html b/docs/story/100068.html index 0ae964509..45630ee29 100644 --- a/docs/story/100068.html +++ b/docs/story/100068.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ディナタン_ランクアップ9

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ディナタン_ランクアップ9

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ディナタン_ランクアップ9

+ + + + + + + + + + + +
Load
Play
101012001
【ディナタン】
いよいよ、本番かぁ。緊張してきた…
もちろん、兄さんも来てくれるよね?
101009002
【(選択肢)】
  1. ああ、もちろん
  2. ちょっと待って
Block1_1
101009002
【ノワール】
ああ、もちろん
しっかり見守るよ
【ディナタン】
そう言ってくれると安心!
それじゃ、さっそく行こう
Block1_2
101009002
【ノワール】
悪い、ちょっと待っててくれ
101012001
【ディナタン】
うん。わかった
…なるべく早くしてね?
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100069.html b/docs/story/100069.html index 058e7da35..25584f880 100644 --- a/docs/story/100069.html +++ b/docs/story/100069.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ディナタン_ランクアップ10

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_ディナタン_ランクアップ10

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_ディナタン_ランクアップ10

+ + + + + + + + + + + +
Load
Play
101012001
【ディナタン】
あ、兄さん
今、時間あるかな?
101009002
【(選択肢)】
  1. 療養院の手伝いか?
  2. 今は忙しい
Block1_1
101009002
【ノワール】
時間ならあるよ
また療養院の手伝いか?
【ノワール】
はいはい、わかったよ
Block1_2
101009002
【ノワール】
悪い、今はちょっと忙しい
101012001
【ディナタン】
そっか、わかった
また今度、話を聞いてくれる?
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100070.html b/docs/story/100070.html index 5d856b54b..c1a8e4db3 100644 --- a/docs/story/100070.html +++ b/docs/story/100070.html @@ -11,11 +11,24 @@

1章/コミュ/x0401_ガウェイン_通常

View script in lua + + + + + + + + + + + + + @@ -35,5 +48,13 @@

1章/コミュ/x0401_ガウェイン_通常

+ + + + + + + +
Load
Play
101013001
【ガウェイン】
おう、ノワール!
元気か?
101009002
【(選択肢)】
  1. 遊びに出かけよう
  2. なんでもない
101013001
【ガウェイン】
いいぜ!どこに行く?
101013001
【ガウェイン】
そっか?
じゃ、またな!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100071.html b/docs/story/100071.html index 2de4f42a1..4518e2edb 100644 --- a/docs/story/100071.html +++ b/docs/story/100071.html @@ -11,6 +11,18 @@

1章/コミュ/x0401_ガウェイン_ランクアップ1

View script in lua + + + + + + + + + + + + @@ -135,5 +147,13 @@

1章/コミュ/x0401_ガウェイン_ランクアップ1

+ + + + + + + +
template1
Load
Play
【男子生徒】
ありがとう~~~っ!
あんたはまさに命の恩人だよおおっ!!
101009002
【ノワール】
ヒーローがふたり?
なんだそれ、詳しく聞きたいな
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100072.html b/docs/story/100072.html index b2ec90935..f50b43696 100644 --- a/docs/story/100072.html +++ b/docs/story/100072.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガウェイン_ランクアップ2

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ガウェイン_ランクアップ2

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ガウェイン_ランクアップ2

+ + + + + + + + + + + +
Load
Play
101013001
【ガウェイン】
よう、ノワール!
城下町の見回りに行こうぜ
101009002
【(選択肢)】
  1. オッケー
  2. 今はムリだ
Block1_1
101009002
【ノワール】
もちろんオッケーだ
いつでも行けるよ
【ガウェイン】
ラグネルにも声かけてるからさ
あいつ来たら出ようぜ
Block1_2
101009002
【ノワール】
これから用事があってさ
今はムリなんだ
101013001
【ガウェイン】
そうなん?
じゃ、さっさと済ませてきてくれよ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100073.html b/docs/story/100073.html index ce6fddc5f..50aa3a249 100644 --- a/docs/story/100073.html +++ b/docs/story/100073.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガウェイン_ランクアップ3

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_ガウェイン_ランクアップ3

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_ガウェイン_ランクアップ3

+ + + + + + + + + + + +
Load
Play
101013001
【ガウェイン】
キンイロチョウ探しに
付き合ってくれるよな?
101009002
【(選択肢)】
  1. わかった
  2. 遠慮しとく
Block1_1
101009002
【ノワール】
トムのためだもんな
もちろん付き合うよ
【ガウェイン】
ラグネルも付き合ってくれるそうだからさ
トムを誘って出かけようぜ
Block1_2
101009002
【ノワール】
えっ?
い、いや、俺はちょっと遠慮しとく…
101013001
【ガウェイン】
なんだ、先約でもあんのか?
ここで待ってるからよ、協力頼むぜ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100074.html b/docs/story/100074.html index 3e8c25d98..b4d39565d 100644 --- a/docs/story/100074.html +++ b/docs/story/100074.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガウェイン_ランクアップ4

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ガウェイン_ランクアップ4

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ガウェイン_ランクアップ4

+ + + + + + + + + + + +
Load
Play
101013001
【ガウェイン】
キンイロチョウのことを調べようと思ってさ
大図書院に付き合ってくんねえか?
101009002
【(選択肢)】
  1. いいよ
  2. 今はムリだ
Block1_1
101009002
【ノワール】
なるほど、名案だ
あそこなら蝶について書かれた本もあるだろう
【ガウェイン】
だろ?
さっそく行ってみようぜ
Block1_2
101009002
【ノワール】
これから用事があってさ
今はムリなんだ
101013001
【ガウェイン】
そうなん?
じゃ、さっさと済ませてきてくれよ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100075.html b/docs/story/100075.html index 7a952429f..b05527826 100644 --- a/docs/story/100075.html +++ b/docs/story/100075.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガウェイン_ランクアップ5

View script in lua + + + + + + + + + + + + + + + + + @@ -76,6 +93,10 @@

1章/コミュ/x0401_ガウェイン_ランクアップ5

+ + + + @@ -85,5 +106,17 @@

1章/コミュ/x0401_ガウェイン_ランクアップ5

+ + + + + + + + + + + +
Load
Play
101013001
【ガウェイン】
キンイロチョウが入った琥珀を買うために
カネを稼ごうと思ってんだ
101009002
【(選択肢)】
  1. 俺も行く
  2. 今はムリだ
Block1_1
101009002
【ノワール】
俺も手伝うよ
【ガウェイン】
置いてくつもりはねーから
心配すんなって
Block1_2
101009002
【ノワール】
これから用事があってさ
今はムリなんだ
101013001
【ガウェイン】
そっか
あとでヒマなときさ、相談乗ってくれよ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100076.html b/docs/story/100076.html index f7214014f..d4876dd8a 100644 --- a/docs/story/100076.html +++ b/docs/story/100076.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガウェイン_ランクアップ6

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_ガウェイン_ランクアップ6

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_ガウェイン_ランクアップ6

+ + + + + + + + + + + +
Load
Play
101013001
【ガウェイン】
よう、ノワール
街の見回りに行かねーか?
101009002
【(選択肢)】
  1. ヒーロー活動だな
  2. 今はムリだ
Block1_1
101009002
【ノワール】
ヒーローとして
困っている人がいないか見回るわけだな
【ガウェイン】
悪いな
Block1_2
101009002
【ノワール】
これから用事があってさ
今はムリなんだ
101013001
【ガウェイン】
そっか…
じゃ、また今度付き合ってくれよ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100077.html b/docs/story/100077.html index 97589a82e..0ba2f758f 100644 --- a/docs/story/100077.html +++ b/docs/story/100077.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガウェイン_ランクアップ7

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_ガウェイン_ランクアップ7

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_ガウェイン_ランクアップ7

+ + + + + + + + + + + +
Load
Play
101013001
【ガウェイン】
なあ、ノワール
ちょっと付き合ってほしいところがあるんだ
101009002
【(選択肢)】
  1. トムに会いに行くんだろ?
  2. 今はムリだ
Block1_1
101009002
【ノワール】
別に構わないよ
トムに説明しに行くんだろ?
【ガウェイン】
どんな顔して説明したらいいかわかんなくてよ
一緒についてきてほしいんだ
Block1_2
101009002
【ノワール】
これから用事があってさ
今はムリなんだ
101013001
【ガウェイン】
そっか…
じゃ、また今度付き合ってくれよ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100078.html b/docs/story/100078.html index 7b1331a9d..76a030e6b 100644 --- a/docs/story/100078.html +++ b/docs/story/100078.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガウェイン_ランクアップ8

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_ガウェイン_ランクアップ8

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_ガウェイン_ランクアップ8

+ + + + + + + + + + + +
Load
Play
101013001
【ガウェイン】
ノワール
キンイロチョウを捕まえに行かねーか?
101009002
【(選択肢)】
  1. 付き合うよ
  2. 今はムリだ
Block1_1
101009002
【ノワール】
ああ、もちろん付き合うよ
【ノワール】
(まだ吹っ切れてないみたいだな…)
Block1_2
101009002
【ノワール】
これから用事があってさ
今はムリなんだ
101013001
【ガウェイン】
そっか
あとでヒマなときさ、相談乗ってくれよ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100079.html b/docs/story/100079.html index da2e73ced..99ac81274 100644 --- a/docs/story/100079.html +++ b/docs/story/100079.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガウェイン_ランクアップ9

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_ガウェイン_ランクアップ9

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_ガウェイン_ランクアップ9

+ + + + + + + + + + + +
Load
Play
101013001
【ガウェイン】
ノワール。キンイロチョウのことで
相談に乗ってくんねーか?
101009002
【(選択肢)】
  1. いいよ
  2. 今はムリだ
Block1_1
101009002
【ノワール】
ああ、いいよ
なにか考えがあるのか?
【ノワール】
でもまあ
聞くだけ聞いてみるか
Block1_2
101009002
【ノワール】
これから用事があってさ
今はムリなんだ
101013001
【ガウェイン】
そうなん?
じゃ、さっさと済ませてきてくれよ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100080.html b/docs/story/100080.html index 64390a024..85013e6a7 100644 --- a/docs/story/100080.html +++ b/docs/story/100080.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガウェイン_ランクアップ10

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_ガウェイン_ランクアップ10

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_ガウェイン_ランクアップ10

+ + + + + + + + + + + +
Load
Play
101013001
【ガウェイン】
ノワール
トムに会いに行こうぜ
101009002
【(選択肢)】
  1. もちろんOK
  2. 今はムリだ
Block1_1
101009002
【ノワール】
もちろんOKだ
トムに琥珀を渡してやろう
【ノワール】
喜んでくれるさ、絶対
Block1_2
101009002
【ノワール】
これから用事があってさ
今はムリなんだ
101013001
【ガウェイン】
そうなん?
じゃ、さっさと済ませてきてくれよ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100081.html b/docs/story/100081.html index d54631e3a..38a490978 100644 --- a/docs/story/100081.html +++ b/docs/story/100081.html @@ -11,11 +11,24 @@

1章/コミュ/x0401_トリスタン_通常

View script in lua + + + + + + + + + + + + + @@ -35,5 +48,13 @@

1章/コミュ/x0401_トリスタン_通常

+ + + + + + + +
Load
Play
101014001
【トリスタン】
なんだい?ボクになにか用?
101009002
【(選択肢)】
  1. 遊びに行こう
  2. なんでもない
101014001
【トリスタン】
ボクがキミと?…まあいいけど
101014001
【トリスタン】
そう。じゃあ、またね
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100082.html b/docs/story/100082.html index 889c8256d..2c0324a3c 100644 --- a/docs/story/100082.html +++ b/docs/story/100082.html @@ -11,6 +11,18 @@

1章/コミュ/x0401_トリスタン_ランクアップ1

View script in lua + + + + + + + + + + + + @@ -61,6 +73,15 @@

1章/コミュ/x0401_トリスタン_ランクアップ1

+ + + + + + + + + @@ -76,6 +97,10 @@

1章/コミュ/x0401_トリスタン_ランクアップ1

+ + + + @@ -91,6 +116,10 @@

1章/コミュ/x0401_トリスタン_ランクアップ1

+ + + + @@ -170,5 +199,13 @@

1章/コミュ/x0401_トリスタン_ランクアップ1

+ + + + + + + +
template1
Load
Play
101014001
【トリスタン】
…はないか。だけど…だから
あっちには、ボクが…
【トリスタン】
ボクはキミと違って暇じゃないから
101009002
【(選択肢)】
  1. ごめん…
  2. 俺だって暇じゃない
Block1_1
101009002
【ノワール】
ごめん…
【トリスタン】
まあ、わかったならそれでいいよ
Block1_2
101009002
【ノワール】
俺だって暇なわけじゃない
【トリスタン】
でも、だったらなおさらこんなところで
油売ってる場合じゃないんじゃない?
Block1end
101014001
【トリスタン】
それじゃ、ボクはこれで
101009002
【ノワール】
トリスタンがイゾルデ以外の人と
仲良くしているところは想像つかないな
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100083.html b/docs/story/100083.html index f66c4ab95..f95a3f6c4 100644 --- a/docs/story/100083.html +++ b/docs/story/100083.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_トリスタン_ランクアップ2

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_トリスタン_ランクアップ2

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_トリスタン_ランクアップ2

+ + + + + + + + + + + +
Load
Play
101014001
【トリスタン】
なんか用?
今日、ボクは予定が詰まってるんだけど
101009002
【(選択肢)】
  1. ついていっていいか?
  2. 邪魔して悪かった
Block1_1
101009002
【ノワール】
どんな予定が入ってるんだ?
【トリスタン】
…まあ、別にいいけどさ
Block1_2
101009002
【ノワール】
そっか
邪魔して悪かった
101014001
【トリスタン】
じゃあね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100084.html b/docs/story/100084.html index 86ac2867f..cc28dafc2 100644 --- a/docs/story/100084.html +++ b/docs/story/100084.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_トリスタン_ランクアップ3

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_トリスタン_ランクアップ3

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_トリスタン_ランクアップ3

+ + + + + + + + + + + +
Load
Play
101014001
【トリスタン】
ねえ
ちょっと付き合ってほしいんだけど
101009002
【(選択肢)】
  1. いいけど…
  2. 今は忙しい
Block1_1
101009002
【ノワール】
いいけど…
珍しいな、トリスタンが俺に頼みごとなんて
【トリスタン】
ほら、さっさと大図書院行くよ
早く終わらせたいでしょ
Block1_2
101009002
【ノワール】
悪い、今は忙しいんだ
101014001
【トリスタン】
じゃあ、もう少し待ってるから
さっさと手を空けてきてくれる?
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100085.html b/docs/story/100085.html index e8abba87e..60db8f366 100644 --- a/docs/story/100085.html +++ b/docs/story/100085.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_トリスタン_ランクアップ4

View script in lua + + + + + + + + + + + + + + + + + @@ -51,6 +68,10 @@

1章/コミュ/x0401_トリスタン_ランクアップ4

+ + + + @@ -60,5 +81,17 @@

1章/コミュ/x0401_トリスタン_ランクアップ4

+ + + + + + + + + + + +
Load
Play
101014001
【トリスタン】
なに?もう少ししたら出かけるから
キミに構ってる暇なんてないんだけど
101009002
【(選択肢)】
  1. 出かけるってどこに?
  2. 特に用事はない
Block1_1
101009002
【ノワール】
出かけるってどこに?
【トリスタン】
嫌だって言ってもついてくる気でしょ?
好きにすれば
Block1_2
101009002
【ノワール】
ああ、ごめん
特にこれといった用事があるわけじゃないんだ
101014001
【トリスタン】
そう。じゃあね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100086.html b/docs/story/100086.html index 5d3794434..e7816f72f 100644 --- a/docs/story/100086.html +++ b/docs/story/100086.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_トリスタン_ランクアップ5

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_トリスタン_ランクアップ5

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_トリスタン_ランクアップ5

+ + + + + + + + + + + +
Load
Play
101014001
【トリスタン】
なに?
ボク今から行くところがあるんだけど
101009002
【(選択肢)】
  1. どこに行くんだ?
  2. 特に用事はない
Block1_1
101009002
【ノワール】
どこに行くんだ?
【トリスタン】
そう
じゃ、ボクはもう行くから
Block1_2
101009002
【ノワール】
ああ、ごめん
特にこれといった用事があるわけじゃないんだ
101014001
【トリスタン】
そう。じゃあね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100087.html b/docs/story/100087.html index e4273b754..0abf09a6d 100644 --- a/docs/story/100087.html +++ b/docs/story/100087.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_トリスタン_ランクアップ6

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_トリスタン_ランクアップ6

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_トリスタン_ランクアップ6

+ + + + + + + + + + + +
Load
Play
101014001
【トリスタン】
ねえちょっと
今、時間ある?
101009002
【(選択肢)】
  1. ある
  2. ない
Block1_1
101009002
【ノワール】
時間ならあるけど…どうしたんだ?
【ノワール】
俺に拒否権はないのか…?
Block1_2
101009002
【ノワール】
悪い、今はない
101014001
【トリスタン】
あ、そう
じゃあまた今度ね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100088.html b/docs/story/100088.html index 546996805..079ecf8e4 100644 --- a/docs/story/100088.html +++ b/docs/story/100088.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_トリスタン_ランクアップ7

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_トリスタン_ランクアップ7

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_トリスタン_ランクアップ7

+ + + + + + + + + + + +
Load
Play
101014001
【トリスタン】
キミか。悪いけど、ボク
今日は行くところがあるんだ
101009002
【(選択肢)】
  1. ついていく
  2. 行ってらっしゃい
Block1_1
101009002
【ノワール】
ついていってもいいか?
【トリスタン】
言うと思った
ま、好きにしたらいいよ
Block1_2
101009002
【ノワール】
そっか
行ってらっしゃい
101014001
【トリスタン】
ついて来ると言い出すかと思ったけど
…そう、じゃあね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100089.html b/docs/story/100089.html index 48bdd9e72..76b85c8c3 100644 --- a/docs/story/100089.html +++ b/docs/story/100089.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_トリスタン_ランクアップ8

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_トリスタン_ランクアップ8

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_トリスタン_ランクアップ8

+ + + + + + + + + + + +
Load
Play
101014001
【トリスタン】
ああ、キミか
相変わらず耳ざといね
101009002
【(選択肢)】
  1. どういうことだ?
  2. 特に用事はない
Block1_1
101009002
【ノワール】
耳ざといって、どういうことだ?
【トリスタン】
…まぁ、そうなるよね
Block1_2
101009002
【ノワール】
ああ、ごめん
特にこれといった用事があるわけじゃないんだ
101014001
【トリスタン】
そう。じゃあね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100090.html b/docs/story/100090.html index 29c3fce69..c7f98a03b 100644 --- a/docs/story/100090.html +++ b/docs/story/100090.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_トリスタン_ランクアップ9

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_トリスタン_ランクアップ9

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_トリスタン_ランクアップ9

+ + + + + + + + + + + +
Load
Play
101014001
【トリスタン】
例の町から伝令が来たよ、ノワール
101009002
【(選択肢)】
  1. 生贄の件か?
  2. 今は忙しい
Block1_1
101009002
【ノワール】
生贄の件か?
【トリスタン】
話が早くて助かるよ
イゾルデにも声をかけておいたから
Block1_2
101009002
【ノワール】
悪い、今は忙しいんだ
101014001
【トリスタン】
じゃあ、もう少し待ってるから
さっさと手を空けてきてくれる?
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100091.html b/docs/story/100091.html index e2ef9162a..22913f985 100644 --- a/docs/story/100091.html +++ b/docs/story/100091.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_トリスタン_ランクアップ10

View script in lua + + + + + + + + + + + + + + + + + @@ -46,6 +63,10 @@

1章/コミュ/x0401_トリスタン_ランクアップ10

+ + + + @@ -55,5 +76,17 @@

1章/コミュ/x0401_トリスタン_ランクアップ10

+ + + + + + + + + + + +
Load
Play
101014001
【トリスタン】
ああ、ちょうど良かった
待ってたんだ、キミを
101009002
【(選択肢)】
  1. なにかあったのか?
  2. 今は忙しい
Block1_1
101009002
【ノワール】
俺を待ってた?
もしかしてまたあの町になにかあったのか?
【トリスタン】
いいから誘ったに決まってるでしょ?
早く行こう
Block1_2
101009002
【ノワール】
悪い、今は忙しいんだ
101014001
【トリスタン】
そう
またあとで来てくれたら嬉しい
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100092.html b/docs/story/100092.html index d81a7d3ac..39cd7f010 100644 --- a/docs/story/100092.html +++ b/docs/story/100092.html @@ -11,11 +11,24 @@

1章/コミュ/x0401_アーサー_通常

View script in lua + + + + + + + + + + + + + @@ -35,5 +48,13 @@

1章/コミュ/x0401_アーサー_通常

+ + + + + + + +
Load
Play
101015001
【アーサー】
おお、ノワール!
どうだ?青春は謳歌しているか?
101009002
【(選択肢)】
  1. 遊びに出かけよう
  2. なんでもない
101015001
【アーサー】
おお、いいぞ!
ちょうど息抜きがしたい気分だった!
101015001
【アーサー】
またな!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100093.html b/docs/story/100093.html index 32f24f96a..82ad0ba52 100644 --- a/docs/story/100093.html +++ b/docs/story/100093.html @@ -11,6 +11,22 @@

1章/コミュ/x0401_アーサー_ランクアップ1

View script in lua + + + + + + + + + + + + + + + + @@ -46,6 +62,15 @@

1章/コミュ/x0401_アーサー_ランクアップ1

+ + + + + + + + + @@ -66,6 +91,10 @@

1章/コミュ/x0401_アーサー_ランクアップ1

+ + + + @@ -91,6 +120,10 @@

1章/コミュ/x0401_アーサー_ランクアップ1

+ + + + @@ -235,5 +268,13 @@

1章/コミュ/x0401_アーサー_ランクアップ1

+ + + + + + + +
template1
template2
Load
Play
101009002
【ノワール】
ちょっと小腹が減ったなぁ
なんか食べるものでも探すか
【アーサー】
お、そうだ!
ここはひとつ俺がご馳走してやろうじゃないか!
101009002
【(選択肢)】
  1. いや、いいよ
  2. それじゃ遠慮なく
Block1_1
101009002
【ノワール】
え!?
い、いいって。悪いよ
【ノワール】
はぁ…
Block1_2
101009002
【ノワール】
それじゃ遠慮なく
おごってもらおうかな
【アーサー】
謙虚さも持ち合わせているとは
ますますもって気に入ったぞ!
Block1end
101015001
【アーサー】
親父さん、ログレスドッグふたつ
ソース多めで頼む!
101009002
【ノワール】
…変な王様
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100094.html b/docs/story/100094.html index 94f6b9c6f..d416c242f 100644 --- a/docs/story/100094.html +++ b/docs/story/100094.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_アーサー_ランクアップ2

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_アーサー_ランクアップ2

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_アーサー_ランクアップ2

+ + + + + + + + + + + +
Load
Play
101015001
【アーサー】
おお、ノワールじゃないか
どうしたんだ?
101009002
【(選択肢)】
  1. この前の礼を言いたくて
  2. なんでもない
Block1_1
101009002
【ノワール】
この前の礼を言いたくて
【アーサー】
礼なんていいのに律儀なやつだ
まぁ、そういう男は嫌いじゃないぞ
Block1_2
101009002
【ノワール】
いや、なんでもない
101015001
【アーサー】
そうか!
俺の顔が見たくなったわけだな!
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100095.html b/docs/story/100095.html index c2d386a38..5f3a809d4 100644 --- a/docs/story/100095.html +++ b/docs/story/100095.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_アーサー_ランクアップ3

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_アーサー_ランクアップ3

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_アーサー_ランクアップ3

+ + + + + + + + + + + +
Load
Play
101015001
【アーサー】
おお、ノワール
なにか用か?
101009002
【(選択肢)】
  1. 今日は真面目に働いてるんだな
  2. なんでもない
Block1_1
101009002
【ノワール】
今日は真面目に働いてるんだな
【アーサー】
…いい加減疲れてきたぞ!
Block1_2
101009002
【ノワール】
いや、なんでもない
101015001
【アーサー】
そうか!
なにかあればいつでも俺を頼るといい!
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100096.html b/docs/story/100096.html index 06d2a976c..54bfb7dbc 100644 --- a/docs/story/100096.html +++ b/docs/story/100096.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_アーサー_ランクアップ4

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_アーサー_ランクアップ4

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_アーサー_ランクアップ4

+ + + + + + + + + + + +
Load
Play
101015001
【アーサー】
おお、ノワール
なにか用か?
101009002
【(選択肢)】
  1. 今日はサボらないのか?
  2. なんでもない
Block1_1
101009002
【ノワール】
今日はサボらないのか?
【ノワール】
たまにって…
Block1_2
101009002
【ノワール】
いや、なんでもない
101015001
【アーサー】
そうか!
なにかあればいつでも俺を頼るといい!
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100097.html b/docs/story/100097.html index ca2d84b6a..a752055ab 100644 --- a/docs/story/100097.html +++ b/docs/story/100097.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_アーサー_ランクアップ5

View script in lua + + + + + + + + + + + + + + + + + @@ -46,6 +63,10 @@

1章/コミュ/x0401_アーサー_ランクアップ5

+ + + + @@ -55,5 +76,17 @@

1章/コミュ/x0401_アーサー_ランクアップ5

+ + + + + + + + + + + +
Load
Play
101015001
【アーサー】
…ノワールじゃないか
どうした。なにか用か?
101009002
【(選択肢)】
  1. 仕事、忙しいのか?
  2. なんでもない
Block1_1
101009002
【ノワール】
仕事、忙しいのか?
【ノワール】
…あー
いや、大丈夫だよ。なんでもない
Block1_2
101009002
【ノワール】
いや、なんでもない
101015001
【アーサー】
そうか!
なにかあればいつでも俺を頼るといい!
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100098.html b/docs/story/100098.html index 92a10dfdd..3274053d3 100644 --- a/docs/story/100098.html +++ b/docs/story/100098.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_アーサー_ランクアップ6

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_アーサー_ランクアップ6

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_アーサー_ランクアップ6

+ + + + + + + + + + + +
Load
Play
101015001
【アーサー】
なあ、ノワール
ちょっと付き合ってくれないか?
101009002
【(選択肢)】
  1. いいぞ
  2. サボリはよくない
Block1_1
101009002
【ノワール】
ああ、いいぞ
【アーサー】
どうしても行きたいところがあるんだ
…義兄さんとマーリンには内緒で
Block1_2
101009002
【ノワール】
サボリはよくない
101015001
【アーサー】
そ、そんな…たまの息抜きは大切だぞ!?
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100099.html b/docs/story/100099.html index 89a193be9..375076e2f 100644 --- a/docs/story/100099.html +++ b/docs/story/100099.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_アーサー_ランクアップ7

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_アーサー_ランクアップ7

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_アーサー_ランクアップ7

+ + + + + + + + + + + +
Load
Play
101015001
【アーサー】
ノワール、いいところに来た
ちょっとサボりに付き合わないか?
101009002
【(選択肢)】
  1. いいけど
  2. サボリはよくない
Block1_1
101009002
【ノワール】
いいけど…
とうとうサボリって隠さなくなったんだな
【アーサー】
俺の一番好きな場所だよ
Block1_2
101009002
【ノワール】
サボリはよくない
101015001
【アーサー】
ちょ、ちょっとくらいいいじゃないか!
誰かに似て融通の利かないやつだな…
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/1001.html b/docs/story/1001.html index b25d583da..5bc762782 100644 --- a/docs/story/1001.html +++ b/docs/story/1001.html @@ -11,9 +11,25 @@

ダブルチュートリアルバトル_01

デバッグ用

View script in lua + + + + + + + + + + + + + + + +
Load
Play
101012003
【ディナタン】
※削除
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100100.html b/docs/story/100100.html index 6e96c7353..deb710c1f 100644 --- a/docs/story/100100.html +++ b/docs/story/100100.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_アーサー_ランクアップ8

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_アーサー_ランクアップ8

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_アーサー_ランクアップ8

+ + + + + + + + + + + +
Load
Play
101015001
【アーサー】
おお、ノワールか
なにか用か?
101009002
【(選択肢)】
  1. サボりに誘おうかと思って
  2. なんでもない
Block1_1
101009002
【ノワール】
たまには俺からサボりに誘おうかと思ってさ
ホットドッグでも食べに行かないか?
【アーサー】
おお、なんて魅力的な誘いだ!
ちょうど今小腹が減っていたところだ!
Block1_2
101009002
【ノワール】
いや、なんでもない
101015001
【アーサー】
そうか!
なにかあればいつでも俺を頼るといい!
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100101.html b/docs/story/100101.html index 4f4774277..b270d9848 100644 --- a/docs/story/100101.html +++ b/docs/story/100101.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_アーサー_ランクアップ9

View script in lua + + + + + + + + + + + + + + + + + @@ -46,6 +63,10 @@

1章/コミュ/x0401_アーサー_ランクアップ9

+ + + + @@ -55,5 +76,17 @@

1章/コミュ/x0401_アーサー_ランクアップ9

+ + + + + + + + + + + +
Load
Play
101015001
【アーサー】
…ノワール
101009002
【(選択肢)】
  1. 腹は決まったか?
  2. 準備が必要だ
Block1_1
101009002
【ノワール】
腹は決まったか
【ノワール】
当たり前だろ
Block1_2
101009002
【ノワール】
ふたりだけでいくなら綿密に準備が必要だ
ちょっと待っててくれ
101015001
【アーサー】
…そうだな
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100102.html b/docs/story/100102.html index e8607266a..60c3acaaa 100644 --- a/docs/story/100102.html +++ b/docs/story/100102.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_アーサー_ランクアップ10

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_アーサー_ランクアップ10

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_アーサー_ランクアップ10

+ + + + + + + + + + + +
Load
Play
101015001
【アーサー】
ノワール
ちょっと付き合ってもらいたいんだ
101009002
【(選択肢)】
  1. なんだよ、あらたまって
  2. ごめん、今はちょっと
Block1_1
101009002
【ノワール】
なんだよ、あらたまって
【アーサー】
だが、ここまで来たら一蓮托生だろう?
Block1_2
101009002
【ノワール】
ごめん、今はちょっと忙しいんだ
101015001
【アーサー】
お、お前!なんだその逃げ腰は!
…さては勘づいたな?
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100103.html b/docs/story/100103.html index 0e387bcf6..2c7567e04 100644 --- a/docs/story/100103.html +++ b/docs/story/100103.html @@ -11,11 +11,24 @@

1章/コミュ/x0401_モルドレッド_通常

View script in lua + + + + + + + + + + + + + @@ -35,5 +48,13 @@

1章/コミュ/x0401_モルドレッド_通常

+ + + + + + + +
Load
Play
101022001
【モルドレッド】
あ?なんか用か?
101009002
【(選択肢)】
  1. ちょっと出かけないか?
  2. なんでもない
101022001
【モルドレッド】
しゃあねえな
てめえの奢りだぞ
101022001
【モルドレッド】
チッ!
用もねえのに話しかけんな
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100104.html b/docs/story/100104.html index ce78c39d5..b6b866525 100644 --- a/docs/story/100104.html +++ b/docs/story/100104.html @@ -11,11 +11,32 @@

1章/コミュ/x0401_モルドレッド_ランクアップ1

View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -31,6 +52,10 @@

1章/コミュ/x0401_モルドレッド_ランクアップ1

+ + + + @@ -51,6 +76,10 @@

1章/コミュ/x0401_モルドレッド_ランクアップ1

+ + + + @@ -195,5 +224,13 @@

1章/コミュ/x0401_モルドレッド_ランクアップ1

+ + + + + + + +
template1
Load
Play
101022001
【モルドレッド】
よお、継承者
ちょっとツラ貸せ
101009002
【(選択肢)】
  1. いいけど
  2. いやだ
Block1_1
101009002
【ノワール】
いいけど…
【ノワール】
ただ返事しただけなのに
なんで文句言われるんだ?
Block1_2
101009002
【ノワール】
いやだ
【ノワール】
だったら
俺の意見なんて聞かなくてよかっただろ…
Block1end
101009002
【ノワール】
で、なんの用なんだ?
101009002
【ノワール】
うーん、安請け合いしちゃったかな?
大丈夫だろうか…
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100105.html b/docs/story/100105.html index cfb481549..55003ff4e 100644 --- a/docs/story/100105.html +++ b/docs/story/100105.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_モルドレッド_ランクアップ2

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_モルドレッド_ランクアップ2

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_モルドレッド_ランクアップ2

+ + + + + + + + + + + +
Load
Play
101022001
【モルドレッド】
行くぞ、継承者
101009002
【(選択肢)】
  1. いいけど、どこへ?
  2. 今は忙しい
Block1_1
101009002
【ノワール】
いいけど
どこへ行くんだ?
【ノワール】
最初からそう言ってくれよ…
Block1_2
101009002
【ノワール】
ごめん、今はちょっと忙しい
101022001
【モルドレッド】
おいおい!やるっつった自分の言葉には
責任を持てよ、継承者
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100106.html b/docs/story/100106.html index 37cb361e7..ec6d89738 100644 --- a/docs/story/100106.html +++ b/docs/story/100106.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_モルドレッド_ランクアップ3

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_モルドレッド_ランクアップ3

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_モルドレッド_ランクアップ3

+ + + + + + + + + + + +
Load
Play
101022001
【モルドレッド】
よう、継承者
任務(シゴト)の時間だぜ
101009002
【(選択肢)】
  1. ああ、わかった
  2. 今は忙しい
Block1_1
101009002
【ノワール】
ああ、わかった
どんな任務なんだ?
【モルドレッド】
近くの森に魔物が出現したらしい
片付けにいくぞ
Block1_2
101009002
【ノワール】
ごめん、今はちょっと忙しい
101022001
【モルドレッド】
おいおい!やるっつった自分の言葉には
責任を持てよ、継承者
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100107.html b/docs/story/100107.html index e0942f5d8..e772743a3 100644 --- a/docs/story/100107.html +++ b/docs/story/100107.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_モルドレッド_ランクアップ4

View script in lua + + + + + + + + + + + + + + + + + @@ -91,6 +108,10 @@

1章/コミュ/x0401_モルドレッド_ランクアップ4

+ + + + @@ -100,5 +121,17 @@

1章/コミュ/x0401_モルドレッド_ランクアップ4

+ + + + + + + + + + + +
Load
Play
101022001
【モルドレッド】
ちょっとツラ貸せ。継承者
101009002
【(選択肢)】
  1. 任務か?
  2. 今は無理だ
Block1_1
101009002
【ノワール】
いいけど…また任務か?
【ノワール】
(うるさいなぁ…)
Block1_2
101009002
【ノワール】
悪い、今は無理だ
101022001
【モルドレッド】
ほう?
じゃあ今すぐ無理じゃなくしてこい
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100108.html b/docs/story/100108.html index bba64e519..061538f5d 100644 --- a/docs/story/100108.html +++ b/docs/story/100108.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_モルドレッド_ランクアップ5

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_モルドレッド_ランクアップ5

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_モルドレッド_ランクアップ5

+ + + + + + + + + + + +
Load
Play
101022001
【モルドレッド】
ちょっとツラ貸せ。継承者
101009002
【(選択肢)】
  1. 今度はなんだ
  2. 今は無理だ
Block1_1
101009002
【ノワール】
いいけど…
今度はなんだ?
【ノワール】
無茶言うなよ…
Block1_2
101009002
【ノワール】
悪い、今は無理だ
101022001
【モルドレッド】
ほう?
じゃあ今すぐ無理じゃなくしてこい
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100109.html b/docs/story/100109.html index 9c2d83d05..daf207cb7 100644 --- a/docs/story/100109.html +++ b/docs/story/100109.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_モルドレッド_ランクアップ6

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_モルドレッド_ランクアップ6

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_モルドレッド_ランクアップ6

+ + + + + + + + + + + +
Load
Play
101022001
【モルドレッド】
よお、継承者
任務(シゴト)に行くぞ
101009002
【(選択肢)】
  1. いいけど、急だな
  2. 今は無理
Block1_1
101009002
【ノワール】
いいけど、ずいぶん急だな
なんの任務なんだ?
【ノワール】
わかった
それは急いだほうがいいな
Block1_2
101009002
【ノワール】
悪い、今は無理だ
101022001
【モルドレッド】
ほう?
じゃあ今すぐ無理じゃなくしてこい
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100110.html b/docs/story/100110.html index f8dc49301..5d2a28bea 100644 --- a/docs/story/100110.html +++ b/docs/story/100110.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_モルドレッド_ランクアップ7

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_モルドレッド_ランクアップ7

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_モルドレッド_ランクアップ7

+ + + + + + + + + + + +
Load
Play
101022001
【モルドレッド】
ケイのヤロウから任務の依頼が来てる
ツラ貸せ
101009002
【(選択肢)】
  1. わかった
  2. 今は忙しい
Block1_1
101009002
【ノワール】
わかった
ケイはなんて?
【モルドレッド】
それについて調べろってのが
ケイからの任務の内容だ
Block1_2
101009002
【ノワール】
悪い、今は無理だ
101022001
【モルドレッド】
ほう?
じゃあ今すぐ無理じゃなくしてこい
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100111.html b/docs/story/100111.html index 4a3b1cbc6..94c529520 100644 --- a/docs/story/100111.html +++ b/docs/story/100111.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_モルドレッド_ランクアップ8

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_モルドレッド_ランクアップ8

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_モルドレッド_ランクアップ8

+ + + + + + + + + + + +
Load
Play
101022001
【モルドレッド】
おい、調査の続きだ
講堂に行くぞ
101009002
【(選択肢)】
  1. 講堂でなにかあったっけ?
  2. 今は忙しい
Block1_1
101009002
【ノワール】
講堂?
あそこでなにかあったっけ?
【ノワール】
ごめん、すぐ行こう
Block1_2
101009002
【ノワール】
ごめん、今は忙しい
101022001
【モルドレッド】
調査は継続中だぜ
あんまり待たせんなよ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100112.html b/docs/story/100112.html index b08ada66d..5952b64d1 100644 --- a/docs/story/100112.html +++ b/docs/story/100112.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_モルドレッド_ランクアップ9

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_モルドレッド_ランクアップ9

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_モルドレッド_ランクアップ9

+ + + + + + + + + + + +
Load
Play
101022001
【モルドレッド】
よお、ノワール
今ヒマかよ?
101009002
【(選択肢)】
  1. 黒幕の調査に行こう
  2. 今は忙しい
Block1_1
101009002
【ノワール】
黒幕の調査に行こう
さっさと見つけたほうがいいだろ
【ノワール】
くれぐれもほどほどにな…
Block1_2
101009002
【ノワール】
悪い、今は忙しい
101022001
【モルドレッド】
そうか
ヒマになったら調査の続きやるぞ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100113.html b/docs/story/100113.html index 192050f1f..3b6ff08ec 100644 --- a/docs/story/100113.html +++ b/docs/story/100113.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_モルドレッド_ランクアップ10

View script in lua + + + + + + + + + + + + + + + + + @@ -111,6 +128,10 @@

1章/コミュ/x0401_モルドレッド_ランクアップ10

+ + + + @@ -120,5 +141,17 @@

1章/コミュ/x0401_モルドレッド_ランクアップ10

+ + + + + + + + + + + +
Load
Play
101022001
【モルドレッド】
よお、ノワール
いいところにきたな
101009002
【(選択肢)】
  1. 黒幕が見つかったのか?
  2. 今は忙しい
Block1_1
101009002
【ノワール】
その顔…
もしかして黒幕が見つかったのか?
【モルドレッド】
チッ、しゃーねえな…
Block1_2
101009002
【ノワール】
悪い、今は忙しい
101022001
【モルドレッド】
さっさと済ませて来いよ
やんなきゃなんねえコトがあんだからよ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100114.html b/docs/story/100114.html index da98d5ce5..c20ec7650 100644 --- a/docs/story/100114.html +++ b/docs/story/100114.html @@ -11,11 +11,24 @@

1章/コミュ/x0401_クレア_通常

View script in lua + + + + + + + + + + + + + @@ -35,5 +48,13 @@

1章/コミュ/x0401_クレア_通常

+ + + + + + + +
Load
Play
101025001
【クレア】
こんにちは、ノワール
そろそろ来ると思っていたの
101009002
【(選択肢)】
  1. 出かけよう
  2. なんでもない
101025001
【クレア】
当ててあげましょうか
どこに行こうと思っているか
101025001
【クレア】
そう
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100115.html b/docs/story/100115.html index 7820086e8..cbbadc765 100644 --- a/docs/story/100115.html +++ b/docs/story/100115.html @@ -11,6 +11,18 @@

1章/コミュ/x0401_クレア_ランクアップ1

View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

1章/コミュ/x0401_クレア_ランクアップ1

+ + + + + + + +
template1
Load
Play
101009002
【ノワール】
よしよし!
かわいいなあ
101009002
【ノワール】
お、おい!
案内するよ、待って…
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100116.html b/docs/story/100116.html index 80e2d1712..ce98d3839 100644 --- a/docs/story/100116.html +++ b/docs/story/100116.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_クレア_ランクアップ2

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_クレア_ランクアップ2

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_クレア_ランクアップ2

+ + + + + + + + + + + +
Load
Play
101025001
【クレア】
ノワール
今、時間あるわよね
101009002
【(選択肢)】
  1. 時間がある
  2. 時間がない
Block1_1
101009002
【ノワール】
え?
あ、ああ。時間ならあるけど
【クレア】
前に言った助手の件で話があるの
一緒に事務所まで来て
Block1_2
101009002
【ノワール】
悪いけど、今は時間がない
またあとでな
101025001
【クレア】
そう、残念ね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100117.html b/docs/story/100117.html index adda54379..9015bf360 100644 --- a/docs/story/100117.html +++ b/docs/story/100117.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_クレア_ランクアップ3

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_クレア_ランクアップ3

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_クレア_ランクアップ3

+ + + + + + + + + + + +
Load
Play
101025001
【クレア】
ノワール
今、時間あるわよね
101009002
【(選択肢)】
  1. 時間がある
  2. 時間がない
Block1_1
101009002
【ノワール】
ああ、時間ならあるよ
【クレア】
今回の依頼人はロンディニウムにいるわ
ヴォールスも呼んで向かいましょう
Block1_2
101009002
【ノワール】
悪いけど、今は時間がない
またあとでな
101025001
【クレア】
そう、残念ね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100118.html b/docs/story/100118.html index 2304d17cf..752cc9ee2 100644 --- a/docs/story/100118.html +++ b/docs/story/100118.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_クレア_ランクアップ4

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_クレア_ランクアップ4

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_クレア_ランクアップ4

+ + + + + + + + + + + +
Load
Play
101025001
【クレア】
ノワール
あなた、似顔絵は上手?
101009002
【(選択肢)】
  1. それなりに
  2. ぜんぜんダメ
Block1_1
101009002
【ノワール】
それなりに描けるほうだと思う
【クレア】
それなら手伝ってほしい案件があるの
Block1_2
101009002
【ノワール】
悪い
そっち方面はぜんぜんダメなんだ、俺
101025001
【クレア】
そう、困ったわね…
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100119.html b/docs/story/100119.html index 83dcee7ed..93f0ac841 100644 --- a/docs/story/100119.html +++ b/docs/story/100119.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_クレア_ランクアップ5

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_クレア_ランクアップ5

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_クレア_ランクアップ5

+ + + + + + + + + + + +
Load
Play
101025001
【クレア】
ノワール、調査に向かうわよ
101009002
【(選択肢)】
  1. わかった
  2. またあとで
Block1_1
101009002
【ノワール】
例の男の行方を追うんだな?
わかった
【クレア】
急ぎましょう
Block1_2
101009002
【ノワール】
悪いけど、今は時間がない
またあとでな
101025001
【クレア】
そう、残念ね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100120.html b/docs/story/100120.html index 4b5c86984..8e8e25dd7 100644 --- a/docs/story/100120.html +++ b/docs/story/100120.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_クレア_ランクアップ6

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_クレア_ランクアップ6

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_クレア_ランクアップ6

+ + + + + + + + + + + +
Load
Play
101025001
【クレア】
ノワール
今、時間とれるかしら
101009002
【(選択肢)】
  1. 大丈夫
  2. 今は時間がない
Block1_1
101009002
【ノワール】
ああ、大丈夫だ
【クレア】
…予定変更よ
事件現場へ向かいましょう
Block1_2
101009002
【ノワール】
悪いけど、今は時間がない
またあとでな
101025001
【クレア】
そう、残念ね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100121.html b/docs/story/100121.html index 36ba2d946..33f7be5be 100644 --- a/docs/story/100121.html +++ b/docs/story/100121.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_クレア_ランクアップ7

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_クレア_ランクアップ7

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_クレア_ランクアップ7

+ + + + + + + + + + + +
Load
Play
101025001
【クレア】
ノワール
今、時間とれるかしら
101009002
【(選択肢)】
  1. 大丈夫だ
  2. 今は時間がない
Block1_1
101009002
【ノワール】
ああ、大丈夫だ
【クレア】
よかった
犯人について少し考えたいことがあるの
Block1_2
101009002
【ノワール】
悪いけど、今は時間がない
またあとでな
101025001
【クレア】
そう、残念ね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100122.html b/docs/story/100122.html index 5267d9b03..54784f0cf 100644 --- a/docs/story/100122.html +++ b/docs/story/100122.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_クレア_ランクアップ8

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_クレア_ランクアップ8

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_クレア_ランクアップ8

+ + + + + + + + + + + +
Load
Play
101025001
【クレア】
ノワール
今、時間とれるかしら
101009002
【(選択肢)】
  1. 大丈夫だ
  2. 今は時間がない
Block1_1
101009002
【ノワール】
ああ、大丈夫だ
ジャスパーの行方がわかったのか?
【クレア】
まだよ
でも、見当は付けられそうな気がするの
Block1_2
101009002
【ノワール】
悪いけど、今は時間がない
またあとでな
101025001
【クレア】
そう、残念ね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100123.html b/docs/story/100123.html index e3d9cd444..044c26b2d 100644 --- a/docs/story/100123.html +++ b/docs/story/100123.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_クレア_ランクアップ9

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_クレア_ランクアップ9

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_クレア_ランクアップ9

+ + + + + + + + + + + +
Load
Play
101025001
【クレア】
ノワール
ジャスパーを追いかけましょう
101009002
【(選択肢)】
  1. わかった
  2. 待ってくれ
Block1_1
101009002
【ノワール】
わかった
でも、どうやって足取りを追うんだ?
【ノワール】
えっ?
Block1_2
101009002
【ノワール】
待ってくれ
準備をしたい
101025001
【クレア】
わかったわ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100124.html b/docs/story/100124.html index 549bedf21..27e9ea673 100644 --- a/docs/story/100124.html +++ b/docs/story/100124.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_クレア_ランクアップ10

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_クレア_ランクアップ10

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_クレア_ランクアップ10

+ + + + + + + + + + + +
Load
Play
101025001
【クレア】
ノワール
少し一緒に街を歩かない?
101009002
【(選択肢)】
  1. いいよ
  2. 今は時間がない
Block1_1
101009002
【ノワール】
いいよ
なんだか珍しい誘いかただな
【クレア】
確かに、そうね
今までは調査の同行を頼んでばかりだったから
Block1_2
101009002
【ノワール】
悪いけど、今は時間がない
またあとでな
101025001
【クレア】
そう、残念ね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100125.html b/docs/story/100125.html index 084eef19e..ef4883559 100644 --- a/docs/story/100125.html +++ b/docs/story/100125.html @@ -11,11 +11,24 @@

1章/コミュ/x0401_パーシヴァル_通常

View script in lua + + + + + + + + + + + + + @@ -35,5 +48,13 @@

1章/コミュ/x0401_パーシヴァル_通常

+ + + + + + + +
Load
Play
101026001
【パーシヴァル】
やあ、ノワール
ぼくになにか用でもあるのかな?
101009002
【(選択肢)】
  1. 遊びに出かけよう
  2. なんでもない
101026001
【パーシヴァル】
ぼくを接待しようというのか
悪くない考えだね
101026001
【パーシヴァル】
なんの用もないのに話しかけてきたのか?
庶民の考えることはよくわからないな
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100126.html b/docs/story/100126.html index 759653723..59f740a7a 100644 --- a/docs/story/100126.html +++ b/docs/story/100126.html @@ -11,6 +11,18 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ1

View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ1

+ + + + + + + + + @@ -36,6 +57,10 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ1

+ + + + @@ -66,6 +91,10 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ1

+ + + + @@ -110,5 +139,13 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ1

+ + + + + + + +
template1
Load
Play
101009002
【ノワール】
こんにちは、ディンドランさん
【ディンドラン】
ノワールさん、ようこそ大図書院へ
今日はどんなご用ですか?
101009002
【(選択肢)】
  1. 本を探している
  2. ディンドランさんと話がしたい
Block1_1
101009002
【ノワール】
実はちょっと知りたいことがあってさ
【ディンドラン】
それなら
何冊かあったはずですよ
Block1_2
101009002
【ノワール】
ディンドランさんと話がしたくて来たんだ
【ノワール】
妖精について書かれた本なんだけど
Block1end
101027001
【ディンドラン】
今は妖精についてお調べなのですね
それも騎士としての任務の一環なのでしょうか
101027001
【ディンドラン】
妖精について書かれた本でしたら
こちらです
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100127.html b/docs/story/100127.html index 46895ba6c..d057b6949 100644 --- a/docs/story/100127.html +++ b/docs/story/100127.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ2

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ2

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ2

+ + + + + + + + + + + +
Load
Play
101026001
【パーシヴァル】
遅いじゃないか
待っていたよ、付き人クン
101009002
【(選択肢)】
  1. なにをすればいいんだ?
  2. 付き人になったつもりはない
Block1_1
101009002
【ノワール】
それで
俺はなにをすればいいんだ?
【パーシヴァル】
今日は学園の見回りをしようと思う
ついてきたまえ
Block1_2
101009002
【ノワール】
俺はあんたの付き人になったつもりはない
またな
101026001
【パーシヴァル】
えっ?
あ、お、おい!
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100128.html b/docs/story/100128.html index 884a944fa..b5dcf8854 100644 --- a/docs/story/100128.html +++ b/docs/story/100128.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ3

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ3

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ3

+ + + + + + + + + + + +
Load
Play
101026001
【パーシヴァル】
待っていたよ、付き人クン
今日も見回りに行こうか
101009002
【(選択肢)】
  1. 今日はどこに行くんだ?
  2. 付き人になったつもりはない
Block1_1
101009002
【ノワール】
付き人になったつもりはないけど…まあいいか
【パーシヴァル】
そうだな
ログレス市街を見て回ろうか…ん?
Block1_2
101009002
【ノワール】
前にも言ったけど、付き人になったつもりはない
それじゃ
101026001
【パーシヴァル】
あっ、お、おいっ!
妖精の情報はいらないのか!?
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100129.html b/docs/story/100129.html index 1df25d8f5..022e9bb2b 100644 --- a/docs/story/100129.html +++ b/docs/story/100129.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ4

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ4

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ4

+ + + + + + + + + + + +
Load
Play
101026001
【パーシヴァル】
付き人クン
このあいだのパーティの件で話がある
101009002
【(選択肢)】
  1. 聞かせてくれ
  2. 今は忙しい
Block1_1
101009002
【ノワール】
ああ、学園の講堂で開催されるっていうアレか
【ノワール】
勝手なやつ…
Block1_2
101009002
【ノワール】
悪い、今は忙しいんだ
101026001
【パーシヴァル】
ならば、しばらく待っておいてやろう
用が片付いたら、またここに来たまえ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100130.html b/docs/story/100130.html index b8377c8f5..08dfe0308 100644 --- a/docs/story/100130.html +++ b/docs/story/100130.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ5

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ5

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ5

+ + + + + + + + + + + +
Load
Play
101026001
【パーシヴァル】
ああ、ノワール
ちょうどキミをさがしていたんだ
101009002
【(選択肢)】
  1. なんの用だ?
  2. 今は忙しい
Block1_1
101009002
【ノワール】
なんの用だ?
【パーシヴァル】
さっそく行こうじゃないか
Block1_2
101009002
【ノワール】
悪い、今は忙しいんだ
101026001
【パーシヴァル】
ならば、しばらく待っておいてやろう
用が片付いたら、またここに来たまえ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100131.html b/docs/story/100131.html index 269497a3f..70942a27e 100644 --- a/docs/story/100131.html +++ b/docs/story/100131.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ6

View script in lua + + + + + + + + + + + + + + + + + @@ -46,6 +63,10 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ6

+ + + + @@ -55,5 +76,17 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ6

+ + + + + + + + + + + +
Load
Play
101026001
【パーシヴァル】
ノワール
ケイに頼まれた任務を進めようか
101009002
【(選択肢)】
  1. わかった
  2. 今は忙しい
Block1_1
101009002
【ノワール】
わかった
森に調査に向かうんだな
【パーシヴァル】
ついてきたまえ
Block1_2
101009002
【ノワール】
悪い、今は忙しいんだ
101026001
【パーシヴァル】
ならば、しばらく待っておいてやろう
用が片付いたら、またここに来たまえ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100132.html b/docs/story/100132.html index baa64f5a6..7a0cf7dfa 100644 --- a/docs/story/100132.html +++ b/docs/story/100132.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ7

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ7

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ7

+ + + + + + + + + + + +
Load
Play
101026001
【パーシヴァル】
ノワール
果てなき森の調査に向かおうじゃないか
101009002
【(選択肢)】
  1. いつでも行ける
  2. 今は忙しい
Block1_1
101009002
【ノワール】
準備はできてるよ
いつでも行ける
【パーシヴァル】
あの森へは距離がある
転移魔法で送ってもらうとしよう
Block1_2
101009002
【ノワール】
悪い、今は忙しいんだ
101026001
【パーシヴァル】
ならば、しばらく待っておいてやろう
用が片付いたら、またここに来たまえ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100133.html b/docs/story/100133.html index 5fc421471..1cca2cd07 100644 --- a/docs/story/100133.html +++ b/docs/story/100133.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ8

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ8

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ8

+ + + + + + + + + + + +
Load
Play
101026001
【パーシヴァル】
ああ、ノワールか
ボクになにか用だろうか?
101009002
【(選択肢)】
  1. ジャンの容体はどうなんだ?
  2. なにも用はない
Block1_1
101009002
【ノワール】
あれからジャンの容体はどうなんだ?
【ノワール】
ああ
Block1_2
101009002
【ノワール】
いや、なにも用はない
101026001
【パーシヴァル】
そうか
それじゃ、また
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100134.html b/docs/story/100134.html index 78b584cf0..c2a68627d 100644 --- a/docs/story/100134.html +++ b/docs/story/100134.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ9

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ9

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ9

+ + + + + + + + + + + +
Load
Play
101026001
【パーシヴァル】
や、やあ、ノワール
このあいだは取り乱してしまい、すまなかった
101009002
【(選択肢)】
  1. 気にしないでくれ
  2. 落ち着いたらまた話そう
Block1_1
101009002
【ノワール】
いや、気にしないでくれ
どうだ、気持ちの整理はついたのか?
【ノワール】
わかった。ディンドランさんも交えて
今後の進めかたを検討しよう
Block1_2
101009002
【ノワール】
…まだ顔色が良くない気がするぞ?
落ち着いたらまた話そう
101026001
【パーシヴァル】
…すまない
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100135.html b/docs/story/100135.html index 24f340880..35120c976 100644 --- a/docs/story/100135.html +++ b/docs/story/100135.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ10

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ10

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_パーシヴァル_ランクアップ10

+ + + + + + + + + + + +
Load
Play
101026001
【パーシヴァル】
ノワール
ケイに調査の報告に行こうか
101009002
【(選択肢)】
  1. そうだな
  2. 今は忙しい
Block1_1
101009002
【ノワール】
そうだな
あまり待たせるわけにもいかない
【パーシヴァル】
では、行こう
Block1_2
101009002
【ノワール】
悪い、今は忙しいんだ
101026001
【パーシヴァル】
ならば、しばらく待っておいてやろう
用が片付いたら、またここに来たまえ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100136.html b/docs/story/100136.html index 5a55d0c05..a7d91c836 100644 --- a/docs/story/100136.html +++ b/docs/story/100136.html @@ -11,11 +11,24 @@

1章/コミュ/x0401_ガラハッド_通常

View script in lua + + + + + + + + + + + + + @@ -35,5 +48,13 @@

1章/コミュ/x0401_ガラハッド_通常

+ + + + + + + +
Load
Play
101028001
【ガラハッド】
ノワール
ガラハッドになにか用だろうか
101009002
【(選択肢)】
  1. 遊びに出かけよう
  2. なんでもない
101028001
【ガラハッド】
遊びに出かける、か…
たまにはいいかもしれないな
101028001
【ガラハッド】
話しかけておいてなにもないのか?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100137.html b/docs/story/100137.html index a3b25a35f..f76654eee 100644 --- a/docs/story/100137.html +++ b/docs/story/100137.html @@ -11,6 +11,18 @@

1章/コミュ/x0401_ガラハッド_ランクアップ1

View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

1章/コミュ/x0401_ガラハッド_ランクアップ1

+ + + + + + + + + @@ -101,6 +122,10 @@

1章/コミュ/x0401_ガラハッド_ランクアップ1

+ + + + @@ -121,6 +146,10 @@

1章/コミュ/x0401_ガラハッド_ランクアップ1

+ + + + @@ -146,6 +175,10 @@

1章/コミュ/x0401_ガラハッド_ランクアップ1

+ + + + @@ -200,5 +233,13 @@

1章/コミュ/x0401_ガラハッド_ランクアップ1

+ + + + + + + +
template1
Load
Play
101009002
【ノワール】
ガラハッドにフィエナじゃないか
なにしてるんだ?
【フィエナ】
ノワールもそう思うでしょ?
101009002
【(選択肢)】
  1. かわいいよ
  2. 似合ってるよ
  3. ノーコメント
Block1_1
101009002
【ノワール】
かわいいと思うよ
【ガラハッド】
こ、これは…ちょっと暑いだけだ!
Block1_2
101009002
【ノワール】
ああ、似合ってるよ
【ガラハッド】
こ、これは社交辞令だ!
Block1_3
101009002
【ノワール】
えっと…ノーコメントで
【ガラハッド】
そうなのか…?
Block1end
101028001
【ガラハッド】
姉上とノワールがそこまで言うなら
もうしばらく我慢してもいい
101009002
【ノワール】
協力…?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100138.html b/docs/story/100138.html index 0a7102ec9..0a7035bdc 100644 --- a/docs/story/100138.html +++ b/docs/story/100138.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガラハッド_ランクアップ2

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_ガラハッド_ランクアップ2

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_ガラハッド_ランクアップ2

+ + + + + + + + + + + +
Load
Play
101028001
【ガラハッド】
ノワール…
時間があったら少し付き合ってほしい
101009002
【(選択肢)】
  1. いいよ
  2. 今は時間がない
Block1_1
101009002
【ノワール】
いいよ
どうしたんだ?
【ガラハッド】
もうすぐ姉上もここに来るはずだ
Block1_2
101009002
【ノワール】
えっと、今は時間がなくて
101028001
【ガラハッド】
そうか
呼び止めて悪かった
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100139.html b/docs/story/100139.html index 4cbfeeded..505a75ee2 100644 --- a/docs/story/100139.html +++ b/docs/story/100139.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガラハッド_ランクアップ3

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_ガラハッド_ランクアップ3

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_ガラハッド_ランクアップ3

+ + + + + + + + + + + +
Load
Play
101028001
【ガラハッド】
ノワール
今、手は空いているだろうか?
101009002
【(選択肢)】
  1. 大丈夫
  2. 今は時間がない
Block1_1
101009002
【ノワール】
ああ、大丈夫だ
【ノワール】
はいはい
Block1_2
101009002
【ノワール】
えっと、今は時間がなくて
101028001
【ガラハッド】
そうか
呼び止めて悪かった
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100140.html b/docs/story/100140.html index e07dbe8bb..7ad1f36aa 100644 --- a/docs/story/100140.html +++ b/docs/story/100140.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガラハッド_ランクアップ4

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_ガラハッド_ランクアップ4

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_ガラハッド_ランクアップ4

+ + + + + + + + + + + +
Load
Play
101028001
【ガラハッド】
ノワール
例のレッスンの時間だ
101009002
【(選択肢)】
  1. わかった
  2. 今は時間がない
Block1_1
101009002
【ノワール】
わかった
付き合うよ
【フィエナ】
お菓子作り、でーす!
Block1_2
101009002
【ノワール】
えっと、今は時間がなくて
101028001
【ガラハッド】
そうか
呼び止めて悪かった
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100141.html b/docs/story/100141.html index 8d4f19b62..ab47c86f0 100644 --- a/docs/story/100141.html +++ b/docs/story/100141.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガラハッド_ランクアップ5

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_ガラハッド_ランクアップ5

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_ガラハッド_ランクアップ5

+ + + + + + + + + + + +
Load
Play
101028001
【ガラハッド】
ノワール
例のレッスンの時間だ
101009002
【(選択肢)】
  1. わかった
  2. 今は時間がない
Block1_1
101009002
【ノワール】
わかった
付き合うよ
【フィエナ】
じゃじゃーん!オシャレのためのショッピング!
ロンディニウムまでお出かけだよ!
Block1_2
101009002
【ノワール】
えっと、今は時間がなくて
101028001
【ガラハッド】
そうか
呼び止めて悪かった
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100142.html b/docs/story/100142.html index cf43fc883..fb5e6f0a0 100644 --- a/docs/story/100142.html +++ b/docs/story/100142.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガラハッド_ランクアップ6

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_ガラハッド_ランクアップ6

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_ガラハッド_ランクアップ6

+ + + + + + + + + + + +
Load
Play
101028001
【ガラハッド】
ノワール?
ガラハッドになにか用だろうか
101009002
【(選択肢)】
  1. 散歩でもしないか?
  2. なんでもない
Block1_1
101009002
【ノワール】
時間があるなら
街まで散歩にでも行かないか?
【ガラハッド】
よかったら…散歩ついでに
僕の相談に乗ってくれないか
Block1_2
101009002
【ノワール】
いや、なんでもない
101028001
【ガラハッド】
そうか、またあとでな
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100143.html b/docs/story/100143.html index 83e5a5719..145ed46d6 100644 --- a/docs/story/100143.html +++ b/docs/story/100143.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガラハッド_ランクアップ7

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_ガラハッド_ランクアップ7

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_ガラハッド_ランクアップ7

+ + + + + + + + + + + +
Load
Play
101028001
【ガラハッド】
ノワール
今、時間はあるか
101009002
【(選択肢)】
  1. ある
  2. 今は時間がない
Block1_1
101009002
【ノワール】
ああ、今なら時間があるよ
【ガラハッド】
こ、ここでは人目が気になる!
場所を移そう
Block1_2
101009002
【ノワール】
悪い、今は時間がなくて
101028001
【ガラハッド】
そうか…
呼び止めて悪かった
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100144.html b/docs/story/100144.html index 9a0ca216c..ba5f6d995 100644 --- a/docs/story/100144.html +++ b/docs/story/100144.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガラハッド_ランクアップ8

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_ガラハッド_ランクアップ8

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_ガラハッド_ランクアップ8

+ + + + + + + + + + + +
Load
Play
101028001
【ガラハッド】
ノワール
また練習の成果を見てほしいんだ
101009002
【(選択肢)】
  1. 見せてもらおうか
  2. 今は時間がない
Block1_1
101009002
【ノワール】
ずいぶん自信満々じゃないか
よし、見せてもらおう
【ノワール】
予行演習みたいなもんだな
じゃ、場所を移そう
Block1_2
101009002
【ノワール】
悪い、今は時間がなくて
101028001
【ガラハッド】
そうか…
呼び止めて悪かった
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100145.html b/docs/story/100145.html index 539d86ef7..58ace9102 100644 --- a/docs/story/100145.html +++ b/docs/story/100145.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガラハッド_ランクアップ9

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ガラハッド_ランクアップ9

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ガラハッド_ランクアップ9

+ + + + + + + + + + + +
Load
Play
101028001
【ガラハッド】
ノワール
姉上の最終試験のことなんだが…
101009002
【(選択肢)】
  1. 見届ける
  2. 少し待ってほしい
Block1_1
101009002
【ノワール】
俺も見届けさせてもらおうか
【ガラハッド】
ありがとう
必ず試験を突破してみせる
Block1_2
101009002
【ノワール】
悪い、少し待ってくれるか
101028001
【ガラハッド】
わかった
ここで待っている
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100146.html b/docs/story/100146.html index ccf5d2caa..d7923e273 100644 --- a/docs/story/100146.html +++ b/docs/story/100146.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガラハッド_ランクアップ10

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_ガラハッド_ランクアップ10

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_ガラハッド_ランクアップ10

+ + + + + + + + + + + +
Load
Play
101028001
【ガラハッド】
ノワール、姉上から…
最終試験の結果を発表するとのことだ
101009002
【(選択肢)】
  1. 聞きに行く
  2. 少し待ってほしい
Block1_1
101009002
【ノワール】
聞きにいこうか
【ノワール】
もしかして緊張してるのか?
Block1_2
101009002
【ノワール】
悪い、少し待ってくれるか
101028001
【ガラハッド】
わかった
準備ができたら声をかけてくれ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100147.html b/docs/story/100147.html index 878682017..3321a68ac 100644 --- a/docs/story/100147.html +++ b/docs/story/100147.html @@ -11,11 +11,24 @@

1章/コミュ/x0401_エレイン_通常

View script in lua + + + + + + + + + + + + + @@ -35,5 +48,13 @@

1章/コミュ/x0401_エレイン_通常

+ + + + + + + +
Load
Play
101030001
【エレイン】
せ、先輩!
こんにちは…
101009002
【(選択肢)】
  1. 遊びに出かけよう
  2. なんでもない
101030001
【エレイン】
お、お出かけですか!?
はい!私でよければ、ぜひ…!
101030001
【エレイン】
そうですか…
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100148.html b/docs/story/100148.html index bc6e27919..da56f6f8f 100644 --- a/docs/story/100148.html +++ b/docs/story/100148.html @@ -11,6 +11,18 @@

1章/コミュ/x0401_エレイン_ランクアップ1

View script in lua + + + + + + + + + + + + @@ -141,6 +153,15 @@

1章/コミュ/x0401_エレイン_ランクアップ1

+ + + + + + + + + @@ -166,6 +187,10 @@

1章/コミュ/x0401_エレイン_ランクアップ1

+ + + + @@ -196,6 +221,10 @@

1章/コミュ/x0401_エレイン_ランクアップ1

+ + + + @@ -226,6 +255,10 @@

1章/コミュ/x0401_エレイン_ランクアップ1

+ + + + @@ -270,5 +303,13 @@

1章/コミュ/x0401_エレイン_ランクアップ1

+ + + + + + + +
template1
Load
Play
101009002
【ノワール】
手紙か?
…「エレインお姉ちゃんへ」?
【エレイン】
子供たちのためにも、円卓の騎士が
正義の味方だって証明してあげないと
101009002
【(選択肢)】
  1. 俺にも協力させてくれ
  2. ふたりだけでやってるのか?
  3. そうか、頑張れ
Block1_1
101009002
【ノワール】
あの、さ
【ラヴェイン】
子供たち、喜ぶと思いますよ
本物の円卓の騎士が来てくれたら
Block1_2
101009002
【ノワール】
その作業って
ふたりだけでやってるのか?
【ラヴェイン】
もちろん大歓迎ですよ、ノワール君
Block1_3
101009002
【ノワール】
そうか、頑張ってくれ
【ノワール】
うん、それもいいかもしれないな
Block1end
101031001
【ラヴェイン】
ありがとうございます
妹も喜びます
101030001
【エレイン】
これからよろしくお願いしますね
先輩!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100149.html b/docs/story/100149.html index 20e1c50eb..4ece9b40c 100644 --- a/docs/story/100149.html +++ b/docs/story/100149.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_エレイン_ランクアップ2

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_エレイン_ランクアップ2

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_エレイン_ランクアップ2

+ + + + + + + + + + + +
Load
Play
101030001
【エレイン】
せ、先輩!
今、お時間大丈夫ですか?
101009002
【(選択肢)】
  1. 空いてるよ
  2. 今は忙しい
Block1_1
101009002
【ノワール】
ああ、空いてるよ
ロンディニウムの復興作業の件か?
【ノワール】
もちろんだ
Block1_2
101009002
【ノワール】
悪いけど
これから用事があってさ
101030001
【エレイン】
あ、お、お忙しいですよね
し、失礼しました!
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100150.html b/docs/story/100150.html index afc5c8f48..819dd0c5c 100644 --- a/docs/story/100150.html +++ b/docs/story/100150.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_エレイン_ランクアップ3

View script in lua + + + + + + + + + + + + + + + + + @@ -61,6 +78,10 @@

1章/コミュ/x0401_エレイン_ランクアップ3

+ + + + @@ -70,5 +91,17 @@

1章/コミュ/x0401_エレイン_ランクアップ3

+ + + + + + + + + + + +
Load
Play
101030001
【エレイン】
先輩!
今、お時間大丈夫ですか?
101009002
【(選択肢)】
  1. 空いてるよ
  2. 今は忙しい
Block1_1
101009002
【ノワール】
ああ、空いてるよ
【ノワール】
悪くないな
トビーに話をしてみよう
Block1_2
101009002
【ノワール】
悪いけど
これから用事があってさ
101030001
【エレイン】
あ、お、お忙しいですよね
し、失礼しました!
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100151.html b/docs/story/100151.html index 308ec82f2..9d9aa86a8 100644 --- a/docs/story/100151.html +++ b/docs/story/100151.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_エレイン_ランクアップ4

View script in lua + + + + + + + + + + + + + + + + + @@ -56,6 +73,10 @@

1章/コミュ/x0401_エレイン_ランクアップ4

+ + + + @@ -65,5 +86,17 @@

1章/コミュ/x0401_エレイン_ランクアップ4

+ + + + + + + + + + + +
Load
Play
101030001
【エレイン】
先輩!
今、お時間大丈夫ですか?
101009002
【(選択肢)】
  1. 空いてるよ
  2. 今は忙しい
Block1_1
101009002
【ノワール】
空いてるよ
トビーの様子を見に行くのか?
【ノワール】
じゃあ、向こうで合流しよう
Block1_2
101009002
【ノワール】
悪いけど
これから用事があってさ
101030001
【エレイン】
あ、お、お忙しいですよね
し、失礼しました!
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100152.html b/docs/story/100152.html index ecd9e2623..1084c76f6 100644 --- a/docs/story/100152.html +++ b/docs/story/100152.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_エレイン_ランクアップ5

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_エレイン_ランクアップ5

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_エレイン_ランクアップ5

+ + + + + + + + + + + +
Load
Play
101030001
【エレイン】
先輩!
これから少しお話しませんか?
101009002
【(選択肢)】
  1. ああ、いいよ
  2. 今は忙しい
Block1_1
101009002
【ノワール】
ああ、いいよ
場所はここでいいのか?
【エレイン】
もう少し落ち着ける場所に行きましょう
そうですね…大図書院にしましょうか
Block1_2
101009002
【ノワール】
悪いけど
これから用事があってさ
101030001
【エレイン】
あ、お、お忙しいですよね
し、失礼しました!
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100153.html b/docs/story/100153.html index d1aea0e3e..86a1bf8c4 100644 --- a/docs/story/100153.html +++ b/docs/story/100153.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_エレイン_ランクアップ6

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_エレイン_ランクアップ6

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_エレイン_ランクアップ6

+ + + + + + + + + + + +
Load
Play
101030001
【エレイン】
先輩!
子供たちに手紙を書いてもらってきました
101009002
【(選択肢)】
  1. 届けに行こうか
  2. 今は忙しい
Block1_1
101009002
【ノワール】
そうか
じゃあ、さっそく届けに行こうか
【エレイン】
ありがとうございます
付き合っていただけると思ってました
Block1_2
101009002
【ノワール】
悪いけど
これから用事があってさ
101030001
【エレイン】
あ、お、お忙しいですよね
し、失礼しました!
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100154.html b/docs/story/100154.html index 9114edd00..539cee495 100644 --- a/docs/story/100154.html +++ b/docs/story/100154.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_エレイン_ランクアップ7

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_エレイン_ランクアップ7

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_エレイン_ランクアップ7

+ + + + + + + + + + + +
Load
Play
101030001
【エレイン】
先輩!これからトビーくんのところに
行こうと思っているんですが、よかったら…
101009002
【(選択肢)】
  1. 俺も付き合うよ
  2. 今は忙しい
Block1_1
101009002
【ノワール】
今日はとくに予定もないし
俺も付き合うよ
【エレイン】
取ってきますので
先輩はここで待っていてください
Block1_2
101009002
【ノワール】
悪いけど
これから用事があってさ
101030001
【エレイン】
あ、お、お忙しいですよね
し、失礼しました!
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100155.html b/docs/story/100155.html index 2c7348595..a42ecb4d8 100644 --- a/docs/story/100155.html +++ b/docs/story/100155.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_エレイン_ランクアップ8

View script in lua + + + + + + + + + + + + + + + + + @@ -46,6 +63,10 @@

1章/コミュ/x0401_エレイン_ランクアップ8

+ + + + @@ -55,5 +76,17 @@

1章/コミュ/x0401_エレイン_ランクアップ8

+ + + + + + + + + + + +
Load
Play
101030002
【エレイン】
先輩。久々にトビーくんに
会いに行こうかと思っているんです
101009002
【(選択肢)】
  1. 体は大丈夫なのか?
  2. 今は忙しい
Block1_1
101009002
【ノワール】
それはいいけど…
体の調子は大丈夫なのか?
【エレイン】
ありがとうございます、先輩
Block1_2
101009002
【ノワール】
悪いけど
これから用事があってさ
101030002
【エレイン】
そうですか…。お忙しいところ
足止めさせてしまってすみません…
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100156.html b/docs/story/100156.html index 54a0cf251..3b88ba83e 100644 --- a/docs/story/100156.html +++ b/docs/story/100156.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_エレイン_ランクアップ9

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_エレイン_ランクアップ9

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_エレイン_ランクアップ9

+ + + + + + + + + + + +
Load
Play
101030002
【エレイン】
先輩
トビーくんの様子を見に行きませんか?
101009002
【(選択肢)】
  1. 行こう
  2. 悪いけど今はちょっと…
Block1_1
101009002
【ノワール】
トビーの様子について
なにか連絡はあったのか?
【ノワール】
そうか
それじゃ、さっそく行ってやろう
Block1_2
101009002
【ノワール】
悪いけど
これから用事があってさ
101030002
【エレイン】
そうですか…。お忙しいところ
足止めさせてしまってすみません…
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100157.html b/docs/story/100157.html index a55a69d8d..e090e607a 100644 --- a/docs/story/100157.html +++ b/docs/story/100157.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_エレイン_ランクアップ10

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_エレイン_ランクアップ10

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_エレイン_ランクアップ10

+ + + + + + + + + + + +
Load
Play
101030002
【エレイン】
先輩
今日は付き合ってほしいところがあるんです
101009002
【(選択肢)】
  1. いいよ
  2. 今は忙しい
Block1_1
101009002
【ノワール】
いいけど
どこに行くんだ?
【ノワール】
じゃあ、どこへ…?
Block1_2
101009002
【ノワール】
悪いけど
これから用事があってさ
101030002
【エレイン】
そうですか…。お忙しいところ
足止めさせてしまってすみません…
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100158.html b/docs/story/100158.html index 4cb872553..846014ba2 100644 --- a/docs/story/100158.html +++ b/docs/story/100158.html @@ -11,11 +11,24 @@

1章/コミュ/x0401_ガレス_通常

View script in lua + + + + + + + + + + + + + @@ -35,5 +48,13 @@

1章/コミュ/x0401_ガレス_通常

+ + + + + + + +
Load
Play
101032001
【ガレス】
あっ、ノワール!
お腹でも空いたのか~?
101009002
【(選択肢)】
  1. 遊びに出かけよう
  2. 空いてない
101032001
【ガレス】
お出かけか?
いいけど、どこにする?
101032001
【ガレス】
そっか!またな~♪
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100159.html b/docs/story/100159.html index 21db11910..9a01b695c 100644 --- a/docs/story/100159.html +++ b/docs/story/100159.html @@ -11,6 +11,22 @@

1章/コミュ/x0401_ガレス_ランクアップ1

View script in lua + + + + + + + + + + + + + + + + @@ -66,6 +82,15 @@

1章/コミュ/x0401_ガレス_ランクアップ1

+ + + + + + + + + @@ -86,6 +111,10 @@

1章/コミュ/x0401_ガレス_ランクアップ1

+ + + + @@ -116,6 +145,10 @@

1章/コミュ/x0401_ガレス_ランクアップ1

+ + + + @@ -176,6 +209,15 @@

1章/コミュ/x0401_ガレス_ランクアップ1

+ + + + + + + + + @@ -191,6 +233,10 @@

1章/コミュ/x0401_ガレス_ランクアップ1

+ + + + @@ -211,6 +257,10 @@

1章/コミュ/x0401_ガレス_ランクアップ1

+ + + + @@ -315,5 +365,13 @@

1章/コミュ/x0401_ガレス_ランクアップ1

+ + + + + + + +
template1
template2
Load
Play
101009002
【ノワール】
ん~、今日もいい匂いがしてるな
【リオネス】
さ、さすがのリオネス様でも
コース料理周回はキツいぞ…
101009002
【(選択肢)】
  1. OK、バトンタッチしよう
  2. パスしとく
Block1_1
101009002
【ノワール】
OK。リオネス、バトンタッチしよう
ガレスの新作料理を食べられるなんてラッキーだ
【ノワール】
さあ、ドンドン持ってきてくれ!
Block1_2
101033001
【リオネス】
ノワール…あたしはもうダメだ…
あとを、頼む…ガクッ…
【ノワール】
ううーん…
そこまで言われたら、しょうがないか…
Block1end
101032001
【ガレス】
どうだ?うまいか?
遠慮なく感想を言ってくれ
【ガウェイン】
…うん、まあまあ
いつもどおりだな
101009002
【(選択肢)】
  1. そうだな
  2. 美味いじゃないか
Block2_1
101009002
【ノワール】
たしかに
まあまあだな
【ガレス】
まあまあ、か…
Block2_2
101009002
【ノワール】
まあまあってことはないだろ
【ガウェイン】
手が込んでいる、ねえ…
Block2end
101013001
【ガウェイン】
勘違いすんな?
美味いかマズいかでいったら、もちろん美味いよ
101032001
【ガレス】
新作料理のアイデアが浮かんだら
手伝いをお願いさせてもらうよ♪
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100160.html b/docs/story/100160.html index f47771038..cec28dfc9 100644 --- a/docs/story/100160.html +++ b/docs/story/100160.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガレス_ランクアップ2

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_ガレス_ランクアップ2

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_ガレス_ランクアップ2

+ + + + + + + + + + + +
Load
Play
101032001
【ガレス】
ノワール
こないだの手伝いの件、覚えてるか?
101009002
【(選択肢)】
  1. 覚えてる
  2. 覚えてるけど今は忙しい
Block1_1
101009002
【ノワール】
ガウェインに美味いと言わせる
料理を作るんだろ?
【ノワール】
出発…?
Block1_2
101009002
【ノワール】
もちろん覚えてるけど
今はちょっと忙しいんだ
101032001
【ガレス】
わかった!
ならまた今度付き合ってくれ!
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100161.html b/docs/story/100161.html index 47bdb5852..20d9a604d 100644 --- a/docs/story/100161.html +++ b/docs/story/100161.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガレス_ランクアップ3

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_ガレス_ランクアップ3

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_ガレス_ランクアップ3

+ + + + + + + + + + + +
Load
Play
101032001
【ガレス】
ノワール
ちょっと付き合ってほしいんだ
101009002
【(選択肢)】
  1. 付き合うよ
  2. 今は忙しい
Block1_1
101009002
【ノワール】
料理の手伝いの件だよな?
OK、今日はどこに食材を探しに行くんだ?
【ガレス】
うんうん
というわけでレッツゴーだ!
Block1_2
101009002
【ノワール】
今はちょっと忙しいんだ
101032001
【ガレス】
わかった!
ならまた今度付き合ってくれ!
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100162.html b/docs/story/100162.html index d5eed2427..14bc0e1d5 100644 --- a/docs/story/100162.html +++ b/docs/story/100162.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガレス_ランクアップ4

View script in lua + + + + + + + + + + + + + + + + + @@ -51,6 +68,10 @@

1章/コミュ/x0401_ガレス_ランクアップ4

+ + + + @@ -60,5 +81,17 @@

1章/コミュ/x0401_ガレス_ランクアップ4

+ + + + + + + + + + + +
Load
Play
101032001
【ガレス】
ノワール
例のスープのことで協力してほしいんだ
101009002
【(選択肢)】
  1. わかった
  2. 今は忙しい
Block1_1
101009002
【ノワール】
ああ、わかった
それで、協力してほしいことってなんだ?
【ノワール】
お安い御用だよ
Block1_2
101009002
【ノワール】
今はちょっと忙しいんだ
101032001
【ガレス】
わかった!
ならまた今度付き合ってくれ!
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100163.html b/docs/story/100163.html index ef14c1a3b..2d7ed58af 100644 --- a/docs/story/100163.html +++ b/docs/story/100163.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガレス_ランクアップ5

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ガレス_ランクアップ5

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ガレス_ランクアップ5

+ + + + + + + + + + + +
Load
Play
101032001
【ガレス】
ノワール
お腹、減ってないか?
101009002
【(選択肢)】
  1. 減ってる
  2. 今は大丈夫
Block1_1
101009002
【ノワール】
ちょうどペコペコなんだ
なにか食べさせてほしい
【ガレス】
わかった♪
すぐ準備するから、待っていてほしい
Block1_2
101009002
【ノワール】
今は大丈夫だ
それほどお腹は空いてない
101032001
【ガレス】
そうか
じゃあまたな~♪
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100164.html b/docs/story/100164.html index 9a0161ce7..2fb7fd9c3 100644 --- a/docs/story/100164.html +++ b/docs/story/100164.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガレス_ランクアップ6

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_ガレス_ランクアップ6

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_ガレス_ランクアップ6

+ + + + + + + + + + + +
Load
Play
101032001
【ガレス】
ノワール!
ナイトカジキを釣りに行こう!
101009002
【(選択肢)】
  1. わかった
  2. 今は忙しい
Block1_1
101009002
【ノワール】
わかった
けど…
【ガレス】
兄さんが食べたいと言っていた魚だ!
さあ、出かけるぞ!
Block1_2
101009002
【ノワール】
今はちょっと忙しいんだ
101032001
【ガレス】
わかった!
ならまた今度付き合ってくれ!
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100165.html b/docs/story/100165.html index 254633812..6a9334501 100644 --- a/docs/story/100165.html +++ b/docs/story/100165.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガレス_ランクアップ7

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_ガレス_ランクアップ7

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_ガレス_ランクアップ7

+ + + + + + + + + + + +
Load
Play
101032001
【ガレス】
ノワール
大図書院に行かないか?
101009002
【(選択肢)】
  1. ナイトカジキを調べるんだな
  2. 今は忙しい
Block1_1
101009002
【ノワール】
わかった
ナイトカジキについて調べるんだな?
【ガレス】
というわけなんで
一緒についてきてほしい♪
Block1_2
101009002
【ノワール】
今はちょっと忙しいんだ
101032001
【ガレス】
わかった!
ならまた今度付き合ってくれ!
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100166.html b/docs/story/100166.html index 7e9f1ed08..f11576c19 100644 --- a/docs/story/100166.html +++ b/docs/story/100166.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガレス_ランクアップ8

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ガレス_ランクアップ8

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ガレス_ランクアップ8

+ + + + + + + + + + + +
Load
Play
101032001
【ガレス】
メニューのことで悩んでるんだ
ノワール、力を貸してくれないか?
101009002
【(選択肢)】
  1. もちろん
  2. 今は忙しい
Block1_1
101009002
【ノワール】
もちろんだ
一緒に考えよう
【ガレス】
ありがとう
そう言ってくれると思ってた
Block1_2
101009002
【ノワール】
今はちょっと忙しいんだ
101032001
【ガレス】
わかった!
ならまた今度付き合ってくれ!
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100167.html b/docs/story/100167.html index 61e02af7b..4072cb70f 100644 --- a/docs/story/100167.html +++ b/docs/story/100167.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガレス_ランクアップ9

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ガレス_ランクアップ9

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ガレス_ランクアップ9

+ + + + + + + + + + + +
Load
Play
101032001
【ガレス】
ノワール
オークニーへ行こう!
101009002
【(選択肢)】
  1. 準備はできてる
  2. 今は忙しい
Block1_1
101009002
【ノワール】
準備はできてる
いつでも行けるぞ
【ガレス】
よーし
リオネスも誘って出発だ!
Block1_2
101009002
【ノワール】
今はちょっと忙しいんだ
101032001
【ガレス】
わかった!
ならまた今度付き合ってくれ!
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100168.html b/docs/story/100168.html index f8ed0023b..f7a9e0599 100644 --- a/docs/story/100168.html +++ b/docs/story/100168.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ガレス_ランクアップ10

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_ガレス_ランクアップ10

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_ガレス_ランクアップ10

+ + + + + + + + + + + +
Load
Play
101032001
【ガレス】
ノワール。兄さんのためのメニューの
試食をしてほしいんだ
101009002
【(選択肢)】
  1. 食べさせてくれるのか?
  2. 今は忙しい
Block1_1
101009002
【ノワール】
試食?
俺が食べていいのか?
【ノワール】
わかった
Block1_2
101009002
【ノワール】
今はちょっと忙しいんだ
101032001
【ガレス】
わかった!
ならまた今度付き合ってくれ!
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100169.html b/docs/story/100169.html index 51dd20284..046b7ae98 100644 --- a/docs/story/100169.html +++ b/docs/story/100169.html @@ -11,11 +11,24 @@

1章/コミュ/x0401_エクセリア_通常

View script in lua + + + + + + + + + + + + + @@ -35,5 +48,13 @@

1章/コミュ/x0401_エクセリア_通常

+ + + + + + + +
Load
Play
101034001
【エクセリア】
あら、ノワール
私になにか用かしら
101009002
【(選択肢)】
  1. 遊びに出かけよう
  2. なんでもない
101034001
【エクセリア】
遊びに?任務ではないの?
別にいいけれど…
101034001
【エクセリア】
そう
さようなら
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100170.html b/docs/story/100170.html index 8d0c57432..0f23d2df6 100644 --- a/docs/story/100170.html +++ b/docs/story/100170.html @@ -11,6 +11,18 @@

1章/コミュ/x0401_エクセリア_ランクアップ1

View script in lua + + + + + + + + + + + + @@ -91,6 +103,15 @@

1章/コミュ/x0401_エクセリア_ランクアップ1

+ + + + + + + + + @@ -106,6 +127,10 @@

1章/コミュ/x0401_エクセリア_ランクアップ1

+ + + + @@ -126,6 +151,10 @@

1章/コミュ/x0401_エクセリア_ランクアップ1

+ + + + @@ -161,6 +190,10 @@

1章/コミュ/x0401_エクセリア_ランクアップ1

+ + + + @@ -290,5 +323,13 @@

1章/コミュ/x0401_エクセリア_ランクアップ1

+ + + + + + + +
template1
Load
Play
101009002
【ノワール】
今日は任務の予定もないし
久々にゆっくりできそうだな…
【エクセリア】
そこでこのふたりにお手本を
見せてもらおうと思って
101009002
【(選択肢)】
  1. リフレッシュのお手本?
  2. ひなたぼっこはピッタリだ
  3. オススメの方法がある
Block1_1
101009002
【ノワール】
リフレッシュって
お手本が必要なことか?
【ノワール】
(そんなに真面目に考えてたら
ちっともリフレッシュにならないんじゃないか)
Block1_2
101009002
【ノワール】
たしかにひなたぼっこはいいかも
俺もリフレッシュしたいときに、たまにやるよ
【ノワール】
いや、まあ、なんというか…
あるかも、しれないな
Block1_3
101009002
【ノワール】
リフレッシュだったら
俺は散歩をオススメしたい
【エクセリア】
私もこうしていても
なんだか落ち着かなくて…
Block1end
101036001
【フィエナ】
ちなみにひなたぼっこは
私がオススメしたんだよ!
101009002
【ノワール】
え?俺が?
…まぁ、いいか
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100171.html b/docs/story/100171.html index 1c5d01511..5018b8b5f 100644 --- a/docs/story/100171.html +++ b/docs/story/100171.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_エクセリア_ランクアップ2

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_エクセリア_ランクアップ2

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_エクセリア_ランクアップ2

+ + + + + + + + + + + +
Load
Play
101034001
【エクセリア】
もしかすると…ううん…違うかしら…
101009002
【(選択肢)】
  1. (声をかける)
  2. (声をかけない)
Block1_1
101009002
【ノワール】
なにしてるんだ?
【ノワール】
そのことなんだけどさ
Block1_2
101034001
【エクセリア】
もう少し情報を集める必要がありそうね…
101009002
【ノワール】
(なんだか忙しそうだし出直すか)
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100172.html b/docs/story/100172.html index 23bc55153..f2a13007a 100644 --- a/docs/story/100172.html +++ b/docs/story/100172.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_エクセリア_ランクアップ3

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_エクセリア_ランクアップ3

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_エクセリア_ランクアップ3

+ + + + + + + + + + + +
Load
Play
101034001
【エクセリア】
あら、ノワール。さっき出動命令が出てね
このあと出かけないとならないの。ごめんなさい
101009002
【(選択肢)】
  1. 俺も行くよ
  2. そうか、頑張って
Block1_1
101009002
【ノワール】
バルバロイでも出たのか?
俺も手伝うよ
【エクセリア】
そう?
ありがとう、助かるわ
Block1_2
101009002
【ノワール】
そうか、頑張って
101034001
【エクセリア】
ありがとう、またあとでね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100173.html b/docs/story/100173.html index e742006aa..1ad7c6145 100644 --- a/docs/story/100173.html +++ b/docs/story/100173.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_エクセリア_ランクアップ4

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_エクセリア_ランクアップ4

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_エクセリア_ランクアップ4

+ + + + + + + + + + + +
Load
Play
101034001
【エクセリア】
植えるなら水はけのいいところ…なるほど
101009002
【(選択肢)】
  1. なんの本を読んでいるんだ?
  2. (立ち去る)
Block1_1
101009002
【ノワール】
やあ、エクセリア
なんの本を読んでいるんだ?
【エクセリア】
いいわね、そうしましょう
Block1_2
101034001
【エクセリア】
そうか
こんなやりかたもあるのね…
101009002
【ノワール】
(読書中か
邪魔するのはやめておこう)
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100174.html b/docs/story/100174.html index 9255fd57b..ce1b2f927 100644 --- a/docs/story/100174.html +++ b/docs/story/100174.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_エクセリア_ランクアップ5

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_エクセリア_ランクアップ5

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_エクセリア_ランクアップ5

+ + + + + + + + + + + +
Load
Play
101034001
【エクセリア】
ここのところのバルバロイ被害への対応について
あなたと私に招集がかかっているわ
101009002
【(選択肢)】
  1. よし、行こう
  2. 準備を整えたい
Block1_1
101009002
【ノワール】
わかった
エクセリアはもう準備できているのか?
【ノワール】
よし、じゃあ行こうか
Block1_2
101009002
【ノワール】
少し待っててくれ
準備を整えたい
101034001
【エクセリア】
わかったわ
でも、なるべく早く戻ってきてね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100175.html b/docs/story/100175.html index 216c0fa19..0d337129c 100644 --- a/docs/story/100175.html +++ b/docs/story/100175.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_エクセリア_ランクアップ6

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_エクセリア_ランクアップ6

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_エクセリア_ランクアップ6

+ + + + + + + + + + + +
Load
Play
101034001
【エクセリア】
この本を読み終えたら
例の森の調査に行こうと思っているの
101009002
【(選択肢)】
  1. 俺も行くよ
  2. ちょっと待ってくれ
Block1_1
101009002
【ノワール】
それなら俺も一緒に行くよ
【ノワール】
もちろんそのつもりだ
Block1_2
101009002
【ノワール】
ちょっと待っていてくれないか
用事を片付けたら俺も行きたい
101034001
【エクセリア】
ええ、構わないわ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100176.html b/docs/story/100176.html index cfc58d613..34762a54f 100644 --- a/docs/story/100176.html +++ b/docs/story/100176.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_エクセリア_ランクアップ7

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_エクセリア_ランクアップ7

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_エクセリア_ランクアップ7

+ + + + + + + + + + + +
Load
Play
101034001
【エクセリア】
この本を読み終えたら
あの森へ行ってこようと思っているの
101009002
【(選択肢)】
  1. 俺も行くよ
  2. 少し待ってほしい
Block1_1
101009002
【ノワール】
ひとりで行くのか?
それなら俺も行くよ
【ノワール】
…なんか気になるな
様子を見に行こう
Block1_2
101009002
【ノワール】
俺も一緒に行くよ
少し待っていてくれないか
101034001
【エクセリア】
…わかったわ
ここで待っていることにする
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100177.html b/docs/story/100177.html index 7c656065a..a380be686 100644 --- a/docs/story/100177.html +++ b/docs/story/100177.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_エクセリア_ランクアップ8

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_エクセリア_ランクアップ8

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_エクセリア_ランクアップ8

+ + + + + + + + + + + +
Load
Play
101034001
【エクセリア】
ここのところバルバロイの目撃情報はないけど
あの村のことが気になっているの
101009002
【(選択肢)】
  1. 調査に行こう
  2. あとで行こう
Block1_1
101009002
【ノワール】
それなら村まで調査に行こうか
【エクセリア】
…ありがとう
そう言ってくれると思っていたわ
Block1_2
101009002
【ノワール】
別の用事があって今は難しいけど
それが片付いたら一緒に行こう
101034001
【エクセリア】
わかったわ
準備ができたら声をかけて
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100178.html b/docs/story/100178.html index 85bc5e525..5e59e8581 100644 --- a/docs/story/100178.html +++ b/docs/story/100178.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_エクセリア_ランクアップ9

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_エクセリア_ランクアップ9

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_エクセリア_ランクアップ9

+ + + + + + + + + + + +
Load
Play
101034001
【エクセリア】
………はぁ
101009002
【(選択肢)】
  1. (声をかける)
  2. (声をかけない)
Block1_1
101009002
【ノワール】
どうしたんだ?
心ここにあらずって感じだけど
【エクセリア】
そうね…そうしましょうか
Block1_2
101009002
【ノワール】
(エクセリア、元気なさそうだな…
今日は話しかけずにおくか)
101034001
【エクセリア】
………はぁ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100179.html b/docs/story/100179.html index 2781f406b..215f43e9d 100644 --- a/docs/story/100179.html +++ b/docs/story/100179.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_エクセリア_ランクアップ10

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_エクセリア_ランクアップ10

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_エクセリア_ランクアップ10

+ + + + + + + + + + + +
Load
Play
101034001
【エクセリア】
あら、ノワール
なにか用?
101009002
【(選択肢)】
  1. キミと話したくて
  2. なんでもない
Block1_1
101009002
【ノワール】
キミと話したくてね
【エクセリア】
ふふっ。私もちょうど
あなたと話がしたいと思っていたの
Block1_2
101009002
【ノワール】
いや、なんでもない
101034001
【エクセリア】
そう
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100180.html b/docs/story/100180.html index ca35b6353..75ba40b56 100644 --- a/docs/story/100180.html +++ b/docs/story/100180.html @@ -11,11 +11,24 @@

1章/コミュ/x0401_リリアーナ_通常

View script in lua + + + + + + + + + + + + + @@ -35,5 +48,13 @@

1章/コミュ/x0401_リリアーナ_通常

+ + + + + + + +
Load
Play
101035001
【リリアーナ】
ひゃっ!?
あ、ノ、ノワールさん!
101009002
【(選択肢)】
  1. 遊びに出かけよう
  2. なんでもない
101035001
【リリアーナ】
お、お出かけですか?
私と…?
101035001
【リリアーナ】
あ、そうですか…
はい、ではまた…
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100181.html b/docs/story/100181.html index eedb49d0c..e73a16028 100644 --- a/docs/story/100181.html +++ b/docs/story/100181.html @@ -11,6 +11,18 @@

1章/コミュ/x0401_リリアーナ_ランクアップ1

View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

1章/コミュ/x0401_リリアーナ_ランクアップ1

+ + + + + + + +
template1
Load
Play
101009002
【ノワール】
リリアーナじゃないか
どうした、なにか気になるものがあるのか?
101009002
【ノワール】
そこまでするつもりはなかったんだけど…
まぁ、行ってみるか
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100182.html b/docs/story/100182.html index 8f20e516e..fbe24e04c 100644 --- a/docs/story/100182.html +++ b/docs/story/100182.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_リリアーナ_ランクアップ2

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_リリアーナ_ランクアップ2

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_リリアーナ_ランクアップ2

+ + + + + + + + + + + +
Load
Play
101035001
【リリアーナ】
えっと、今日買わなきゃいけないのは…
101009002
【(選択肢)】
  1. なにしてるんだ?
  2. (話しかけない)
Block1_1
101009002
【ノワール】
やあ、リリアーナ
こんなところでなにしてるんだ?
【ノワール】
うーん、怪しい
追いかけてみるか
Block1_2
101009002
【ノワール】
………
101035001
【リリアーナ】
あれとそれは買ったから、あとは…
ブツブツ…
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100183.html b/docs/story/100183.html index 957993a70..3670318cb 100644 --- a/docs/story/100183.html +++ b/docs/story/100183.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_リリアーナ_ランクアップ3

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_リリアーナ_ランクアップ3

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_リリアーナ_ランクアップ3

+ + + + + + + + + + + +
Load
Play
101035001
【リリアーナ】
あっ、ノワールさん
これから畑に行こうと思ってるんです
101009002
【(選択肢)】
  1. 俺も行くよ
  2. ほかに用事がある
Block1_1
101009002
【ノワール】
それなら俺も行くよ
人手があったほうがいいだろ?
【リリアーナ】
な、なんでもありませんっ!
い、行きましょう!!
Block1_2
101009002
【ノワール】
一緒に行きたいところだけど…
ちょっとほかに用事があるんだ
101035001
【リリアーナ】
いえいえっ、大丈夫です!
お気になさらないでください
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100184.html b/docs/story/100184.html index 28b638273..6a3b61acf 100644 --- a/docs/story/100184.html +++ b/docs/story/100184.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_リリアーナ_ランクアップ4

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_リリアーナ_ランクアップ4

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_リリアーナ_ランクアップ4

+ + + + + + + + + + + +
Load
Play
101035001
【リリアーナ】
あっ、ノワールさん
そろそろランチのお時間ですね
101009002
【(選択肢)】
  1. 一緒に食べよう
  2. まだいいかな
Block1_1
101009002
【ノワール】
俺もそろそろランチに行こうと思ってた
リリアーナ、一緒にどうだ?
【リリアーナ】
はい、いいですね!
Block1_2
101009002
【ノワール】
俺はまだいいかな
ハラ減ってないんだ、そこまで
101035001
【リリアーナ】
そ、そうですか…
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100185.html b/docs/story/100185.html index 9453fac2a..c1a027e3d 100644 --- a/docs/story/100185.html +++ b/docs/story/100185.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_リリアーナ_ランクアップ5

View script in lua + + + + + + + + + + + + + + + + + @@ -46,6 +63,10 @@

1章/コミュ/x0401_リリアーナ_ランクアップ5

+ + + + @@ -55,5 +76,17 @@

1章/コミュ/x0401_リリアーナ_ランクアップ5

+ + + + + + + + + + + +
Load
Play
101035001
【リリアーナ】
ノワールさん
これから畑に行こうと思うんです
101009002
【(選択肢)】
  1. うん、行こう
  2. 他に用事がある
Block1_1
101009002
【ノワール】
うん、行こう
ちょうど誘おうと思ってたところだ
【ノワール】
お安い御用だ
Block1_2
101009002
【ノワール】
一緒に行きたいところだけど…
ちょっと他に用事があるんだ
101035001
【リリアーナ】
いえいえっ、大丈夫です!
お気になさらないでください
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100186.html b/docs/story/100186.html index 436ab00e9..ea6ccfec8 100644 --- a/docs/story/100186.html +++ b/docs/story/100186.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_リリアーナ_ランクアップ6

View script in lua + + + + + + + + + + + + + + + + + @@ -46,6 +63,10 @@

1章/コミュ/x0401_リリアーナ_ランクアップ6

+ + + + @@ -55,5 +76,17 @@

1章/コミュ/x0401_リリアーナ_ランクアップ6

+ + + + + + + + + + + +
Load
Play
101035001
【リリアーナ】
ノワールさん
あの足跡のことがずっと気になっているんです…
101009002
【(選択肢)】
  1. 調査に行こう
  2. 他に用事がある
Block1_1
101009002
【ノワール】
ああ、俺も同じくだ
【ノワール】
クレアも行きたがると思っていたよ
さあ、出かけよう
Block1_2
101009002
【ノワール】
一緒に行きたいところだけど…
ちょっと他に用事があるんだ
101035001
【リリアーナ】
いえいえっ、大丈夫です!
お気になさらないでください
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100187.html b/docs/story/100187.html index 1b64ab7b0..cd1d901ae 100644 --- a/docs/story/100187.html +++ b/docs/story/100187.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_リリアーナ_ランクアップ7

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_リリアーナ_ランクアップ7

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_リリアーナ_ランクアップ7

+ + + + + + + + + + + +
Load
Play
101035001
【リリアーナ】
ノワールさん
このあいだの兵士さん、大丈夫でしょうか…?
101009002
【(選択肢)】
  1. 様子を見に行こう
  2. 大丈夫だろう
Block1_1
101009002
【ノワール】
ときどき様子を見に行ってやってるんだろ?
【ノワール】
クレアにも声をかけてみる
Block1_2
101009002
【ノワール】
落ち着きを取り戻したようだったし
大丈夫だろう
101035001
【リリアーナ】
そうでしょうか…
心配です…
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100188.html b/docs/story/100188.html index 002861e41..b671365d5 100644 --- a/docs/story/100188.html +++ b/docs/story/100188.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_リリアーナ_ランクアップ8

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_リリアーナ_ランクアップ8

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_リリアーナ_ランクアップ8

+ + + + + + + + + + + +
Load
Play
101035001
【リリアーナ】
あっ、ノワールさん!
畑の様子を見に行きませんか?
101009002
【(選択肢)】
  1. もちろん行くよ
  2. 他に用事がある
Block1_1
101009002
【ノワール】
畑だけじゃなくて
マルコさんの様子も見に行くんだろ?
【ノワール】
そっか
じゃあ、俺たちだけで先に行っておこう
Block1_2
101009002
【ノワール】
一緒に行きたいところだけど…
ちょっと他に用事があるんだ
101035001
【リリアーナ】
いえいえっ、大丈夫です!
お気になさらないでください
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100189.html b/docs/story/100189.html index 19b2d89cb..ca9d721c7 100644 --- a/docs/story/100189.html +++ b/docs/story/100189.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_リリアーナ_ランクアップ9

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_リリアーナ_ランクアップ9

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_リリアーナ_ランクアップ9

+ + + + + + + + + + + +
Load
Play
101035001
【リリアーナ】
ノワールさん
そろそろ畑の様子を見に行こうと思うんです
101009002
【(選択肢)】
  1. 俺も行くよ
  2. 他に用事がある
Block1_1
101009002
【ノワール】
俺も行くよ
マルコさんの具合も気になるしな
【ノワール】
ふたり、すっかり仲良くなったなぁ
Block1_2
101009002
【ノワール】
一緒に行きたいところだけど…
ちょっと他に用事があるんだ
101035001
【リリアーナ】
いえいえっ、大丈夫です!
お気になさらないでください
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100190.html b/docs/story/100190.html index 11006250b..724191769 100644 --- a/docs/story/100190.html +++ b/docs/story/100190.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_リリアーナ_ランクアップ10

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_リリアーナ_ランクアップ10

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_リリアーナ_ランクアップ10

+ + + + + + + + + + + +
Load
Play
101035001
【リリアーナ】
ノワールさん!
今日も畑に行きましょう!
101009002
【(選択肢)】
  1. 元気だな
  2. 他に用事がある
Block1_1
101009002
【ノワール】
どうしたんだ?
いつになく元気だな
【ノワール】
わかった
それじゃあ、出かけようか
Block1_2
101009002
【ノワール】
一緒に行きたいところだけど…
ちょっと他に用事があるんだ
101035001
【リリアーナ】
いえいえっ、大丈夫です!
お気になさらないでください
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100191.html b/docs/story/100191.html index 0b35c1c7b..77b5718a8 100644 --- a/docs/story/100191.html +++ b/docs/story/100191.html @@ -11,11 +11,24 @@

1章/コミュ/x0401_ラシア_通常

View script in lua + + + + + + + + + + + + + @@ -35,5 +48,13 @@

1章/コミュ/x0401_ラシア_通常

+ + + + + + + +
Load
Play
101037001
【ラシア】
あ、ノワール
どうかしましたか?
101009002
【(選択肢)】
  1. 遊びに出かけよう
  2. なんでもない
101037001
【ラシア】
はい、いいですよ
どこに行きましょうか?
101037001
【ラシア】
そうですか
それじゃあ、また
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100192.html b/docs/story/100192.html index e39eef407..f179da049 100644 --- a/docs/story/100192.html +++ b/docs/story/100192.html @@ -11,6 +11,18 @@

1章/コミュ/x0401_ラシア_ランクアップ1

View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

1章/コミュ/x0401_ラシア_ランクアップ1

+ + + + + + + +
template1
Load
Play
101037001
【ラシア】
まずいまずいまずい~~~っ!
101037001
【ラシア】
落ち着いて…深呼吸…
すーっ、はーっ…
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100193.html b/docs/story/100193.html index a3272bff4..6b67b5ae5 100644 --- a/docs/story/100193.html +++ b/docs/story/100193.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ラシア_ランクアップ2

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_ラシア_ランクアップ2

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_ラシア_ランクアップ2

+ + + + + + + + + + + +
Load
Play
101037001
【ラシア】
あ、ノワール
このあいだの約束、覚えてますか?
101009002
【(選択肢)】
  1. 覚えている
  2. 今は忙しい
Block1_1
101009002
【ノワール】
ああ、一緒に手袋を買いに行くって
約束だったな
【ノワール】
いいね、行こうか
Block1_2
101009002
【ノワール】
ごめん、今はちょっと忙しいんだ
101037001
【ラシア】
そうですか
では、また今度時間ができたときにでも
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100194.html b/docs/story/100194.html index b2bf442d9..01dd764eb 100644 --- a/docs/story/100194.html +++ b/docs/story/100194.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ラシア_ランクアップ3

View script in lua + + + + + + + + + + + + + + + + + @@ -56,6 +73,10 @@

1章/コミュ/x0401_ラシア_ランクアップ3

+ + + + @@ -65,5 +86,17 @@

1章/コミュ/x0401_ラシア_ランクアップ3

+ + + + + + + + + + + +
Load
Play
101037001
【ラシア】
お昼ごはん…うーん…
101009002
【(選択肢)】
  1. (声をかける)
  2. (声をかけない)
Block1_1
101009002
【ノワール】
ラシア、こんなところでなにしてるんだ?
【ラシア】
ふふっ、またそれですか?
せっかくだし、お言葉に甘えさせてもらいます
Block1_2
101037001
【ラシア】
これ、頑張ってひとりで
食べるしかないのかな…
101009002
【ノワール】
(なにか考えごとをしてるみたいだし
声はかけずにおこう)
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100195.html b/docs/story/100195.html index c4522caec..2f97f001d 100644 --- a/docs/story/100195.html +++ b/docs/story/100195.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ラシア_ランクアップ4

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_ラシア_ランクアップ4

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_ラシア_ランクアップ4

+ + + + + + + + + + + +
Load
Play
101037001
【ラシア】
あっ、ノワール
ヴェルナルス様を見ませんでしたか?
101009002
【(選択肢)】
  1. 一緒にさがそう
  2. 見ていない
Block1_1
101009002
【ノワール】
いや、見かけてないな
【ラシア】
ありがとう!
Block1_2
101009002
【ノワール】
ヴェルナルス先生か
見てないな
101037001
【ラシア】
そうですか…
どこに行っちゃったんだろう…
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100196.html b/docs/story/100196.html index 82d614a1f..92b998ff7 100644 --- a/docs/story/100196.html +++ b/docs/story/100196.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ラシア_ランクアップ5

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ラシア_ランクアップ5

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ラシア_ランクアップ5

+ + + + + + + + + + + +
Load
Play
101037001
【ラシア】
近くの森でローマ兵の姿が確認されたそうです
調査に行ってみようかと思っています
101009002
【(選択肢)】
  1. 一緒に行こう
  2. ちょっと待っていてくれ
Block1_1
101009002
【ノワール】
最近物騒だからな
俺も一緒に行くよ
【ラシア】
ありがとう、ノワール
心強いです
Block1_2
101009002
【ノワール】
ちょっと待っていてくれ
用事が済んだら、俺もついていくから
101037001
【ラシア】
ありがとう
では、ここで待っていますね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100197.html b/docs/story/100197.html index e35a310f2..cc13258f7 100644 --- a/docs/story/100197.html +++ b/docs/story/100197.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ラシア_ランクアップ6

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_ラシア_ランクアップ6

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_ラシア_ランクアップ6

+ + + + + + + + + + + +
Load
Play
101037001
【ラシア】
…はぁ
101009002
【(選択肢)】
  1. (元気づける)
  2. (そっとしておく)
Block1_1
101009002
【ノワール】
やあ、ラシア
【ラシア】
珍しいヨーグルト?
はい、行ってみたいです
Block1_2
101037001
【ラシア】
やっぱり、直接話してみたほうが…?
ううん、でも…
101009002
【ノワール】
(なにか悩んでいるみたいだな
今はそっとしておいてやろう)
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100198.html b/docs/story/100198.html index 71ee3f2b4..05ceec88f 100644 --- a/docs/story/100198.html +++ b/docs/story/100198.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ラシア_ランクアップ7

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ラシア_ランクアップ7

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ラシア_ランクアップ7

+ + + + + + + + + + + +
Load
Play
101037001
【ラシア】
カレドニアに
出かける準備はできています
101009002
【(選択肢)】
  1. よし、行こう
  2. もう少し待ってくれ
Block1_1
101009002
【ノワール】
俺も準備はできている
さっそく出発しよう
【ラシア】
はい!
Block1_2
101009002
【ノワール】
ごめん、もう少し待っていてくれ
片付けたい用事があるんだ
101037001
【ラシア】
わかりました
あまり急がなくても大丈夫ですから
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100199.html b/docs/story/100199.html index f7b3967d8..ce257c645 100644 --- a/docs/story/100199.html +++ b/docs/story/100199.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ラシア_ランクアップ8

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ラシア_ランクアップ8

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ラシア_ランクアップ8

+ + + + + + + + + + + +
Load
Play
101037001
【ラシア】
これから街に行って、難民のみなさんの
相談に乗ってあげようかと思っているんです
101009002
【(選択肢)】
  1. 付き合うよ
  2. 今日は用事がある
Block1_1
101009002
【ノワール】
頑張ってるな
俺も付き合うよ
【ラシア】
ありがとう
それじゃ、行きましょうか
Block1_2
101009002
【ノワール】
俺も付き合いたいところだけど
今日は用事があるんだよな…
101037001
【ラシア】
大丈夫ですよ
私ひとりで行ってこられますから
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/1002.html b/docs/story/1002.html index 75f35bcf3..1359a963f 100644 --- a/docs/story/1002.html +++ b/docs/story/1002.html @@ -11,9 +11,25 @@

ダブルチュートリアルバトル_02

デバッグ用

View script in lua + + + + + + + + + + + + + + + +
Load
Play
101009003
【ノワール】
※削除
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100200.html b/docs/story/100200.html index e2bcc491c..f412cc15c 100644 --- a/docs/story/100200.html +++ b/docs/story/100200.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ラシア_ランクアップ9

View script in lua + + + + + + + + + + + + + + + + + @@ -46,6 +63,10 @@

1章/コミュ/x0401_ラシア_ランクアップ9

+ + + + @@ -55,5 +76,17 @@

1章/コミュ/x0401_ラシア_ランクアップ9

+ + + + + + + + + + + +
Load
Play
101037001
【ラシア】
どうしよう…うーん…
101009002
【(選択肢)】
  1. どうしたんだ?
  2. (今は放っておく)
Block1_1
101009002
【ノワール】
なにをそんなに唸ってるんだ?
【ラシア】
ぜひお願いします!
Block1_2
101037001
【ラシア】
うーんうーんうーんうーんうーんうーんうーん
うーんうーんうーんうーんうーんうーんうーん
101009002
【ノワール】
(これは
あとにしたほうが良さそうだな…)
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100201.html b/docs/story/100201.html index 0c41b62fd..1d4193bbe 100644 --- a/docs/story/100201.html +++ b/docs/story/100201.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ラシア_ランクアップ10

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_ラシア_ランクアップ10

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_ラシア_ランクアップ10

+ + + + + + + + + + + +
Load
Play
101037001
【ラシア】
あっ、ノワール
さがしてたんですよ!
101009002
【(選択肢)】
  1. 俺になにか用事?
  2. 今は忙しい
Block1_1
101009002
【ノワール】
さがしてたって、俺を?
なにか用事でもあるのか?
【ラシア】
それじゃあ食堂に行きましょう
Block1_2
101009002
【ノワール】
ごめん、今はちょっと忙しいんだ
101037001
【ラシア】
そうですか
では、また今度時間ができたときにでも
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100202.html b/docs/story/100202.html index a77a96619..3eee0ef50 100644 --- a/docs/story/100202.html +++ b/docs/story/100202.html @@ -11,11 +11,24 @@

1章/コミュ/x0401_フレン_通常

View script in lua + + + + + + + + + + + + + @@ -35,5 +48,13 @@

1章/コミュ/x0401_フレン_通常

+ + + + + + + +
Load
Play
101039001
【フレン】
あれ?ノワールくんだ!
どうかした?
101009002
【(選択肢)】
  1. 遊びに出かけよう
  2. なんでもない
101039001
【フレン】
お出かけ?
いいよー!行こ行こ!
101039001
【フレン】
そっか。じゃあ、またね!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100203.html b/docs/story/100203.html index 1fd81c3d2..466a101a9 100644 --- a/docs/story/100203.html +++ b/docs/story/100203.html @@ -11,6 +11,18 @@

1章/コミュ/x0401_フレン_ランクアップ1

View script in lua + + + + + + + + + + + + @@ -141,6 +153,15 @@

1章/コミュ/x0401_フレン_ランクアップ1

+ + + + + + + + + @@ -161,6 +182,10 @@

1章/コミュ/x0401_フレン_ランクアップ1

+ + + + @@ -186,6 +211,10 @@

1章/コミュ/x0401_フレン_ランクアップ1

+ + + + @@ -305,5 +334,13 @@

1章/コミュ/x0401_フレン_ランクアップ1

+ + + + + + + +
template1
Load
Play
【男子生徒A】
はぁ、はぁ…フレンは早いなあ
短距離走じゃまったくかなわないよ
【フレン】
じゃあさじゃあさ
ノワールくんは?
101009002
【(選択肢)】
  1. 遠慮しておく
  2. 仕方ないな
Block1_1
101009002
【ノワール】
俺もそんな気分じゃないなあ
遠慮しとくよ
【フレン】
むーっ!
こうなったら実力行使だ!
Block1_2
101009002
【ノワール】
人数は足りてるみたいだし
別に俺たちまで混ざらなくても大丈夫だろ?
【ノワール】
わかった、わかったよ
仕方ないな
Block1end
101039001
【フレン】
ということで、ノワールくん確保ぉっ!
101009002
【ノワール】
わかったよ
フレンにはかなわないな
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100204.html b/docs/story/100204.html index acf6ec581..90b796079 100644 --- a/docs/story/100204.html +++ b/docs/story/100204.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_フレン_ランクアップ2

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_フレン_ランクアップ2

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_フレン_ランクアップ2

+ + + + + + + + + + + +
Load
Play
101039001
【フレン】
お昼ごはんはもう食べた?
まだなら一緒にどうかな?
101009002
【(選択肢)】
  1. いいね、ぜひ
  2. まだいいや
Block1_1
101009002
【ノワール】
まだ食べてないんだ
俺で良ければ、ぜひ
【フレン】
ローラも一緒だよ♪
さっそく食堂に行こう!
Block1_2
101009002
【ノワール】
まだだけど、今はいいや
101039001
【フレン】
ごはん、ちゃんと食べないと
元気出ないよ~?
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100205.html b/docs/story/100205.html index d535839af..69aaaa49e 100644 --- a/docs/story/100205.html +++ b/docs/story/100205.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_フレン_ランクアップ3

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_フレン_ランクアップ3

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_フレン_ランクアップ3

+ + + + + + + + + + + +
Load
Play
101039001
【フレン】
ノワールくん、陸上部で対抗戦をするんだけど
人数が足りないんだ。助っ人に来てくれない?
101009002
【(選択肢)】
  1. いいよ
  2. 今は無理だ
Block1_1
101009002
【ノワール】
ああ、今ならいいよ
期待に沿えるかはわからないけどな
【フレン】
ノワールくんなら大丈夫!
本当にありがとう!
Block1_2
101009002
【ノワール】
今はちょっと無理だな
101039001
【フレン】
そっかぁ
残念…
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100206.html b/docs/story/100206.html index 552aad78b..64f72ba11 100644 --- a/docs/story/100206.html +++ b/docs/story/100206.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_フレン_ランクアップ4

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_フレン_ランクアップ4

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_フレン_ランクアップ4

+ + + + + + + + + + + +
Load
Play
101039001
【フレン】
あ、ノワールくん
時間があるなら話し相手になってくれない?
101009002
【(選択肢)】
  1. 喜んで
  2. 今は忙しい
Block1_1
101009002
【ノワール】
もちろん
俺でよければ喜んで
【ノワール】
…そうか?
それなら、まあ、うん
Block1_2
101009002
【ノワール】
悪い、今はちょっと忙しくてさ
101039001
【フレン】
そっか、残念
また今度お願いね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100207.html b/docs/story/100207.html index b8da61363..9f89dc81c 100644 --- a/docs/story/100207.html +++ b/docs/story/100207.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_フレン_ランクアップ5

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_フレン_ランクアップ5

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_フレン_ランクアップ5

+ + + + + + + + + + + +
Load
Play
101039001
【フレン】
ルーシャスくんに呼び出されたんだけど…
あんまり気乗りしないんだよね
101009002
【(選択肢)】
  1. 付き合おうか?
  2. 今は忙しい
Block1_1
101009002
【ノワール】
俺でよければ付き合おうか?
【ノワール】
じゃあ、さっそく行ってみよう
(ちょっと心配だけど)
Block1_2
101009002
【ノワール】
悪い、今はちょっと忙しいんだ
またあとで話を聞かせてくれ
101039001
【フレン】
えっ?
あ、うん…
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100208.html b/docs/story/100208.html index bca746218..a0a035c55 100644 --- a/docs/story/100208.html +++ b/docs/story/100208.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_フレン_ランクアップ6

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_フレン_ランクアップ6

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_フレン_ランクアップ6

+ + + + + + + + + + + +
Load
Play
101039001
【フレン】
あっ!ノワールくん
ローラのお見送りに行こうと思うんだ
101009002
【(選択肢)】
  1. 付き合うよ
  2. 今は無理だ
Block1_1
101009002
【ノワール】
それなら俺も付き合うよ
【フレン】
もう少ししたら出発みたい
ロンディニウムに急ごう!
Block1_2
101009002
【ノワール】
付き合いたいところだけど
今はちょっと無理だ
101039001
【フレン】
そっかあ…
今度、時間があるときに付き合ってほしいな
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100209.html b/docs/story/100209.html index e52e2a354..f489c2cdc 100644 --- a/docs/story/100209.html +++ b/docs/story/100209.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_フレン_ランクアップ7

View script in lua + + + + + + + + + + + + + + + + + @@ -51,6 +68,10 @@

1章/コミュ/x0401_フレン_ランクアップ7

+ + + + @@ -60,5 +81,17 @@

1章/コミュ/x0401_フレン_ランクアップ7

+ + + + + + + + + + + +
Load
Play
101039001
【フレン】
こないだの一件以来
陸上部の集まりがめっきり悪くなってるんだって
101009002
【(選択肢)】
  1. 元気を出そう
  2. 今は忙しい
Block1_1
101009002
【ノワール】
フレン
甘いものでも食べに行こうか?
【ノワール】
だからほら、食堂に行こう
Block1_2
101009002
【ノワール】
そうなのか、でもごめん
今は用事があって相談に乗ってやれない
101039001
【フレン】
あっ!うん、私なら大丈夫だよ
ごめんね、愚痴を聞かせちゃって
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100210.html b/docs/story/100210.html index 0e9a464c0..a389ab93c 100644 --- a/docs/story/100210.html +++ b/docs/story/100210.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_フレン_ランクアップ8

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_フレン_ランクアップ8

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_フレン_ランクアップ8

+ + + + + + + + + + + +
Load
Play
101039001
【フレン】
ローラがまたローマに行くそうなんだ
練習の前にお見送りに行ってくるね
101009002
【(選択肢)】
  1. 俺も付き合うよ
  2. 少し待ってほしい
Block1_1
101009002
【ノワール】
今、ちょうど時間あるし
俺も付き合おうかな
【フレン】
じゃあ、さっそく出かけようー!
Block1_2
101009002
【ノワール】
俺も行きたいな。少し待ってもらえるか?
用事を片付けてしまいたい
101039001
【フレン】
わかった
じゃあ、ここで待ってるね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100211.html b/docs/story/100211.html index b33fc87f6..4dafa7c59 100644 --- a/docs/story/100211.html +++ b/docs/story/100211.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_フレン_ランクアップ9

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_フレン_ランクアップ9

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_フレン_ランクアップ9

+ + + + + + + + + + + +
Load
Play
101039001
【フレン】
部長の説得もあって退部は考え直してくれたけど
みんな、まだいがみ合いを続けてるんだよね
101009002
【(選択肢)】
  1. フレンの気持ちを伝えよう
  2. もう少し様子を見よう
Block1_1
101009002
【ノワール】
前も言ったけどさ、フレンの思ってることを
ストレートに伝えてみるのはどうだ?
【フレン】
ちょ、ちょっとノワールくん!?
Block1_2
101009002
【ノワール】
もう少し様子を見てみたらどうだ?
101039001
【フレン】
うーん、今はそうするしかないのかなあ
練習に支障出てるし、ほんと困っちゃう
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100212.html b/docs/story/100212.html index 926a147ab..6b9271ef6 100644 --- a/docs/story/100212.html +++ b/docs/story/100212.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_フレン_ランクアップ10

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_フレン_ランクアップ10

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_フレン_ランクアップ10

+ + + + + + + + + + + +
Load
Play
101039001
【フレン】
いよいよ競技大会本番だね
ローラも間に合いそうだって
101009002
【(選択肢)】
  1. 緊張してきたな
  2. ちょっと待って
Block1_1
101009002
【ノワール】
ついに当日か
なんか緊張してきたな
【フレン】
おーっ!
Block1_2
101009002
【ノワール】
ちょっと待ってくれ
101039001
【フレン】
なにか気になることでもあるの?
私はここで待ってるよ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100213.html b/docs/story/100213.html index 973a27c53..fa8fa3061 100644 --- a/docs/story/100213.html +++ b/docs/story/100213.html @@ -11,11 +11,24 @@

1章/コミュ/x0401_ラロゥ_通常

View script in lua + + + + + + + + + + + + + @@ -35,5 +48,13 @@

1章/コミュ/x0401_ラロゥ_通常

+ + + + + + + +
Load
Play
101061001
【ラロゥ】
ノワールじゃん
なにか用?
101009002
【(選択肢)】
  1. 遊びに出かけよう
  2. なんでもない
101061001
【ラロゥ】
ふーん。ま、いいけど?
で、どこに連れてってくれるワケ?
101061001
【ラロゥ】
あっそ
つまんない奴
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100214.html b/docs/story/100214.html index d2b6aec62..4bb3ce3ca 100644 --- a/docs/story/100214.html +++ b/docs/story/100214.html @@ -11,6 +11,18 @@

1章/コミュ/x0401_ラロゥ_ランクアップ1

View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

1章/コミュ/x0401_ラロゥ_ランクアップ1

+ + + + + + + +
template1
Load
Play
101061001
【ラロゥ】
ノワール、見つけた
あのさ、時間あるならオレに付き合ってよ
101061001
【ラロゥ】
じゃ、ついてきて
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100215.html b/docs/story/100215.html index 253e5a815..03e356db0 100644 --- a/docs/story/100215.html +++ b/docs/story/100215.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ラロゥ_ランクアップ2

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ラロゥ_ランクアップ2

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ラロゥ_ランクアップ2

+ + + + + + + + + + + +
Load
Play
101061001
【ラロゥ】
ねえ、学園に連れてってくれる約束
これからどうかな?
101009002
【(選択肢)】
  1. よし、行こうか
  2. 今は都合が悪い
Block1_1
101009002
【ノワール】
よし、行こうか
【ラロゥ】
そうこなくっちゃ
はやく行こう
Block1_2
101009002
【ノワール】
悪い、今は都合が悪くって
また今度な
101061001
【ラロゥ】
…わかったよ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100216.html b/docs/story/100216.html index 2ef03131a..ba9067442 100644 --- a/docs/story/100216.html +++ b/docs/story/100216.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ラロゥ_ランクアップ3

View script in lua + + + + + + + + + + + + + + + + + @@ -51,6 +68,10 @@

1章/コミュ/x0401_ラロゥ_ランクアップ3

+ + + + @@ -60,5 +81,17 @@

1章/コミュ/x0401_ラロゥ_ランクアップ3

+ + + + + + + + + + + +
Load
Play
101061001
【ラロゥ】
ねえ、これから時間ある?
101009002
【(選択肢)】
  1. あぁ、なにか用か?
  2. 悪い、今は忙しいんだ
Block1_1
101009002
【ノワール】
あぁ、なにか用か?
【ラロゥ】
真面目だな、アンタ
じゃ、オレの馴染みの店を教えてやるよ
Block1_2
101009002
【ノワール】
悪い、今は忙しいんだ
101061001
【ラロゥ】
じゃ、また今度ね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100217.html b/docs/story/100217.html index b6aa41974..01f1d5b31 100644 --- a/docs/story/100217.html +++ b/docs/story/100217.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ラロゥ_ランクアップ4

View script in lua + + + + + + + + + + + + + + + + + @@ -56,6 +73,10 @@

1章/コミュ/x0401_ラロゥ_ランクアップ4

+ + + + @@ -65,5 +86,17 @@

1章/コミュ/x0401_ラロゥ_ランクアップ4

+ + + + + + + + + + + +
Load
Play
101061001
【ラロゥ】
ねえ、ちょっと相談があるんだけど
101009002
【(選択肢)】
  1. 盗み以外なら聞く
  2. 悪い、今は忙しいんだ
Block1_1
101009002
【ノワール】
盗みの相談以外なら聞く
【ノワール】
大図書院か
わかった、行こう
Block1_2
101009002
【ノワール】
悪い、今は忙しいんだ
101061001
【ラロゥ】
あっそ、わかったよ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100218.html b/docs/story/100218.html index 091229a4c..5c685cd53 100644 --- a/docs/story/100218.html +++ b/docs/story/100218.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ラロゥ_ランクアップ5

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ラロゥ_ランクアップ5

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ラロゥ_ランクアップ5

+ + + + + + + + + + + +
Load
Play
101061001
【ラロゥ】
今日は予定ないし
こないだの相談乗ってもいいけど?
101009002
【(選択肢)】
  1. 本当か
  2. 今日は俺が忙しいんだ
Block1_1
101009002
【ノワール】
そうか
じゃ、場所を変えよう
【ラロゥ】
ここじゃ話せない話?
ちょっと期待しちゃうな
Block1_2
101009002
【ノワール】
悪い!
今日は俺が忙しいんだ
101061001
【ラロゥ】
じゃ、また今度ね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100219.html b/docs/story/100219.html index 3a28788e6..c7364c83e 100644 --- a/docs/story/100219.html +++ b/docs/story/100219.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ラロゥ_ランクアップ6

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_ラロゥ_ランクアップ6

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_ラロゥ_ランクアップ6

+ + + + + + + + + + + +
Load
Play
101061001
【ラロゥ】
ねえ、これから時間ある?
101009002
【(選択肢)】
  1. あるよ
  2. 悪い、今は忙しいんだ
Block1_1
101009002
【ノワール】
ああ、あるよ
今日は特になんの用事もない
【ノワール】
わかった
Block1_2
101009002
【ノワール】
悪い、今は忙しいんだ
101061001
【ラロゥ】
そう、わかったよ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100220.html b/docs/story/100220.html index c7f6f1a6a..f7868f193 100644 --- a/docs/story/100220.html +++ b/docs/story/100220.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ラロゥ_ランクアップ7

View script in lua + + + + + + + + + + + + + + + + + @@ -46,6 +63,10 @@

1章/コミュ/x0401_ラロゥ_ランクアップ7

+ + + + @@ -55,5 +76,17 @@

1章/コミュ/x0401_ラロゥ_ランクアップ7

+ + + + + + + + + + + +
Load
Play
101061001
【ラロゥ】
ノワール
聖杯の在処、掴めるかも知れない
101009002
【(選択肢)】
  1. 本当か?
  2. 悪い、今は忙しいんだ
Block1_1
101009002
【ノワール】
本当か?
【ノワール】
…ま、今は大目に見てやる
本当かどうかはわからないけど、行ってみよう
Block1_2
101009002
【ノワール】
悪い、今は忙しいんだ
101061001
【ラロゥ】
早く調べたいのに…
さっさと用事済ませてよ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100221.html b/docs/story/100221.html index 88f55f5e3..c45ea47ca 100644 --- a/docs/story/100221.html +++ b/docs/story/100221.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ラロゥ_ランクアップ8

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_ラロゥ_ランクアップ8

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_ラロゥ_ランクアップ8

+ + + + + + + + + + + +
Load
Play
101061001
【ラロゥ】
ノワール
前に見つけた文献のことなんだけど
101009002
【(選択肢)】
  1. 解読できたのか?
  2. 悪い、今は忙しいんだ
Block1_1
101009002
【ノワール】
解読できたのか?
【ノワール】
わかった
さっそく行くか
Block1_2
101009002
【ノワール】
悪い、今は忙しいんだ
101061001
【ラロゥ】
そう…
聖杯を誰かに横取りされても知らないよ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100222.html b/docs/story/100222.html index 7eff68ca9..e16dda883 100644 --- a/docs/story/100222.html +++ b/docs/story/100222.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ラロゥ_ランクアップ9

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_ラロゥ_ランクアップ9

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_ラロゥ_ランクアップ9

+ + + + + + + + + + + +
Load
Play
101061001
【ラロゥ】
ノワール
聖杯を探しに行こう
101009002
【(選択肢)】
  1. あぁ、出発しよう
  2. もうちょっと待ってくれ
Block1_1
101009002
【ノワール】
あぁ、出発しよう
準備は整ってる
【ノワール】
それはどうかと思うけどな…
Block1_2
101009002
【ノワール】
申し訳ない
もうちょっと待ってくれ
101061001
【ラロゥ】
聖杯を誰かに横取りされても知らないよ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100223.html b/docs/story/100223.html index 960862fdc..273cb1001 100644 --- a/docs/story/100223.html +++ b/docs/story/100223.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ラロゥ_ランクアップ10

View script in lua + + + + + + + + + + + + + + + + + @@ -46,6 +63,10 @@

1章/コミュ/x0401_ラロゥ_ランクアップ10

+ + + + @@ -55,5 +76,17 @@

1章/コミュ/x0401_ラロゥ_ランクアップ10

+ + + + + + + + + + + +
Load
Play
101061001
【ラロゥ】
あれ、ノワールじゃん
どうしたの?
101009002
【(選択肢)】
  1. 聞きたいことがある
  2. 特に用はない
Block1_1
101009002
【ノワール】
少し聞きたいことがあるんだけど
時間取れないか?
【ノワール】
やっぱりそうなるのか…
Block1_2
101009002
【ノワール】
たまたま通りかかっただけで
特に用はないんだ
101061001
【ラロゥ】
なんだよそれ、まぎらわしいな
聖杯の情報手に入れたらすぐ教えてよね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100224.html b/docs/story/100224.html index 422346218..c6ededc1d 100644 --- a/docs/story/100224.html +++ b/docs/story/100224.html @@ -11,11 +11,24 @@

1章/コミュ/x0401_マルイル_通常

View script in lua + + + + + + + + + + + + + @@ -35,5 +48,13 @@

1章/コミュ/x0401_マルイル_通常

+ + + + + + + +
Load
Play
101062001
【マルイル】
いらっしゃいませ~!
あ、ノワールさん!こんにちは!
101009002
【(選択肢)】
  1. 遊びに出かけよう
  2. なんでもない
101062001
【マルイル】
いいですね~
どこに行きましょうか?
101062001
【マルイル】
また来てくださいね~
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100225.html b/docs/story/100225.html index 2d14cb7be..0a6cdefa7 100644 --- a/docs/story/100225.html +++ b/docs/story/100225.html @@ -11,6 +11,22 @@

1章/コミュ/x0401_マルイル_ランクアップ1

View script in lua + + + + + + + + + + + + + + + + @@ -71,6 +87,15 @@

1章/コミュ/x0401_マルイル_ランクアップ1

+ + + + + + + + + @@ -96,6 +121,10 @@

1章/コミュ/x0401_マルイル_ランクアップ1

+ + + + @@ -121,6 +150,10 @@

1章/コミュ/x0401_マルイル_ランクアップ1

+ + + + @@ -146,6 +179,10 @@

1章/コミュ/x0401_マルイル_ランクアップ1

+ + + + @@ -230,5 +267,13 @@

1章/コミュ/x0401_マルイル_ランクアップ1

+ + + + + + + +
template1
template2
Load
Play
101062001
【???】
お買い上げありがとうございます!
またのお越しをお待ちしておりますね~!
【ノワール】
でも、せっかくだしなにか買っていこうかな?
101009002
【(選択肢)】
  1. 思いつかない
  2. 強い武器
  3. 女の子が喜びそうなもの
Block1_1
101009002
【ノワール】
うーん…あらためてそう言われると、
特に思いつかないな
【ノワール】
…でも、あんたに若いのにって言われるの
なんか変な気分だな
Block1_2
101009002
【ノワール】
そうだな…強い武器とかがあれば欲しいかも
【ノワール】
気になるけど今日はやめとこうかな、ははは
Block1_3
101009002
【ノワール】
そうだな…なにか
女の子が喜びそうなものとかあるか?
【ノワール】
…聞いてないな、これ
Block1end
101062001
【マルイル】
欲しいものが店頭になければ言ってください!
すぐ仕入れてきますから!
101009002
【ノワール】
(や、やっぱりなんか怖い…!?)
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100226.html b/docs/story/100226.html index a92336af6..c56439ba1 100644 --- a/docs/story/100226.html +++ b/docs/story/100226.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_マルイル_ランクアップ2

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_マルイル_ランクアップ2

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_マルイル_ランクアップ2

+ + + + + + + + + + + +
Load
Play
101062001
【マルイル】
ノワールさんいらっしゃいませ~!
お店、見ていきませんか?
101009002
【(選択肢)】
  1. そうしようかな
  2. 今は忙しい
Block1_1
101009002
【ノワール】
そうしようかな
【マルイル】
やった!ぜひぜひ~
Block1_2
101009002
【ノワール】
悪い、今はちょっと忙しいんだ
101062001
【マルイル】
そうですか…残念です
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100227.html b/docs/story/100227.html index ec60ae326..1d1d1f65a 100644 --- a/docs/story/100227.html +++ b/docs/story/100227.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_マルイル_ランクアップ3

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_マルイル_ランクアップ3

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_マルイル_ランクアップ3

+ + + + + + + + + + + +
Load
Play
101062001
【マルイル】
ノワールさん!そろそろロンディニウムへ
仕入れに行こうと思うのですが
101009002
【(選択肢)】
  1. わかった
  2. 今は忙しい
Block1_1
101009002
【ノワール】
ああ、わかった
【マルイル】
それじゃ、早速行きましょう
Block1_2
101009002
【ノワール】
悪い、今はちょっと忙しいんだ
101062001
【マルイル】
そうですか…残念です
お手すきになったらお願いしますね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100228.html b/docs/story/100228.html index cdea6025f..79bbe7d5b 100644 --- a/docs/story/100228.html +++ b/docs/story/100228.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_マルイル_ランクアップ4

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_マルイル_ランクアップ4

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_マルイル_ランクアップ4

+ + + + + + + + + + + +
Load
Play
101062001
【マルイル】
あ、ノワールさん!新商品、入荷してますよ~
ちょっと見ていきませんか?
101009002
【(選択肢)】
  1. そうしようかな
  2. また今度
Block1_1
101009002
【ノワール】
そうしようかな
【マルイル】
どうぞどうぞ!
今回の仕入れも、自信アリです!
Block1_2
101009002
【ノワール】
悪い、ちょっと忙しくてさ
また今度でいいか?
101062001
【マルイル】
わかりました。お時間あるときに、ぜひ!
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100229.html b/docs/story/100229.html index ed80a6543..82ad0ec09 100644 --- a/docs/story/100229.html +++ b/docs/story/100229.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_マルイル_ランクアップ5

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_マルイル_ランクアップ5

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_マルイル_ランクアップ5

+ + + + + + + + + + + +
Load
Play
101062001
【マルイル】
………あ!
ノワールさん、こんにちは
101009002
【(選択肢)】
  1. なにしてるんだ?
  2. 特に用はない
Block1_1
101009002
【ノワール】
なにしてるんだ?
【マルイル】
すみません、ちょっと手紙を読んでました
Block1_2
101009002
【ノワール】
ああ、ごめん、特に用があったわけじゃない
近くを通りがかったもんだからさ
101062001
【マルイル】
そうでしたか
また今度、お店に寄ってくださいね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100230.html b/docs/story/100230.html index 50abcf90b..b18e5f70b 100644 --- a/docs/story/100230.html +++ b/docs/story/100230.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_マルイル_ランクアップ6

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_マルイル_ランクアップ6

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_マルイル_ランクアップ6

+ + + + + + + + + + + +
Load
Play
101062001
【マルイル】
うーん…困ったなあ、困ったなあ~
チラッ…困ったなあ、困ったなあ~
101009002
【(選択肢)】
  1. どうしたんだ?
  2. (素通り)
Block1_1
101009002
【ノワール】
どうしたんだ?
【マルイル】
まぁまぁ、細かいことは気にしないで!
まずはぼくの話を聞いてください
Block1_2
101009002
【ノワール】
(なにか頼まれそうだし
ここは気づかないふりをしとこう)
101062001
【マルイル】
ええっ、ノワールさん~!
なんで行っちゃうんですか~!?
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100231.html b/docs/story/100231.html index 432ae9c84..646a61502 100644 --- a/docs/story/100231.html +++ b/docs/story/100231.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_マルイル_ランクアップ7

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_マルイル_ランクアップ7

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_マルイル_ランクアップ7

+ + + + + + + + + + + +
Load
Play
101062001
【マルイル】
こんにちは、ノワールさん!
ちょっと寄っていきませんか~?
101009002
【(選択肢)】
  1. そうしよう
  2. 今は忙しい
Block1_1
101009002
【ノワール】
そうだなあ
せっかくだし、寄っていこうか
【マルイル】
いらっしゃいませ~!
欲しいものがあったら言ってくださいね
Block1_2
101009002
【ノワール】
悪い、今はちょっと忙しいんだ
101062001
【マルイル】
そうですか…残念です
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100232.html b/docs/story/100232.html index eccdefef2..8b83cc071 100644 --- a/docs/story/100232.html +++ b/docs/story/100232.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_マルイル_ランクアップ8

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_マルイル_ランクアップ8

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_マルイル_ランクアップ8

+ + + + + + + + + + + +
Load
Play
101062001
【マルイル】
………あ。ノワールさん
101009002
【(選択肢)】
  1. どうしたんだ?
  2. 特に用はない
Block1_1
101009002
【ノワール】
なんかボンヤリしてるな。どうしたんだ?
【マルイル】
はぁ…駄目だなぁ
客商売なのに、気持ちを顔に出すなんて
Block1_2
101009002
【ノワール】
ああ、ごめん、特に用があったわけじゃない
近くを通りがかったもんだからさ
101062001
【マルイル】
そうでしたか
また今度、お店に寄ってくださいね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100233.html b/docs/story/100233.html index fa671581c..ad9ef0225 100644 --- a/docs/story/100233.html +++ b/docs/story/100233.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_マルイル_ランクアップ9

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_マルイル_ランクアップ9

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_マルイル_ランクアップ9

+ + + + + + + + + + + +
Load
Play
101062001
【マルイル】
ノワールさん、今お時間ありますか?
…素材の仕入れに行きたいんですが
101009002
【(選択肢)】
  1. もちろん付き合うよ
  2. 今は忙しい
Block1_1
101009002
【ノワール】
もちろん付き合うよ
お爺さんのために
【マルイル】
ありがとうございます…!
では…早速行きましょう
Block1_2
101009002
【ノワール】
悪い、今はちょっと忙しいんだ
101062001
【マルイル】
わかりました
お時間があるときに付き合ってください
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100234.html b/docs/story/100234.html index f4ab4f78f..80384be9e 100644 --- a/docs/story/100234.html +++ b/docs/story/100234.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_マルイル_ランクアップ10

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_マルイル_ランクアップ10

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_マルイル_ランクアップ10

+ + + + + + + + + + + +
Load
Play
101062001
【マルイル】
あ!ノワールさん!
今、お時間ありますか?
101009002
【(選択肢)】
  1. 大丈夫だ
  2. 今は忙しい
Block1_1
101009002
【ノワール】
ああ、大丈夫だ
なにか俺にオススメのものでも仕入れたのか?
【マルイル】
どうしても
ノワールさんに話したいことがあるんです!
Block1_2
101009002
【ノワール】
悪い、今はちょっと忙しいんだ
101062001
【マルイル】
えええ…
ノワールさんに話したいことがあるのに~
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100235.html b/docs/story/100235.html index 078fbc685..3609dc824 100644 --- a/docs/story/100235.html +++ b/docs/story/100235.html @@ -11,11 +11,24 @@

1章/コミュ/x0401_クリスティーナ_通常

View script in lua + + + + + + + + + + + + + @@ -35,5 +48,13 @@

1章/コミュ/x0401_クリスティーナ_通常

+ + + + + + + +
Load
Play
101063001
【クリスティーナ】
あら、ノワールちゃんじゃない
お元気?
101009002
【(選択肢)】
  1. 遊びに出かけよう
  2. なにも用事はない
101063001
【クリスティーナ】
まあ、デートのお誘いだったの?
もちろんオーケーよ♪
101063001
【クリスティーナ】
そ~う?
私に用があったら、いつでも声かけてね♪
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100236.html b/docs/story/100236.html index b1e734e4d..f25155643 100644 --- a/docs/story/100236.html +++ b/docs/story/100236.html @@ -11,6 +11,18 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ1

View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ1

+ + + + + + + +
template1
Load
Play
101063001
【クリスティーナ】
あら、ちょーどいいとこに
ノワールちゃん、手が空いてたりしな~い?
101009002
【ノワール】
そのくらいならお安い御用だ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100237.html b/docs/story/100237.html index 5b70db98b..df705c73c 100644 --- a/docs/story/100237.html +++ b/docs/story/100237.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ2

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ2

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ2

+ + + + + + + + + + + +
Load
Play
101063001
【クリスティーナ】
ノワールちゃんじゃない
今、時間って空いてる~?
101009002
【(選択肢)】
  1. 空いてる
  2. 今は忙しい
Block1_1
101009002
【ノワール】
あぁ、空いてるよ
俺になにか用事でも?
【ノワール】
わかった
Block1_2
101009002
【ノワール】
今はちょっと忙しいんだ
101063001
【クリスティーナ】
あ~ら、残念
また今度お願いね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100238.html b/docs/story/100238.html index fccb477dc..a690afddd 100644 --- a/docs/story/100238.html +++ b/docs/story/100238.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ3

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ3

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ3

+ + + + + + + + + + + +
Load
Play
101063001
【クリスティーナ】
あら、ノワールちゃん
もしよかったら私に付き合わない?
101009002
【(選択肢)】
  1. いいけど
  2. 今は忙しい
Block1_1
101009002
【ノワール】
いいけど…
なにをするつもりなんだ
【ノワール】
それに俺は必要なのか…?
Block1_2
101009002
【ノワール】
今はちょっと忙しいんだ
101063001
【クリスティーナ】
あ~ら、残念
また今度お願いね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100239.html b/docs/story/100239.html index f6de831fd..63b2bc958 100644 --- a/docs/story/100239.html +++ b/docs/story/100239.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ4

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ4

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ4

+ + + + + + + + + + + +
Load
Play
101063001
【クリスティーナ】
ノワールちゃん、これから時間ある?
あなたを連れて行きたいところがあるの
101009002
【(選択肢)】
  1. 場所にもよる
  2. 今は忙しい
Block1_1
101009002
【ノワール】
場所にもよるかなぁ
また目の保養なら遠慮しとく
【クリスティーナ】
ぷるぷるお肌を取り戻してあげたいと思って
ローマン・バスに行きましょ
Block1_2
101009002
【ノワール】
今はちょっと忙しいんだ
101063001
【クリスティーナ】
あ~ら、残念
また今度誘うわね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100240.html b/docs/story/100240.html index 7f2cb7f35..56bc6a070 100644 --- a/docs/story/100240.html +++ b/docs/story/100240.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ5

View script in lua + + + + + + + + + + + + + + + + + @@ -51,6 +68,10 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ5

+ + + + @@ -60,5 +81,17 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ5

+ + + + + + + + + + + +
Load
Play
101063001
【クリスティーナ】
あら、ノワールちゃん
ごめんなさ~い、ちょうど席を外すところなの
101009002
【(選択肢)】
  1. なにか用事があるのか?
  2. たいした用事じゃないから
Block1_1
101009002
【ノワール】
なにか用事があるのか?
【ノワール】
ああ、任せてくれ
Block1_2
101009002
【ノワール】
ああ、こっちはたいした用事じゃないから
またあとで
101063001
【クリスティーナ】
ごめんなさいね~
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100241.html b/docs/story/100241.html index 41ce330b1..746bb60da 100644 --- a/docs/story/100241.html +++ b/docs/story/100241.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ6

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ6

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ6

+ + + + + + + + + + + +
Load
Play
101063001
【クリスティーナ】
ノワールちゃん!
ちょっと手を貸してちょうだい!
101009002
【(選択肢)】
  1. どうしたんだ?
  2. 今は忙しい
Block1_1
101009002
【ノワール】
どうしたんだ?
【ノワール】
なんだって!?
詳しく聞かせてくれ
Block1_2
101009002
【ノワール】
今はちょっと忙しいんだ
101063001
【クリスティーナ】
それじゃ仕方ないわね…
今度、時間があるときに声をかけてちょうだい
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100242.html b/docs/story/100242.html index 6976708b7..5e41258d6 100644 --- a/docs/story/100242.html +++ b/docs/story/100242.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ7

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ7

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ7

+ + + + + + + + + + + +
Load
Play
101063001
【クリスティーナ】
あら、ノワールちゃん
なにかご用かしら~?
101009002
【(選択肢)】
  1. なにか手伝えることはないか?
  2. 特に用事はない
Block1_1
101009002
【ノワール】
なにか手伝えることはないか?
【ノワール】
よし、わかった
Block1_2
101009002
【ノワール】
いや、特に用事があったわけじゃないんだ
101063001
【クリスティーナ】
まあ!純粋に私に会いに来てくれたってわけ?
キュンキュンしちゃうわあ~
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100243.html b/docs/story/100243.html index 9aa32a671..e7867ec53 100644 --- a/docs/story/100243.html +++ b/docs/story/100243.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ8

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ8

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ8

+ + + + + + + + + + + +
Load
Play
101063001
【クリスティーナ】
ねえ、ノワールちゃん
このあと空いてるかしら?
101009002
【(選択肢)】
  1. 空いてるよ
  2. 今は忙しい
Block1_1
101009002
【ノワール】
空いてるよ
【ノワール】
なるほどな、任せてくれ
Block1_2
101009002
【ノワール】
今はちょっと忙しいんだ
101063001
【クリスティーナ】
あ~ら、残念
また今度お願いね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100244.html b/docs/story/100244.html index 7f3b7a2a5..09a6f31f5 100644 --- a/docs/story/100244.html +++ b/docs/story/100244.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ9

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ9

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ9

+ + + + + + + + + + + +
Load
Play
101063001
【クリスティーナ】
ノワールちゃん
手の空いてそうな子に声をかけておいたわ
101009002
【(選択肢)】
  1. 本を引き取りに行こう
  2. 今は忙しい
Block1_1
101009002
【ノワール】
俺のほうも準備できてる
アストラット郷へ本を引き取りに行こう
【クリスティーナ】
オッケー♪
みんなを集めるわね
Block1_2
101009002
【ノワール】
今はちょっと忙しいんだ
101063001
【クリスティーナ】
わかったわ
準備ができたら連絡してね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100245.html b/docs/story/100245.html index 5c3afd693..4b9261961 100644 --- a/docs/story/100245.html +++ b/docs/story/100245.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ10

View script in lua + + + + + + + + + + + + + + + + + @@ -36,6 +53,10 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ10

+ + + + @@ -45,5 +66,17 @@

1章/コミュ/x0401_クリスティーナ_ランクアップ10

+ + + + + + + + + + + +
Load
Play
101063001
【クリスティーナ】
あら、ノワールちゃん
大図書院にご用かしら?
101009002
【(選択肢)】
  1. クリスさんと話をしにきた
  2. とくに用事はない
Block1_1
101009002
【ノワール】
クリスさんと話をしにきたんだ
【クリスティーナ】
冗談を言える空気ではなさそうね
ちょっとその辺をブラつきましょ
Block1_2
101009002
【ノワール】
とくに用事はない
101063001
【クリスティーナ】
そう
またいつでもいらっしゃいな
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100246.html b/docs/story/100246.html index cdf7ef29f..520fe8d8f 100644 --- a/docs/story/100246.html +++ b/docs/story/100246.html @@ -11,11 +11,24 @@

1章/コミュ/x0401_リアム_通常

View script in lua + + + + + + + + + + + + + @@ -35,5 +48,13 @@

1章/コミュ/x0401_リアム_通常

+ + + + + + + +
Load
Play
101064001
【リアム】
おや、ノワールさん
いかがなさいましたか?
101009002
【(選択肢)】
  1. 遊びに出かけよう
  2. なんでもない
101064001
【リアム】
私と?…そうですね
散歩程度ならお付き合いしましょう
101064001
【リアム】
そうですか
では、良い一日を
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100247.html b/docs/story/100247.html index 570e2564e..8000f7f82 100644 --- a/docs/story/100247.html +++ b/docs/story/100247.html @@ -11,6 +11,18 @@

1章/コミュ/x0401_リアム_ランクアップ1

View script in lua + + + + + + + + + + + + @@ -96,6 +108,15 @@

1章/コミュ/x0401_リアム_ランクアップ1

+ + + + + + + + + @@ -116,6 +137,10 @@

1章/コミュ/x0401_リアム_ランクアップ1

+ + + + @@ -131,6 +156,10 @@

1章/コミュ/x0401_リアム_ランクアップ1

+ + + + @@ -150,5 +179,13 @@

1章/コミュ/x0401_リアム_ランクアップ1

+ + + + + + + +
template1
Load
Play
【おばさん】
いつも本当にありがとうございます
司祭さま
【リアム】
私とクラリスはときどき
そんな方たちのお手伝いをしているのですよ
101009002
【(選択肢)】
  1. 立派だ
  2. 無償で?
Block1_1
101009002
【ノワール】
司祭の仕事ってよく知らないけれど
そこまでやるもんなのか?
【ノワール】
そっか…立派だな
Block1_2
101009002
【ノワール】
…無償で?
【ノワール】
す、すまない
軽はずみな質問をしてしまって…
Block1end
101064001
【リアム】
それでは、私はこれで
他の方からも頼まれごとをしておりますので
101009002
【ノワール】
マーケットか酒場に行ってくるか
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100248.html b/docs/story/100248.html index f3b23e5a2..8a53df30c 100644 --- a/docs/story/100248.html +++ b/docs/story/100248.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_リアム_ランクアップ2

View script in lua + + + + + + + + + + + + + + + + + @@ -51,6 +68,10 @@

1章/コミュ/x0401_リアム_ランクアップ2

+ + + + @@ -60,5 +81,17 @@

1章/コミュ/x0401_リアム_ランクアップ2

+ + + + + + + + + + + +
Load
Play
101064001
【リアム】
おや、ノワールさん
私になにかご用ですか?
101009002
【(選択肢)】
  1. (じっと見つめる)
  2. なんでもない
Block1_1
101009002
【ノワール】
(この声…やっぱり似てる…)
【リアム】
では私はこれで
Block1_2
101009002
【ノワール】
いや、なんでもない
通りかかっただけだ
101064001
【リアム】
そうですか、ではお気をつけて
今日の貴方に幸多からんことを
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100249.html b/docs/story/100249.html index 052430914..7dbeafc70 100644 --- a/docs/story/100249.html +++ b/docs/story/100249.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_リアム_ランクアップ3

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_リアム_ランクアップ3

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_リアム_ランクアップ3

+ + + + + + + + + + + +
Load
Play
101064001
【リアム】
おや、ノワールさん
私になにかご用ですか?
101009002
【(選択肢)】
  1. ハーブについて聞きたい
  2. なんでもない
Block1_1
101009002
【ノワール】
前にリアムさんがくれたハーブについて
聞きたいことがあるんだ
【リアム】
わかりました
お話を伺いましょう
Block1_2
101009002
【ノワール】
いや、なんでもない
通りかかっただけだ
101064001
【リアム】
そうですか、ではお気をつけて
今日の貴方に幸多からんことを
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100250.html b/docs/story/100250.html index c1e00c89d..e47bfdcee 100644 --- a/docs/story/100250.html +++ b/docs/story/100250.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_リアム_ランクアップ4

View script in lua + + + + + + + + + + + + + + + + + @@ -46,6 +63,10 @@

1章/コミュ/x0401_リアム_ランクアップ4

+ + + + @@ -55,5 +76,17 @@

1章/コミュ/x0401_リアム_ランクアップ4

+ + + + + + + + + + + +
Load
Play
101064001
【リアム】
ノワールさん
いいところにいらっしゃいました
101009002
【(選択肢)】
  1. なにか用?
  2. ごめん、今は忙しい
Block1_1
101009002
【ノワール】
俺になにか用?
【ノワール】
そうなのか
わかった、俺でよければ手伝うよ
Block1_2
101009002
【ノワール】
ごめん、今忙しい
101064001
【リアム】
そうですか
それでは仕方ありませんね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100251.html b/docs/story/100251.html index 08ce164d7..d344155d5 100644 --- a/docs/story/100251.html +++ b/docs/story/100251.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_リアム_ランクアップ5

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_リアム_ランクアップ5

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_リアム_ランクアップ5

+ + + + + + + + + + + +
Load
Play
101064001
【リアム】
こんにちは、ノワールさん
ハーブの栽培についてお教えしましょうか?
101009002
【(選択肢)】
  1. お願いしたい
  2. 今日は忙しい
Block1_1
101009002
【ノワール】
ああ、お願いしたい
【リアム】
おっと、街の方がいらっしゃったようです
少し待っていただけますか
Block1_2
101009002
【ノワール】
ごめん、今日は忙しいんだ
101064001
【リアム】
そうですか
では、またお時間のあるときにでも
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100252.html b/docs/story/100252.html index 1e5eeeaf8..f2fceef28 100644 --- a/docs/story/100252.html +++ b/docs/story/100252.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_リアム_ランクアップ6

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_リアム_ランクアップ6

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_リアム_ランクアップ6

+ + + + + + + + + + + +
Load
Play
101064001
【リアム】
おや、ノワールさん
なにか私に話があるような顔をされていますね
101009002
【(選択肢)】
  1. ハーブについて教えてほしい
  2. なんでもない
Block1_1
101009002
【ノワール】
リアムさんかクラリスに
教えてほしいことがあるんだ
【リアム】
…ほう?今日は手が空いておりますので
私が相談に乗りましょう
Block1_2
101009002
【ノワール】
いや、なんでもない
通りかかっただけだ
101064001
【リアム】
そうですか、ではお気をつけて
今日の貴方に幸多からんことを
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100253.html b/docs/story/100253.html index f3fe70357..50ef792d4 100644 --- a/docs/story/100253.html +++ b/docs/story/100253.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_リアム_ランクアップ7

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_リアム_ランクアップ7

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_リアム_ランクアップ7

+ + + + + + + + + + + +
Load
Play
101064001
【リアム】
ようこそ、ノワールさん
今日はどのようなご用件でいらしたのです?
101009002
【(選択肢)】
  1. また手伝いに来た
  2. なんでもない
Block1_1
101009002
【ノワール】
今日もなにか手伝えることがないかと
思って来たんだけど…
【リアム】
え?なんか変なこと言ったか?
Block1_2
101009002
【ノワール】
いや、なんでもない
通りかかっただけだ
101064001
【リアム】
そうですか、ではお気をつけて
今日の貴方に幸多からんことを
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100254.html b/docs/story/100254.html index 5020158cc..e133f43a5 100644 --- a/docs/story/100254.html +++ b/docs/story/100254.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_リアム_ランクアップ8

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_リアム_ランクアップ8

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_リアム_ランクアップ8

+ + + + + + + + + + + +
Load
Play
101064001
【リアム】
ノワールさん。今日は街に出て
みなさんの話を聞いてみようかと思っています
101009002
【(選択肢)】
  1. 付き合うよ
  2. 今日は忙しい
Block1_1
101009002
【ノワール】
今はちょうど手が空いてるし
俺も付き合うよ
【リアム】
そう言ってくれると思っていました
では、参りましょう
Block1_2
101009002
【ノワール】
ごめん、今日は忙しいんだ
101064001
【リアム】
そうですか
では、またお時間のあるときにでも
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100255.html b/docs/story/100255.html index d40f0105e..33a91ddab 100644 --- a/docs/story/100255.html +++ b/docs/story/100255.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_リアム_ランクアップ9

View script in lua + + + + + + + + + + + + + + + + + @@ -41,6 +58,10 @@

1章/コミュ/x0401_リアム_ランクアップ9

+ + + + @@ -50,5 +71,17 @@

1章/コミュ/x0401_リアム_ランクアップ9

+ + + + + + + + + + + +
Load
Play
101064001
【リアム】
おや、ノワールさん
今日も手伝いにいらしていただけたのですか?
101009002
【(選択肢)】
  1. なにか手伝いたい
  2. なんでもない
Block1_1
101009002
【ノワール】
ああ
それに、この前の話がちょっと気になって
【リアム】
…確かに、そのとおりですね
では、今日もよろしくお願いいたします
Block1_2
101009002
【ノワール】
いや、なんでもない
通りかかっただけだ
101064001
【リアム】
そうですか、ではお気をつけて
今日の貴方に幸多からんことを
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100256.html b/docs/story/100256.html index fdd6b190c..a7f4a272b 100644 --- a/docs/story/100256.html +++ b/docs/story/100256.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_リアム_ランクアップ10

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_リアム_ランクアップ10

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_リアム_ランクアップ10

+ + + + + + + + + + + +
Load
Play
101064001
【リアム】
ノワールさん
キースたちから連絡がありました
101009002
【(選択肢)】
  1. 覚悟はできてる
  2. 今日は忙しい
Block1_1
101009002
【ノワール】
わかった
俺はいつでも行けるよ
【リアム】
頼もしいですね
それでは行きましょう
Block1_2
101009002
【ノワール】
ごめん、今は忙しい
101064001
【リアム】
そうですか
致しかたありませんね
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100257.html b/docs/story/100257.html index 51f9e2236..d50c604ff 100644 --- a/docs/story/100257.html +++ b/docs/story/100257.html @@ -11,11 +11,24 @@

1章/コミュ/x0401_キッス_通常

View script in lua + + + + + + + + + + + + + @@ -35,5 +48,13 @@

1章/コミュ/x0401_キッス_通常

+ + + + + + + +
Load
Play
101065001
【キッス】
ラビットちゃんじゃな~い
どうしたの?アタシに用事?
101009002
【(選択肢)】
  1. 遊びに出かけよう
  2. なんでもない
101065001
【キッス】
あら、デートのお誘いね?
101065001
【キッス】
つれないのね~
ざ~んねん
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100258.html b/docs/story/100258.html index 3cf4c5daf..78c329f3c 100644 --- a/docs/story/100258.html +++ b/docs/story/100258.html @@ -11,11 +11,32 @@

1章/コミュ/x0401_キッス_ランクアップ1

View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -41,6 +62,10 @@

1章/コミュ/x0401_キッス_ランクアップ1

+ + + + @@ -66,6 +91,10 @@

1章/コミュ/x0401_キッス_ランクアップ1

+ + + + @@ -125,5 +154,13 @@

1章/コミュ/x0401_キッス_ランクアップ1

+ + + + + + + +
template1
Load
Play
101040001
【ケイ】
少しいいかね、ノワール
101009002
【(選択肢)】
  1. なんだ?
  2. よくない
Block1_1
101009002
【ノワール】
なんだ?
【ノワール】
俺から騎士にしてくれって
頼んだ覚えはないんだけどな
Block1_2
101009002
【ノワール】
今はよくない
【ノワール】
いいえ
なんでもありません
Block1end
101009002
【ノワール】
それで、なんの用なんだ?
101009002
【ノワール】
ひとこと多いな本当…
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100259.html b/docs/story/100259.html index 2e2e54f58..7f305e297 100644 --- a/docs/story/100259.html +++ b/docs/story/100259.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_キッス_ランクアップ2

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_キッス_ランクアップ2

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_キッス_ランクアップ2

+ + + + + + + + + + + +
Load
Play
101065001
【キッス】
あら、いらっしゃい♪
アタシを口説く準備はできた?
101009002
【(選択肢)】
  1. できた
  2. できてない
Block1_1
101009002
【ノワール】
できたから話を聞いてもらえないか?
【ノワール】
えーっと…
Block1_2
101009002
【ノワール】
できてない…
101065001
【キッス】
あら、そうなの?残念
それじゃ、また出直してきてね♪
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100260.html b/docs/story/100260.html index 7729481a6..49d5d489b 100644 --- a/docs/story/100260.html +++ b/docs/story/100260.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_キッス_ランクアップ3

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_キッス_ランクアップ3

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_キッス_ランクアップ3

+ + + + + + + + + + + +
Load
Play
101065001
【キッス】
あら、ラビットちゃん♪
今日はどうしたの?
101009002
【(選択肢)】
  1. 依頼の完了報告に来た
  2. なんでもない
Block1_1
101009002
【ノワール】
このあいだの依頼の完了報告に来た
【キッス】
それじゃ、ご褒美をあげないとね
Block1_2
101009002
【ノワール】
いや、なんでもない
101065001
【キッス】
あら、つれない反応
また口説きに来てね♪
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100261.html b/docs/story/100261.html index 5ae21b0cb..8683595f6 100644 --- a/docs/story/100261.html +++ b/docs/story/100261.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_キッス_ランクアップ4

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_キッス_ランクアップ4

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_キッス_ランクアップ4

+ + + + + + + + + + + +
Load
Play
101065001
【キッス】
ラビットちゃん、いいところに♪
今からデートしましょ!
101009002
【(選択肢)】
  1. いいよ
  2. ごめん、ちょっと用事がある
Block1_1
101009002
【ノワール】
いいよ
どこに行くんだ?
【キッス】
ついてきて
こっちよ
Block1_2
101009002
【ノワール】
ごめん、これからちょっと用事がある
101065001
【キッス】
あら、残念
都合のいいときにまた声かけてね♪
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100262.html b/docs/story/100262.html index 53e6956b4..063e71bf1 100644 --- a/docs/story/100262.html +++ b/docs/story/100262.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_キッス_ランクアップ5

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_キッス_ランクアップ5

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_キッス_ランクアップ5

+ + + + + + + + + + + +
Load
Play
101065001
【キッス】
ラビットちゃん!
ちょっと付き合って!
101009002
【(選択肢)】
  1. 別にいいけど
  2. ごめん、ちょっと用事がある
Block1_1
101009002
【ノワール】
別にいいけど…
どうしたんだ?
【ノワール】
ええ!?
Block1_2
101009002
【ノワール】
ごめん、これからちょっと用事がある
101065001
【キッス】
あら、残念
都合のいいときにまた声かけてね♪
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100263.html b/docs/story/100263.html index c31673b75..185633d46 100644 --- a/docs/story/100263.html +++ b/docs/story/100263.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_キッス_ランクアップ6

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_キッス_ランクアップ6

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_キッス_ランクアップ6

+ + + + + + + + + + + +
Load
Play
101065001
【キッス】
あ、ラビットちゃ~ん…
いらっしゃ~い…
101009002
【(選択肢)】
  1. どうしたんだ?
  2. 日をあらためるよ
Block1_1
101009002
【ノワール】
ど、どうしたんだ、キッスさん…
大丈夫か?
【ノワール】
ダメなんだな…
なにがあったのか聞かせてくれ
Block1_2
101009002
【ノワール】
調子悪そうだな
日をあらためるよ
101065001
【キッス】
そお…?
じゃあまたね~…
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100264.html b/docs/story/100264.html index 47121da13..80d4aee6e 100644 --- a/docs/story/100264.html +++ b/docs/story/100264.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_キッス_ランクアップ7

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_キッス_ランクアップ7

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_キッス_ランクアップ7

+ + + + + + + + + + + +
Load
Play
101065001
【キッス】
せっかく来てくれたのにごめんなさい
今から少し商談があるのよ
101009002
【(選択肢)】
  1. 待ってるよ
  2. 忙しいならまた今後
Block1_1
101009002
【ノワール】
待ってるよ
【キッス】
10分程度で終わると思うから
それくらいにまた来てくれると嬉しいわ
Block1_2
101009002
【ノワール】
忙しいならまた今後にするよ
101065001
【キッス】
悪いわね~。次来たときは
特別サービスしてあげるから♪
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100265.html b/docs/story/100265.html index 852202cd7..6a1ae3f2b 100644 --- a/docs/story/100265.html +++ b/docs/story/100265.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_キッス_ランクアップ8

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_キッス_ランクアップ8

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_キッス_ランクアップ8

+ + + + + + + + + + + +
Load
Play
101065001
【キッス】
あ、ラビットちゃん
ちょうどいいところに
101009002
【(選択肢)】
  1. どうしたんだ?
  2. ごめん、ちょっと用事がある
Block1_1
101009002
【ノワール】
どうしたんだ?
俺になにか用か?
【ノワール】
もちろん
Block1_2
101009002
【ノワール】
ごめん、これからちょっと用事がある
101065001
【キッス】
あら、残念
都合のいいときにまた声かけてね♪
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100266.html b/docs/story/100266.html index dd5e4d6ae..aeb136f4f 100644 --- a/docs/story/100266.html +++ b/docs/story/100266.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_キッス_ランクアップ9

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_キッス_ランクアップ9

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_キッス_ランクアップ9

+ + + + + + + + + + + +
Load
Play
101065001
【キッス】
待ってたわよ、ラビットちゃん
お仕事の準備はできた?
101009002
【(選択肢)】
  1. いつでも行ける
  2. ごめん、まだ
Block1_1
101009002
【ノワール】
いつでも行けるよ
【キッス】
それじゃ、行きましょう
Block1_2
101009002
【ノワール】
ごめん、まだもうちょっとかかる
101065001
【キッス】
待ってるから
しっかり準備してきてね♪
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100267.html b/docs/story/100267.html index 7a6b35be8..7ffe189cf 100644 --- a/docs/story/100267.html +++ b/docs/story/100267.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_キッス_ランクアップ10

View script in lua + + + + + + + + + + + + + + + + + @@ -46,6 +63,10 @@

1章/コミュ/x0401_キッス_ランクアップ10

+ + + + @@ -55,5 +76,17 @@

1章/コミュ/x0401_キッス_ランクアップ10

+ + + + + + + + + + + +
Load
Play
101065001
【キッス】
ラビットちゃんに渡したい情報がいろいろあるの
寄って行ってくれる?
101009002
【(選択肢)】
  1. ああ、もちろん
  2. ごめん、ちょっと用事がある
Block1_1
101009002
【ノワール】
ああ、もちろん
【ノワール】
それは助かる!
ありがとう
Block1_2
101009002
【ノワール】
ごめん、これからちょっと用事がある
101065001
【キッス】
あら、残念
都合のいいときにまた声かけてね♪
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100268.html b/docs/story/100268.html index 83306aa95..d2f444f9b 100644 --- a/docs/story/100268.html +++ b/docs/story/100268.html @@ -11,11 +11,24 @@

1章/コミュ/x0401_ブレイズ_通常

View script in lua + + + + + + + + + + + + + @@ -35,5 +48,13 @@

1章/コミュ/x0401_ブレイズ_通常

+ + + + + + + +
Load
Play
101066001
【ブレイズ】
おや、ワシになにか用かの?
101009002
【(選択肢)】
  1. 遊びに出かけよう
  2. なんでもない
101066001
【ブレイズ】
ワシと遊びにじゃと?
もちろんOKじゃよ。どこにいくんじゃ?
101066001
【ブレイズ】
なんじゃ?
年寄りをからかうもんじゃないぞい
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100269.html b/docs/story/100269.html index 50f7ca972..636d146ba 100644 --- a/docs/story/100269.html +++ b/docs/story/100269.html @@ -11,6 +11,18 @@

1章/コミュ/x0401_ブレイズ_ランクアップ1

View script in lua + + + + + + + + + + + + @@ -61,6 +73,15 @@

1章/コミュ/x0401_ブレイズ_ランクアップ1

+ + + + + + + + + @@ -81,6 +102,10 @@

1章/コミュ/x0401_ブレイズ_ランクアップ1

+ + + + @@ -96,6 +121,10 @@

1章/コミュ/x0401_ブレイズ_ランクアップ1

+ + + + @@ -111,6 +140,10 @@

1章/コミュ/x0401_ブレイズ_ランクアップ1

+ + + + @@ -260,5 +293,13 @@

1章/コミュ/x0401_ブレイズ_ランクアップ1

+ + + + + + + +
template1
Load
Play
101066001
【ブレイズ】
おっ!おぬし
このあいだ編入してきたノワールじゃな!
【ブレイズ】
ワシは、この学園で教師をしながら
日々バルバロイの研究にいそしんでおる
101009002
【(選択肢)】
  1. 知ってる
  2. 教師?
  3. バルバロイの研究?
Block1_1
101009002
【ノワール】
さすがに知ってるよ
授業を受けたことあるしな
【ノワール】
それは楽しみにしたくないな…
Block1_2
101009002
【ノワール】
教師?
【ブレイズ】
さてはおぬし、授業中寝とったな!
Block1_3
101009002
【ノワール】
バルバロイの研究?
【ブレイズ】
ワシはそんな研究の第一人者なのじゃよ!
まぁ、他に研究してる者はほとんどおらんがの~
Block1end
101066001
【ブレイズ】
バルバロイの調査は危険が伴う
それゆえ、研究があまり進んでおらんのじゃ
101009002
【ノワール】
み、水…
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100270.html b/docs/story/100270.html index c2207285e..897fa06ad 100644 --- a/docs/story/100270.html +++ b/docs/story/100270.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ブレイズ_ランクアップ2

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ブレイズ_ランクアップ2

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ブレイズ_ランクアップ2

+ + + + + + + + + + + +
Load
Play
101066001
【ブレイズ】
来たか、ノワールよ
では早速研究を始めるかのう
101009002
【(選択肢)】
  1. わかった
  2. 今は忙しい
Block1_1
101009002
【ノワール】
ああ、わかった
【ブレイズ】
よしよし、話が早い!
Block1_2
101009002
【ノワール】
いや、今はちょっと忙しくて…
101066001
【ブレイズ】
なんじゃ、もう
年寄りを焦らすもんじゃないぞ~
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100271.html b/docs/story/100271.html index c3a8612c6..f4958e86e 100644 --- a/docs/story/100271.html +++ b/docs/story/100271.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ブレイズ_ランクアップ3

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ブレイズ_ランクアップ3

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ブレイズ_ランクアップ3

+ + + + + + + + + + + +
Load
Play
101066001
【ブレイズ】
おお、ノワール!待ちくたびれたぞい
それじゃ、研究を始めるとするかのう
101009002
【(選択肢)】
  1. わかった
  2. 今は忙しい
Block1_1
101009002
【ノワール】
ああ、わかった
【ブレイズ】
うむ。それじゃ早速始めるとするか
Block1_2
101009002
【ノワール】
いや、今はちょっと忙しくて…
101066001
【ブレイズ】
なんじゃ、まだ用意ができとらんのか?
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100272.html b/docs/story/100272.html index 97a4d8a33..173023499 100644 --- a/docs/story/100272.html +++ b/docs/story/100272.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ブレイズ_ランクアップ4

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ブレイズ_ランクアップ4

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ブレイズ_ランクアップ4

+ + + + + + + + + + + +
Load
Play
101066001
【ブレイズ】
おお、ノワール
今日もワシの研究に協力してくれるのか?
101009002
【(選択肢)】
  1. ああ、そのつもりだ
  2. いいや、そのつもりはない
Block1_1
101009002
【ノワール】
ああ、そのつもりだ
【ブレイズ】
そうかそうか
感心な心意気じゃ~
Block1_2
101009002
【ノワール】
いいや、そのつもりはない
101066001
【ブレイズ】
なんじゃ、期待させおって~!
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100273.html b/docs/story/100273.html index 8bff25608..828c3c5f0 100644 --- a/docs/story/100273.html +++ b/docs/story/100273.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ブレイズ_ランクアップ5

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ブレイズ_ランクアップ5

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ブレイズ_ランクアップ5

+ + + + + + + + + + + +
Load
Play
101066001
【ブレイズ】
おお、来たかノワール!
今日はちょっと外に出るぞい。準備はよいか?
101009002
【(選択肢)】
  1. ああ、大丈夫だ
  2. 今は忙しい
Block1_1
101009002
【ノワール】
ああ、大丈夫だ
【ブレイズ】
そうかそうか
それじゃ、さっそく行くぞ!
Block1_2
101009002
【ノワール】
いや、今はちょっと忙しくて…
101066001
【ブレイズ】
なんじゃ、もう
年寄りを焦らすもんじゃないぞ~
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100274.html b/docs/story/100274.html index 000e4546e..db75cf8a8 100644 --- a/docs/story/100274.html +++ b/docs/story/100274.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ブレイズ_ランクアップ6

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ブレイズ_ランクアップ6

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ブレイズ_ランクアップ6

+ + + + + + + + + + + +
Load
Play
101066001
【ブレイズ】
おお、どうしたノワール
今日もワシの研究を手伝ってくれるのか?
101009002
【(選択肢)】
  1. ああ、いいよ
  2. いいや、そのつもりはない
Block1_1
101009002
【ノワール】
ああ、いいよ
今日は手が空いてる
【ブレイズ】
ふむ。そうか
ちょっと待っておれ
Block1_2
101009002
【ノワール】
いいや、そのつもりはない
101066001
【ブレイズ】
なんじゃ、期待させおって~!
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100275.html b/docs/story/100275.html index 1af4279b6..6915b0b05 100644 --- a/docs/story/100275.html +++ b/docs/story/100275.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ブレイズ_ランクアップ7

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ブレイズ_ランクアップ7

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ブレイズ_ランクアップ7

+ + + + + + + + + + + +
Load
Play
101066001
【ブレイズ】
…ん?どうしたノワール
ワシに何か用か
101009002
【(選択肢)】
  1. 話がしたい
  2. 特に用はない
Block1_1
101009002
【ノワール】
ああ。あんたと話したくて
【ブレイズ】
ふむ。そうか…
Block1_2
101009002
【ノワール】
いや、特に用はない
101066001
【ブレイズ】
用もなく話しかけるもんではないぞ~
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100276.html b/docs/story/100276.html index 9b3e17074..33f4ed067 100644 --- a/docs/story/100276.html +++ b/docs/story/100276.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ブレイズ_ランクアップ8

View script in lua + + + + + + + + + + + + + + + + + @@ -31,6 +48,10 @@

1章/コミュ/x0401_ブレイズ_ランクアップ8

+ + + + @@ -40,5 +61,17 @@

1章/コミュ/x0401_ブレイズ_ランクアップ8

+ + + + + + + + + + + +
Load
Play
101066001
【ブレイズ】
おお、ノワール
今ちょっと時間あるか?
101009002
【(選択肢)】
  1. 大丈夫だ
  2. 今は忙しい
Block1_1
101009002
【ノワール】
大丈夫だけど…なんだ?
また研究の手伝いか?
【ブレイズ】
たまには、息抜きに茶でもと思ってな
ついでに、爺の昔話にでも付き合ってくれんか
Block1_2
101009002
【ノワール】
いや、今はちょっと忙しくて…
101066001
【ブレイズ】
そうか。残念じゃのう
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100277.html b/docs/story/100277.html index 022ba2cdf..cbd147358 100644 --- a/docs/story/100277.html +++ b/docs/story/100277.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ブレイズ_ランクアップ9

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ブレイズ_ランクアップ9

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ブレイズ_ランクアップ9

+ + + + + + + + + + + +
Load
Play
101066001
【ブレイズ】
ノワール。研究のために
またバルバロイとの戦闘を観察させてくれんか?
101009002
【(選択肢)】
  1. ああ、いいよ
  2. 今は忙しい
Block1_1
101009002
【ノワール】
ああ、いいよ
【ブレイズ】
おぬし、付き合いがいいのう!
ワシ、感動しちゃう
Block1_2
101009002
【ノワール】
いや、今はちょっと忙しくて…
101066001
【ブレイズ】
そうか。残念じゃのう
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100278.html b/docs/story/100278.html index d30169645..645a088bd 100644 --- a/docs/story/100278.html +++ b/docs/story/100278.html @@ -11,11 +11,28 @@

1章/コミュ/x0401_ブレイズ_ランクアップ10

View script in lua + + + + + + + + + + + + + + + + + @@ -26,6 +43,10 @@

1章/コミュ/x0401_ブレイズ_ランクアップ10

+ + + + @@ -35,5 +56,17 @@

1章/コミュ/x0401_ブレイズ_ランクアップ10

+ + + + + + + + + + + +
Load
Play
101066001
【ブレイズ】
おお、ノワール
今、時間あるかのう?
101009002
【(選択肢)】
  1. ああ、大丈夫だ
  2. 今は忙しい
Block1_1
101009002
【ノワール】
ああ、大丈夫だ
【ブレイズ】
そうか、そうか!
それじゃあ、ちょっとこっちに来てくれんか
Block1_2
101009002
【ノワール】
いや、今はちょっと忙しくて…
101066001
【ブレイズ】
この期におよんで
なおイケズなやつじゃの~
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/1003.html b/docs/story/1003.html index 4dc7e6497..ee438d16c 100644 --- a/docs/story/1003.html +++ b/docs/story/1003.html @@ -10,5 +10,21 @@

ダブルチュートリアルバトル_03

ダブルチュートリアルバトル

デバッグ用

View script in lua -
+ + + + + + + + + + + + + + + + +
Load
Play
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100361.html b/docs/story/100361.html index b56aaa8c8..ceb3d15e7 100644 --- a/docs/story/100361.html +++ b/docs/story/100361.html @@ -11,9 +11,25 @@

1章/能動会話/x0401_円卓の間

View script in lua + + + + + + + + + + + + + + + +
Load
Play
【(ナレーション)】
能動会話用ダミースクリプト
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100363.html b/docs/story/100363.html index bd2a9f9ed..78eae61d1 100644 --- a/docs/story/100363.html +++ b/docs/story/100363.html @@ -11,9 +11,25 @@

1章/能動会話/x0401_学園雰囲気1b

View script in lua + + + + + + + + + + + + + + + +
Load
Play
【(ナレーション)】
能動会話用ダミースクリプト
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100364.html b/docs/story/100364.html index 8e2464831..ea7774955 100644 --- a/docs/story/100364.html +++ b/docs/story/100364.html @@ -11,9 +11,25 @@

1章/能動会話/x0401_学園雰囲気1c

View script in lua + + + + + + + + + + + + + + + +
Load
Play
【(ナレーション)】
能動会話用ダミースクリプト
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100380.html b/docs/story/100380.html index 4b4738d52..06a1929db 100644 --- a/docs/story/100380.html +++ b/docs/story/100380.html @@ -11,6 +11,18 @@

1章/メイン/x0401_ディナタンも転校

View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

1章/メイン/x0401_ディナタンも転校

+ + + + + + + +
template1
Load
Play
101012001
【ディナタン】
(………同じくらいの年の人が、沢山)
101012001
【ディナタン】
(私たち………戦ってたんだ。この人たちと)
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100384.html b/docs/story/100384.html index f9c3b050e..2fa3fd057 100644 --- a/docs/story/100384.html +++ b/docs/story/100384.html @@ -11,6 +11,18 @@

1章/メイン/x0401_自己紹介

View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

1章/メイン/x0401_自己紹介

+ + + + + + + +
template1
Load
Play
401038001
【傭兵A】
それにしても
張りつめてんなあ、坊主
101009002
【ノワール】
追いつけるように、がんばります
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100391.html b/docs/story/100391.html index 1a0f470f3..8de93303c 100644 --- a/docs/story/100391.html +++ b/docs/story/100391.html @@ -11,6 +11,14 @@

1章/メイン/x0406_剣の祭壇へ向かう~

View script in lua + + + + + + + + @@ -95,5 +103,13 @@

1章/メイン/x0406_剣の祭壇へ向かう~

+ + + + + + + +
Load
Play
101011001
【ギネヴィア】
『剣の祭壇』はね
我が祖国(キャメリアード)がもつ数少ない財産なの
101011001
【ギネヴィア】
さあ。実家に帰らせて頂くわ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100392.html b/docs/story/100392.html index 8a6f9669c..424486d75 100644 --- a/docs/story/100392.html +++ b/docs/story/100392.html @@ -11,6 +11,14 @@

1章/メイン/x0406_儀式やキラーズとは

シーンID変更

View script in lua + + + + + + + + @@ -36,6 +44,19 @@

1章/メイン/x0406_儀式やキラーズとは

+ + + + + + + + + + + + + @@ -61,6 +82,10 @@

1章/メイン/x0406_儀式やキラーズとは

+ + + + @@ -86,6 +111,10 @@

1章/メイン/x0406_儀式やキラーズとは

+ + + + @@ -155,5 +184,13 @@

1章/メイン/x0406_儀式やキラーズとは

+ + + + + + + +
Load
Play
101011001
【ギネヴィア】
己の武器とは何なのか(じぶんはキラーズとなるのか)
他者を納める鞘なのか(それともバイブスとなるのか)
【ギネヴィア】
あなたのはよくわかんない
だからありがたがられてるんでしょ
101009001
【(選択肢)】
  1. 不審がられてる
  2. おかげでキミを助けられた
MA_01104_17_select1
MA_01104_17_select1_1
101009001
【ノワール】
不審がられてるよ
クラスの連中に
【ギネヴィア】
さてと。あなたのその力がキラーズのものなのか
バイブスのものなのかはわからない
MA_01104_17_select1_2
101009001
【ノワール】
でも、この力のおかげで
キミを助けることは出来た
【ギネヴィア】
さてと。あなたのその力がキラーズのものなのか
バイブスのものなのかはわからない
MA_01104_17_end
101011001
【ギネヴィア】
でも、ひとつだけいえることがあるわ
今のあなたは、まだ不完全
101009001
【ノワール】
…ゲシュタルト・シフト――…
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100393.html b/docs/story/100393.html index 8eb937cf6..b75e4fcf9 100644 --- a/docs/story/100393.html +++ b/docs/story/100393.html @@ -11,6 +11,14 @@

1章/メイン/x0407_剣の祭壇にて①

View script in lua + + + + + + + + @@ -31,6 +39,19 @@

1章/メイン/x0407_剣の祭壇にて①

+ + + + + + + + + + + + + @@ -51,6 +72,10 @@

1章/メイン/x0407_剣の祭壇にて①

+ + + + @@ -71,6 +96,10 @@

1章/メイン/x0407_剣の祭壇にて①

+ + + + @@ -91,6 +120,19 @@

1章/メイン/x0407_剣の祭壇にて①

+ + + + + + + + + + + + + @@ -106,6 +148,10 @@

1章/メイン/x0407_剣の祭壇にて①

+ + + + @@ -126,6 +172,10 @@

1章/メイン/x0407_剣の祭壇にて①

+ + + + @@ -260,5 +310,13 @@

1章/メイン/x0407_剣の祭壇にて①

+ + + + + + + +
Load
Play
101011001
【ギネヴィア】
きっかけは
錆びついた剣の軋み――
【ギネヴィア】
でも、この地にバルバロイが現れ始めた
それがどういうことかわかる?
101009001
【(選択肢)】
  1. 封印が緩みかけている?
  2. 実は封印ではなかった
MA_01104_18_select1
MA_01104_18_select1_1
101009001
【ノワール】
カリバーンによる封印が
緩みかけているから、とか…?
【ギネヴィア】
えいっ
MA_01104_18_select1_2
101009001
【ノワール】
実は封印ではなかった、とか…?
【ギネヴィア】
えいっ
MA_01104_18_end
101016001
【侍女】
やはりビクともしませんね
物理的な緩みではないようです
【ギネヴィア】
我が国はビンボーになった…
とか嘆く者もいたけど、どうかしらね
101009001
【(選択肢)】
  1. 貧乏は自己責任だ
  2. 土地の力が尽きて封印が緩んだ?
MA_01104_18_select2
MA_01104_18_select2_1
101009001
【ノワール】
人のせいにするな
貧乏は自己責任だろ
【ギネヴィア】
あと人じゃなくて剣のせいかもって話!
剣から人でも出てくれば話は別だけど!
MA_01104_18_select2_2
101009001
【ノワール】
土地の力が尽きたから
封印を維持できなくなってしまったってわけか?
【侍女】
そもそも土地の力を吸い取るという言い伝えが
正しかったのかもわかりませんけれどね
MA_01104_18_2_end
101016001
【???】
そこに、いらっしゃいますか?
──『継承者』
101016001
【侍女】
それにしても、このカリバーンの朽ち果てよう…
もはや封は限界に至っているのかも──…
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100395.html b/docs/story/100395.html index 8b9c2a5a7..377c64c94 100644 --- a/docs/story/100395.html +++ b/docs/story/100395.html @@ -11,6 +11,18 @@

1章/メイン/x0407_妖精殺しの息子に~

View script in lua + + + + + + + + + + + + @@ -110,5 +122,13 @@

1章/メイン/x0407_妖精殺しの息子に~

+ + + + + + + +
template1
Load
Play
101015001
【アーサー】
それにしたって、学内は喧々諤々だなあ
101010001
【ランスロット】
武器を預かり
必ず帰って来るさ。あいつなら
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100396.html b/docs/story/100396.html index c4b855fbb..613e35efa 100644 --- a/docs/story/100396.html +++ b/docs/story/100396.html @@ -11,6 +11,14 @@

1章/メイン/x0407_ティルフィング現界

View script in lua + + + + + + + + @@ -50,5 +58,13 @@

1章/メイン/x0407_ティルフィング現界

+ + + + + + + +
Load
Play
101011001
【ギネヴィア】
「原初の(つるぎ)を継ぐ者待てば
いずれカリバーンは抜き放たれん」
101013001
【ガウェイン】
で、転校生は?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100397.html b/docs/story/100397.html index f1abe23e6..25a9a980c 100644 --- a/docs/story/100397.html +++ b/docs/story/100397.html @@ -11,11 +11,32 @@

1章/メイン/x0407_ティルフィング初登場

View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -31,6 +52,10 @@

1章/メイン/x0407_ティルフィング初登場

+ + + + @@ -46,6 +71,10 @@

1章/メイン/x0407_ティルフィング初登場

+ + + + @@ -101,6 +130,11 @@

1章/メイン/x0407_ティルフィング初登場

+ + + + + @@ -151,6 +185,19 @@

1章/メイン/x0407_ティルフィング初登場

+ + + + + + + + + + + + + @@ -166,6 +213,10 @@

1章/メイン/x0407_ティルフィング初登場

+ + + + @@ -181,6 +232,10 @@

1章/メイン/x0407_ティルフィング初登場

+ + + + @@ -210,5 +265,13 @@

1章/メイン/x0407_ティルフィング初登場

+ + + + + + + +
Load
Play
【???】
継いで くださいますか?
101009001
【(選択肢)】
  1. 誰なんだ…?
  2. 死ぬわけにはいかない
MA_01104_22_select1
MA_01104_22_select1_1
101009001
【ノワール】
さっきから
俺に語り掛けてるのは誰なんだ…?
【ノワール】
継ぐ、って…いったい何を!?
MA_01104_22_select1_2
101009001
【ノワール】
こんなところで死ぬわけにはいかない…!
【ノワール】
もう
なにもできないのはイヤなんだ…!
MA_01104_22_end
101013001
【ガウェイン】
転校生だけ取り残されてるゥッ!?
【???】
──終わりの続きを斬り拓く、武器を
101009001
【(選択肢)】
  1. 武器を寄越せ
101009001
【ノワール】
武器を──寄越せ
【ノワール】
ティル、フィング………
101009001
【(選択肢)】
  1. 往こう
  2. 最初の、武器…?
MA_01104_22_select2
MA_01104_22_select2_1
101009001
【ノワール】
往こう
【ティルフィング】
勿論です、マスター
私の力のすべてはそのために
MA_01104_22_select2_2
101009001
【ノワール】
最初の、武器…?
【ティルフィング】
はい、マスター
アナタの…初めての武器です
MA_01104_22_2_end
101001002
【ティルフィング】
私はアナタを探していたのかもしれない──
101001002
【ティルフィング】
我が同胞の叫びを、アナタに
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/1004.html b/docs/story/1004.html index fb83b27e8..ceedaf722 100644 --- a/docs/story/1004.html +++ b/docs/story/1004.html @@ -11,6 +11,14 @@

ダブルチュートリアルバトル_04

デバッグ用

View script in lua + + + + + + + + @@ -25,5 +33,13 @@

ダブルチュートリアルバトル_04

+ + + + + + + +
Load
Play
101012003
【ディナタン】
※削除
101010001
【玲瓏な騎士】
………
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100400.html b/docs/story/100400.html index 727a8a5fe..5bfbb2afe 100644 --- a/docs/story/100400.html +++ b/docs/story/100400.html @@ -11,11 +11,32 @@

1章/メイン/x0407_キャメ~不穏なオーラ

View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -36,6 +57,10 @@

1章/メイン/x0407_キャメ~不穏なオーラ

+ + + + @@ -51,6 +76,10 @@

1章/メイン/x0407_キャメ~不穏なオーラ

+ + + + @@ -66,6 +95,10 @@

1章/メイン/x0407_キャメ~不穏なオーラ

+ + + + @@ -131,6 +164,15 @@

1章/メイン/x0407_キャメ~不穏なオーラ

+ + + + + + + + + @@ -146,6 +188,10 @@

1章/メイン/x0407_キャメ~不穏なオーラ

+ + + + @@ -161,6 +207,10 @@

1章/メイン/x0407_キャメ~不穏なオーラ

+ + + + @@ -265,5 +315,13 @@

1章/メイン/x0407_キャメ~不穏なオーラ

+ + + + + + + +
template1
Load
Play
101013001
【ガウェイン】
まったく…だからさ
出しゃばられちゃ困るンだよ転校生
101009001
【(選択肢)】
  1. ギネヴィアに助けられた
  2. ランスロットに送り出された
  3. ディナタンを待たせている
Block1_1
101009001
【ノワール】
ギネヴィアに助けられて
ここまでやっと来られたんだ
【ギネヴィア】
ノワールの雇い主は
わたしなのにね?
Block1_2
101009001
【ノワール】
ランスロットにも
なにか考えがあるみたいだったから
【ガウェイン】
今はいーんだよ、ンなことは!
Block1_3
101009001
【ノワール】
ディナタンを待たせているんだ
出しゃばるつもりはないよ
【侍女】
はい。その成果はございましたね
謎も…増えましたが
Block1end
101013001
【ガウェイン】
あのよ。これで転校生がろくな戦果も挙げず
そのうえ死んじまってみろ
【ギネヴィア】
!!なにこれ…
……キャメリアードが、揺れてる…!?
101009001
【(選択肢)】
  1. 国民は無事なんだよな?
  2. 国民はもう…
Block2_1
101009001
【ノワール】
キャメリアードの国民は無事なんだよな?
きっと
【ギネヴィア】
みんな無事よ
パパなんか前より太ってるかも
Block2_2
101009001
【ノワール】
キャメリアードの国民は、もう…
【ギネヴィア】
そうカンタンにやられるみんなじゃないわ
採掘作業でカラダ鍛えてるんだから
Block2end
101011001
【ギネヴィア】
…大丈夫よ
まだ覚えてるもの
101011001
【ギネヴィア】
本当のこと言ってくれないね
だあれも
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100402.html b/docs/story/100402.html index 0e3fc1ee0..350686964 100644 --- a/docs/story/100402.html +++ b/docs/story/100402.html @@ -11,6 +11,18 @@

1章/メイン/x0409_回想:妖精殺しの報

View script in lua + + + + + + + + + + + + @@ -185,5 +197,13 @@

1章/メイン/x0409_回想:妖精殺しの報

+ + + + + + + +
template1
Load
Play
101009005
【ノワール】
(現実味がないんだよ
妖精を殺したなんて)
101010003
【ランスロット】
円卓で待ってる
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100403.html b/docs/story/100403.html index 90b1e6e05..4815d3c14 100644 --- a/docs/story/100403.html +++ b/docs/story/100403.html @@ -11,6 +11,18 @@

1章/メイン/x0409_療養院

View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

1章/メイン/x0409_療養院

+ + + + + + + + + @@ -36,6 +57,10 @@

1章/メイン/x0409_療養院

+ + + + @@ -51,6 +76,10 @@

1章/メイン/x0409_療養院

+ + + + @@ -76,6 +105,15 @@

1章/メイン/x0409_療養院

+ + + + + + + + + @@ -91,6 +129,10 @@

1章/メイン/x0409_療養院

+ + + + @@ -106,6 +148,10 @@

1章/メイン/x0409_療養院

+ + + + @@ -146,6 +192,15 @@

1章/メイン/x0409_療養院

+ + + + + + + + + @@ -161,6 +216,10 @@

1章/メイン/x0409_療養院

+ + + + @@ -176,6 +235,10 @@

1章/メイン/x0409_療養院

+ + + + @@ -201,6 +264,10 @@

1章/メイン/x0409_療養院

+ + + + @@ -275,5 +342,13 @@

1章/メイン/x0409_療養院

+ + + + + + + +
template1
Load
Play
101012001
【ディナタン】
………おかえりなさい、兄さん
【ノワール】
…ただいま。ディナタン
101009002
【(選択肢)】
  1. 心配かけてごめん
  2. ここは?みんなは?
Block1_1
101009002
【ノワール】
心配かけて、ごめん…
【ディナタン】
でも、離れ離れは
もういやだよ、兄さん
Block1_2
101009002
【ノワール】
ここは?
…みんなは?
【ノワール】
そうか
良かった…
Block1end
101009002
【ノワール】
…陰口とか、言われてないか
俺がいなかったあいだ…
【ガウェイン】
…そんじゃあ
連れて帰って来て正解だったわけだ
101009002
【(選択肢)】
  1. ありがとう、ガウェイン
  2. 恩着せがましいなあ
Block2_1
101009002
【ノワール】
…ありがとう、ガウェイン
【ガウェイン】
礼を言われる筋合いねーよ
誤解されちゃ困るね
Block2_2
101009002
【ノワール】
恩着せがましいなあ
わざわざ来るなんてさ
【ディナタン】
ちょっと兄さん!
変なこと言わないでよ!
Block2end
101041003
【???】
あら。こんにちは
【モルガン】
やっぱり、家族団らんを見てるのが
一番心休まるわね。刺激的じゃない日々がスキよ
101009002
【(選択肢)】
  1. ディナタンはずっとここに?
  2. 団らん出来るようになりたいな
  3. 家族を捨てて刺激的な人生を
Block3_1
101009002
【ノワール】
ディナタンはずっとここに?
【ディナタン】
ずぅーっと、ね
Block3_2
101009002
【ノワール】
…ゆっくり団らん出来るようになりたいな
【モルガン】
…私も力添えするわ
Block3_3
101009002
【ノワール】
家族を捨てて刺激的な人生を歩みたいです
【ディナタン】
わかってます!!
ひどい冗談!!
Block3end
101041003
【モルガン】
あら、ごめんなさい。私はモルガン
この療養院の養護教諭よ
101017001
【マルディサント】
ブッてんじゃねえぞ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100404.html b/docs/story/100404.html index 4252f1c8b..747acebeb 100644 --- a/docs/story/100404.html +++ b/docs/story/100404.html @@ -11,6 +11,18 @@

1章/メイン/x0409_戦果報告~認められる立場

View script in lua + + + + + + + + + + + + @@ -61,6 +73,15 @@

1章/メイン/x0409_戦果報告~認められる立場

+ + + + + + + + + @@ -81,6 +102,10 @@

1章/メイン/x0409_戦果報告~認められる立場

+ + + + @@ -96,6 +121,10 @@

1章/メイン/x0409_戦果報告~認められる立場

+ + + + @@ -235,5 +264,13 @@

1章/メイン/x0409_戦果報告~認められる立場

+ + + + + + + +
template1
Load
Play
101015001
【アーサー】
でかした!
と言っていいわけだ!!
【ランスロット】
無事でなによりだ
ノワール
101009002
【(選択肢)】
  1. ただいま
Block1_1
101009002
【ノワール】
…ただいま
【ランスロット】
…それだけだ
Block1_2
101009002
【ノワール】
【ランスロット】
不格好なコート(ラ・コート・マルタイユ)』の団長なら
難なくこなせる任務だと思っていた
Block1end
101010001
【ランスロット】
きちんと帰って来てくれて、良かった
101009002
【ノワール】
………フォー・ラウンド
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100405.html b/docs/story/100405.html index 3e2128db5..c66b01043 100644 --- a/docs/story/100405.html +++ b/docs/story/100405.html @@ -11,6 +11,18 @@

1章/メイン/x0409_ギネヴィアとティル~

View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

1章/メイン/x0409_ギネヴィアとティル~

+ + + + + + + + + @@ -71,6 +92,10 @@

1章/メイン/x0409_ギネヴィアとティル~

+ + + + @@ -91,6 +116,10 @@

1章/メイン/x0409_ギネヴィアとティル~

+ + + + @@ -116,6 +145,10 @@

1章/メイン/x0409_ギネヴィアとティル~

+ + + + @@ -161,6 +194,15 @@

1章/メイン/x0409_ギネヴィアとティル~

+ + + + + + + + + @@ -176,6 +218,10 @@

1章/メイン/x0409_ギネヴィアとティル~

+ + + + @@ -191,6 +237,10 @@

1章/メイン/x0409_ギネヴィアとティル~

+ + + + @@ -215,5 +265,13 @@

1章/メイン/x0409_ギネヴィアとティル~

+ + + + + + + +
template1
Load
Play
101001001
【ティルフィング】
あらためまして大変おめでとうございます
そしてよろしくお願いします、ノワール卿(マスター)
【ノワール】
わ、訳がわからない
101009002
【(選択肢)】
  1. 教えてくれる日はくるのか?
  2. 俺の能力っていったい…
  3. 祭壇に刺さっていたのはなぜ?
Block1_1
101009002
【ノワール】
教えてくれる日はくるのか?
【ティルフィング】
それを選び取ることは、できるかもしれません
Block1_2
101009002
【ノワール】
儀式もなしにバルバロイを倒せる
GS(ゲシュタルト・シフト)もなしにキラーズを得られる
【ティルフィング】
理解せざるをえない日が
きます
Block1_3
101009002
【ノワール】
キャメリアードに刺さっていたのはなぜだ?
それも答えられないのか?
【ティルフィング】
…申し訳ありません
Block1end
101011001
【ギネヴィア】
なんも言ってくれないもんね
本当のコトを、誰も
【侍女】
殿下のワガママに
辟易しませんか…?
101009002
【(選択肢)】
  1. …少し
  2. 気にかけてくれて、ありがたい
Block2_1
101009002
【ノワール】
…正直に言えば、少し…
【侍女】
いつもお付き合いいただき
ありがとうございます…
Block2_2
101009002
【ノワール】
いえ!
気にかけてもらってむしろありがたいです
【侍女】
…そう言っていただけると
殿下も幾分か救われます
Block2end
101016001
【侍女】
それでは本日はこのあたりで
…ごきげんよう
101009002
【ノワール】
…父さん
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100406.html b/docs/story/100406.html index 965f2b36a..138735327 100644 --- a/docs/story/100406.html +++ b/docs/story/100406.html @@ -11,6 +11,18 @@

1章/メイン/x0410_ティルフィング転入

View script in lua + + + + + + + + + + + + @@ -146,6 +158,15 @@

1章/メイン/x0410_ティルフィング転入

+ + + + + + + + + @@ -161,6 +182,10 @@

1章/メイン/x0410_ティルフィング転入

+ + + + @@ -176,6 +201,10 @@

1章/メイン/x0410_ティルフィング転入

+ + + + @@ -191,6 +220,10 @@

1章/メイン/x0410_ティルフィング転入

+ + + + @@ -240,5 +273,13 @@

1章/メイン/x0410_ティルフィング転入

+ + + + + + + +
template1
Load
Play
101010001
【ランスロット】
些細な喧嘩だ
気にする必要はない
【ギネヴィア】
(…ま。嘘も方便ね
「GSを済ませた」ワケではないし)
101009002
【(選択肢)】
  1. ランスロット卿の手引きで
  2. ギネヴィア殿下のおかげだ
  3. 俺の力で何とかやり遂げた
Block1_1
101009002
【ノワール】
…ランスロット卿の
手引きのおかげ、だから
【ランスロット】
いや。ノワールが斬り拓いた道だ
Block1_2
101009002
【ノワール】
ギネヴィア殿下のおかげだ
【ギネヴィア】
………!
…ど、どーも、わたしのおかげです
Block1_3
101009002
【ノワール】
俺の力でなんとかやり遂げたんだ
努力を続けた甲斐があったよ
【男子生徒A】
なんか感じ悪くね、あいつ?
Block1end
101010001
【ランスロット】
彼は我らログレスの拠点
剣の祭壇を取り返してくれた
101011001
【ギネヴィア】
(ティルフィングのことも
彼女が言ってた『継承者』ってコトバ自体も)
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100407.html b/docs/story/100407.html index baa5a8b1b..f3bf6cc12 100644 --- a/docs/story/100407.html +++ b/docs/story/100407.html @@ -11,6 +11,18 @@

1章/メイン/x0410_聖杯と妖精殺し

View script in lua + + + + + + + + + + + + @@ -165,5 +177,13 @@

1章/メイン/x0410_聖杯と妖精殺し

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
(…それに、ケイが言ってた『妖精殺し』――
それについてもなんか隠してるみたいだった)
101011001
【ギネヴィア】
ウッ、うるしゃァい…………!!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100409.html b/docs/story/100409.html index 4442a0a57..07fe4a559 100644 --- a/docs/story/100409.html +++ b/docs/story/100409.html @@ -11,6 +11,18 @@

1章/メイン/x0412_バルバロイ討伐への準備①

View script in lua + + + + + + + + + + + + @@ -165,5 +177,13 @@

1章/メイン/x0412_バルバロイ討伐への準備①

+ + + + + + + +
template1
Load
Play
101040001
【ケイ】
ノワール、待ちたまえ
101009002
【ノワール】
わかった
行ってみるよ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100411.html b/docs/story/100411.html index ed0e5ef8a..5d8afa72e 100644 --- a/docs/story/100411.html +++ b/docs/story/100411.html @@ -11,6 +11,18 @@

1章/メイン/x0420_バルバロイ討伐後報告①

View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

1章/メイン/x0420_バルバロイ討伐後報告①

+ + + + + + + +
template1
Load
Play
101040001
【ケイ】
ノワールか
先のバルバロイ掃討作戦の働きは聞いている
101009002
【ノワール】
あっ、そうだった
すぐに行ってくるよ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100412.html b/docs/story/100412.html index e772f8056..4a5ffc610 100644 --- a/docs/story/100412.html +++ b/docs/story/100412.html @@ -11,6 +11,18 @@

1章/メイン/x0420_バルバロイ討伐への準備②

View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

1章/メイン/x0420_バルバロイ討伐への準備②

+ + + + + + + +
template1
Load
Play
101065001
【キッス】
いらっしゃい、ラビットちゃん
待ってたわよ♪
101065001
【キッス】
そう言ってくれると思ってたわ
よろしく頼むわね♪
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100415.html b/docs/story/100415.html index 159582525..e9b926157 100644 --- a/docs/story/100415.html +++ b/docs/story/100415.html @@ -11,6 +11,18 @@

1章/メイン/x0427_バルバロイ討伐後報告②

View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

1章/メイン/x0427_バルバロイ討伐後報告②

+ + + + + + + +
template1
Load
Play
101065001
【キッス】
ラビットちゃん、いらっしゃい
…おかえりなさい、がいいかしら?
101009002
【ノワール】
(ケイにも報告しておくか…)
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100416.html b/docs/story/100416.html index 571e06a26..e94d70d13 100644 --- a/docs/story/100416.html +++ b/docs/story/100416.html @@ -11,6 +11,18 @@

1章/メイン/x0429_五月祭の知らせ

View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

1章/メイン/x0429_五月祭の知らせ

+ + + + + + + +
template1
Load
Play
101010001
【ランスロット】
それではホームルームをはじめよう
101011001
【ギネヴィア】
選ばれてしまうのね…
さらわれてしまうのね、わたし…
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100417.html b/docs/story/100417.html index aab144b26..de27fb89a 100644 --- a/docs/story/100417.html +++ b/docs/story/100417.html @@ -10,5 +10,25 @@

1章/メイン/x0429_五月祭へのフリ

祭りを待つ学び舎

View script in lua -
+ + + + + + + + + + + + + + + + + + + + +
template1
Load
Play
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100418.html b/docs/story/100418.html index 187ba2285..57bdf6ae7 100644 --- a/docs/story/100418.html +++ b/docs/story/100418.html @@ -11,6 +11,18 @@

1章/メイン/x0430_五月祭説明

View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

1章/メイン/x0430_五月祭説明

+ + + + + + + + + @@ -51,6 +72,10 @@

1章/メイン/x0430_五月祭説明

+ + + + @@ -66,6 +91,10 @@

1章/メイン/x0430_五月祭説明

+ + + + @@ -81,6 +110,10 @@

1章/メイン/x0430_五月祭説明

+ + + + @@ -136,6 +169,15 @@

1章/メイン/x0430_五月祭説明

+ + + + + + + + + @@ -151,6 +193,10 @@

1章/メイン/x0430_五月祭説明

+ + + + @@ -171,6 +217,10 @@

1章/メイン/x0430_五月祭説明

+ + + + @@ -226,6 +276,15 @@

1章/メイン/x0430_五月祭説明

+ + + + + + + + + @@ -241,6 +300,10 @@

1章/メイン/x0430_五月祭説明

+ + + + @@ -256,6 +319,10 @@

1章/メイン/x0430_五月祭説明

+ + + + @@ -320,5 +387,13 @@

1章/メイン/x0430_五月祭説明

+ + + + + + + +
template1
Load
Play
101001001
【ティルフィング】
…おいしい
【ディナタン】
いっ、いえ!
101009002
【(選択肢)】
  1. おかわりする?
  2. ディナタンのぶんも食べる?
  3. 俺のぶんも食べる?
Block1_1
101009002
【ノワール】
そんなにおいしいんだったら
おかわりするか?
【ディナタン】
すいませーん!
おかわりをくださーい!
Block1_2
101009002
【ノワール】
ディナタンのぶんも食べる?
【ティルフィング】
いえ、マスターのものを無理にいただくわけには
Block1_3
101009002
【ノワール】
俺のぶんも食べる?
【ティルフィング】
…あの、でも
本当に良いのですか?
Block1end
101001001
【ティルフィング】
なにを食べても、おいしいんです
【冷ややかなお嬢様】
輝かしい学園生活のための
転校生による生存戦略じゃないかしら
101009002
【(選択肢)】
  1. 席が空いてるから一緒に食べよう
  2. 向こうに行ってくれ
Block2_1
101009002
【ノワール】
席、空いてるけど?
一緒に食べるなら…
【冷ややかなお嬢様】
その気持ちだけ
いただいておくわ
Block2_2
101009002
【ノワール】
…食べ始めたばかりなんだ
悪いが向こうへ行ってくれ
【クールな少年】
ま、安心してよ
別に長居するつもりはないから
Block2end
101014001
【クールな少年】
ところで五月祭のことを話してたよね
ボクはキミにそこで大恥かいて欲しくてさ
【ギネヴィア】
五月祭当日は
しっかりわたしを護衛なさい!!
101009002
【(選択肢)】
  1. なんで?
  2. わかってるよ、女王様
Block3_1
101009002
【ノワール】
えっ?
…なんで?
【ギネヴィア】
わたしが五月女王に選ばれて
みんながわたしを誘拐にくるからよ!
Block3_2
101009002
【ノワール】
わかってるよ
キミが五月女王に選ばれるから──
【ギネヴィア】
や、やだーもう!
ノワールったら素直―!!
Block3end
101011001
【ギネヴィア】
五月祭の栄光をもって
わたしは故郷(キャメリアード)に凱旋するのよ!!
101019001
【イゾルデ】
ええ。サボるわけには、いかないものね
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100419.html b/docs/story/100419.html index cfe25b056..345d26282 100644 --- a/docs/story/100419.html +++ b/docs/story/100419.html @@ -11,6 +11,18 @@

1章/メイン/x0430_ワルプルギスの夜~

View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

1章/メイン/x0430_ワルプルギスの夜~

+ + + + + + + +
template1
Load
Play
101041002
【???】
蟲喰いの貴方
101041002
【???】
どうか 幻想に浸らせて
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100429.html b/docs/story/100429.html index ed7c2fd8f..cbf7c6e71 100644 --- a/docs/story/100429.html +++ b/docs/story/100429.html @@ -11,6 +11,18 @@

1章/メイン/x0410_PTN噂話A2_パターン

View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

1章/メイン/x0410_PTN噂話A2_パターン

+ + + + + + + +
template1
Load
Play
【真面目な男子生徒】
例の転入生
剣の祭壇の入学試験にパスしたらしいよ
【気取った男子生徒】
…やっぱり
オレ、あいつのこと嫌いだ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100449.html b/docs/story/100449.html index 969596960..4a240dfbb 100644 --- a/docs/story/100449.html +++ b/docs/story/100449.html @@ -11,6 +11,18 @@

1章/メイン/x0424_PTN噂話A3_パターン

View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

1章/メイン/x0424_PTN噂話A3_パターン

+ + + + + + + +
template1
Load
Play
【気取った男子生徒】
イテテ…
【内気な女子生徒】
心配いらないわ。司書のクリスティーナさんが
優しく教えてくれるはずだから
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100473.html b/docs/story/100473.html index 25a6c3789..b44a37738 100644 --- a/docs/story/100473.html +++ b/docs/story/100473.html @@ -11,9 +11,25 @@

1章/能動会話/x0401_屋上

View script in lua + + + + + + + + + + + + + + + +
Load
Play
【(ナレーション)】
能動会話用ダミースクリプト
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/1005.html b/docs/story/1005.html index 17c7d9279..64773c377 100644 --- a/docs/story/1005.html +++ b/docs/story/1005.html @@ -11,6 +11,14 @@

ダブルチュートリアルバトル_05

デバッグ用

View script in lua + + + + + + + + @@ -20,5 +28,13 @@

ダブルチュートリアルバトル_05

+ + + + + + + +
Load
Play
101009003
【ノワール】
※削除
101012003
【ディナタン】
※削除
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100564.html b/docs/story/100564.html index 3ce7ea60e..bb53a6dd8 100644 --- a/docs/story/100564.html +++ b/docs/story/100564.html @@ -11,6 +11,14 @@

1章/バトルADV/x0404_BTL演習1_導入

View script in lua + + + + + + + + @@ -50,5 +58,13 @@

1章/バトルADV/x0404_BTL演習1_導入

+ + + + + + + +
Load
Play
101010001
【ランスロット】
今日は実戦形式の授業を行う
101009001
【ノワール】
やれないわけないだろ!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100565.html b/docs/story/100565.html index 30ad4241d..73f46e4d8 100644 --- a/docs/story/100565.html +++ b/docs/story/100565.html @@ -11,6 +11,14 @@

1章/バトルADV/x0404_BTL演習1_完了

View script in lua + + + + + + + + @@ -40,5 +48,13 @@

1章/バトルADV/x0404_BTL演習1_完了

+ + + + + + + +
Load
Play
101010001
【ランスロット】
よし、そこまで
101009001
【ノワール】
あ、ああ…
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100566.html b/docs/story/100566.html index 7be03694c..32e791694 100644 --- a/docs/story/100566.html +++ b/docs/story/100566.html @@ -11,6 +11,14 @@

1章/バトルADV/x0406_BTLバトル:キラーズ_導入

View script in lua + + + + + + + + @@ -30,5 +38,13 @@

1章/バトルADV/x0406_BTLバトル:キラーズ_導入

+ + + + + + + +
Load
Play
101011001
【ギネヴィア】
このあいだはちょっと気を抜いてて
カッコ悪いところを見せちゃったけど
101016002
【侍女】
殿下、無駄口はそこまでに
敵が来ます
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100567.html b/docs/story/100567.html index d5590f5bd..c83ff7686 100644 --- a/docs/story/100567.html +++ b/docs/story/100567.html @@ -11,6 +11,14 @@

1章/バトルADV/x0406_BTLバトル:キラーズ_完了

View script in lua + + + + + + + + @@ -30,5 +38,13 @@

1章/バトルADV/x0406_BTLバトル:キラーズ_完了

+ + + + + + + +
Load
Play
101011001
【ギネヴィア】
にししっ♪
ざっとこんなもんね
101011001
【ギネヴィア】
かわいい後輩くんに
いろいろ説明してあげなきゃならなそうね
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100568.html b/docs/story/100568.html index 7aeeff4f9..1d5354001 100644 --- a/docs/story/100568.html +++ b/docs/story/100568.html @@ -11,6 +11,14 @@

1章/バトルADV/x0407_BTLティルフィング無双_導入

View script in lua + + + + + + + + @@ -30,5 +38,13 @@

1章/バトルADV/x0407_BTLティルフィング無双_導入

+ + + + + + + +
Load
Play
101001002
【ティルフィング】
来なさい
私は『最初の武器』(ファースト・キラーズ)ティルフィング
101001002
【ティルフィング】
ご心配は無用です、マスター
それが私の使命なのですから
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100569.html b/docs/story/100569.html index b309b0a40..3b7504893 100644 --- a/docs/story/100569.html +++ b/docs/story/100569.html @@ -11,6 +11,14 @@

1章/バトルADV/x0407_BTLティルフィング無双_完了

View script in lua + + + + + + + + @@ -35,5 +43,13 @@

1章/バトルADV/x0407_BTLティルフィング無双_完了

+ + + + + + + +
Load
Play
101013001
【ガウェイン】
信じらんねえ
本当にひとりでやっちまった
101001002
【ティルフィング】
マスター…
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100570.html b/docs/story/100570.html index bbc15c8df..3915a5dd3 100644 --- a/docs/story/100570.html +++ b/docs/story/100570.html @@ -11,6 +11,14 @@

1章/バトルADV/x0418_BTL演習2_導入

View script in lua + + + + + + + + @@ -25,5 +33,13 @@

1章/バトルADV/x0418_BTL演習2_導入

+ + + + + + + +
Load
Play
101010001
【ランスロット】
授業内容は前回と一緒だ
説明はいらないな?
101010001
【ランスロット】
では始めろ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100571.html b/docs/story/100571.html index b81ce78d9..f27453c28 100644 --- a/docs/story/100571.html +++ b/docs/story/100571.html @@ -11,6 +11,14 @@

1章/バトルADV/x0418_BTL演習2_完了

View script in lua + + + + + + + + @@ -35,5 +43,13 @@

1章/バトルADV/x0418_BTL演習2_完了

+ + + + + + + +
Load
Play
101010001
【ランスロット】
そこまでだ
101009001
【ノワール】
…まだまだってことだな
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100572.html b/docs/story/100572.html index d5c662456..0e734076f 100644 --- a/docs/story/100572.html +++ b/docs/story/100572.html @@ -11,6 +11,14 @@

1章/バトルADV/x0420_BTLバルバロイ討伐1_導入

View script in lua + + + + + + + + @@ -45,5 +53,13 @@

1章/バトルADV/x0420_BTLバルバロイ討伐1_導入

+ + + + + + + +
Load
Play
101009001
【ノワール】
いた、バルバロイだ!
101009001
【ノワール】
これでも、もと傭兵さ
どんな相手でも臨機応変に立ち回ってみせる!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100573.html b/docs/story/100573.html index 4ef66af08..7cf551ce2 100644 --- a/docs/story/100573.html +++ b/docs/story/100573.html @@ -11,6 +11,14 @@

1章/バトルADV/x0420_BTLバルバロイ討伐1_完了

View script in lua + + + + + + + + @@ -25,5 +33,13 @@

1章/バトルADV/x0420_BTLバルバロイ討伐1_完了

+ + + + + + + +
Load
Play
101009001
【ノワール】
これで任務完了かな
助かったよ、ティルフィング
101009001
【ノワール】
じゃあ、街に戻って結果を報告しよう
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100574.html b/docs/story/100574.html index 5b0fbc049..51584454d 100644 --- a/docs/story/100574.html +++ b/docs/story/100574.html @@ -11,6 +11,14 @@

1章/バトルADV/x0427_BTLバルバロイ討伐2_導入

View script in lua + + + + + + + + @@ -25,5 +33,13 @@

1章/バトルADV/x0427_BTLバルバロイ討伐2_導入

+ + + + + + + +
Load
Play
101001002
【ティルフィング】
マスター!
バルバロイを発見しました
101001002
【ティルフィング】
はい
こちらはいつでも!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100575.html b/docs/story/100575.html index 2081d710a..eaeabda24 100644 --- a/docs/story/100575.html +++ b/docs/story/100575.html @@ -11,6 +11,14 @@

1章/バトルADV/x0427_BTLバルバロイ討伐2_完了

View script in lua + + + + + + + + @@ -45,5 +53,13 @@

1章/バトルADV/x0427_BTLバルバロイ討伐2_完了

+ + + + + + + +
Load
Play
101009001
【ノワール】
ふう、今回もうまくいったな
101001002
【ティルフィング】
はい、マスター
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100587.html b/docs/story/100587.html index 2c934bf6f..004c09b5f 100644 --- a/docs/story/100587.html +++ b/docs/story/100587.html @@ -11,6 +11,14 @@

1章/バトルADV/x0624_BTLブライアン戦1_完了

View script in lua + + + + + + + + @@ -25,5 +33,13 @@

1章/バトルADV/x0624_BTLブライアン戦1_完了

+ + + + + + + +
Load
Play
101050001
【ブライアン】
おいおい、聞いてねえぞ!?
ディナタン、おめえまで前線に立ってんのかよ
101050001
【ブライアン】
…つって聞くタマじゃねんだよな
ノワールやあいつに似てよ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100596.html b/docs/story/100596.html index 906285ec7..31b7f51c9 100644 --- a/docs/story/100596.html +++ b/docs/story/100596.html @@ -11,6 +11,14 @@

1章/バトルADV/x0722_BTL帰郷_導入

View script in lua + + + + + + + + @@ -30,5 +38,13 @@

1章/バトルADV/x0722_BTL帰郷_導入

+ + + + + + + +
Load
Play
101042001
【モーロノエー】
お連れ様はどうしたのかしら?
ランスロット
101010001
【ランスロット】
見守っているさ
貴様らの墓を掘りながらな
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100597.html b/docs/story/100597.html index 6ced2f75d..82dee74b3 100644 --- a/docs/story/100597.html +++ b/docs/story/100597.html @@ -11,6 +11,14 @@

1章/バトルADV/x0722_BTL帰郷_完了

View script in lua + + + + + + + + @@ -60,5 +68,13 @@

1章/バトルADV/x0722_BTL帰郷_完了

+ + + + + + + +
Load
Play
101046001
【グリートン】
ふふふ…
蓄えがなくなってしまいましたよ…お姉様
101009001
【ノワール (心の声)】
(俺は、行くよ)
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100599.html b/docs/story/100599.html index 346e6ba19..c57c700c7 100644 --- a/docs/story/100599.html +++ b/docs/story/100599.html @@ -11,6 +11,14 @@

1章/バトルADV/x0730_BTLガラハッド邂逅_完了

View script in lua + + + + + + + + @@ -45,5 +53,13 @@

1章/バトルADV/x0730_BTLガラハッド邂逅_完了

+ + + + + + + +
Load
Play
101009001
【ノワール】
学園へ退くんだ
ここは俺たちが引き受ける
101028003
【ガラハッド】
お言葉に甘え、学園へとお邪魔しよう
円卓の騎士…救援に感謝する
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/1006.html b/docs/story/1006.html index 8e40760f1..b4a8f4f67 100644 --- a/docs/story/1006.html +++ b/docs/story/1006.html @@ -10,5 +10,21 @@

ダブルチュートリアルバトル_06

ダブルチュートリアルバトル

デバッグ用

View script in lua -
+ + + + + + + + + + + + + + + + +
Load
Play
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100609.html b/docs/story/100609.html index 7d75cc270..f31e954d2 100644 --- a/docs/story/100609.html +++ b/docs/story/100609.html @@ -11,6 +11,14 @@

1章/バトルADV/x0819_BTLハドリアヌス長城_完了

View script in lua + + + + + + + + @@ -20,5 +28,13 @@

1章/バトルADV/x0819_BTLハドリアヌス長城_完了

+ + + + + + + +
Load
Play
101058002
【ライエンス】
よくやった
101058002
【ライエンス】
さて
これからだ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100616.html b/docs/story/100616.html index 9c834b098..e0cf204fd 100644 --- a/docs/story/100616.html +++ b/docs/story/100616.html @@ -11,6 +11,14 @@

1章/バトルADV/G0123_BTL3人の竜殺し_導入

View script in lua + + + + + + + + @@ -70,5 +78,13 @@

1章/バトルADV/G0123_BTL3人の竜殺し_導入

+ + + + + + + +
Load
Play
101038003
【ローラ・バルムンク】
…間違ってないよね、私たち
101011002
【ギネヴィア・アロンダイト】
諦めるには早いのよ、まだ!!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100617.html b/docs/story/100617.html index dfb4b0b36..6f0d7c2be 100644 --- a/docs/story/100617.html +++ b/docs/story/100617.html @@ -11,6 +11,14 @@

1章/バトルADV/G0123_BTL3人の竜殺し_完了

View script in lua + + + + + + + + @@ -50,5 +58,13 @@

1章/バトルADV/G0123_BTL3人の竜殺し_完了

+ + + + + + + +
Load
Play
101011002
【ギネヴィア・アロンダイト】
ハァーッ…!ハァーッ…!!
こ、これ、で…、あとは──…!!
101011002
【ギネヴィア・アロンダイト】
『今』を捨てて、何になるのよ!!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100620.html b/docs/story/100620.html index 43c50c6fc..fbe56ca46 100644 --- a/docs/story/100620.html +++ b/docs/story/100620.html @@ -11,6 +11,14 @@

1章/バトルADV/G0123_BTL白き竜とルーシャス_導入

View script in lua + + + + + + + + @@ -20,5 +28,13 @@

1章/バトルADV/G0123_BTL白き竜とルーシャス_導入

+ + + + + + + +
Load
Play
101051003
【ルーシャス】
…まぶたの重くなる話だ
どう生きていくと?
101051003
【ルーシャス】
これから消えゆく(ギネヴィア)を携えて!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100628.html b/docs/story/100628.html index e15a8f7a2..368f28026 100644 --- a/docs/story/100628.html +++ b/docs/story/100628.html @@ -11,6 +11,14 @@

1章/バトルADV/G1015_BTL道中バトル_導入

シーンID変更

View script in lua + + + + + + + + @@ -40,5 +48,13 @@

1章/バトルADV/G1015_BTL道中バトル_導入

+ + + + + + + +
Load
Play
101009001
【ノワール】
おかしい
野盗にしては統率がとれすぎている気がする
101013001
【ガウェイン】
なにかワナもあるかもしれねー
とにかく油断は禁物だ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100629.html b/docs/story/100629.html index 4adc6e535..7387c5019 100644 --- a/docs/story/100629.html +++ b/docs/story/100629.html @@ -11,6 +11,14 @@

1章/バトルADV/G1015_BTL道中バトル_完了

シーンID変更

View script in lua + + + + + + + + @@ -45,5 +53,13 @@

1章/バトルADV/G1015_BTL道中バトル_完了

+ + + + + + + +
Load
Play
101009001
【ノワール】
なんとか勝利できたな
ガウェインたちはさっきの敵を知ってたのか?
101009001
【ノワール】
わかった
気を引き締めていかないとな
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100636.html b/docs/story/100636.html index e656e4102..d44d3cc83 100644 --- a/docs/story/100636.html +++ b/docs/story/100636.html @@ -11,6 +11,14 @@

1章/バトルADV/G1126_BTLローマ全面衝突_導入

View script in lua + + + + + + + + @@ -40,5 +48,13 @@

1章/バトルADV/G1126_BTLローマ全面衝突_導入

+ + + + + + + +
Load
Play
101037001
【ラシア】
我らがローマ!
101011002
【ギネヴィア・アロンダイト】
世界終わらせたきゃ、来なさいよッッ!!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100652.html b/docs/story/100652.html index 4bcb17b01..e1a14a1a0 100644 --- a/docs/story/100652.html +++ b/docs/story/100652.html @@ -11,6 +11,14 @@

1章/バトルADV/L0113_BTL魔女モルガン_導入

View script in lua + + + + + + + + @@ -25,5 +33,13 @@

1章/バトルADV/L0113_BTL魔女モルガン_導入

+ + + + + + + +
Load
Play
101041002
【魔女モルガン】
やめておきなさい
焦りや迷いのある剣ではアーサーに届かない
101041002
【魔女モルガン】
大人しくアーサーの行く末を見守る
それが身のためよ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100654.html b/docs/story/100654.html index bc9e940cf..d5dfff51b 100644 --- a/docs/story/100654.html +++ b/docs/story/100654.html @@ -11,6 +11,14 @@

1章/バトルADV/L0124_BTL魔王決戦_導入

View script in lua + + + + + + + + @@ -30,5 +38,13 @@

1章/バトルADV/L0124_BTL魔王決戦_導入

+ + + + + + + +
Load
Play
101010002
【ランスロット・アロンダイト】
燦然たるこの剣先で湖面を鎮め、道と成す
円卓の騎士・三ノ座ランスロット、ここに
101028002
【ガラハッド】
艱難辛苦を乗り越え、白銀に輝く
円卓の騎士・九ノ座ガラハッド見参!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100656.html b/docs/story/100656.html index 59622e3f2..2a33f8965 100644 --- a/docs/story/100656.html +++ b/docs/story/100656.html @@ -11,6 +11,14 @@

1章/バトルADV/L0124_BTL魔王決戦2_導入

View script in lua + + + + + + + + @@ -45,5 +53,13 @@

1章/バトルADV/L0124_BTL魔王決戦2_導入

+ + + + + + + +
Load
Play
101041002
【魔女モルガン】
生きていてよかった…?
生きていてよかったですって…?
101010002
【ランスロット・アロンダイト】
辿り着いた場所で
最も強く
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100678.html b/docs/story/100678.html index d9ec15a6c..61b5c1445 100644 --- a/docs/story/100678.html +++ b/docs/story/100678.html @@ -11,6 +11,14 @@

1章/バトルADV/L1102_BTL母の墓への帰郷_導入

View script in lua + + + + + + + + @@ -35,5 +43,13 @@

1章/バトルADV/L1102_BTL母の墓への帰郷_導入

+ + + + + + + +
Load
Play
101009001
【ノワール】
…母さん
101009001
【ノワール】
母さんが
眠ってるんだ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100689.html b/docs/story/100689.html index a4fae9504..95f9f6495 100644 --- a/docs/story/100689.html +++ b/docs/story/100689.html @@ -11,6 +11,14 @@

1章/バトルADV/L1220_BTLアステラ前戦_完了

View script in lua + + + + + + + + @@ -35,5 +43,13 @@

1章/バトルADV/L1220_BTLアステラ前戦_完了

+ + + + + + + +
Load
Play
101029002
【アステラ・カラドボルグ】
選ばれし継承者
最強なる騎士
101029002
【アステラ・カラドボルグ】
道を外れた家族は
道端で寄り添うしかないのよ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100692.html b/docs/story/100692.html index 0189a3b84..465a53b9c 100644 --- a/docs/story/100692.html +++ b/docs/story/100692.html @@ -11,6 +11,14 @@

1章/バトルADV/L1221_BTL侵食銀卓戦_導入

View script in lua + + + + + + + + @@ -60,5 +68,13 @@

1章/バトルADV/L1221_BTL侵食銀卓戦_導入

+ + + + + + + +
Load
Play
101056002
【ペレス】
…もはや正しい道などない
どの道を選ぶかだ
101010002
【ランスロット・アロンダイト】
黄金が照らす孤独を
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/1007.html b/docs/story/1007.html index 4a9da3796..f28eaf54e 100644 --- a/docs/story/1007.html +++ b/docs/story/1007.html @@ -11,9 +11,25 @@

ダブルチュートリアルバトル_07

デバッグ用

View script in lua + + + + + + + + + + + + + + + +
Load
Play
101010001
【玲瓏な騎士】
※削除
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100716.html b/docs/story/100716.html index 6cf4cf504..6ff33c17c 100644 --- a/docs/story/100716.html +++ b/docs/story/100716.html @@ -11,6 +11,14 @@

1章/バトルADV/D0920_BTL脱出_導入

View script in lua + + + + + + + + @@ -40,5 +48,13 @@

1章/バトルADV/D0920_BTL脱出_導入

+ + + + + + + +
Load
Play
101033002
【リオネス・タスラム】
キリがないな!
101017001
【マルディサント】
ここで死んだら元も子もねぇだろ!
行くぞ!!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100723.html b/docs/story/100723.html index ee94f6db0..686428f0e 100644 --- a/docs/story/100723.html +++ b/docs/story/100723.html @@ -11,6 +11,14 @@

1章/バトルADV/D1026_BTLバルバロイ襲撃_完了

View script in lua + + + + + + + + @@ -40,5 +48,13 @@

1章/バトルADV/D1026_BTLバルバロイ襲撃_完了

+ + + + + + + +
Load
Play
101010001
【ランスロット】
ノワール、ディナタン
お前たちはここに戻って来たばかりだ
101017002
【マルディサント・ビアンパンサント】
準備なんかしてなかったけどよ
ディーナと一緒なら、なんにだって負けねえよ!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100748.html b/docs/story/100748.html index 7e2b7d5f7..bcf1183d5 100644 --- a/docs/story/100748.html +++ b/docs/story/100748.html @@ -11,6 +11,18 @@

1章/メイン/x0403_転校初日

View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

1章/メイン/x0403_転校初日

+ + + + + + + +
template1
Load
Play
【telop】
ログレス軍の捕虜となったノワールは
円卓の騎士のひとりとなった
101009002
【ノワール】
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100754.html b/docs/story/100754.html index 5b219b744..8f7ec4ba0 100644 --- a/docs/story/100754.html +++ b/docs/story/100754.html @@ -11,6 +11,18 @@

1章/メイン/x0403_ガウェイン

View script in lua + + + + + + + + + + + + @@ -106,6 +118,15 @@

1章/メイン/x0403_ガウェイン

+ + + + + + + + + @@ -121,6 +142,10 @@

1章/メイン/x0403_ガウェイン

+ + + + @@ -141,6 +166,10 @@

1章/メイン/x0403_ガウェイン

+ + + + @@ -156,6 +185,10 @@

1章/メイン/x0403_ガウェイン

+ + + + @@ -196,6 +229,15 @@

1章/メイン/x0403_ガウェイン

+ + + + + + + + + @@ -216,6 +258,10 @@

1章/メイン/x0403_ガウェイン

+ + + + @@ -231,6 +277,10 @@

1章/メイン/x0403_ガウェイン

+ + + + @@ -240,5 +290,13 @@

1章/メイン/x0403_ガウェイン

+ + + + + + + +
template1
Load
Play
101066001
【先生】
平和とは得やすくも奪われやすいのは
皆も知ってのとおりじゃが──
【ガウェイン】
言ったヤツ、立てよ
転校生の悪口言ったヤツは
101009002
【(選択肢)】
  1. 気にしてない
  2. ………
  3. 俺だ
Block1_1
101009002
【ノワール】
いいよ
気にしてない
【ギネヴィア】
(ふうん…
ナイーブそうに見えたけど)
Block1_2
【生徒たち】
………
【ガウェイン】
けどよ。聞こえるよーに言いやがって
嫌味っつーんだよ、こういうのは
Block1_3
101009002
【ノワール】
俺だ
【ラグネル】
なんか深そうな言及
Block1end
101013001
【ガウェイン】
オイ、転校生──…!
【ガウェイン】
買いっ、はぁ…!?
101009002
【(選択肢)】
  1. 助けてもらった恩があるから
  2. 正式に契約した覚えはない
Block2_1
101009002
【ノワール】
彼女には助けてもらった恩があるから
【ギネヴィア】
何はともあれ
そういうことなの
Block2_2
101009002
【ノワール】
待ってくれ
正式に契約した覚えはない
【ギネヴィア】
ちょっ、えっ?
そ、そうなの?
Block2end
101011001
【ギネヴィア】
ともかく彼になにかあったら
容赦しないから
101011001
【ギネヴィア】
覚えといてね?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100757.html b/docs/story/100757.html index 70b3788a3..c8c97ad3b 100644 --- a/docs/story/100757.html +++ b/docs/story/100757.html @@ -11,6 +11,18 @@

1章/メイン/x0404_入学試験の要請

View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

1章/メイン/x0404_入学試験の要請

+ + + + + + + +
template1
Load
Play
101018001
【ラグネル】
ノワール
それと妹さん…ディナタンちゃん、だっけ?
101018001
【ラグネル】
ケイ先生が呼んでるよ
エントランスまで来てほしいんだって
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100758.html b/docs/story/100758.html index 9797f62bf..96c7463a1 100644 --- a/docs/story/100758.html +++ b/docs/story/100758.html @@ -11,6 +11,18 @@

1章/メイン/x0404_入学試験

View script in lua + + + + + + + + + + + + @@ -176,6 +188,15 @@

1章/メイン/x0404_入学試験

+ + + + + + + + + @@ -191,6 +212,10 @@

1章/メイン/x0404_入学試験

+ + + + @@ -206,6 +231,10 @@

1章/メイン/x0404_入学試験

+ + + + @@ -221,6 +250,10 @@

1章/メイン/x0404_入学試験

+ + + + @@ -240,5 +273,13 @@

1章/メイン/x0404_入学試験

+ + + + + + + +
template1
Load
Play
101040001
【ケイ】
退学、願いたいところだが
【ケイ】
人質だ。出先で彼が裏切り、殿下を殺す…
といった事態も考えられる
101009002
【(選択肢)】
  1. 推薦を無駄にしたくない
  2. 殿下に迷惑はかけられない
  3. 待っていてくれディナタン
Block1_1
101009002
【ノワール】
そんなことはしない
ランスロットの推薦を無駄にしたくないから
【ランスロット】
…期待させてくれ
Block1_2
101009002
【ノワール】
雇い主がお目付け役を
買って出てくれたんだ
【ギネヴィア】
お気遣いどーも
Block1_3
101009002
【ノワール】
キラーズだ儀式だと
わからないことだらけだけど
【ディナタン】
…けが、しないでね。兄さん
Block1end
101040001
【ケイ】
まったく。騎士たちが遠征から帰還次第
キャメリアードを取り戻す算段であったが…
101040001
【ケイ】
しかし仮に共鳴なく、素質なくば
帰る場所も失うと知れ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100768.html b/docs/story/100768.html index b51fc4d32..7caf41e93 100644 --- a/docs/story/100768.html +++ b/docs/story/100768.html @@ -11,6 +11,18 @@

1章/メイン/x0504_五月祭当日

View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

1章/メイン/x0504_五月祭当日

+ + + + + + + + + @@ -66,6 +87,10 @@

1章/メイン/x0504_五月祭当日

+ + + + @@ -91,6 +116,10 @@

1章/メイン/x0504_五月祭当日

+ + + + @@ -115,5 +144,13 @@

1章/メイン/x0504_五月祭当日

+ + + + + + + +
template1
Load
Play
【telop】
その年の豊穣を願うとされる五月祭り
【ティルフィング】
マスターも
たまには羽を伸ばされては
101009002
【(選択肢)】
  1. 慣れなくてさ
  2. いいのかな、こんなことしてて
Block1_1
101009002
【ノワール】
そういわれても
この雰囲気に慣れなくてさ
【ノワール】
かもしれない
まだ…クセが抜けないな
Block1_2
101009002
【ノワール】
いいんだろうか?
こんなことしてて
【ティルフィング】
そう教えているのでしょう、学園では
Block1end
101001001
【ティルフィング】
私は思うのです。一時の平和を享受することこそ
恒久の平和を求める寄る辺となります
101001001
【ティルフィング】
ええ
どうぞアナタは御存分に。マスター
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100770.html b/docs/story/100770.html index 0bd277fee..4e887c90b 100644 --- a/docs/story/100770.html +++ b/docs/story/100770.html @@ -11,6 +11,18 @@

1章/メイン/x0504_五月祭ギネヴィアと2

View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

1章/メイン/x0504_五月祭ギネヴィアと2

+ + + + + + + + + @@ -71,6 +92,10 @@

1章/メイン/x0504_五月祭ギネヴィアと2

+ + + + @@ -86,6 +111,10 @@

1章/メイン/x0504_五月祭ギネヴィアと2

+ + + + @@ -115,5 +144,13 @@

1章/メイン/x0504_五月祭ギネヴィアと2

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
た、食べづら…!
ホントにかぶりつくのコレ…!?
【ギネヴィア】
きゃあぁっ、ソース出てきたっ
ほんと食べづら!ちょ、制服についた~っ!
101009002
【(選択肢)】
  1. (笑う)
  2. 早く拭かないと
Block1_1
101009002
【ノワール】
…ふふっ
【ギネヴィア】
笑うな!!
Block1_2
101011001
【ギネヴィア】
ちょっと、やめ、なに、近い近い
ひゃっ、触んないでよ、ちょーっとおお…っ!
【ギネヴィア】
あっ、そういう、こと…?
で、でも自分でやるからっっ!!
Block1end
101011001
【ギネヴィア】
なによ!じゃあ、あなた、食べてみなさいよ!
絶対こぼすから!やってみなさいよ!今!
101009002
【ノワール】
…食べづらいから?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100771.html b/docs/story/100771.html index eab729962..5525ebe21 100644 --- a/docs/story/100771.html +++ b/docs/story/100771.html @@ -11,6 +11,18 @@

1章/メイン/x0504_五月祭ディナタンと2

View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

1章/メイン/x0504_五月祭ディナタンと2

+ + + + + + + + + @@ -56,6 +77,10 @@

1章/メイン/x0504_五月祭ディナタンと2

+ + + + @@ -76,6 +101,10 @@

1章/メイン/x0504_五月祭ディナタンと2

+ + + + @@ -101,6 +130,10 @@

1章/メイン/x0504_五月祭ディナタンと2

+ + + + @@ -135,5 +168,13 @@

1章/メイン/x0504_五月祭ディナタンと2

+ + + + + + + +
template1
Load
Play
101012001
【ディナタン】
ね、兄さん。見繕ってあげる
【ディナタン】
もったいないよ、兄さん
素材はいいんだから
101009002
【(選択肢)】
  1. …そ、そうかな?
  2. 気にしたことなかったな
  3. ディナタンも似たようなものだ
Block1_1
101009002
【ノワール】
…そ、そうかな?
まぁ、整ってるほうだとは自分でも思うけど
【ディナタン】
もちろんそうだけど?
なにと勘違いしたの、兄さん
Block1_2
101009002
【ノワール】
確かにこれまで戦闘ばかりで
身だしなみに気を使ったことなかったな
【ノワール】
そうだなぁ
Block1_3
101009002
【ノワール】
ディナタンも似たようなものじゃないか
いつも制服ばっかり着て
【ディナタン】
いくら妹だからって
女の子にそういうこと聞く!?
Block1end
101012001
【ディナタン】
お礼を言って欲しいなあ。兄さんのコート
いつも誰が洗ってたか知ってる?
101012001
【ディナタン】
さて!それで今日はね
似合う服を見繕ってあげたいんだ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100772.html b/docs/story/100772.html index 7986cb195..5f21ac313 100644 --- a/docs/story/100772.html +++ b/docs/story/100772.html @@ -11,6 +11,18 @@

1章/メイン/x0504_五月祭ランスロットと2

View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

1章/メイン/x0504_五月祭ランスロットと2

+ + + + + + + +
template1
Load
Play
101009002
【ノワール】
101064001
【リアム】
って、ノワールさん!?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100773.html b/docs/story/100773.html index b79b72fcc..538a6f940 100644 --- a/docs/story/100773.html +++ b/docs/story/100773.html @@ -11,6 +11,18 @@

1章/メイン/x0504_五月祭ランスロットと3

View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

1章/メイン/x0504_五月祭ランスロットと3

+ + + + + + + +
template1
Load
Play
101009002
【ノワール】
あいつ………
101009002
【ノワール】
俺も…礼なんか、言ってやらない
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100775.html b/docs/story/100775.html index 037d63c29..c3fda810f 100644 --- a/docs/story/100775.html +++ b/docs/story/100775.html @@ -11,11 +11,36 @@

1章/メイン/x0505_五月祭・祭りのあと

View script in lua + + + + + + + + + + + + + + + + + + + + + + + + + @@ -31,6 +56,10 @@

1章/メイン/x0505_五月祭・祭りのあと

+ + + + @@ -51,6 +80,10 @@

1章/メイン/x0505_五月祭・祭りのあと

+ + + + @@ -151,6 +184,11 @@

1章/メイン/x0505_五月祭・祭りのあと

+ + + + + @@ -295,5 +333,13 @@

1章/メイン/x0505_五月祭・祭りのあと

+ + + + + + + +
template1
template2
Load
Play
101011001
【ギネヴィア】
ヤケよ、ヤケ買いよ
101009002
【(選択肢)】
  1. 当然の結果だな。俺の妹だし
  2. 誘拐されなくて良かった
Block1_1
101009002
【ノワール】
まあ、当然の結果だな
俺の妹だし
【ギネヴィア】
わたしに雇われているクセに!
裏切りものーっ!
Block1_2
101009002
【ノワール】
誘拐されなくて良かったよ
【ギネヴィア】
いやあ、なんかむしろごめんね結果出せなくて
あなたもわたしに投票してくれたんでしょお?
Block1end
101009002
【ノワール】
お、俺は誰にも投票してないけど…
【ギネヴィア】
う~っ、やめて急かさないで、決めきれない…
どうしよう、ねえ、なにが一番イイ…?
101009002
【(選択肢)】
  1. 髪色に合った宝石
  2. 瞳の色に合った宝石
  3. 無色透明な宝石
101011001
【ギネヴィア】
…………それ、リッチな、かんじ…?
101051001
【ルーシャス】
そなたとは
良いトモダチになれそうだ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100776.html b/docs/story/100776.html index 501708353..6af6e6c22 100644 --- a/docs/story/100776.html +++ b/docs/story/100776.html @@ -11,6 +11,18 @@

1章/メイン/x0505_祭りのあと・隊商護衛1

シーンID変更

View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

1章/メイン/x0505_祭りのあと・隊商護衛1

+ + + + + + + +
template1
Load
Play
101009002
【ノワール】
五月祭の露店もすっかり片付けられたか
101062001
【マルイル】
隊商のリーダーに伝えてきますね
すぐ出発することになると思います
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100777.html b/docs/story/100777.html index 16279945e..3265aa509 100644 --- a/docs/story/100777.html +++ b/docs/story/100777.html @@ -11,6 +11,14 @@

1章/メイン/x0505_祭りのあと・隊商護衛2

シーンID変更

View script in lua + + + + + + + + @@ -35,5 +43,13 @@

1章/メイン/x0505_祭りのあと・隊商護衛2

+ + + + + + + +
Load
Play
101009001
【ノワール】
リーダー、全部片づけたよ
これでもう安全なはずだ
101009001
【ノワール】
…よし、仕事も済んだし
俺はログレスに戻るか
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100778.html b/docs/story/100778.html index a3c4412cf..d9f71a76f 100644 --- a/docs/story/100778.html +++ b/docs/story/100778.html @@ -11,6 +11,18 @@

1章/メイン/x0506_ギネヴィアの焦燥1

View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

1章/メイン/x0506_ギネヴィアの焦燥1

+ + + + + + + + + @@ -46,6 +67,10 @@

1章/メイン/x0506_ギネヴィアの焦燥1

+ + + + @@ -66,6 +91,10 @@

1章/メイン/x0506_ギネヴィアの焦燥1

+ + + + @@ -85,5 +114,17 @@

1章/メイン/x0506_ギネヴィアの焦燥1

+ + + + + + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
ついてこないでね
【侍女】
ノワール様…
殿下をおとめいただけませんか
101009002
【(選択肢)】
  1. ギネヴィアを止める
  2. ギネヴィアについていく
  3. ほうっておく
Block1_1
101009002
【ノワール】
待てよギネヴィア
なにをそんなに、しかもいきなりどこへ…
【ギネヴィア】
もう我慢の限界なの
わたしひとりでも行くんだから
Block1_2
101009002
【ノワール】
ついていくよ
どこに行く気なのか知らないけど
【ギネヴィア】
………それなら、しょうがないわね
Block1_3
101009002
【ノワール】
じゃあ俺、授業があるから
101011001
【ギネヴィア】
ついてきてよォッ!
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100779.html b/docs/story/100779.html index 94baaadbb..6b2d9f9cb 100644 --- a/docs/story/100779.html +++ b/docs/story/100779.html @@ -11,6 +11,18 @@

1章/メイン/x0506_ギネヴィアの焦燥2

View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

1章/メイン/x0506_ギネヴィアの焦燥2

+ + + + + + + + + @@ -86,6 +107,10 @@

1章/メイン/x0506_ギネヴィアの焦燥2

+ + + + @@ -101,6 +126,10 @@

1章/メイン/x0506_ギネヴィアの焦燥2

+ + + + @@ -220,5 +249,13 @@

1章/メイン/x0506_ギネヴィアの焦燥2

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
わざわざお断りを入れに来たのよ
アーサーに会わせて、ケイ
【ケイ】
キャメリアード方面で
バルバロイの動きが活発化してきている
101009002
【(選択肢)】
  1. 俺が封を解いたから…?
  2. …偶然じゃないのか?
Block1_1
101009002
【ノワール】
俺が封を解いたから…
ティルフィングを抜いたから
【ケイ】
そう考えることもできる
ヤブヘビだった…のかもしれんな
Block1_2
101009002
【ノワール】
…偶然じゃないのか?
【ケイ】
看過するわけにはいかんのだよ
私の立場上な
Block1end
101011001
【ギネヴィア】
「原初の(つるぎ)を継ぐ者待てば
いずれカリバーンは抜き放たれん」
101011001
【ギネヴィア】
………別居中ですって伝えるわ
包み隠さず
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100780.html b/docs/story/100780.html index 0c49e5485..d6c3faee5 100644 --- a/docs/story/100780.html +++ b/docs/story/100780.html @@ -11,6 +11,18 @@

1章/メイン/x0513_先遣隊2・出立

View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

1章/メイン/x0513_先遣隊2・出立

+ + + + + + + + + @@ -71,6 +92,10 @@

1章/メイン/x0513_先遣隊2・出立

+ + + + @@ -86,6 +111,10 @@

1章/メイン/x0513_先遣隊2・出立

+ + + + @@ -101,6 +130,10 @@

1章/メイン/x0513_先遣隊2・出立

+ + + + @@ -190,5 +223,13 @@

1章/メイン/x0513_先遣隊2・出立

+ + + + + + + +
template1
Load
Play
101010001
【ランスロット】
いいか、あくまで偵察だ
【ランスロット】
…お前が大切、だからだ
101009001
【(選択肢)】
  1. この学園にとって?
  2. あんたにとって?
  3. 戦力として?
Block1_1
101009001
【ノワール】
この学園にとって?
【ランスロット】
せっかくの転校生を手放したくはないな
Block1_2
101009001
【ノワール】
あんたにとって?
【ランスロット】
今も、昔も
…変わらずな
Block1_3
101009001
【ノワール】
戦力として?
【ランスロット】
新人円卓の騎士が
すぐいなくなられては困るからな
Block1end
101009001
【ノワール】
俺は必ず『本当』を知る
あんたから聞かせてもらう
101011001
【ギネヴィア】
そうだよね
孝行娘ねえ。わたし
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100782.html b/docs/story/100782.html index bb8ca45db..dc2fe08b8 100644 --- a/docs/story/100782.html +++ b/docs/story/100782.html @@ -11,6 +11,18 @@

1章/メイン/x0514_先遣隊4・道中

View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

1章/メイン/x0514_先遣隊4・道中

+ + + + + + + + + @@ -56,6 +77,10 @@

1章/メイン/x0514_先遣隊4・道中

+ + + + @@ -76,6 +101,10 @@

1章/メイン/x0514_先遣隊4・道中

+ + + + @@ -106,6 +135,15 @@

1章/メイン/x0514_先遣隊4・道中

+ + + + + + + + + @@ -121,6 +159,10 @@

1章/メイン/x0514_先遣隊4・道中

+ + + + @@ -136,6 +178,10 @@

1章/メイン/x0514_先遣隊4・道中

+ + + + @@ -176,6 +222,15 @@

1章/メイン/x0514_先遣隊4・道中

+ + + + + + + + + @@ -191,6 +246,10 @@

1章/メイン/x0514_先遣隊4・道中

+ + + + @@ -206,6 +265,10 @@

1章/メイン/x0514_先遣隊4・道中

+ + + + @@ -216,6 +279,15 @@

1章/メイン/x0514_先遣隊4・道中

+ + + + + + + + + @@ -231,6 +303,10 @@

1章/メイン/x0514_先遣隊4・道中

+ + + + @@ -246,6 +322,10 @@

1章/メイン/x0514_先遣隊4・道中

+ + + + @@ -270,5 +350,13 @@

1章/メイン/x0514_先遣隊4・道中

+ + + + + + + +
template1
Load
Play
101009001
【ノワール】
俺はついてきてよかったのか?
そういえば
【ギネヴィア】
でも、「ノワールの良心につけこんでる」なんて
皇太子殿下に言われたら、そりゃあ…さ
101009001
【(選択肢)】
  1. だけど結局引っ張りまわされてる
  2. 俺がついていきたかったんだよ
Block1_1
101009001
【ノワール】
だけど結局引っ張りまわされているよ
【ギネヴィア】
わーかってるわよ、ごめんなさいね!!
Block1_2
101009001
【ノワール】
俺がついていきたかったんだよ
【ギネヴィア】
…ほんとに?
わたし、このままだと大層喜ぶよ?
Block1end
101013001
【ガウェイン】
まーまーご両人!
こっからはさ、お互いハラ見せ合ってこーぜ!
【ガウェイン】
ハナシ聞いてる感じさ、殿下のパパさんも
家族のためにしんどい仕事やってくれてたんだろ
101009001
【(選択肢)】
  1. いい国だったんだな
  2. いい父さんなんだな
Block2_1
101009001
【ノワール】
いい国だったんだな
【侍女】
はい
キャメリアードはいい国です
Block2_2
101009001
【ノワール】
いい父さんなんだな
【侍女】
ほぼ悪口では
Block2end
101011001
【ギネヴィア】
キャメリアードはね。近くの鉱山から取れる
鉱石や宝石の輸出で栄えてたけど
【ギネヴィア】
その土産話に箔をつける飾り
今はノワール──あなたというわけねっ
101009001
【(選択肢)】
  1. ついてきてよかったよ
  2. 飾り気ないことをお詫びしないと
Block3_1
101009001
【ノワール】
そうだったのか
ついてきてよかったよ
【ギネヴィア】
学園にいるどの生徒とも違う
スペシャルな力を持ったヤツだってね
Block3_2
101009001
【ノワール】
だったら「飾り気なくてスミマセン」と
お詫びしなきゃな
【ギネヴィア】
ま。落ち着いたら
オシャレのイロハを教えたげるから
Block3end
101011001
【ギネヴィア】
旅費もね、今なんとかやりくりしようとしてるの
パパが言ってたもん「限られた――」…
【ギネヴィア】
あれっ、よく、パパが言ってたのよ、確かね?
限られた、ナントカは、ナントカに使おうって…
101009001
【(選択肢)】
  1. 限られた資源は有効に使おう?
  2. 覚えてないのか?
Block4_1
101009001
【ノワール】
「限られた資源は有効に使おう」?
【ギネヴィア】
聞き飽きるぐらい聞いてたのに…
わたし、なんで?
Block4_2
101009001
【ノワール】
まさか…
覚えてないのか?
【ノワール】
たまたま曖昧ってことが
あるのか?
Block4end
101001001
【ティルフィング】
101011001
【ギネヴィア】
そうよねえ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100783.html b/docs/story/100783.html index c3207a311..52caf9efb 100644 --- a/docs/story/100783.html +++ b/docs/story/100783.html @@ -11,6 +11,18 @@

1章/メイン/x0515_道中バトル1

View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

1章/メイン/x0515_道中バトル1

+ + + + + + + +
template1
Load
Play
101013001
【ガウェイン】
…あちゃー、降ってきやがった
今日は一日中晴れって聞いてたのによ
101009001
【ノワール】
(お、俺が洗うのか…?
というか、それは傭兵の仕事か…?)
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100784.html b/docs/story/100784.html index 39a75f5fc..519d11486 100644 --- a/docs/story/100784.html +++ b/docs/story/100784.html @@ -11,6 +11,18 @@

1章/メイン/x0515_道中バトル2

View script in lua + + + + + + + + + + + + @@ -120,5 +132,13 @@

1章/メイン/x0515_道中バトル2

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
どーう?
ざっとこんなもんよ
101011001
【ギネヴィア】
にししっ♪
冗談はこのへんにして、先に進みましょ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100785.html b/docs/story/100785.html index 2b1f5c4b5..169464b7b 100644 --- a/docs/story/100785.html +++ b/docs/story/100785.html @@ -11,6 +11,14 @@

1章/メイン/x0516_先遣隊5・惨状

View script in lua + + + + + + + + @@ -190,5 +198,13 @@

1章/メイン/x0516_先遣隊5・惨状

+ + + + + + + +
Load
Play
101001002
【ティルフィング】
ここが、私を祀ってくださっていた国
キャメリアードですか
101011001
【ギネヴィア】
お姉ちゃん、わたし…
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100786.html b/docs/story/100786.html index 62806915e..b15eb0b59 100644 --- a/docs/story/100786.html +++ b/docs/story/100786.html @@ -11,9 +11,29 @@

1章/メイン/x0524_ギネヴィアの悲嘆1

View script in lua + + + + + + + + + + + + + + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
…屋上。付き合って
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100787.html b/docs/story/100787.html index 419a4c067..dcce34b0a 100644 --- a/docs/story/100787.html +++ b/docs/story/100787.html @@ -11,6 +11,18 @@

1章/メイン/x0524_ギネヴィアの悲嘆2

View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

1章/メイン/x0524_ギネヴィアの悲嘆2

+ + + + + + + + + @@ -51,6 +72,10 @@

1章/メイン/x0524_ギネヴィアの悲嘆2

+ + + + @@ -66,6 +91,10 @@

1章/メイン/x0524_ギネヴィアの悲嘆2

+ + + + @@ -111,6 +140,15 @@

1章/メイン/x0524_ギネヴィアの悲嘆2

+ + + + + + + + + @@ -131,6 +169,10 @@

1章/メイン/x0524_ギネヴィアの悲嘆2

+ + + + @@ -151,6 +193,10 @@

1章/メイン/x0524_ギネヴィアの悲嘆2

+ + + + @@ -171,6 +217,10 @@

1章/メイン/x0524_ギネヴィアの悲嘆2

+ + + + @@ -280,5 +330,13 @@

1章/メイン/x0524_ギネヴィアの悲嘆2

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
…引き籠ってていい、って言われたの
ルーシャス皇太子殿下にね、甘やかされちゃった
【ギネヴィア】
わたしの純情可憐さに
一目惚れ
101009002
【(選択肢)】
  1. …ふうん
  2. 心配なんだよ
Block1_1
101009002
【ノワール】
…ふうん
【ギネヴィア】
思ってないでしょ!!
ジョークよ、クイーンジョーク!!
Block1_2
101009002
【ノワール】
心配なんだよ、ギネヴィア
【ギネヴィア】
なんか、ありがとう
Block1end
101011001
【ギネヴィア】
お戯れでしょうね。はべらせたいのかしら
「ローマに連れていってやる」とか言われて
【ギネヴィア】
旅が素晴らしいって思えるのは
故郷あってこそなんだって気付いた、なのに…
101009002
【(選択肢)】
  1. きっとまだお父さんも生きてるよ
  2. キミが弱気でどうするんだ?
  3. なにか俺に出来ることはある?
Block2_1
101009002
【ノワール】
きっとまだ、お父さんも生きてるよ
【ギネヴィア】
そう。そうだといいよね、本当に
Block2_2
101009002
【ノワール】
これからみんなを
救出に行くんだろう?
【ギネヴィア】
わたしが先頭に立つの?
ケイにすら認められていないわたしが?
Block2_3
101009002
【ノワール】
なにか俺に出来ることはある?
【ギネヴィア】
ごめんね、ごめんね…
でも…ありがとう
Block2end
101011001
【ギネヴィア】
あの日、バルバロイが祭壇に
溢れてるのを見た時点でね
101011001
【ギネヴィア】
………だけど、忘れたく…ないよ…
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100788.html b/docs/story/100788.html index 03da5791b..c5b654906 100644 --- a/docs/story/100788.html +++ b/docs/story/100788.html @@ -11,6 +11,18 @@

1章/メイン/x0524_円卓会議・奪還策

View script in lua + + + + + + + + + + + + @@ -111,6 +123,15 @@

1章/メイン/x0524_円卓会議・奪還策

+ + + + + + + + + @@ -126,6 +147,10 @@

1章/メイン/x0524_円卓会議・奪還策

+ + + + @@ -141,6 +166,10 @@

1章/メイン/x0524_円卓会議・奪還策

+ + + + @@ -215,5 +244,13 @@

1章/メイン/x0524_円卓会議・奪還策

+ + + + + + + +
template1
Load
Play
101020001
【マーリン】
扉を開くすべはお決まりで、主様?
【アーサー】
これがバルバロイへの反攻の第一歩になる
傭兵団(なかま)の無念を晴らせ
101009002
【(選択肢)】
  1. ありがとう
  2. 言われなくても
Block1_1
101009002
【ノワール】
ありがとう、アーサー
【アーサー】
そして学園に引き入れた
俺としての義務を果たすべくな
Block1_2
101009002
【ノワール】
言われなくても、そうするさ…!
【ノワール】
感謝する!
Block1end
101015001
【アーサー】
…それからまあ
ちょっと困ったことがあってだな?
101015001
【アーサー】
扉を叩いてやってくれ、ノワール
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100789.html b/docs/story/100789.html index 0af507bc8..7f675b94c 100644 --- a/docs/story/100789.html +++ b/docs/story/100789.html @@ -11,6 +11,18 @@

1章/メイン/x0525_誘拐作戦

View script in lua + + + + + + + + + + + + @@ -166,6 +178,15 @@

1章/メイン/x0525_誘拐作戦

+ + + + + + + + + @@ -181,6 +202,10 @@

1章/メイン/x0525_誘拐作戦

+ + + + @@ -196,6 +221,10 @@

1章/メイン/x0525_誘拐作戦

+ + + + @@ -211,6 +240,10 @@

1章/メイン/x0525_誘拐作戦

+ + + + @@ -245,5 +278,13 @@

1章/メイン/x0525_誘拐作戦

+ + + + + + + +
template1
Load
Play
101016001
【侍女】
「ある日、貧しき娘は異国のコインを拾いました
しかし自分の国でそれは使えませんでした」
【ギネヴィア】
…ごめんなさい、ノワール
わたしは、あなたをイイように使おうとしてた
101009002
【(選択肢)】
  1. 雇われたからには仕事しないと
  2. 父親を想う気持ちは同じだから
  3. 故郷へ帰るついでだよ
Block1_1
101009002
【ノワール】
傭兵団のもと団長からさ
【ギネヴィア】
傭兵の流儀ってヤツぅ?
Block1_2
101009002
【ノワール】
放っておけないんだよ
父親を想う気持ちは俺も同じだから
【ノワール】
もちろん
憧れだったよ
Block1_3
101009002
【ノワール】
この国を出て
故郷に帰るついでさ
【ギネヴィア】
帰りたくってしょうがないよね
Block1end
101011001
【ギネヴィア】
あの…あのね?弱っちくってワガママなわたしを
飾り立てる人を探してたのよ、けど本当は──
101011001
【ギネヴィア】
誘拐、どんとこいよっ!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100790.html b/docs/story/100790.html index e8b8a2c74..6d8459c2e 100644 --- a/docs/story/100790.html +++ b/docs/story/100790.html @@ -11,6 +11,18 @@

1章/メイン/x0527_出撃前

View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

1章/メイン/x0527_出撃前

+ + + + + + + + + @@ -46,6 +67,10 @@

1章/メイン/x0527_出撃前

+ + + + @@ -71,6 +96,10 @@

1章/メイン/x0527_出撃前

+ + + + @@ -101,6 +130,15 @@

1章/メイン/x0527_出撃前

+ + + + + + + + + @@ -116,6 +154,10 @@

1章/メイン/x0527_出撃前

+ + + + @@ -131,6 +173,10 @@

1章/メイン/x0527_出撃前

+ + + + @@ -146,6 +192,15 @@

1章/メイン/x0527_出撃前

+ + + + + + + + + @@ -161,6 +216,10 @@

1章/メイン/x0527_出撃前

+ + + + @@ -171,6 +230,10 @@

1章/メイン/x0527_出撃前

+ + + + @@ -180,5 +243,13 @@

1章/メイン/x0527_出撃前

+ + + + + + + +
template1
Load
Play
【telop】
アーサーからのキャメリアード奪還作戦の命を
受けたノワールたち
【ガウェイン】
円卓騎士見習いノワール。王妃誘拐で不敬罪!
これは死刑確実だぜ!
101009001
【(選択肢)】
  1. 通してくれ
  2. あっ、う、後ろ…
Block1_1
101009001
【ノワール】
通してくれ
行かなきゃならないところがある
【ラグネル】
キミたちを止めようなんて
思ってないよ
Block1_2
101009001
【ノワール】
…あっ!
後ろ、後ろ!!
【ガウェイン】
…なんてな。待てって
お前らを捕まえに来たわけじゃねーよ
Block1end
101018001
【ラグネル】
ねえ
コトの重大さ、わかってる?
【ガウェイン】
俺たちが護衛してやんねーとな
101009001
【(選択肢)】
  1. ありがとう
  2. いらないよ
Block2_1
101009001
【ノワール】
…ありがとう
【ラグネル】
よせやい
Block2_2
101009001
【ノワール】
いらないよ
【ラグネル】
もう…!ガウェインが変なフリしたのが
悪いんじゃないの~?
Block2end
101013001
【ガウェイン】
…置いてくんじゃねーよ
【ノワール】
ランスロット…
101009001
【(選択肢)】
  1. …頼む
  2. 死ぬなよ
Block3_1
101009001
【ノワール】
ソールズベリーでの戦いのこと聞いた
バルバロイを引き付けてくれるって
【ランスロット】
頼まれなくとも
Block3_2
101009001
【ノワール】
死ぬなよ
【ノワール】
あんたにはまだ聞かなきゃならないことが
山ほどあるんだ
Block3end
101010001
【ランスロット】
俺は死なない
101010001
【ランスロット】
必ず殿下を連れ帰ってくれ
お前の火あぶりなんて見たくないからな
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100791.html b/docs/story/100791.html index 1016a0129..cc3c725d7 100644 --- a/docs/story/100791.html +++ b/docs/story/100791.html @@ -11,6 +11,18 @@

1章/メイン/x0527_転送前1

View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

1章/メイン/x0527_転送前1

+ + + + + + + + + @@ -46,6 +67,10 @@

1章/メイン/x0527_転送前1

+ + + + @@ -61,6 +86,10 @@

1章/メイン/x0527_転送前1

+ + + + @@ -70,5 +99,13 @@

1章/メイン/x0527_転送前1

+ + + + + + + +
template1
Load
Play
101001001
【ティルフィング】
お供いたします。マスター
【ティルフィング】
仇討ちも、救済も、守護も、戦も
101009001
【(選択肢)】
  1. やれることをやってるだけだ
  2. 誰かが代わってくれるのか?
Block1_1
101009001
【ノワール】
やれることをやってるだけだ
【ティルフィング】
…ご立派です、マスター
Block1_2
101009001
【ノワール】
誰かが代わってくれるのか?
【ティルフィング】
ですが強いることもできません
戦いに出向くも背くも、マスターの選択です
Block1end
101001001
【ティルフィング】
私の命はご随意に
アナタの願いのために振るってください
101011001
【ギネヴィア】
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100792.html b/docs/story/100792.html index a16280209..b95fe4cf8 100644 --- a/docs/story/100792.html +++ b/docs/story/100792.html @@ -11,6 +11,18 @@

1章/メイン/x0527_転送前2

View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

1章/メイン/x0527_転送前2

+ + + + + + + +
template1
Load
Play
101020001
【マーリン】
準備はよいですね?
転送しますよ
101020001
【マーリン】
…──いってらっしゃいませ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100793.html b/docs/story/100793.html index 823d6932b..f7be5720f 100644 --- a/docs/story/100793.html +++ b/docs/story/100793.html @@ -11,6 +11,14 @@

1章/メイン/x0527_転送後

View script in lua + + + + + + + + @@ -30,5 +38,13 @@

1章/メイン/x0527_転送後

+ + + + + + + +
Load
Play
101011001
【ギネヴィア】
…ただいま、我が家
101011001
【ギネヴィア】
…ついてきて。こっちよ!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100794.html b/docs/story/100794.html index bdea0b54b..4b262dc89 100644 --- a/docs/story/100794.html +++ b/docs/story/100794.html @@ -11,6 +11,14 @@

1章/メイン/x0527_声のしない城

View script in lua + + + + + + + + @@ -50,5 +58,13 @@

1章/メイン/x0527_声のしない城

+ + + + + + + +
Load
Play
101011001
【ギネヴィア】
ねえ、誰もいないの!?
101011001
【ギネヴィア】
いるよね、パパ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100795.html b/docs/story/100795.html index aa8bd8332..c1c3463d8 100644 --- a/docs/story/100795.html +++ b/docs/story/100795.html @@ -11,11 +11,24 @@

1章/メイン/x0527_キャメリアード城と魔女1

View script in lua + + + + + + + + + + + + + @@ -72,7 +85,7 @@

1章/メイン/x0527_キャメリアード城と魔女1

- + @@ -116,6 +129,11 @@

1章/メイン/x0527_キャメリアード城と魔女1

+ + + + + @@ -162,7 +180,7 @@

1章/メイン/x0527_キャメリアード城と魔女1

- + @@ -172,17 +190,17 @@

1章/メイン/x0527_キャメリアード城と魔女1

- + - + - + @@ -192,7 +210,7 @@

1章/メイン/x0527_キャメリアード城と魔女1

- + @@ -202,12 +220,12 @@

1章/メイン/x0527_キャメリアード城と魔女1

- + - + @@ -217,7 +235,7 @@

1章/メイン/x0527_キャメリアード城と魔女1

- + @@ -227,13 +245,21 @@

1章/メイン/x0527_キャメリアード城と魔女1

- + - + + + + + + + + +
Load
Play
101011001
【ギネヴィア】
…ノワール
手、握ってて
101009001
【(選択肢)】
  1. (ギネヴィアの手を握る)
  2. (ギネヴィアの手を握らない)
101011001
【ギネヴィア】
…もうちょい、強く握ってよ
101018002
【ラグネル・ガラティン】
ガウェインッッ!ムードッッ!!
【ギネヴィア】
…くらすめーとが、できたの
101009001
【(選択肢)】
  1. ギネヴィアの友達です
  2. ギネヴィアの傭兵です
101009001
【ノワール】
ギネヴィアの、友達です
101042001
【???】
昔語りに丁度いい
101042001
【モーロノエー】
こんな夜更けにこんばんは
私はモーロノエー
101042001
【モーロノエー】
今のキャメリアード王の飼い主
…と、いったところでどうかしら
101018002
【ラグネル・ガラティン】
あれも…、バルバロイなの…?
喋るバルバロイなんて聞いたことないけど
101042001
【モーロノエー】
ほら、可愛い娘さんたちの帰郷よ
お出迎えしてあげなさいな
101042001
【モーロノエー】
おかえり、ですって
101042001
【モーロノエー】
歓迎してあげるわ
101042001
【モーロノエー】
食べたものってもとに戻らないでしょう
それと同じよ?
101042001
【モーロノエー】
わかってるはずでしょう?
バルバロイが喰った存在はもとには戻らない
101042001
【モーロノエー】
失った記憶も帰らない
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100796.html b/docs/story/100796.html index 26fe0268c..fad06e17f 100644 --- a/docs/story/100796.html +++ b/docs/story/100796.html @@ -12,7 +12,15 @@

1章/メイン/x0527_キャメリアード城と魔女2

View script in lua - + + + + + + + + + @@ -47,7 +55,7 @@

1章/メイン/x0527_キャメリアード城と魔女2

- + @@ -57,17 +65,17 @@

1章/メイン/x0527_キャメリアード城と魔女2

- + - + - + @@ -137,12 +145,12 @@

1章/メイン/x0527_キャメリアード城と魔女2

- + - + @@ -232,7 +240,7 @@

1章/メイン/x0527_キャメリアード城と魔女2

- + @@ -311,6 +319,11 @@

1章/メイン/x0527_キャメリアード城と魔女2

+ + + + + @@ -385,5 +398,13 @@

1章/メイン/x0527_キャメリアード城と魔女2

+ + + + + + + +
101042001
Load
Play
【モーロノエー】
涙の訴えでもしてみる?
101042001
【モーロノエー】
ふっふふっふふふふふ、あっはははははははは
はずかしい、みじめったらしい、ばかみたぁい
101042001
【モーロノエー】
そうよ、悪い思い出が増えたほうが
私たちバルバロイには食べ甲斐があるの
101042001
【モーロノエー】
だからたくさん恨んで、妬んで、憎んで、憤って
貴方たちの存在も醜く美味しく育てて?
101018002
【ラグネル・ガラティン】
ほっんと最低。許せない…!
101042001
【モーロノエー】
ちなみに喰われてしまえばバルバロイとして
一生この城で家族水入らずで過ごせるわ
101042001
【モーロノエー】
価値があると思うほうを選んで、どうぞ?
101042001
【モーロノエー】
あら。なんだかヤブヘビだったかしら
【ギネヴィア】
だから──…
手を貸してくださる?
101009001
【(選択肢)】
  1. 傭兵だからな
  2. 友達だからな
101009001
【ノワール】
雇われ傭兵だからな
101011001
【ギネヴィア】
故郷に金色、飾りましょ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100797.html b/docs/story/100797.html index 8177b7781..f0fc21479 100644 --- a/docs/story/100797.html +++ b/docs/story/100797.html @@ -11,6 +11,18 @@

1章/メイン/x0527_戦闘終えて

View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

1章/メイン/x0527_戦闘終えて

+ + + + + + + +
template1
Load
Play
101057001
【レオデグランス】
「異国のコインは答えました」
101011001
【ギネヴィア】
………ずっと思い出そうとしてた
話のおわり
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/1008.html b/docs/story/1008.html index a5e5ebfb7..b786ef361 100644 --- a/docs/story/1008.html +++ b/docs/story/1008.html @@ -10,5 +10,21 @@

ダブルチュートリアルバトル_08

ダブルチュートリアルバトル

デバッグ用

View script in lua -
+ + + + + + + + + + + + + + + + +
Load
Play
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100801.html b/docs/story/100801.html index a93dbf8a5..4ec796469 100644 --- a/docs/story/100801.html +++ b/docs/story/100801.html @@ -11,6 +11,18 @@

1章/メイン/x0601_ブライアンとの因縁①

View script in lua + + + + + + + + + + + + @@ -190,5 +202,13 @@

1章/メイン/x0601_ブライアンとの因縁①

+ + + + + + + +
template1
Load
Play
【telop】
7年前
101012004
【ディナタン】
同じお花があったの
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100802.html b/docs/story/100802.html index 0025026a1..dd83c27d0 100644 --- a/docs/story/100802.html +++ b/docs/story/100802.html @@ -11,6 +11,18 @@

1章/メイン/x0610_射手の目1

View script in lua + + + + + + + + + + + + @@ -96,6 +108,15 @@

1章/メイン/x0610_射手の目1

+ + + + + + + + + @@ -111,6 +132,10 @@

1章/メイン/x0610_射手の目1

+ + + + @@ -131,6 +156,10 @@

1章/メイン/x0610_射手の目1

+ + + + @@ -146,6 +175,10 @@

1章/メイン/x0610_射手の目1

+ + + + @@ -185,5 +218,13 @@

1章/メイン/x0610_射手の目1

+ + + + + + + +
template1
Load
Play
101014001
【トリスタン】
カン高い声は嫌いだな
【トリスタン】
これを機に増長したりしてくれていると
見応えがあっていいなあ、なんて
101009002
【(選択肢)】
  1. 俺の素行に問題は?
  2. まさかディナタンにも監視を?
  3. ギネヴィアたちのおかげだ
Block1_1
101009002
【ノワール】
俺の素行に問題は?
【トリスタン】
大きな問題起こしてくれれば
大手を振って取り押さえられるのにさ
Block1_2
101009002
【ノワール】
まさか、ディナタンにも監視を?
【トリスタン】
緊張感をもって
監視を続けさせてもらうよ
Block1_3
101009002
【ノワール】
ギネヴィアやガウェインたちのおかげだ
【トリスタン】
面白味がなくて
逆に怪しく思えてくるよ
Block1end
101014001
【トリスタン】
出て行ってほしいと思ってるんだ
キミには
101014001
【トリスタン】
最後の休暇の
話をしよう
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100805.html b/docs/story/100805.html index 0ca57c9ca..bed1a8676 100644 --- a/docs/story/100805.html +++ b/docs/story/100805.html @@ -11,6 +11,18 @@

1章/メイン/x0613_射手の目2

未使用→保留

View script in lua + + + + + + + + + + + + @@ -96,6 +108,15 @@

1章/メイン/x0613_射手の目2

+ + + + + + + + + @@ -111,6 +132,10 @@

1章/メイン/x0613_射手の目2

+ + + + @@ -126,6 +151,10 @@

1章/メイン/x0613_射手の目2

+ + + + @@ -141,6 +170,10 @@

1章/メイン/x0613_射手の目2

+ + + + @@ -160,5 +193,13 @@

1章/メイン/x0613_射手の目2

+ + + + + + + +
template1
Load
Play
101033001
【配膳少女】
Aランチふたつ
おまちどー!
【トリスタン】
さて
そんなときキミならどうする?
101009002
【(選択肢)】
  1. 子供を助ける
  2. 犯人を見逃す
  3. 子供も犯人の家族も助けたい
Block1_1
101009002
【ノワール】
子供を助ける…かな
【トリスタン】
絆を断ってでも
忠実に任務を守るワケだ
Block1_2
101009002
【ノワール】
犯人を見逃してやる…かもしれない
【トリスタン】
良き赤の他人より、悪しき知り合い
いいね、エゴイスティックで好みだよ
Block1_3
101009002
【ノワール】
犯人を脅している相手を討つ
【トリスタン】
丸く収まりそうだね
理想論だけど
Block1end
101014001
【トリスタン】
早くも休暇が最後とは参るでしょ?
夢の学園生活がこんなでさ
101014001
【トリスタン】
リンゴ狩りでキミのボロが出るといいな
期待してるよ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100807.html b/docs/story/100807.html index e1f595392..73d8d2ef4 100644 --- a/docs/story/100807.html +++ b/docs/story/100807.html @@ -11,6 +11,18 @@

1章/メイン/x0615_リンゴ狩り①

削除予定→取消

View script in lua + + + + + + + + + + + + @@ -110,5 +122,13 @@

1章/メイン/x0615_リンゴ狩り①

+ + + + + + + +
template1
Load
Play
101012001
【ディナタン】
あっ、押しますね
101017001
【マルディサント】
うそばぁ~っか
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100808.html b/docs/story/100808.html index 2ab3f6a4d..1b4d9fec2 100644 --- a/docs/story/100808.html +++ b/docs/story/100808.html @@ -11,11 +11,32 @@

1章/メイン/x0615_リンゴ狩り②

View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -36,6 +57,10 @@

1章/メイン/x0615_リンゴ狩り②

+ + + + @@ -56,6 +81,10 @@

1章/メイン/x0615_リンゴ狩り②

+ + + + @@ -106,6 +135,15 @@

1章/メイン/x0615_リンゴ狩り②

+ + + + + + + + + @@ -131,6 +169,10 @@

1章/メイン/x0615_リンゴ狩り②

+ + + + @@ -161,6 +203,10 @@

1章/メイン/x0615_リンゴ狩り②

+ + + + @@ -265,5 +311,13 @@

1章/メイン/x0615_リンゴ狩り②

+ + + + + + + +
template1
Load
Play
101012001
【ディナタン】
兄さん、足速いよお
101009001
【(選択肢)】
  1. 日が暮れるよ
  2. (ディナタンの手を取る)
Block1_1
101009001
【ノワール】
日が暮れるよ。急がないとさ
【ディナタン】
早く着かないと夜道が危ない、って
心配してくれてるのはわかるんですけどね…
Block1_2
101009001
【ノワール】
ディナタン、ほら
【ディナタン】
………うん。兄さん
Block1end
101011001
【ギネヴィア】
いいお兄さんね
【ギネヴィア】
裁縫趣味の男の子がいてもいいと思うわ
ちょっと見習いたいかも
101009001
【(選択肢)】
  1. 教えるよ、ギネヴィア
  2. 「このナリ」ってどういうことだ
Block2_1
101009001
【ノワール】
教えるよ、ギネヴィア
【ギネヴィア】
にっしっし♪今度部屋来てよ
パジャマ…直して欲しいな
Block2_2
101009001
【ノワール】
「このナリ」ってどういうことだ
【ディナタン】
そうなんです
このナリで
Block2end
101011001
【ギネヴィア】
あれっ…ってことはディナタンのそのリボン
ノワールの手作りなの?
101041003
【モルガン】
一息、いかが?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100809.html b/docs/story/100809.html index 1c4f649e0..edd0ccce3 100644 --- a/docs/story/100809.html +++ b/docs/story/100809.html @@ -11,6 +11,18 @@

1章/メイン/x0615_リンゴ狩り夜

View script in lua + + + + + + + + + + + + @@ -170,5 +182,13 @@

1章/メイン/x0615_リンゴ狩り夜

+ + + + + + + +
template1
Load
Play
101013001
【ガウェイン】
さっそくリンゴリンゴー!
…と言いたいところだけどよ
101041003
【モルガン】
使用人の子たちに
晩ご飯を用意させるわ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100810.html b/docs/story/100810.html index 88b3be6a5..239df63d0 100644 --- a/docs/story/100810.html +++ b/docs/story/100810.html @@ -11,6 +11,18 @@

1章/メイン/x0616_リンゴ狩り③

View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

1章/メイン/x0616_リンゴ狩り③

+ + + + + + + + + @@ -46,6 +67,10 @@

1章/メイン/x0616_リンゴ狩り③

+ + + + @@ -66,6 +91,10 @@

1章/メイン/x0616_リンゴ狩り③

+ + + + @@ -81,6 +110,10 @@

1章/メイン/x0616_リンゴ狩り③

+ + + + @@ -91,6 +124,15 @@

1章/メイン/x0616_リンゴ狩り③

+ + + + + + + + + @@ -106,6 +148,10 @@

1章/メイン/x0616_リンゴ狩り③

+ + + + @@ -126,6 +172,10 @@

1章/メイン/x0616_リンゴ狩り③

+ + + + @@ -176,6 +226,15 @@

1章/メイン/x0616_リンゴ狩り③

+ + + + + + + + + @@ -191,6 +250,10 @@

1章/メイン/x0616_リンゴ狩り③

+ + + + @@ -206,6 +269,10 @@

1章/メイン/x0616_リンゴ狩り③

+ + + + @@ -221,6 +288,10 @@

1章/メイン/x0616_リンゴ狩り③

+ + + + @@ -305,5 +376,34 @@

1章/メイン/x0616_リンゴ狩り③

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
template1
Load
Play
101041003
【モルガン】
冷めないお茶がね
あればいいのだけれど
【モルガン】
熱いうちに、どうぞ?
101009001
【(選択肢)】
  1. いただきます
  2. 猫舌なので
  3. なんの用ですか?
Block1_1
101009001
【ノワール】
い、いただきます
【モルガン】
誰かと飲むほうがおいしいの
付き合ってくれて嬉しいわ
Block1_2
101009001
【ノワール】
猫舌なので…
もう少ししてからいただきます
【モルガン】
ノワールくんのために♪
Block1_3
101009001
【ノワール】
なんの用ですか?
引き払いの手伝いならいくらでもできますが…
【モルガン】
生徒のことを知りたいと思うのは
療養院の先生としておかしいことかしら?
Block1end
101041003
【モルガン】
宵越しのお茶は良くないとも言うわね
だけど私、それはもったいないと思うの
【モルガン】
できることならずぅっとずぅーっと
おいしくいて欲しいとは思わない?
101009001
【(選択肢)】
  1. そのときだけのおいしさがある
  2. 最高がずっと続くなら良い
Block2_1
101009001
【ノワール】
そのときにしか出ないおいしさがある
とも思いますが…
【モルガン】
ノワールくん、意外とお茶好き?
Block2_2
101009001
【ノワール】
最高のおいしさがずっと続くなら
理想的ですね
【モルガン】
ほんとうに、やんなっちゃうわよね
Block2end
101041003
【モルガン】
………ねえノワールくん
【モルガン】
そんなふうに『本当』を得られるのなら
代償をともなっても構わないと思う?
101009001
【(選択肢)】
  1. …どうして突然そんなことを?
  2. それでも『本当』を知りたいです
  3. 代償による
Block3_1
101009001
【ノワール】
モルガン先生…?
どうして突然そんなことを…
【モルガン】
聞きたくなってしまったのよ、突然ね
Block3_2
101009001
【ノワール】
…どんな代償をともなっても
『本当』のことを知りたいです
【ノワール】
ディナタンのためでもあります
知らないままでいさせるのはあまりにも酷だ
Block3_3
101009001
【ノワール】
…失う代償による、と思います
【モルガン】
貴方はまだ若いわ
じっくり考えて決めてちょうだいね
Block3end
101009001
【ノワール】
…父の死の真相を追わなければ、楽でしょうけど
それでも、ランスロットに妹を救われて
101041003
【モルガン】
ありがとう
茶番に付き合ってくれて
101009001
【(選択肢)】
  1. ギネヴィアと合流する
  2. ディナタンと合流する
  3. 周囲を偵察する
Block4_1
Block4_2
Block4_3
Block4end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100811.html b/docs/story/100811.html index 4689425ea..495c5baea 100644 --- a/docs/story/100811.html +++ b/docs/story/100811.html @@ -11,6 +11,18 @@

1章/メイン/x0616_リンゴ狩り④G

View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

1章/メイン/x0616_リンゴ狩り④G

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
行けーっ!お姉ちゃん!
101011001
【ギネヴィア】
…信じるだけなら、タダだもんね
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100812.html b/docs/story/100812.html index 57f230d8f..e8bef4fcb 100644 --- a/docs/story/100812.html +++ b/docs/story/100812.html @@ -11,6 +11,18 @@

1章/メイン/x0616_リンゴ狩り④D

View script in lua + + + + + + + + + + + + @@ -100,5 +112,13 @@

1章/メイン/x0616_リンゴ狩り④D

+ + + + + + + +
template1
Load
Play
101012001
【ディナタン】
んしょ…
んっ、なかなか、もげない…
101017001
【マルディサント】
…アンタ、マジで最近悪いカオしてんぜ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100813.html b/docs/story/100813.html index 1fb0ede8f..f152ab578 100644 --- a/docs/story/100813.html +++ b/docs/story/100813.html @@ -11,6 +11,18 @@

1章/メイン/x0616_リンゴ狩り④L

View script in lua + + + + + + + + + + + + @@ -110,5 +122,13 @@

1章/メイン/x0616_リンゴ狩り④L

+ + + + + + + +
template1
Load
Play
101010001
【???】
皆と一緒でなくていいのか
101010001
【ランスロット】
しばらく、口は滑らせられないな
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100814.html b/docs/story/100814.html index d7249b3da..9ac447712 100644 --- a/docs/story/100814.html +++ b/docs/story/100814.html @@ -11,6 +11,14 @@

1章/メイン/x0616_リンゴ狩り⑤

View script in lua + + + + + + + + @@ -87,12 +95,12 @@

1章/メイン/x0616_リンゴ狩り⑤

- + - + @@ -102,7 +110,7 @@

1章/メイン/x0616_リンゴ狩り⑤

- + @@ -127,12 +135,12 @@

1章/メイン/x0616_リンゴ狩り⑤

- + - + @@ -142,7 +150,7 @@

1章/メイン/x0616_リンゴ狩り⑤

- + @@ -162,12 +170,12 @@

1章/メイン/x0616_リンゴ狩り⑤

- + - + @@ -202,7 +210,7 @@

1章/メイン/x0616_リンゴ狩り⑤

- + @@ -212,8 +220,16 @@

1章/メイン/x0616_リンゴ狩り⑤

- + + + + + + + + +
Load
Play
101017001
【マルディサント】
…このあと、ふたりでフケねえ?
101043001
【???】
虚勢、おもしろくって寒気がする
101043001
【???】
ヒッヒヒ…、それは偽りの香り
101043001
【???】
アラ…?見込みあるわねえ
アナタ──…
101010001
【ランスロット】
人語を解するバルバロイ──…
101001001
【ティルフィング】
歴史にその名を刻む『魔女』
101043001
【マゾエー】
ワタクシはマゾエー
リンゴの香りに誘われ出でた魔女…
101010001
【ランスロット】
モルガン様!
101041001
101041003
【モルガン】
みんな!
逃げなさい!
101043001
【マゾエー】
ヒッヒヒヒヒヒヒ…♪
優しいお義父さん?ブライアンが?
101043001
【マゾエー】
虚構は虚しいばかりで、ヒッヒヒヒヒ♪
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100816.html b/docs/story/100816.html index d93dca4b8..d96e8c813 100644 --- a/docs/story/100816.html +++ b/docs/story/100816.html @@ -11,6 +11,14 @@

1章/メイン/x0616_リンゴ狩り6

View script in lua + + + + + + + + @@ -57,7 +65,7 @@

1章/メイン/x0616_リンゴ狩り6

- + @@ -67,7 +75,7 @@

1章/メイン/x0616_リンゴ狩り6

- + @@ -135,5 +143,13 @@

1章/メイン/x0616_リンゴ狩り6

+ + + + + + + +
Load
Play
101050001
【ブライアン】
やるようになった
101041001
101041003
【モルガン】
『狂忘症』──…!
マルディサント!離しなさい、薬を…
101043001
【マゾエー】
こぉんな優しい子たちが
親殺しなんてできるわけないわ?
101050001
【ブライアン】
ゴメンだね
テメエのオヤジ代わりなんざ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100817.html b/docs/story/100817.html index c9f45d9ed..8b1c0af57 100644 --- a/docs/story/100817.html +++ b/docs/story/100817.html @@ -11,6 +11,18 @@

1章/メイン/x0617_ログレスに戻って

View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

1章/メイン/x0617_ログレスに戻って

+ + + + + + + +
template1
Load
Play
101012001
【ディナタン】
ど、どうなんですか?
101019001
【イゾルデ】
ないわ
私たち誰にもね
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100818.html b/docs/story/100818.html index da65d97a0..0065d637e 100644 --- a/docs/story/100818.html +++ b/docs/story/100818.html @@ -11,6 +11,18 @@

1章/メイン/x0618_ディナタンの歌

View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

1章/メイン/x0618_ディナタンの歌

+ + + + + + + +
template1
Load
Play
【ディナタン】
風が強い日
湖の水音が怖くて
【ディナタン】
良い子をサボらずにいようと
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100821.html b/docs/story/100821.html index 6a1458f43..cab24e3ae 100644 --- a/docs/story/100821.html +++ b/docs/story/100821.html @@ -11,6 +11,18 @@

1章/メイン/x0624_モルガン奪還作戦①

View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

1章/メイン/x0624_モルガン奪還作戦①

+ + + + + + + + + @@ -56,6 +77,10 @@

1章/メイン/x0624_モルガン奪還作戦①

+ + + + @@ -76,6 +101,10 @@

1章/メイン/x0624_モルガン奪還作戦①

+ + + + @@ -95,5 +124,13 @@

1章/メイン/x0624_モルガン奪還作戦①

+ + + + + + + +
template1
Load
Play
【telop】
モルガンの別荘があるグラストンベリーに
リンゴ狩りに出かけたノワールたち
【ギネヴィア】
おせっかい焼きの姉妹も
混ぜてもらえる?
101009001
【(選択肢)】
  1. 頼りにしてるよ
  2. やめておいたほうがいい
Block1_1
101009001
【ノワール】
頼りにしてるよ
【ディナタン】
…ありがとう、ございます…!
Block1_2
101009001
【ノワール】
やめておいたほうがいい
【ギネヴィア】
しかもわたしの侍女(ギネマウア)のサポート付き
安心して休んでたっていいわ
Block1end
101011001
【ギネヴィア】
わたしはノワールを自分の家庭事情に巻き込んだ
わたしも巻き込まれなきゃ平等じゃないでしょ?
101011001
【ギネヴィア】
こちらこそ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100822.html b/docs/story/100822.html index fb54a7328..1454c13a2 100644 --- a/docs/story/100822.html +++ b/docs/story/100822.html @@ -11,11 +11,32 @@

1章/メイン/x0624_モルガン奪還作戦②1

View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -31,6 +52,10 @@

1章/メイン/x0624_モルガン奪還作戦②1

+ + + + @@ -46,6 +71,10 @@

1章/メイン/x0624_モルガン奪還作戦②1

+ + + + @@ -106,6 +135,15 @@

1章/メイン/x0624_モルガン奪還作戦②1

+ + + + + + + + + @@ -126,6 +164,10 @@

1章/メイン/x0624_モルガン奪還作戦②1

+ + + + @@ -141,6 +183,10 @@

1章/メイン/x0624_モルガン奪還作戦②1

+ + + + @@ -160,5 +206,13 @@

1章/メイン/x0624_モルガン奪還作戦②1

+ + + + + + + +
template1
Load
Play
101017001
【マルディサント】
………すっげえ、おびえててさ
101009001
【(選択肢)】
  1. おびえる?誰に?
  2. キミがおびえることがあるのか?
Block1_1
101009001
【ノワール】
おびえる…?誰に?
【ディナタン】
人間じゃないって、どういうこと?
Block1_2
101009001
【ノワール】
意外だな
キミがおびえることなんてあるのか
【マルディサント】
おびえまくりだぜ、世のなか
Block1end
101017001
【マルディサント】
狂忘症にさ
ずっっとおびえてた
【マルディサント】
なんだ、悪い子になりたかったのか?
いいのかよ、オニーサン?
101009001
【(選択肢)】
  1. 友達は選べよ、ディナタン
  2. 俺も同じ気持ちだ
Block2_1
101009001
【ノワール】
友達は選べよ、ディナタン
【マルディサント】
アタシはハートフルな物語は苦手なんだ
叙事詩専門でね
Block2_2
101009001
【ノワール】
俺もマルディサントと話しているときは
悪い子になったような気がしてるよ
【ディナタン】
そうだよ
私も本当はとっても悪い子かもよ?
Block2end
101012001
【ディナタン】
それに、悪い子も演じられたほうが
きっとわかることもあると思う
101012001
【ディナタン】
虚勢を張って
嘘ついてるのがわかったから
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100823.html b/docs/story/100823.html index b6fa29d0a..763761699 100644 --- a/docs/story/100823.html +++ b/docs/story/100823.html @@ -11,6 +11,14 @@

1章/メイン/x0624_モルガン奪還作戦②2

View script in lua + + + + + + + + @@ -101,6 +109,19 @@

1章/メイン/x0624_モルガン奪還作戦②2

+ + + + + + + + + + + + + @@ -116,6 +137,10 @@

1章/メイン/x0624_モルガン奪還作戦②2

+ + + + @@ -131,9 +156,21 @@

1章/メイン/x0624_モルガン奪還作戦②2

+ + + + + + + + + + + +
Load
Play
101013001
【ガウェイン】
カーライル城ってのはどんなとこなんだ?
【トリスタン】
…信じちゃだめだよ、あんな言葉
101009001
【(選択肢)】
  1. 断る
  2. ディナタンが悲しんでる
MA_01106_25_select1
MA_01106_25_select1_1
101009001
【ノワール】
…断る
俺が受け入れるなんて思って…
【ブライアン】
うれしいね
おめえが変わってなくてさ
MA_01106_25_select1_2
101009001
【ノワール】
ディナタンも悲しんでる
【ディナタン】
また、一緒に暮らそうよ…!
MA_01106_25_end
101050001
【ブライアン】
俺は──そっちに行けねえよ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100824.html b/docs/story/100824.html index 273b5d4a0..5fac98b1b 100644 --- a/docs/story/100824.html +++ b/docs/story/100824.html @@ -11,6 +11,14 @@

1章/メイン/x0624_ブライアン戦後1

View script in lua + + + + + + + + @@ -20,5 +28,13 @@

1章/メイン/x0624_ブライアン戦後1

+ + + + + + + +
Load
Play
101050001
【ブライアン】
そうだ、それでこそだ
101050001
【ブライアン】
カーライル城で待ってるぜ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100827.html b/docs/story/100827.html index 1ec948c9d..cc88c6f6c 100644 --- a/docs/story/100827.html +++ b/docs/story/100827.html @@ -11,6 +11,14 @@

1章/メイン/x0626_モルガン奪還作戦③城外戦

View script in lua + + + + + + + + @@ -110,5 +118,13 @@

1章/メイン/x0626_モルガン奪還作戦③城外戦

+ + + + + + + +
Load
Play
101050001
【ブライアン】
お早い到着で
101050001
【ブライアン】
もう親子ごっこは、終わりにしようぜ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100828.html b/docs/story/100828.html index 49800f7a6..fa2738106 100644 --- a/docs/story/100828.html +++ b/docs/story/100828.html @@ -11,6 +11,14 @@

1章/メイン/x0626_モルガン奪還作戦③2

View script in lua + + + + + + + + @@ -31,6 +39,19 @@

1章/メイン/x0626_モルガン奪還作戦③2

+ + + + + + + + + + + + + @@ -46,6 +67,10 @@

1章/メイン/x0626_モルガン奪還作戦③2

+ + + + @@ -61,6 +86,10 @@

1章/メイン/x0626_モルガン奪還作戦③2

+ + + + @@ -81,6 +110,10 @@

1章/メイン/x0626_モルガン奪還作戦③2

+ + + + @@ -110,5 +143,13 @@

1章/メイン/x0626_モルガン奪還作戦③2

+ + + + + + + +
Load
Play
101050001
【ブライアン】
昔に戻れたらなあ
【ブライアン】
さっさとやんな
101009001
【(選択肢)】
  1. 父さんはそんな姿を望んでない
  2. どうしてカレドニアにこだわる?
  3. 『不格好なコート』も終わりだな
MA_01106_30_select1
MA_01106_30_select1_1
101009001
【ノワール】
俺の知ってる『カレドニアの猟犬』は
こんなところで死を望まない
【ブライアン】
…思い出したくもねえヤツのことを
MA_01106_30_select1_2
101009001
【ノワール】
なんだってカレドニアに残り続ける?
あんたの愛した国はもう見る影も…
【ブライアン】
おめえにはわからねえだろうがな
MA_01106_30_select1_3
101009001
【ノワール】
悪名高き
不格好なコート(ラ・コート・マルタイユ)』もこれで終わりだな
【ブライアン】
どこでこんなふうに
ねじれちまったんだろうな
MA_01106_30_end
101013001
【ガウェイン】
これ以上は意味ねえだろ…!
101009001
【ノワール】
すぐに戻る
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100829.html b/docs/story/100829.html index dcbf5b544..51ff3ebbc 100644 --- a/docs/story/100829.html +++ b/docs/story/100829.html @@ -11,6 +11,14 @@

1章/メイン/x0626_モルガン奪還作戦④1

View script in lua + + + + + + + + @@ -27,7 +35,7 @@

1章/メイン/x0626_モルガン奪還作戦④1

- + @@ -37,22 +45,22 @@

1章/メイン/x0626_モルガン奪還作戦④1

- + - + - + - + @@ -66,6 +74,19 @@

1章/メイン/x0626_モルガン奪還作戦④1

+ + + + + + + + + + + + + @@ -81,6 +102,10 @@

1章/メイン/x0626_モルガン奪還作戦④1

+ + + + @@ -101,6 +126,10 @@

1章/メイン/x0626_モルガン奪還作戦④1

+ + + + @@ -112,7 +141,7 @@

1章/メイン/x0626_モルガン奪還作戦④1

- + @@ -122,8 +151,16 @@

1章/メイン/x0626_モルガン奪還作戦④1

- + + + + + + + + +
Load
Play
101012001
【ディナタン】
…マルディサント、もうすぐだよ
101043001
【マゾエー】
アー、サー…?
101043001
【マゾエー】
………アーサー…ホンモノだあぁっ♪
逢いたかったぁあ──…!
101043001
【マゾエー】
アナタが苦しむ顔が見たくて
アナタが悶える声が聞きたくて
101043001
【マゾエー】
ずっと待ってたの!!
101043001
【アーサー】
行け!!
【アーサー】
魔女はオレが相手をする
ノワール、彼女らと謁見の間へ!
101009001
【(選択肢)】
  1. 俺も魔女と戦う
  2. 頼む!
MA_01106_31_select1
MA_01106_31_select1_1
101009001
【ノワール】
俺も一緒に戦う!
【アーサー】
義姉さんを頼みたい!
お前たちに!
MA_01106_31_select1_2
101009001
【ノワール】
頼む!
【ディナタン】
お気をつけて、アーサー王!
MA_01106_31_end
101009001
【ノワール】
…行こう、ディナタン、マルディサント!
101043001
【マゾエー】
子供もカレドニアもどうでもいいの、実はね
ワタクシたちが欲するのはアナタだけよ
101043001
【マゾエー】
…それにもう、手遅れよ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100830.html b/docs/story/100830.html index 68c427572..70494c9e1 100644 --- a/docs/story/100830.html +++ b/docs/story/100830.html @@ -11,6 +11,14 @@

1章/メイン/x0626_モルガン奪還作戦④2

View script in lua + + + + + + + + @@ -107,7 +115,7 @@

1章/メイン/x0626_モルガン奪還作戦④2

- + @@ -117,12 +125,12 @@

1章/メイン/x0626_モルガン奪還作戦④2

- + - + @@ -132,7 +140,7 @@

1章/メイン/x0626_モルガン奪還作戦④2

- + @@ -367,7 +375,7 @@

1章/メイン/x0626_モルガン奪還作戦④2

- + @@ -415,5 +423,13 @@

1章/メイン/x0626_モルガン奪還作戦④2

+ + + + + + + +
Load
Play
101017001
【マルディサント】
えっ――…
101047001
【ティーロノエー】
妹サン?アンタはなにしてたの?
そぉんな惨めに這いつくばって♪
101048001
【ティーテン】
学園で『お兄さん』の帰りを待つ日々
「ああ辛そうな兄さん、ガンバッテ♪」
101049001
【ティートン】
貴重な友達にすら薄ら笑いで壁を作り
「良い子でいればキラわれないハズ…♪」
101048001
【魔女】
貴方はいったい、なにを追って来たの?
101043001
【マゾエー】
ああ、かくして円卓の騎士ノワールは
家族すら戦いの渦へと巻きこむのね
101012001
【ディナタン】
お先に、兄さん!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100831.html b/docs/story/100831.html index 1ff0fb8b2..94f31d11f 100644 --- a/docs/story/100831.html +++ b/docs/story/100831.html @@ -11,6 +11,14 @@

1章/メイン/x0626_モルガン奪還作戦⑤1

View script in lua + + + + + + + + @@ -67,7 +75,7 @@

1章/メイン/x0626_モルガン奪還作戦⑤1

- + @@ -77,7 +85,7 @@

1章/メイン/x0626_モルガン奪還作戦⑤1

- + @@ -87,12 +95,12 @@

1章/メイン/x0626_モルガン奪還作戦⑤1

- + - + @@ -107,7 +115,7 @@

1章/メイン/x0626_モルガン奪還作戦⑤1

- + @@ -117,42 +125,42 @@

1章/メイン/x0626_モルガン奪還作戦⑤1

- + - + - + - + - + - + - + - + @@ -162,7 +170,7 @@

1章/メイン/x0626_モルガン奪還作戦⑤1

- + @@ -182,7 +190,7 @@

1章/メイン/x0626_モルガン奪還作戦⑤1

- + @@ -192,12 +200,12 @@

1章/メイン/x0626_モルガン奪還作戦⑤1

- + - + @@ -207,17 +215,17 @@

1章/メイン/x0626_モルガン奪還作戦⑤1

- + - + - + @@ -227,7 +235,7 @@

1章/メイン/x0626_モルガン奪還作戦⑤1

- + @@ -327,7 +335,7 @@

1章/メイン/x0626_モルガン奪還作戦⑤1

- + @@ -377,27 +385,27 @@

1章/メイン/x0626_モルガン奪還作戦⑤1

- + - + - + - + - + @@ -407,17 +415,17 @@

1章/メイン/x0626_モルガン奪還作戦⑤1

- + - + - + @@ -432,7 +440,7 @@

1章/メイン/x0626_モルガン奪還作戦⑤1

- + @@ -442,7 +450,7 @@

1章/メイン/x0626_モルガン奪還作戦⑤1

- + @@ -452,7 +460,7 @@

1章/メイン/x0626_モルガン奪還作戦⑤1

- + @@ -462,7 +470,7 @@

1章/メイン/x0626_モルガン奪還作戦⑤1

- + @@ -475,5 +483,13 @@

1章/メイン/x0626_モルガン奪還作戦⑤1

+ + + + + + + +
Load
Play
【】
蟲喰いの貴方?
101043001
【マゾエー】
ワタクシたちは待っていたの
ずっとずぅーっと
101043001
【マゾエー】
大姉様とワタクシたちのみの楽園で
待つのはあの人の足音だけ
101043001
【マゾエー】
待てど暮らせど来ないけれど
それでもずぅ~っと待ってたの
101043001
【マゾエー】
ようやく来たれり、この刻が!
101043001
【マゾエー】
魔女姉妹、ここに
101042001
【モーロノエー】
魔女姉妹──第2の紫(ヴァイオレット・ツヴァイト)
モーロノエー
101043001
【マゾエー】
ヒッヒヒ。同じく第3の緑(グリューン・ドリット)
マゾエー
101044001
【グリーテン】
第4の茶(ブラオン・フィーアト)
グリーテンもいまぁす
101045001
【グリートーネア】
グリートーネアは
第5の青(ブラオ・フュンフト)です…
101046001
【グリートン】
第6の黄(ゲルプ・ゼクスト)…グリートンでぇす…
客人の方、これじゃあ覚えきれませんよね…?
101047001
【ティーロノエー】
第7の白(ヴァイス・ズィープト)ティーロノエー
覚える必要なんかないよォ
101048001
【ティーテン】
ティーテン、第8の橙(オーランジェ・アハト)だねー
ここでオワリなんだもん
101049001
【ティートン】
第9の赤(ロート・ノイント)ティートンです
末妹です…
101042001
【モーロノエー】
もうここは、いわば魔女姉妹のお腹のなか…♪
すぐに消化されて終わり…♪
101042001
【モーロノエー】
打つ手など無いわ。そういう策なの
101042001
【モーロノエー】
ゆっくり戦って、バルバロイに包囲させて
あとはじっくり料理するだけ…♪
101043001
【マゾエー】
帰さない──
誰ひとり──
101042001
【モーロノエー】
魔女の誘いに乗るのが悪い
101043001
【マゾエー】
キラーズを、歴史を、終わらせる──…♪
101043001
【モーロノエー】
アアアハハアハハハハアッハハアッハハハハ♪
101042001
【モーロノエー】
なにが…?
101042001
【モーロノエー】
…──円卓の騎士
101042001
【モーロノエー】
嗚呼
ようやくようやくやってきた…♪
101043001
【マゾエー】
リンゴは腐ったくらいが丁度いい…♪
101044001
【グリーテン】
さあさお茶淹れティータイム…♪
101045001
【グリートーネア】
死臭漂うそのなかで…♪
101046001
【グリートン】
甘き蜜を味わえるのか…♪
101047001
【ティーロノエー】
楽園に向かう途上から…♪
101048001
【ティーテン】
喪失までは一本道…♪
101049001
【ティートン】
始めてしまえば終わりまで…♪
101042001
【モーロノエー】
これは思いやりの助言よ、ノワール
101043001
【マゾエー】
アナタは稀代の救世主
決して逃れられぬ運命
101042001
【モーロノエー】
ブリテンの期待を一身に背負い
その身が擦り切れるまで戦う
101043001
【マゾエー】
世界の平和を取り返すべく
アナタの心は尊き犠牲
101001002
【モーロノエー/マゾエー】
絶えず絶望を。ノワール
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100832.html b/docs/story/100832.html index b853c7f02..eb3561a46 100644 --- a/docs/story/100832.html +++ b/docs/story/100832.html @@ -11,6 +11,18 @@

1章/メイン/x0626_モルガン奪還作戦⑤2

View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

1章/メイン/x0626_モルガン奪還作戦⑤2

+ + + + + + + +
template1
Load
Play
101017002
【マルディサント・ビアンパンサント】
う、う、うそだろ…!?
せんせ、モルガンせんせ…!!
101012001
【ディナタン】
良い子も、演じてもらわなきゃ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100835.html b/docs/story/100835.html index b1d70bd7c..13f72181e 100644 --- a/docs/story/100835.html +++ b/docs/story/100835.html @@ -11,6 +11,14 @@

1章/メイン/x0701_回想・ブライアン

シーンID変更

View script in lua + + + + + + + + @@ -230,5 +238,13 @@

1章/メイン/x0701_回想・ブライアン

+ + + + + + + +
Load
Play
101050001
【ブライアン】
…嫌味ったらしい金コートだ
101021003
【ブルーノ】
これで傭兵(おまえ)金色コート(おれ)次第。だな?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100837.html b/docs/story/100837.html index b3024ae92..3c3fadeaf 100644 --- a/docs/story/100837.html +++ b/docs/story/100837.html @@ -11,6 +11,18 @@

1章/メイン/x0702_円卓会議

View script in lua + + + + + + + + + + + + @@ -146,6 +158,15 @@

1章/メイン/x0702_円卓会議

+ + + + + + + + + @@ -161,6 +182,10 @@

1章/メイン/x0702_円卓会議

+ + + + @@ -176,6 +201,10 @@

1章/メイン/x0702_円卓会議

+ + + + @@ -246,6 +275,15 @@

1章/メイン/x0702_円卓会議

+ + + + + + + + + @@ -261,6 +299,10 @@

1章/メイン/x0702_円卓会議

+ + + + @@ -276,6 +318,10 @@

1章/メイン/x0702_円卓会議

+ + + + @@ -315,5 +361,13 @@

1章/メイン/x0702_円卓会議

+ + + + + + + +
template1
Load
Play
101010001
【ランスロット】
魔女は8人
一方、我ら円卓の騎士は現在、10席と少し
【トリスタン】
ボクとしては
今もまだ見極め継続中だから、よろしく
101009002
【(選択肢)】
  1. 継承者の役目は?
  2. どうして俺なんだ?
Block1_1
101009002
【ノワール】
その、継承者がすべきことは?
【ガレス】
継承者にスーパーパワーみたいなのが
あるんじゃないかなっ!
Block1_2
101009002
【ノワール】
どうして、俺が継承者なんだ…?
【モルドレッド】
神様に選ばれたんじゃねえの
だとすれば相当見る目がねえヤツだが
Block1end
101015001
【アーサー】
我ら円卓の騎士は追わねばならなかった
伝承、妖精、聖杯…現実離れしたものばかりを
【トリスタン】
あの気分屋が素直に首を縦に振るとは思えないね
…留学だって道楽なのかなんなのか不透明だし
101009002
【(選択肢)】
  1. 俺が頼みに行ってみる
  2. 断られそうだ…
Block2_1
101009002
【ノワール】
俺が頼みに行ってみるよ
【ノワール】
…今やれることをしたいんだ
Block2_2
101009002
【ノワール】
断られそうだな…
あの感じだと
【トリスタン】
だからキミが断られて見せてよ
Block2end
101013001
【ガウェイン】
俺も付き合うぜ、ノワール
101011001
【ギネヴィア】
ま。合うかどーかよね
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100838.html b/docs/story/100838.html index b44f8c251..b402dc9db 100644 --- a/docs/story/100838.html +++ b/docs/story/100838.html @@ -11,6 +11,18 @@

1章/メイン/x0702_ノワール過去

View script in lua + + + + + + + + + + + + @@ -190,5 +202,13 @@

1章/メイン/x0702_ノワール過去

+ + + + + + + +
template1
Load
Play
101050001
【ブライアン】
もう帰ってくんなよ~
【telop】
本当のことを言ってくれ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100840.html b/docs/story/100840.html index 4430b0f7e..a13df9ce4 100644 --- a/docs/story/100840.html +++ b/docs/story/100840.html @@ -11,6 +11,18 @@

1章/メイン/x0706_ルーシャスのゲーム1

View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

1章/メイン/x0706_ルーシャスのゲーム1

+ + + + + + + + + @@ -41,6 +62,10 @@

1章/メイン/x0706_ルーシャスのゲーム1

+ + + + @@ -61,6 +86,10 @@

1章/メイン/x0706_ルーシャスのゲーム1

+ + + + @@ -120,5 +149,13 @@

1章/メイン/x0706_ルーシャスのゲーム1

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
【ギネヴィア】
わかるでしょ?
101009002
【(選択肢)】
  1. 手をどける
  2. 手を握る
Block1_1
101011001
【ギネヴィア】
ちょっと!!
どけないでよ!!
【ギネヴィア】
なんで無言でどけちゃうの!?
行間を読め!意味を深読みしなさいよ!
Block1_2
101011001
【ギネヴィア】
ひゃああああああっ!?!?
【ギネヴィア】
でも、でもまあいいわ!うんうんうんうん
これはこれでいいわ!合格!オッケー!
Block1end
101011001
【ギネヴィア】
気を取り直して
101011001
【ギネヴィア】
わたしを観光(ローマ)につれてって?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100842.html b/docs/story/100842.html index 2a0559915..a3e871067 100644 --- a/docs/story/100842.html +++ b/docs/story/100842.html @@ -11,6 +11,18 @@

1章/メイン/x0710_ルーシャスのゲーム2

View script in lua + + + + + + + + + + + + @@ -136,6 +148,15 @@

1章/メイン/x0710_ルーシャスのゲーム2

+ + + + + + + + + @@ -151,6 +172,10 @@

1章/メイン/x0710_ルーシャスのゲーム2

+ + + + @@ -166,9 +191,21 @@

1章/メイン/x0710_ルーシャスのゲーム2

+ + + + + + + + + + + +
template1
Load
Play
【フレン/ローラ】
ようこそ
ローマの都(ロンディニウム)
【トリスタン】
いつ()を上げるか
(たの)しみなんだ
101009001
【(選択肢)】
  1. どっちつかずのつもりはない
  2. 音を上げたりしない
Block1_1
101009001
【ノワール】
どっちつかずのつもりはない
【トリスタン】
気づいてないだけじゃないの?
いいように利用されてるってことがさ
Block1_2
101009001
【ノワール】
『本当』に辿り着けるまで
音を上げたりしない
【ガウェイン】
キャメリアードでの戦いを
近くで見た俺にはわかる
Block1end
101014001
【トリスタン】
いつか聴けるといいな、キミの本音
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100843.html b/docs/story/100843.html index 12f320418..5fc8853e8 100644 --- a/docs/story/100843.html +++ b/docs/story/100843.html @@ -11,6 +11,18 @@

1章/メイン/x0710_ルーシャスのゲーム3

View script in lua + + + + + + + + + + + + @@ -171,6 +183,15 @@

1章/メイン/x0710_ルーシャスのゲーム3

+ + + + + + + + + @@ -186,6 +207,10 @@

1章/メイン/x0710_ルーシャスのゲーム3

+ + + + @@ -201,6 +226,10 @@

1章/メイン/x0710_ルーシャスのゲーム3

+ + + + @@ -221,6 +250,10 @@

1章/メイン/x0710_ルーシャスのゲーム3

+ + + + @@ -265,5 +298,13 @@

1章/メイン/x0710_ルーシャスのゲーム3

+ + + + + + + +
template1
Load
Play
101051001
【ルーシャス】
断る
【トリスタン】
結構です!!
3個でオナカいっぱいですからお気遣いなく!
101009001
【(選択肢)】
  1. なんでもする
  2. ゲームの内容による
  3. もてなしに感謝する
Block1_1
101009001
【ノワール】
なんでもする
力を貸してくれ
【ルーシャス】
貴様の言葉は軽いな。覚悟がない
せっかくトモダチになれると思っていたが
Block1_2
101009001
【ノワール】
ゲームの内容による
だけどできることならやるよ
【ルーシャス】
やる気まんまんだな
クッククク、嬉しいよ
Block1_3
101009001
【ノワール】
もてなしに感謝するよ
ルーシャス
【ルーシャス】
クックククク…
いいぞ、ノワール、実にいい
Block1end
101051001
【ルーシャス】
ゲーム1
「余に宝石を献上せよ」
101051001
【ルーシャス】
ゲーム・スタート!!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100844.html b/docs/story/100844.html index 042975da3..7ef677fb6 100644 --- a/docs/story/100844.html +++ b/docs/story/100844.html @@ -11,6 +11,14 @@

1章/メイン/x0710_BTL前

View script in lua + + + + + + + + @@ -55,5 +63,13 @@

1章/メイン/x0710_BTL前

+ + + + + + + +
Load
Play
101011001
【ギネヴィア】
わかったから!
帰るから!どきなさいよ!
101051001
【ルーシャス】
我らがローマ
その五体、眠らず振るえ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100845.html b/docs/story/100845.html index ead27c0a9..a8352787a 100644 --- a/docs/story/100845.html +++ b/docs/story/100845.html @@ -11,6 +11,14 @@

1章/メイン/x0710_BTL後

View script in lua + + + + + + + + @@ -42,7 +50,7 @@

1章/メイン/x0710_BTL後

- + @@ -110,5 +118,13 @@

1章/メイン/x0710_BTL後

+ + + + + + + +
Load
Play
101052001
【ヴェルナルス】
未熟
101037001
【ラシア】
バルバロイにも
同じことを仰せになりますか?
101052001
【ヴェルナルス】
我らがローマ
この五体、死しても眠らず
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100846.html b/docs/story/100846.html index 629520590..60fcb7e81 100644 --- a/docs/story/100846.html +++ b/docs/story/100846.html @@ -12,12 +12,20 @@

1章/メイン/x0710_ルーシャスのゲーム4

View script in lua - + + + + + + + + + - + @@ -27,7 +35,7 @@

1章/メイン/x0710_ルーシャスのゲーム4

- + @@ -37,7 +45,7 @@

1章/メイン/x0710_ルーシャスのゲーム4

- + @@ -47,7 +55,7 @@

1章/メイン/x0710_ルーシャスのゲーム4

- + @@ -57,45 +65,66 @@

1章/メイン/x0710_ルーシャスのゲーム4

- + + + + + + + + + + + + + + - + - + - + + + + + - + - + + + + + @@ -172,7 +201,7 @@

1章/メイン/x0710_ルーシャスのゲーム4

- + @@ -232,7 +261,7 @@

1章/メイン/x0710_ルーシャスのゲーム4

- + @@ -250,5 +279,13 @@

1章/メイン/x0710_ルーシャスのゲーム4

+ + + + + + + +
101010001
Load
Play
【ランスロット】
手荒で失礼
101010001
【ランスロット】
無断欠席の生徒が多いので
お宅訪問にご容赦を。皇太子殿下
101010001
【ランスロット】
宮殿の警備は手薄なものでした
ノワールら相手に相当苦戦したと見えますね
101010001
【ランスロット】
行け。ノワール
101010001
【ランスロット】
任せてくれないか?
101010001
【ランスロット】
礼はいい。仕事だ
101009001
【(選択肢)】
  1. それでも、ありがとう
  2. 仕事なら任せようかな
MA_01107_16_select1
MA_01107_16_select1_1
101009001
【ノワール】
それでも、ありがとう
101010001
【ランスロット】
やりがいのある仕事になりそうだ
101010001
【ランスロット】
俺からも礼を言う
大帝国の皇太子殿下によく食い下がってくれた
101010001
【ランスロット】
ありがとう、ノワール
MA_01107_16_select1_2
101009001
【ノワール】
仕事なら任せようかな
101010001
【ランスロット】
ああ、そうしてくれ
101010001
【ランスロット】
適材適所というやつだ
MA_01107_16_end
101051001
【ルーシャス】
宝石が手に入ればアクセサリーでも仕上げて
ひとつ贈呈するよ、ギネヴィア
101010001
【ランスロット】
賢明なご判断に感謝を
皇太子殿下、将軍
101010001
【ランスロット】
恐縮です、皇太子殿下
101051001
【ルーシャス】
学習意欲が
育ってきたぞ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100847.html b/docs/story/100847.html index 8df5d5147..11407a192 100644 --- a/docs/story/100847.html +++ b/docs/story/100847.html @@ -11,6 +11,18 @@

1章/メイン/x0711_道中、夜営

View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

1章/メイン/x0711_道中、夜営

+ + + + + + + +
template1
Load
Play
101009001
【ノワール】
その鉱山ってのは
どのあたりにあるんだ?
101009001
【ノワール】
悪い、すぐ行くよ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100848.html b/docs/story/100848.html index ee58fcd15..733d2f561 100644 --- a/docs/story/100848.html +++ b/docs/story/100848.html @@ -11,6 +11,18 @@

1章/メイン/x0712_ルーシャスのゲーム5

View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

1章/メイン/x0712_ルーシャスのゲーム5

+ + + + + + + + + @@ -76,6 +97,10 @@

1章/メイン/x0712_ルーシャスのゲーム5

+ + + + @@ -96,6 +121,10 @@

1章/メイン/x0712_ルーシャスのゲーム5

+ + + + @@ -105,5 +134,13 @@

1章/メイン/x0712_ルーシャスのゲーム5

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
ほんとユーウツね
あいつの手のひらの上だと思うと
【ギネマウア】
足を踏み入れる者はいません
バルバロイが巣くっているという噂もあります
101009001
【(選択肢)】
  1. 宝石なんて残っているだろうか
  2. 気を付けて進もう
Block1_1
101009001
【ノワール】
少しでも
宝石が残っていてくれるといいけれど…
【ノワール】
それでも
行ってみるしかないな
Block1_2
101009001
【ノワール】
気を付けて進もう
先頭は俺に任せてくれ
【ノワール】
ありがとう
Block1end
101011001
【ギネヴィア】
いずれはキャメリアードの安全を
確保しないと、と思っていたところではあるし
101011001
【ギネヴィア】
実家の掃除のついでよね
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100849.html b/docs/story/100849.html index 992bf5db9..506cb9b40 100644 --- a/docs/story/100849.html +++ b/docs/story/100849.html @@ -11,6 +11,14 @@

1章/メイン/x0712_鉱山BTL後

View script in lua + + + + + + + + @@ -35,5 +43,13 @@

1章/メイン/x0712_鉱山BTL後

+ + + + + + + +
Load
Play
101009001
【ノワール】
ここが最奥か
101009001
【ノワール】
よし、帰ろう
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100850.html b/docs/story/100850.html index 99a979c8c..da75ed015 100644 --- a/docs/story/100850.html +++ b/docs/story/100850.html @@ -11,6 +11,18 @@

1章/メイン/x0712_ルーシャスのゲーム6

View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

1章/メイン/x0712_ルーシャスのゲーム6

+ + + + + + + + + @@ -61,6 +82,10 @@

1章/メイン/x0712_ルーシャスのゲーム6

+ + + + @@ -76,6 +101,10 @@

1章/メイン/x0712_ルーシャスのゲーム6

+ + + + @@ -91,6 +120,10 @@

1章/メイン/x0712_ルーシャスのゲーム6

+ + + + @@ -315,5 +348,13 @@

1章/メイン/x0712_ルーシャスのゲーム6

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
お納めください
【ルーシャス】
さて継承者、3つ目(さいご)のゲーム前に質問だ
戦に勝利するために必要なものはなんだと思う?
101009002
【(選択肢)】
  1. 準備と戦略
  2. 武力
  3. 戦わないに越したことはない
Block1_1
101009002
【ノワール】
…準備と、戦略か?
【ルーシャス】
それも相手や己の状況によって変わる
必勝の策を見極めるのは至難の業だ
Block1_2
101009002
【ノワール】
武力、かな…
【ルーシャス】
比類なき力によって戦の主導権を握れば
知力など捻りつぶせるやもしれぬ
Block1_3
101009002
【ノワール】
戦わないに越したことはない
【ルーシャス】
単なる平和主義でその発言をしたわけではない
そうだろう、もと傭兵団長?
Block1end
101010001
【ランスロット】
明確な正解などないだろうな
はっきりとした間違いもないだろうが
101051001
【ルーシャス】
そういうことにしておこう
最強騎士の弱みに免じて
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100851.html b/docs/story/100851.html index 22954e6fb..28020b06e 100644 --- a/docs/story/100851.html +++ b/docs/story/100851.html @@ -11,6 +11,18 @@

1章/メイン/x0719_ルーシャスのゲーム7

View script in lua + + + + + + + + + + + + @@ -191,6 +203,15 @@

1章/メイン/x0719_ルーシャスのゲーム7

+ + + + + + + + + @@ -211,6 +232,10 @@

1章/メイン/x0719_ルーシャスのゲーム7

+ + + + @@ -236,6 +261,10 @@

1章/メイン/x0719_ルーシャスのゲーム7

+ + + + @@ -255,5 +284,13 @@

1章/メイン/x0719_ルーシャスのゲーム7

+ + + + + + + +
template1
Load
Play
【telop】
対カレドニア戦にローマが協力する条件として
3つのゲームに挑戦することになる
【ディナタン】
兄さん
101009001
【(選択肢)】
  1. ありがとう
  2. 無理はするなよ
Block1_1
101009001
【ノワール】
…ディナタン、ありがとう
【マルディサント】
…してくれていいぜ!
Block1_2
101009001
【ノワール】
くれぐれも無理はするなよ
【ディナタン】
ある、かも
Block1end
101012001
【ディナタン】
私、ずっと兄さんの背中についてきたけど
やっと並んで歩ける気がするんだ
101012001
【ディナタン】
安心して。兄さん
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100852.html b/docs/story/100852.html index 4b80ffab1..fa0b053ff 100644 --- a/docs/story/100852.html +++ b/docs/story/100852.html @@ -11,6 +11,14 @@

1章/メイン/x0719_ノワールとトリスタン

View script in lua + + + + + + + + @@ -91,6 +99,19 @@

1章/メイン/x0719_ノワールとトリスタン

+ + + + + + + + + + + + + @@ -106,6 +127,10 @@

1章/メイン/x0719_ノワールとトリスタン

+ + + + @@ -121,6 +146,10 @@

1章/メイン/x0719_ノワールとトリスタン

+ + + + @@ -215,5 +244,13 @@

1章/メイン/x0719_ノワールとトリスタン

+ + + + + + + +
Load
Play
101014001
【トリスタン】
本当』が知りたいと
キミは言ってたんだってね
【トリスタン】
偽ってる時点でいつか裏切られる
信じたって無駄だね
101009001
【(選択肢)】
  1. そんなことはない
  2. そうかもしれない
MA_01107_22_select1
MA_01107_22_select1_1
101009001
【ノワール】
そんなことはない…!
【トリスタン】
皆から舐められてるでしょ
軽んじられてるでしょ
MA_01107_22_select1_2
101009001
【ノワール】
…そうかもしれない
【トリスタン】
それでも信じたいと思う?
本当に?
MA_01107_22_end
101010001
【ランスロット】
101012001
【ディナタン】
信じてあげて
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100855.html b/docs/story/100855.html index e257ffed5..ea3d31227 100644 --- a/docs/story/100855.html +++ b/docs/story/100855.html @@ -11,6 +11,14 @@

1章/メイン/x0722_帰郷・墓参り

View script in lua + + + + + + + + @@ -117,40 +125,57 @@

1章/メイン/x0722_帰郷・墓参り

- + - + - + + + + + + + + + + + + + + - + - + - + + + + + @@ -162,22 +187,26 @@

1章/メイン/x0722_帰郷・墓参り

- + - + - + - + + + + + @@ -187,7 +216,7 @@

1章/メイン/x0722_帰郷・墓参り

- + @@ -202,7 +231,7 @@

1章/メイン/x0722_帰郷・墓参り

- + @@ -212,7 +241,7 @@

1章/メイン/x0722_帰郷・墓参り

- + @@ -252,7 +281,7 @@

1章/メイン/x0722_帰郷・墓参り

- + @@ -267,32 +296,32 @@

1章/メイン/x0722_帰郷・墓参り

- + - + - + - + - + - + @@ -332,7 +361,7 @@

1章/メイン/x0722_帰郷・墓参り

- + @@ -360,5 +389,13 @@

1章/メイン/x0722_帰郷・墓参り

+ + + + + + + +
Load
Play
101051001
【ルーシャス】
なかなかどうして空虚な地であるな
101042001
【モーロノエー】
制裁が要るかしら
縄張りを侵されては
101044001
【グリーテン】
制裁に賛成でぇす
101045001
【グリートーネア】
考え得る限り凄惨なやり方で…
101009001
【(選択肢)】
  1. どうして魔女がこんなところに?
  2. ここは俺たちの故郷だ
MA_01107_23_select1
MA_01107_23_select1_1
101009001
【ノワール】
どうして魔女がこんなところに…!
101044001
【グリーテン】
どうしてって
今はワタシたちの住まいですもの
101046001
【グリートン】
あたしたちの家にしてしまったわ
空き家だったからね
101042001
【モーロノエー】
この地は既にカレドニア王ライエンス陛下のモノ
そしてバルバロイのお食事場♪
MA_01107_23_select1_2
101009001
【ノワール】
ここは俺たちの故郷だ!
101045001
【グリートーネア】
申し上げにくいのですが…
ここはもうあなたたちのものではありません…♪
101042001
【モーロノエー】
すでに私たちの寝屋よ…♪
101042001
【モーロノエー】
この地は既にカレドニア王ライエンス陛下のモノ
そしてバルバロイのお食事場♪
101042001
MA_01107_23_end
【モーロノエー】
…しつこくって反吐が出るわ
最初の武器(ファースト・キラーズ)、魔剣ティルフィング?
101044001
【グリーテン】
もとより産まれ堕ちた身ですよぉ?
101046001
【グリートン】
バルバロイは…、湖から産まれ出る…♪
101042001
【モーロノエー】
加護、封、霊水の枯渇した湖の底
彼方の楽園から現世(うつしよ)へ続く細道がひとつ…♪
101042001
【モーロノエー】
白き竜が呑み込む運命(さだめ)
101046001
【グリートン】
あらぁ…おカワイイキラーズ…♪
101046001
【???】
つがえて、弾いて
101046001
【???】
奏でる弦音、的を射て
101046001
【???】
イゾルデ――
101046001
【???】
因枢分解・フェイルノート
101046001
【グリートン】
フッフフフフフフ、アッハハハハハハ…♪
101046001
【グリートン】
…ご明察
101010001
【ランスロット】
世辞じゃない。本音だ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100856.html b/docs/story/100856.html index f46d4316e..699424c02 100644 --- a/docs/story/100856.html +++ b/docs/story/100856.html @@ -11,6 +11,18 @@

1章/メイン/x722_帰郷②

View script in lua + + + + + + + + + + + + @@ -225,5 +237,13 @@

1章/メイン/x722_帰郷②

+ + + + + + + +
template1
Load
Play
101051001
【ルーシャス】
良き踊りを見た
【telop】
ノワールは継承者の使命を果たすことを
母の墓に誓い、帰路についたのだった
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100860.html b/docs/story/100860.html index e13b5aafa..36358921a 100644 --- a/docs/story/100860.html +++ b/docs/story/100860.html @@ -11,6 +11,18 @@

1章/メイン/x0730_円卓会議1

View script in lua + + + + + + + + + + + + @@ -140,5 +152,13 @@

1章/メイン/x0730_円卓会議1

+ + + + + + + +
template1
Load
Play
401036001
【ログレス兵】
円卓会議中に失礼いたします!
101010001
【ランスロット】
…──フォー・ラウンド
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100861.html b/docs/story/100861.html index b1166d9a7..10c6f62d5 100644 --- a/docs/story/100861.html +++ b/docs/story/100861.html @@ -11,6 +11,18 @@

1章/メイン/x0730_円卓会議2

View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

1章/メイン/x0730_円卓会議2

+ + + + + + + + + @@ -46,6 +67,10 @@

1章/メイン/x0730_円卓会議2

+ + + + @@ -61,6 +86,10 @@

1章/メイン/x0730_円卓会議2

+ + + + @@ -215,5 +244,13 @@

1章/メイン/x0730_円卓会議2

+ + + + + + + +
template1
Load
Play
101009002
【ノワール】
ランスロット!?
【ランスロット】
ひとりで平気だ
101009002
【(選択肢)】
  1. 平気なように見えない
  2. 勝手だ
Block1_1
101009002
【ノワール】
平気なように見えないんだよ、ランスロット
【ノワール】
父さんのときも
そうやって飛び出して行った
Block1_2
101009002
【ノワール】
『最強騎士』のお前が
そう簡単に後れを取るとは思わない
【ノワール】
ずっとなにも言ってくれないで
Block1end
101009002
【ノワール】
だから止めてるんじゃないか
またもし戻って来なかったら、と思うから
101010001
【ランスロット】
今度は俺から頼む、ノワール
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100862.html b/docs/story/100862.html index 85e38a319..0e36ba44d 100644 --- a/docs/story/100862.html +++ b/docs/story/100862.html @@ -11,6 +11,18 @@

1章/メイン/x0730_聖騎士救援戦①1

View script in lua + + + + + + + + + + + + @@ -66,6 +78,15 @@

1章/メイン/x0730_聖騎士救援戦①1

+ + + + + + + + + @@ -86,6 +107,10 @@

1章/メイン/x0730_聖騎士救援戦①1

+ + + + @@ -106,6 +131,10 @@

1章/メイン/x0730_聖騎士救援戦①1

+ + + + @@ -170,5 +199,13 @@

1章/メイン/x0730_聖騎士救援戦①1

+ + + + + + + +
template1
Load
Play
101010001
【ランスロット】
師匠(ブルーノ)が妖精ニニアンを殺した
それは本当だ
【ランスロット】
先ほどの戦況報告を聞くに
噂以上の強さだな
101009001
【(選択肢)】
  1. 少数精鋭ってことか
  2. 『最強騎士』ほどじゃないだろ
Block1_1
101009001
【ノワール】
少数精鋭ってことか
【ノワール】
別になにか守るべきものがあるのか
もしくは円卓へのあてつけか…
Block1_2
101009001
【ノワール】
そうはいっても
『最強騎士』ほどじゃないだろ
【ノワール】
…あんたなあ!
Block1end
101009001
【ノワール】
父さんに代わって
あの地を守ることになった連中か…
101010001
【ランスロット】
見えたぞ、銀甲冑だ!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100863.html b/docs/story/100863.html index c63e14780..d7807efb3 100644 --- a/docs/story/100863.html +++ b/docs/story/100863.html @@ -11,13 +11,21 @@

1章/メイン/x0730_聖騎士救援戦①2

View script in lua + + + + + + + + - + @@ -30,5 +38,13 @@

1章/メイン/x0730_聖騎士救援戦①2

+ + + + + + + +
Load
Play
101028003
【ガラハッド】
…呼び声に、答えが来た
101010001
【ランスロット】
我が名は湖のランスロット!
この場は円卓の騎士が助太刀する!
101028003
【ガラハッド】
父なる彼の遺児に
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100864.html b/docs/story/100864.html index 3aaf2bd27..86c8a9a7f 100644 --- a/docs/story/100864.html +++ b/docs/story/100864.html @@ -11,6 +11,14 @@

1章/メイン/x0730_聖騎士救援戦②1

View script in lua + + + + + + + + @@ -22,7 +30,7 @@

1章/メイン/x0730_聖騎士救援戦②1

- + @@ -47,7 +55,7 @@

1章/メイン/x0730_聖騎士救援戦②1

- + @@ -72,12 +80,12 @@

1章/メイン/x0730_聖騎士救援戦②1

- + - + @@ -187,7 +195,7 @@

1章/メイン/x0730_聖騎士救援戦②1

- + @@ -217,7 +225,7 @@

1章/メイン/x0730_聖騎士救援戦②1

- + @@ -242,7 +250,7 @@

1章/メイン/x0730_聖騎士救援戦②1

- + @@ -252,7 +260,7 @@

1章/メイン/x0730_聖騎士救援戦②1

- + @@ -262,12 +270,12 @@

1章/メイン/x0730_聖騎士救援戦②1

- + - + @@ -277,7 +285,7 @@

1章/メイン/x0730_聖騎士救援戦②1

- + @@ -287,7 +295,7 @@

1章/メイン/x0730_聖騎士救援戦②1

- + @@ -297,12 +305,12 @@

1章/メイン/x0730_聖騎士救援戦②1

- + - + @@ -316,6 +324,19 @@

1章/メイン/x0730_聖騎士救援戦②1

+ + + + + + + + + + + + + @@ -341,13 +362,17 @@

1章/メイン/x0730_聖騎士救援戦②1

+ + + + - + @@ -367,17 +392,21 @@

1章/メイン/x0730_聖騎士救援戦②1

- + + + + + - + - + @@ -387,7 +416,7 @@

1章/メイン/x0730_聖騎士救援戦②1

- + @@ -397,17 +426,17 @@

1章/メイン/x0730_聖騎士救援戦②1

- + - + - + @@ -427,7 +456,7 @@

1章/メイン/x0730_聖騎士救援戦②1

- + @@ -442,7 +471,7 @@

1章/メイン/x0730_聖騎士救援戦②1

- + @@ -452,7 +481,7 @@

1章/メイン/x0730_聖騎士救援戦②1

- + @@ -460,5 +489,13 @@

1章/メイン/x0730_聖騎士救援戦②1

+ + + + + + + +
Load
Play
101011001
【ギネヴィア】
味気ないわね
ずいぶんと
101010001
【ランスロット】
…ああ
俺たちは誘い出されたのかもしれん
101010001
【ランスロット】
ライエンス…!
101010001
【ランスロット】
…カレドニア王ライエンス
101010001
【ランスロット】
魔女に魂を売った成れの果てだ
自らが動き出したということは、やはり──
101010001
【ランスロット】
…これは!
101010001
【ランスロット】
そう、か
101010001
【ランスロット (心の声)】
(最初から、お前は)
101010001
【ランスロット (心の声)】
(最初から、俺は)
101010001
【ランスロット】
「待っていた」ではないな
101010001
【ランスロット】
…すまない。ノワール
101010001
【ランスロット】
恰好つけていたな、俺は
101010001
【ランスロット (心の声)】
(平気なわけはないのに)
101010001
【ランスロット (心の声)】
(ずっと)
101010001
【ランスロット】
お前を…ひとりで頑張らせていた
平気なわけがないのに
【ライエンス】
あのとき這いつくばりながらも
守った命がこれか
101009001
【(選択肢)】
  1. お前が父さんを殺したのか?
  2. ランスロット、どういうことだ?
MA_01107_35_select1
MA_01107_35_select1_1
101009001
【ノワール】
お前が…
お前が父さんを殺したのか?
【ライエンス】
あのとき受けたキズの恨みを
少しここで晴らさせてもらう
MA_01107_35_select1_2
101009001
【ノワール】
ランスロット…、どういうことだ…?
101010001
【ランスロット】
俺は、お前の父に救われたということだ
101010001
MA_01107_35_end
【ランスロット】
ためらっていたんだ
こうしてお前との絆が視えるまで
101010001
【ランスロット】
お前から奪ったものを
返すことも出来ず
101010001
【ランスロット】
ただ、踏みにじり続けていた
101010001
【ランスロット】
…ここで伝えることにする
101010001
【ランスロット】
出自を捨てる覚悟の魂
101010001
【???】
揺蕩(たゆた)う記憶の深淵が、咎と誓いになりし剣
101010001
【ランスロット】
ブルーノ──
101010001
【ランスロット】
ふたりでがんばろう。ノワール
101010001
【ランスロット】
俺はただ…
101010001
【ランスロット】
ただ、お前に会いたかったんだ
101009001
【ノワール】
…ようやく、言ってくれた
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100865.html b/docs/story/100865.html index cd5eb53dc..8b608b3ba 100644 --- a/docs/story/100865.html +++ b/docs/story/100865.html @@ -11,6 +11,14 @@

1章/メイン/x0730_聖騎士救援戦②2

View script in lua + + + + + + + + @@ -37,7 +45,7 @@

1章/メイン/x0730_聖騎士救援戦②2

- + @@ -45,5 +53,13 @@

1章/メイン/x0730_聖騎士救援戦②2

+ + + + + + + +
Load
Play
101058001
【ライエンス】
…感動のシーンは終わったかね?
101010001
【ランスロット】
言われなくとも
101009001
【ノワール】
がんばろうか、ランスロット
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100866.html b/docs/story/100866.html index 6853c49aa..e8602cc72 100644 --- a/docs/story/100866.html +++ b/docs/story/100866.html @@ -11,11 +11,32 @@

1章/メイン/x0730_父との再会

View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -31,6 +52,10 @@

1章/メイン/x0730_父との再会

+ + + + @@ -46,6 +71,10 @@

1章/メイン/x0730_父との再会

+ + + + @@ -61,6 +90,10 @@

1章/メイン/x0730_父との再会

+ + + + @@ -201,6 +234,15 @@

1章/メイン/x0730_父との再会

+ + + + + + + + + @@ -216,6 +258,10 @@

1章/メイン/x0730_父との再会

+ + + + @@ -241,6 +287,10 @@

1章/メイン/x0730_父との再会

+ + + + @@ -256,6 +306,10 @@

1章/メイン/x0730_父との再会

+ + + + @@ -325,5 +379,13 @@

1章/メイン/x0730_父との再会

+ + + + + + + +
template1
Load
Play
101012001
【ディナタン】
本当に…お父さん、なの
101009001
【(選択肢)】
  1. 生きてたんだね
  2. さがしてたんだよ
  3. 本当に父さんなのか?
Block1_1
101009001
【ノワール】
父さん!
生きて…生きてたんだね
【ノワール】
良かった…
本当に良かった…!
Block1_2
101009001
【ノワール】
さがしてたんだよ、父さん
【ブルーノ・ジョワイユ】
…心配かけたな
Block1_3
101009001
【ノワール】
その仮面…
本当に父さんなのか?
【ブルーノ・ジョワイユ】
信じてくれ、ノワール
Block1end
101012001
【ディナタン】
母さんのお墓の花…
いつも、本当に…ずっと近くに…
【ディナタン】
…うん、GSのことがわからなかったら
わけがわからなかった…きっと
101009001
【(選択肢)】
  1. あんたが守ってくれたんだ
  2. 赦さない
  3. 一緒に暮らせないのか?
Block2_1
101009001
【ノワール】
あんたが守ってくれたんだ
父さんを
【ランスロット】
ありがとう
Block2_2
101009001
【ノワール】
赦さない
【ノワール】
俺とディナタンの
そばにいてもらう
Block2_3
101009001
【ノワール】
一緒に暮らすことはできないのか?
【ブルーノ・ジョワイユ】
王との約束であるとともに
己の禊でもある
Block2end
101012001
【ディナタン】
…もう、会えないの?父さん
101009001
【ノワール】
信じて、いいんだよな
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100867.html b/docs/story/100867.html index 4841a445f..f4489ebe5 100644 --- a/docs/story/100867.html +++ b/docs/story/100867.html @@ -11,6 +11,18 @@

1章/メイン/x0731_ブライアン脱走①

View script in lua + + + + + + + + + + + + @@ -81,6 +93,15 @@

1章/メイン/x0731_ブライアン脱走①

+ + + + + + + + + @@ -106,6 +127,10 @@

1章/メイン/x0731_ブライアン脱走①

+ + + + @@ -136,9 +161,21 @@

1章/メイン/x0731_ブライアン脱走①

+ + + + + + + + + + + +
template1
Load
Play
101014001
【トリスタン】
おかえり。遅かったね
戦果の報告でもしに来たの?
【トリスタン】
魔女のもとにでも帰ったのかな
101009002
【(選択肢)】
  1. ちがう
  2. そうかもしれない
Block1_1
101009002
【ノワール】
…ちがう
【ディナタン】
…うん
Block1_2
101009002
【ノワール】
そうかもしれない
【ノワール】
…ああ。そうだな
Block1end
101009002
【ノワール】
本当は、ちがうはずだ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100868.html b/docs/story/100868.html index b33a0039f..1d50b7e42 100644 --- a/docs/story/100868.html +++ b/docs/story/100868.html @@ -11,6 +11,18 @@

1章/メイン/x0801_回想・ノワール

View script in lua + + + + + + + + + + + + @@ -180,5 +192,13 @@

1章/メイン/x0801_回想・ノワール

+ + + + + + + +
template1
Load
Play
【telop】
カレドニアの王、ライエンスと対峙する中で
GS(ゲシュタルト・シフト)へ至る兆しが浮かぶノワール
【ノワール】
…もし、手がなくなっちゃったら?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100869.html b/docs/story/100869.html index 5e6d58c93..6aaecdc24 100644 --- a/docs/story/100869.html +++ b/docs/story/100869.html @@ -11,6 +11,18 @@

1章/メイン/x0801_円卓・ガラハッド来校

View script in lua + + + + + + + + + + + + @@ -136,6 +148,15 @@

1章/メイン/x0801_円卓・ガラハッド来校

+ + + + + + + + + @@ -151,6 +172,10 @@

1章/メイン/x0801_円卓・ガラハッド来校

+ + + + @@ -166,6 +191,10 @@

1章/メイン/x0801_円卓・ガラハッド来校

+ + + + @@ -271,6 +300,11 @@

1章/メイン/x0801_円卓・ガラハッド来校

+ + + + + @@ -300,5 +334,13 @@

1章/メイン/x0801_円卓・ガラハッド来校

+ + + + + + + +
template1
Load
Play
101028003
【ガラハッド】
騒がしいものなのですね
学園とは
【telop】
「だから、俺が行かなくてはならない」
101009002
【(選択肢)】
  1. 俺からもお願いするよ
  2. 少し帰りづらい
Block1_1
101009002
【ノワール】
俺からもお願いするよ
【ノワール】
故郷を守らなきゃならない義務が
Block1_2
101009002
【ノワール】
少し帰りづらいけど
【ノワール】
…ああ
連れて行ってくれるか、ガラハッド
Block1end
101028003
【ガラハッド】
恩に着る
【ケイ】
よかろう
して、ノワール。貴公はどうしたい?
101009002
【(選択肢)】
  1. ガラハッドとともに薬草採取へ
  2. ローマとカレドニア城を攻める
  3. ブライアンの行方を追う
101040001
【ケイ】
承知した
【一同】
フォー・ラウンド!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100871.html b/docs/story/100871.html index d1875844b..4deed5e26 100644 --- a/docs/story/100871.html +++ b/docs/story/100871.html @@ -11,6 +11,18 @@

1章/メイン/x0806_小分岐L_①出発前

View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

1章/メイン/x0806_小分岐L_①出発前

+ + + + + + + +
template1
Load
Play
101028002
【ガラハッド】
大所帯だな
101014001
【トリスタン】
ほら。ちょっかいが出た
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100872.html b/docs/story/100872.html index 10c7c142f..5390dcb8a 100644 --- a/docs/story/100872.html +++ b/docs/story/100872.html @@ -11,6 +11,18 @@

1章/メイン/x0808_小分岐L_②

View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

1章/メイン/x0808_小分岐L_②

+ + + + + + + +
template1
Load
Play
101009001
【ノワール】
ガラハッドは
いつからコルベニック城に?
101028002
【ガラハッド】
あとは僕が
姉上のそばにいるから
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100873.html b/docs/story/100873.html index a19542eb4..4b9ec2138 100644 --- a/docs/story/100873.html +++ b/docs/story/100873.html @@ -11,6 +11,18 @@

1章/メイン/x0809_小分岐L_③

View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

1章/メイン/x0809_小分岐L_③

+ + + + + + + +
template1
Load
Play
101014001
【トリスタン】
じゃ、国王に挨拶してくるよ
海でも眺めながら待ってて
101010001
【ランスロット】
至らぬ俺に
釣りでも教えてくれ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100874.html b/docs/story/100874.html index 834a7cca0..2aefb459c 100644 --- a/docs/story/100874.html +++ b/docs/story/100874.html @@ -11,6 +11,18 @@

1章/メイン/x0810_小分岐L_④

View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

1章/メイン/x0810_小分岐L_④

+ + + + + + + +
template1
Load
Play
101019001
【イゾルデ】
謁見は終わったわ
カレドニア戦に兵を出してくれるそうよ
101019001
【イゾルデ】
それなら南の森ね
さっそく出かけましょう
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100875.html b/docs/story/100875.html index a293e48db..efb4c8052 100644 --- a/docs/story/100875.html +++ b/docs/story/100875.html @@ -11,6 +11,14 @@

1章/メイン/x0810_小分岐Lバトル終了後

View script in lua + + + + + + + + @@ -115,5 +123,13 @@

1章/メイン/x0810_小分岐Lバトル終了後

+ + + + + + + +
Load
Play
101028002
【ガラハッド】
お爺様の、おくすり──…
101028002
【ガラハッド】
僕は不服だが
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100876.html b/docs/story/100876.html index c4b471d6f..12890198f 100644 --- a/docs/story/100876.html +++ b/docs/story/100876.html @@ -11,6 +11,18 @@

1章/メイン/x0806_小分岐G_①出発前

View script in lua + + + + + + + + + + + + @@ -105,5 +117,13 @@

1章/メイン/x0806_小分岐G_①出発前

+ + + + + + + +
template1
Load
Play
101051001
【ルーシャス】
例えばだ、ギネヴィア
101011001
【ギネヴィア】
そういうロマンはお控えを
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100877.html b/docs/story/100877.html index 678ea8a98..2becd41e9 100644 --- a/docs/story/100877.html +++ b/docs/story/100877.html @@ -11,6 +11,18 @@

1章/メイン/x0808_小分岐G_②

View script in lua + + + + + + + + + + + + @@ -125,5 +137,13 @@

1章/メイン/x0808_小分岐G_②

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
枯れちゃってたの
やっぱ宝石はね、あんまり出なくて
101051001
【ルーシャス】
トモダチの証だ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100878.html b/docs/story/100878.html index 1df01ddfd..db130a327 100644 --- a/docs/story/100878.html +++ b/docs/story/100878.html @@ -11,6 +11,18 @@

1章/メイン/x0809_小分岐G_③

View script in lua + + + + + + + + + + + + @@ -145,5 +157,13 @@

1章/メイン/x0809_小分岐G_③

+ + + + + + + +
template1
Load
Play
101052001
【ヴェルナルス】
順調すぎますな。ルーシャス様
101011001
【ギネヴィア】
友達としてだからね
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100879.html b/docs/story/100879.html index 51e90b49f..9bae5f040 100644 --- a/docs/story/100879.html +++ b/docs/story/100879.html @@ -11,6 +11,14 @@

1章/メイン/x0810_小分岐G_④

View script in lua + + + + + + + + @@ -20,5 +28,13 @@

1章/メイン/x0810_小分岐G_④

+ + + + + + + +
Load
Play
101051001
【ルーシャス】
増援が来られては厄介だ
一気に攻め落とす
101051001
【ルーシャス】
お手並み拝見といこうか
継承者
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100880.html b/docs/story/100880.html index c85cb0c5f..2384e1bc1 100644 --- a/docs/story/100880.html +++ b/docs/story/100880.html @@ -11,6 +11,14 @@

1章/メイン/x0810_小分岐Gバトル終了後

View script in lua + + + + + + + + @@ -115,5 +123,13 @@

1章/メイン/x0810_小分岐Gバトル終了後

+ + + + + + + +
Load
Play
101011001
【ギネヴィア】
例えばね、ルーシャス皇太子殿下?
101051001
【ルーシャス】
愛は、眠りを与えてくれるか
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100881.html b/docs/story/100881.html index 60815ca33..de083a440 100644 --- a/docs/story/100881.html +++ b/docs/story/100881.html @@ -11,6 +11,18 @@

1章/メイン/x0806_小分岐D_①出発前

View script in lua + + + + + + + + + + + + @@ -120,5 +132,13 @@

1章/メイン/x0806_小分岐D_①出発前

+ + + + + + + +
template1
Load
Play
101032001
【ガレス】
つかみきれなかったのかなあ
101032001
【ガレス】
違う!言い直し!
手がかりをつかも~!!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100882.html b/docs/story/100882.html index 009f77831..c1c948935 100644 --- a/docs/story/100882.html +++ b/docs/story/100882.html @@ -10,5 +10,25 @@

1章/メイン/x0808_小分岐D_②1

ブライアンを追って

View script in lua -
+ + + + + + + + + + + + + + + + + + + + +
template1
Load
Play
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100883.html b/docs/story/100883.html index 1d598b696..5665fca16 100644 --- a/docs/story/100883.html +++ b/docs/story/100883.html @@ -11,6 +11,18 @@

1章/メイン/x0808_小分岐D_②2

View script in lua + + + + + + + + + + + + @@ -145,5 +157,13 @@

1章/メイン/x0808_小分岐D_②2

+ + + + + + + +
template1
Load
Play
101032001
【ガレス】
あの似顔絵
ノワールが描いたのか~?
101009001
【ノワール】
これは替えがきかないんだ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100884.html b/docs/story/100884.html index 3499d7a3e..c388864ed 100644 --- a/docs/story/100884.html +++ b/docs/story/100884.html @@ -11,6 +11,18 @@

1章/メイン/x0808_小分岐D_②3

View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

1章/メイン/x0808_小分岐D_②3

+ + + + + + + +
template1
Load
Play
101050001
【ブライアン】
昔だけどよ、聞いたことがあんだ
「なんでそんな目立つ格好して戦う?」って
101050001
【ブライアン】
おめえらの世話を
あと何十年も続けるなんざごめんだ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100885.html b/docs/story/100885.html index ce9a703b8..5c8044c4e 100644 --- a/docs/story/100885.html +++ b/docs/story/100885.html @@ -11,6 +11,18 @@

1章/メイン/x0809_小分岐D_③

View script in lua + + + + + + + + + + + + @@ -155,5 +167,13 @@

1章/メイン/x0809_小分岐D_③

+ + + + + + + +
template1
Load
Play
101032001
【ガレス】
海に出ちゃったね~
101012001
【ディナタン】
その痛みを忘れるほどイタい歌
聞かせてあげるから
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100886.html b/docs/story/100886.html index fce8f5107..a92689f86 100644 --- a/docs/story/100886.html +++ b/docs/story/100886.html @@ -11,6 +11,14 @@

1章/メイン/x0810_小分岐D_④

View script in lua + + + + + + + + @@ -70,5 +78,13 @@

1章/メイン/x0810_小分岐D_④

+ + + + + + + +
Load
Play
【野盗A】
オイオイオイオイ、イイ獲物じゃねえかぁ
ひでえ目に遭いたくなきゃ身ぐるみ置いてけェ
101012001
【ディナタン】
見せモンじゃネエゾ!!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100887.html b/docs/story/100887.html index fe028af31..2f3509f1d 100644 --- a/docs/story/100887.html +++ b/docs/story/100887.html @@ -11,6 +11,14 @@

1章/メイン/x0810_小分岐Dバトル終了後

View script in lua + + + + + + + + @@ -160,5 +168,13 @@

1章/メイン/x0810_小分岐Dバトル終了後

+ + + + + + + +
Load
Play
101012001
【ディナタン】
クソデケエクソ汚ぇオッサンあらため
体が大きくて顔にキズのあるオジサンはどこへ?
101012001
【ディナタン】
きっと叫んでるんだよ
「俺はここだ」って
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100889.html b/docs/story/100889.html index 48008d308..36027532a 100644 --- a/docs/story/100889.html +++ b/docs/story/100889.html @@ -11,6 +11,18 @@

1章/メイン/x0812_円卓会議・聖杯城へ

View script in lua + + + + + + + + + + + + @@ -190,5 +202,13 @@

1章/メイン/x0812_円卓会議・聖杯城へ

+ + + + + + + +
template1
Load
Play
101040001
【ケイ】
各人
首尾を報告していただきたい
101009002
【ノワール】
…フォー・ラウンド
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100892.html b/docs/story/100892.html index f3145f59f..edc68f4a4 100644 --- a/docs/story/100892.html +++ b/docs/story/100892.html @@ -11,6 +11,18 @@

1章/メイン/x0819_ハドリアヌス・ウォール1

View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

1章/メイン/x0819_ハドリアヌス・ウォール1

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
ハドリアヌス・ウォールは
銀卓騎士団(シルバタブラナイツ)が守護しているのね
101009001
【ノワール】
急ごう!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100893.html b/docs/story/100893.html index 2b3bd4421..b1dc3b292 100644 --- a/docs/story/100893.html +++ b/docs/story/100893.html @@ -11,6 +11,49 @@

1章/メイン/x0819_ハドリアヌス・ウォール2

View script in lua + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -32,12 +75,12 @@

1章/メイン/x0819_ハドリアヌス・ウォール2

- + - + @@ -131,6 +174,10 @@

1章/メイン/x0819_ハドリアヌス・ウォール2

+ + + + @@ -151,6 +198,10 @@

1章/メイン/x0819_ハドリアヌス・ウォール2

+ + + + @@ -171,6 +222,10 @@

1章/メイン/x0819_ハドリアヌス・ウォール2

+ + + + @@ -191,6 +246,10 @@

1章/メイン/x0819_ハドリアヌス・ウォール2

+ + + + @@ -212,17 +271,17 @@

1章/メイン/x0819_ハドリアヌス・ウォール2

- + - + - + @@ -232,12 +291,12 @@

1章/メイン/x0819_ハドリアヌス・ウォール2

- + - + @@ -252,7 +311,7 @@

1章/メイン/x0819_ハドリアヌス・ウォール2

- + @@ -296,6 +355,10 @@

1章/メイン/x0819_ハドリアヌス・ウォール2

+ + + + @@ -307,15 +370,19 @@

1章/メイン/x0819_ハドリアヌス・ウォール2

- + - + + + + + @@ -327,15 +394,19 @@

1章/メイン/x0819_ハドリアヌス・ウォール2

- + - + + + + + @@ -417,7 +488,7 @@

1章/メイン/x0819_ハドリアヌス・ウォール2

- + @@ -437,12 +508,12 @@

1章/メイン/x0819_ハドリアヌス・ウォール2

- + - + @@ -452,17 +523,17 @@

1章/メイン/x0819_ハドリアヌス・ウォール2

- + - + - + @@ -477,27 +548,31 @@

1章/メイン/x0819_ハドリアヌス・ウォール2

- + - + - + - + - + + + + + @@ -507,7 +582,7 @@

1章/メイン/x0819_ハドリアヌス・ウォール2

- + @@ -517,7 +592,11 @@

1章/メイン/x0819_ハドリアヌス・ウォール2

- + + + + + @@ -537,12 +616,16 @@

1章/メイン/x0819_ハドリアヌス・ウォール2

- + + + + + - + @@ -600,5 +683,13 @@

1章/メイン/x0819_ハドリアヌス・ウォール2

+ + + + + + + +
Load
LancelotMoveSet
ArthurMoveSet
NoirMoveSet
barubaMoveSet
Play
101009001
【(選択肢)】
  1. ブライアン、帰って来い…!
  2. (無言で剣を抜く)
  3. ライエンス、彼を解放しろ
101009001
【(選択肢)】
  1. (ブライアンに訴えかける)
  2. (魔女を責める)
101009001
【(選択肢)】
  1. (剣を魔女に向ける)
  2. (剣をブライアンに向ける)
MA_01108_31_select1
101058002
【ライエンス】
愚かなるコルベニック軍に告げる!
私はカレドニア王ライエンス!
101043001
【マゾエー】
素晴らしき死を 眩しき死を
新しき死を 嬉しき死を
101042001
【モーロノエー】
ありがたき死を 望まれし死を
喜ぶべき死を 救いとなる死を
【ブライアン】
…待ち、侘びたぜ…ノワール
MA_01108_31_select1_1
101009001
【ノワール】
ブライアン
帰って来い…!
【ライエンス】
…カレドニア王ライエンスは寛大である
MA_01108_31_select1_2
101009001
【ノワール】
【ライエンス】
…カレドニア王ライエンスは寛大である
MA_01108_31_select1_3
101009001
【ノワール】
ブライアンを解放しろ
【ライエンス】
…カレドニア王ライエンスは寛大である
MA_01108_31_select2
101009001
【ノワール】
ブライアン!?
101042001
【モーロノエー】
もう喋れないその口から聞かせて?
どうせ至る死を先延ばしにしてどうなるのか
101043001
【マゾエー】
元々ブライアンは『狂忘症』を患っていた
患わされていたの、ワタクシたちによってね
101043001
【魔女姉妹】
いずれバルバロイと化す運命だったのに
101042001
【モーロノエー】
戦いのさなかでそうなってくれれば
学園のなかでそうなってくれれば
101042001
【モーロノエー】
貴方たちを喰らい尽くせたというのにねえ
101043001
【マゾエー】
アナタたちに殺されなくてよかった♪
死体からバルバロイにするのは手間なの
【ノワール】
…ブライアン…!?
MA_01108_31_select2_1
101009001
【ノワール】
うそだ…!
答えてくれよ、ブライアン!!
101042001
【モーロノエー】
無駄、もうもとには戻らない
見たはずでしょ?継承者ァ♪
101042001
【魔女姉妹】
素晴らしき死 眩しき死 新しき死 嬉しき死を
ありがたき死 望みし死 喜ぶ死 救いの死を
MA_01108_31_select2_2
101009001
【ノワール】
魔女…!
ブライアンをもとに戻せ…!
101043001
【マゾエー】
無理、もうもとには戻らない
学んだはずでしょ?継承者ァ♪
101043001
【魔女姉妹】
素晴らしき死 眩しき死 新しき死 嬉しき死を
ありがたき死 望みし死 喜ぶ死 救いの死を
MA_01108_31_select3
101009001
【ノワール】
そんな…!
嫌だ、よくも!!
101021001
【ブルーノ・ジョワイユ】
大丈夫だ。そばにいる
101021001
【ブルーノ・ジョワイユ】
…選択の余地がない、抗えぬ現実が
俺たちの往く先々にはごまんとある…
101021001
【ブルーノ・ジョワイユ】
病には剣で勝てないように
死など言葉では抗えないように
101021001
【ブルーノ・ジョワイユ】
…見ろ、ノワール
目を開き…前をよく見ろ!
101021001
【ブルーノ・ジョワイユ】
ブライアンの命は、長らく魔女が握っている…!
それでも彼はなりふり構わず足掻き続けた…!
101021001
【ブルーノ・ジョワイユ】
病み続ける故郷カレドニアに尽くし
お前たち兄妹の幸せを守り続けたんだ
101021001
【ブルーノ・ジョワイユ】
俺はブライアンの命を預かった
家族(おまえたち)を守ってもらうために
101021001
【ブルーノ・ジョワイユ】
預かったものは返さなければならない
だがそれすら魔女に奪われようとしている…!
101021001
【ブルーノ・ジョワイユ】
剣を取れ、ノワール!
病も死も現実も結果は変わらずとも
101021001
【ブルーノ・ジョワイユ】
彼の最期を決める力が、お前にはある!
101021001
MA_01108_31_select3_1
【ブルーノ・ジョワイユ】
逃げるな、看取るべきは他にいる
101021001
【ブルーノ・ジョワイユ】
…あいつはわかってくれる
101021001
MA_01108_31_select3_2
【ブルーノ・ジョワイユ】
…そうだ
101021001
MA_01108_31_end
【ブルーノ・ジョワイユ】
いいんだ、ノワール
失うものを想う心がお前にあるんだ
101021001
【ブルーノ・ジョワイユ】
だから周りにいる者たちが
ともに歩んでくれるんだ
101009001
【ノワール】
俺は、あんたを…!!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100894.html b/docs/story/100894.html index 8293a5317..33baece4d 100644 --- a/docs/story/100894.html +++ b/docs/story/100894.html @@ -11,6 +11,14 @@

1章/メイン/x0819_ハドリアヌス・ウォール3

View script in lua + + + + + + + + @@ -192,7 +200,7 @@

1章/メイン/x0819_ハドリアヌス・ウォール3

- + @@ -210,5 +218,13 @@

1章/メイン/x0819_ハドリアヌス・ウォール3

+ + + + + + + +
Load
Play
【ブライアン】
…よう、老けたな
101021001
【ブルーノ・ジョワイユ】
…よく言い聞かせておく
101009001
【ノワール】
…ウソ、ばっかりだ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100895.html b/docs/story/100895.html index 22dd444ae..2252b94f5 100644 --- a/docs/story/100895.html +++ b/docs/story/100895.html @@ -11,6 +11,18 @@

1章/メイン/x0819_銀卓騎士団登場

View script in lua + + + + + + + + + + + + @@ -100,5 +112,13 @@

1章/メイン/x0819_銀卓騎士団登場

+ + + + + + + +
template1
Load
Play
101034002
【エクセリア・ソロモン】
カレドニア軍は
一時撤退していったようです
101053001
【マターヤ】
哀悼の意を表するよ
どうかコルベニックで休息を
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100899.html b/docs/story/100899.html index a0d213421..c1b7bafa5 100644 --- a/docs/story/100899.html +++ b/docs/story/100899.html @@ -11,6 +11,18 @@

1章/メイン/x0822_傷心のノワールL

シーンID変更

View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

1章/メイン/x0822_傷心のノワールL

+ + + + + + + +
template1
Load
Play
101009002
【ノワール】
…ブライアンはああ見えて
器が大きくてさ
101009002
【ノワール】
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/1009.html b/docs/story/1009.html index bd59c914e..48a31d84e 100644 --- a/docs/story/1009.html +++ b/docs/story/1009.html @@ -11,6 +11,14 @@

ダブルチュートリアルバトル_09

デバッグ用

View script in lua + + + + + + + + @@ -25,5 +33,13 @@

ダブルチュートリアルバトル_09

+ + + + + + + +
Load
Play
101012003
【ディナタン】
※削除
101009003
【ノワール】
※削除
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100900.html b/docs/story/100900.html index 104d7b89d..a7a1623d5 100644 --- a/docs/story/100900.html +++ b/docs/story/100900.html @@ -11,6 +11,18 @@

1章/メイン/x0822_傷心のノワールG

シーンID変更

View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

1章/メイン/x0822_傷心のノワールG

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
…どっか、行っちゃおっか
101011001
【ギネヴィア】
………どこまでだったら、いい?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100901.html b/docs/story/100901.html index 8d5103c21..5599ca3ec 100644 --- a/docs/story/100901.html +++ b/docs/story/100901.html @@ -11,6 +11,18 @@

1章/メイン/x0822_傷心のノワールD

シーンID変更

View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

1章/メイン/x0822_傷心のノワールD

+ + + + + + + +
template1
Load
Play
101012001
【ディナタン】
ブライアンさんは
あの家にいた頃から優しくて
101012001
【ディナタン】
だいすき
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100902.html b/docs/story/100902.html index 593a3e543..7336c26eb 100644 --- a/docs/story/100902.html +++ b/docs/story/100902.html @@ -11,6 +11,18 @@

1章/メイン/x0827_(add)再始動

View script in lua + + + + + + + + + + + + @@ -120,5 +132,13 @@

1章/メイン/x0827_(add)再始動

+ + + + + + + +
template1
Load
Play
101015001
【アーサー】
ノワールか
どうした、俺になにか用事でも?
101015001
【アーサー】
決まりだな。出発は明日にしよう
みんな準備を怠るなよ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100903.html b/docs/story/100903.html index f5e5ee43f..0aee825c2 100644 --- a/docs/story/100903.html +++ b/docs/story/100903.html @@ -11,6 +11,18 @@

1章/メイン/x0829_(add)再び聖杯城へ

View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

1章/メイン/x0829_(add)再び聖杯城へ

+ + + + + + + +
template1
Load
Play
101053001
【マターヤ】
あらためまして
ようこそ、コルベニック城へ
101009001
【ノワール】
ありがとう
なるべく早く戻るから
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100904.html b/docs/story/100904.html index 4d25f6190..1e21d200d 100644 --- a/docs/story/100904.html +++ b/docs/story/100904.html @@ -11,6 +11,18 @@

1章/メイン/x0830_ペレス王との謁見

View script in lua + + + + + + + + + + + + @@ -245,5 +257,13 @@

1章/メイン/x0830_ペレス王との謁見

+ + + + + + + +
template1
Load
Play
101036001
【フィエナ】
お別れくらい
言って欲しかったな
101051001
【ルーシャス】
では、ゆっくりしてくるといい
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100905.html b/docs/story/100905.html index 1f92b061e..164bd2bf2 100644 --- a/docs/story/100905.html +++ b/docs/story/100905.html @@ -11,6 +11,18 @@

1章/メイン/x0830_帰郷

View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

1章/メイン/x0830_帰郷

+ + + + + + + + + @@ -51,6 +72,10 @@

1章/メイン/x0830_帰郷

+ + + + @@ -66,6 +91,10 @@

1章/メイン/x0830_帰郷

+ + + + @@ -81,9 +110,21 @@

1章/メイン/x0830_帰郷

+ + + + + + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
ノワールの生まれ故郷って
コルベニック城から遠いの?
【ギネヴィア】
…なんか、疎外感
101009001
【(選択肢)】
  1. あとでギネヴィアに湖を案内する
  2. あとでディナタンと湖を懐かしむ
  3. あとでランスロットと稽古する
Block1_1
101009001
【ノワール】
あとで一緒に湖を案内するよ
ギネヴィア
【ギネヴィア】
でも、ジューブン懐かしんだ後でいいからね
Block1_2
101009001
【ノワール】
あとでひさびさにこのあたりを見てまわろう
ディナタン
【ディナタン】
…昔を思い出して、ね
Block1_3
101009001
【ノワール】
…あとで稽古でもしないか
ランスロット
【ランスロット】
昔に戻ったみたいだ
Block1end
101011001
【ギネヴィア】
…あ、見えてきた
あそこかしら?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100906.html b/docs/story/100906.html index a035c53dd..bc84808e2 100644 --- a/docs/story/100906.html +++ b/docs/story/100906.html @@ -11,6 +11,14 @@

1章/メイン/x0830_大分岐戦①1

View script in lua + + + + + + + + @@ -22,7 +30,7 @@

1章/メイン/x0830_大分岐戦①1

- + @@ -37,17 +45,17 @@

1章/メイン/x0830_大分岐戦①1

- + - + - + @@ -62,7 +70,7 @@

1章/メイン/x0830_大分岐戦①1

- + @@ -72,7 +80,7 @@

1章/メイン/x0830_大分岐戦①1

- + @@ -87,12 +95,12 @@

1章/メイン/x0830_大分岐戦①1

- + - + @@ -115,5 +123,13 @@

1章/メイン/x0830_大分岐戦①1

+ + + + + + + +
Load
Play
101011001
【ギネヴィア】
…きれい
101010001
【ランスロット】
…変わらないな
101021001
【ブルーノ・ジョワイユ】
…どうした、ふたりとも?
101021001
【ノワール/ディナタン】
おかえり。父さん
101021001
【ブルーノ・ジョワイユ】

ノワール、ディナタン…
101021001
【ブルーノ・ジョワイユ】
はは
そうか、「おかえり」か…
101021001
【ブルーノ・ジョワイユ】
泣いてない
…泣いてない
101010001
【ランスロット】
師匠
返事をしてあげては?
101021001
【ブルーノ・ジョワイユ】
…ただいま
101011001
【???】
湖の妖精が『血の儀式』を行うことで
未来を視ることができるのだとか
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100907.html b/docs/story/100907.html index dde705d83..9375fa598 100644 --- a/docs/story/100907.html +++ b/docs/story/100907.html @@ -12,12 +12,20 @@

1章/メイン/x0830_大分岐戦①2

View script in lua - + + + + + + + + + - + @@ -37,7 +45,7 @@

1章/メイン/x0830_大分岐戦①2

- + @@ -97,12 +105,12 @@

1章/メイン/x0830_大分岐戦①2

- + - + @@ -112,7 +120,7 @@

1章/メイン/x0830_大分岐戦①2

- + @@ -120,5 +128,13 @@

1章/メイン/x0830_大分岐戦①2

+ + + + + + + +
101010001
Load
Play
【ランスロット】
ライエンス…!なぜ…?
ウォールが侵入を防いでいるはずだ…!?
101042001
【モーロノエー】
妖精の血を湖に落とし、未来を覗く…
そうすれば?きっと?おそらく?
101043001
【マゾエー】
ワタクシたちは産まれ堕ちた膿
(けが)す力はあれど知識は虫食いのようで
101043001
【マゾエー】
お姉様
この水質ならたくさん呼べるわ♪
101042001
【モーロノエー】
さあさあ
みんな出てらっしゃい♪
101001001
【ティルフィング】
マスター…この前の湖とは明らかに違います…!
ここは妖精の湖、その門は…!!
101058002
【ライエンス】
さあ、継承者の故郷を喰らいつくせ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100908.html b/docs/story/100908.html index 26056fedc..927cadfeb 100644 --- a/docs/story/100908.html +++ b/docs/story/100908.html @@ -12,12 +12,20 @@

1章/メイン/x0830_大分岐戦②

View script in lua - + + + + + + + + + - + @@ -62,7 +70,7 @@

1章/メイン/x0830_大分岐戦②

- + @@ -77,12 +85,12 @@

1章/メイン/x0830_大分岐戦②

- + - + @@ -112,32 +120,32 @@

1章/メイン/x0830_大分岐戦②

- + - + - + - + - + - + @@ -147,22 +155,22 @@

1章/メイン/x0830_大分岐戦②

- + - + - + - + @@ -172,12 +180,12 @@

1章/メイン/x0830_大分岐戦②

- + - + @@ -250,5 +258,13 @@

1章/メイン/x0830_大分岐戦②

+ + + + + + + +
101042001
Load
Play
【モーロノエー】
未来にひらけた湖の底
彼方の楽園から現世に…♪
101043001
【マゾエー】
産めや増やせや宴の準備…
喰い尽くさねば苦労の甲斐なし♪
101021001
【ブルーノ・ジョワイユ】
なぜ俺を…!?
101021001
【ブルーノ・ジョワイユ】
ティルフィング…!
101044001
【グリーテン】
骨董品をひとり貫き損ねたけれど♪
101021001
【ブルーノ・ジョワイユ】
まだ、だ…!
101010001
【ランスロット】
ノワール…!
101010001
【ランスロット】
ジョワイユはGS(ゲシュタルト・シフト)前の長きに渡る逃避行で
キズを受け、衰え、満身創痍の状態だった…!
101010001
【ランスロット】
キラーズになってから刻まれたキズも
癒すいとまなく戦い続けた…
101010001
【ランスロット】
お前たちを見守るためにずっと、ずっとだ…!
もう、限界はとっくに…!
101021001
【ブルーノ・ジョワイユ】
…ブライアンに
後金を持っていかれたな
101021001
【ブルーノ・ジョワイユ】
ノワール
継承者として世界を救う道を進んだとき
101021001
【ブルーノ・ジョワイユ】
お前は真実を知ることになる
理不尽で受け入れがたい真実をな
101021001
【ブルーノ・ジョワイユ】
優しいお前はキズつき迷うだろう
そして俺を恨み…
101021001
【ブルーノ・ジョワイユ】
「世界を救う」という選択肢を
放棄するかもしれない
101021001
【ブルーノ・ジョワイユ】
会わせる顔がなかった
また再び悲しい想いをさせるくらいならと
101021001
【ブルーノ・ジョワイユ】
だが、今一度…
101058002
【ブルーノ・ジョワイユ】
継いでくれる者がいる!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100909.html b/docs/story/100909.html index dfd927d7a..4513b7eaf 100644 --- a/docs/story/100909.html +++ b/docs/story/100909.html @@ -11,6 +11,14 @@

1章/メイン/x0830_大分岐戦3

View script in lua + + + + + + + + @@ -182,7 +190,7 @@

1章/メイン/x0830_大分岐戦3

- + @@ -250,5 +258,13 @@

1章/メイン/x0830_大分岐戦3

+ + + + + + + +
Load
Play
【】
憶えたそばから
忘れていくとしても
101010001
【ランスロット】
誰かと語り継いでいくために──
【ライエンス】
手を差し伸べてくれる
誰かが、必ず
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100910.html b/docs/story/100910.html index f7d930565..d9f32de24 100644 --- a/docs/story/100910.html +++ b/docs/story/100910.html @@ -10,5 +10,21 @@

1章/メイン/x0830_大分岐戦GS①_L

歩もう。肩を並べて

View script in lua -
+ + + + + + + + + + + + + + + + +
Load
Play
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100911.html b/docs/story/100911.html index 49c4e0fe4..5ae670669 100644 --- a/docs/story/100911.html +++ b/docs/story/100911.html @@ -10,5 +10,21 @@

1章/メイン/x0830_大分岐戦GS①_G

あなたがそばにいるなら

View script in lua -
+ + + + + + + + + + + + + + + + +
Load
Play
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100912.html b/docs/story/100912.html index ff97fd289..cdaf7d89f 100644 --- a/docs/story/100912.html +++ b/docs/story/100912.html @@ -10,5 +10,21 @@

1章/メイン/x0830_大分岐戦GS①_D

兄さんとずっと一緒に

View script in lua -
+ + + + + + + + + + + + + + + + +
Load
Play
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100913.html b/docs/story/100913.html index 72e004e5d..dbaeb1966 100644 --- a/docs/story/100913.html +++ b/docs/story/100913.html @@ -11,6 +11,14 @@

1章/メイン/x0830_大分岐戦GS②

View script in lua + + + + + + + + @@ -45,5 +53,13 @@

1章/メイン/x0830_大分岐戦GS②

+ + + + + + + +
Load
Play
101058002
【ライエンス】
継承者ァ…!!
101009001
【ノワール】
革命の(つるぎ)
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100914.html b/docs/story/100914.html index 9891481ff..7905e982b 100644 --- a/docs/story/100914.html +++ b/docs/story/100914.html @@ -11,6 +11,14 @@

1章/メイン/x0830_大分岐戦後_G

View script in lua + + + + + + + + @@ -120,5 +128,13 @@

1章/メイン/x0830_大分岐戦後_G

+ + + + + + + +
Load
Play
101058002
【ライエンス】
私は…聖杯を…手に入れて…
101051001
【ルーシャス】
ご家族に、良き眠りを
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100915.html b/docs/story/100915.html index 9eb706e37..b09c0dd98 100644 --- a/docs/story/100915.html +++ b/docs/story/100915.html @@ -11,6 +11,18 @@

1章/メイン/x0830_ティルフィングとの別れ

View script in lua + + + + + + + + + + + + @@ -110,5 +122,13 @@

1章/メイン/x0830_ティルフィングとの別れ

+ + + + + + + +
template1
Load
Play
101001002
【ティルフィング】
いつか
101001002
【ティルフィング】
…話を、続けてください
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100916.html b/docs/story/100916.html index 2b9b10eb6..241abd943 100644 --- a/docs/story/100916.html +++ b/docs/story/100916.html @@ -11,6 +11,18 @@

1章/メイン/x0831_聖杯城をあとにするL

View script in lua + + + + + + + + + + + + @@ -105,5 +117,13 @@

1章/メイン/x0831_聖杯城をあとにするL

+ + + + + + + +
template1
Load
Play
101028002
【ガラハッド】
101010001
【ランスロット】
誰もが、最も強く生き抜ける道を
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100917.html b/docs/story/100917.html index 08f843bcb..c424184e4 100644 --- a/docs/story/100917.html +++ b/docs/story/100917.html @@ -11,6 +11,18 @@

1章/メイン/x0831_聖杯城をあとにするG

シーンID変更

View script in lua + + + + + + + + + + + + @@ -105,5 +117,13 @@

1章/メイン/x0831_聖杯城をあとにするG

+ + + + + + + +
template1
Load
Play
101015001
【アーサー】
世話になりました
ペレス王
101011001
【ギネヴィア】
もう、お飾りだなんて言わせない
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100918.html b/docs/story/100918.html index 077c043ff..e9b99b6ad 100644 --- a/docs/story/100918.html +++ b/docs/story/100918.html @@ -11,6 +11,18 @@

1章/メイン/x0831_聖杯城をあとにするD

シーンID変更

View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

1章/メイン/x0831_聖杯城をあとにするD

+ + + + + + + +
template1
Load
Play
101015001
【アーサー】
世話になった
ペレス王
101012001
【ディナタン】
ほつれても、ほつれても
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100931.html b/docs/story/100931.html index 29e7b14a6..f097d654c 100644 --- a/docs/story/100931.html +++ b/docs/story/100931.html @@ -11,9 +11,29 @@

1章/メイン/G0901_予知夢1

View script in lua + + + + + + + + + + + + + + + + + + + +
template1
Load
Play
101009002
【ノワール】
………夢?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100933.html b/docs/story/100933.html index 357a395fc..a02fbcc50 100644 --- a/docs/story/100933.html +++ b/docs/story/100933.html @@ -11,6 +11,18 @@

1章/メイン/G0901_大分岐後OP1

View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

1章/メイン/G0901_大分岐後OP1

+ + + + + + + +
template1
Load
Play
【】
命の価値は忘却の彼方
【】
それは革命の劒(ギネヴィア)
災厄の時代から運命を革める刃(アロンダイト)
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100936.html b/docs/story/100936.html index 3dc6b68f0..092bf2a21 100644 --- a/docs/story/100936.html +++ b/docs/story/100936.html @@ -11,6 +11,18 @@

1章/メイン/G0901_大分岐後OP4

View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

1章/メイン/G0901_大分岐後OP4

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
学園祭は中止か、当然ね
101011001
【ギネヴィア】
変わってく
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100937.html b/docs/story/100937.html index e50b8528a..7ba57bf0a 100644 --- a/docs/story/100937.html +++ b/docs/story/100937.html @@ -11,6 +11,18 @@

1章/メイン/G0904_円卓・大虐殺の悪報

View script in lua + + + + + + + + + + + + @@ -121,6 +133,15 @@

1章/メイン/G0904_円卓・大虐殺の悪報

+ + + + + + + + + @@ -141,6 +162,10 @@

1章/メイン/G0904_円卓・大虐殺の悪報

+ + + + @@ -156,6 +181,10 @@

1章/メイン/G0904_円卓・大虐殺の悪報

+ + + + @@ -206,6 +235,15 @@

1章/メイン/G0904_円卓・大虐殺の悪報

+ + + + + + + + + @@ -226,6 +264,10 @@

1章/メイン/G0904_円卓・大虐殺の悪報

+ + + + @@ -246,6 +288,10 @@

1章/メイン/G0904_円卓・大虐殺の悪報

+ + + + @@ -261,6 +307,10 @@

1章/メイン/G0904_円卓・大虐殺の悪報

+ + + + @@ -295,5 +345,13 @@

1章/メイン/G0904_円卓・大虐殺の悪報

+ + + + + + + +
template1
Load
Play
101031001
【ラヴェイン】
お初にお目にかかる方も多いかと存じます
ラヴェインと申します、お見知りおきを
【ランスロット】
ルーシャスは魔女と組んでいた
ローマの支配地区はバルバロイのそれと同義だ
101009002
【(選択肢)】
  1. ルーシャスが魔女と組む利点は?
  2. まとめて叩き潰すまでだ
Block1_1
101009002
【ノワール】
ルーシャスが
魔女やバルバロイと組む利点は?
【トリスタン】
ルーシャスに魔女やバルバロイを御せるのかな
食いモノにされて終わりな気もするけどね
Block1_2
101009002
【ノワール】
どことどこが結託しようと関係ない
まとめて叩き潰すまでだ
【ガウェイン】
兵糧はバッチシ!だけどよォ…
Block1end
101015001
【アーサー】
つまり敵は、大陸とも繋がり物量でも勝るローマ
そしてその数を増やし続けるバルバロイと魔女…
【ギネヴィア】
黙らせて差し上げるわ
文句垂れる奴は誰であろうとね
101009002
【(選択肢)】
  1. 同じ気持ちだよ、ギネヴィア
  2. 慎重に行こう、問題は山積みだ
  3. とはいえ…どうすればいいんだ
Block2_1
101009002
【ノワール】
同じ気持ちだよ、ギネヴィア
【ギネヴィア】
やる気だけは誰にも負けませんっ
Block2_2
101009002
【ノワール】
慎重に行こう。問題は山積みだ
【ギネヴィア】
わーかってるわよ、そんなコト!
鼓舞してんの!折れない気持ちが大事なの!
Block2_3
101009002
【ノワール】
とはいえ…どうすればいいんだ
【トリスタン】
どうするかなんていうのは
円卓で考えればいいんじゃない?
Block2end
101010001
【ランスロット】
ローマに数で劣ろうと
GS(ゲシュタルト・シフト)を果たした覚悟の騎士がこちらにはいる
101011001
【ギネヴィア】
平和な話は、それからね
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100941.html b/docs/story/100941.html index 94b963946..fb4ccfc4a 100644 --- a/docs/story/100941.html +++ b/docs/story/100941.html @@ -11,6 +11,18 @@

1章/メイン/G0906_ガウェインとラグネル

View script in lua + + + + + + + + + + + + @@ -120,5 +132,13 @@

1章/メイン/G0906_ガウェインとラグネル

+ + + + + + + +
template1
Load
Play
101013001
【ガウェイン】
わかるように言えよ!!
101013001
【ガウェイン】
ちょっと認めたくねーのかも
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100942.html b/docs/story/100942.html index 187ce62a7..c860ffcf9 100644 --- a/docs/story/100942.html +++ b/docs/story/100942.html @@ -11,6 +11,18 @@

1章/メイン/G0906_円卓会議:ローマ対策

View script in lua + + + + + + + + + + + + @@ -91,6 +103,15 @@

1章/メイン/G0906_円卓会議:ローマ対策

+ + + + + + + + + @@ -116,6 +137,10 @@

1章/メイン/G0906_円卓会議:ローマ対策

+ + + + @@ -141,6 +166,10 @@

1章/メイン/G0906_円卓会議:ローマ対策

+ + + + @@ -166,6 +195,10 @@

1章/メイン/G0906_円卓会議:ローマ対策

+ + + + @@ -250,5 +283,13 @@

1章/メイン/G0906_円卓会議:ローマ対策

+ + + + + + + +
template1
Load
Play
101040001
【ケイ】
ブリテン島西部南端
ローマ領ロンディニウム
【アーサー】
聖杯探索班はブリテン島中を飛び回ってもらう
ランスロット、ヴォールス、そしてパーシヴァル
101009002
【(選択肢)】
  1. 頼む、ヴォールス、パーシヴァル
  2. よろしく、ケイ、ガウェイン
  3. 戦力が足りない
Block1_1
101024001
【ヴォールス】
敵地で杯ひとつを見つけ出すのか
クレアの力を借りる必要がありそうだな
【ランスロット】
任された
Block1_2
101040001
【ケイ】
王妃殿下を前線に出すのは
いささか抵抗もあるが
【ギネヴィア】
にっしっし♪
Block1_3
101009002
【ノワール】
ローマやバルバロイの物量を考えると
心もとない戦力だな
【トリスタン】
興味ないことにはとことん無関心だもんね
ま、学園の治安はボクも見張っておくよ
Block1end
101011001
【ギネヴィア】
ローマ大帝国、デカい的よ
ブチ抜いてやるわ
101011001
【ギネヴィア】
派手にいきましょ
どうせなら
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100943.html b/docs/story/100943.html index 3935e2bf0..a48e877b0 100644 --- a/docs/story/100943.html +++ b/docs/story/100943.html @@ -11,6 +11,18 @@

1章/メイン/G0908_国葬:報せ

View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

1章/メイン/G0908_国葬:報せ

+ + + + + + + + + @@ -66,6 +87,10 @@

1章/メイン/G0908_国葬:報せ

+ + + + @@ -81,6 +106,10 @@

1章/メイン/G0908_国葬:報せ

+ + + + @@ -96,6 +125,10 @@

1章/メイン/G0908_国葬:報せ

+ + + + @@ -185,5 +218,13 @@

1章/メイン/G0908_国葬:報せ

+ + + + + + + +
template1
Load
Play
101010001
【ランスロット】
元気か、ノワール
【ランスロット】
これまでの戦いで多くの命を亡くした
学園をあげて弔いたいと、アイツ
101009002
【(選択肢)】
  1. アーサーらしい計らいだな
  2. ブライアンも喜んでくれるかな
  3. 気持ちの整理がついてない
Block1_1
101009002
【ノワール】
誰の発案なのか、見当ついたよ
アーサーらしい計らいだな
【ランスロット】
大勢で、笑顔で、送り出してあげたい
そういうことらしい
Block1_2
101009002
【ノワール】
ブライアンも、喜んでくれるかな
【ディナタン】
ブライアンさん
派手なことは嫌いじゃなかったから
Block1_3
101009002
【ノワール】
声をかけてくれたのは嬉しいけど
まだ少し…気持ちの整理がつけられてないんだ
【ランスロット】
死者に想いを馳せる
そういった機会になるはずだ
Block1end
101012001
【ディナタン】
…それになんだか、兄さん…
ランス兄ちゃんもそうだけど…
101010001
【ランスロット】
飲み込む時間も必要だ。ノワール
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100944.html b/docs/story/100944.html index c117d3e51..f7af3640a 100644 --- a/docs/story/100944.html +++ b/docs/story/100944.html @@ -11,11 +11,32 @@

1章/メイン/G0909_エレイン邂逅

View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -31,6 +52,10 @@

1章/メイン/G0909_エレイン邂逅

+ + + + @@ -46,6 +71,10 @@

1章/メイン/G0909_エレイン邂逅

+ + + + @@ -115,5 +144,13 @@

1章/メイン/G0909_エレイン邂逅

+ + + + + + + +
template1
Load
Play
101030001
【エレイン】
美しい
ってなんだと思いますか?
101009002
【(選択肢)】
  1. 大丈夫?
  2. 手紙?
Block1_1
101009002
【ノワール】
…大丈夫?
どうして泣いて…?
【ノワール】
べ、別に責めているわけじゃないよ
Block1_2
101009002
【ノワール】
手紙?
【ノワール】
ど、どうして目の前で…手紙を?
Block1end
【telop】
「ローマから来ました」
101030001
【エレイン】
学園が、嫌いです
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100945.html b/docs/story/100945.html index f14073d64..1a11d6cd4 100644 --- a/docs/story/100945.html +++ b/docs/story/100945.html @@ -11,6 +11,18 @@

1章/メイン/G0910_さよならクイーンルーム1

View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

1章/メイン/G0910_さよならクイーンルーム1

+ + + + + + + + + @@ -46,6 +67,10 @@

1章/メイン/G0910_さよならクイーンルーム1

+ + + + @@ -66,6 +91,10 @@

1章/メイン/G0910_さよならクイーンルーム1

+ + + + @@ -80,5 +109,13 @@

1章/メイン/G0910_さよならクイーンルーム1

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
や。ノワール
【ギネヴィア】
それでノワール?
あなた、お暇はあるかしら
101009002
【(選択肢)】
  1. もちろん付き合うよ
  2. ちょっと忙しい
Block1_1
101009002
【ノワール】
もちろん付き合うよ
【ノワール】
断る理由なんてないよ
Block1_2
101009002
【ノワール】
ちょっと忙しいんだ
【ギネヴィア】
ごめん、イジワル言ったね
Block1end
101009002
【ノワール】
どこに連れて行ってくれるんだ?
101011001
【ギネヴィア】
わたしのお部屋へ、きて
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100946.html b/docs/story/100946.html index ad6cdc0f5..88d4d7a8c 100644 --- a/docs/story/100946.html +++ b/docs/story/100946.html @@ -11,6 +11,18 @@

1章/メイン/G0910_さよならクイーンルーム2

View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

1章/メイン/G0910_さよならクイーンルーム2

+ + + + + + + + + @@ -36,6 +57,10 @@

1章/メイン/G0910_さよならクイーンルーム2

+ + + + @@ -51,6 +76,10 @@

1章/メイン/G0910_さよならクイーンルーム2

+ + + + @@ -66,6 +95,10 @@

1章/メイン/G0910_さよならクイーンルーム2

+ + + + @@ -130,5 +163,13 @@

1章/メイン/G0910_さよならクイーンルーム2

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
『誘拐』以来ね
【ギネヴィア】
ようこそ
わたしのプライベートへ
101009002
【(選択肢)】
  1. いい部屋だ
  2. いい匂いだ
  3. ベッドが大きいな
Block1_1
101009002
【ノワール】
いい部屋だ
【ギネヴィア】
もっと気軽に遊びに来てくれてよかったんだよ?
ノワール
Block1_2
101009002
【ノワール】
いい匂いだ
【ギネヴィア】
すっっごい気持ち悪いよ、ノワール
絶対やめたほうがいいよ仮にいい匂いだとしても
Block1_3
101009002
【ノワール】
ベッドが大きいな
【ギネヴィア】
大きいのは確かだし
寝心地もサイコーだけどね
Block1end
101011001
【ギネヴィア】
ちょっと恩着せがましいこと、言うね
101011001
【ギネヴィア】
だから今夜は、一緒にいてよ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100947.html b/docs/story/100947.html index 535f3df8d..f36db497c 100644 --- a/docs/story/100947.html +++ b/docs/story/100947.html @@ -11,11 +11,32 @@

1章/メイン/G0912_エレイン邂逅2

View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -31,6 +52,10 @@

1章/メイン/G0912_エレイン邂逅2

+ + + + @@ -46,6 +71,10 @@

1章/メイン/G0912_エレイン邂逅2

+ + + + @@ -71,6 +100,15 @@

1章/メイン/G0912_エレイン邂逅2

+ + + + + + + + + @@ -91,6 +129,10 @@

1章/メイン/G0912_エレイン邂逅2

+ + + + @@ -111,6 +153,10 @@

1章/メイン/G0912_エレイン邂逅2

+ + + + @@ -225,5 +271,13 @@

1章/メイン/G0912_エレイン邂逅2

+ + + + + + + +
template1
Load
Play
101030001
【エレイン】
おはようございます
101009002
【(選択肢)】
  1. 学園が嫌いなんじゃなかった?
  2. 花畑以来だ
Block1_1
101009002
【ノワール】
学園が嫌いなんじゃなかったか?
【エレイン】
この学園のぜんぶが
嫌いなわけでもありませんし…
Block1_2
101009002
【ノワール】
花畑以来だ
【エレイン】
その節は…失礼しました
Block1end
101009002
【ノワール】
誰かを待っているの?
【エレイン】
敵へ花を
手向ける女です
101009002
【(選択肢)】
  1. 気持ちがわかる
  2. ローマへ逃げた?
Block2_1
101009002
【ノワール】
気持ちがわかるから
【ノワール】
敵へ花を
手向ける男だ。俺も
Block2_2
101009002
【ノワール】
ローマへ逃げた?
【エレイン】
どこにいればいいのか
わからなくて
Block2end
101009002
【ノワール】
敵でも、誰でも悼む気持ちは一緒だ
誰かがなにかを(うしな)うのはいつだってイヤだよ
101009002
【ノワール】
「先輩
と呼んでもいいですか」──…?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100948.html b/docs/story/100948.html index de50c2151..348cb1633 100644 --- a/docs/story/100948.html +++ b/docs/story/100948.html @@ -11,6 +11,18 @@

1章/メイン/G0912_さよならクイーンルーム3

View script in lua + + + + + + + + + + + + @@ -121,6 +133,15 @@

1章/メイン/G0912_さよならクイーンルーム3

+ + + + + + + + + @@ -136,6 +157,10 @@

1章/メイン/G0912_さよならクイーンルーム3

+ + + + @@ -151,9 +176,21 @@

1章/メイン/G0912_さよならクイーンルーム3

+ + + + + + + + + + + +
template1
Load
Play
101016001
【ギネマウア】
ご挨拶が遅れました
ノワール様
【telop】
「ログレス国王妃ギネヴィアの名において
17日、講堂へ集まることを命ず」
101009002
【(選択肢)】
  1. なにか良からぬことを企んでるな
  2. なにか派手にやろうとしてるな
Block1_1
101009002
【ノワール】
なにか良からぬことを企んでいるな…
【ギネマウア】
殿下の前で
そのようなことを口走りませんよう
Block1_2
101009002
【ノワール】
なにかを派手にやろうとしているな
【ギネマウア】
派手になるかはわかりませんが
彼女なりのけじめとなるはずです
Block1end
101016001
【ギネマウア】
どうか、見届けてあげてください
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100949.html b/docs/story/100949.html index f5bef2980..360396740 100644 --- a/docs/story/100949.html +++ b/docs/story/100949.html @@ -11,6 +11,18 @@

1章/メイン/G0913_フレンとローラ1

シーンID変更

View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

1章/メイン/G0913_フレンとローラ1

+ + + + + + + +
template1
Load
Play
101065001
【キッス】
あら、いらっしゃい♪
今日はどんなご用かしら?
101065001
【キッス】
くれぐれも、気を付けて
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100950.html b/docs/story/100950.html index 550910e7f..a2bd401e4 100644 --- a/docs/story/100950.html +++ b/docs/story/100950.html @@ -11,6 +11,18 @@

1章/メイン/G0913_フレンとローラ2

シーンID変更

View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

1章/メイン/G0913_フレンとローラ2

+ + + + + + + +
template1
Load
Play
101009002
【ノワール】
ふたりとも、お疲れ様
おかげで助かったよ
101009002
【ノワール】
フレン…?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100952.html b/docs/story/100952.html index 0999775d7..8b9c35d4f 100644 --- a/docs/story/100952.html +++ b/docs/story/100952.html @@ -11,11 +11,32 @@

1章/メイン/G0917_さよならクイーンルーム4

未使用→保留

View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -31,6 +52,10 @@

1章/メイン/G0917_さよならクイーンルーム4

+ + + + @@ -46,6 +71,10 @@

1章/メイン/G0917_さよならクイーンルーム4

+ + + + @@ -240,5 +269,13 @@

1章/メイン/G0917_さよならクイーンルーム4

+ + + + + + + +
template1
Load
Play
101013001
【ガウェイン】
なにが始まんだよノワール
殿下から聞いてないのか
101009002
【(選択肢)】
  1. なにも教えてくれなかった
  2. きっと派手にやってくれるよ
Block1_1
101009002
【ノワール】
なにも教えてくれなかったんだ
【ラグネル】
本当?
少しも教えてもらえなかったの?
Block1_2
101009002
【ノワール】
きっと派手にやってくれるよ
【ガウェイン】
なんつーか
ツーカーの仲ってヤツ?
Block1end
101011003
【ギネヴィア】
お集まりいただきどうもありがとう
わたしは継承者の劔ギネヴィア・アロンダイト
101030001
【エレイン】
…私も、あんなふうに、なれるかな
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100953.html b/docs/story/100953.html index e8f1a9722..23e49e22a 100644 --- a/docs/story/100953.html +++ b/docs/story/100953.html @@ -11,6 +11,18 @@

1章/メイン/G0917_円卓会議・エレイン参戦

View script in lua + + + + + + + + + + + + @@ -111,6 +123,15 @@

1章/メイン/G0917_円卓会議・エレイン参戦

+ + + + + + + + + @@ -126,6 +147,10 @@

1章/メイン/G0917_円卓会議・エレイン参戦

+ + + + @@ -141,6 +166,10 @@

1章/メイン/G0917_円卓会議・エレイン参戦

+ + + + @@ -156,6 +185,10 @@

1章/メイン/G0917_円卓会議・エレイン参戦

+ + + + @@ -255,5 +288,13 @@

1章/メイン/G0917_円卓会議・エレイン参戦

+ + + + + + + +
template1
Load
Play
【telop】
ログレスがロンディニウムの民を虐殺したという
噂を受け、ギネヴィアは全生徒を講堂に集める
【ギネヴィア】
殴り込みましょ。さっさとね
101009002
【(選択肢)】
  1. キミはすごいな、ギネヴィア
  2. 頑張ろう、ガウェイン
  3. 同行を希望していた人がいた
Block1_1
101009002
【ノワール】
キミはすごいな、ギネヴィア
【ノワール】
いいや、ずっとそう思っていたよ
Block1_2
101009002
【ノワール】
頑張ろう、ガウェイン
【ノワール】
…ガウェイン?
Block1_3
101009002
【ノワール】
確か同行を希望していた人がいたような…
【ギネヴィア】
ね。だあれ?
Block1end
101020001
【マーリン】
アーサー様は聖杯探索班のフォローがあります
ご助力はできませんが…
【一同】
フォー・ラウンド!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100954.html b/docs/story/100954.html index d9ad90c08..8695de3e2 100644 --- a/docs/story/100954.html +++ b/docs/story/100954.html @@ -11,6 +11,18 @@

1章/メイン/G0923_(add)出発

View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

1章/メイン/G0923_(add)出発

+ + + + + + + +
template1
Load
Play
101013001
【ガウェイン】
うっし、全員そろったな!
101011001
【ギネヴィア】
気にしないで
ちょっと意地悪したかっただけだから♪
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100955.html b/docs/story/100955.html index bbe210b6e..a2b9f620f 100644 --- a/docs/story/100955.html +++ b/docs/story/100955.html @@ -12,22 +12,30 @@

1章/メイン/G0924_ロンディニウム奪還戦①

View script in lua - + + + + + + + + + - + - + - + @@ -36,6 +44,19 @@

1章/メイン/G0924_ロンディニウム奪還戦①

+ + + + + + + + + + + + + @@ -51,38 +72,46 @@

1章/メイン/G0924_ロンディニウム奪還戦①

+ + + + - + - + - + + + + + - + - + @@ -92,17 +121,21 @@

1章/メイン/G0924_ロンディニウム奪還戦①

- + + + + + - + - + @@ -117,7 +150,7 @@

1章/メイン/G0924_ロンディニウム奪還戦①

- + @@ -132,7 +165,7 @@

1章/メイン/G0924_ロンディニウム奪還戦①

- + @@ -142,7 +175,7 @@

1章/メイン/G0924_ロンディニウム奪還戦①

- + @@ -172,17 +205,17 @@

1章/メイン/G0924_ロンディニウム奪還戦①

- + - + - + @@ -192,7 +225,7 @@

1章/メイン/G0924_ロンディニウム奪還戦①

- + @@ -205,5 +238,13 @@

1章/メイン/G0924_ロンディニウム奪還戦①

+ + + + + + + +
101046001
Load
Play
【グリートン】
郵便受けに望まずたまる
そんなお手紙の末路
101046001
【グリートン】
封を開けられ中身を見られ
それが悪報だとすれば…
101046001
【グリートン】
行く末なんて、わかってる──
101046001
【グリートン】
おいでませ、虐殺者の皆様
【ギネヴィア】
…こんなことだろうと思ってたわ
101009001
【(選択肢)】
  1. 殴り込んで正解だったな
  2. ロンディニウムの無念を晴らす
  3. 虐殺を行ったのはお前たちだ
MA_01A109_22_select1
MA_01A109_22_select1_1
101009001
【ノワール】
殴り込んで正解だったな
【ガウェイン】
同感…!
MA_01A109_22_select1_2
101009001
【ノワール】
ロンディニウムの人たちの
無念を晴らさせてもらう
101046001
【グリートン】
博愛ね
敵国の都の民になにを想うの?
101030001
【エレイン】
誰かがなにかを(うしな)うのはいつだって嫌です
敵でも、誰でも(いた)む気持ちは一緒なはず…!
101030001
【エレイン】
目の前で命が奪われて…
なにも思わないわけがありません
MA_01A109_22_select1_3
101009001
【ノワール】
虐殺を行ったのはお前たちだ
101046001
【グリートン】
そうかもね、そうかもね
だけどさかのぼれば…
101046001
【グリートン】
虐殺を行わせたのは…あなたたちだと思わない?
101046001
MA_01A109_22_end
【グリートン】
ここでの惨劇はブリテン全土…
ひいては世界中へのお披露目会
101046001
【グリートン】
先代ログレス王ユーサーが
ローマへ行った仕打ちの再現
101046001
【グリートン】
知らしめる、知らしめる、知らしめる
101030001
【エレイン】
ううん………ここに、いさせて
101046001
【グリートン】
口はカタいの
開くのはあなたたちを喰らうときだけ♪
101046001
【グリートン】
継承者とその(つるぎ)──
相も変わらず足掻くのね
101030001
【エレイン】
………変わった
101030001
【エレイン】
…──紅蓮に、変わるんだ
101046001
【グリートン】
…王妃風情が
101046001
【グリートン】
武器なぞに成り下がって…♪
101011002
【ギネヴィア・アロンダイト】
格好いいとは思わない?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100956.html b/docs/story/100956.html index 4873ab214..94ee57802 100644 --- a/docs/story/100956.html +++ b/docs/story/100956.html @@ -11,6 +11,18 @@

1章/メイン/G0924_ロンディニウム奪還戦②1

View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

1章/メイン/G0924_ロンディニウム奪還戦②1

+ + + + + + + +
template1
Load
Play
101051001
【ルーシャス】
思い起こせ、顧みろ
101051001
【ルーシャス】
余が問おう。それは何故だ?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100957.html b/docs/story/100957.html index 92f62b494..840647f60 100644 --- a/docs/story/100957.html +++ b/docs/story/100957.html @@ -11,6 +11,18 @@

1章/メイン/G0924_ロンディニウム奪還戦②2

View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

1章/メイン/G0924_ロンディニウム奪還戦②2

+ + + + + + + +
template1
Load
Play
101011002
【ギネヴィア・アロンダイト】
言いがかりつけようっていうのね
ルーシャス皇太子殿下が
101030001
【エレイン】
………それが、ログレス
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100958.html b/docs/story/100958.html index 747918cac..504d4df26 100644 --- a/docs/story/100958.html +++ b/docs/story/100958.html @@ -11,6 +11,18 @@

1章/メイン/G0924_ロンディニウム奪還戦②3

View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

1章/メイン/G0924_ロンディニウム奪還戦②3

+ + + + + + + +
template1
Load
Play
【telop】
「先代ログレス王ユーサーの治世は
GSの独占によって成り立ったものだ」
101039001
【フレン】
ルーシャスくんの、字なんだ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100959.html b/docs/story/100959.html index db7420db6..6ab3f9b5d 100644 --- a/docs/story/100959.html +++ b/docs/story/100959.html @@ -11,6 +11,18 @@

1章/メイン/G0924_ロンディニウム奪還戦②4

View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

1章/メイン/G0924_ロンディニウム奪還戦②4

+ + + + + + + +
template1
Load
Play
101051001
【ルーシャス】
魔女よ
バルバロイに喰い尽くされた者はどうなるか
101051001
【ルーシャス】
ローマによる平和(パクス・ロマーナ)』を!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100960.html b/docs/story/100960.html index 06505b27c..3ea57408f 100644 --- a/docs/story/100960.html +++ b/docs/story/100960.html @@ -11,18 +11,26 @@

1章/メイン/G0924_ロンディニウム奪還戦②5

View script in lua + + + + + + + + - + - + @@ -37,7 +45,7 @@

1章/メイン/G0924_ロンディニウム奪還戦②5

- + @@ -47,22 +55,22 @@

1章/メイン/G0924_ロンディニウム奪還戦②5

- + - + - + - + @@ -77,22 +85,22 @@

1章/メイン/G0924_ロンディニウム奪還戦②5

- + - + - + - + @@ -102,15 +110,28 @@

1章/メイン/G0924_ロンディニウム奪還戦②5

- + - + + + + + + + + + + + + + + @@ -131,6 +152,10 @@

1章/メイン/G0924_ロンディニウム奪還戦②5

+ + + + @@ -151,13 +176,17 @@

1章/メイン/G0924_ロンディニウム奪還戦②5

+ + + + - + @@ -171,6 +200,10 @@

1章/メイン/G0924_ロンディニウム奪還戦②5

+ + + + @@ -192,7 +225,7 @@

1章/メイン/G0924_ロンディニウム奪還戦②5

- + @@ -202,7 +235,7 @@

1章/メイン/G0924_ロンディニウム奪還戦②5

- + @@ -217,7 +250,7 @@

1章/メイン/G0924_ロンディニウム奪還戦②5

- + @@ -227,7 +260,7 @@

1章/メイン/G0924_ロンディニウム奪還戦②5

- + @@ -237,17 +270,17 @@

1章/メイン/G0924_ロンディニウム奪還戦②5

- + - + - + @@ -257,12 +290,12 @@

1章/メイン/G0924_ロンディニウム奪還戦②5

- + - + @@ -272,12 +305,12 @@

1章/メイン/G0924_ロンディニウム奪還戦②5

- + - + @@ -292,13 +325,21 @@

1章/メイン/G0924_ロンディニウム奪還戦②5

- + - + + + + + + + + +
Load
Play
101011002
【ギネヴィア・アロンダイト】
…知らないわ、そんなこと
101046001
【グリートン】
本当を知る者は喰い尽くされ
歴史はユーサーによって改ざんされた
101046001
【グリートン】
「元よりブリテンはログレスのものだった」と
101044001
【グリーテン】
「『それだけのために』
ギネヴィア、きっとそなたはそう言うだろう」
101045001
【グリートーネア】
「だが、それだけが余の喉奥に突き刺さっている
呑み下せないでいる真実の針だ」
101044001
【グリーテン】
「バルバロイに故国を追われ
ログレスに救われたそなたは──」
101045001
【グリートーネア】
「バルバロイに安住の地を奪われ
ログレスに見棄てられた(ローマ)から見れば…」
101046001
【グリートン】
(まぶ)しくて、妬ましかったよ」
101046001
【グリートン】
私は、承れないわ…♪
101046001
【グリートン】
私は郵便受けに望まずたまるお手紙
その、行く末なんて──
101045001
【グリートーネア】
(グリートン)は殉じました、望んで死した…
ルーシャス様の言葉を貴方たちに刻むために♪
101044001
【グリーテン】
こうしてログレスがロンディニウムを再び制圧♪
それこそ偽装の虐殺は真実として喧伝される♪
101044001
【グリーテン】
勿論ここで貴方たちが力尽きればローマの勝利
偽装も虐殺もどうでも良くなるわけだけど
101045001
【グリートーネア】
どう転ぼうが
貴方たちの不利は変わらなあい…♪
101009002
【(選択肢)】
  1. まだいけるか、ギネヴィア
  2. バテてないか、ガウェイン
  3. さすがに厳しいな
MA_01A109_28_select1
MA_01A109_28_select1_1
101009002
【ノワール】
まだいけるか、ギネヴィア…!
【ギネヴィア・アロンダイト】
大見得切って出てきたの
やられてあげるワケには──…
MA_01A109_28_select1_2
101009002
【ノワール】
バテてないか、ガウェイン…!
【ギネヴィア・アロンダイト】
大見得切って出てきたの
やられてあげるワケには──…
MA_01A109_28_select1_3
101009002
【ノワール】
さすがに厳しいな…!
101045001
【グリートーネア】
愛妹(グリートン)も浮かばれます
諦めてくださると
【ギネヴィア・アロンダイト】
大見得切って出てきたの
やられてあげるワケには──…
MA_01A109_28_end
101009002
【ノワール】
ギネヴィア!?
101044001
【グリーテン】
無能ね。継承者の(つるぎ)
誰かに手を引いてもらってこの始末──
101030001
【エレイン】
…!
101030001
【エレイン】
………弱いわけ、ない
101030001
【エレイン】
喋らないほうが、戦わないほうが
無能であるほうが…楽なんです
101030001
【エレイン】
でも、そうなりたくはないんです
…ああなりたいんです
101030001
【エレイン】
かわってみせます、きっと
101030001
【エレイン】
問題は、自分で解かなきゃ
101044001
【グリーテン】
なあに新入り?
いいわ、かかってらっしゃい♪
101030001
【エレイン】
…──平和を願う王国の
101030001
【エレイン】
ラヴェイン──
101030001
【エレイン/ラヴェイン】
因枢分解(ファクタライズ)・セクエンス!
101030001
【エレイン】
先輩
101030001
【エレイン】
私も戦いますから
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100961.html b/docs/story/100961.html index bdcce72e2..cbdb7890c 100644 --- a/docs/story/100961.html +++ b/docs/story/100961.html @@ -11,6 +11,14 @@

1章/メイン/G0924_ロンディニウム奪還戦③

View script in lua + + + + + + + + @@ -27,17 +35,17 @@

1章/メイン/G0924_ロンディニウム奪還戦③

- + - + - + @@ -57,12 +65,12 @@

1章/メイン/G0924_ロンディニウム奪還戦③

- + - + @@ -72,17 +80,17 @@

1章/メイン/G0924_ロンディニウム奪還戦③

- + - + - + @@ -102,17 +110,17 @@

1章/メイン/G0924_ロンディニウム奪還戦③

- + - + - + @@ -122,18 +130,26 @@

1章/メイン/G0924_ロンディニウム奪還戦③

- + - + - + + + + + + + + +
Load
Play
101037001
【ラシア (心の声)】
(…私は口実を探している
そんなの汚くて──)
101045001
【グリートーネア】
このままではお互い
タダでは済みませんね…
101030001
【エレイン】
おかえりください
101044001
【グリーテン】
…捨て台詞でも残しましょうか
101045001
【グリートーネア】
ルーシャス様はこうも言いました
101045001
【グリートーネア】
「継承者は人類を救えない」
101044001
【グリーテン】
継承者(あなた)が尽力することでバルバロイ(わたしたち)の脅威からは
確かに脱するかもしれない、だけどね?
101044001
【グリーテン】
人が人であるかぎり
変わらず世界は終わり続ける
101045001
【グリートーネア】
人が人である限り
汚れ、苦しみ、争い続ける
101045001
【グリートーネア】
大きな犠牲を払っても
世界に生贄を捧げても
101044001
【グリーテン】
なにも()らない継承者
哀れで不憫なそのキラーズ
101045001
【グリートーネア】
盟約果たせば永劫の別れ
愛しき人の選択は二度と帰らぬ旅への切符
101044001
【グリーテン】
いくら見栄を張り続けようと
101045001
【グリートーネア】
どれだけ(まばゆ)く輝こうと
101044001
【グリーテン】
かわいそうな、あなた
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100963.html b/docs/story/100963.html index d57a2c6ee..75aa3553c 100644 --- a/docs/story/100963.html +++ b/docs/story/100963.html @@ -11,6 +11,18 @@

1章/メイン/G0926_円卓会議・奪還戦その後

View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

1章/メイン/G0926_円卓会議・奪還戦その後

+ + + + + + + + + @@ -86,6 +107,10 @@

1章/メイン/G0926_円卓会議・奪還戦その後

+ + + + @@ -106,6 +131,10 @@

1章/メイン/G0926_円卓会議・奪還戦その後

+ + + + @@ -121,6 +150,10 @@

1章/メイン/G0926_円卓会議・奪還戦その後

+ + + + @@ -165,5 +198,13 @@

1章/メイン/G0926_円卓会議・奪還戦その後

+ + + + + + + +
template1
Load
Play
【telop】
ロンディニウムに赴いたノワールたちは
そこで待ち受けていた魔女と交戦する
【ギネヴィア】
あの子、どこの子?
101009002
【(選択肢)】
  1. ただの知り合いだよ
  2. 綺麗な子だよな
  3. 初対面だよ
Block1_1
101009002
【ノワール】
ただの知り合いだよ
【ギネヴィア】
ふふ。疑いたくないや
Block1_2
101009002
【ノワール】
綺麗な子だよな
【ギネヴィア】
わたしに言ってくんないわけね
そーゆーことは…
Block1_3
101009002
【ノワール】
初対面だよ
【ギネヴィア】
…間に合わせのウソってのが
一番サイアクよ、ノワール
Block1end
101040001
【ケイ】
ラヴェインとその妹君のことであるな?
101009002
【ノワール】
…当人から聞くことにするよ
個人情報だからな
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100966.html b/docs/story/100966.html index 30a57dc58..e1854ee66 100644 --- a/docs/story/100966.html +++ b/docs/story/100966.html @@ -11,6 +11,18 @@

1章/メイン/G0929_国葬:小分岐①

View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

1章/メイン/G0929_国葬:小分岐①

+ + + + + + + +
template1
Load
Play
101064001
【司教】
天が選びし つがいの子らが
地に満ち かつての誓いを果たす
101064001
【司教】
救済の祖 聖なる盟約 崇め尊び
穏やかなる魂の旅路をここに祈らん
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100967.html b/docs/story/100967.html index 9e1efc6a1..488aa556a 100644 --- a/docs/story/100967.html +++ b/docs/story/100967.html @@ -11,6 +11,18 @@

1章/メイン/G0929_国葬:ギネヴィア分岐

View script in lua + + + + + + + + + + + + @@ -155,5 +167,13 @@

1章/メイン/G0929_国葬:ギネヴィア分岐

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
さびしかった
101011001
【ギネヴィア】
わたしはいなくなんないからね
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100968.html b/docs/story/100968.html index 9da943c23..fa63520fd 100644 --- a/docs/story/100968.html +++ b/docs/story/100968.html @@ -11,6 +11,18 @@

1章/メイン/G0929_国葬:エレイン分岐

View script in lua + + + + + + + + + + + + @@ -150,5 +162,13 @@

1章/メイン/G0929_国葬:エレイン分岐

+ + + + + + + +
template1
Load
Play
101009001
【ノワール】
「こんばんは、先輩」…?
101030001
【エレイン】
私は、私の意味を知りたくて
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100969.html b/docs/story/100969.html index 4941166cf..3e72d3770 100644 --- a/docs/story/100969.html +++ b/docs/story/100969.html @@ -11,6 +11,18 @@

1章/メイン/G0930_ローマ・愛が醜く

View script in lua + + + + + + + + + + + + @@ -130,5 +142,13 @@

1章/メイン/G0930_ローマ・愛が醜く

+ + + + + + + +
template1
Load
Play
101051001
【ルーシャス】
すこし醜い寝屋だが
101051001
【ルーシャス】
さあ、愛で世界を平和にしようか
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100970.html b/docs/story/100970.html index 04c5f66cc..0ed580119 100644 --- a/docs/story/100970.html +++ b/docs/story/100970.html @@ -11,6 +11,18 @@

1章/メイン/G1001_王国の呪縛、帝国の忘却

View script in lua + + + + + + + + + + + + @@ -76,6 +88,15 @@

1章/メイン/G1001_王国の呪縛、帝国の忘却

+ + + + + + + + + @@ -91,6 +112,10 @@

1章/メイン/G1001_王国の呪縛、帝国の忘却

+ + + + @@ -116,6 +141,10 @@

1章/メイン/G1001_王国の呪縛、帝国の忘却

+ + + + @@ -245,5 +274,13 @@

1章/メイン/G1001_王国の呪縛、帝国の忘却

+ + + + + + + +
template1
Load
Play
【telop】
戦死者たちを弔う国葬が終わった後
【ガウェイン】
まとめて、全部聞かせてくださいよ
101009002
【(選択肢)】
  1. エレインについても
  2. ギネヴィアたちの関係についても
Block1_1
101030001
【エレイン】
…気に、かけていただき
恐縮…です
【ラヴェイン】
エレインにおいては
巻き込まれただけに過ぎません
Block1_2
101011001
【ギネヴィア】
わ、わたしのことは
別にいーでしょっ
【ギネヴィア】
同族嫌悪してんのよアイツ…!
ただ、それだけ
Block1end
101015001
【アーサー】
………ルーシャスが語ったという我が父(ユーサー)の行い
その『真実』とやらは──
101011001
【ギネヴィア】
──すべてが妄言なのか、ね
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100972.html b/docs/story/100972.html index 3fb64eaf3..6830d588b 100644 --- a/docs/story/100972.html +++ b/docs/story/100972.html @@ -11,6 +11,18 @@

1章/メイン/G1001_おかわりプリンセス①1

View script in lua + + + + + + + + + + + + @@ -30,5 +42,13 @@

1章/メイン/G1001_おかわりプリンセス①1

+ + + + + + + +
template1
Load
Play
101030001
【エレイン】
先輩…こんにちは
101030001
【エレイン】
………一緒に、かえりませんか
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100973.html b/docs/story/100973.html index f84dcbd73..15b801de1 100644 --- a/docs/story/100973.html +++ b/docs/story/100973.html @@ -11,11 +11,32 @@

1章/メイン/G1001_おかわりプリンセス①2

View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -31,6 +52,10 @@

1章/メイン/G1001_おかわりプリンセス①2

+ + + + @@ -46,6 +71,10 @@

1章/メイン/G1001_おかわりプリンセス①2

+ + + + @@ -66,6 +95,15 @@

1章/メイン/G1001_おかわりプリンセス①2

+ + + + + + + + + @@ -86,6 +124,10 @@

1章/メイン/G1001_おかわりプリンセス①2

+ + + + @@ -101,6 +143,10 @@

1章/メイン/G1001_おかわりプリンセス①2

+ + + + @@ -170,5 +216,13 @@

1章/メイン/G1001_おかわりプリンセス①2

+ + + + + + + +
template1
Load
Play
101030001
【エレイン】
私、子供がいまして──
101009002
【(選択肢)】
  1. 大変なんだな…!?
  2. 誰かの子供を世話してるの?
Block1_1
101009002
【ノワール】
た、大変なんだな…!?
いや、色々と事情があるのだろうけど…!
【エレイン】
子供がいるのはそうなんですが
私が産んだ子供ではなくてですね…!
Block1_2
101009002
【ノワール】
誰かから預かった子供?
【エレイン】
せ、先輩と、お話していると
とても…安心してしまいます
Block1end
101030001
【エレイン】
…ローマの、孤児たちなんです
【エレイン】
その孤児たちが、ぐずってしまって
「ロンディニウムに帰りたい」と
101009002
【(選択肢)】
  1. 連れて行ってあげたいね
  2. 危険だ、ログレスにいてもらおう
Block2_1
101009002
【ノワール】
連れて行ってあげたいね
なんとか
【エレイン】
先輩のお手をわずらわせる気は、ないんです
なにか方法があれば…伺えればとは、思ってて…
Block2_2
101009002
【ノワール】
危険だ、ログレスにいてもらおう
【エレイン】
先輩は、現実的ですね
Block2end
101013001
【ガウェイン】
ハナシは聞かせてもらったぜ
101013001
【ガウェイン】
お前がいるから
なんだぜ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100975.html b/docs/story/100975.html index 9b72dc99d..a51c408ca 100644 --- a/docs/story/100975.html +++ b/docs/story/100975.html @@ -11,11 +11,32 @@

1章/メイン/G1003_おかわりプリンセス②

View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -31,6 +52,10 @@

1章/メイン/G1003_おかわりプリンセス②

+ + + + @@ -51,6 +76,10 @@

1章/メイン/G1003_おかわりプリンセス②

+ + + + @@ -66,6 +95,10 @@

1章/メイン/G1003_おかわりプリンセス②

+ + + + @@ -215,5 +248,13 @@

1章/メイン/G1003_おかわりプリンセス②

+ + + + + + + +
template1
Load
Play
101030001
【エレイン】
もとには戻りませんね…なにも
101009001
【(選択肢)】
  1. 町並みは元に戻り始めている
  2. 子供たちが帰る家は残ってる
  3. ルーシャス、許せないな
Block1_1
101009001
【ノワール】
町並みは、もとに戻り始めているよ
再興も──
【エレイン】
変わらない景色が
逆に残酷です
Block1_2
101009001
【ノワール】
子供たちが帰る家は残ってる
かろうじてだけど
【エレイン】
ほかにだれも
のこっていなくても、きっと
Block1_3
101009001
【ノワール】
ルーシャス、許せないな
【エレイン】
…あの方は
なにを守ろうとしているんでしょうか
Block1end
【子供A】
おねえちゃん、おねえちゃん
【子供B】
ぼく、さびしがっていいんだよね?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100979.html b/docs/story/100979.html index f23c293ea..af9ae62eb 100644 --- a/docs/story/100979.html +++ b/docs/story/100979.html @@ -11,6 +11,18 @@

1章/メイン/G1007_ブリテン分断作戦①

View script in lua + + + + + + + + + + + + @@ -141,6 +153,15 @@

1章/メイン/G1007_ブリテン分断作戦①

+ + + + + + + + + @@ -166,6 +187,10 @@

1章/メイン/G1007_ブリテン分断作戦①

+ + + + @@ -196,6 +221,10 @@

1章/メイン/G1007_ブリテン分断作戦①

+ + + + @@ -226,6 +255,10 @@

1章/メイン/G1007_ブリテン分断作戦①

+ + + + @@ -305,5 +338,13 @@

1章/メイン/G1007_ブリテン分断作戦①

+ + + + + + + +
template1
Load
Play
【telop】
虐殺から逃げ延びた孤児たちを連れて
ロンディニウムを訪れたノワールとエレイン
【アーサー】
…ランスロットの見立てでは
あと数日ほどで壁が完成してしまうそうだ
101009002
【(選択肢)】
  1. ギネヴィア、どう思う?
  2. エレイン、どう思う?
  3. ルーシャスの仕業か?
Block1_1
101009002
【ノワール】
ギネヴィア、どう思う?
【ギネヴィア】
どちらにせよ、らしくないわ
Block1_2
101009002
【ノワール】
エレイン、どう思う?
【エレイン】
自分の働きを、誰かに見せたい、といった…
ごくごく個人的な、それでいて乱暴な…
Block1_3
101009002
【ノワール】
ルーシャスの仕業…なのか?
【ガウェイン】
Block1end
101014001
【トリスタン】
…学園から離反者が出てるんだ
ほんの数名だけど
101011001
【ギネヴィア】
怖いもん、わたしも
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100982.html b/docs/story/100982.html index a4f1a06c3..00e1cf3ec 100644 --- a/docs/story/100982.html +++ b/docs/story/100982.html @@ -11,6 +11,18 @@

1章/メイン/G1014_ブリテン分断作戦②

View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

1章/メイン/G1014_ブリテン分断作戦②

+ + + + + + + + + @@ -56,6 +77,10 @@

1章/メイン/G1014_ブリテン分断作戦②

+ + + + @@ -71,6 +96,10 @@

1章/メイン/G1014_ブリテン分断作戦②

+ + + + @@ -170,5 +199,13 @@

1章/メイン/G1014_ブリテン分断作戦②

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
壁、ブチ抜きましょ
【エレイン】
壁、ブチ抜きましょうっ!
101009002
【(選択肢)】
  1. エレイン、ギネヴィアっぽいよ
  2. ギネヴィア、採点は?
Block1_1
101009002
【ノワール】
エレイン、ギネヴィアっぽいよ
【ギネヴィア】
わたし、そんなにいきんでたかなあ…?
Block1_2
101009002
【ノワール】
ギネヴィア、採点は?
【エレイン】
~~っ!
お、恐れ多い…
Block1end
101031001
【ラヴェイン】
ノワール君、感謝します
101013001
【ガウェイン】
もうそろそろツラ見せてくんなきゃ
信義にもとるってもんだぜ、師匠
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100983.html b/docs/story/100983.html index 91df34e17..5c7f594e8 100644 --- a/docs/story/100983.html +++ b/docs/story/100983.html @@ -11,6 +11,22 @@

1章/メイン/G1016_ブリテン分断作戦③

View script in lua + + + + + + + + + + + + + + + + @@ -176,6 +192,15 @@

1章/メイン/G1016_ブリテン分断作戦③

+ + + + + + + + + @@ -191,6 +216,10 @@

1章/メイン/G1016_ブリテン分断作戦③

+ + + + @@ -216,6 +245,10 @@

1章/メイン/G1016_ブリテン分断作戦③

+ + + + @@ -266,6 +299,15 @@

1章/メイン/G1016_ブリテン分断作戦③

+ + + + + + + + + @@ -281,6 +323,10 @@

1章/メイン/G1016_ブリテン分断作戦③

+ + + + @@ -296,6 +342,10 @@

1章/メイン/G1016_ブリテン分断作戦③

+ + + + @@ -311,6 +361,10 @@

1章/メイン/G1016_ブリテン分断作戦③

+ + + + @@ -330,5 +384,13 @@

1章/メイン/G1016_ブリテン分断作戦③

+ + + + + + + +
template1
template2
Load
Play
101045001
【グリートーネア】
素敵な壁。とっても
【グリートーネア】
残念です…もう少し待っていただけたなら
もっと、もっと素敵な壁をお見せできたのに
101009001
【(選択肢)】
  1. そんなことは許さない!
  2. なにが素敵なものか
Block1_1
101009001
【ノワール】
そんなことは許さない!
【ガウェイン】
島の東側にはノワールの故郷もあんだ
里帰りできなくさせるわけにはいかねえ
Block1_2
101009001
【ノワール】
なにが素敵なものか
【グリートーネア】
どいつもこいつもネアのこと馬鹿にして…
今こそ目にもの見せてあげます…
Block1end
101037001
【ラシア】
………私を見ないで、エレイン
【ヴェルナルス】
…浅はかな
101009001
【(選択肢)】
  1. ギネヴィア、準備は
  2. エレイン、力を貸してくれ
  3. 行こう、ガウェイン
Block2_1
101009001
【ノワール】
ギネヴィア、準備は
【ギネヴィア】
ムダなのよ
急場しのぎの策なんて
Block2_2
101009001
【ノワール】
エレイン、力を貸してくれ
【エレイン】
ありがとうございます
前に進む力をくれて
Block2_3
101009001
【ノワール】
行こう、ガウェイン
【ラグネル】
話してわかってもらえないなら、もう…!
Block2end
101009001
【ノワール】
長城中のバルバロイを殲滅し
ブリテンを分断する壁を──
101037001
【ラシア】
我らがローマ!
この五体、死しても眠らず!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100984.html b/docs/story/100984.html index cd29ff69e..8807f6056 100644 --- a/docs/story/100984.html +++ b/docs/story/100984.html @@ -11,6 +11,18 @@

1章/メイン/G1016_ブリテン分断作戦④1

View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

1章/メイン/G1016_ブリテン分断作戦④1

+ + + + + + + +
template1
Load
Play
101039001
【フレン】
家族を探しているの!
101051001
【ルーシャス】
叶わんな、それは
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100985.html b/docs/story/100985.html index 896678c7f..a6438b486 100644 --- a/docs/story/100985.html +++ b/docs/story/100985.html @@ -11,6 +11,14 @@

1章/メイン/G1016_ブリテン分断作戦④2

View script in lua + + + + + + + + @@ -36,6 +44,19 @@

1章/メイン/G1016_ブリテン分断作戦④2

+ + + + + + + + + + + + + @@ -66,6 +87,10 @@

1章/メイン/G1016_ブリテン分断作戦④2

+ + + + @@ -96,6 +121,10 @@

1章/メイン/G1016_ブリテン分断作戦④2

+ + + + @@ -127,12 +156,16 @@

1章/メイン/G1016_ブリテン分断作戦④2

- + + + + + - + @@ -142,7 +175,7 @@

1章/メイン/G1016_ブリテン分断作戦④2

- + @@ -152,12 +185,12 @@

1章/メイン/G1016_ブリテン分断作戦④2

- + - + @@ -165,5 +198,13 @@

1章/メイン/G1016_ブリテン分断作戦④2

+ + + + + + + +
Load
Play
101011002
【ギネヴィア・アロンダイト】
一番乗りね
【ローラ・バルムンク】
キラーズ・バルムンク
ローマが一振り目の『竜殺し(ドラゴン・キラー)』です
101009001
【(選択肢)】
  1. ローラ、フレンもそっちに…?
  2. 誰とGSしたんだ?
  3. ルーシャスに賛同したのか
MA_01A110_22_select1
MA_01A110_22_select1_1
101009001
【ノワール】
ローラ、フレンもそっちにいるのか…?
【ローラ・バルムンク】
あまり目立ちたくないけれど
お姉ちゃんが褒めてくれるなら、いい
MA_01A110_22_select1_2
101009001
【ノワール】
ローラ…?
誰とGS(ゲシュタルト・シフト)したんだ!?
【ローラ・バルムンク】
あまり目立ちたくないけれど
お姉ちゃんが褒めてくれるなら、いい
MA_01A110_22_select1_3
101009001
【ノワール】
ルーシャスに賛同したのか
どうして!?
101045001
MA_01A110_22_end
【グリートーネア】
その意気です。ネアは感激しちゃいました
だからネアもお手伝いしてあげますね
101045001
【グリートーネア】
竜の妻を討ち取るんです
101045001
【グリートーネア】
ならなおさらですね、ネアは悲しい
ルーシャス様はあなたの名前を呼び続けてるの
101045001
【グリートーネア】
あなたが死ねば?
101045001
【グリートーネア】
キラーズにはキラーズを
101038002
【ローラ・バルムンク】
目には目を。歯には歯を
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100986.html b/docs/story/100986.html index 409bd90c2..057754fea 100644 --- a/docs/story/100986.html +++ b/docs/story/100986.html @@ -11,6 +11,18 @@

1章/メイン/G1016_ブリテン分断作戦⑤

View script in lua + + + + + + + + + + + + @@ -160,5 +172,13 @@

1章/メイン/G1016_ブリテン分断作戦⑤

+ + + + + + + +
template1
Load
Play
101045001
【グリートーネア】
仲良くしたいんです、ネアは
101037001
【ラシア】
…はい、ヴェルナルス様
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100989.html b/docs/story/100989.html index 276d254de..48e204ac4 100644 --- a/docs/story/100989.html +++ b/docs/story/100989.html @@ -11,6 +11,18 @@

1章/メイン/G1019_円卓会議・戦後報告

View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

1章/メイン/G1019_円卓会議・戦後報告

+ + + + + + + + + @@ -46,6 +67,10 @@

1章/メイン/G1019_円卓会議・戦後報告

+ + + + @@ -66,6 +91,10 @@

1章/メイン/G1019_円卓会議・戦後報告

+ + + + @@ -81,6 +110,10 @@

1章/メイン/G1019_円卓会議・戦後報告

+ + + + @@ -191,6 +224,15 @@

1章/メイン/G1019_円卓会議・戦後報告

+ + + + + + + + + @@ -206,6 +248,10 @@

1章/メイン/G1019_円卓会議・戦後報告

+ + + + @@ -221,6 +267,10 @@

1章/メイン/G1019_円卓会議・戦後報告

+ + + + @@ -266,6 +316,15 @@

1章/メイン/G1019_円卓会議・戦後報告

+ + + + + + + + + @@ -286,6 +345,10 @@

1章/メイン/G1019_円卓会議・戦後報告

+ + + + @@ -311,6 +374,10 @@

1章/メイン/G1019_円卓会議・戦後報告

+ + + + @@ -330,5 +397,13 @@

1章/メイン/G1019_円卓会議・戦後報告

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
建付けの悪い壁だったわ
【ラヴェイン】
長城周囲のバルバロイ掃討は順調なようです
中心部以外の敵数は僅かと見えます
101009002
【(選択肢)】
  1. ローマにはまだ何か企みがある?
  2. ヴェルナルスは強敵だった
  3. これで聖杯探索範囲を広げられる
Block1_1
101009002
【ノワール】
ローマにはまだなにか企みがあるんだろうか?
【エレイン】
………戻る気はないんだと思います
きっと3人とも、誰かのために歩んでる
Block1_2
101009002
【ノワール】
ヴェルナルスは強敵だった
【ガウェイン】
近くにいる人間がすげー力を発揮しちまう
だから…ちょっとヤな予感もするんだ
Block1_3
101009002
【ノワール】
これで聖杯探索範囲も東部へ広げられる
ランスロットたちの助けになればいいが…
【ケイ】
焦りは禁物だ
万全の態勢でカレドニアへと進みたい
Block1end
101015001
【アーサー】
聖杯探索班の結果を待ちつつ英気を養おう
ローマは大量のバルバロイを消費しただろうしな
【エレイン】
笑顔に変えたい
思い出を残したい
101009002
【(選択肢)】
  1. エレインに賛成だ
  2. アーサーの意見を聞かなきゃな
Block2_1
101009002
【ノワール】
エレインに賛成だ
【ラヴェイン】
とても素晴らしい考えだと思いますよ
エレイン
Block2_2
101009002
【ノワール】
アーサーの意見を聞かなきゃな
【ケイ】
この沈黙が我らの答えではないかな?殿下
Block2end
101015001
【アーサー】
…もともと予定されていた学園祭は
中止の予定であった
【エレイン】
私が!
やります!!
101009002
【(選択肢)】
  1. 俺もやるよ
  2. ラヴェインに任せたほうが
Block3_1
101009002
【ノワール】
俺もやるよ、実行委員なんて初めてだけど
みんなと一緒に祭りを楽しんでみたい
【ノワール】
動かないでいることだけが
休むことじゃないさ
Block3_2
101009002
【ノワール】
ラヴェインに任せたほうが
いいんじゃないか?
【ノワール】
えっ?えっ?
Block3end
101015001
【アーサー】
祭りの開催については俺も各所に説得をかける
綿密な準備の末、26日を開催日としよう
101011001
【ギネヴィア】
憧れの、学園祭ってやつ?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100990.html b/docs/story/100990.html index 6e8368295..ecad8fe84 100644 --- a/docs/story/100990.html +++ b/docs/story/100990.html @@ -11,6 +11,18 @@

1章/メイン/G1021_聖杯探索班・その進捗

View script in lua + + + + + + + + + + + + @@ -61,6 +73,15 @@

1章/メイン/G1021_聖杯探索班・その進捗

+ + + + + + + + + @@ -81,6 +102,10 @@

1章/メイン/G1021_聖杯探索班・その進捗

+ + + + @@ -106,6 +131,10 @@

1章/メイン/G1021_聖杯探索班・その進捗

+ + + + @@ -131,6 +160,10 @@

1章/メイン/G1021_聖杯探索班・その進捗

+ + + + @@ -150,5 +183,13 @@

1章/メイン/G1021_聖杯探索班・その進捗

+ + + + + + + +
template1
Load
Play
101010001
【ランスロット】
頑張れよ、実行委員
【ランスロット】
少し長旅になる
お前たちが復活させた学園祭、見てみたかった
101009002
【(選択肢)】
  1. こんなことをしてる場合なのか
  2. 来年もやろう
  3. これからのために、すべきだ
Block1_1
101009002
【ノワール】
…こんなことをしてる場合なのか
とも思うんだ
【ランスロット】
アーサーも、俺もな
Block1_2
101009002
【ノワール】
来年もやろう
【ノワール】
もちろん、大歓迎だ
Block1_3
101009002
【ノワール】
これからのために
すべきだと思ったんだ
【リリアーナ】
ローマの動きは私たちも睨んでおきます…
どうかご存分に楽しんで…!
Block1end
101010001
【ランスロット】
戦いの影響が学園に及べば祭りも中止らしいな
となれば、いよいよ負けられない
101010001
【ランスロット】
昔のノワールを見てるようだ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100991.html b/docs/story/100991.html index c987a39c4..d72093187 100644 --- a/docs/story/100991.html +++ b/docs/story/100991.html @@ -11,6 +11,18 @@

1章/メイン/G1022_学園祭準備開始①

View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

1章/メイン/G1022_学園祭準備開始①

+ + + + + + + +
template1
Load
Play
【男子生徒】
ノワールくん
モルガン先生が療養院に来てって
101009002
【ノワール】
モルガン先生が俺に?
なんだろう…
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100992.html b/docs/story/100992.html index dd74c79ba..9cd749f4c 100644 --- a/docs/story/100992.html +++ b/docs/story/100992.html @@ -11,6 +11,18 @@

1章/メイン/G1022_学園祭準備開始②

View script in lua + + + + + + + + + + + + @@ -76,6 +88,15 @@

1章/メイン/G1022_学園祭準備開始②

+ + + + + + + + + @@ -91,6 +112,10 @@

1章/メイン/G1022_学園祭準備開始②

+ + + + @@ -106,6 +131,10 @@

1章/メイン/G1022_学園祭準備開始②

+ + + + @@ -121,6 +150,10 @@

1章/メイン/G1022_学園祭準備開始②

+ + + + @@ -226,6 +259,15 @@

1章/メイン/G1022_学園祭準備開始②

+ + + + + + + + + @@ -241,6 +283,10 @@

1章/メイン/G1022_学園祭準備開始②

+ + + + @@ -266,6 +312,10 @@

1章/メイン/G1022_学園祭準備開始②

+ + + + @@ -290,5 +340,13 @@

1章/メイン/G1022_学園祭準備開始②

+ + + + + + + +
template1
Load
Play
101041003
【モルガン】
平和の騎士ノワールくん、いらっしゃ~い♪
【モルガン】
ね、どんなものになると思う?
実行委員のノワールくん
101009002
【(選択肢)】
  1. お芝居?
  2. 音楽?
  3. 武道大会?
Block1_1
101009002
【ノワール】
そうだな…
お芝居なんてどうだろう?
【アーサー】
ふむ
さすがはノワールだ
Block1_2
101009002
【ノワール】
そうだな…
音楽なんてどうだろう?
【ノワール】
うっ!?
そ、それは大変そうだな…やめよう
Block1_3
101009002
【ノワール】
そうだな…
武道大会なんてどうだろう?
【モルガン】
男の子も女の子も
一緒に参加できるものにしたいのよ
Block1end
101041003
【モルガン】
実はね私、考えたの
みんなの士気を上げるために『劇』をやろうって
【ディナタン】
どちらにしても盛り上がりそうですね…!
どちらにしても適役そうだけど、兄さん?
101009002
【(選択肢)】
  1. ギネヴィアかな
  2. エレインに頼みたい
Block2_1
101009002
【ノワール】
ギネヴィアかな
【マルディサント】
まんざらでもなさそうじゃん
Block2_2
101009002
【ノワール】
エレインに頼みたいな
【エレイン】
………やらせて、いただきます…!
Block2end
101015001
【アーサー】
平和ボケしてると思うか?
101041003
【モルガン】
ずぅっと
楽しい学園のままで、いたいわね
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100993.html b/docs/story/100993.html index e5dc1fea1..a8fc8f8a3 100644 --- a/docs/story/100993.html +++ b/docs/story/100993.html @@ -11,6 +11,18 @@

1章/メイン/G1023_学園祭準備_G①1

View script in lua + + + + + + + + + + + + @@ -110,5 +122,13 @@

1章/メイン/G1023_学園祭準備_G①1

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
良いタイトルね
101030001
【エレイン】
そんな大役を取ろうだなんて恐れ多いです
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100994.html b/docs/story/100994.html index 24f89978a..ae6a34c7f 100644 --- a/docs/story/100994.html +++ b/docs/story/100994.html @@ -11,6 +11,18 @@

1章/メイン/G1023_学園祭準備_G①2

View script in lua + + + + + + + + + + + + @@ -136,6 +148,15 @@

1章/メイン/G1023_学園祭準備_G①2

+ + + + + + + + + @@ -166,6 +187,10 @@

1章/メイン/G1023_学園祭準備_G①2

+ + + + @@ -186,6 +211,10 @@

1章/メイン/G1023_学園祭準備_G①2

+ + + + @@ -211,6 +240,10 @@

1章/メイン/G1023_学園祭準備_G①2

+ + + + @@ -230,5 +263,13 @@

1章/メイン/G1023_学園祭準備_G①2

+ + + + + + + +
template1
Load
Play
101017001
【マルディサント】
あんま忖度しねえで言やあよぉ──
【マルディサント】
オニーサン、今日はアタシの代役だ
騎士役…ちょっとやってみろよ
101009002
【(選択肢)】
  1. なんで俺が?
  2. ギネヴィアが望むなら
  3. 王女役がいいな
Block1_1
101009002
【ノワール】
な、なんで俺が…?
【ディナタン】
エレインも感化されている…
この空気怖い…
Block1_2
101009002
【ノワール】
ギネヴィアが望むなら、やるよ…!
【ギネヴィア】
………ノワール、おねがい
Block1_3
101009002
【ノワール】
どうせやるなら王女役がいいな
【ディナタン】
に、に、兄さん、駄目だよ…!
マァルはお芝居に関して冗談通じないんだから
Block1end
101017001
【マルディサント】
やるぞ!覚悟決めろよ!死ぬなら舞台上で死ね!
いや、客の心臓握りつぶす気で行け!!
101017001
【マルディサント】
いくぞ!まずは出会いのシーンから――
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100995.html b/docs/story/100995.html index 21a02798b..a224af13b 100644 --- a/docs/story/100995.html +++ b/docs/story/100995.html @@ -11,6 +11,18 @@

1章/メイン/G1024_学園祭準備_G①3

View script in lua + + + + + + + + + + + + @@ -225,5 +237,13 @@

1章/メイン/G1024_学園祭準備_G①3

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
嗚呼~「ああ、騎士様
まさか助けに来てくれるなんて」ハァァ
101011001
【ギネヴィア】
………お情け、ジョートーよ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100996.html b/docs/story/100996.html index 448143780..44327b6a4 100644 --- a/docs/story/100996.html +++ b/docs/story/100996.html @@ -11,9 +11,29 @@

1章/メイン/G1024_学園祭準備_G①4

View script in lua + + + + + + + + + + + + + + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
(………わたしにしかないモノ)
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100997.html b/docs/story/100997.html index 1d1425bad..5ebeeca7e 100644 --- a/docs/story/100997.html +++ b/docs/story/100997.html @@ -11,6 +11,18 @@

1章/メイン/G1025_学園祭準備_G①5

View script in lua + + + + + + + + + + + + @@ -115,5 +127,13 @@

1章/メイン/G1025_学園祭準備_G①5

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
「死ぬことは禁じます」
101012001
【ディナタン】
アツいなあ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100998.html b/docs/story/100998.html index 5aed87580..b67c839e9 100644 --- a/docs/story/100998.html +++ b/docs/story/100998.html @@ -11,6 +11,18 @@

1章/メイン/G1023_学園祭準備_E①1

View script in lua + + + + + + + + + + + + @@ -120,5 +132,13 @@

1章/メイン/G1023_学園祭準備_E①1

+ + + + + + + +
template1
Load
Play
101030001
【エレイン】
とても良い題名です
101030001
【エレイン】
一度だけの、嘘なら──
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/100999.html b/docs/story/100999.html index f9f2bc8b4..4345ac1b9 100644 --- a/docs/story/100999.html +++ b/docs/story/100999.html @@ -11,6 +11,18 @@

1章/メイン/G1023_学園祭準備_E①2

View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

1章/メイン/G1023_学園祭準備_E①2

+ + + + + + + + + @@ -46,6 +67,10 @@

1章/メイン/G1023_学園祭準備_E①2

+ + + + @@ -61,6 +86,10 @@

1章/メイン/G1023_学園祭準備_E①2

+ + + + @@ -240,5 +269,13 @@

1章/メイン/G1023_学園祭準備_E①2

+ + + + + + + +
template1
Load
Play
101017001
【マルディサント】
演技以前の問題だな
【エレイン】
すすすすす、すみません…!
本番、たくさんの人に見られると思うと…
101009002
【(選択肢)】
  1. 本当にやれる?
  2. 一緒に頑張ろう
Block1_1
101009002
【ノワール】
本当にやれる?
【エレイン】
でも、ローマとの戦いも控えているのに
こんなことくらいで(つまず)いてられませんから…!
Block1_2
101009002
【ノワール】
一緒に頑張ろう
【エレイン】
ず、ず、ずっと見守られているのも
それは、それで、ちょっと…!
Block1end
101017001
【マルディサント】
…アンタさァ
自分がスキじゃねえんだろ
101017001
【マルディサント】
いくぞ!まずは出会いのシーンから――
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/1010.html b/docs/story/1010.html index 802a6dae1..049f38ee4 100644 --- a/docs/story/1010.html +++ b/docs/story/1010.html @@ -11,9 +11,25 @@

ダブルチュートリアルバトル_10

デバッグ用

View script in lua + + + + + + + + + + + + + + + +
Load
Play
101010001
【玲瓏な騎士】
来い…ノワール
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101000.html b/docs/story/101000.html index 8afa6790f..f51146ce4 100644 --- a/docs/story/101000.html +++ b/docs/story/101000.html @@ -11,6 +11,18 @@

1章/メイン/G1024_学園祭準備_E①3

View script in lua + + + + + + + + + + + + @@ -230,5 +242,13 @@

1章/メイン/G1024_学園祭準備_E①3

+ + + + + + + +
template1
Load
Play
101030001
【エレイン】
き、「騎士様…こんな危険を賭してまで」ヒュッ
「どうして私なんかを助けてくださるのですか」
101030001
【エレイン】
………身内のひとにこそ、です
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101001.html b/docs/story/101001.html index 3bce66650..466c1d023 100644 --- a/docs/story/101001.html +++ b/docs/story/101001.html @@ -11,9 +11,29 @@

1章/メイン/G1024_学園祭準備_E①4

View script in lua + + + + + + + + + + + + + + + + + + + +
template1
Load
Play
101030001
【エレイン】
(………諦めても、諦めきれないモノ)
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101002.html b/docs/story/101002.html index a847cf76d..895e04816 100644 --- a/docs/story/101002.html +++ b/docs/story/101002.html @@ -11,6 +11,18 @@

1章/メイン/G1025_学園祭準備_E①5

View script in lua + + + + + + + + + + + + @@ -130,5 +142,13 @@

1章/メイン/G1025_学園祭準備_E①5

+ + + + + + + +
template1
Load
Play
101030001
【エレイン】
「死ぬことは禁じます」
101012001
【ディナタン】
アツいなあ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101003.html b/docs/story/101003.html index 924cb9975..beb3629ad 100644 --- a/docs/story/101003.html +++ b/docs/story/101003.html @@ -11,6 +11,18 @@

1章/メイン/G1025_学園祭準備_G②

View script in lua + + + + + + + + + + + + @@ -116,6 +128,15 @@

1章/メイン/G1025_学園祭準備_G②

+ + + + + + + + + @@ -136,6 +157,10 @@

1章/メイン/G1025_学園祭準備_G②

+ + + + @@ -156,6 +181,10 @@

1章/メイン/G1025_学園祭準備_G②

+ + + + @@ -181,6 +210,10 @@

1章/メイン/G1025_学園祭準備_G②

+ + + + @@ -245,5 +278,13 @@

1章/メイン/G1025_学園祭準備_G②

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
「あなたが隣にいる。それだけでこの困難も
たやすく乗り越えていける気がします」
【ギネヴィア】
ね、みんな拍手してくれるかな
もと王妃にも
101009002
【(選択肢)】
  1. あたりまえだろ
  2. どうかな…
  3. 俺は拍手するよ
Block1_1
101009002
【ノワール】
あたりまえだろ
みんな、ギネヴィアの頑張りを知ってる
【ギネヴィア】
…まあ、ね
あなたに選んでもらったんだもんね
Block1_2
101009002
【ノワール】
どうかな…
もと王妃に向けての拍手はないかもな
【ギネヴィア】
そのぉ、その『今の』わたしがさぁ
ちゃんとできてないといけないわけでしょお…?
Block1_3
101009002
【ノワール】
結果はどうあれ
俺はギネヴィアに拍手を送るよ
【ノワール】
そうだ
俺、木だった…
Block1end
101011001
【ギネヴィア】
わたし…なにひとつ演じる必要もない
特別になれた、してもらえたの
101011001
【ギネヴィア】
そう信じられる世界にしなきゃ
ちょっと心細いもんね
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101004.html b/docs/story/101004.html index 848af4b17..b41194933 100644 --- a/docs/story/101004.html +++ b/docs/story/101004.html @@ -11,6 +11,18 @@

1章/メイン/G1025_学園祭準備_E②

View script in lua + + + + + + + + + + + + @@ -61,6 +73,15 @@

1章/メイン/G1025_学園祭準備_E②

+ + + + + + + + + @@ -81,6 +102,10 @@

1章/メイン/G1025_学園祭準備_E②

+ + + + @@ -111,6 +136,10 @@

1章/メイン/G1025_学園祭準備_E②

+ + + + @@ -205,5 +234,13 @@

1章/メイン/G1025_学園祭準備_E②

+ + + + + + + +
template1
Load
Play
101030001
【エレイン】
「あなたが隣にいる。それだけでこの困難も
たやすく乗り越えていける気がします」
【エレイン】
か、陰なる努力…
見つかっちゃいましたね…
101009002
【(選択肢)】
  1. 練習なら付き合うのに
  2. 本当は嫌だった?
Block1_1
101009002
【ノワール】
言ってくれれば
練習なんていくらでも付き合うのに
【エレイン】
そ、それはそうなんですけど…
でも、やっぱり恥ずかしくて…
Block1_2
101009002
【ノワール】
もしかして、本当は嫌だった?
芝居の主役なんて
【エレイン】
でも、頑張ると決めたのは私なので…!
Block1end
101009002
【ノワール】
…演出家が言ってた「自分しか持ってないモノ」
ってわかったのか?そういえば
101030001
【エレイン】
先輩に近づきたいんです。私
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101005.html b/docs/story/101005.html index 4def98176..1ff8931cb 100644 --- a/docs/story/101005.html +++ b/docs/story/101005.html @@ -11,6 +11,18 @@

1章/メイン/G1026_学園祭・当日G

View script in lua + + + + + + + + + + + + @@ -150,5 +162,13 @@

1章/メイン/G1026_学園祭・当日G

+ + + + + + + +
template1
Load
Play
101011003
【ギネヴィア】
「なんと情けない!
道化しか下せぬとは!」
101011003
【ギネヴィア】
「後ろ盾として」
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101006.html b/docs/story/101006.html index c78fd5df1..fbb8ea9a5 100644 --- a/docs/story/101006.html +++ b/docs/story/101006.html @@ -11,6 +11,18 @@

1章/メイン/G1026_学園祭・舞台後G

View script in lua + + + + + + + + + + + + @@ -170,5 +182,13 @@

1章/メイン/G1026_学園祭・舞台後G

+ + + + + + + +
template1
Load
Play
101011003
【ギネヴィア】
主演女優の呼び出しに
快く応えてくれて感謝します
101011003
【ギネヴィア】
あなたの良い思い出に
なっちゃうのは、イヤだなあって
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101007.html b/docs/story/101007.html index 9c13d8172..633988383 100644 --- a/docs/story/101007.html +++ b/docs/story/101007.html @@ -11,6 +11,18 @@

1章/メイン/G1026_学園祭・当日E

View script in lua + + + + + + + + + + + + @@ -150,5 +162,13 @@

1章/メイン/G1026_学園祭・当日E

+ + + + + + + +
template1
Load
Play
101030003
【エレイン】
「なんと情けない!
道化しか下せぬとは!」
101030003
【エレイン】
その後ろに立って
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101008.html b/docs/story/101008.html index 912c72f3a..2da5025c7 100644 --- a/docs/story/101008.html +++ b/docs/story/101008.html @@ -11,6 +11,18 @@

1章/メイン/G1026_学園祭・舞台後E

View script in lua + + + + + + + + + + + + @@ -135,5 +147,13 @@

1章/メイン/G1026_学園祭・舞台後E

+ + + + + + + +
template1
Load
Play
101030003
【エレイン】
冷や冷やさせて
ごめんなさい
101030003
【エレイン】
もう…ほんのすこしだけ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101009.html b/docs/story/101009.html index a448223c0..7ec100602 100644 --- a/docs/story/101009.html +++ b/docs/story/101009.html @@ -11,6 +11,18 @@

1章/メイン/G1027_学園祭・二日目

View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

1章/メイン/G1027_学園祭・二日目

+ + + + + + + + + @@ -36,6 +57,10 @@

1章/メイン/G1027_学園祭・二日目

+ + + + @@ -50,5 +75,17 @@

1章/メイン/G1027_学園祭・二日目

+ + + + + + + + + + + +
template1
Load
Play
101009002
【ノワール】
学園祭も2日目か
【ノワール】
ディナタンはマルディサントと
回るって言ってたし…どうしようかな
101009002
【(選択肢)】
  1. ギネヴィアを探す
  2. エレインを探す
Block1_1
101011001
【ギネヴィア】
どうせヒマしてるんでしょ?
【ギネヴィア】
というかまわるわよね?
ログレス市街で待ってるから
Block1_2
101030001
【エレイン】
…先輩、さがしました
101030001
【エレイン】
もし、よかったら…私とまわりませんか?
学園の食堂前で待ってますから…それじゃ
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101010.html b/docs/story/101010.html index aa965dab3..5d5a1c56c 100644 --- a/docs/story/101010.html +++ b/docs/story/101010.html @@ -11,6 +11,18 @@

1章/メイン/G1027_ギネヴィアと回る学園祭

View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

1章/メイン/G1027_ギネヴィアと回る学園祭

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
お姉ちゃんにはね、お暇を出してあるの
わたしって家族思いで寛大よね
101011001
【ギネヴィア】
ふたりっきりだよ。行こ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101011.html b/docs/story/101011.html index ff61d55c7..49d0ea3cd 100644 --- a/docs/story/101011.html +++ b/docs/story/101011.html @@ -11,6 +11,18 @@

1章/メイン/G1027_エレインと回る学園祭

View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

1章/メイン/G1027_エレインと回る学園祭

+ + + + + + + +
template1
Load
Play
101030001
【エレイン】
…兄は、あの…なんだか忙しいみたいで
さびしかったので、うれしいです
101030001
【エレイン】
先輩
私と、で…いいんですか?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101012.html b/docs/story/101012.html index c85186eae..67f4b7d6c 100644 --- a/docs/story/101012.html +++ b/docs/story/101012.html @@ -11,6 +11,18 @@

1章/メイン/G1104_その横顔にシンパシー①

View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

1章/メイン/G1104_その横顔にシンパシー①

+ + + + + + + + + @@ -76,6 +97,10 @@

1章/メイン/G1104_その横顔にシンパシー①

+ + + + @@ -96,6 +121,10 @@

1章/メイン/G1104_その横顔にシンパシー①

+ + + + @@ -160,5 +189,13 @@

1章/メイン/G1104_その横顔にシンパシー①

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
恋文?
【ギネヴィア】
なるほど。困ったわね
101009002
【(選択肢)】
  1. おはよう
  2. なにか困りごと?
Block1_1
101009002
【ノワール】
おはよう
【ギネヴィア】
今日も会えて良かったってことよ
Block1_2
101009002
【ノワール】
なにか困ったことでもあったのか?
【ギネヴィア】
困ったことに、嬉しいな
Block1end
101016001
【ギネマウア】
ギネヴィア様
それでは私はこれで
101011001
【ギネヴィア】
にっしっしっしっしっしっしっし♪
ほらほらほらほら。始まるよ?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101013.html b/docs/story/101013.html index 99db2ef85..5240a8623 100644 --- a/docs/story/101013.html +++ b/docs/story/101013.html @@ -11,6 +11,18 @@

1章/メイン/G1104_その横顔にシンパシー②

View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

1章/メイン/G1104_その横顔にシンパシー②

+ + + + + + + + + @@ -91,6 +112,10 @@

1章/メイン/G1104_その横顔にシンパシー②

+ + + + @@ -111,6 +136,10 @@

1章/メイン/G1104_その横顔にシンパシー②

+ + + + @@ -131,6 +160,10 @@

1章/メイン/G1104_その横顔にシンパシー②

+ + + + @@ -195,5 +228,13 @@

1章/メイン/G1104_その横顔にシンパシー②

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
差出人の名前が書いてないのよね
この恋文
【ラグネル】
ドキドキでしょうが!!
101009002
【(選択肢)】
  1. ドキドキだな
  2. あまり興味ないな
  3. 今日のランチおいしいな
Block1_1
101009002
【ノワール】
ドキドキだな
【ギネヴィア】
気にしててよね。そのまま
Block1_2
101009002
【ノワール】
あまり興味ないな
【ギネヴィア】
それはないわノワール
Block1_3
101009002
【ノワール】
今日のランチおいしいな
【ガウェイン】
わり。ノワール現実逃避すんな
メシの話はいったん置いとこうぜ
Block1end
101018001
【ラグネル】
ねえねえギネヴィア様!
その恋文、開いて見ました!?
101011001
【ギネヴィア】
手渡しに行こうかな。お返事は
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101014.html b/docs/story/101014.html index 2d741bef2..2318983b8 100644 --- a/docs/story/101014.html +++ b/docs/story/101014.html @@ -11,6 +11,18 @@

1章/メイン/G1106_その横顔にシンパシー③

View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

1章/メイン/G1106_その横顔にシンパシー③

+ + + + + + + + + @@ -51,6 +72,10 @@

1章/メイン/G1106_その横顔にシンパシー③

+ + + + @@ -71,6 +96,10 @@

1章/メイン/G1106_その横顔にシンパシー③

+ + + + @@ -91,6 +120,10 @@

1章/メイン/G1106_その横顔にシンパシー③

+ + + + @@ -110,5 +143,13 @@

1章/メイン/G1106_その横顔にシンパシー③

+ + + + + + + +
template1
Load
Play
101030001
【エレイン】
こんにちは…差出人です
【ギネヴィア】
差出人(あなた)の名前を書き忘れた?
101009002
【(選択肢)】
  1. 誘うのが怖かったのかもな
  2. それで来てくれたんだ?
  3. ギネヴィアも気をつかったんだな
Block1_1
101009002
【ノワール】
誘うのが怖くて
その気持ちがそうさせたのかもな
【エレイン】
ごめんなさい…
Block1_2
101009002
【ノワール】
書き忘れに気づいて、来てくれたんだ?
【ギネヴィア】
わたしこそ変な勘繰りしないで
すぐにお返事に行けばよかったね
Block1_3
101009002
【ノワール】
ギネヴィアも色々気を使ったんだな
【ギネヴィア】
だから、どうしようかなって思ってたの
わたしも迷っちゃってて、ごめんね
Block1end
101011001
【ギネヴィア】
差出人は書いてなくてもわかった
返事を迷ってるうちに、結局当人が来てくれた
101030001
【エレイン】
ご一緒に、すこし遠出を、しませんか!!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101015.html b/docs/story/101015.html index c61ce30e8..5bbafb5f7 100644 --- a/docs/story/101015.html +++ b/docs/story/101015.html @@ -11,6 +11,18 @@

1章/メイン/G1106_その横顔にシンパシー④G

View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

1章/メイン/G1106_その横顔にシンパシー④G

+ + + + + + + +
template1
Load
Play
101030001
【エレイン】
…主演女優に、花束を
101011001
【ギネヴィア】
飾ってくれた人がいたから
やってこられたの
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101016.html b/docs/story/101016.html index b1c2900a1..7d917ca27 100644 --- a/docs/story/101016.html +++ b/docs/story/101016.html @@ -11,6 +11,18 @@

1章/メイン/G1106_その横顔にシンパシー④E

View script in lua + + + + + + + + + + + + @@ -100,5 +112,13 @@

1章/メイン/G1106_その横顔にシンパシー④E

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
大輪の花が似合うと思うのよ
101030001
【エレイン】
あの日の演説が
憧れの瞬間だったから
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101017.html b/docs/story/101017.html index c3620f832..2894784ab 100644 --- a/docs/story/101017.html +++ b/docs/story/101017.html @@ -11,6 +11,18 @@

1章/メイン/G1106_その横顔にシンパシー④合流

View script in lua + + + + + + + + + + + + @@ -165,5 +177,13 @@

1章/メイン/G1106_その横顔にシンパシー④合流

+ + + + + + + +
template1
Load
Play
101030001
【エレイン】
尻込みしていられないと思ったんです
101011001
【ギネヴィア】
差出人不明にならないなら、いいよ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101018.html b/docs/story/101018.html index ce2bbc274..6b66a17a5 100644 --- a/docs/story/101018.html +++ b/docs/story/101018.html @@ -11,6 +11,18 @@

1章/メイン/G1107_その横顔にシンパシー⑤

View script in lua + + + + + + + + + + + + @@ -115,5 +127,13 @@

1章/メイン/G1107_その横顔にシンパシー⑤

+ + + + + + + +
template1
Load
Play
【女子生徒A】
ギネヴィア様!
おはようございます!
101016001
【ギネマウア】
………はい。ギネヴィア
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101019.html b/docs/story/101019.html index 73a13d9ee..3eb0bdf54 100644 --- a/docs/story/101019.html +++ b/docs/story/101019.html @@ -11,6 +11,18 @@

1章/メイン/G1108_その横顔にシンパシー⑥

View script in lua + + + + + + + + + + + + @@ -76,6 +88,15 @@

1章/メイン/G1108_その横顔にシンパシー⑥

+ + + + + + + + + @@ -96,6 +117,10 @@

1章/メイン/G1108_その横顔にシンパシー⑥

+ + + + @@ -111,6 +136,10 @@

1章/メイン/G1108_その横顔にシンパシー⑥

+ + + + @@ -126,6 +155,10 @@

1章/メイン/G1108_その横顔にシンパシー⑥

+ + + + @@ -250,5 +283,13 @@

1章/メイン/G1108_その横顔にシンパシー⑥

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
…エレイン、今の腹具合は?
【ラグネル】
デートはどーだったの!?!?
ギネヴィア様にも感想聞きたくて!!
101009002
【(選択肢)】
  1. 興味ないなあ
  2. ギネヴィア、デートはどうだった
  3. エレイン、仲良くなれた?
Block1_1
101009002
【ノワール】
俺は興味ないなあ
【エレイン】
よしよし、ギネヴィアさんよしよしです
Block1_2
101009002
【ノワール】
ギネヴィア、デートはどうだった?
【ギネヴィア】
エレインともっと色んなところで
お話したいなって
Block1_3
101009002
【ノワール】
エレイン、ギネヴィアとは仲良くなれたのか?
【ギネヴィア】
もっちろん!
ばっちり!!
Block1end
101030001
【エレイン】
あっ!そうだ、ギネヴィアさん
前に言ってたお願いごと!
101030001
【エレイン】
(言えないままで、いいよね)
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101020.html b/docs/story/101020.html index 9a4efafa3..88ea07502 100644 --- a/docs/story/101020.html +++ b/docs/story/101020.html @@ -11,6 +11,18 @@

1章/メイン/G1111_きまずいランチ①

View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

1章/メイン/G1111_きまずいランチ①

+ + + + + + + + + @@ -46,6 +67,10 @@

1章/メイン/G1111_きまずいランチ①

+ + + + @@ -61,6 +86,10 @@

1章/メイン/G1111_きまずいランチ①

+ + + + @@ -76,6 +105,10 @@

1章/メイン/G1111_きまずいランチ①

+ + + + @@ -120,5 +153,13 @@

1章/メイン/G1111_きまずいランチ①

+ + + + + + + +
template1
Load
Play
101013001
【ガウェイン】
よォ、ノワール…
メシがウマくなる話じゃねーけどさ
【ガウェイン】
Aが抜けた途端、あんまハズまねー相手B…
みたいなってヤツいたりしねえか?
101009002
【(選択肢)】
  1. いるといえばいる
  2. いない
  3. 相手による
Block1_1
101009002
【ノワール】
いるといえばいるかな
【ガウェイン】
ただなんていうかさ、マッチしねえっていうか
Bとは仲良くなりてえと思ってんだけどずっと!
Block1_2
101009002
【ノワール】
いないなあ
【ガウェイン】
なんか盗賊の知り合いもいるって聞いたぜ
今度紹介しろよ、ヤバい話聞けそう
Block1_3
101009002
【ノワール】
相手によるかなあ
【ノワール】
Bがわからないって
Bの人柄がわからないって
Block1end
101031001
【ラヴェイン】
『B』とはひょっとして
私のことですか?
101013001
【ガウェイン】
…う~ん、きマズい
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101021.html b/docs/story/101021.html index 0322a17d1..f2f960151 100644 --- a/docs/story/101021.html +++ b/docs/story/101021.html @@ -11,6 +11,18 @@

1章/メイン/G1112_慈母ボイコット①

View script in lua + + + + + + + + + + + + @@ -120,5 +132,13 @@

1章/メイン/G1112_慈母ボイコット①

+ + + + + + + +
template1
Load
Play
101012001
【ディナタン】
まずいことになったね、マァル
101012001
【ディナタン】
けが、しないでね
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101022.html b/docs/story/101022.html index ddcfe06a5..ba40bc9de 100644 --- a/docs/story/101022.html +++ b/docs/story/101022.html @@ -11,6 +11,18 @@

1章/メイン/G1112_慈母ボイコット②1

View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

1章/メイン/G1112_慈母ボイコット②1

+ + + + + + + + + @@ -66,6 +87,10 @@

1章/メイン/G1112_慈母ボイコット②1

+ + + + @@ -91,6 +116,10 @@

1章/メイン/G1112_慈母ボイコット②1

+ + + + @@ -130,5 +159,13 @@

1章/メイン/G1112_慈母ボイコット②1

+ + + + + + + +
template1
Load
Play
101015001
【アーサー】
まずいことになったぞ、ノワール
【アーサー】
把握が早いな!!
101009002
【(選択肢)】
  1. がんばってくれ
  2. ついていこうか
Block1_1
101009002
【ノワール】
がんばってくれ
【ノワール】
都合よく継承者持ち出すな!!
Block1_2
101009002
【ノワール】
ついていこうか
【アーサー】
今のは俺が悪かった!
俺の駆け引きベタがあらわになった!!
Block1end
101015001
【アーサー】
どうにも義姉さんとは
最近うまくいかなくてな
101015001
【アーサー】
面倒をかけるな、いつも
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101023.html b/docs/story/101023.html index 8fd561445..c20751f9f 100644 --- a/docs/story/101023.html +++ b/docs/story/101023.html @@ -11,6 +11,22 @@

1章/メイン/G1117_慈母ボイコット②2

View script in lua + + + + + + + + + + + + + + + + @@ -76,6 +92,15 @@

1章/メイン/G1117_慈母ボイコット②2

+ + + + + + + + + @@ -91,6 +116,10 @@

1章/メイン/G1117_慈母ボイコット②2

+ + + + @@ -106,6 +135,10 @@

1章/メイン/G1117_慈母ボイコット②2

+ + + + @@ -180,5 +213,13 @@

1章/メイン/G1117_慈母ボイコット②2

+ + + + + + + +
template1
template2
Load
Play
101015001
【アーサー】
どうだ。楽しいか。学園は。ん?
【アーサー】
…どうして俺が義姉さんを困らせているか
聞いてもらいたいな。ノワール
101009001
【(選択肢)】
  1. どうして今?興味ないな…
  2. 弱みを握れるかな
Block1_1
101009001
【ノワール】
どうして今?
興味ないな…
【アーサー】
王様のプライベートなんて
そうそう聞けんぞ
Block1_2
101009001
【ノワール】
弱みを握れるかな
【アーサー】
聞いておいて損はないぞ
Block1end
101015001
【アーサー】
義姉さんは俺の乳母だ
101042001
【モーロノエー】
昔と今で、自分すら
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101024.html b/docs/story/101024.html index 06fb94034..4d4a85732 100644 --- a/docs/story/101024.html +++ b/docs/story/101024.html @@ -11,6 +11,18 @@

1章/メイン/G1118_慈母ボイコット②3

View script in lua + + + + + + + + + + + + @@ -96,6 +108,15 @@

1章/メイン/G1118_慈母ボイコット②3

+ + + + + + + + + @@ -111,6 +132,10 @@

1章/メイン/G1118_慈母ボイコット②3

+ + + + @@ -125,5 +150,17 @@

1章/メイン/G1118_慈母ボイコット②3

+ + + + + + + + + + + +
template1
Load
Play
101015001
【アーサー】
ログレスは今のように
優秀な騎士ばかりではなかった
【アーサー】
俺はお前に少し
入れ込み過ぎてしまっているのかもしれん
101009001
【(選択肢)】
  1. ありがとう、話してくれて
  2. 似ているとは思えない
Block1_1
101009001
【ノワール】
ありがとう、話してくれて
【アーサー】
だが、お前には聞いてもらいたかった
Block1_2
101009001
【ノワール】
似ているとは思えないな
俺と、あんたとじゃ
101015001
【アーサー】
深入りはしないさ
憐れみもナシでいこう、お互いな
Block1end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101025.html b/docs/story/101025.html index 416ca2bef..a7fecb8a4 100644 --- a/docs/story/101025.html +++ b/docs/story/101025.html @@ -11,6 +11,18 @@

1章/メイン/G1118_慈母ボイコット③

View script in lua + + + + + + + + + + + + @@ -181,6 +193,15 @@

1章/メイン/G1118_慈母ボイコット③

+ + + + + + + + + @@ -196,6 +217,10 @@

1章/メイン/G1118_慈母ボイコット③

+ + + + @@ -211,6 +236,10 @@

1章/メイン/G1118_慈母ボイコット③

+ + + + @@ -226,6 +255,10 @@

1章/メイン/G1118_慈母ボイコット③

+ + + + @@ -250,5 +283,13 @@

1章/メイン/G1118_慈母ボイコット③

+ + + + + + + +
template1
Load
Play
101041003
【モルガン】
お茶には付き合ってくれるのね
【アーサー】
義姉さんが安心して座っていられる
そんな居場所にできるように
101009001
【(選択肢)】
  1. 『楽園』…?
  2. 王を守るのが騎士の務めです
  3. アーサーには休んでいてもらおう
Block1_1
101009001
【ノワール】
『楽園』…?
【マーリン】
その存在は間もなく知ることになるでしょう
貴方はまず来たる戦いに目を向けていてください
Block1_2
101009001
【ノワール】
王を守るのが騎士の務めです
アーサーは円卓が守ります
【ノワール】
必ず
Block1_3
101009001
【ノワール】
円卓の騎士に任せてもらって
アーサーには休んでいてもらおう
【マーリン】
そう思い込んでいる人ほど
心身を壊しがちなんですよ、アーサー様
Block1end
101041003
【モルガン】
ひとつ約束して
…次の戦いには出ないで
101041003
【モルガン】
私を学園へ連れて行って?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101026.html b/docs/story/101026.html index 269337eb2..14e3bcf1f 100644 --- a/docs/story/101026.html +++ b/docs/story/101026.html @@ -11,6 +11,18 @@

1章/メイン/G1119_円卓会議・出陣準備

View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

1章/メイン/G1119_円卓会議・出陣準備

+ + + + + + + + + @@ -46,6 +67,10 @@

1章/メイン/G1119_円卓会議・出陣準備

+ + + + @@ -66,6 +91,10 @@

1章/メイン/G1119_円卓会議・出陣準備

+ + + + @@ -86,6 +115,10 @@

1章/メイン/G1119_円卓会議・出陣準備

+ + + + @@ -106,6 +139,15 @@

1章/メイン/G1119_円卓会議・出陣準備

+ + + + + + + + + @@ -131,6 +173,10 @@

1章/メイン/G1119_円卓会議・出陣準備

+ + + + @@ -151,6 +197,10 @@

1章/メイン/G1119_円卓会議・出陣準備

+ + + + @@ -260,5 +310,13 @@

1章/メイン/G1119_円卓会議・出陣準備

+ + + + + + + +
template1
Load
Play
101040001
【ケイ】
聖杯が顕現する兆しを感知したとのこと
間違いないな、フィエナ嬢
【フィエナ】
うん…っ
101009002
【(選択肢)】
  1. 4ヶ所をまわった?
  2. おかげで学園祭が行えた
  3. ローマに後れは取れないな
Block1_1
101009002
【ノワール】
あの期間で4ヶ所をまわったのか?
【ランスロット】
聖杯を抑えるものはなくなり
その顕現をフィエナが感知できたというわけだ
Block1_2
101009002
【ノワール】
聖杯探索班のおかげで学園祭が行えた
…ありがとう
【トリスタン】
学園の生徒たちも、国民たちも
ロンディニウムの人たちも…英気を養えたよね
Block1_3
101009002
【ノワール】
登山になるのか…
ローマに遅れは取れないな
【ギネヴィア】
おやつ持参で、行きましょ
Block1end
101026001
【パーシヴァル】
スノードンをずっと見張っていられれば
楽だったんだけどね
【パーシヴァル】
ま、仮にローマが先に聖杯を見つけたとしても
それをぼくらが奪えばいいわけだよね
101009002
【(選択肢)】
  1. 必ず先に見つけてみせるよ
  2. 見つけさせて奪ったほうがラクか
Block2_1
101009002
【ノワール】
必ずこちらが先に見つけてみせるよ
フィエナもついてるんだ
【トリスタン】
「先に見つけさせて奪うほうがイイ」…
ローマ側はそう思ってるかもしれないけどね
Block2_2
101009002
【ノワール】
見つけさせてから奪ったほうがラクか
騎士としてはあまり良い方法じゃないが…
【トリスタン】
「先に見つけさせて奪うほうがイイ」
そう思ってるのはローマも同じかもしれないけど
Block2end
101024001
【ヴォールス】
確かに
その聖杯に秘められた力は未知数…
【一同】
フォー・ラウンド!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101027.html b/docs/story/101027.html index ffbee2284..bff9fecb5 100644 --- a/docs/story/101027.html +++ b/docs/story/101027.html @@ -11,6 +11,18 @@

1章/メイン/G1124_聖杯探索最終戦①1

View script in lua + + + + + + + + + + + + @@ -115,5 +127,13 @@

1章/メイン/G1124_聖杯探索最終戦①1

+ + + + + + + +
template1
Load
Play
101013001
【ガウェイン】
暗いカオすんなよ、ラグネル
101018001
【ラグネル】
どっちが
良いのかな
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101028.html b/docs/story/101028.html index cdfe49334..6249f572f 100644 --- a/docs/story/101028.html +++ b/docs/story/101028.html @@ -11,6 +11,18 @@

1章/メイン/G1124_聖杯探索最終戦①2

View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

1章/メイン/G1124_聖杯探索最終戦①2

+ + + + + + + +
template1
Load
Play
101052001
【ヴェルナルス】
もうどこにも行けなくなるぞ
101037001
【ラシア】
どこでだっていいのなら
私はここがいいんです
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101029.html b/docs/story/101029.html index 729b1515c..b1aaeba61 100644 --- a/docs/story/101029.html +++ b/docs/story/101029.html @@ -11,6 +11,18 @@

1章/メイン/G1124_聖杯探索最終戦①3

View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

1章/メイン/G1124_聖杯探索最終戦①3

+ + + + + + + + + @@ -36,6 +57,10 @@

1章/メイン/G1124_聖杯探索最終戦①3

+ + + + @@ -51,6 +76,10 @@

1章/メイン/G1124_聖杯探索最終戦①3

+ + + + @@ -66,6 +95,10 @@

1章/メイン/G1124_聖杯探索最終戦①3

+ + + + @@ -185,5 +218,13 @@

1章/メイン/G1124_聖杯探索最終戦①3

+ + + + + + + +
template1
Load
Play
101018001
【ラグネル】
どっちが良いんだろうね
【ラグネル】
あの人に真っ向から挑むべきか
諦めずに説得を続けるべきか
101009002
【(選択肢)】
  1. 真っ向から挑むべき
  2. 諦めずに説得を続けるべき
  3. ガウェインの返答を待つ
Block1_1
101009002
【ノワール】
真っ向から挑むべきだよ
【ラグネル】
弟子の成長を見たいとも思うだろうし
…でももし、まだ説得に応じてくれるなら──
Block1_2
101009002
【ノワール】
諦めずに説得を続けるべきだよ
【ラグネル】
…あたしたちにも目を向けて欲しいよね
だけど、もうあの人の心が決まってるなら──
Block1_3
101009002
【ノワール】
ガウェイン
【ガウェイン】
お前マジいい奴だよ、ノワール
Block1end
101013001
【ガウェイン】
──ラグネルの好きにしていいぜ
101018001
【ラグネル】
早くメシ食いに帰ろうねってハナシ!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101031.html b/docs/story/101031.html index eeb4b9359..9434f60d9 100644 --- a/docs/story/101031.html +++ b/docs/story/101031.html @@ -11,6 +11,14 @@

1章/メイン/G1126_聖杯探索最終戦②

View script in lua + + + + + + + + @@ -151,6 +159,11 @@

1章/メイン/G1126_聖杯探索最終戦②

+ + + + + @@ -225,5 +238,13 @@

1章/メイン/G1126_聖杯探索最終戦②

+ + + + + + + +
Load
Play
101011001
【ギネヴィア】
熱いお出迎えね。大帝国
【ギネヴィア】
大帝国、全部まとめてブチ抜きなさい!!
101009001
【(選択肢)】
  1. さすがだな、ギネヴィア!
  2. ガウェイン、行けるか!
  3. やれるな、エレイン!
101009001
【ノワール】
さすがだな、ギネヴィア!
101011001
【ギネヴィア】
………突撃
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101032.html b/docs/story/101032.html index 283c5bd6b..3dde1295e 100644 --- a/docs/story/101032.html +++ b/docs/story/101032.html @@ -11,6 +11,14 @@

1章/メイン/G1126_聖杯探索最終戦③

View script in lua + + + + + + + + @@ -55,5 +63,13 @@

1章/メイン/G1126_聖杯探索最終戦③

+ + + + + + + +
Load
Play
101027002
【ディンドラン・ゲイボルグ】
パーシヴァル様
ローマ軍第二波が間もなく
101013001
【ガウェイン】
いつまでも師匠を追っかけてるガキじゃねーんだ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101033.html b/docs/story/101033.html index 009d607cd..12c0a269f 100644 --- a/docs/story/101033.html +++ b/docs/story/101033.html @@ -11,6 +11,18 @@

1章/メイン/G1126_聖杯探索最終戦④

View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

1章/メイン/G1126_聖杯探索最終戦④

+ + + + + + + +
template1
Load
Play
101015001
【アーサー】
義姉さん
101015001
【アーサー】
どうして…座っていてくれないんだ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101034.html b/docs/story/101034.html index 268ef558c..b3d164972 100644 --- a/docs/story/101034.html +++ b/docs/story/101034.html @@ -12,7 +12,15 @@

1章/メイン/G1126_聖杯探索最終戦⑤

View script in lua - + + + + + + + + + @@ -22,7 +30,7 @@

1章/メイン/G1126_聖杯探索最終戦⑤

- + @@ -32,7 +40,7 @@

1章/メイン/G1126_聖杯探索最終戦⑤

- + @@ -42,7 +50,7 @@

1章/メイン/G1126_聖杯探索最終戦⑤

- + @@ -52,7 +60,7 @@

1章/メイン/G1126_聖杯探索最終戦⑤

- + @@ -67,7 +75,7 @@

1章/メイン/G1126_聖杯探索最終戦⑤

- + @@ -77,7 +85,7 @@

1章/メイン/G1126_聖杯探索最終戦⑤

- + @@ -87,17 +95,17 @@

1章/メイン/G1126_聖杯探索最終戦⑤

- + - + - + @@ -172,12 +180,12 @@

1章/メイン/G1126_聖杯探索最終戦⑤

- + - + @@ -222,7 +230,7 @@

1章/メイン/G1126_聖杯探索最終戦⑤

- + @@ -242,8 +250,16 @@

1章/メイン/G1126_聖杯探索最終戦⑤

- + + + + + + + + +
101037001
Load
Play
【ラシア】
浮かれた娘とお思いですか…ヴェルナルス様
101037001
【ラシア】
幼い頃からあの双子(ローラとフレン)の後ろをついて歩きました
彼女らを盾に…ここまで来たフシもあります
101037001
【ラシア】
お断りします。ヴェルナルス様
101037001
【ラシア】
あなたからもらった命です!!
101037001
【ラシア】
すべての力は恩義のために
101037001
【ラシア】
叔父様の力になりたいのです!
ひとり自分を抑え、それでもなお戦うあなたの!
101037001
【ラシア】
私があなたに命を救われたのは
きっと、このときのためです
101037001
【ラシア】
アストラットの美姫!
あなたの言葉、身に染みてわかりました…!
101037001
【ラシア】
自分の辛さを(ほう)ってでも
誰かの覚悟に報いたいと思えるときがある!
101037001
【ラシア】
それがたとえ醜悪な選択であったとしても!
101037002
【ラシア・アスカロン】
グリーテン
101044001
【グリーテン】
巨人の行進を見せてね。ラシア?
101037002
【ラシア・アスカロン】
あなたも二の次です、美しい人
101037002
【ラシア・アスカロン】
アスカロンの全霊で、死に首を晒せ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101035.html b/docs/story/101035.html index 36cb712ef..618988c67 100644 --- a/docs/story/101035.html +++ b/docs/story/101035.html @@ -12,32 +12,40 @@

1章/メイン/G1126_聖杯探索最終戦⑥

View script in lua - + + + + + + + + + - + - + - + - + - + @@ -47,12 +55,12 @@

1章/メイン/G1126_聖杯探索最終戦⑥

- + - + @@ -62,7 +70,7 @@

1章/メイン/G1126_聖杯探索最終戦⑥

- + @@ -72,7 +80,7 @@

1章/メイン/G1126_聖杯探索最終戦⑥

- + @@ -81,6 +89,11 @@

1章/メイン/G1126_聖杯探索最終戦⑥

+ + + + + @@ -132,17 +145,17 @@

1章/メイン/G1126_聖杯探索最終戦⑥

- + - + - + @@ -162,7 +175,7 @@

1章/メイン/G1126_聖杯探索最終戦⑥

- + @@ -250,5 +263,13 @@

1章/メイン/G1126_聖杯探索最終戦⑥

+ + + + + + + +
101044001
Load
Play
【グリーテン】
魔女が見出した巨人に喝采を
101044001
【グリーテン】
人間、生まれつき才能差があるように
彼女は先天的に巨大な因子の力を秘めた稀なる者
101037002
【ラシア・アスカロン】
共に生きた時、想いの強さ、覚悟の重み
それが結ぶ絆こそGS(ゲシュタルト・シフト)の力へと転化される
101044001
【グリーテン】
天賦の才力を抑えていた彼女が
幼少からともにあった恩人とGSを果たせば…
101044001
【グリーテン】
まさに──巨人が産み出せし力
101037002
【ラシア・アスカロン】
この意味がわかりますか
アロンダイト
101037002
【ラシア・アスカロン】
あなたはディナタンより
継承者とともにときを過ごしましたか?
101037002
【ラシア・アスカロン】
あなたはランスロット卿より
継承者とともにときを過ごしましたか?
101037002
【ラシア・アスカロン】
継承者があなた以外を選んでいれば
もっと強き(つるぎ)が生まれたはずと言っているんです
101044001
【グリーテン】
ネア、ねえ見てる?ネア──
【ヴェルナルス】
継承者(きさま)
手を取る(ゲシュタルト・シフトの)相手を誤ったのでは?
101009001
【(選択肢)】
  1. 自分の選択に後悔などない!
  2. ギネヴィアだから選んだんだ
  3. お前たちが決めることじゃない
101009001
【ノワール】
自分の選択に後悔などない!
101037002
【ラシア・アスカロン】
強い人というのは香ります
101037002
【ラシア・アスカロン】
誰にも侵されはしない臓腑があるという確信…
それは自覚的には抑えられず、鼻につくんです
101037002
【ラシア・アスカロン】
あなたにはそれがない
101037002
【ラシア・アスカロン】
101018002
【ラグネル・ガラティン】
ギネヴィア!!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101036.html b/docs/story/101036.html index 2403d6191..7da9946ce 100644 --- a/docs/story/101036.html +++ b/docs/story/101036.html @@ -11,6 +11,14 @@

1章/メイン/G1126_聖杯探索最終戦⑦

View script in lua + + + + + + + + @@ -115,5 +123,13 @@

1章/メイン/G1126_聖杯探索最終戦⑦

+ + + + + + + +
Load
Play
【フィエナ・カリス】
誰か止めて!!誰か止めてぇぇッッ!!
101011002
【ギネヴィア・アロンダイト】
みんな、傷つけてく
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101037.html b/docs/story/101037.html index 7752706a2..41104a13f 100644 --- a/docs/story/101037.html +++ b/docs/story/101037.html @@ -11,6 +11,18 @@

1章/メイン/G1126_聖杯探索最終戦⑧

View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

1章/メイン/G1126_聖杯探索最終戦⑧

+ + + + + + + +
template1
Load
Play
101039001
【フレン】
ねむれ、ねむれ、もういたくないよ
101039001
【フレン】
すべて、わすれて
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101038.html b/docs/story/101038.html index 038b19fbe..30427fee7 100644 --- a/docs/story/101038.html +++ b/docs/story/101038.html @@ -11,6 +11,18 @@

1章/メイン/G1126_聖杯探索最終戦⑨1

View script in lua + + + + + + + + + + + + @@ -120,5 +132,13 @@

1章/メイン/G1126_聖杯探索最終戦⑨1

+ + + + + + + +
template1
Load
Play
101051001
【ルーシャス】
余は惰眠を貪る民が嫌いだ
101051001
【ルーシャス】
その脆き殻の奥
紅色の性根を見せてくれ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101039.html b/docs/story/101039.html index 472b932fc..7b35a431a 100644 --- a/docs/story/101039.html +++ b/docs/story/101039.html @@ -11,6 +11,18 @@

1章/メイン/G1126_聖杯探索最終戦⑨2

View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

1章/メイン/G1126_聖杯探索最終戦⑨2

+ + + + + + + +
template1
Load
Play
101052001
【ヴェルナルス】
あの虐殺が
ただの意趣返しだと思っているか?
101052001
【ヴェルナルス】
彼らに大義名分を与えれば、正義が産まれる
一死報国の英雄にならんとする意志が宿る
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101040.html b/docs/story/101040.html index bcfd17331..91072b502 100644 --- a/docs/story/101040.html +++ b/docs/story/101040.html @@ -11,6 +11,14 @@

1章/メイン/G1126_聖杯探索最終戦⑨3

View script in lua + + + + + + + + @@ -51,6 +59,11 @@

1章/メイン/G1126_聖杯探索最終戦⑨3

+ + + + + @@ -162,7 +175,7 @@

1章/メイン/G1126_聖杯探索最終戦⑨3

- + @@ -177,7 +190,7 @@

1章/メイン/G1126_聖杯探索最終戦⑨3

- + @@ -187,7 +200,7 @@

1章/メイン/G1126_聖杯探索最終戦⑨3

- + @@ -202,37 +215,37 @@

1章/メイン/G1126_聖杯探索最終戦⑨3

- + - + - + - + - + - + - + @@ -242,12 +255,12 @@

1章/メイン/G1126_聖杯探索最終戦⑨3

- + - + @@ -310,5 +323,13 @@

1章/メイン/G1126_聖杯探索最終戦⑨3

+ + + + + + + +
Load
Play
101051001
【ルーシャス】
夢に焦がれる者は
喜んでその身を理想に捧げる
【ルーシャス】
その真実のすべてが忘却されたのをいいことに
歴史を隠蔽しブリテンの支配権を握ったこと──
101009001
【(選択肢)】
  1. すべてはお前の妄想だ
  2. そんなのでっちあげだ
  3. 今のログレスとは関係ない
101009001
【ノワール】
すべてはお前の妄想だ…!
101041002
【???】
夢に焦がれて焔へ投身
そういう愛もあるものね
101041002
【魔女モルガン】
ノワールくん
101041002
【魔女モルガン】
アーサーをお願いね
101042001
【モーロノエー】
施して得る物なし
それでも献身的なあの人を
101044001
【グリーテン】
ワタシたちは待っていたのにね
101041002
【魔女モルガン】
ごめんなさい
愛しき妹たち
101042001
【モーロノエー】
大姉様
あなたは楽園を諦めるのね
101044001
【グリーテン】
であればワタシたちは──
101041002
【魔女モルガン】
ノワールくん
101041002
【魔女モルガン】
わたしはもう…うまく動けないから
些細なことでしか学園の力になれない
101041002
【魔女モルガン】
抗うすべ、選び抜く道、その先の平和に…
ノワールくん──貴方の武器が要るわ
101041002
【魔女モルガン】
ふんばってね
どんなに辛いことがあっても
101011001
【ルーシャス】
良い御身分だ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101041.html b/docs/story/101041.html index ef7ceffcc..b9785128d 100644 --- a/docs/story/101041.html +++ b/docs/story/101041.html @@ -11,6 +11,18 @@

1章/メイン/G1129_アーサーとノワール

View script in lua + + + + + + + + + + + + @@ -81,6 +93,15 @@

1章/メイン/G1129_アーサーとノワール

+ + + + + + + + + @@ -96,6 +117,10 @@

1章/メイン/G1129_アーサーとノワール

+ + + + @@ -111,6 +136,10 @@

1章/メイン/G1129_アーサーとノワール

+ + + + @@ -130,5 +159,13 @@

1章/メイン/G1129_アーサーとノワール

+ + + + + + + +
template1
Load
Play
101015001
【アーサー】
登校するのが億劫になるほど
退屈な学園を目指していた
【マーリン】
ですが──
101009002
【(選択肢)】
  1. 先生は俺たちを助けてくれた
  2. 魔女同士が争い合っていた
Block1_1
101009002
【ノワール】
モルガン先生は俺たちを助けてくれた
【ノワール】
モルガン先生には
人としての心が残っていたと信じたい
Block1_2
101009002
【ノワール】
魔女同士が争い合っていた
…モルガン先生はルーシャスに刃を向けて
【マーリン】
あるいは
モルガンのみが離反したものか…
Block1end
101020001
【マーリン】
あの戦場に居合わせた者には
言い含めてありますが
101009002
【ノワール】
そのつもりでいてくれ、アーサー
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101042.html b/docs/story/101042.html index 7a34f223c..a5f3e7189 100644 --- a/docs/story/101042.html +++ b/docs/story/101042.html @@ -11,6 +11,18 @@

1章/メイン/G1129_円卓会議・敗北

View script in lua + + + + + + + + + + + + @@ -91,6 +103,15 @@

1章/メイン/G1129_円卓会議・敗北

+ + + + + + + + + @@ -106,6 +127,10 @@

1章/メイン/G1129_円卓会議・敗北

+ + + + @@ -131,6 +156,10 @@

1章/メイン/G1129_円卓会議・敗北

+ + + + @@ -210,5 +239,13 @@

1章/メイン/G1129_円卓会議・敗北

+ + + + + + + +
template1
Load
Play
【telop】
聖杯を巡り、スノードン山で相まみえた
ログレス軍とローマ軍
【ギネヴィア】
ごめんなさい…ごめんなさいわたし
なにもできなくて、なにも…
101009002
【(選択肢)】
  1. ギネヴィアは俺を守ってくれた
  2. ローマの作戦勝ちだ
Block1_1
101009002
【ノワール】
ギネヴィアは俺を守ってくれたじゃないか
【ギネヴィア】
わたしじゃなかったら
もっとうまくできてたんじゃない…?
Block1_2
101015001
【アーサー】
聖杯を穢した真の狙いは恐らく
継承者を討つことにあったのだろう
【アーサー】
そんなところだろう
Block1end
101022001
【モルドレッド】
ま。聖杯探索中から先手を打たれてたんだ
探しに行って魔女ブッ殺さなきゃ取られてたろ
101015001
【アーサー】
世界を終わらせに来る
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101043.html b/docs/story/101043.html index 1e0b49017..083636b9c 100644 --- a/docs/story/101043.html +++ b/docs/story/101043.html @@ -11,6 +11,18 @@

1章/メイン/G1130_ギネヴィアとラグネル

View script in lua + + + + + + + + + + + + @@ -275,5 +287,13 @@

1章/メイン/G1130_ギネヴィアとラグネル

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
消えてなくなっちゃいたい
101011001
【ギネヴィア】
のこせるものって、あるの?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101044.html b/docs/story/101044.html index 917fe358a..601c38e87 100644 --- a/docs/story/101044.html +++ b/docs/story/101044.html @@ -11,6 +11,18 @@

1章/メイン/G1201_ガラス細工の徒花①

View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

1章/メイン/G1201_ガラス細工の徒花①

+ + + + + + + +
template1
Load
Play
101030002
【エレイン】
…痛いな
101030002
【エレイン】
キズがひきつれて痛いの
しゃべるたびにすごく痛いの
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101045.html b/docs/story/101045.html index 1270b7028..58ac51b6a 100644 --- a/docs/story/101045.html +++ b/docs/story/101045.html @@ -11,6 +11,18 @@

1章/メイン/G1201_病室にて、さまざまな余波

View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

1章/メイン/G1201_病室にて、さまざまな余波

+ + + + + + + + + @@ -56,6 +77,10 @@

1章/メイン/G1201_病室にて、さまざまな余波

+ + + + @@ -76,6 +101,10 @@

1章/メイン/G1201_病室にて、さまざまな余波

+ + + + @@ -150,5 +179,13 @@

1章/メイン/G1201_病室にて、さまざまな余波

+ + + + + + + +
template1
Load
Play
101012001
【ディナタン】
兄さん!
【マルディサント】
オニーサンは手当てされる側だろーが!
101009002
【(選択肢)】
  1. ちょっと病室で休ませて
  2. いつも以上に忙しそうだから
Block1_1
101009002
【ノワール】
ちょっと病室で休ませて欲しい…
とは思ったんだけど
【ディナタン】
感謝しなくちゃね
ランス兄ちゃんたちに
Block1_2
101009002
【ノワール】
いつも以上に忙しそうだから
【ノワール】
そうか…
Block1end
101009002
【ノワール】
…エレインの、容体は…?
101017001
【マルディサント】
…整理つけてる場合でもねえし
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101046.html b/docs/story/101046.html index 9075d5d61..456f4467f 100644 --- a/docs/story/101046.html +++ b/docs/story/101046.html @@ -11,11 +11,32 @@

1章/メイン/G1202_寒がりの紅蓮①

View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -36,6 +57,10 @@

1章/メイン/G1202_寒がりの紅蓮①

+ + + + @@ -51,6 +76,10 @@

1章/メイン/G1202_寒がりの紅蓮①

+ + + + @@ -76,6 +105,10 @@

1章/メイン/G1202_寒がりの紅蓮①

+ + + + @@ -116,6 +149,15 @@

1章/メイン/G1202_寒がりの紅蓮①

+ + + + + + + + + @@ -131,6 +173,10 @@

1章/メイン/G1202_寒がりの紅蓮①

+ + + + @@ -145,5 +191,17 @@

1章/メイン/G1202_寒がりの紅蓮①

+ + + + + + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
ご機嫌は?
101009002
【(選択肢)】
  1. おかげさまで。キミは?
  2. エレインに感謝しないと
  3. まだ完治してない
Block1_1
101009002
【ノワール】
おかげさまで。キミは?
【ギネヴィア】
でもその調子で気にかけてくれると
わたし、喜ぶよ?
Block1_2
101009002
【ノワール】
エレインに感謝しないと
【ギネヴィア】
エレインの面会ができるようになったら
お礼…言う。言わなきゃ
Block1_3
101009002
【ノワール】
実は…まだ少し痛みがあるんだ
………いたたっ!
【ノワール】
ご、ごめん…
Block1end
101011001
【ギネヴィア】
…それでね、あのね
手紙を出したいの、わたし
【ギネヴィア】
だから手紙に書いて…
わ、渡しに、行かなきゃ、って…
101009002
【(選択肢)】
  1. 一緒に行こう
  2. 行ってらっしゃい
Block2_1
101009002
【ノワール】
それなら俺も一緒に行くよ
【ギネヴィア】
でも…ありがと。本当に
Block2_2
101009002
【ノワール】
行ってらっしゃい
101011001
【ギネヴィア】
………ついてきてよ
怖いの、すごく怖いの
Block2end
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101047.html b/docs/story/101047.html index 50eabd5f6..a7c8ce452 100644 --- a/docs/story/101047.html +++ b/docs/story/101047.html @@ -11,6 +11,18 @@

1章/メイン/G1202_寒がりの紅蓮②

View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

1章/メイン/G1202_寒がりの紅蓮②

+ + + + + + + + + @@ -61,6 +82,10 @@

1章/メイン/G1202_寒がりの紅蓮②

+ + + + @@ -86,6 +111,10 @@

1章/メイン/G1202_寒がりの紅蓮②

+ + + + @@ -230,5 +259,13 @@

1章/メイン/G1202_寒がりの紅蓮②

+ + + + + + + +
template1
Load
Play
101063001
【クリスティーナ】
本の返却なら受け付けましょうか?
【ギネヴィア】
あ、う…
101009002
【(選択肢)】
  1. ガラハッドのこと
  2. お見舞いの手紙
Block1_1
101009002
【ノワール】
…ガラハッドのことだ
【エクセリア】
あれは銀卓の子よ
あなたたちが気にすること?
Block1_2
101009002
【ノワール】
お見舞いの手紙だ
【エクセリア】
………ごめんなさい
本当は誰に宛てたものか、わかっているわ
Block1end
101011001
【ギネヴィア】
あやまり、たいの…でも
101011001
【ギネヴィア】
よわくても、まけたくないから──…
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101049.html b/docs/story/101049.html index 3d721b6ce..5beb67cfb 100644 --- a/docs/story/101049.html +++ b/docs/story/101049.html @@ -11,6 +11,18 @@

1章/メイン/G1204_円卓会議・キャメリアード

View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

1章/メイン/G1204_円卓会議・キャメリアード

+ + + + + + + + + @@ -86,6 +107,10 @@

1章/メイン/G1204_円卓会議・キャメリアード

+ + + + @@ -101,6 +126,10 @@

1章/メイン/G1204_円卓会議・キャメリアード

+ + + + @@ -116,6 +145,10 @@

1章/メイン/G1204_円卓会議・キャメリアード

+ + + + @@ -175,5 +208,13 @@

1章/メイン/G1204_円卓会議・キャメリアード

+ + + + + + + +
template1
Load
Play
【telop】
聖杯は奪われ、エレインやガラハッドに
重傷を負わせてしまい意気消沈するギネヴィア
【ケイ】
それはついでなのだろう
本当の目的は──
101009002
【(選択肢)】
  1. 学園
  2. キャメリアード跡の領地
  3. 亡命者の粛清
Block1_1
101009002
【ノワール】
学園、だろうな
【トリスタン】
…バルバロイの数は底なしだね
ボクらにキズを治すヒマすら与えてくれない
Block1_2
101009002
【ノワール】
キャメリアード跡の領地かな
【ギネヴィア】
キャメリアードを足がかりに
学園に攻め込もうという狙いでしょうね…
Block1_3
101009002
【ノワール】
亡命者の粛清だろうか
【アーサー】
キャメリアードを足がかりに
学園に攻め込もうという狙いだろうな
Block1end
101040001
【ケイ】
その隊を率いるのが――
101013001
【ガウェイン】
…ケリつけてやる
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101050.html b/docs/story/101050.html index eae0c075d..8758c7619 100644 --- a/docs/story/101050.html +++ b/docs/story/101050.html @@ -11,6 +11,18 @@

1章/メイン/G1205_きまずい食卓3

View script in lua + + + + + + + + + + + + @@ -91,6 +103,15 @@

1章/メイン/G1205_きまずい食卓3

+ + + + + + + + + @@ -106,6 +127,10 @@

1章/メイン/G1205_きまずい食卓3

+ + + + @@ -121,6 +146,10 @@

1章/メイン/G1205_きまずい食卓3

+ + + + @@ -136,6 +165,10 @@

1章/メイン/G1205_きまずい食卓3

+ + + + @@ -245,5 +278,13 @@

1章/メイン/G1205_きまずい食卓3

+ + + + + + + +
template1
Load
Play
101013001
【ガウェイン】
…奢らせてくんねーか、ラヴェイン
【ラヴェイン】
ガウェイン君は一度として
そんな素振りを見せましたか、ノワール君?
101009002
【(選択肢)】
  1. 何度も立ち向かっていた
  2. 及び腰になっていた
  3. さっきの話だが、俺も奢ろうか
Block1_1
101009002
【ノワール】
何度も立ち向かっていたよ、ガウェインは
【ラヴェイン】
主への忠義と、師への忠義
どちらにもぶつかっていっていました
Block1_2
101009002
【ノワール】
及び腰になっていたことも
あったかな…
【ガウェイン】
そりゃちょっと
オチることくらいあるけどよぉ………
Block1_3
101009002
【ノワール】
さっきの話だが
俺にも奢らせてくれ
【ガウェイン】
俺の話題、そんなにキョーミねえ…?
Block1end
101013001
【ガウェイン】
…師匠はさ、俺らのことなんか
眼中にねーんだよ
101031001
【ラヴェイン】
…妹を、救ってくれませんか
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101051.html b/docs/story/101051.html index 5af558b95..4be74a98d 100644 --- a/docs/story/101051.html +++ b/docs/story/101051.html @@ -11,6 +11,18 @@

1章/メイン/G1206_ガラス細工の徒花②1

View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

1章/メイン/G1206_ガラス細工の徒花②1

+ + + + + + + +
template1
Load
Play
101031001
【ラヴェイン】
聞き上手だという自負はあるのですがね
それゆえ、かけてあげられる言葉が見つからない
101031001
【ラヴェイン】
エレインも
もがいている
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101052.html b/docs/story/101052.html index 02251d584..47f8f1122 100644 --- a/docs/story/101052.html +++ b/docs/story/101052.html @@ -11,6 +11,18 @@

1章/メイン/G1206_ガラス細工の徒花②2

View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

1章/メイン/G1206_ガラス細工の徒花②2

+ + + + + + + + + @@ -81,6 +102,10 @@

1章/メイン/G1206_ガラス細工の徒花②2

+ + + + @@ -96,6 +121,10 @@

1章/メイン/G1206_ガラス細工の徒花②2

+ + + + @@ -140,5 +169,13 @@

1章/メイン/G1206_ガラス細工の徒花②2

+ + + + + + + +
template1
Load
Play
101030002
【エレイン】
ようこそ、先輩
【エレイン】
…イタい女ですよね
101009002
【(選択肢)】
  1. 自分と似ているかもしれない
  2. 自己否定を繰り返さなくていい
Block1_1
101009002
【ノワール】
…俺もキミと似ているところが
あるのかもしれない
【エレイン】
変われたんですよね、先輩は
Block1_2
101009002
【ノワール】
あまり自己否定を繰り返さなくていい
【エレイン】
…きっとそうです
お兄ちゃんも苦しめている
Block1end
101030002
【エレイン】
でも、もう徒花でもいい
101030002
【エレイン】
今だけは、目をそらさないでいてくれますか
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101053.html b/docs/story/101053.html index 593ddf4d3..784abc28f 100644 --- a/docs/story/101053.html +++ b/docs/story/101053.html @@ -11,6 +11,18 @@

1章/メイン/G1206_ガラス細工の徒花②3

View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

1章/メイン/G1206_ガラス細工の徒花②3

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
………良くなったかな、もう会えるかな
101011001
【ギネヴィア】
…お礼、できるかな
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101054.html b/docs/story/101054.html index 6fbaf06b3..9738dfbbf 100644 --- a/docs/story/101054.html +++ b/docs/story/101054.html @@ -11,6 +11,18 @@

1章/メイン/G1206_ガラス細工の徒花②4

View script in lua + + + + + + + + + + + + @@ -140,5 +152,13 @@

1章/メイン/G1206_ガラス細工の徒花②4

+ + + + + + + +
template1
Load
Play
101030002
【エレイン】
これは勲章
101030002
【エレイン】
そばにいてくれませんか………?
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101055.html b/docs/story/101055.html index 263fc65bd..da9228dd3 100644 --- a/docs/story/101055.html +++ b/docs/story/101055.html @@ -11,6 +11,18 @@

1章/メイン/G1206_ガラス細工の徒花②5

View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

1章/メイン/G1206_ガラス細工の徒花②5

+ + + + + + + +
template1
Load
Play
101011001
【ギネヴィア】
101011001
【ギネヴィア】
(いたいよ、ノワール)
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101063.html b/docs/story/101063.html index 94748e419..2eda49971 100644 --- a/docs/story/101063.html +++ b/docs/story/101063.html @@ -11,6 +11,18 @@

1章/メイン/G1213_円卓会議・魔女決戦1

View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

1章/メイン/G1213_円卓会議・魔女決戦1

+ + + + + + + +
template1
Load
Play
【telop】
避難民を追ってきたローマ軍の中には
ヴェルナルスとラシアの姿があった
101020001
【マーリン】
()んでいる
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101064.html b/docs/story/101064.html index 122a6f710..523b9a924 100644 --- a/docs/story/101064.html +++ b/docs/story/101064.html @@ -11,6 +11,18 @@

1章/メイン/G1213_円卓会議・魔女決戦2

View script in lua + + + + + + + + + + + + @@ -101,6 +113,15 @@

1章/メイン/G1213_円卓会議・魔女決戦2

+ + + + + + + + + @@ -116,6 +137,10 @@

1章/メイン/G1213_円卓会議・魔女決戦2

+ + + + @@ -131,6 +156,10 @@

1章/メイン/G1213_円卓会議・魔女決戦2

+ + + + @@ -151,6 +180,10 @@

1章/メイン/G1213_円卓会議・魔女決戦2

+ + + + @@ -205,5 +238,13 @@

1章/メイン/G1213_円卓会議・魔女決戦2

+ + + + + + + +
template1
Load
Play
101020001
【マーリン】
濁水の大釜が開かんとしています
地は荒廃し、空は(けが)され
【アーサー】
なんとしてもここで食い止める必要がある
素早くカレドニア城へ進撃し、ルーシャスを討つ
101009002
【(選択肢)】
  1. キズつけられた人たちのためにも
  2. 借りを返そう、ギネヴィア
  3. ガラハッドの無念も晴らさなきゃ
Block1_1
101009002
【ノワール】
キズつけられた人たちのためにも
これで終わりにしよう
【アーサー】
敵も万全の態勢で挑んでくるはずだ
先手を打つぞ
Block1_2
101009002
【ノワール】
ルーシャスに借りを返そう、ギネヴィア
【ギネヴィア】
なんとしても
やってやんなきゃ
Block1_3
101009002
【ノワール】
ガラハッドの無念も晴らさなきゃならない
【パーシヴァル】
嫌いじゃなかったな…
手は焼いたけどさ
Block1end
101010001
【ランスロット】
聖杯探索班はブリテン全域の守りと
手薄になったコルベニック城の援護に回る
【一同】
フォー・ラウンド!
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101065.html b/docs/story/101065.html index b762cec03..25e8a8554 100644 --- a/docs/story/101065.html +++ b/docs/story/101065.html @@ -11,6 +11,18 @@

1章/メイン/G1218_ガラス細工の徒花③1

View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

1章/メイン/G1218_ガラス細工の徒花③1

+ + + + + + + +
template1
Load
Play
【男子生徒A&B】
ひそひそ………
【女子生徒たち】
ひそひそ………
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101066.html b/docs/story/101066.html index ca0e92656..738a82beb 100644 --- a/docs/story/101066.html +++ b/docs/story/101066.html @@ -11,6 +11,22 @@

1章/メイン/G1218_ガラス細工の徒花③2

View script in lua + + + + + + + + + + + + + + + + @@ -41,6 +57,15 @@

1章/メイン/G1218_ガラス細工の徒花③2

+ + + + + + + + + @@ -61,6 +86,10 @@

1章/メイン/G1218_ガラス細工の徒花③2

+ + + + @@ -81,6 +110,10 @@

1章/メイン/G1218_ガラス細工の徒花③2

+ + + + @@ -106,6 +139,10 @@

1章/メイン/G1218_ガラス細工の徒花③2

+ + + + @@ -131,6 +168,15 @@

1章/メイン/G1218_ガラス細工の徒花③2

+ + + + + + + + + @@ -146,6 +192,10 @@

1章/メイン/G1218_ガラス細工の徒花③2

+ + + + @@ -161,6 +211,10 @@

1章/メイン/G1218_ガラス細工の徒花③2

+ + + + @@ -176,6 +230,10 @@

1章/メイン/G1218_ガラス細工の徒花③2

+ + + + @@ -265,5 +323,13 @@

1章/メイン/G1218_ガラス細工の徒花③2

+ + + + + + + +
template1
template2
Load
Play
101011001
【ギネヴィア】
裏切りの代償を
払わせてやんなきゃね
【ギネヴィア】
今はその平凡が
遠くて愛おしいわ
101009001
【(選択肢)】
  1. 失って気づく
  2. キミがついていかなくてよかった
  3. ルーシャスは裏切りと思ってない
Block1_1
101009001
【ノワール】
失って気づくよな
【ギネヴィア】
進めば進むほど、昔は遠くなるけど
それもどーしようもないことよね
Block1_2
101009001
【ノワール】
キミがルーシャスについていなくてよかったよ
【ギネヴィア】
あなたがいたからね
Block1_3
101009001
【ノワール】
ルーシャスは裏切りとも思っていないだろうな
【アーサー】
…まあ、ルーシャスの言葉が
どこまで信じられるかはわからんがな
Block1end
101011001
【ギネヴィア】
ないものねだりだけど
わたし元来貧乏性だから
【エレイン】
同席しても?
101009001
【(選択肢)】
  1. GSできる騎士は貴重だ
  2. (ギネヴィアの方を見る)
  3. みんな待ってたよ
Block2_1
101009001
【ノワール】
もちろん
GSできる騎士は貴重だ
【エレイン】
席を離れてごめんなさい
もう、大丈夫ですから
Block2_2
101011001
【ギネヴィア】
…もういいの?エレイン
【エレイン】
あなたのように、なりにきました
Block2_3
101009001
【ノワール】
みんな待ってたよ
【エレイン】
先輩に、ついていきます
Block2end
101030002
【エレイン】
思い返していたんです
101011001
【ギネヴィア】
相手になるわ
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101069.html b/docs/story/101069.html index 937a23d87..c90fa27bd 100644 --- a/docs/story/101069.html +++ b/docs/story/101069.html @@ -10,5 +10,21 @@

1章/メイン/G1221_魔女決戦①1

揺らいでいた茶番

View script in lua -
+ + + + + + + + + + + + + + + + +
Load
Play
PreLoad
PreLoad_AutoGenerate
diff --git a/docs/story/101070.html b/docs/story/101070.html index d9017ae99..00e868e84 100644 --- a/docs/story/101070.html +++ b/docs/story/101070.html @@ -12,17 +12,25 @@

1章/メイン/G1221_魔女決戦①2

View script in lua - + + + + + + + + + - + - + @@ -32,32 +40,32 @@

1章/メイン/G1221_魔女決戦①2

- + - + - + - + - + - + @@ -72,27 +80,27 @@

1章/メイン/G1221_魔女決戦①2

- + - + - + - + - + @@ -107,7 +115,7 @@

1章/メイン/G1221_魔女決戦①2

- + @@ -117,7 +125,7 @@

1章/メイン/G1221_魔女決戦①2

- + @@ -127,7 +135,7 @@

1章/メイン/G1221_魔女決戦①2

- + @@ -136,53 +144,74 @@

1章/メイン/G1221_魔女決戦①2

+ + + + + + + + + + + + + - + - + + + + + - + - + + + + + - + - + - + @@ -192,22 +221,22 @@

1章/メイン/G1221_魔女決戦①2

- + - + - + - + @@ -222,12 +251,12 @@

1章/メイン/G1221_魔女決戦①2

- + - + @@ -237,18 +266,26 @@

1章/メイン/G1221_魔女決戦①2

- + - + - + + + + + + + + +
101041001
Load
Play
101041003
【モルガン】
心が落ち着くわね
101041001
101041003
【モルガン】
断捨離を終えたあと
人事を尽くしたあと
101041001
101041003
【モルガン】
ことの終わりを待つ時間
…ご一緒にお茶でもどう?
101041001
101041003
【モルガン】
どこにもいないわ
皆のモルガン先生の自我はもう、どこにも
101041001
101041003
【モルガン】
お茶をすするのは
どういうときかしら?
101020001
【マーリン】

食事の終わり際、でしょうね
101041001
101041003
【モルガン】
…笑顔の絶えないモルガン先生は
諦めの悪いオンナでした
101041001
101041003
【モルガン】
カリバーンの封が緩み始めた当初から
夜な夜な翼を広げてブリテンをまわりました
101041001
101041003
【モルガン】
湖からバルバロイ発生の兆候があれば
その(けが)れを自分の中に封じ込め続けたのです
101041001
101041003
【モルガン】
(モルガン)が誰か?
果たして初めから魔女だったのか?
101041001
101041003
【モルガン】
それはもはや語る由なき些事
教えてあげなあい
101020001
【マーリン】
…ですが、彼女の稼いだ時間があったからこそ
私たちは継承者(ノワール様)に巡り合えました
101041001
101041003
【モルガン】
穢れを取り込む過程で産まれ堕ちた姉妹たちは
自我を持ち、独自に行動し始めました
101041001
101041003
【モルガン】
モルガン当初の目的を達成すべく
101041001
101041003
【モルガン】
貴方が私と同じになれば
辿り着けるはずだったのよ?
101020001
【マーリン】
ですが、そうはならなかった
すべては継承者の(つるぎ)の選択によって
101041001
101041003
【モルガン】
継承者…
貴方があんな浅ましいお飾り(ギネヴィア)を選ぶから
【ギネヴィア】
みんながなに言ってんだかさっぱりだけど
とりあえず失礼しちゃうわね
101009001
【(選択肢)】
    MA_01A112_36_select1
    MA_01A112_36_select1_1
    101009001
    【ノワール】
    …あのとき俺が別の誰かをGS(ゲシュタルト・シフト)していたら
    なにかが変わったのか…?
    101020001
    【マーリン】
    変わったかもしれません
    けれどあなたは彼女を選んだ
    101020001
    【マーリン】
    そして世界はそれを受け入れた
    その結果を誇るべきでしょう
    MA_01A112_36_select1_2
    101009001
    【ノワール】
    『浅ましいお飾り』など選んでいない
    101020001
    【マーリン】
    そう
    別の因果で異なる(ほころ)びがあろうとも
    101020001
    【マーリン】
    今のあなたは
    あなたの選択に自信をもってよいのです
    MA_01A112_36_end
    101030002
    【エレイン】
    先輩が選択を誤ったと誰が決められますか?
    他者の選択に左右されるあなたこそ浅ましいです
    101041001
    101041003
    【モルガン】
    そう。つねにモルガンは迷いのなかだったわ
    101041001
    101041003
    【モルガン】
    モルガン当初の目的
    『アーサーを永遠の楽園(アヴァロン)へと連れていく』か
    101041001
    101041003
    【モルガン】
    それともくだらない情にほだされ
    『アーサーの学園を守り、彼の死を見守る』か
    101041001
    101041003
    【モルガン】
    だから当初の目的を負う姉妹(わたし)たちは
    モルガン(ねえさま)を貪り、彼女の意志を消化した
    101041001
    101041003
    【モルガン】
    ──濁水の大釜より 来たれ
    101041001
    101041003
    【魔女姉妹】
    蟲喰いの貴方へ憐憫(れんびん)を込めて
    101020001
    【マーリン】
    魔女の穢れはモルガンのなかで増幅され
    ブリテン中のバルバロイに共鳴するほどです…!
    101020001
    【マーリン】
    我らがGSで互いの力を高め合うのと同様に
    無数のバルバロイが共鳴…力を掛け合わせている
    101020001
    【マーリン】
    キラーズ以上の力をもつ
    無数の個体が産まれる…!これでは──
    101041002
    【魔女モルガン】
    分かたれていた魔女がひとつとなった
    今の私にできることは、もうこれだけ
    101041002
    【魔女モルガン】
    バルバロイとして世界を喰らい尽くし
    アーサー…楽園にて貴方の抜け殻を愛でる
    101041002
    【魔女姉妹】
    幻想に溺れて 水底で腐れ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101071.html b/docs/story/101071.html index 5740e067f..fe44b7d2e 100644 --- a/docs/story/101071.html +++ b/docs/story/101071.html @@ -11,6 +11,14 @@

    1章/メイン/G1221_魔女決戦①3

    View script in lua + + + + + + + + @@ -105,5 +113,13 @@

    1章/メイン/G1221_魔女決戦①3

    + + + + + + + +
    Load
    Play
    【魔女姉妹】
    『アストラットの美姫』
    貴方はなにゆえ剣を取るの?
    101030002
    【エレイン】
    もはや痛みに恐れはない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101072.html b/docs/story/101072.html index 993df6ac6..8f0e30f0a 100644 --- a/docs/story/101072.html +++ b/docs/story/101072.html @@ -12,17 +12,25 @@

    1章/メイン/G1221_魔女決戦②1

    View script in lua - + + + + + + + + + - + - + @@ -32,7 +40,7 @@

    1章/メイン/G1221_魔女決戦②1

    - + @@ -42,7 +50,7 @@

    1章/メイン/G1221_魔女決戦②1

    - + @@ -52,7 +60,7 @@

    1章/メイン/G1221_魔女決戦②1

    - + @@ -62,17 +70,17 @@

    1章/メイン/G1221_魔女決戦②1

    - + - + - + @@ -92,17 +100,17 @@

    1章/メイン/G1221_魔女決戦②1

    - + - + - + @@ -112,12 +120,12 @@

    1章/メイン/G1221_魔女決戦②1

    - + - + @@ -127,7 +135,7 @@

    1章/メイン/G1221_魔女決戦②1

    - + @@ -137,7 +145,7 @@

    1章/メイン/G1221_魔女決戦②1

    - + @@ -160,5 +168,13 @@

    1章/メイン/G1221_魔女決戦②1

    + + + + + + + +
    101041002
    Load
    Play
    【魔女モルガン】
    生死の狭間でへらへらと学園生活を送る
    甘ったるい青春のどこに正解があるの?
    101041002
    【魔女モルガン】
    私が壊してあげる。無惨な終局を目の当たりに
    選択が誤りだったことを悔やませてあげる
    101020001
    【マーリン】
    アーサー…っ!!
    101041002
    【魔女モルガン】
    そうあるべきよ
    101041002
    【魔女モルガン】
    慈愛博愛結構ね
    101041002
    【魔女モルガン】
    つがいも得られず理解もされず
    孤独な王は楽園にすら手が届かず
    101041002
    【魔女モルガン】
    …そう
    そんな貴方なら要らないわ
    101020001
    【マーリン】
    アーサーッッ!!
    101041002
    【魔女モルガン】
    …ッう、っ、アっ!?
    101020001
    【マーリン】
    …!
    我が主は良き魂に恵まれました
    101020001
    【マーリン】
    その信念、よくぞ
    101020001
    【マーリン】
    モルガンはブリテン中の(けが)れを内包しています
    その穢れを中和する方法はただひとつ
    101020001
    【マーリン】
    あなたこそ
    101020001
    【マーリン】
    貴方の血の真実、破滅の未来、人ならざる世界
    そのすべてはもはや別の運命の話
    101020001
    【マーリン】
    貴方だけは
    死なせてなるものですか
    101041002
    【魔女モルガン】
    アーサーッッ!?
    101020002
    【マーリン・エクスカリバー】
    最初で最期の騎士王剣を
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101073.html b/docs/story/101073.html index 95d311580..82f6a9a2d 100644 --- a/docs/story/101073.html +++ b/docs/story/101073.html @@ -11,6 +11,14 @@

    1章/メイン/G1221_魔女決戦②2

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/メイン/G1221_魔女決戦②2

    + + + + + + + +
    Load
    Play
    101041002
    【魔女モルガン】
    アーサー・ペンドラゴン──
    父の威を借る凡愚!身内すら焼き殺すの…!?
    101020002
    【マーリン・エクスカリバー】
    息すらできず
    死せぬ鋼となり果てようと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101074.html b/docs/story/101074.html index b268c3986..93c0bd04c 100644 --- a/docs/story/101074.html +++ b/docs/story/101074.html @@ -12,17 +12,25 @@

    1章/メイン/G1221_魔女決戦③1

    View script in lua - + + + + + + + + + - + - + @@ -32,7 +40,7 @@

    1章/メイン/G1221_魔女決戦③1

    - + @@ -92,17 +100,17 @@

    1章/メイン/G1221_魔女決戦③1

    - + - + - + @@ -112,7 +120,7 @@

    1章/メイン/G1221_魔女決戦③1

    - + @@ -127,7 +135,7 @@

    1章/メイン/G1221_魔女決戦③1

    - + @@ -142,7 +150,7 @@

    1章/メイン/G1221_魔女決戦③1

    - + @@ -161,6 +169,19 @@

    1章/メイン/G1221_魔女決戦③1

    + + + + + + + + + + + + + @@ -186,6 +207,10 @@

    1章/メイン/G1221_魔女決戦③1

    + + + + @@ -211,6 +236,10 @@

    1章/メイン/G1221_魔女決戦③1

    + + + + @@ -265,5 +294,13 @@

    1章/メイン/G1221_魔女決戦③1

    + + + + + + + +
    101041002
    Load
    Play
    【魔女モルガン】
    ねえさんね
    やっとあなたと、歩けるように、なったの
    101041002
    【魔女モルガン】
    らくえんで…ただ…
    たたかいの、ないらくえんで…
    101041002
    【魔女モルガン】
    あるいて、はなして、わらって…
    101041002
    【魔女モルガン】
    おくりもの も あるの
    ねえさん、ふんばっちゃったんだ、よ…
    101044001
    【グリーテン】
    どういうつもり?
    その器を渡すなんて言ってないわ
    101042001
    【モーロノエー】
    大姉様がいなくなった以上
    バルバロイを率いるのは私、勝手な真似は──
    101042001
    【???】
    さえずるな
    下女(げじょ)
    101042001
    【モーロノエー】
    あ、あ、あなた…!フレン…!
    話が違うじゃない…!!
    101044001
    【グリーテン】
    る、ルーシャスを恨んでいたんでしょ…!?
    だから私たちと…!
    101044001
    【グリーテン】
    わ、たし、たち…は…!!
    【ルーシャス】
    そなたらはもう
    知り得ぬ運命だがな
    101009001
    【(選択肢)】
    1. 知り得ぬ運命?
    2. フレンまでGSを
    MA_01A112_42_select1
    MA_01A112_42_select1_1
    101009001
    【ノワール】
    知り得ぬ運命って…
    【ルーシャス】
    さて、御馳走の礼だ。この城は差し上げよう
    実は次の新居は決まっているんだ
    MA_01A112_42_select1_2
    101009001
    【ノワール】
    フレンまでGS(ゲシュタルト・シフト)を…!
    【ルーシャス】
    さて、御馳走の礼だ。この城は差し上げよう
    実は次の新居は決まっているんだ
    MA_01A112_42_end
    101011002
    【ギネヴィア・アロンダイト】
    逃がすと思う…!?
    何度も何度も臆病な人…!
    101039002
    【フレン・グラム】
    選ばれた者にではなく弱きものにも
    等しく庇護が与えられる世界のために
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101075.html b/docs/story/101075.html index 4a7979ec1..b31abaa20 100644 --- a/docs/story/101075.html +++ b/docs/story/101075.html @@ -11,9 +11,25 @@

    1章/メイン/G1221_魔女決戦③2

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101015001
    【アーサー】
    …義姉さん
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101078.html b/docs/story/101078.html index 1b568d375..50095185c 100644 --- a/docs/story/101078.html +++ b/docs/story/101078.html @@ -11,6 +11,18 @@

    1章/メイン/G1224_円卓・魔女の遺したもの

    View script in lua + + + + + + + + + + + + @@ -101,6 +113,15 @@

    1章/メイン/G1224_円卓・魔女の遺したもの

    + + + + + + + + + @@ -116,6 +137,10 @@

    1章/メイン/G1224_円卓・魔女の遺したもの

    + + + + @@ -131,6 +156,10 @@

    1章/メイン/G1224_円卓・魔女の遺したもの

    + + + + @@ -215,5 +244,13 @@

    1章/メイン/G1224_円卓・魔女の遺したもの

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    ノワールたちは復帰したエレインを戦列に加え
    ルーシャスを討つべくカレドニア城へ向かった
    【マーリン】
    モルガンが『贈り物』と言っていたものが
    それでしょうね
    101009002
    【(選択肢)】
    1. 先生が遺してくれたのか?
    2. 偶然だろうか?
    Block1_1
    101009002
    【ノワール】
    モルガン先生が遺してくれたのか?
    【ギネヴィア】
    魔女と同化したモルガン先生が
    最後の力を振り絞って遺してくれた、のかもね
    Block1_2
    101009002
    【ノワール】
    偶然だろうか?
    【エレイン】
    魔女と同化したモルガン先生が…
    最後の力を振り絞って遺してくれたんです
    Block1end
    101011001
    【ギネヴィア】
    それでどうするわけ、これから
    101015001
    【アーサー】
    …楽しい
    学園にしていこう、みんな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101079.html b/docs/story/101079.html index bc40af1a0..d2115596b 100644 --- a/docs/story/101079.html +++ b/docs/story/101079.html @@ -11,6 +11,18 @@

    1章/メイン/G1225_降誕祭・分岐

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,30 @@

    1章/メイン/G1225_降誕祭・分岐

    + + + + + + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    …雪
    101009002
    【ノワール】
    街は降誕祭の時期か
    101009002
    【(選択肢)】
    1. ギネヴィアをさがして街をまわる
    2. エレインをさがして街をまわる
    Block14994014_1
    Block14994014_2
    Block14994014end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101080.html b/docs/story/101080.html index 55e72e3b7..bdca0fdb9 100644 --- a/docs/story/101080.html +++ b/docs/story/101080.html @@ -11,6 +11,18 @@

    1章/メイン/G1225_降誕祭・ギネヴィア1

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    1章/メイン/G1225_降誕祭・ギネヴィア1

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    ぜぇんぶ丸く収まる
    なんてことはないでしょうね
    101011001
    【ギネヴィア】
    エスコート、よろしくね?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101081.html b/docs/story/101081.html index 6e5018a74..1b8c7a4ac 100644 --- a/docs/story/101081.html +++ b/docs/story/101081.html @@ -11,6 +11,18 @@

    1章/メイン/G1225_降誕祭・ギネヴィア2

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/メイン/G1225_降誕祭・ギネヴィア2

    + + + + + + + + + @@ -46,6 +67,10 @@

    1章/メイン/G1225_降誕祭・ギネヴィア2

    + + + + @@ -66,6 +91,10 @@

    1章/メイン/G1225_降誕祭・ギネヴィア2

    + + + + @@ -110,5 +139,13 @@

    1章/メイン/G1225_降誕祭・ギネヴィア2

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    わたしの成長、見てよ
    【ギネヴィア】
    ソースが溢れそうなこの雑多な盛り付けのコレ
    服を汚さずに食べれるよーになったわ!!
    101009002
    【(選択肢)】
    1. (笑う。嘲るように)
    2. すごいぞギネヴィア!
    Block1_1
    101009002
    【ノワール】
    …ふふっ
    【ギネヴィア】
    嘲り笑うな!!
    Block1_2
    101009002
    【ノワール】
    すごいぞギネヴィア!
    【ギネヴィア】
    食べ歩きができるようなったのよーっ!!
    Block1end
    101011001
    【ギネヴィア】
    もう怖いものはないわ!
    高級料理からB級料理までね!!
    101011001
    【ギネヴィア】
    もう怖いものなんてないよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101082.html b/docs/story/101082.html index 6dcd3c5b3..b0534d633 100644 --- a/docs/story/101082.html +++ b/docs/story/101082.html @@ -10,5 +10,25 @@

    1章/メイン/G1225_降誕祭・ギネヴィア3

    穏やかな時間

    View script in lua -
    + + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101083.html b/docs/story/101083.html index 2b8eee1d7..735eb94ea 100644 --- a/docs/story/101083.html +++ b/docs/story/101083.html @@ -11,6 +11,18 @@

    1章/メイン/G1225_降誕祭・エレイン1

    View script in lua + + + + + + + + + + + + @@ -135,5 +147,13 @@

    1章/メイン/G1225_降誕祭・エレイン1

    + + + + + + + +
    template1
    Load
    Play
    【子供A】
    さびしいけどね
    もう大丈夫なんだ
    101030002
    【エレイン】
    おにいさん(せんぱい)』の
    ご指導のおかげでしょうか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101084.html b/docs/story/101084.html index eab4d5c25..89bcc1df0 100644 --- a/docs/story/101084.html +++ b/docs/story/101084.html @@ -11,6 +11,18 @@

    1章/メイン/G1225_降誕祭・エレイン2

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/メイン/G1225_降誕祭・エレイン2

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/メイン/G1225_降誕祭・エレイン2

    + + + + @@ -76,6 +101,10 @@

    1章/メイン/G1225_降誕祭・エレイン2

    + + + + @@ -95,5 +124,13 @@

    1章/メイン/G1225_降誕祭・エレイン2

    + + + + + + + +
    template1
    Load
    Play
    101030002
    【エレイン】
    あの学園が好きです。今は
    【エレイン】
    全部、先輩が教えてくれたように思います
    101009002
    【(選択肢)】
    1. エレインの努力だよ
    2. いい先輩じゃなかった
    Block1_1
    101009002
    【ノワール】
    エレインの努力だよ
    俺はなにもできていない
    【エレイン】
    だから、先輩がいてくれなきゃ
    だめだったんです
    Block1_2
    101009002
    【ノワール】
    いい先輩じゃなかったよ
    【エレイン】
    こんなにも
    いい後輩がいるっていうのに
    Block1end
    101030002
    【エレイン】
    雪が降ってきましたね
    101030002
    【エレイン】
    雪がやむまでの間だけ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101085.html b/docs/story/101085.html index 55c47bf51..e5c306b45 100644 --- a/docs/story/101085.html +++ b/docs/story/101085.html @@ -10,5 +10,25 @@

    1章/メイン/G1225_降誕祭・エレイン3

    楽しい時間

    View script in lua -
    + + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101086.html b/docs/story/101086.html index 1fae96a42..b3467d261 100644 --- a/docs/story/101086.html +++ b/docs/story/101086.html @@ -11,6 +11,18 @@

    1章/メイン/G1225_降誕祭・聖域化について1

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/メイン/G1225_降誕祭・聖域化について1

    + + + + + + + + + @@ -46,6 +67,10 @@

    1章/メイン/G1225_降誕祭・聖域化について1

    + + + + @@ -66,6 +91,10 @@

    1章/メイン/G1225_降誕祭・聖域化について1

    + + + + @@ -86,6 +115,10 @@

    1章/メイン/G1225_降誕祭・聖域化について1

    + + + + @@ -155,5 +188,13 @@

    1章/メイン/G1225_降誕祭・聖域化について1

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    旅に出るなら、どこかな
    【ギネヴィア】
    考えてみたら平和が間近なわけでしょ?
    ぜんぶ終わったらさあ、ねえ!どう?
    101009002
    【(選択肢)】
    1. どこか遠くに行ってみたい
    2. アストラットでゆっくりしたい
    3. 外出したくない
    Block1_1
    101009002
    【ノワール】
    どこか遠くに行ってみたいな
    【ギネヴィア】
    一緒にいこうね、ぜったいだよ
    Block1_2
    101009002
    【ノワール】
    アストラットでゆっくりしてみたいな
    【エレイン】
    いつでもきれいにして待ってます…先輩
    Block1_3
    101009002
    【ノワール】
    外出はしたくないなあ
    【ギネヴィア】
    言うだけならタダなのにね~
    Block1end
    101011001
    【ギネヴィア】
    あっ、ヤバいこんな時間!
    エレインついてきて!ほらノワール行くよ!
    101018001
    【ラグネル】
    …食べて待とっか、あたしたちは
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101087.html b/docs/story/101087.html index 77f0cab73..a36314dfd 100644 --- a/docs/story/101087.html +++ b/docs/story/101087.html @@ -11,6 +11,18 @@

    1章/メイン/G1225_降誕祭・聖域化について2

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/メイン/G1225_降誕祭・聖域化について2

    + + + + + + + + + @@ -46,6 +67,10 @@

    1章/メイン/G1225_降誕祭・聖域化について2

    + + + + @@ -66,6 +91,10 @@

    1章/メイン/G1225_降誕祭・聖域化について2

    + + + + @@ -290,5 +319,13 @@

    1章/メイン/G1225_降誕祭・聖域化について2

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    名案があるんだけど
    【エレイン】
    わ、私、お邪魔でしたら…
    101009002
    【(選択肢)】
    1. ギネヴィアは聞いて欲しいんだ?
    2. エレイン、キミはどうしたい?
    Block1_1
    101009002
    【ノワール】
    ギネヴィアは聞いて欲しいんだ?
    【ギネヴィア】
    継承者のキラーズがやんなきゃなんなくて
    エレインが守ってくれたわたしがすべきこと
    Block1_2
    101009002
    【ノワール】
    エレイン、キミはどうしたい?
    【エレイン】
    私の手は、空いてますから
    Block1end
    101020001
    【マーリン】
    …よろしいです、いてください
    口外厳禁としてくださるなら
    101015001
    【アーサー】
    …「きっかけは
    錆びついた剣の(きし)み」
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101088.html b/docs/story/101088.html index 6e13a8ad9..94660d56f 100644 --- a/docs/story/101088.html +++ b/docs/story/101088.html @@ -11,6 +11,18 @@

    1章/メイン/G1225_降誕祭・聖域化について3

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    1章/メイン/G1225_降誕祭・聖域化について3

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    「誰にも抜けないこの剣は太古から
    バルバロイの封だとも言われていたわ」
    101009001
    【ノワール】
    ギネヴィア…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101089.html b/docs/story/101089.html index c8e21bbdc..03955d607 100644 --- a/docs/story/101089.html +++ b/docs/story/101089.html @@ -11,6 +11,18 @@

    1章/メイン/G0101_寒がりの紅蓮④

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/メイン/G0101_寒がりの紅蓮④

    + + + + + + + + + @@ -46,6 +67,10 @@

    1章/メイン/G0101_寒がりの紅蓮④

    + + + + @@ -61,6 +86,10 @@

    1章/メイン/G0101_寒がりの紅蓮④

    + + + + @@ -76,6 +105,10 @@

    1章/メイン/G0101_寒がりの紅蓮④

    + + + + @@ -125,5 +158,13 @@

    1章/メイン/G0101_寒がりの紅蓮④

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    おやすみ、しなくていいの?
    【ギネヴィア】
    最近、いそがしいよね
    101009002
    【(選択肢)】
    1. 忙しい
    2. とくに予定はない
    3. 忙しくても付き合うよ
    Block1_1
    101009002
    【ノワール】
    ちょっと忙しいな
    【ギネヴィア】
    そっか…
    そうだよねぇ
    Block1_2
    101009002
    【ノワール】
    とくに予定はないけど
    どうして?
    【ノワール】
    ほんとうにほんとうだけど?
    Block1_3
    101009002
    【ノワール】
    忙しくても付き合うよ
    …なにかあるんだろ?
    【ギネヴィア】
    隠し事できないね、ノワールには
    Block1end
    101011001
    【ギネヴィア】
    ちょっぴりだけ…アーサーに時間、もらったの
    ちゃんと考えて、決める時間…それまでに、ね?
    101011001
    【ギネヴィア】
    …あなたと最初に
    おでかけしたとこまで
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101090.html b/docs/story/101090.html index f6359c496..89958afc5 100644 --- a/docs/story/101090.html +++ b/docs/story/101090.html @@ -11,6 +11,18 @@

    1章/メイン/G0103_円卓会議・進捗なし

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/メイン/G0103_円卓会議・進捗なし

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/メイン/G0103_円卓会議・進捗なし

    + + + + @@ -76,6 +101,10 @@

    1章/メイン/G0103_円卓会議・進捗なし

    + + + + @@ -91,6 +120,10 @@

    1章/メイン/G0103_円卓会議・進捗なし

    + + + + @@ -125,5 +158,13 @@

    1章/メイン/G0103_円卓会議・進捗なし

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    聖杯を手にしたことで浮かれるギネヴィアたちに
    アーサーとマーリンから思わぬ真実が告げられる
    【ケイ】
    悠長なことをやっている暇はないというのに
    …本当にすまない
    101009002
    【(選択肢)】
    1. あんたが謝る必要はない
    2. 情報屋をあたってみようか?
    3. 待つしかないよ
    Block1_1
    101009002
    【ノワール】
    いや
    別にあんたが謝る必要はない
    【ケイ】
    年が明けたというのに
    朗報のひとつもないなど…!くうっ
    Block1_2
    101009002
    【ノワール】
    情報屋に伝手がある
    聞いてみようか?
    【ノワール】
    ああ。魔女の情報まで
    つかんでいるかはわからないが…
    Block1_3
    101009002
    【ノワール】
    焦ってもしょうがない
    待つしかないよ
    【トリスタン】
    行動を始めたら
    すぐにわかるでしょ
    Block1end
    101015001
    【アーサー】
    …大陸への出入り口である各港は封鎖
    カレドニア城も引き続き監視しよう
    101040001
    【ケイ】
    精々余暇を楽しみ給え
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101091.html b/docs/story/101091.html index 5f1555bef..4cddfe025 100644 --- a/docs/story/101091.html +++ b/docs/story/101091.html @@ -11,6 +11,18 @@

    1章/メイン/G0104_寒がりの紅蓮⑤

    View script in lua + + + + + + + + + + + + @@ -86,6 +98,15 @@

    1章/メイン/G0104_寒がりの紅蓮⑤

    + + + + + + + + + @@ -106,6 +127,10 @@

    1章/メイン/G0104_寒がりの紅蓮⑤

    + + + + @@ -121,6 +146,10 @@

    1章/メイン/G0104_寒がりの紅蓮⑤

    + + + + @@ -181,6 +210,15 @@

    1章/メイン/G0104_寒がりの紅蓮⑤

    + + + + + + + + + @@ -196,6 +234,10 @@

    1章/メイン/G0104_寒がりの紅蓮⑤

    + + + + @@ -216,6 +258,10 @@

    1章/メイン/G0104_寒がりの紅蓮⑤

    + + + + @@ -265,5 +311,13 @@

    1章/メイン/G0104_寒がりの紅蓮⑤

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    なつかしい
    【ギネヴィア】
    新天地でもだいじょぶよ!友達できるわ!
    学習したの、友達づくりの方法!知りたい?
    101009001
    【(選択肢)】
    1. 知りたいな、ぜひ
    2. 俺のほうが友達多いよ
    Block1_1
    101009001
    【ノワール】
    知りたいな、ぜひ
    【ギネヴィア】
    そうよ、あなたも近くで見てたでしょ?
    Block1_2
    101009001
    【ノワール】
    俺のほうが友達多いよ
    【ギネヴィア】
    あなたが友達多いのは
    学園中みーんな知ってるよ
    Block1end
    101011001
    【ギネヴィア】
    友達作りの秘訣とは!
    『飾らないでお話すること』
    【ギネヴィア】
    それでもやらなきゃって覚悟して…!
    でもわたし、どうしてこんなにいつもだめなの?
    101009001
    【(選択肢)】
    1. 俺が覚えてるよ
    2. みんなも忘れないよ
    Block2_1
    101009001
    【ノワール】
    …俺が覚えてるよ
    【ギネヴィア】
    でも
    忘れてほしくもないの…!!
    Block2_2
    101009001
    【ノワール】
    みんなも忘れないよ
    キミのこと
    【ギネヴィア】
    ランスロットのキラーズは!?!?
    どこいったのよ!!
    Block2end
    101011001
    【ギネヴィア】
    キラーズになんかならなければ…!
    こんな気持ちに、ならなかったのに…!!
    101011001
    【ギネヴィア】
    ………どうして、わたしをえらんだの
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101092.html b/docs/story/101092.html index ec14fc55b..a1baffadc 100644 --- a/docs/story/101092.html +++ b/docs/story/101092.html @@ -11,6 +11,18 @@

    1章/メイン/G0105_ギネヴィア休眠

    View script in lua + + + + + + + + + + + + @@ -61,6 +73,15 @@

    1章/メイン/G0105_ギネヴィア休眠

    + + + + + + + + + @@ -76,6 +97,10 @@

    1章/メイン/G0105_ギネヴィア休眠

    + + + + @@ -91,6 +116,10 @@

    1章/メイン/G0105_ギネヴィア休眠

    + + + + @@ -150,5 +179,13 @@

    1章/メイン/G0105_ギネヴィア休眠

    + + + + + + + +
    template1
    Load
    Play
    101016001
    【ギネマウア】
    …そうあろうと
    つとめる子でしたから
    【ギネマウア】
    あと2度…いえ1度、戦いに赴けば
    因子はすり減り、ギネヴィアは…
    101009002
    【(選択肢)】
    1. まだ戦うべき敵がいます
    2. 休ませてあげましょう
    Block1_1
    101009002
    【ノワール】
    …まだ戦うべき敵が残っています
    【ギネマウア】
    最後の戦いに向け
    キラーズが不可欠なことも。ですが…
    Block1_2
    101009002
    【ノワール】
    …休ませてあげましょう
    【ノワール】
    ギネヴィアに無理をさせてきた
    俺の責任です
    Block1end
    101016001
    【ギネマウア】
    …彼女を
    つれて行かないでください
    101016001
    【ギネマウア】
    もうギネヴィアを
    託したくない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101093.html b/docs/story/101093.html index 0d0c17269..1e3248677 100644 --- a/docs/story/101093.html +++ b/docs/story/101093.html @@ -10,5 +10,25 @@

    1章/メイン/G0108_手紙をしたためるエレイン

    手紙をしたためる

    View script in lua -
    + + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101094.html b/docs/story/101094.html index 7ec306784..96087d4b0 100644 --- a/docs/story/101094.html +++ b/docs/story/101094.html @@ -11,6 +11,18 @@

    1章/メイン/G0109_ルーシャスとフレン

    View script in lua + + + + + + + + + + + + @@ -250,5 +262,13 @@

    1章/メイン/G0109_ルーシャスとフレン

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    ギネヴィアの願いに応じ
    ノワールは彼女と剣の祭壇を訪れる
    101039003
    【フレン・グラム】
    忘れる前みたく、呼んでほしいの
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101095.html b/docs/story/101095.html index 0d4052d0d..4034e83a9 100644 --- a/docs/story/101095.html +++ b/docs/story/101095.html @@ -11,9 +11,29 @@

    1章/メイン/G0111_ガラス細工の徒花④1

    View script in lua + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    なつかしい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101096.html b/docs/story/101096.html index 73508acb3..ff59783b2 100644 --- a/docs/story/101096.html +++ b/docs/story/101096.html @@ -11,6 +11,18 @@

    1章/メイン/G0111_ガラス細工の徒花④2

    View script in lua + + + + + + + + + + + + @@ -30,5 +42,13 @@

    1章/メイン/G0111_ガラス細工の徒花④2

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    ヤケよ、ヤケ買いよ
    101011001
    【ギネヴィア】
    うん、でも
    これがいいです
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101097.html b/docs/story/101097.html index f872ed4bc..6e253145c 100644 --- a/docs/story/101097.html +++ b/docs/story/101097.html @@ -11,6 +11,18 @@

    1章/メイン/G0111_ガラス細工の徒花④3

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    1章/メイン/G0111_ガラス細工の徒花④3

    + + + + + + + + + @@ -86,6 +107,10 @@

    1章/メイン/G0111_ガラス細工の徒花④3

    + + + + @@ -101,6 +126,10 @@

    1章/メイン/G0111_ガラス細工の徒花④3

    + + + + @@ -155,5 +184,13 @@

    1章/メイン/G0111_ガラス細工の徒花④3

    + + + + + + + +
    template1
    Load
    Play
    101030002
    【エレイン】
    先輩
    【エレイン】
    「先輩を悲しませたくない」から
    101009002
    【(選択肢)】
    1. 泣かれたら悲しいよ
    2. 「怖い」って言ってた
    Block1_1
    101009002
    【ノワール】
    …泣かれたら
    悲しいじゃないか
    【エレイン】
    そうさせたくないのに涙が出てくるから
    余計に自分に腹が立ったりするんです
    Block1_2
    101009002
    【ノワール】
    「怖い」って
    言ってた
    【エレイン】
    でもそのなかでも、一番怖いのは
    先輩を辛い気持ちにさせることです…きっと
    Block1end
    101030002
    【エレイン】
    おなじ…だから、わかるんです
    101030002
    【エレイン】
    超、しんどいな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101098.html b/docs/story/101098.html index c842dda29..6b3e18b9e 100644 --- a/docs/story/101098.html +++ b/docs/story/101098.html @@ -11,6 +11,22 @@

    1章/メイン/G0113_アーサーとノワール

    View script in lua + + + + + + + + + + + + + + + + @@ -76,6 +92,15 @@

    1章/メイン/G0113_アーサーとノワール

    + + + + + + + + + @@ -91,6 +116,10 @@

    1章/メイン/G0113_アーサーとノワール

    + + + + @@ -106,6 +135,10 @@

    1章/メイン/G0113_アーサーとノワール

    + + + + @@ -171,6 +204,15 @@

    1章/メイン/G0113_アーサーとノワール

    + + + + + + + + + @@ -186,6 +228,10 @@

    1章/メイン/G0113_アーサーとノワール

    + + + + @@ -201,6 +247,10 @@

    1章/メイン/G0113_アーサーとノワール

    + + + + @@ -211,6 +261,15 @@

    1章/メイン/G0113_アーサーとノワール

    + + + + + + + + + @@ -231,6 +290,10 @@

    1章/メイン/G0113_アーサーとノワール

    + + + + @@ -245,5 +308,17 @@

    1章/メイン/G0113_アーサーとノワール

    + + + + + + + + + + + +
    template1
    template2
    Load
    Play
    101015001
    【アーサー】
    キャメリアードの王女を
    (めと)るとき
    【アーサー】
    王妃という飾りも継承者の(つるぎ)という責務も
    彼女はまっとうしようと強がり、結果すり減った
    101009002
    【(選択肢)】
    1. 王妃にしては活発過ぎたような
    2. 継承者の劔としては頑張り過ぎだ
    Block1_1
    101009002
    【ノワール】
    王妃にしては活発過ぎたような
    【アーサー】
    彼女が前線に立つことが
    士気にもつながった
    Block1_2
    101009002
    【ノワール】
    継承者の劔としては
    頑張り過ぎだよ
    【アーサー】
    ルーシャスには対価を払ってもらわなければな
    Block1end
    101015001
    【アーサー】
    …たとえはよろしくないかもしれないが
    お前はギネヴィアの器のようなものなのだろう
    【アーサー】
    大図書院(ここ)は俺の書斎みたいなものだからな
    倉庫にはこの5倍以上蔵書がある!自慢だが!
    101009002
    【(選択肢)】
    1. 全部がアーサーの本?
    2. 救う方法を調べてくれてたのか?
    Block2_1
    101009002
    【ノワール】
    全部がアーサーの本?
    【アーサー】
    今は生徒たちの物だ
    Block2_2
    101009002
    【ノワール】
    継承者のキラーズ(オーセンティック)を救う方法を、ずっと?
    【アーサー】
    公務の暇をぬって集めるのは骨が折れた
    義兄さんや義姉さんには呆れられたよ
    Block2end
    101015001
    【アーサー】
    だが、探しても探しても見つからないんだ
    バルバロイを止める方法が──
    【アーサー】
    継承者の劔を犠牲にするしか
    101009002
    【(選択肢)】
    1. 諦めない
    2. 諦めざるを得ない
    Block3_1
    101009002
    【ノワール】
    そう言われたって
    諦め切れるものじゃない…!
    【アーサー】
    学園の皆がそう思っている
    Block3_2
    101009002
    【ノワール】
    …諦めざるを、得ないのか…?
    101015001
    【アーサー】
    そう簡単に投げ出せるものじゃないよな
    Block3end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101099.html b/docs/story/101099.html index 5b2a06251..b81874843 100644 --- a/docs/story/101099.html +++ b/docs/story/101099.html @@ -11,6 +11,18 @@

    1章/メイン/G0115_寒がりの紅蓮⑥1

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/メイン/G0115_寒がりの紅蓮⑥1

    + + + + + + + +
    template1
    Load
    Play
    【ギネヴィア】
    『リッチな夢の終わり』
    【ギネヴィア】
    (キミの想いに
    一致(イッチ)する友達が)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101100.html b/docs/story/101100.html index ea793a439..c42a6248f 100644 --- a/docs/story/101100.html +++ b/docs/story/101100.html @@ -11,6 +11,18 @@

    1章/メイン/G0115_寒がりの紅蓮⑥2

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    1章/メイン/G0115_寒がりの紅蓮⑥2

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/メイン/G0115_寒がりの紅蓮⑥2

    + + + + @@ -56,6 +81,10 @@

    1章/メイン/G0115_寒がりの紅蓮⑥2

    + + + + @@ -71,6 +100,10 @@

    1章/メイン/G0115_寒がりの紅蓮⑥2

    + + + + @@ -240,5 +273,13 @@

    1章/メイン/G0115_寒がりの紅蓮⑥2

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    …!
    【ギネヴィア】
    のっ、のっ、のわ、のわーる…?
    それに、えっ、えええ、えええええ…?
    101009002
    【(選択肢)】
    1. おはよう
    2. 体調は戻った?
    3. 2度寝する
    Block1_1
    101009002
    【ノワール】
    おはよう
    【ギネヴィア】
    そう、ええ、そうよ!
    だから驚いてるんだけど!?
    Block1_2
    101009002
    【ノワール】
    体調は戻った?
    【ギネヴィア】
    ていうかなによこれ…!
    Block1_3
    101009002
    【ノワール】
    おやすみ
    【ギネヴィア】
    オォイ!寝るな!解説して!オイ!
    Block1end
    101016001
    【ギネマウア】
    …ずいぶん、お寝坊さんね
    101011001
    【ギネヴィア】
    (まだ、捨てたもんじゃないよね)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101101.html b/docs/story/101101.html index a2242fe70..5bd33631a 100644 --- a/docs/story/101101.html +++ b/docs/story/101101.html @@ -11,6 +11,18 @@

    1章/メイン/G0117_聖都サラスへ②1

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/メイン/G0117_聖都サラスへ②1

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    行こ
    101011001
    【ギネヴィア】
    つきあって、くれるよね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101102.html b/docs/story/101102.html index 1deee8d19..fba8b1ff1 100644 --- a/docs/story/101102.html +++ b/docs/story/101102.html @@ -11,6 +11,18 @@

    1章/メイン/G0117_仲間たち:ケイ

    View script in lua + + + + + + + + + + + + @@ -30,5 +42,13 @@

    1章/メイン/G0117_仲間たち:ケイ

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    『淘汰』
    101040001
    【ケイ】
    だが、それを選ぶべきは…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101103.html b/docs/story/101103.html index 83cd48c8e..ac8e1e196 100644 --- a/docs/story/101103.html +++ b/docs/story/101103.html @@ -11,6 +11,18 @@

    1章/メイン/G0117_仲間たち:ガウェイン

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/メイン/G0117_仲間たち:ガウェイン

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    世界を救うヒーローになったってさ
    101018001
    【ラグネル】
    剣の祭壇で見たティルフィングみたいに
    何百年も何千年も先の歴史へ、置き去りに
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101104.html b/docs/story/101104.html index aedac5f7d..fa72e7710 100644 --- a/docs/story/101104.html +++ b/docs/story/101104.html @@ -11,6 +11,18 @@

    1章/メイン/G0117_仲間たち:トリスタン

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/メイン/G0117_仲間たち:トリスタン

    + + + + + + + +
    template1
    Load
    Play
    101019001
    【イゾルデ】
    その気の遠くなるような未来で
    目覚めたとき…
    101014001
    【トリスタン】
    想い人をひとりぼっちにできるかな
    互いにそうだろうけど
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101105.html b/docs/story/101105.html index b676b8862..0963ebc2b 100644 --- a/docs/story/101105.html +++ b/docs/story/101105.html @@ -11,6 +11,18 @@

    1章/メイン/G0117_仲間たち:ランス、ディナタン

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/メイン/G0117_仲間たち:ランス、ディナタン

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    世界平和の代わりに
    継承者が一生のキズを背負うってどーよ
    101010001
    【ランスロット】
    可愛い弟だ
    ずっと、ずっと前から
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101106.html b/docs/story/101106.html index a5c8c9d23..a9c208d33 100644 --- a/docs/story/101106.html +++ b/docs/story/101106.html @@ -11,6 +11,14 @@

    1章/メイン/G0117_聖都サラスへ②2

    View script in lua + + + + + + + + @@ -21,6 +29,11 @@

    1章/メイン/G0117_聖都サラスへ②2

    + + + + + @@ -100,5 +113,13 @@

    1章/メイン/G0117_聖都サラスへ②2

    + + + + + + + +
    Load
    Play
    101015001
    【アーサー】
    来てくれたんだな
    【ギネヴィア・アロンダイト】
    まだ完全に踏ん切りついたわけじゃないけど
    貰えるモンは貰っとくのもいいかなって
    101009001
    【(選択肢)】
    1. 貧乏性だなあ
    2. 気持ちは一緒だ
    3. 貰えるモン?
    101009001
    【ノワール】
    貧乏性だなあ
    101015001
    【ノワール/ギネヴィア】
    いってきます
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101107.html b/docs/story/101107.html index b4d01e920..33762f6be 100644 --- a/docs/story/101107.html +++ b/docs/story/101107.html @@ -10,5 +10,25 @@

    1章/メイン/G0117_聖都サラスへ②3

    見送れないままで

    View script in lua -
    + + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101108.html b/docs/story/101108.html index 34b4835ef..e5ef27f66 100644 --- a/docs/story/101108.html +++ b/docs/story/101108.html @@ -11,6 +11,18 @@

    1章/メイン/G0117_聖都サラスへ③1

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/メイン/G0117_聖都サラスへ③1

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/メイン/G0117_聖都サラスへ③1

    + + + + @@ -56,6 +81,10 @@

    1章/メイン/G0117_聖都サラスへ③1

    + + + + @@ -66,6 +95,15 @@

    1章/メイン/G0117_聖都サラスへ③1

    + + + + + + + + + @@ -81,6 +119,10 @@

    1章/メイン/G0117_聖都サラスへ③1

    + + + + @@ -96,6 +138,10 @@

    1章/メイン/G0117_聖都サラスへ③1

    + + + + @@ -146,6 +192,15 @@

    1章/メイン/G0117_聖都サラスへ③1

    + + + + + + + + + @@ -161,6 +216,10 @@

    1章/メイン/G0117_聖都サラスへ③1

    + + + + @@ -176,6 +235,10 @@

    1章/メイン/G0117_聖都サラスへ③1

    + + + + @@ -191,11 +254,24 @@

    1章/メイン/G0117_聖都サラスへ③1

    + + + + + + + + + + + + + @@ -211,6 +287,10 @@

    1章/メイン/G0117_聖都サラスへ③1

    + + + + @@ -235,5 +315,17 @@

    1章/メイン/G0117_聖都サラスへ③1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101011002
    【ギネヴィア・アロンダイト】
    誰もいないふたり旅ね
    【ギネヴィア・アロンダイト】
    寝床とかあるのかな
    わたしはねえ、ベッドなきゃ寝れないんだあ
    101009001
    【(選択肢)】
    1. 早く聖杯を安置する場所を探そう
    2. 着替えも持って来れば良かった
    Block1_1
    101009001
    【ノワール】
    早く聖杯を安置する場所を探そう
    ルーシャスの動向も気になるし
    【ギネヴィア・アロンダイト】
    そうね
    Block1_2
    101009001
    【ノワール】
    着替えも持って来れば良かったな
    【ギネヴィア・アロンダイト】
    旅先で買っちゃうのもいいよね!
    ここにはなんもなさそうだけど!
    Block1end
    101011002
    【ギネヴィア・アロンダイト】
    あとはやっぱりお金ね
    使える場所あるのかしらそもそも
    【ギネヴィア・アロンダイト】
    ね。こういうときこそアレよ!
    101009001
    【(選択肢)】
    1. 異国のコイン!
    2. アレって?
    Block2_1
    101009001
    【ノワール】
    異国のコイン!!
    【ギネヴィア・アロンダイト】
    自慢のコレクションが
    火を噴くわ~
    Block2_2
    101009001
    【ノワール】
    アレって?
    【ギネヴィア・アロンダイト】
    わたしが集めてたコインが
    あったでしょ?
    Block2end
    101011002
    【ギネヴィア・アロンダイト】
    ねえねえ。わたしがあげたコイン
    まだ持っててくれてるんだよね
    【ギネヴィア・アロンダイト】
    わたしのワガママで
    逃げたりやめたりできないし
    101009001
    【(選択肢)】
    1. ギネヴィアがそう望むなら
    2. 継承者としてすべきことをするよ
    3. ワガママ言ったっていい
    Block3_1
    101009001
    【ノワール】
    ギネヴィアがそう望むなら
    【ギネヴィア・アロンダイト】
    聖域化するってこと?
    やめるってこと?
    Block3_2
    101009001
    【ノワール】
    継承者としてすべきことをするよ
    亡くした人もたくさんいる
    【ギネヴィア・アロンダイト】
    ノワールのためにも
    みんなのためにも、それが一番
    Block3_3
    101009001
    【ノワール】
    ワガママ言ったっていいよ
    【ギネヴィア・アロンダイト】
    「世界は滅べ!わたしを守って!」
    とかワガママ言ってもいい?ほんとに?
    Block3end
    101011002
    【ギネヴィア・アロンダイト】
    平気だよ、わたし
    101009001
    【(選択肢)】
    1. 忘れないから。絶対に
    2. うそだ
    Block4_1
    101009001
    【ノワール】
    忘れないから
    絶対に
    【ギネヴィア・アロンダイト】
    …ノワールは、強いね
    Block4_2
    101009001
    【ノワール】
    うそだ
    【】
    「現実を見るのが、怖いの…っ」
    Block4end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101109.html b/docs/story/101109.html index cbfa8977b..6465a3593 100644 --- a/docs/story/101109.html +++ b/docs/story/101109.html @@ -11,9 +11,29 @@

    1章/メイン/G0117_聖都サラスへ③2

    View script in lua + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    101011002
    【ギネヴィア・アロンダイト】
    さよなら、しよ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101110.html b/docs/story/101110.html index c4d14968c..130f2351b 100644 --- a/docs/story/101110.html +++ b/docs/story/101110.html @@ -11,6 +11,18 @@

    1章/メイン/G0117_聖都サラスへ③3

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/G0117_聖都サラスへ③3

    + + + + + + + +
    template1
    Load
    Play
    101011002
    【ギネヴィア・アロンダイト】
    え…?
    101011002
    【ギネヴィア・アロンダイト】
    「淘汰」
    「白き竜」…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101111.html b/docs/story/101111.html index 47ab9abc4..e71967abd 100644 --- a/docs/story/101111.html +++ b/docs/story/101111.html @@ -11,11 +11,32 @@

    1章/メイン/G0117_聖都サラスへ③4

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -31,6 +52,10 @@

    1章/メイン/G0117_聖都サラスへ③4

    + + + + @@ -46,6 +71,10 @@

    1章/メイン/G0117_聖都サラスへ③4

    + + + + @@ -75,5 +104,13 @@

    1章/メイン/G0117_聖都サラスへ③4

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    …いま、のは…?
    101009001
    【(選択肢)】
    1. ギネヴィア、身体は大丈夫か?
    2. サラスから…はじき出された?
    Block1_1
    101009001
    【ノワール】
    ギネヴィア…!
    身体は大丈夫か?
    【ギネヴィア】
    ありがと、ノワール
    心配してくれて…
    Block1_2
    101009001
    【ノワール】
    サラスから…はじき出された?
    【ギネヴィア】
    わかんない…けど…
    Block1end
    101009001
    【ノワール】
    サラスでなにを聞いたんだ?
    101011001
    【ギネヴィア】
    帰ろ、学園に…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101117.html b/docs/story/101117.html index c770325b9..c980441f4 100644 --- a/docs/story/101117.html +++ b/docs/story/101117.html @@ -11,6 +11,14 @@

    1章/メイン/G0123_学園奪還戦①

    View script in lua + + + + + + + + @@ -67,12 +75,12 @@

    1章/メイン/G0123_学園奪還戦①

    - + - + @@ -82,27 +90,27 @@

    1章/メイン/G0123_学園奪還戦①

    - + - + - + - + - + @@ -112,7 +120,7 @@

    1章/メイン/G0123_学園奪還戦①

    - + @@ -122,52 +130,52 @@

    1章/メイン/G0123_学園奪還戦①

    - + - + - + - + - + - + - + - + - + - + @@ -177,12 +185,12 @@

    1章/メイン/G0123_学園奪還戦①

    - + - + @@ -212,7 +220,7 @@

    1章/メイン/G0123_学園奪還戦①

    - + @@ -276,6 +284,19 @@

    1章/メイン/G0123_学園奪還戦①

    + + + + + + + + + + + + + @@ -291,6 +312,10 @@

    1章/メイン/G0123_学園奪還戦①

    + + + + @@ -306,9 +331,21 @@

    1章/メイン/G0123_学園奪還戦①

    + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    継承者とその武器として聖域化の力を得るため
    ノワールとギネヴィアはサラスの都を訪れる
    101038003
    101038002
    【ローラ・バルムンク】
    復讐に来ました
    いつかの、私のために
    101039003
    101039002
    【フレン・グラム】
    遅いお帰りね
    ギネヴィア・アロンダイト
    101038003
    101038002
    【ローラ・バルムンク】
    ルーシャス皇太子殿下からのお言葉を
    お伝えいたします
    101038003
    101038002
    【フレン/ローラ】
    「ふたり旅は愉しめたかな」
    101038003
    101038002
    【ローラ・バルムンク】
    「魔女の知識をお届けしよう
    力の収束する場所は時空の歪みが発生する」
    101039003
    101039002
    【フレン・グラム】
    「外界と隔絶されたサラスの都
    そこは時間の流れが緩やかとなり」
    101038003
    101038002
    【ローラ・バルムンク】
    「そなたらが旅行を愉しむあいだにこちらでは
    ゆうに1週間が経過している」
    101039003
    101039002
    【フレン・グラム】
    「楽園を目指すモルガンだからわかったことだ
    誰も責めてはいけないよ継承者」
    101038003
    101038002
    【ローラ・バルムンク】
    「余は今や魔女の力を手中に収め
    バルバロイを完全なる支配下に置いた」
    101038003
    101038002
    【フレン/ローラ】
    「円卓の騎士は我らローマの相手と
    聖杯探索で疲弊の極み」
    101038003
    101038002
    【ローラ・バルムンク】
    「継承者とそのキラーズを送り出し
    その懐は丸裸」
    101039003
    101039002
    【フレン・グラム】
    「さらに、魔女モルガンの再生・侵蝕能力に
    唯一対抗出来る最強のキラーズ(エクスカリバー)の不在」
    101038003
    101038002
    【ローラ・バルムンク】
    「ログレスすべてを喰い尽くす絶好の機会だった
    歯ごたえのない戦いだったがね」
    101038003
    101038002
    【フレン/ローラ】
    「我が世の春をありがとう」
    101038003
    101038002
    【フレン/ローラ】
    「抗うか?
    つがいのみで」
    101038003
    101038002
    【???】
    ようやく後悔を?
    継承者
    101038003
    101038002
    【ローラ・バルムンク】
    だれ…?
    101039003
    101039002
    【フレン・グラム】
    …ラシア
    101039003
    101039002
    【フレン・グラム】
    もう忘れるよ
    101039003
    101039002
    【フレン・グラム】
    もうすぐ本当に
    ローラとお揃いなの
    101039003
    101039002
    【フレン・グラム】
    そばにいてあげたい人のため
    守るために捨てるべきものがあるの
    【ギネヴィア】
    あなたが選んだ
    わたしが好きよ
    101009001
    【(選択肢)】
    1. ギネヴィアの手を握る
    2. ギネヴィアを抱きしめる
    MA_01A900_26_select1
    MA_01A900_26_select1_1
    101011001
    【ギネヴィア (心の声)】
    (大好きなともだちのために)
    【ギネヴィア】
    あなた…得物の銘は?
    MA_01A900_26_select1_2
    101011001
    【ギネヴィア (心の声)】
    (大好きなあなたのために)
    【ギネヴィア】
    あなた…得物の銘は?
    MA_01A900_26_end
    101009001
    【ノワール】
    ギネヴィア──
    因枢分解(ファクタライズ)・アロンダイト
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101118.html b/docs/story/101118.html index 9363aeede..7fa23d9b6 100644 --- a/docs/story/101118.html +++ b/docs/story/101118.html @@ -11,6 +11,18 @@

    1章/メイン/G0123_エレインの手紙1

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/G0123_エレインの手紙1

    + + + + + + + +
    template1
    Load
    Play
    【】
    「いえない気持ちを
    したためます」
    101030002
    【エレイン】
    「いま貴方に費やした時間は消えない」
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101119.html b/docs/story/101119.html index 151508365..af83be0fe 100644 --- a/docs/story/101119.html +++ b/docs/story/101119.html @@ -11,6 +11,18 @@

    1章/メイン/G0123_エレインの手紙2

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/メイン/G0123_エレインの手紙2

    + + + + + + + +
    template1
    Load
    Play
    【エレイン】
    「あなたと過ごした毎朝毎昼毎夜は
    一千年後も私たちの人生の一部として遺る」
    【エレイン】
    「終わるまで一緒に戦います
    キズついてもキズついても」
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101120.html b/docs/story/101120.html index dc00284c6..a5c377c32 100644 --- a/docs/story/101120.html +++ b/docs/story/101120.html @@ -11,6 +11,14 @@

    1章/メイン/G0123_学園奪還戦②

    View script in lua + + + + + + + + @@ -37,7 +45,7 @@

    1章/メイン/G0123_学園奪還戦②

    - + @@ -52,7 +60,7 @@

    1章/メイン/G0123_学園奪還戦②

    - + @@ -76,6 +84,19 @@

    1章/メイン/G0123_学園奪還戦②

    + + + + + + + + + + + + + @@ -96,6 +117,10 @@

    1章/メイン/G0123_学園奪還戦②

    + + + + @@ -116,6 +141,10 @@

    1章/メイン/G0123_学園奪還戦②

    + + + + @@ -127,7 +156,7 @@

    1章/メイン/G0123_学園奪還戦②

    - + @@ -137,7 +166,7 @@

    1章/メイン/G0123_学園奪還戦②

    - + @@ -147,18 +176,26 @@

    1章/メイン/G0123_学園奪還戦②

    - + - + - + + + + + + + + +
    Load
    Play
    【???】
    ええ
    そうです
    101039003
    101039002
    【フレン・グラム】
    バカな!ログレスの人間は全員
    バルバロイに喰らわせたはず!?
    101038003
    101038002
    【ローラ・バルムンク】
    …!
    【ギネヴィア・アロンダイト】
    …たらふくね
    101009001
    【(選択肢)】
    1. ギネヴィア、走れるか?
    2. エレイン、頼んでいいか?
    MA_01A900_32_select1
    MA_01A900_32_select1_1
    101009001
    【ノワール】
    ギネヴィア、走れるか?
    【ギネヴィア・アロンダイト】
    ルーシャスは円卓の間よ、絶対ね
    神目指すんならまずは王座を得てからでしょ
    MA_01A900_32_select1_2
    101009001
    【ノワール】
    エレイン、頼んでいいのか?
    【ギネヴィア・アロンダイト】
    ルーシャスは円卓の間よ、絶対ね
    神目指すんならまずは王座を得てからでしょ
    MA_01A900_32_end
    101011002
    【エレイン】
    さあ
    いってください!
    101039003
    101039002
    【フレン・グラム】
    ルーシャスくんのもとには…!!
    101037002
    【ラシア・アスカロン】
    …あなたの相手は、私です
    101037002
    【ラシア・アスカロン】
    もう「ローマのため」なんて口実はない
    101037002
    【ラシア・アスカロン】
    ヴェルナルス様への恩義が
    もはや私の呪縛であったとしても…!!
    101037002
    【ラシア・アスカロン】
    その呪いこそが、私の力です!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101121.html b/docs/story/101121.html index d1506f8e2..b760048f2 100644 --- a/docs/story/101121.html +++ b/docs/story/101121.html @@ -11,6 +11,22 @@

    1章/メイン/G0123_学園奪還戦③1

    View script in lua + + + + + + + + + + + + + + + + @@ -32,22 +48,35 @@

    1章/メイン/G0123_学園奪還戦③1

    - + - + + + + + + + + + + + + + + - + @@ -56,13 +85,17 @@

    1章/メイン/G0123_学園奪還戦③1

    + + + + - + @@ -72,12 +105,16 @@

    1章/メイン/G0123_学園奪還戦③1

    - + + + + + - + @@ -112,32 +149,32 @@

    1章/メイン/G0123_学園奪還戦③1

    - + - + - + - + - + - + @@ -235,5 +272,13 @@

    1章/メイン/G0123_学園奪還戦③1

    + + + + + + + +
    Load
    Fren2MoveSet
    Lola2MoveSet
    Play
    101009001
    【ノワール】
    ギネヴィア!!
    101042001
    【モーロノエー】
    ここで息絶えて…!
    101042001
    【モーロノエー】
    あなたたちを呑み込んで
    ルーシャスを殺せば…!!
    101009001
    【(選択肢)】
    1. (斬り込む)
    2. (ギネヴィアを守る)
    MA_01A900_33_select1
    MA_01A900_33_select1_1
    101009001
    【ノワール】
    邪魔をするなッッ!!
    101042001
    【モーロノエー】
    大事なキラーズを置いていく気?
    【ギネヴィア・アロンダイト】
    わたしはいいわ、ブッた斬って!!
    MA_01A900_33_select1_2
    101009001
    【ノワール】
    ギネヴィア…!俺の後ろに!!
    101042001
    【モーロノエー】
    武器が使い手に守られるなんて
    なさけない…♪
    101042001
    MA_01A900_33_end
    【モーロノエー】
    なっ、にィッッ!?
    101042001
    【???】
    キャメリアード王(おとうさま)の仇、今こそ
    101039003
    101039002
    【フレン・グラム】
    行かせないっ!!
    101038003
    101038002
    【ローラ・バルムンク】
    ここで討たなきゃ…!!
    101038003
    101038002
    【???】
    待っていた
    101038003
    101038002
    【ローラ・バルムンク】
    !?
    101039003
    101039002
    【フレン・グラム】
    ゥううぁぁあぁッッ!?
    101039003
    101039002
    【???】
    このまま進め!
    101016002
    【ギネマウア・ロンゴミアント】
    私も
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101122.html b/docs/story/101122.html index f08ad732c..44327472c 100644 --- a/docs/story/101122.html +++ b/docs/story/101122.html @@ -11,6 +11,14 @@

    1章/メイン/G0123_学園奪還戦③2

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/メイン/G0123_学園奪還戦③2

    + + + + + + + +
    Load
    Play
    101014001
    【トリスタン】
    皇太子殿下の驚く顔が目に浮かぶね
    101013001
    【ガウェイン】
    ………ありがとうな、師匠
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101123.html b/docs/story/101123.html index 25c356e34..40715f117 100644 --- a/docs/story/101123.html +++ b/docs/story/101123.html @@ -11,6 +11,18 @@

    1章/メイン/G0123_学園奪還戦③3

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/G0123_学園奪還戦③3

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    兵は引き続き城門を固めろ!
    キャメリアード内の民を絶対に傷つけさせるな!
    101040001
    【ケイ】
    よく帰って来た
    継承者
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101124.html b/docs/story/101124.html index 53d724caa..7fa2cd4ad 100644 --- a/docs/story/101124.html +++ b/docs/story/101124.html @@ -11,6 +11,14 @@

    1章/メイン/G0123_学園奪還戦④1

    View script in lua + + + + + + + + @@ -36,6 +44,19 @@

    1章/メイン/G0123_学園奪還戦④1

    + + + + + + + + + + + + + @@ -61,6 +82,10 @@

    1章/メイン/G0123_学園奪還戦④1

    + + + + @@ -86,6 +111,10 @@

    1章/メイン/G0123_学園奪還戦④1

    + + + + @@ -171,6 +200,19 @@

    1章/メイン/G0123_学園奪還戦④1

    + + + + + + + + + + + + + @@ -191,6 +233,10 @@

    1章/メイン/G0123_学園奪還戦④1

    + + + + @@ -205,5 +251,17 @@

    1章/メイン/G0123_学園奪還戦④1

    + + + + + + + + + + + +
    Load
    Play
    101051003
    【ルーシャス】
    「愛とは」
    難しい命題であった
    【ルーシャス】
    それが愛。それが絆
    この学園はそれを生み出す装置だ…違うか?
    101009001
    【(選択肢)】
    1. だったらなんだ
    2. 違う
    MA_01A900_36_select1
    MA_01A900_36_select1_1
    101009001
    【ノワール】
    …だったらなんだ
    【ルーシャス】
    そなたを長らえさせることすらできぬ
    しかし余は違うぞ?
    MA_01A900_36_select1_2
    101009001
    【ノワール】
    違う
    【ルーシャス】
    そなたを長らえさせることすらできぬ
    しかし余は違うぞ?
    MA_01A900_36_end
    101009001
    【ノワール】
    !?
    【ルーシャス】
    楽園への道はローマに通じ
    余は、神にも等しき座につける
    101009001
    【(選択肢)】
    1. 記憶を喰われながらか?
    2. ギネヴィアを助けてくれるのか?
    MA_01A900_36_select2
    MA_01A900_36_select2_1
    101009001
    【ノワール】
    みんなバルバロイに記憶を喰われながら
    生きていけっていうのか
    【ルーシャス】
    ライエンスや、余のように
    MA_01A900_36_select2_2
    101009001
    【ノワール】
    ギネヴィアを、助けてくれるのか?
    101051003
    【ルーシャス】
    望むならもてなしてもやるさ
    バルバロイの妃として
    MA_01A900_36_2_end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101125.html b/docs/story/101125.html index 00585eeda..86326c11c 100644 --- a/docs/story/101125.html +++ b/docs/story/101125.html @@ -11,6 +11,14 @@

    1章/メイン/G0123_学園奪還戦④2

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/メイン/G0123_学園奪還戦④2

    + + + + + + + +
    Load
    Play
    101030002
    【エレイン】
    戦争も、苦しさも、死も、病もない
    悩むことも、落ち込むことも、傷つくこともない
    101030002
    【エレイン】
    けどそんな
    キズひとつない美しい世界なんて…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101126.html b/docs/story/101126.html index 8257ca345..cc8fbd1bd 100644 --- a/docs/story/101126.html +++ b/docs/story/101126.html @@ -11,6 +11,14 @@

    1章/メイン/G0123_学園奪還戦④3

    View script in lua + + + + + + + + @@ -70,5 +78,13 @@

    1章/メイン/G0123_学園奪還戦④3

    + + + + + + + +
    Load
    Play
    101011002
    【ギネヴィア・アロンダイト】
    おっことわりよ
    【ギネヴィア・アロンダイト】
    あたたかさも
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101127.html b/docs/story/101127.html index 1df080c4d..942c13542 100644 --- a/docs/story/101127.html +++ b/docs/story/101127.html @@ -11,6 +11,14 @@

    1章/メイン/G0123_学園奪還戦④4

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/メイン/G0123_学園奪還戦④4

    + + + + + + + +
    Load
    Play
    【エレイン】
    癒えない傷痕(きずあと)も!!
    101030002
    【エレイン】
    神様なんか
    好きにされたくないでしょう!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101128.html b/docs/story/101128.html index 3843e1809..c1b0fd9a7 100644 --- a/docs/story/101128.html +++ b/docs/story/101128.html @@ -11,6 +11,14 @@

    1章/メイン/G0123_学園奪還戦④5

    View script in lua + + + + + + + + @@ -70,5 +78,13 @@

    1章/メイン/G0123_学園奪還戦④5

    + + + + + + + +
    Load
    Play
    101011002
    【ギネヴィア・アロンダイト】
    死んだように生きてくだけじゃ意味ないのよ…!
    【ノワール】
    その日が来るまで
    誰かと生き抜くんだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101129.html b/docs/story/101129.html index 51cfb7ca9..e4b36af15 100644 --- a/docs/story/101129.html +++ b/docs/story/101129.html @@ -11,6 +11,14 @@

    1章/メイン/G0123_学園奪還戦⑤

    View script in lua + + + + + + + + @@ -92,7 +100,7 @@

    1章/メイン/G0123_学園奪還戦⑤

    - + @@ -102,12 +110,12 @@

    1章/メイン/G0123_学園奪還戦⑤

    - + - + @@ -130,5 +138,30 @@

    1章/メイン/G0123_学園奪還戦⑤

    + + + + + + + + + + + + + + + + + + + + + + + + +
    Load
    Play
    101051003
    【ルーシャス】
    美しき『ローマによる平和(パクス・ロマーナ)』は間もなく
    現実のものとなる
    101010001
    【ランスロット】
    まだ、あるはずだ…!
    ノワール!
    101038003
    101038002
    【ローラ・バルムンク】
    終わりです
    101039003
    101039002
    【フレン・グラム】
    学園も、この国も!
    101011002
    【ギネヴィア・アロンダイト】
    「かぎられた資源を有効に使う」の!!
    101009001
    【(選択肢)】
    1. ギネヴィアと最初の旅を思い出す
    MA_01A900_44_select1
    MA_01A900_44_select1_1
    MA_01A900_44_end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101130.html b/docs/story/101130.html index 277008d82..9e10ee786 100644 --- a/docs/story/101130.html +++ b/docs/story/101130.html @@ -11,6 +11,18 @@

    1章/メイン/G0123_学園奪還戦⑥1

    View script in lua + + + + + + + + + + + + @@ -61,9 +73,30 @@

    1章/メイン/G0123_学園奪還戦⑥1

    + + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    きっかけは
    錆びついた剣の(きし)
    【*******】
    我が本銘(オリジナル)は…
    101009001
    【(選択肢)】
    1. ティルフィング
    BlockMA_01A900_45_1_1
    BlockMA_01A900_45_1end
    101009001
    【ノワール】
    ティルフィング
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101131.html b/docs/story/101131.html index 5afb63dc6..51269bc31 100644 --- a/docs/story/101131.html +++ b/docs/story/101131.html @@ -11,6 +11,14 @@

    1章/メイン/G0123_学園奪還戦⑥2

    View script in lua + + + + + + + + @@ -31,6 +39,19 @@

    1章/メイン/G0123_学園奪還戦⑥2

    + + + + + + + + + + + + + @@ -51,6 +72,10 @@

    1章/メイン/G0123_学園奪還戦⑥2

    + + + + @@ -71,6 +96,10 @@

    1章/メイン/G0123_学園奪還戦⑥2

    + + + + @@ -96,6 +125,10 @@

    1章/メイン/G0123_学園奪還戦⑥2

    + + + + @@ -120,5 +153,13 @@

    1章/メイン/G0123_学園奪還戦⑥2

    + + + + + + + +
    Load
    Play
    101051003
    【ルーシャス】
    なぜ、このような…
    なにがすべてを狂わせた
    【ギネヴィア・アロンダイト】
    高望みが、過ぎたのよ
    101009001
    【(選択肢)】
    1. ギネヴィアに言い寄ったりな
    2. 神になろうなどと
    3. 愛や友達なんて知らないはずだ
    MA_01A900_46_select1
    MA_01A900_46_select1_1
    101009001
    【ノワール】
    ギネヴィアに言い寄ったりな
    【ルーシャス】
    …ならば余は、より高みへ昇ろう
    この身がどれだけ(ただ)れようとも
    MA_01A900_46_select1_2
    101009001
    【ノワール】
    神になろうなどと
    【ルーシャス】
    …ならば余は、より高みへ昇ろう
    この身がどれだけ(ただ)れようとも
    MA_01A900_46_select1_3
    101009001
    【ノワール】
    愛や友達なんて知らないはずなのに
    【ルーシャス】
    …ならば余は、より高みへ昇ろう
    この身がどれだけ(ただ)れようとも
    MA_01A900_46_end
    101051003
    【ルーシャス】
    不眠の軍勢が道を歩むローマの再興を
    ユーサーに虐げられた民の復讐を
    101011002
    【ギネヴィア・アロンダイト】
    寝言は寝てから言ってよね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101132.html b/docs/story/101132.html index cbd4f27b3..e3296bd1c 100644 --- a/docs/story/101132.html +++ b/docs/story/101132.html @@ -12,12 +12,20 @@

    1章/メイン/G0123_学園奪還戦⑥3

    View script in lua - + + + + + + + + + - + @@ -40,5 +48,13 @@

    1章/メイン/G0123_学園奪還戦⑥3

    + + + + + + + +
    101039003
    Load
    Play
    101039002
    【フレン・グラム】
    我らがローマ…!
    その五体、眠らず振るえ!
    101038003
    101038002
    【ローラ・バルムンク】
    我らがローマ!!
    この五体、死しても眠らず!
    101009001
    【ノワール】
    ローマの平和を終わらせろ!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101133.html b/docs/story/101133.html index 0df7f925b..e17d675cc 100644 --- a/docs/story/101133.html +++ b/docs/story/101133.html @@ -11,6 +11,14 @@

    1章/メイン/G0123_学園奪還戦⑦

    View script in lua + + + + + + + + @@ -67,7 +75,7 @@

    1章/メイン/G0123_学園奪還戦⑦

    - + @@ -77,7 +85,7 @@

    1章/メイン/G0123_学園奪還戦⑦

    - + @@ -95,5 +103,13 @@

    1章/メイン/G0123_学園奪還戦⑦

    + + + + + + + +
    Load
    Play
    101030002
    【エレイン】
    あなたはまだ、かわれます
    101044001
    【グリーテン】
    …よくも、ネアをやってくれたね
    101044001
    【グリーテン】
    報いを、受けろ
    101037002
    【ラシア・アスカロン】
    なにも変われずとも、よかった
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101134.html b/docs/story/101134.html index e149a7bf0..023469ad5 100644 --- a/docs/story/101134.html +++ b/docs/story/101134.html @@ -11,6 +11,14 @@

    1章/メイン/G0123_学園奪還戦⑧

    View script in lua + + + + + + + + @@ -26,6 +34,19 @@

    1章/メイン/G0123_学園奪還戦⑧

    + + + + + + + + + + + + + @@ -51,6 +72,10 @@

    1章/メイン/G0123_学園奪還戦⑧

    + + + + @@ -76,6 +101,10 @@

    1章/メイン/G0123_学園奪還戦⑧

    + + + + @@ -325,5 +354,13 @@

    1章/メイン/G0123_学園奪還戦⑧

    + + + + + + + +
    Load
    Play
    101051001
    【ルーシャス】
    余は…眠る
    どうせもう、夢は…
    【ルーシャス】
    ああ…ノワール
    そなたは…、余の、トモダチ、か…?
    101009001
    【(選択肢)】
    1. 友達だ
    2. 違う
    MA_01A900_53_select1
    MA_01A900_53_select1_1
    101009001
    【ノワール】
    …友達だ
    【ルーシャス】
    愛…は、やはり…クッククク
    不可解で、わからなかった、最期まで…
    MA_01A900_53_select1_2
    101009001
    【ノワール】
    …違う
    【ルーシャス】
    愛…は、やはり…クッククク
    不可解で、わからなかった、最期まで…
    MA_01A900_53_end
    101011001
    【ギネヴィア】
    なに言ってんのよ
    101011001
    【ギネヴィア】
    ごめん、あそばせ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101135.html b/docs/story/101135.html index 0401d1d59..599545d14 100644 --- a/docs/story/101135.html +++ b/docs/story/101135.html @@ -11,6 +11,14 @@

    1章/メイン/G0123_お別れ・笑顔で壊れてく

    View script in lua + + + + + + + + @@ -56,14 +64,35 @@

    1章/メイン/G0123_お別れ・笑顔で壊れてく

    + + + + + + + + + + + + + - + + + + + - + + + + + @@ -160,5 +189,13 @@

    1章/メイン/G0123_お別れ・笑顔で壊れてく

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    大ッ嫌いだったわ
    あなただけじゃない、すべてが
    【ギネヴィア】
    最期まで、名前を呼んで
    101009001
    【(選択肢)】
    1. ずっとそばにいてくれ
    2. キミとだから強くいられた
    MA_01A900_54_select1
    MA_01A900_54_select1_1
    【ギネヴィア】
    貴方の武器を、見つけて
    【(選択肢)】
    貴方の武器を、見つけて
    MA_01A900_54_select1_2
    【ギネヴィア】
    貴方の武器を、見つけて
    【(選択肢)】
    貴方の武器を、見つけて
    MA_01A900_54_end
    【ギネヴィア・アロンダイト】
    最高の思い出になるよ、わたし
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101142.html b/docs/story/101142.html index c69c8753b..3738c19c1 100644 --- a/docs/story/101142.html +++ b/docs/story/101142.html @@ -10,5 +10,25 @@

    1章/メイン/G0130_Gルート共通ED

    センチメンタルジャーニー

    View script in lua -
    + + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101143.html b/docs/story/101143.html index 6a63690d9..5984b7484 100644 --- a/docs/story/101143.html +++ b/docs/story/101143.html @@ -11,6 +11,18 @@

    1章/メイン/G0130_アーサー歴史はB級を語る

    View script in lua + + + + + + + + + + + + @@ -150,5 +162,13 @@

    1章/メイン/G0130_アーサー歴史はB級を語る

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    あえて語ろう
    胸を張りて
    101015001
    【アーサー】
    ありがとう
    共に卓を囲んでくれて
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101145.html b/docs/story/101145.html index cee384155..a872e42a0 100644 --- a/docs/story/101145.html +++ b/docs/story/101145.html @@ -11,6 +11,18 @@

    1章/メイン/G0130_エレインED

    View script in lua + + + + + + + + + + + + @@ -190,5 +202,13 @@

    1章/メイン/G0130_エレインED

    + + + + + + + +
    template1
    Load
    Play
    101030002
    【エレイン】
    美しい
    ってなんだと思います?
    101030002
    【エレイン】
    どれだけ遠くても、いつまでも
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101146.html b/docs/story/101146.html index 379900e58..b40dc7532 100644 --- a/docs/story/101146.html +++ b/docs/story/101146.html @@ -11,6 +11,18 @@

    1章/メイン/G0130_ギネヴィアED

    View script in lua + + + + + + + + + + + + @@ -170,5 +182,13 @@

    1章/メイン/G0130_ギネヴィアED

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    不格好なコート(ラ・コート・マルタイユ)』ぉ?
    101011001
    【ギネヴィア】
    金ぴかの思い出でいっぱいだからね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101153.html b/docs/story/101153.html index f9085c17e..dbdac0eb2 100644 --- a/docs/story/101153.html +++ b/docs/story/101153.html @@ -11,9 +11,29 @@

    1章/メイン/L0901_予知夢1

    View script in lua + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ………夢?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101155.html b/docs/story/101155.html index 76a9e077c..e8d32abda 100644 --- a/docs/story/101155.html +++ b/docs/story/101155.html @@ -11,6 +11,18 @@

    1章/メイン/L0901_ランスロットの独白

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/メイン/L0901_ランスロットの独白

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    (あなた)を継ぎ、歩み来て
    お前と会うべく走りて
    101010001
    【ランスロット】
    償い切るまで、背くなよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101156.html b/docs/story/101156.html index 0206911ab..d285788fd 100644 --- a/docs/story/101156.html +++ b/docs/story/101156.html @@ -11,6 +11,18 @@

    1章/メイン/L0902_円卓会議・奇跡の所在

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    1章/メイン/L0902_円卓会議・奇跡の所在

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/メイン/L0902_円卓会議・奇跡の所在

    + + + + @@ -86,6 +111,10 @@

    1章/メイン/L0902_円卓会議・奇跡の所在

    + + + + @@ -116,6 +145,15 @@

    1章/メイン/L0902_円卓会議・奇跡の所在

    + + + + + + + + + @@ -131,6 +169,10 @@

    1章/メイン/L0902_円卓会議・奇跡の所在

    + + + + @@ -156,6 +198,10 @@

    1章/メイン/L0902_円卓会議・奇跡の所在

    + + + + @@ -225,5 +271,13 @@

    1章/メイン/L0902_円卓会議・奇跡の所在

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    現状を、整理しようか
    【ランスロット】
    ルーシャスは魔女と組んでいた
    ローマの支配地区はバルバロイのそれと同義だ
    101009002
    【(選択肢)】
    1. ルーシャスが魔女と組む利点は?
    2. まとめて叩き潰すまでだ
    Block1_1
    101009002
    【ノワール】
    ルーシャスが
    魔女やバルバロイと組む利点は?
    【トリスタン】
    ルーシャスに魔女やバルバロイを御せるのかな
    食いモノにされて終わりな気もするけどね
    Block1_2
    101009002
    【ノワール】
    どことどこが結託しようと関係ない
    まとめて叩き潰すまでだ
    【ガウェイン】
    兵糧はバッチシ!だけどよォ…
    Block1end
    101015001
    【アーサー】
    つまり敵は、大陸とも繋がり物量でも勝るローマ
    そしてその数を増やし続けるバルバロイと魔女…
    【ランスロット】
    そうだ。では
    なぜ俺たちは聖杯を探さねばならないのか?
    101009002
    【(選択肢)】
    1. バルバロイを根絶するため
    2. 奇跡の器だから
    Block2_1
    101009002
    【ノワール】
    決まってる
    この地からバルバロイを根絶するためだ
    【ランスロット】
    伝承が語る──
    GS(ゲシュタルト・シフト)を果たした、力を持つ者の責務だ
    Block2_2
    101009002
    【ノワール】
    奇跡の器だからだ
    【ノワール】
    つまり、バルバロイの根絶か
    Block2end
    101015001
    【アーサー】
    そして古代、バルバロイの封だった最初の武器(ティルフィング)
    継承者をGSへと導き、それを果たさせた
    101010001
    【ランスロット】
    平和な話は、それからだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101157.html b/docs/story/101157.html index bf19f1227..e4a53d10a 100644 --- a/docs/story/101157.html +++ b/docs/story/101157.html @@ -11,6 +11,18 @@

    1章/メイン/L0904_アーサーとランスロット1

    View script in lua + + + + + + + + + + + + @@ -110,5 +122,13 @@

    1章/メイン/L0904_アーサーとランスロット1

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    さあ、のっぴきならなくなったな!
    101010001
    【ランスロット】
    8年前から
    …死ぬまでずっとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101158.html b/docs/story/101158.html index 16375edeb..67d620cf0 100644 --- a/docs/story/101158.html +++ b/docs/story/101158.html @@ -11,6 +11,18 @@

    1章/メイン/L0904_アーサーとランスロット2

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/L0904_アーサーとランスロット2

    + + + + + + + +
    template1
    Load
    Play
    【アーサー】
    「はじめまして
    最低の格好だな」
    【アーサー】
    「去れ。最低騎士
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101159.html b/docs/story/101159.html index eaf617d8f..d3121cb7d 100644 --- a/docs/story/101159.html +++ b/docs/story/101159.html @@ -11,6 +11,18 @@

    1章/メイン/L0905_最後の授業1・最強騎士

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/メイン/L0905_最後の授業1・最強騎士

    + + + + + + + + + @@ -46,6 +67,10 @@

    1章/メイン/L0905_最後の授業1・最強騎士

    + + + + @@ -66,6 +91,10 @@

    1章/メイン/L0905_最後の授業1・最強騎士

    + + + + @@ -100,5 +129,13 @@

    1章/メイン/L0905_最後の授業1・最強騎士

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    付き合ってくれないか、少し
    【ランスロット】
    会いに来てはいけないか?
    101009002
    【(選択肢)】
    1. 歓迎だよ
    2. あまり来られても困る
    Block1_1
    101009002
    【ノワール】
    歓迎するよ
    今まで会えなかったぶん
    【ランスロット】
    だが、歓迎されているならしょうがない
    これからはそれを口実に会いに来るとしよう
    Block1_2
    101009002
    【ノワール】
    あまり来られても困るな
    【ランスロット】
    自重する
    Block1end
    101009002
    【ノワール】
    なにか用事でもあるのか?
    101010001
    【ランスロット】
    最後の授業をしたいんだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101160.html b/docs/story/101160.html index c99439069..ae544f938 100644 --- a/docs/story/101160.html +++ b/docs/story/101160.html @@ -11,6 +11,18 @@

    1章/メイン/L0909_危難の留学1・頭痛

    View script in lua + + + + + + + + + + + + @@ -200,5 +212,13 @@

    1章/メイン/L0909_危難の留学1・頭痛

    + + + + + + + +
    template1
    Load
    Play
    101014001
    【トリスタン】
    頭が痛いね
    101014001
    【トリスタン】
    …頭が痛いね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101161.html b/docs/story/101161.html index acc839144..ae47a68e8 100644 --- a/docs/story/101161.html +++ b/docs/story/101161.html @@ -11,6 +11,18 @@

    1章/メイン/L0909_危難の留学2・鎧の中

    View script in lua + + + + + + + + + + + + @@ -160,5 +172,13 @@

    1章/メイン/L0909_危難の留学2・鎧の中

    + + + + + + + +
    template1
    Load
    Play
    101041003
    【モルガン】
    おはよう。旅人さん
    101017001
    【マルディサント】
    心までガッチリ
    鎧、着込んじまってさ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101162.html b/docs/story/101162.html index 935395918..0b34bd2bf 100644 --- a/docs/story/101162.html +++ b/docs/story/101162.html @@ -11,6 +11,18 @@

    1章/メイン/L0912_最後の授業2

    View script in lua + + + + + + + + + + + + @@ -231,6 +243,15 @@

    1章/メイン/L0912_最後の授業2

    + + + + + + + + + @@ -251,6 +272,10 @@

    1章/メイン/L0912_最後の授業2

    + + + + @@ -270,5 +295,17 @@

    1章/メイン/L0912_最後の授業2

    + + + + + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    集まってくれて感謝する
    【イゾルデ】
    そして負けた生徒は今後さらに奮起する
    乱暴だけど最強騎士でないとできない授業ね
    101009001
    【(選択肢)】
    1. 断る!
    2. 乗った
    Block1_1
    101009001
    【ノワール】
    断る!!
    【ノワール】
    …こんなことじゃないかと思ってたよ
    Block1_2
    101009001
    【ノワール】
    乗った
    101009001
    【ノワール】
    こんなことじゃないかと思ってたよ
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101163.html b/docs/story/101163.html index f4071d396..6929df6c3 100644 --- a/docs/story/101163.html +++ b/docs/story/101163.html @@ -11,6 +11,18 @@

    1章/メイン/L0912_最後の授業3

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    1章/メイン/L0912_最後の授業3

    + + + + + + + + + @@ -91,6 +112,10 @@

    1章/メイン/L0912_最後の授業3

    + + + + @@ -106,6 +131,10 @@

    1章/メイン/L0912_最後の授業3

    + + + + @@ -130,5 +159,13 @@

    1章/メイン/L0912_最後の授業3

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    ………正直に言えばだ
    【ランスロット】
    少し後ろ向きな動機で、情けないな
    101009001
    【(選択肢)】
    1. 俺が力になる
    2. 巻き込まれた身にもなって欲しい
    Block1_1
    101009001
    【ノワール】
    俺が力になるよ
    そのためにあんたの手を取ったんだ
    【ランスロット】
    嬉しいことを、言ってくれる
    Block1_2
    101009001
    【ノワール】
    巻き込まれた身にもなって欲しいよ…
    【ランスロット】
    無配慮が過ぎたようだ
    少し甘えていたな
    Block1end
    101009001
    【ノワール】
    まだ、教えてもらいたいことが山ほどある
    101014001
    【トリスタン】
    なにかに、焦ってる?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101164.html b/docs/story/101164.html index b88f3f970..f8d9b2c85 100644 --- a/docs/story/101164.html +++ b/docs/story/101164.html @@ -11,6 +11,18 @@

    1章/メイン/L0913_円卓会議・チーム分け

    View script in lua + + + + + + + + + + + + @@ -111,6 +123,15 @@

    1章/メイン/L0913_円卓会議・チーム分け

    + + + + + + + + + @@ -136,6 +157,10 @@

    1章/メイン/L0913_円卓会議・チーム分け

    + + + + @@ -166,6 +191,10 @@

    1章/メイン/L0913_円卓会議・チーム分け

    + + + + @@ -191,6 +220,10 @@

    1章/メイン/L0913_円卓会議・チーム分け

    + + + + @@ -230,5 +263,13 @@

    1章/メイン/L0913_円卓会議・チーム分け

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    ローマを牽制しつつ、並行して聖杯を探索する
    その行動指針が円卓の間で決議された
    【アーサー】
    ローマ対策班は義兄さんをブレーンとして
    ギネヴィアとガウェインがログレス本隊を率いる
    101009002
    【(選択肢)】
    1. 頼む、ヴォールス、パーシヴァル
    2. 頼むよ、ケイ、ガウェイン
    3. 戦力が足りない
    Block1_1
    101024001
    【ヴォールス】
    敵地で杯ひとつを見つけ出すのか
    クレアの力を借りる必要がありそうだな
    【ランスロット】
    任された
    Block1_2
    101040001
    【ケイ】
    王妃殿下を前線に出すのはいささか抵抗もあるが
    心強い戦力ではある、当人の覚悟も無視出来ぬ
    【ギネヴィア】
    にっしっし♪
    Block1_3
    101009002
    【ノワール】
    ローマやバルバロイの物量を考えると
    心もとない戦力だな
    【トリスタン】
    興味ないことにはとことん無関心だもんね
    ま、学園の治安はボクも見張っておくよ
    Block1end
    101040001
    【ケイ】
    ローマ対策班は早急にロンディニウム奪還へ…
    聖杯探索班の出発は4日後、としたいが
    101015001
    【アーサー】
    あのときのお前と
    よく似た顔をしていたよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101165.html b/docs/story/101165.html index 125d87310..12dadec85 100644 --- a/docs/story/101165.html +++ b/docs/story/101165.html @@ -11,6 +11,18 @@

    1章/メイン/L0916_出撃前夜

    View script in lua + + + + + + + + + + + + @@ -66,6 +78,15 @@

    1章/メイン/L0916_出撃前夜

    + + + + + + + + + @@ -96,6 +117,10 @@

    1章/メイン/L0916_出撃前夜

    + + + + @@ -121,6 +146,10 @@

    1章/メイン/L0916_出撃前夜

    + + + + @@ -210,5 +239,13 @@

    1章/メイン/L0916_出撃前夜

    + + + + + + + +
    template1
    Load
    Play
    101025001
    【クレア】
    いらっしゃい
    御用を当てましょうか
    【ヴォールス】
    鞘の金具だったな?
    5ゼニーだ
    101009001
    【(選択肢)】
    1. ついでに整備も頼んでもいいか?
    2. 彼女があんたのキラーズだよな?
    Block1_1
    101009001
    【ノワール】
    ついでに装備の整備を頼んでいいか?
    剣が刃こぼれしていて
    【ヴォールス】
    装備を粗末にしないヤツは信用できる
    Block1_2
    101009001
    【ノワール】
    えっと…クレア、だっけ
    あんたのキラーズなんだよな?
    【ノワール】
    (口下手なのは
    キラーズだけじゃなさそうだな)
    Block1end
    101024001
    【ヴォールス】
    聖杯探索班として挨拶に来てくれたのだな
    …すまないが俺たちはすぐには出られない
    101025001
    【クレア】
    せいぜい足を引っ張られないようにね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101166.html b/docs/story/101166.html index 233e27005..15a90315d 100644 --- a/docs/story/101166.html +++ b/docs/story/101166.html @@ -11,6 +11,18 @@

    1章/メイン/L0917_聖杯探索1・出発

    View script in lua + + + + + + + + + + + + @@ -101,6 +113,15 @@

    1章/メイン/L0917_聖杯探索1・出発

    + + + + + + + + + @@ -121,6 +142,10 @@

    1章/メイン/L0917_聖杯探索1・出発

    + + + + @@ -141,6 +166,10 @@

    1章/メイン/L0917_聖杯探索1・出発

    + + + + @@ -196,6 +225,15 @@

    1章/メイン/L0917_聖杯探索1・出発

    + + + + + + + + + @@ -211,6 +249,10 @@

    1章/メイン/L0917_聖杯探索1・出発

    + + + + @@ -231,6 +273,10 @@

    1章/メイン/L0917_聖杯探索1・出発

    + + + + @@ -285,5 +331,13 @@

    1章/メイン/L0917_聖杯探索1・出発

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    聖杯探索の隊を任された
    ノワールとランスロット
    【フィエナ】
    覚えてる?聖杯城の近くに住んでたころ
    私、よくノワールの故郷の湖で遊んでた
    101009001
    【(選択肢)】
    1. もちろん覚えてるさ
    2. そうだっけ…?
    Block1_1
    101009001
    【ノワール】
    もちろん覚えてるさ
    【ノワール】
    ディナタンも喜んでたな
    あの頃は楽しかった
    Block1_2
    101009001
    【ノワール】
    そうだっけ…?
    【ガラハッド】
    (突き落とされたのか…?)
    Block1end
    101036001
    【フィエナ】
    私が湖に訪れていたのも
    巫女の役目のためなの
    【ガラハッド】
    ログレスの連れて来たルーシャスが裏切った
    お爺様は間違った判断をしていない
    101009001
    【(選択肢)】
    1. どうして助けてくれるんだ?
    2. ルーシャスに裏切られるなんて
    Block2_1
    101009001
    【ノワール】
    じゃあ、どうしてガラハッドは
    助けてくれる気になったんだ?
    【ガラハッド】
    だけど、お爺様の薬草採集を
    手伝ってくれたことには感謝もしているから
    Block2_2
    101009001
    【ノワール】
    ルーシャスの裏切りは
    ログレスにとっても想定外だ
    【ガラハッド】
    あの場でお爺様が手の内を明かさなかったのは
    結果として正解だったと言っているんだ
    Block2end
    101036001
    【フィエナ】
    …聖杯城の巫女の役目は、ふたつ
    101036001
    【フィエナ】
    さあっ、奇跡を求めてゴー!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101168.html b/docs/story/101168.html index e8ea382ca..04e4abc8f 100644 --- a/docs/story/101168.html +++ b/docs/story/101168.html @@ -11,6 +11,18 @@

    1章/メイン/L0919_聖杯探索1・道中1

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/メイン/L0919_聖杯探索1・道中1

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/メイン/L0919_聖杯探索1・道中1

    + + + + @@ -96,6 +121,10 @@

    1章/メイン/L0919_聖杯探索1・道中1

    + + + + @@ -126,6 +155,15 @@

    1章/メイン/L0919_聖杯探索1・道中1

    + + + + + + + + + @@ -141,6 +179,10 @@

    1章/メイン/L0919_聖杯探索1・道中1

    + + + + @@ -156,6 +198,10 @@

    1章/メイン/L0919_聖杯探索1・道中1

    + + + + @@ -236,6 +282,15 @@

    1章/メイン/L0919_聖杯探索1・道中1

    + + + + + + + + + @@ -256,6 +311,10 @@

    1章/メイン/L0919_聖杯探索1・道中1

    + + + + @@ -271,6 +330,10 @@

    1章/メイン/L0919_聖杯探索1・道中1

    + + + + @@ -300,5 +363,13 @@

    1章/メイン/L0919_聖杯探索1・道中1

    + + + + + + + +
    template1
    Load
    Play
    101028002
    【ガラハッド】
    姉上
    ガラハッドたちは今どこへ向かって?
    【フィエナ】
    その変化を探知する…みたいな感じかなっ
    101009001
    【(選択肢)】
    1. 異物の場所が聖杯の所在地か
    2. …すごいな、フィエナは
    Block1_1
    101009001
    【ノワール】
    その異物のある場所が
    聖杯の所在地だってわけか?
    【ノワール】
    驚きだ
    フィエナにこんな力があったなんて
    Block1_2
    101009001
    【ノワール】
    …すごいな、フィエナは
    【ガラハッド】
    どうだ!すごいぞ姉上は!!
    Block1end
    101036001
    【フィエナ】
    ただ、ちょっと気になることもあって
    【フィエナ】
    わああ!!だぁって初めてなんだもん!
    聖杯探すとかフツーの人しないでしょお!?
    101009001
    【(選択肢)】
    1. すごく助かってる
    2. 泣かせるなよ、ランスロット
    Block2_1
    101009001
    【ノワール】
    フィエナのおかげですごく助かってるよ
    ありがとう
    【ガラハッド】
    そうだ
    姉上の助けなしでは聖杯のもとへ行けない
    Block2_2
    101009001
    【ノワール】
    泣かせるなよ、ランスロット…
    【ランスロット】
    すまない、フィエナ
    たしかに聖杯を探すなどめったにない経験だ
    Block2end
    101036001
    【フィエナ】
    フィエナちゃんなりに頑張ってるんだからッ!
    妖精がいればもっと正確にわかるかもだけども!
    【ガラハッド】
    …コルベニック城が落ちることも
    なかったんだ…!
    101009001
    【(選択肢)】
    1. 誰がバルバロイの手引きをした?
    2. 俺たちの力不足だ
    Block3_1
    101009001
    【ノワール】
    誰がバルバロイの手引きをしたんだ?
    【ガラハッド】
    最強騎士がそんなヘマをするとは思っていない
    恐らくはライエンスの遺体を蘇生した者がいる
    Block3_2
    101009001
    【ノワール】
    俺たちが力不足なばかりに…すまない
    【ガラハッド】
    原因はむしろ
    ガラハッドたちにあるのかもしれない…
    Block3end
    101028002
    【ガラハッド】
    もうガラハッドに帰る故郷はない
    101009001
    【ノワール】
    あんたを追って
    ここまで来たんだ…!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101170.html b/docs/story/101170.html index 6c2719eff..b1f8c73cd 100644 --- a/docs/story/101170.html +++ b/docs/story/101170.html @@ -11,6 +11,18 @@

    1章/メイン/L0919_聖杯探索1・道中2

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/メイン/L0919_聖杯探索1・道中2

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    (…同じだ)
    101028002
    【ガラハッド】
    ガラハッドはどこへ向かえばいい?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101171.html b/docs/story/101171.html index 6717675ea..c93b7c254 100644 --- a/docs/story/101171.html +++ b/docs/story/101171.html @@ -11,6 +11,14 @@

    1章/メイン/L0920_カーライル城1

    View script in lua + + + + + + + + @@ -26,6 +34,19 @@

    1章/メイン/L0920_カーライル城1

    + + + + + + + + + + + + + @@ -41,6 +62,10 @@

    1章/メイン/L0920_カーライル城1

    + + + + @@ -56,6 +81,10 @@

    1章/メイン/L0920_カーライル城1

    + + + + @@ -81,6 +110,19 @@

    1章/メイン/L0920_カーライル城1

    + + + + + + + + + + + + + @@ -96,6 +138,10 @@

    1章/メイン/L0920_カーライル城1

    + + + + @@ -111,6 +157,10 @@

    1章/メイン/L0920_カーライル城1

    + + + + @@ -122,7 +172,7 @@

    1章/メイン/L0920_カーライル城1

    - + @@ -131,6 +181,10 @@

    1章/メイン/L0920_カーライル城1

    + + + + @@ -182,7 +236,7 @@

    1章/メイン/L0920_カーライル城1

    - + @@ -192,7 +246,7 @@

    1章/メイン/L0920_カーライル城1

    - + @@ -207,7 +261,7 @@

    1章/メイン/L0920_カーライル城1

    - + @@ -222,7 +276,7 @@

    1章/メイン/L0920_カーライル城1

    - + @@ -250,5 +304,13 @@

    1章/メイン/L0920_カーライル城1

    + + + + + + + +
    Load
    Play
    101028002
    【ガラハッド】
    曇った顔をしているな
    【フィエナ・カリス】
    来たことある、とか?
    101009001
    【(選択肢)】
    1. 少し前にね
    2. 思い出したくない
    MA_01B109_25_select1
    MA_01B109_25_select1_1
    101009001
    【ノワール】
    ああ、少し前にね
    【ノワール】
    あの人と
    再会した場所なんだ
    MA_01B109_25_select1_2
    101009001
    【ノワール】
    来たことは、ある
    ほんの少し前にね
    【フィエナ・カリス】
    ごっ、ごめん!
    デリカシーないこと聞いちゃって
    MA_01B109_25_end
    101028002
    【ガラハッド】
    …ノワール。聞かせてくれ
    【ガラハッド】
    お前は、どこへ向かう?
    なんのために戦おうとしている?
    101009001
    【(選択肢)】
    1. 心配してくれているのか?
    2. 聖杯を探し世界を平和に導くため
    3. 約束したんだ
    MA_01B109_25_2_select2
    MA_01B109_25_2_select2_1
    101009001
    【ノワール】
    心配してくれているのか?
    【ガラハッド】
    き、気になるというのは
    別に他意があるわけじゃないぞ
    MA_01B109_25_2_select2_2
    101009001
    【ノワール】
    聖杯を探し、世界を平和に導くためだよ
    【ガラハッド】
    それは誰もがそうだ。聖杯探索を行う者は
    円卓の騎士ならば誰もがそうだろう
    MA_01B109_25_2_select2_3
    101009001
    【ノワール】
    約束したんだ
    101010001
    【ランスロット】
    ノワール…
    【ガラハッド】
    幼いころの約束か
    それは…うらやましいな、だが──
    MA_01B109_25_2_select2_end
    101028002
    【ガラハッド】
    ガラハッドが聞きたいのは
    お前の継承者としての考えではない
    101010001
    【ランスロット】
    …右に同じだ
    101010001
    【ランスロット】
    フィエナ
    聖杯の反応はどうなっている?
    101010001
    【ランスロット】
    なら、目立って
    根こそぎ相手にする方が容易だな?
    101010001
    【ランスロット】
    湖に映すは
    玲瓏(れいろう)たる足跡
    101009001
    【ノワール】
    奇跡を起こしに
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101172.html b/docs/story/101172.html index 7e2dbb06d..c5e51f94e 100644 --- a/docs/story/101172.html +++ b/docs/story/101172.html @@ -12,27 +12,35 @@

    1章/メイン/L0920_カーライル城2

    View script in lua - + + + + + + + + + - + - + - + - + @@ -42,7 +50,7 @@

    1章/メイン/L0920_カーライル城2

    - + @@ -52,7 +60,7 @@

    1章/メイン/L0920_カーライル城2

    - + @@ -62,7 +70,7 @@

    1章/メイン/L0920_カーライル城2

    - + @@ -71,13 +79,26 @@

    1章/メイン/L0920_カーライル城2

    + + + + + + + + + + + + + - + @@ -87,37 +108,41 @@

    1章/メイン/L0920_カーライル城2

    - + - + - + - + + + + + - + - + @@ -127,37 +152,41 @@

    1章/メイン/L0920_カーライル城2

    - + - + - + - + + + + + - + - + @@ -167,7 +196,7 @@

    1章/メイン/L0920_カーライル城2

    - + @@ -177,17 +206,17 @@

    1章/メイン/L0920_カーライル城2

    - + - + - + @@ -211,6 +240,19 @@

    1章/メイン/L0920_カーライル城2

    + + + + + + + + + + + + + @@ -226,6 +268,10 @@

    1章/メイン/L0920_カーライル城2

    + + + + @@ -241,6 +287,10 @@

    1章/メイン/L0920_カーライル城2

    + + + + @@ -275,5 +325,13 @@

    1章/メイン/L0920_カーライル城2

    + + + + + + + +
    101043001
    Load
    Play
    【マゾエー】
    名付けるとすれば
    『乙女の城』
    101043001
    【マゾエー】
    麗しのお姉様たちや
    可愛い妹たちを迎え…
    101043001
    【マゾエー】
    聖杯を(けが)す、底意地悪い乙女たちの根城
    ヒッヒヒ…ピッタリの名前♪
    101043001
    【マゾエー】
    …だのに
    101043001
    【マゾエー】
    …虚構はいつも虚しい
    101043001
    【マゾエー】
    城ひとつぶんの戦力を相手に
    息ひとつ上がってない…伊達じゃないわね
    101043001
    【マゾエー】
    ヒッヒヒヒ…おもしろいね。お坊ちゃん
    いつでも答えが得られると思っている
    101043001
    【マゾエー】
    質問はひとつずつで願いたいわ?
    お答えするかはともかくとして
    【フィエナ・カリス】
    ノワール、ランスロット…
    聖杯の反応は確かにココ…けど、見当たらない…
    101009001
    【(選択肢)】
    1. 聖杯を出せ
    2. ガラハッドの問いに答えろ
    MA_01B109_27_select1
    MA_01B109_27_select1_1
    101009001
    【ノワール】
    聖杯を出せ
    もし手にしているなら
    101043001
    【マゾエー】
    ヒヒ…滑稽だね
    アレがどういうものかも知らずに
    101043001
    【マゾエー】
    アナタもその正体を知らないと見える
    可哀想ねえ…ヒッヒヒヒ♪
    101043001
    【マゾエー】
    遊びましょうか、継承者
    101043001
    【マゾエー】
    アナタたちは聖杯を見つけたい
    ワタクシたちは邪魔をしたい
    101043001
    【マゾエー】
    だからワタクシたちは
    聖杯を(けが)すことにしたの
    MA_01B109_27_select1_2
    101009001
    【ノワール】
    ガラハッドの問いに答えろ
    101043001
    【マゾエー】
    カレドニア王ライエンス?
    ああ、確かにワタクシたちがけしかけたわ
    101043001
    【マゾエー】
    死体にバルバロイをたらふく流し込んでね
    傀儡(かいらい)にしてはよくやってくれたでしょう?
    101043001
    【マゾエー】
    あら。それは
    アナタこそ無駄な労力だったわねえ
    101043001
    【マゾエー】
    遊びましょうか、継承者
    101043001
    【マゾエー】
    アナタたちは聖杯を見つけたい
    ワタクシたちは邪魔をしたい
    101043001
    【マゾエー】
    だからワタクシたちは
    聖杯を(けが)すことにしたの
    MA_01B109_27_end
    101036002
    【フィエナ・カリス】
    聖杯を………、穢す…?
    101043001
    【マゾエー】
    我ら魔女は始まりの大願を叶えるべく
    楽園への階段を登り始めた
    101043001
    【マゾエー】
    きっかけは継承者による運命の選択
    継承者のおかげで我らの大願は成就する
    101043001
    【マゾエー】
    あとは『魔王』の生誕を指折り待つだけ
    楽園の奥で魔王の傍らに眠るは魔女しかいない
    101043001
    【マゾエー】
    この身はもとよりその甘き祈りのために
    魔女の欠片たる姉妹の命はその願いのために
    101043001
    【マゾエー】
    さあ、魔女の命を聖杯に注いで──
    101043001
    【マゾエー】
    見るも無残に貫いて
    継承者(アナタ)の義父様と同じように♪
    【ランスロット・アロンダイト】
    ならば策はこうだ。ノワール
    101009001
    【(選択肢)】
    1. 背中は任せろ
    2. 一度退くべきか
    MA_01B109_27_select2
    MA_01B109_27_select2_1
    101009001
    【ノワール】
    背中は任せろ
    ずっと追いかけてきた背中だ
    【ランスロット・アロンダイト】
    だからこそ進める
    だからこそ駆けていける
    MA_01B109_27_select2_2
    101009001
    【ノワール】
    一度退くべきか
    【ランスロット・アロンダイト】
    俺たちは進んだぶんだけ
    救い続ける義務がある
    MA_01B109_27_2_end
    101009001
    【ノワール】
    わかってるよ、ランスロット
    101010002
    【ランスロット・アロンダイト】
    「最も(したた)かに、抜きん出ろ」
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101173.html b/docs/story/101173.html index d59b5683e..0f7a117fd 100644 --- a/docs/story/101173.html +++ b/docs/story/101173.html @@ -11,6 +11,14 @@

    1章/メイン/L0920_カーライル城3

    View script in lua + + + + + + + + @@ -22,7 +30,7 @@

    1章/メイン/L0920_カーライル城3

    - + @@ -32,7 +40,7 @@

    1章/メイン/L0920_カーライル城3

    - + @@ -56,6 +64,19 @@

    1章/メイン/L0920_カーライル城3

    + + + + + + + + + + + + + @@ -81,6 +102,10 @@

    1章/メイン/L0920_カーライル城3

    + + + + @@ -101,6 +126,10 @@

    1章/メイン/L0920_カーライル城3

    + + + + @@ -126,6 +155,10 @@

    1章/メイン/L0920_カーライル城3

    + + + + @@ -152,27 +185,27 @@

    1章/メイン/L0920_カーライル城3

    - + - + - + - + - + @@ -182,12 +215,12 @@

    1章/メイン/L0920_カーライル城3

    - + - + @@ -211,6 +244,19 @@

    1章/メイン/L0920_カーライル城3

    + + + + + + + + + + + + + @@ -227,15 +273,19 @@

    1章/メイン/L0920_カーライル城3

    - + - + + + + + @@ -252,10 +302,14 @@

    1章/メイン/L0920_カーライル城3

    - + + + + + @@ -292,7 +346,7 @@

    1章/メイン/L0920_カーライル城3

    - + @@ -305,5 +359,13 @@

    1章/メイン/L0920_カーライル城3

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    ランスロット!!
    101043001
    【マゾエー】
    姉様、貴方は間違っていなかった…っ!
    最強の(つるぎ)を止められるのはもはや…!!
    101043001
    【マゾエー】
    我らが魔なる王のみ──…!
    【アステラ・カラドボルグ】
    またお会いできて嬉しいわ
    ランスロット、ノワール
    101009001
    【(選択肢)】
    1. 銀卓騎士団がなぜ魔女を守る?
    2. そこをどいてくれ。魔女を倒す
    3. ランスロット、なにを感じた?
    MA_01B109_29_select1
    MA_01B109_29_select1_1
    101009001
    【ノワール】
    キミは銀卓騎士団(シルバタブラナイツ)のキラーズだろう
    なぜ魔女を守ろうとする!?
    【アステラ・カラドボルグ】
    聖杯を円卓にあげはしない
    MA_01B109_29_select1_2
    101009001
    【ノワール】
    そこをどいてくれ
    魔女にトドメを刺す
    【アステラ・カラドボルグ】
    聖杯を円卓にあげはしない
    MA_01B109_29_select1_3
    101009001
    【ノワール】
    ランスロット、なにを感じた?
    【アステラ・カラドボルグ】
    聖杯を円卓にあげはしない
    MA_01B109_29_1_end
    101028002
    【ガラハッド】
    お爺様を討ったのは、なぜだ…!
    101043001
    【マゾエー】
    いつでも追っていらっしゃい
    また、遊びの続きをしましょう…♪
    101043001
    【???】
    「また」ではありません
    魔女への裁きは、今
    101043001
    【???】
    己の死を(いざな)いながら
    消えゆくことを恐れるとは
    101020001
    【マーリン】
    魔女も底が知れましたね
    101043001
    【マゾエー】
    …!?…ッ!?
    アー、サーァァァアァ…ッ!?
    101043001
    【マゾエー】
    …、け、れど、良かった、これで…
    アーサー…、せいぜい、ヒッ、ヒヒヒヒッ…♪
    101043001
    【マゾエー】
    虚ろな余生を愉しめ──…
    【フィエナ・カリス】
    オー、ウェン…!?
    あなた、既にバルバロイに…!?
    101009001
    【(選択肢)】
    1. (ランスロットに目を向ける)
    2. (ガラハッドの様子を見る)
    MA_01B109_29_select2
    MA_01B109_29_select2_1
    101009001
    【ノワール】
    ランスロット!
    101020001
    【マーリン】
    いけない、ノワール様たちも先の戦いの傷で
    継続戦闘は困難なはず…!
    101020001
    【マーリン】
    カーライル城(ここ)はいまだバルバロイの制圧地区です
    長居は無用、帰還します。皆様お集まりを
    MA_01B109_29_select2_2
    101009001
    【ノワール】
    ガラハッド、退け!!
    101020001
    【マーリン】
    カーライル城(ここ)はいまだバルバロイの制圧地区です
    長居は無用、帰還します。皆様お集まりを
    MA_01B109_29_2_end
    101028002
    【ガラハッド】
    ま、まだガラハッドの話が終わっていない
    アステラと話をさせてほしい!
    101055002
    【オーウェン】
    もう、銀卓は…
    101028002
    【ガラハッド】
    …!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101174.html b/docs/story/101174.html index abe616088..f4ac84cce 100644 --- a/docs/story/101174.html +++ b/docs/story/101174.html @@ -11,6 +11,18 @@

    1章/メイン/L0923_国葬・報せ

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    1章/メイン/L0923_国葬・報せ

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/メイン/L0923_国葬・報せ

    + + + + @@ -91,6 +116,10 @@

    1章/メイン/L0923_国葬・報せ

    + + + + @@ -111,6 +140,10 @@

    1章/メイン/L0923_国葬・報せ

    + + + + @@ -170,5 +203,13 @@

    1章/メイン/L0923_国葬・報せ

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    ごきげんよう
    【ギネヴィア】
    これまでの戦いで沢山亡くなったから…
    学園をあげて弔いたいんだって
    101009002
    【(選択肢)】
    1. アーサーらしい計らいだな
    2. ブライアンのことも一緒に
    3. 気持ちの整理がついてない
    Block1_1
    101009002
    【ノワール】
    誰の発案なのか、見当ついたよ
    【ギネヴィア】
    大勢で、笑顔で、送り出してあげたい
    そういうことらしいわ
    Block1_2
    101009002
    【ノワール】
    ブライアンのことも
    一緒に弔ってもらえるかな
    【ディナタン】
    ブライアンさん
    派手なことは嫌いじゃなかったから
    Block1_3
    101009002
    【ノワール】
    声をかけてくれたのは嬉しいけど
    まだ少し…気持ちの整理がつけられてないんだ
    【ギネヴィア】
    …待ってるね
    Block1end
    101012001
    【ディナタン】
    それにしても、兄さん…
    ランス兄ちゃんもそうだけど…
    101011001
    【ギネヴィア】
    外交は任せて
    大ゲンカしてやるんだから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101175.html b/docs/story/101175.html index 6b64c6478..c62cb825b 100644 --- a/docs/story/101175.html +++ b/docs/story/101175.html @@ -11,6 +11,18 @@

    1章/メイン/L0925_国葬・準備

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    1章/メイン/L0925_国葬・準備

    + + + + + + + + + @@ -86,6 +107,10 @@

    1章/メイン/L0925_国葬・準備

    + + + + @@ -101,6 +126,10 @@

    1章/メイン/L0925_国葬・準備

    + + + + @@ -161,6 +190,15 @@

    1章/メイン/L0925_国葬・準備

    + + + + + + + + + @@ -181,6 +219,10 @@

    1章/メイン/L0925_国葬・準備

    + + + + @@ -196,6 +238,10 @@

    1章/メイン/L0925_国葬・準備

    + + + + @@ -211,6 +257,10 @@

    1章/メイン/L0925_国葬・準備

    + + + + @@ -275,5 +325,13 @@

    1章/メイン/L0925_国葬・準備

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    これが国葬の準備か
    みんな忙しそうだな…ん?
    【ヴォールス】
    …ユーサー王が逝去されたとき以来だ
    前回は8年ほど前になる
    101009001
    【(選択肢)】
    1. ユーサー王が亡くなった原因は?
    2. ヴォールスも出席したのか?
    Block1_1
    101009001
    【ノワール】
    詳しく知らないんだが
    ユーサー王は何が原因で亡くなったんだ?
    【ノワール】
    そうだったのか…
    Block1_2
    101009001
    【ノワール】
    ヴォールスは
    8年前の国葬に出席したのか?
    【ノワール】
    そうか
    ヴォールスも今回が初めてか
    Block1end
    101024001
    【ヴォールス】
    この国葬は花火を打ち上げるだけでなく
    【ディナタン】
    うん、ブライアンさんにね
    …なんだと思う?
    101009001
    【(選択肢)】
    1. …酒?
    2. …斧?
    3. …徽章?
    Block2_1
    101009001
    【ノワール】
    ブライアンが好きだったものか…
    わかった、酒だろう!
    【ディナタン】
    とくにどんなお酒が好きなのか
    私にはわからなかったから
    Block2_2
    101009001
    【ノワール】
    ブライアンがいつも持っていたもの…
    わかった、斧だろう!
    【ディナタン】
    真面目に考えてよ、もう
    Block2_3
    101009001
    【ノワール】
    ブライアンが大事にしていて
    俺たちにも関係あるもの、か
    【ディナタン】
    正解!
    さすがもと団長ね!
    Block2end
    101012001
    【ディナタン】
    私たちとブライアンさんの繋がりの証に
    『不格好なコート』の徽章はどうかなって
    101009001
    【ノワール】
    (それと…父さんには……)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101176.html b/docs/story/101176.html index 01d7e0376..001f998e9 100644 --- a/docs/story/101176.html +++ b/docs/story/101176.html @@ -11,11 +11,32 @@

    1章/メイン/L0929_国葬・当日1

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -36,6 +57,10 @@

    1章/メイン/L0929_国葬・当日1

    + + + + @@ -51,6 +76,10 @@

    1章/メイン/L0929_国葬・当日1

    + + + + @@ -66,6 +95,10 @@

    1章/メイン/L0929_国葬・当日1

    + + + + @@ -155,5 +188,13 @@

    1章/メイン/L0929_国葬・当日1

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    俺に会いに来たのか?
    101009001
    【(選択肢)】
    1. まさか
    2. 必死にさがした
    3. ひとりになりたかったのに
    Block1_1
    101009001
    【ノワール】
    まさか
    【ノワール】
    じゃあ、俺もそういうことにしておく
    Block1_2
    101009001
    【ノワール】
    必死にさがしたよ
    【ランスロット】
    さがされて、まあ悪い気はしない
    よしとしておこうか
    Block1_3
    101009001
    【ノワール】
    ひとりになりたかったのに
    【ランスロット】
    まあ、腐れ縁というやつだ
    Block1end
    101009001
    【ノワール】
    黄昏(たそがれ)ているだろうとは思った
    ひとりで格好つけて
    101010001
    【ランスロット】
    誰にも忘れられはしない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101177.html b/docs/story/101177.html index a81b995fb..902ff31e2 100644 --- a/docs/story/101177.html +++ b/docs/story/101177.html @@ -11,6 +11,18 @@

    1章/メイン/L0929_国葬・当日2

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    1章/メイン/L0929_国葬・当日2

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/メイン/L0929_国葬・当日2

    + + + + @@ -56,6 +81,10 @@

    1章/メイン/L0929_国葬・当日2

    + + + + @@ -71,6 +100,10 @@

    1章/メイン/L0929_国葬・当日2

    + + + + @@ -186,6 +219,15 @@

    1章/メイン/L0929_国葬・当日2

    + + + + + + + + + @@ -201,6 +243,10 @@

    1章/メイン/L0929_国葬・当日2

    + + + + @@ -226,6 +272,10 @@

    1章/メイン/L0929_国葬・当日2

    + + + + @@ -246,6 +296,10 @@

    1章/メイン/L0929_国葬・当日2

    + + + + @@ -255,5 +309,13 @@

    1章/メイン/L0929_国葬・当日2

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    ガラハッド…?
    【ガラハッド】
    こ、こんばんは
    101009001
    【(選択肢)】
    1. 声をかけてくれればよかったのに
    2. 行こう、ランスロット
    3. フィエナは一緒じゃないのか?
    Block1_1
    101009001
    【ノワール】
    声をかけてくれればよかったのに
    一緒に花火を見られた
    【ガラハッド】
    …この学園も
    居心地が悪いったらない
    Block1_2
    101009001
    【ノワール】
    行こう、ランスロット
    【ガラハッド】
    ガラハッドには
    聞きたいことがあるんだ
    Block1_3
    101009001
    【ノワール】
    フィエナは一緒じゃないのか?
    【ガラハッド】
    ガラハッドは、その…
    夜空が綺麗だから、出て来た
    Block1end
    101028001
    【ガラハッド】
    聞かせてほしい、ノワール
    【ガラハッド】
    お爺様はどうなれと言いたかったのか
    ガラハッドが辿る騎士道はどうあるべきか
    101009001
    【(選択肢)】
    1. よろしく頼む
    2. 好きにしたらいい
    3. 俺も同じだったんだ
    Block2_1
    101009001
    【ノワール】
    …よろしく頼む
    【ガラハッド】
    けれどひとまずは…
    こちらこそよろしく
    Block2_2
    101009001
    【ノワール】
    キミの目指すものに辿り着ける保証はないけど
    【ガラハッド】
    …ひとこと付け加えさせてもらう
    過度な干渉は遠慮願う
    Block2_3
    101009001
    【ノワール】
    …俺も同じだったんだ
    【ガラハッド】
    が、がら、ガラハッドの、なにがわかると…?
    Block2end
    101028001
    【ガラハッド】
    ガラハッドは探すんだ
    本当を知り、学びを得て
    101028001
    【ガラハッド】
    自分の脚で向かう先を
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101178.html b/docs/story/101178.html index f60d795b3..2ac51085a 100644 --- a/docs/story/101178.html +++ b/docs/story/101178.html @@ -11,6 +11,18 @@

    1章/メイン/L1001_深層の記憶共有①

    View script in lua + + + + + + + + + + + + @@ -135,5 +147,13 @@

    1章/メイン/L1001_深層の記憶共有①

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    ローマ対策班の活躍により
    ロンディニウムはローマ軍から解放された
    101067001
    【ニニアン】
    それでも貴方は──
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101179.html b/docs/story/101179.html index 6d48518cc..0191db7ab 100644 --- a/docs/story/101179.html +++ b/docs/story/101179.html @@ -11,6 +11,18 @@

    1章/メイン/L1001_深層の記憶共有②

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    1章/メイン/L1001_深層の記憶共有②

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    (………夢、じゃない…?)
    101009002
    【ノワール】
    ………「奇跡など、ありえない」?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101180.html b/docs/story/101180.html index ae34e77eb..1a7e43b69 100644 --- a/docs/story/101180.html +++ b/docs/story/101180.html @@ -11,6 +11,18 @@

    1章/メイン/L1004_尊大パーシヴァル

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    1章/メイン/L1004_尊大パーシヴァル

    + + + + + + + + + @@ -86,6 +107,10 @@

    1章/メイン/L1004_尊大パーシヴァル

    + + + + @@ -106,6 +131,10 @@

    1章/メイン/L1004_尊大パーシヴァル

    + + + + @@ -126,6 +155,10 @@

    1章/メイン/L1004_尊大パーシヴァル

    + + + + @@ -151,6 +184,15 @@

    1章/メイン/L1004_尊大パーシヴァル

    + + + + + + + + + @@ -171,6 +213,10 @@

    1章/メイン/L1004_尊大パーシヴァル

    + + + + @@ -196,6 +242,10 @@

    1章/メイン/L1004_尊大パーシヴァル

    + + + + @@ -260,5 +310,13 @@

    1章/メイン/L1004_尊大パーシヴァル

    + + + + + + + +
    template1
    Load
    Play
    101026001
    【パーシヴァル】
    ボクが讃えられる早道だと思うがね!
    【パーシヴァル】
    これはこれは継承者クン。随分と勉強熱心だね
    勿論今の口論は聞いていないね?
    101009002
    【(選択肢)】
    1. 聖杯を調べるのに夢中だったよ
    2. パー坊は甘えん坊なんだな
    3. (この場を去る)
    Block1_1
    101009002
    【ノワール】
    聖杯のことを調べるのに夢中だったんだ
    意味深な魔女の言葉も気になったし…
    【パーシヴァル】
    そういうことにしてくれ
    ほんと、そういうことにしてくれ
    Block1_2
    101009002
    【ノワール】
    パー坊は甘えん坊なんだな
    【パーシヴァル】
    おまえぇぇぇええええええ
    Block1_3
    101009002
    【ノワール】
    失礼します
    【パーシヴァル】
    うれしそうだな!!
    Block1end
    101026001
    【パーシヴァル】
    継承者クンからも言ってやってくれないか
    彼女に
    【パーシヴァル】
    もしくは聖杯の位置を魔女は把握している
    あるいは思わせぶりな態度でかく乱を狙っている
    101009002
    【(選択肢)】
    1. 全然断定できていないぞ
    2. フィエナの力は確かだ
    Block2_1
    101009002
    【ノワール】
    全然断定できていないぞ…
    【ディンドラン】
    それを人は
    断定できていないと言うのですよ
    Block2_2
    101009002
    【ノワール】
    フィエナの力は確かだ
    【ノワール】
    疑い合っている場合じゃない
    Block2end
    101026001
    【パーシヴァル】
    だからさ!
    ボクは考えたのさ!
    101036001
    【フィエナ】
    ガラハッドを、さがして!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101181.html b/docs/story/101181.html index 4cb9a2712..0eafb339e 100644 --- a/docs/story/101181.html +++ b/docs/story/101181.html @@ -11,6 +11,18 @@

    1章/メイン/L1004_円卓会議・ガラハッド追走

    View script in lua + + + + + + + + + + + + @@ -76,6 +88,15 @@

    1章/メイン/L1004_円卓会議・ガラハッド追走

    + + + + + + + + + @@ -101,6 +122,10 @@

    1章/メイン/L1004_円卓会議・ガラハッド追走

    + + + + @@ -116,6 +141,10 @@

    1章/メイン/L1004_円卓会議・ガラハッド追走

    + + + + @@ -141,6 +170,10 @@

    1章/メイン/L1004_円卓会議・ガラハッド追走

    + + + + @@ -256,6 +289,15 @@

    1章/メイン/L1004_円卓会議・ガラハッド追走

    + + + + + + + + + @@ -271,6 +313,10 @@

    1章/メイン/L1004_円卓会議・ガラハッド追走

    + + + + @@ -286,6 +332,10 @@

    1章/メイン/L1004_円卓会議・ガラハッド追走

    + + + + @@ -301,6 +351,15 @@

    1章/メイン/L1004_円卓会議・ガラハッド追走

    + + + + + + + + + @@ -321,6 +380,10 @@

    1章/メイン/L1004_円卓会議・ガラハッド追走

    + + + + @@ -341,6 +404,10 @@

    1章/メイン/L1004_円卓会議・ガラハッド追走

    + + + + @@ -380,5 +447,13 @@

    1章/メイン/L1004_円卓会議・ガラハッド追走

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    夕暮れの教室で夢を見たノワールはひとり
    そこで見せられた聖杯の真実に戸惑う
    【フィエナ】
    もう…パニック、パニックだよ…!
    なんでなんでこんなことになるの…!?
    101009002
    【(選択肢)】
    1. はじめてのことだ、しょうがない
    2. こんなときに何を考えている
    3. ガラハッドの気持ちはわかる
    Block1_1
    101009002
    【ノワール】
    全部はじめてのことだ、しょうがないよ
    聖杯を探すのも、巫女としての務めも
    【フィエナ】
    ありがとうう…
    ノワール、ランスロット…!
    Block1_2
    101009002
    【ノワール】
    こんなときにガラハッドは
    なにを考えているんだ…
    【フィエナ】
    一生懸命ならなにしてもいいわけじゃないけど
    なんか、あの子、焦ってて、ずっと………!
    Block1_3
    101009002
    【ノワール】
    ガラハッドの懸命な気持ちはわかるよ
    【パーシヴァル】
    それは、そうかもだけどさあ…!
    Block1end
    101010001
    【ランスロット】
    2箇所のうち、どちらかに向かったのだろうが
    さがすとなれば戦力を分散せざるを得ない
    【フィエナ】
    へへ。ありがと
    101009002
    【(選択肢)】
    1. パーシヴァルと『果てなき森』へ
    2. ヴォールスと『滅びた都前』へ
    Block2_1
    101009002
    【ノワール】
    『果てなき森』の調査に行くよ
    【マーリン】
    ならばノワール様が加われば十二分ですね
    心強いですね。よかったですね
    Block2_2
    101009002
    【ノワール】
    『滅びた都前』の調査に行くよ
    【フィエナ】
    お、お手柔らかに…
    Block2end
    101015001
    【アーサー】
    俺も同行したいところだが…
    【フィエナ】
    りゅ、留学生ばっかり問題起こしてる…
    ごめんなさい、本当にごめんなさい…!
    101009002
    【(選択肢)】
    1. ルーシャスと一緒にするな
    2. ガラハッドを連れ戻そう
    Block3_1
    101009002
    【ノワール】
    ルーシャスと一緒にしないでくれ
    フィエナやガラハッドとは違うよ
    【フィエナ】
    ありがとう
    ノワール、ランスロット…
    Block3_2
    101009002
    【ノワール】
    ガラハッドを連れ戻さないとな
    【パーシヴァル】
    ニュアンスのハナシをしてるんだよボクぁ!!
    Block3end
    101009002
    【ノワール】
    ちゃんとお姉さんに叱ってもらおう
    101036001
    【フィエナ】
    ガラハッド──
    今から叱りに行くからね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101182.html b/docs/story/101182.html index b2b6cf14e..c05064752 100644 --- a/docs/story/101182.html +++ b/docs/story/101182.html @@ -11,6 +11,18 @@

    1章/メイン/L1008_聖杯探索2・出発前

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/メイン/L1008_聖杯探索2・出発前

    + + + + + + + + + @@ -46,6 +67,10 @@

    1章/メイン/L1008_聖杯探索2・出発前

    + + + + @@ -66,6 +91,10 @@

    1章/メイン/L1008_聖杯探索2・出発前

    + + + + @@ -96,6 +125,10 @@

    1章/メイン/L1008_聖杯探索2・出発前

    + + + + @@ -116,6 +149,15 @@

    1章/メイン/L1008_聖杯探索2・出発前

    + + + + + + + + + @@ -131,6 +173,10 @@

    1章/メイン/L1008_聖杯探索2・出発前

    + + + + @@ -156,6 +202,10 @@

    1章/メイン/L1008_聖杯探索2・出発前

    + + + + @@ -180,5 +230,13 @@

    1章/メイン/L1008_聖杯探索2・出発前

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    オトコと見込んで任せていいか?
    【ランスロット】
    俺たちも二手に分かれよう
    『果てなき森』と『滅びた都』へそれぞれ
    101009001
    【(選択肢)】
    1. 戦力的にはそれが妥当だ
    2. 少し不安だな
    3. 俺がいなくて大丈夫か?
    Block1_1
    101009001
    【ノワール】
    戦力的にはそれが妥当か
    俺たちが片方に集中するよりは
    【ランスロット】
    たしかに
    それは俺自身も心配だな
    Block1_2
    101009001
    【ノワール】
    少し不安だな
    【ランスロット】
    実績と信頼
    Block1_3
    101009001
    【ノワール】
    俺がいなくて大丈夫か?
    【ランスロット】
    どちらかが
    死んでいるときだろう
    Block1end
    101010001
    【ランスロット】
    銀卓騎士のキラーズ(アステラ・カラドボルグ)と刃を交えて
    わかったことがある
    【ランスロット】
    剣筋が重なり、決定打が通らない
    あれはまるで──
    101009001
    【(選択肢)】
    1. 銀卓騎士団と面識は?
    2. あんたの剣の真似は難しいだろう
    Block2_1
    101009001
    【ノワール】
    ランスロット
    銀卓騎士団(シルバタブラナイツ)の連中と面識はあるのか?
    【ノワール】
    それなのによく似た剣技を使う?
    どういうことなんだ
    Block2_2
    101009001
    【ノワール】
    あんたの剣技なんて
    そうカンタンに模倣できるものじゃない
    【ランスロット】
    …まさか、な
    Block2end
    101010001
    【ランスロット】
    杞憂であればそれに越したことはない
    だが、気をつけろ
    101010001
    【ランスロット】
    まるで鏡映しの剣を
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101183.html b/docs/story/101183.html index 89a719052..755bce0b1 100644 --- a/docs/story/101183.html +++ b/docs/story/101183.html @@ -11,6 +11,22 @@

    1章/メイン/L1014_聖杯探索2V・⓪

    View script in lua + + + + + + + + + + + + + + + + @@ -21,6 +37,15 @@

    1章/メイン/L1014_聖杯探索2V・⓪

    + + + + + + + + + @@ -51,6 +76,10 @@

    1章/メイン/L1014_聖杯探索2V・⓪

    + + + + @@ -101,6 +130,10 @@

    1章/メイン/L1014_聖杯探索2V・⓪

    + + + + @@ -110,5 +143,13 @@

    1章/メイン/L1014_聖杯探索2V・⓪

    + + + + + + + +
    template1
    template2
    Load
    Play
    101010001
    【ランスロット】
    ではな、ノワール
    気を付けて行ってこい
    【ノワール】
    ああ
    ランスロットもな
    101009001
    【(選択肢)】
    1. ランスロットと仲がいいんだな
    2. 『滅びた都』に詳しいのか?
    Block1_1
    101009001
    【ノワール】
    ランスロットと仲がいいんだな
    出発前、随分親しそうに話してた
    【クレア】
    ごめんなさい
    Block1_2
    101009001
    【ノワール】
    ヴォールスは
    ブリテン島東部の地理には詳しいのか?
    【ノワール】
    だからあんなに
    親しそうに話していたのか
    Block1end
    101025001
    【クレア】
    最強騎士が相手だからって負けられないわね
    探偵として…探し物に関しては
    101024001
    【ヴォールス】
    俺たちも行こう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101185.html b/docs/story/101185.html index 90a3347f9..6f45a5679 100644 --- a/docs/story/101185.html +++ b/docs/story/101185.html @@ -11,6 +11,18 @@

    1章/メイン/L1016_聖杯探索2P・①1

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    1章/メイン/L1016_聖杯探索2P・①1

    + + + + + + + + + @@ -86,6 +107,10 @@

    1章/メイン/L1016_聖杯探索2P・①1

    + + + + @@ -101,6 +126,10 @@

    1章/メイン/L1016_聖杯探索2P・①1

    + + + + @@ -151,6 +180,15 @@

    1章/メイン/L1016_聖杯探索2P・①1

    + + + + + + + + + @@ -171,6 +209,10 @@

    1章/メイン/L1016_聖杯探索2P・①1

    + + + + @@ -196,6 +238,10 @@

    1章/メイン/L1016_聖杯探索2P・①1

    + + + + @@ -216,6 +262,10 @@

    1章/メイン/L1016_聖杯探索2P・①1

    + + + + @@ -280,5 +330,13 @@

    1章/メイン/L1016_聖杯探索2P・①1

    + + + + + + + +
    template1
    Load
    Play
    101026001
    【パーシヴァル】
    旅のお供に現実的な話でもしよっか
    継承者クン?
    【パーシヴァル】
    隠れる場所も多い
    伏兵にはもってこいだね
    101009001
    【(選択肢)】
    1. そんな話、教わっていない
    2. そんな場所、行きたくない
    Block1_1
    101009001
    【ノワール】
    過去に妖精が住んでいた所…?
    そんな話、誰も教えてくれなかったけど…
    【パーシヴァル】
    『聖杯城の巫女』ですら知らないんだね
    まあ…知っていても言わないだろうけど
    Block1_2
    101009001
    【ノワール】
    果てなく迷う…だって?
    【パーシヴァル】
    だったら引き返すかい?
    ボクは止めないけど
    Block1end
    101026001
    【パーシヴァル】
    ここからが現実的な話
    【パーシヴァル】
    現実だよ。とっくに救いは失われてるんだ
    知ってるのはボクら姉弟と…アーサー王ぐらい?
    101009001
    【(選択肢)】
    1. 妖精の生き残りはいないのか?
    2. まだフィエナがいるじゃないか
    3. 妖精はどうして隠れてたんだ?
    Block2_1
    101009001
    【ノワール】
    妖精の生き残りはいないのか?
    【パーシヴァル】
    そんな選択肢しかないのにさ
    Block2_2
    101009001
    【ノワール】
    まだフィエナがいるじゃないか
    聖杯を探すのも、まだ──
    【パーシヴァル】
    ん、まあ、そーだけど…!
    Block2_3
    101009001
    【ノワール】
    妖精はどうして隠れて過ごしてたんだ?
    【フィエナ】
    そのうえバルバロイにまで狙われるとなれば
    隠れもするよね…、そうだよね…
    Block2end
    101009001
    【ノワール】
    そもそもパーシヴァルが
    それを知ってるのはどうしてだ?
    101026001
    【パーシヴァル】
    ボクがすこし、おこぼれに預かるだけさ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101186.html b/docs/story/101186.html index 0ee14dc8f..45736f796 100644 --- a/docs/story/101186.html +++ b/docs/story/101186.html @@ -11,6 +11,22 @@

    1章/メイン/L1016_聖杯探索2V・①1

    View script in lua + + + + + + + + + + + + + + + + @@ -61,6 +77,15 @@

    1章/メイン/L1016_聖杯探索2V・①1

    + + + + + + + + + @@ -76,6 +101,10 @@

    1章/メイン/L1016_聖杯探索2V・①1

    + + + + @@ -91,6 +120,10 @@

    1章/メイン/L1016_聖杯探索2V・①1

    + + + + @@ -121,6 +154,15 @@

    1章/メイン/L1016_聖杯探索2V・①1

    + + + + + + + + + @@ -136,6 +178,10 @@

    1章/メイン/L1016_聖杯探索2V・①1

    + + + + @@ -156,6 +202,10 @@

    1章/メイン/L1016_聖杯探索2V・①1

    + + + + @@ -265,5 +315,13 @@

    1章/メイン/L1016_聖杯探索2V・①1

    + + + + + + + +
    template1
    template2
    Load
    Play
    101025001
    【クレア】
    血の繋がりが縁の結び目として
    それほど強い意味を持つとは思えないのだけど
    【クレア】
    質問を変えましょう
    101009001
    【(選択肢)】
    1. 尋問のつもりか?クレア
    2. ヴォールス、止めてくれ
    Block1_1
    101009001
    【ノワール】
    尋問のつもりか?クレア
    【クレア】
    パズルのピースが足らないの
    個人的感傷で隠しごとをされては困るのよ
    Block1_2
    101009001
    【ノワール】
    ヴォールス、止めてくれ
    探偵ごっこを続けさせる気か?
    【ヴォールス】
    聖杯を探し、妖精を守る我らの責務
    『聖杯城の巫女』は守る価値があるか否か
    Block1end
    101025001
    【クレア】
    …!
    あれは…
    【クレア】
    けれどユーサー王の治世の頃よりも遥か昔から
    その都は不可視の障壁で人を寄せ付けないという
    101009001
    【(選択肢)】
    1. 不可視の障壁?
    2. そんな都がどうして滅びたんだ?
    Block2_1
    101009001
    【ノワール】
    不可視の障壁?
    【ノワール】
    ………ハドリアヌス・ウォール
    聖杯城の前の城壁の…
    Block2_2
    101009001
    【ノワール】
    人を寄せ付けない都がどうして滅びたんだ?
    【クレア】
    その「人を拒む壁」は別の場所にも存在する
    聖杯(コルベニック)城を守るハドリアヌス・ウォール…
    Block2end
    101025001
    【クレア】
    この人智を超えた仕掛けはどちらも
    文字通り人を超えた者の所業だと予想するわ
    101025001
    【クレア】
    奇跡を待つのは
    性に合わないけれどね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101187.html b/docs/story/101187.html index 90f8fe74c..b86e47d06 100644 --- a/docs/story/101187.html +++ b/docs/story/101187.html @@ -11,6 +11,18 @@

    1章/メイン/L1019_聖杯探索2P・①2

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/メイン/L1019_聖杯探索2P・①2

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/メイン/L1019_聖杯探索2P・①2

    + + + + @@ -101,6 +126,10 @@

    1章/メイン/L1019_聖杯探索2P・①2

    + + + + @@ -126,6 +155,10 @@

    1章/メイン/L1019_聖杯探索2P・①2

    + + + + @@ -196,6 +229,15 @@

    1章/メイン/L1019_聖杯探索2P・①2

    + + + + + + + + + @@ -221,6 +263,10 @@

    1章/メイン/L1019_聖杯探索2P・①2

    + + + + @@ -246,6 +292,10 @@

    1章/メイン/L1019_聖杯探索2P・①2

    + + + + @@ -266,6 +316,10 @@

    1章/メイン/L1019_聖杯探索2P・①2

    + + + + @@ -305,5 +359,13 @@

    1章/メイン/L1019_聖杯探索2P・①2

    + + + + + + + +
    template1
    Load
    Play
    101026001
    【パーシヴァル】
    いーやーだーね!!
    【フィエナ】
    ウッ
    101009001
    【(選択肢)】
    1. ひとりで帰るという手もある
    2. どのみち探索に出た
    3. 高貴な人間には耐えがたいか
    Block1_1
    101009001
    【ノワール】
    パーシヴァルが
    ひとりで帰るという手もある
    【パーシヴァル】
    夜は危険がいっぱい!!
    Block1_2
    101009001
    【ノワール】
    ガラハッドが先走らなくても
    どのみち探索には出なければならなかった
    【パーシヴァル】
    ギー!
    Block1_3
    101009001
    【ノワール】
    高貴な人間には耐えがたいか
    俺たちは全然平気なんだけどなあ
    【パーシヴァル】
    ど、同調圧力!!卑怯だ!!
    個人の意思を尊重しないやりかただ!!
    Block1end
    101026001
    【パーシヴァル】
    いーさ!その代わりボクの高貴な寝顔を
    見せる気はないからね!!下賤な民たちにはっ!
    【フィエナ】
    なに、このトントン拍子感…
    あの人…都合良すぎるんじゃない?
    101009001
    【(選択肢)】
    1. どうして騎士だとわかった?
    2. パーシヴァル、戻ってこい
    3. おやすみ、パーシヴァル
    Block2_1
    101009001
    【ノワール】
    どうして騎士だとわかった?
    【ノワール】
    そんなに迷いなく
    騎士だと断定できるものか?
    Block2_2
    101009001
    【ノワール】
    パーシヴァル、戻ってこい
    【ディンドラン】
    あの子のこんな姿は
    こんなところで見たくなかったですね…
    Block2_3
    101009001
    【ノワール】
    おやすみ、パーシヴァル
    【ディンドラン】
    パー坊…
    Block2end
    101026001
    【パーシヴァル】
    では名も知らぬキミ?
    キミはボクの仲間のもとへ行くんだ
    101026001
    【パーシヴァル】
    ウーーーーーーーーーーーワ、魔女じゃん
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101188.html b/docs/story/101188.html index dd2a0367e..e63f95176 100644 --- a/docs/story/101188.html +++ b/docs/story/101188.html @@ -11,6 +11,18 @@

    1章/メイン/L1019_聖杯探索2P・①3

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/メイン/L1019_聖杯探索2P・①3

    + + + + + + + +
    template1
    Load
    Play
    101026001
    【パーシヴァル】
    こんなところじゃ眠れないね
    やっぱり
    101026001
    【パーシヴァル】
    良いベッドを予約したいね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101189.html b/docs/story/101189.html index 99a3176a3..1f56b6c2f 100644 --- a/docs/story/101189.html +++ b/docs/story/101189.html @@ -11,6 +11,14 @@

    1章/メイン/L1019_聖杯探索2V・①2

    View script in lua + + + + + + + + @@ -21,6 +29,19 @@

    1章/メイン/L1019_聖杯探索2V・①2

    + + + + + + + + + + + + + @@ -41,6 +62,10 @@

    1章/メイン/L1019_聖杯探索2V・①2

    + + + + @@ -61,6 +86,10 @@

    1章/メイン/L1019_聖杯探索2V・①2

    + + + + @@ -82,30 +111,47 @@

    1章/メイン/L1019_聖杯探索2V・①2

    - + + + + + - + - + - + - + + + + + + + + + + + + + + @@ -117,10 +163,14 @@

    1章/メイン/L1019_聖杯探索2V・①2

    - + + + + + @@ -132,10 +182,14 @@

    1章/メイン/L1019_聖杯探索2V・①2

    - + + + + + @@ -252,22 +306,47 @@

    1章/メイン/L1019_聖杯探索2V・①2

    - + + + + + + + + + + + + + + - + + + + + - + + + + + - + + + + + @@ -302,7 +381,7 @@

    1章/メイン/L1019_聖杯探索2V・①2

    - + @@ -310,5 +389,13 @@

    1章/メイン/L1019_聖杯探索2V・①2

    + + + + + + + +
    Load
    Play
    101024001
    【ヴォールス】
    …『化け物』とは
    よく言ったものだな
    【フィエナ】
    待ち伏せ…!?
    こんなバレバレなのあるぅ…?
    101009001
    【(選択肢)】
    1. 全部バルバロイってことか
    2. 魔女が混じっている…?
    3. ガラハッドのもとへ急ごう
    MA_01B110_24_select1
    MA_01B110_24_select1_1
    101009001
    【ノワール】
    全部バルバロイってことか
    【ヴォールス】
    今更一般人の皮を被って襲い来ようが
    躊躇すると思っているのか
    MA_01B110_24_select1_2
    101009001
    【ノワール】
    魔女が混じっている…?
    コルベニック城で戦ったときのように…!
    【ヴォールス】
    今更一般人の皮を被って襲い来ようが
    躊躇すると思っているのか
    MA_01B110_24_select1_3
    101009001
    【ノワール】
    突破してガラハッドのもとへ急ごう
    101042001
    MA_01B110_24_1_end
    【モーロノエー】
    考えてみてくれる?
    101042001
    【モーロノエー】
    貴方たちが彼らのなかのひとりに斬りかかって
    魔女(わたくし)ではなかったとしたら
    101042001
    【モーロノエー】
    ほかの人間に化けていた私が
    貴方たちを背後から襲うわけだけれど
    101042001
    【モーロノエー】
    下手を打てば
    ライエンスと戦っていたときの二の舞♪
    101042001
    【モーロノエー】
    踏み込む覚悟はおありかしら?
    101009001
    【(選択肢)】
    1. 全員でそれぞれに斬りかかる
    2. 斬りかかった者の背を誰かが守る
    MA_01B110_24_select2
    MA_01B110_24_select2_1
    101009001
    【ノワール】
    全員でそれぞれに斬りかかればいい
    101042001
    【モーロノエー】
    いいわね。いつかは目標に当たるかもね
    MA_01B110_24_select2_2
    101009001
    【ノワール】
    斬りかかった者の背を
    ほかの者が守ればいい
    101042001
    【モーロノエー】
    そうね。慎重で確実な策だと思うわ
    MA_01B110_24_2_end
    101025001
    【クレア】
    …いいえ
    犯人はこのなかにいないわ
    101042001
    101009001
    【(選択肢)】
    1. ヴォールスは俺を守れ
    2. ヴォールスはクレアを守れ
    3. ほかに方法はないのか…!
    MA_01B110_24_select3
    MA_01B110_24_select3_1
    【モーロノエー】
    さてヴォールス?
    貴方の選択が大切ね
    101042001
    MA_01B110_24_select3_2
    【モーロノエー】
    さてヴォールス?
    貴方の選択が大切ね
    101042001
    MA_01B110_24_select3_3
    【モーロノエー】
    さてヴォールス?
    貴方の選択が大切ね
    101042001
    MA_01B110_24_3_end
    【モーロノエー】
    継承者(ノワール)聖杯探索の鍵(フィエナ)相棒(クレア)
    どれを守るのかしら
    101042001
    【モーロノエー】
    残念。簡単すぎたかしら
    101025001
    【クレア】
    たまにはいいわね
    探偵の助手が解決する話も
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101190.html b/docs/story/101190.html index f927b20d2..5a5b23803 100644 --- a/docs/story/101190.html +++ b/docs/story/101190.html @@ -11,6 +11,18 @@

    1章/メイン/L1019_聖杯探索2V・①3

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/L1019_聖杯探索2V・①3

    + + + + + + + +
    template1
    Load
    Play
    101024001
    【ヴォールス】
    あっけないものだ
    101025002
    【クレア・カシウス】
    …わかっていても
    ききたいものよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101191.html b/docs/story/101191.html index 767c2f742..999d9a1fe 100644 --- a/docs/story/101191.html +++ b/docs/story/101191.html @@ -11,6 +11,14 @@

    1章/メイン/L1022_聖杯探索2P・②

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/メイン/L1022_聖杯探索2P・②

    + + + + + + + +
    Load
    Play
    【???】
    うぬぼれね
    101034002
    【エクセリア・ソロモン】
    それは叶わない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101192.html b/docs/story/101192.html index c22be034f..eb8d7e6dc 100644 --- a/docs/story/101192.html +++ b/docs/story/101192.html @@ -12,7 +12,15 @@

    1章/メイン/L1022_聖杯探索2P・③

    View script in lua - + + + + + + + + + @@ -22,7 +30,7 @@

    1章/メイン/L1022_聖杯探索2P・③

    - + @@ -32,17 +40,17 @@

    1章/メイン/L1022_聖杯探索2P・③

    - + - + - + @@ -52,7 +60,7 @@

    1章/メイン/L1022_聖杯探索2P・③

    - + @@ -62,7 +70,7 @@

    1章/メイン/L1022_聖杯探索2P・③

    - + @@ -82,12 +90,12 @@

    1章/メイン/L1022_聖杯探索2P・③

    - + - + @@ -96,6 +104,19 @@

    1章/メイン/L1022_聖杯探索2P・③

    + + + + + + + + + + + + + @@ -116,18 +137,22 @@

    1章/メイン/L1022_聖杯探索2P・③

    + + + + - + - + @@ -136,6 +161,10 @@

    1章/メイン/L1022_聖杯探索2P・③

    + + + + @@ -192,7 +221,7 @@

    1章/メイン/L1022_聖杯探索2P・③

    - + @@ -262,7 +291,7 @@

    1章/メイン/L1022_聖杯探索2P・③

    - + @@ -277,7 +306,7 @@

    1章/メイン/L1022_聖杯探索2P・③

    - + @@ -300,5 +329,13 @@

    1章/メイン/L1022_聖杯探索2P・③

    + + + + + + + +
    101048001
    Load
    Play
    【ティーテン】
    迷子の癇癪(かんしゃく)は見てられないよお?
    101048001
    【ティーテン】
    最強騎士』の真似事なんて無駄無謀
    アンタはもうどこにも行けないのに
    101048001
    【ティーテン】
    それを誰が認めてくれるの?
    101048001
    【ティーテン】
    銀卓騎士団(シルバタブラナイツ)はアンタを見放した
    『お爺様』とはもう会えない
    101048001
    【ティーテン】
    おまけに最強騎士(ランスロット)はもはや越えられないカベ
    誰もああはなれないでしょ。一生かけても
    101048001
    【ティーテン】
    GSを果たし、人の理からは外れちゃったんだよ
    人として追いつくなんて無理でしょう
    101048001
    【ティーテン】
    そうさせたのは誰?
    101048001
    【ティーテン】
    そう。継承者ノワールがアンタを傷つけたんだ
    アンタの目指すべきゴール(ランスロット)を奪ったんだよ?
    101048001
    【ティーテン】
    アンタは名前も存在も
    ランスロットのお古(ガラハッド)しか与えられないのに
    【ガラハッド】
    黙れッッ!!
    101009001
    【(選択肢)】
    1. 『お古』のなにが悪い
    2. ランスロットと選んだ道だ
    MA_01B110_18_select1
    MA_01B110_18_select1_1
    101009001
    【ノワール】
    …『お古』の、なにが悪いんだ?
    【ノワール】
    俺の育ての父が傭兵団を譲ってくれた
    産みの父が名前を譲ってくれた
    MA_01B110_18_select1_2
    101009001
    【ノワール】
    ランスロットを奪ったわけじゃない
    ふたりで選んだ道でしかない
    101048001
    【ティーテン】
    ガラハッドの焦燥はひとえに
    そのせいだと思うケド?
    101048001
    【ティーテン】
    手の届かないゴールへの勝手な独占欲
    惨めで、すっごく人間的で素敵だよねえ♪
    【ノワール】
    俺の育ての父が傭兵団を譲ってくれた
    産みの父が名前を譲ってくれた
    MA_01B110_18_end
    101009001
    【ノワール】
    ペレス王がキミにガラハッドと名付けたのだって
    絶対になにか願いがあってのことなんだ
    101054002
    【アダン】
    ──
    101054002
    【アダン】
    ──
    101048001
    【ティーテン】
    だったら
    101028002
    【ガラハッド】
    出過ぎた真似をしたようだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101193.html b/docs/story/101193.html index 1b7b4504d..569292cfd 100644 --- a/docs/story/101193.html +++ b/docs/story/101193.html @@ -11,6 +11,14 @@

    1章/メイン/L1022_聖杯探索2P・④

    View script in lua + + + + + + + + @@ -32,7 +40,7 @@

    1章/メイン/L1022_聖杯探索2P・④

    - + @@ -47,7 +55,7 @@

    1章/メイン/L1022_聖杯探索2P・④

    - + @@ -62,27 +70,27 @@

    1章/メイン/L1022_聖杯探索2P・④

    - + - + - + - + - + @@ -102,7 +110,7 @@

    1章/メイン/L1022_聖杯探索2P・④

    - + @@ -112,7 +120,7 @@

    1章/メイン/L1022_聖杯探索2P・④

    - + @@ -122,7 +130,7 @@

    1章/メイン/L1022_聖杯探索2P・④

    - + @@ -211,6 +219,19 @@

    1章/メイン/L1022_聖杯探索2P・④

    + + + + + + + + + + + + + @@ -256,6 +277,10 @@

    1章/メイン/L1022_聖杯探索2P・④

    + + + + @@ -301,6 +326,10 @@

    1章/メイン/L1022_聖杯探索2P・④

    + + + + @@ -310,5 +339,13 @@

    1章/メイン/L1022_聖杯探索2P・④

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    鏡を相手にしているようだ…!
    攻めきれない…!!
    101054002
    【アダン】
    ──!?
    101048001
    【ティーテン】
    そおよぉ~♪
    伏せたバルバロイは、まだたっくさん♪
    101048001
    【ティーテン】
    !?
    101048001
    【???】
    ──数多を穿つ矢棘(しきょく)の槍よ
    101048001
    【???】
    地を這い、破り裂け
    101048001
    【???】
    ディンドラン──
    101048001
    【???】
    因枢分解(ファクタライズ)・ゲイボルグ!
    101048001
    【ティーテン】
    そ、んな、デタラメ…!?
    101048001
    【ティーテン】
    あっ、あぐァッッ…!?
    101048001
    【ティーテン】
    ………はッ、アハハハッ
    穢すのは、まだこれ、から………♪
    【パーシヴァル】
    …どうするんだい、ノワール?
    101009001
    【(選択肢)】
    1. 投降を受け入れよう
    2. ここで倒しておいたほうが良い
    MA_01B110_21_select1
    MA_01B110_21_select1_1
    101009001
    【ノワール】
    投降を受け入れよう
    【パーシヴァル】
    まあいいや。フィエナやガラハッドの身柄も
    ログレスが確保しているようなものだしさ
    MA_01B110_21_select1_2
    101009001
    【ノワール】
    ここで倒しておいたほうが良い
    【パーシヴァル】
    まあいいや。フィエナやガラハッドの身柄も
    ログレスが確保しているようなものだしさ
    MA_01B110_21_end
    101026001
    【パーシヴァル】
    妙な真似をすれば彼女らに影響がある…
    こんな脅しが通用するとも思えないけどね
    101034002
    【エクセリア・ソロモン】
    ………賢明な解答、感謝するわ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101194.html b/docs/story/101194.html index 5d6127699..88475b02b 100644 --- a/docs/story/101194.html +++ b/docs/story/101194.html @@ -11,6 +11,14 @@

    1章/メイン/L1022_聖杯探索2V・②

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/メイン/L1022_聖杯探索2V・②

    + + + + + + + +
    Load
    Play
    【???】
    退いて、ください
    101035002
    【リリアーナ・ロンギヌス】
    奇跡は…諦めて
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101195.html b/docs/story/101195.html index bc2200428..0dae3ee04 100644 --- a/docs/story/101195.html +++ b/docs/story/101195.html @@ -12,7 +12,15 @@

    1章/メイン/L1022_聖杯探索2V・③

    View script in lua - + + + + + + + + + @@ -22,7 +30,7 @@

    1章/メイン/L1022_聖杯探索2V・③

    - + @@ -42,17 +50,17 @@

    1章/メイン/L1022_聖杯探索2V・③

    - + - + - + @@ -62,12 +70,12 @@

    1章/メイン/L1022_聖杯探索2V・③

    - + - + @@ -77,7 +85,7 @@

    1章/メイン/L1022_聖杯探索2V・③

    - + @@ -97,12 +105,12 @@

    1章/メイン/L1022_聖杯探索2V・③

    - + - + @@ -111,6 +119,19 @@

    1章/メイン/L1022_聖杯探索2V・③

    + + + + + + + + + + + + + @@ -131,18 +152,22 @@

    1章/メイン/L1022_聖杯探索2V・③

    + + + + - + - + @@ -151,6 +176,10 @@

    1章/メイン/L1022_聖杯探索2V・③

    + + + + @@ -207,7 +236,7 @@

    1章/メイン/L1022_聖杯探索2V・③

    - + @@ -277,7 +306,7 @@

    1章/メイン/L1022_聖杯探索2V・③

    - + @@ -292,7 +321,7 @@

    1章/メイン/L1022_聖杯探索2V・③

    - + @@ -312,7 +341,7 @@

    1章/メイン/L1022_聖杯探索2V・③

    - + @@ -335,5 +364,13 @@

    1章/メイン/L1022_聖杯探索2V・③

    + + + + + + + +
    101049001
    Load
    Play
    【ティートン】
    助けを求めたら…?
    どうせ誰も来ないけど
    101049001
    【ティートン】
    あなたは、『ランスロット』になりたいの?
    な、なぜ?
    101049001
    【ティートン】
    さみしいねぇ、ガラハッドぉ…
    101049001
    【ティートン】
    あなたは勘当されたのよ…
    『お爺様』はあなたを見限った、捨てたのよ…
    101049001
    【ティートン】
    いつまでも『ランスロット』になれない者は
    『ガラハッド』でもいられないよ…?
    101049001
    【ティートン】
    せっかく『ガラハッド』を名付けたのに期待外れ
    代わりにもっと輝かしい才能の持ち主が現れた…
    101049001
    【ティートン】
    だから『お爺様』はあなたをポイ…
    『ランスロット』みたいな騎士がほかにいるから
    101049001
    【ティートン】
    それは誰だろうね…ガラハッドぉ?
    101049001
    【ティートン】
    そう…継承者ノワールがあなたを傷つけたの…
    あなたの目指すべきゴール(ランスロット)を奪ったのよ…?
    101049001
    【ティートン】
    あなたは名前も存在も
    ランスロットのお古(ガラハッド)しか与えられないのに
    【ガラハッド】
    黙れッッ!!
    101009001
    【(選択肢)】
    1. 『お古』のなにが悪い
    2. ランスロットと選んだ道だ
    MA_01B110_31_select1
    MA_01B110_31_select1_1
    101009001
    【ノワール】
    …『お古』の、なにが悪いんだ?
    【ノワール】
    俺の育ての父が傭兵団を譲ってくれた
    産みの父が名前を譲ってくれた
    MA_01B110_31_select1_2
    101009001
    【ノワール】
    ランスロットを奪ったわけじゃない
    ふたりで選んだ道でしかない
    101049001
    【ティートン】
    ガラハッドの焦燥はひとえに
    そのせいでしょう…?
    101049001
    【ティートン】
    手の届かないゴールへの勝手な独占欲
    気持ち悪いエゴ、醜くって…イイと思うよ?
    【ノワール】
    俺の育ての父が傭兵団を譲ってくれた
    産みの父が名前を譲ってくれた
    MA_01B110_31_end
    101009001
    【ノワール】
    ペレス王がキミにガラハッドと名付けたのだって
    絶対に何か願いがあってのことなんだ
    101053002
    【マターヤ】
    ──
    101053002
    【マターヤ】
    ──
    101049001
    【ティートン】
    な、ならなら、ティートンたちと一緒に
    継承者と戦いましょう、可愛がってあげますよ…
    101049001
    【ティートン】
    だったら
    101028002
    【ガラハッド】
    出過ぎた真似をしたようだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101196.html b/docs/story/101196.html index 0ac85df10..5778b7efd 100644 --- a/docs/story/101196.html +++ b/docs/story/101196.html @@ -11,6 +11,14 @@

    1章/メイン/L1022_聖杯探索2V・④

    View script in lua + + + + + + + + @@ -32,7 +40,7 @@

    1章/メイン/L1022_聖杯探索2V・④

    - + @@ -42,7 +50,7 @@

    1章/メイン/L1022_聖杯探索2V・④

    - + @@ -67,27 +75,27 @@

    1章/メイン/L1022_聖杯探索2V・④

    - + - + - + - + - + @@ -107,7 +115,7 @@

    1章/メイン/L1022_聖杯探索2V・④

    - + @@ -117,7 +125,7 @@

    1章/メイン/L1022_聖杯探索2V・④

    - + @@ -127,7 +135,7 @@

    1章/メイン/L1022_聖杯探索2V・④

    - + @@ -186,6 +194,19 @@

    1章/メイン/L1022_聖杯探索2V・④

    + + + + + + + + + + + + + @@ -236,6 +257,10 @@

    1章/メイン/L1022_聖杯探索2V・④

    + + + + @@ -286,6 +311,10 @@

    1章/メイン/L1022_聖杯探索2V・④

    + + + + @@ -300,5 +329,13 @@

    1章/メイン/L1022_聖杯探索2V・④

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    鏡を相手にしているようだ…!
    攻めきれない…!!
    101053002
    【マターヤ】
    ──!?
    101049001
    【ティートン】
    バカだね…
    聖槍(ロンギヌス)が狙ってるよぉ♪
    101049001
    【ティートン】
    !?
    101049001
    【???】
    ──真実を貫く反逆の槍
    101049001
    【???】
    結末のすべてを
    白日のもとに(あらわ)
    101049001
    【???】
    クレア──
    101049001
    【???】
    因枢分解(ファクタライズ)・カシウス
    101049001
    【ティートン】
    聖槍が抑えられた!?
    そ、んな、これじゃあ…!
    101049001
    【ティートン】
    あっ、あぐァッッ…!?
    い、た、いいぃぃィィ…!!
    101049001
    【ティートン】
    ………ぼ、くら、…?あは、あははは…♪
    (けが)されるのは、どちらでしょう………♪
    【クレア・カシウス】
    追跡しましょう
    101009001
    【(選択肢)】
    1. 彼女の投降を受け入れよう
    2. ここで倒しておいたほうが良い
    MA_01B110_34_select1
    MA_01B110_34_select1_1
    101009001
    【ノワール】
    リリアーナの投降を受け入れよう
    【ヴォールス】
    …フッ
    ランスロットの言っていたとおりだな
    MA_01B110_34_select1_2
    101009001
    【ノワール】
    ここで倒しておいたほうが良い
    【ガラハッド】
    戦いだって、望むような子じゃない…!
    MA_01B110_34_end
    101025002
    【クレア・カシウス】
    …大人しい子ほど
    裏面はわからないものだけれどね
    101035002
    【リリアーナ・ロンギヌス】
    ………ごめんなさい
    みないで、ください
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101197.html b/docs/story/101197.html index eb56438ea..859612abb 100644 --- a/docs/story/101197.html +++ b/docs/story/101197.html @@ -11,6 +11,18 @@

    1章/メイン/L1028_円卓会議・帰還後

    View script in lua + + + + + + + + + + + + @@ -96,6 +108,15 @@

    1章/メイン/L1028_円卓会議・帰還後

    + + + + + + + + + @@ -111,6 +132,10 @@

    1章/メイン/L1028_円卓会議・帰還後

    + + + + @@ -131,6 +156,10 @@

    1章/メイン/L1028_円卓会議・帰還後

    + + + + @@ -180,5 +209,13 @@

    1章/メイン/L1028_円卓会議・帰還後

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    聖杯を入手しようと独断先行した
    ガラハッドのあとを追ったノワールたちは
    【ランスロット】
    …魔女を討ちキラーズは捕らえたが
    銀卓の騎士は取り逃した…どちらも?
    101009002
    【(選択肢)】
    1. どうしたんだ、難しい顔をして?
    2. さすがだな、ランスロット
    Block1_1
    101009002
    【ノワール】
    どうしたんだ、難しい顔をして?
    【ランスロット】
    できすぎている
    何者かの思惑を感じるんだ
    Block1_2
    101009002
    【ノワール】
    さすがだな、ランスロット
    【ランスロット】
    2つの結果が似すぎていると思わないか?
    手放しに成功と喜べない気がするんだ
    Block1end
    101026001
    【パーシヴァル】
    まあ結局聖杯は影も形もなかったわけだけどね
    『聖杯城の巫女』殿に従ったところでさ?
    101036001
    【フィエナ】
    私もおじいちゃんっ子だからね
    ガラハッドに負けないくらい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101198.html b/docs/story/101198.html index 80b4eb240..3fcf7700d 100644 --- a/docs/story/101198.html +++ b/docs/story/101198.html @@ -11,11 +11,32 @@

    1章/メイン/L1028_学園祭は終わって

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -31,6 +52,10 @@

    1章/メイン/L1028_学園祭は終わって

    + + + + @@ -46,6 +71,10 @@

    1章/メイン/L1028_学園祭は終わって

    + + + + @@ -190,5 +219,13 @@

    1章/メイン/L1028_学園祭は終わって

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    悲しいお報せと嬉しいお報せがあるの
    どっちが聞きたい?
    101009002
    【(選択肢)】
    1. 悲しいお報せ
    2. 嬉しいお報せ
    Block1_1
    101009002
    【ノワール】
    悲しいお報せから聞こうか…?
    【ノワール】
    こ、怖がらせるなよ
    Block1_2
    101009002
    【ノワール】
    嬉しいお報せから聞こうかな
    【ノワール】
    もったいぶるなよ…
    Block1end
    101011001
    【ギネヴィア】
    学園祭を決行してしまったの
    101011001
    【ギネヴィア】
    お祭りができたってことよ
    うれしいでしょ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101199.html b/docs/story/101199.html index 646f62c0c..780ebe8e0 100644 --- a/docs/story/101199.html +++ b/docs/story/101199.html @@ -11,6 +11,18 @@

    1章/メイン/L1029_卓を回る王1①

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    1章/メイン/L1029_卓を回る王1①

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    ノワール、いる?
    101015001
    【アーサー】
    王命は断りづらいかな?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101200.html b/docs/story/101200.html index bc6a5707b..f3774891d 100644 --- a/docs/story/101200.html +++ b/docs/story/101200.html @@ -11,6 +11,18 @@

    1章/メイン/L1029_卓を回る王1②

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/メイン/L1029_卓を回る王1②

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/メイン/L1029_卓を回る王1②

    + + + + @@ -56,6 +81,10 @@

    1章/メイン/L1029_卓を回る王1②

    + + + + @@ -186,6 +215,15 @@

    1章/メイン/L1029_卓を回る王1②

    + + + + + + + + + @@ -206,6 +244,10 @@

    1章/メイン/L1029_卓を回る王1②

    + + + + @@ -226,6 +268,10 @@

    1章/メイン/L1029_卓を回る王1②

    + + + + @@ -240,5 +286,13 @@

    1章/メイン/L1029_卓を回る王1②

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    すまん。ノワールは初めてだろうから
    学園祭を味わわせてやりたかったんだが…
    【アーサー】
    俺が義姉さんを困らせている理由を
    話せていなかったなと思ってね
    101009002
    【(選択肢)】
    1. どうして今?興味ないな…
    2. 弱みを握れるかな
    Block1_1
    101009002
    【ノワール】
    どうして今?
    興味ないな…
    【アーサー】
    王様のプライベートなんて
    そうそう聞けんぞ
    Block1_2
    101009002
    【ノワール】
    弱みを握れるかな
    【アーサー】
    聞いておいて損はないぞ
    Block1end
    101015001
    【アーサー】
    義姉さんは俺の乳母だ
    【アーサー】
    俺はお前に少し
    入れ込み過ぎてしまっているのかもしれん
    101009002
    【(選択肢)】
    1. ありがとう、話してくれて
    2. 似ているとは思えない
    Block2_1
    101009002
    【ノワール】
    ありがとう、話してくれて
    【アーサー】
    似た者同士、少し相談がしたいんだ
    Block2_2
    101009002
    【ノワール】
    似ているとは思えないな
    俺と、あんたとじゃ
    【アーサー】
    まあどうしてそんな話をしたかというと
    こんなガキには解決し切れん相談があってな!
    Block2end
    101009002
    【ノワール】
    お願い?
    そ、それが本題か…
    101015001
    【アーサー】
    お前の馴染みの場所に
    付き合ってほしい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101201.html b/docs/story/101201.html index 1f6c2dc4f..ccdf77fc8 100644 --- a/docs/story/101201.html +++ b/docs/story/101201.html @@ -11,6 +11,18 @@

    1章/メイン/L1029_卓を回る王2

    View script in lua + + + + + + + + + + + + @@ -126,6 +138,15 @@

    1章/メイン/L1029_卓を回る王2

    + + + + + + + + + @@ -146,6 +167,10 @@

    1章/メイン/L1029_卓を回る王2

    + + + + @@ -166,6 +191,10 @@

    1章/メイン/L1029_卓を回る王2

    + + + + @@ -255,5 +284,13 @@

    1章/メイン/L1029_卓を回る王2

    + + + + + + + +
    template1
    Load
    Play
    101034002
    【エクセリア・ソロモン】
    拷問が最適解でしょうね
    【アーサー】
    エクセリアとリリアーナに
    しばらく学園で生活してもらいたい
    101009002
    【(選択肢)】
    1. 賛成だ
    2. なにを言っている!?
    Block1_1
    101009002
    【ノワール】
    俺のときと似たようなことを
    やろうとしているわけか?
    【アーサー】
    戦い以外の生活を知るべきだ
    Block1_2
    101009002
    【ノワール】
    なにを言っている!?
    ふたりは魔女と行動していたんだぞ?
    【アーサー】
    同じ境遇の者たちがこの学園にはいる
    同じ時間を過ごしてもらえないだろうか
    Block1end
    101015001
    【アーサー】
    彼女らがマスターを逃したのはどんな理由が?
    銀卓の名を(けが)すような行いにはどんなワケが?
    101034002
    【エクセリア・ソロモン】
    ………それは
    どちらのことかしらね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101202.html b/docs/story/101202.html index 9a7103153..4b74d253d 100644 --- a/docs/story/101202.html +++ b/docs/story/101202.html @@ -11,6 +11,18 @@

    1章/メイン/L1030_危難の留学5①

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/メイン/L1030_危難の留学5①

    + + + + + + + + + @@ -66,6 +87,10 @@

    1章/メイン/L1030_危難の留学5①

    + + + + @@ -90,5 +115,17 @@

    1章/メイン/L1030_危難の留学5①

    + + + + + + + + + + + +
    template1
    Load
    Play
    101028001
    【ガラハッド】
    今、帰りか
    【ガラハッド】
    い…いや、自分で探せばいいじゃんと言われれば
    それまでなんだが、生徒も多くてだな…
    101009002
    【(選択肢)】
    1. トリスタンの教室に案内するよ
    2. オカッパの教室を説明するよ
    Block1_1
    101009002
    【ノワール】
    案内するよ
    トリスタンの教室だよな?
    【ガラハッド】
    ノワール、お前は良いやつだ
    Block1_2
    101009002
    【ノワール】
    説明するよ
    オカッパの教室だよな?
    101028001
    【ガラハッド】
    それと、できることなら
    連れて行ってくれないか…?
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101203.html b/docs/story/101203.html index 6966564b5..e23690419 100644 --- a/docs/story/101203.html +++ b/docs/story/101203.html @@ -11,6 +11,18 @@

    1章/メイン/L1030_危難の留学5②

    未使用→保留

    View script in lua + + + + + + + + + + + + @@ -255,5 +267,13 @@

    1章/メイン/L1030_危難の留学5②

    + + + + + + + +
    template1
    Load
    Play
    101019001
    【イゾルデ】
    音が粒だっているわ
    101014001
    【トリスタン】
    その背中
    見守っててあげるよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101204.html b/docs/story/101204.html index addc8bb91..cf27ffa6c 100644 --- a/docs/story/101204.html +++ b/docs/story/101204.html @@ -11,6 +11,18 @@

    1章/メイン/L1031_円卓会議・フィエナ

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/メイン/L1031_円卓会議・フィエナ

    + + + + + + + + + @@ -56,6 +77,10 @@

    1章/メイン/L1031_円卓会議・フィエナ

    + + + + @@ -76,6 +101,10 @@

    1章/メイン/L1031_円卓会議・フィエナ

    + + + + @@ -245,5 +274,13 @@

    1章/メイン/L1031_円卓会議・フィエナ

    + + + + + + + +
    template1
    Load
    Play
    101026001
    【パーシヴァル】
    それじゃあ聞かせてよ
    聖杯が見つからないことへのテイの良い言い訳を
    【パーシヴァル】
    ぼ、ボクを面倒な奴扱いするな!!
    は、は、歯がゆいだけさ!
    101009002
    【(選択肢)】
    1. みんなやれることをやってる
    2. 気持ちはわかる
    Block1_1
    101009002
    【ノワール】
    みんなやれることをやってる
    フィエナもガラハッドも
    【パーシヴァル】
    そうさ!ハイハイ!
    だから当てこすりはやめろっていうんだろ!
    Block1_2
    101009002
    【ノワール】
    気持ちはわかる
    【ヴォールス】
    素直に頼るべきだと思うがな
    Block1end
    101036001
    【フィエナ】
    聖杯がどうして見つからないのか
    その理由は──
    101028001
    【ガラハッド】
    4か所で封印を行う必要がある…
    お爺様はそうヒントをくれてるんだ…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101205.html b/docs/story/101205.html index 11776ce26..6b361f64c 100644 --- a/docs/story/101205.html +++ b/docs/story/101205.html @@ -11,6 +11,18 @@

    1章/メイン/L1031_聖杯城・ぺレスの侵蝕

    View script in lua + + + + + + + + + + + + @@ -135,5 +147,13 @@

    1章/メイン/L1031_聖杯城・ぺレスの侵蝕

    + + + + + + + +
    template1
    Load
    Play
    101042001
    【モーロノエー】
    お別れは告げたのかしら、ご老人?
    101056001
    【ペレス】
    いくら、駄々をこねようとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101206.html b/docs/story/101206.html index 307cb9cd8..94cc390d8 100644 --- a/docs/story/101206.html +++ b/docs/story/101206.html @@ -11,6 +11,18 @@

    1章/メイン/L1101_母の墓への帰郷:誘い1

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/メイン/L1101_母の墓への帰郷:誘い1

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/メイン/L1101_母の墓への帰郷:誘い1

    + + + + @@ -56,6 +81,10 @@

    1章/メイン/L1101_母の墓への帰郷:誘い1

    + + + + @@ -76,6 +105,10 @@

    1章/メイン/L1101_母の墓への帰郷:誘い1

    + + + + @@ -95,5 +128,13 @@

    1章/メイン/L1101_母の墓への帰郷:誘い1

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    放課後、お忙しい?
    【ギネヴィア】
    しつっこいんだから、ローマの奴ら
    もおヘトヘト
    101009002
    【(選択肢)】
    1. 俺に出来ることはある?
    2. 頑張れ
    3. ごめん、忙しい
    Block1_1
    101009002
    【ノワール】
    俺に出来ることはある?
    【ギネヴィア】
    期待しちゃうからね
    大帝国すら覆す奇跡の一手になることを
    Block1_2
    101009002
    【ノワール】
    頑張れ、殿下
    【ギネヴィア】
    でも…任された
    Block1_3
    101009002
    【ノワール】
    ごめん、今日は忙しいんだ
    【ギネヴィア】
    無理を聞いてもらっちゃったみたいで
    ごめんなさいね。にししっ♪
    Block1end
    101011001
    【ギネヴィア】
    そおんな与太話はいーのよ
    ね。ね。ノワール、デートしようよ
    101011001
    【ギネヴィア】
    あなたのボーイフレンドがお呼びよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101208.html b/docs/story/101208.html index 44a369007..ec44bdc76 100644 --- a/docs/story/101208.html +++ b/docs/story/101208.html @@ -11,6 +11,18 @@

    1章/メイン/L1101_母の墓への帰郷:誘い2

    未使用→保留

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/メイン/L1101_母の墓への帰郷:誘い2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    墓参り?
    101011001
    【ギネヴィア】
    親孝行は
    出来ると思ったときにしておくべきよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101209.html b/docs/story/101209.html index 54ea5a65f..b65a65595 100644 --- a/docs/story/101209.html +++ b/docs/story/101209.html @@ -11,6 +11,18 @@

    1章/メイン/L1102_母の墓への帰郷:墓参り

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/メイン/L1102_母の墓への帰郷:墓参り

    + + + + + + + + + @@ -56,6 +77,10 @@

    1章/メイン/L1102_母の墓への帰郷:墓参り

    + + + + @@ -71,6 +96,10 @@

    1章/メイン/L1102_母の墓への帰郷:墓参り

    + + + + @@ -91,6 +120,10 @@

    1章/メイン/L1102_母の墓への帰郷:墓参り

    + + + + @@ -185,5 +218,13 @@

    1章/メイン/L1102_母の墓への帰郷:墓参り

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    『親』というのは
    どういう存在なんだ?
    【ランスロット】
    そんな暖かい日々を思い出す
    101009001
    【(選択肢)】
    1. 俺にとってはあんたも家族だ
    2. 確か、あんたの親御さんは…
    3. フィエナもたまに混ざっていたな
    Block1_1
    101009001
    【ノワール】
    俺にとってはあんたも家族だ
    【ノワール】
    だから会いに来たんだよ
    紆余曲折を経て
    Block1_2
    101009001
    【ノワール】
    確か、ランスロットの親御さんは…
    【ランスロット】
    両親の顔はおろか
    その存在すら知らない
    Block1_3
    101009001
    【ノワール】
    フィエナもときどき混ざっていたな
    【ランスロット】
    今になって思えば『巫女』の儀式だったんだな
    そのおかげで助けられている
    Block1end
    101009001
    【ノワール】
    親…「親がどういうものか」…か
    うまく言えないけど
    101047001
    【ティーロノエー】
    ………サイテー
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101210.html b/docs/story/101210.html index 312fbfad2..924e487ba 100644 --- a/docs/story/101210.html +++ b/docs/story/101210.html @@ -10,5 +10,25 @@

    1章/メイン/L1102_母の墓への帰郷:圧勝1

    圧勝

    View script in lua -
    + + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101211.html b/docs/story/101211.html index fa5c4c596..4dedc1632 100644 --- a/docs/story/101211.html +++ b/docs/story/101211.html @@ -11,6 +11,18 @@

    1章/メイン/L1102_母の墓への帰郷:圧勝2

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/L1102_母の墓への帰郷:圧勝2

    + + + + + + + +
    template1
    Load
    Play
    101036001
    【フィエナ】
    王さまっ!!
    101015001
    【アーサー】
    抜きん出て、孤高にな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101212.html b/docs/story/101212.html index bf2a21f01..f3b50de78 100644 --- a/docs/story/101212.html +++ b/docs/story/101212.html @@ -12,7 +12,15 @@

    1章/メイン/L1102_母の墓への帰郷:圧勝3

    View script in lua - + + + + + + + + + @@ -22,7 +30,7 @@

    1章/メイン/L1102_母の墓への帰郷:圧勝3

    - + @@ -32,27 +40,27 @@

    1章/メイン/L1102_母の墓への帰郷:圧勝3

    - + - + - + - + - + @@ -62,17 +70,17 @@

    1章/メイン/L1102_母の墓への帰郷:圧勝3

    - + - + - + @@ -82,12 +90,12 @@

    1章/メイン/L1102_母の墓への帰郷:圧勝3

    - + - + @@ -97,7 +105,7 @@

    1章/メイン/L1102_母の墓への帰郷:圧勝3

    - + @@ -107,7 +115,7 @@

    1章/メイン/L1102_母の墓への帰郷:圧勝3

    - + @@ -117,23 +125,31 @@

    1章/メイン/L1102_母の墓への帰郷:圧勝3

    - + - + - + - + + + + + + + + +
    101047001
    Load
    Play
    【ティーロノエー】
    手も足も出ない………!?
    101010001
    【ランスロット】
    妖精にまつわる場所か…
    魔女に有利な力場、となれば
    101010001
    【ランスロット】
    導いてくれたんだ
    聖杯城の巫女が
    101047001
    【ティーロノエー】
    そ、んな…!!
    101010001
    【ランスロット】
    聖杯封印の反応は順序立てて感知された
    101010001
    【ランスロット】
    つまり…魔女側にもそれなりに
    「聖杯を(けが)す」ための備えが必要なのだろう
    101010001
    【ランスロット】
    そう何度も
    黙って見過ごしはしない
    101010001
    【ランスロット】
    墓参りついでだ
    101047001
    【ティーロノエー】
    銀卓騎士…、ペレス…、お姉様…!
    フ、フフッ、ああ、そうね、予想どおり…♪
    101047001
    【ティーロノエー】
    …銀卓すら、穢し、我らは………♪
    101010001
    【ランスロット】
    「どこにも行かない」と言っていた
    101010001
    【ランスロット】
    ずっと見守ってくれている
    俺たちが覚えている限り
    101010001
    【ランスロット】
    なにを?
    101010001
    【ランスロット】
    気恥ずかしいな、これは
    101010001
    【ランスロット】
    ………
    『弟』を…もう少し預かります
    101010001
    【ランスロット】
    あなたに強く、強く、強く…
    育ててもらいました
    101010001
    【ランスロット】
    家族をくれて、ありがとう
    101010001
    【ランスロット】
    『父さん』
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101213.html b/docs/story/101213.html index 52d3a9e02..c9b08ea9d 100644 --- a/docs/story/101213.html +++ b/docs/story/101213.html @@ -11,6 +11,18 @@

    1章/メイン/L1104_円卓・封印全開放1

    View script in lua + + + + + + + + + + + + @@ -76,6 +88,15 @@

    1章/メイン/L1104_円卓・封印全開放1

    + + + + + + + + + @@ -96,6 +117,10 @@

    1章/メイン/L1104_円卓・封印全開放1

    + + + + @@ -116,6 +141,10 @@

    1章/メイン/L1104_円卓・封印全開放1

    + + + + @@ -211,6 +240,15 @@

    1章/メイン/L1104_円卓・封印全開放1

    + + + + + + + + + @@ -226,6 +264,10 @@

    1章/メイン/L1104_円卓・封印全開放1

    + + + + @@ -241,6 +283,10 @@

    1章/メイン/L1104_円卓・封印全開放1

    + + + + @@ -265,5 +311,13 @@

    1章/メイン/L1104_円卓・封印全開放1

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    聖杯の行方を掴めない中、フィエナは
    魔女が隠匿のため封印を施していると推測する
    【ガラハッド】
    だがガラハッドは少し怒っているぞ!
    姉上を放って勝手に聖杯封印を解いたことを!
    101009002
    【(選択肢)】
    1. 墓参りのついでに行ったんだ
    2. 伝えていくべきだったな
    Block1_1
    101009002
    【ノワール】
    墓参りのついでに行ったんだ
    【ガラハッド】
    イヤごまかすなッ!
    しょうがなくないぞッ!!
    Block1_2
    101009002
    【ノワール】
    ガラハッドやフィエナには
    伝えるべきだったな
    【ガラハッド】
    ただ、その雄姿ぐらい
    この目で見たかったのだ、ガラハッドは…っ
    Block1end
    101020001
    【マーリン】
    したがって、聖杯の顕現は間もなくです
    【パーシヴァル】
    向かうところ敵なしとはまさにこのこと
    ラクさせてもらって悪いね
    101009002
    【(選択肢)】
    1. なんであれやることは変わらない
    2. パーシヴァルにも助けられてるよ
    Block2_1
    101009002
    【ノワール】
    敵の企みがなんであれ
    やることは変わらないさ
    【ヴォールス】
    実に心強い言葉だ
    ランスロットに似てきたな。ノワール
    Block2_2
    101009002
    【ノワール】
    パーシヴァルにも助けられているよ
    【パーシヴァル】
    まあ今後とも
    引き続き褒めてくれていいけどね?
    Block2end
    101020001
    【マーリン】
    聖杯顕現が起これば恐らく
    フィエナ嬢が反応をキャッチすることでしょう
    101067001
    【ニニアン】
    「聖杯は、あまねく願いを叶えるものにあらず
    それは人間の都合の良い解釈に過ぎない」
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101214.html b/docs/story/101214.html index def3b0d81..95adc2272 100644 --- a/docs/story/101214.html +++ b/docs/story/101214.html @@ -11,6 +11,18 @@

    1章/メイン/L1104_円卓・封印全開放2

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    1章/メイン/L1104_円卓・封印全開放2

    + + + + + + + +
    template1
    Load
    Play
    【ニニアン】
    (けが)れが満ちる地に産まれし武器
    万象の力が宿る器──それこそが聖杯
    101009002
    【ノワール】
    (奇跡が、ありえない?)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101215.html b/docs/story/101215.html index ebbaa033b..78c49cd9d 100644 --- a/docs/story/101215.html +++ b/docs/story/101215.html @@ -11,6 +11,18 @@

    1章/メイン/L1107_ケイの気遣い

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/メイン/L1107_ケイの気遣い

    + + + + + + + + + @@ -46,6 +67,10 @@

    1章/メイン/L1107_ケイの気遣い

    + + + + @@ -71,6 +96,10 @@

    1章/メイン/L1107_ケイの気遣い

    + + + + @@ -140,5 +169,13 @@

    1章/メイン/L1107_ケイの気遣い

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    ああ忙しい忙しい忙しい忙しい
    【ケイ】
    いやまったく!!
    私個人の仕事も残っているんだがね!!
    101009002
    【(選択肢)】
    1. なにか手伝いましょうか
    2. 義弟想いなんですね
    Block1_1
    101009002
    【ノワール】
    あの…なにか手伝いましょうか
    【ケイ】
    貴公は全力で休みたまえ!
    今のは八つ当たりだ!失礼!
    Block1_2
    101009002
    【ノワール】
    義弟想いなんですね
    【ケイ】
    それなら労いの言葉があってもいいと思うがね!
    義兄の心、義弟知らずというやつだ!
    Block1end
    101040001
    【ケイ】
    なにか聞きたそうだな!!ン!?
    私は今とても忙しいんだがね!!ン!?
    101009002
    【ノワール】
    (ヘタだ…気遣いが…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101216.html b/docs/story/101216.html index a75583238..46ca58ec9 100644 --- a/docs/story/101216.html +++ b/docs/story/101216.html @@ -11,6 +11,18 @@

    1章/メイン/L1111_リンゴ園の癒し1

    View script in lua + + + + + + + + + + + + @@ -125,5 +137,13 @@

    1章/メイン/L1111_リンゴ園の癒し1

    + + + + + + + +
    template1
    Load
    Play
    101041003
    【モルガン】
    弱ったわねえ
    101041003
    【モルガン】
    置いていかないで欲しいだけなのよ、私も
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101217.html b/docs/story/101217.html index 1e5de9e16..4096f8006 100644 --- a/docs/story/101217.html +++ b/docs/story/101217.html @@ -11,6 +11,18 @@

    1章/メイン/L1111_リンゴ園の癒し2

    View script in lua + + + + + + + + + + + + @@ -121,6 +133,15 @@

    1章/メイン/L1111_リンゴ園の癒し2

    + + + + + + + + + @@ -136,6 +157,10 @@

    1章/メイン/L1111_リンゴ園の癒し2

    + + + + @@ -151,6 +176,10 @@

    1章/メイン/L1111_リンゴ園の癒し2

    + + + + @@ -270,5 +299,13 @@

    1章/メイン/L1111_リンゴ園の癒し2

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    「聖杯を手にしても
    奇跡はありえないかもしれない」…
    【ランスロット】
    ………ああ
    101009001
    【(選択肢)】
    1. 信じる
    2. また隠しごとか
    Block1_1
    101009001
    【ノワール】
    それを今まで明かさなかったのには
    理由があるんだな?
    【ノワール】
    信じると決めたんだ
    あんたが父さんのことを話してくれたときに
    Block1_2
    101009001
    【ノワール】
    また隠しごとか…!
    どうして黙っていた、ランスロット
    【ランスロット】
    継承者としての重責があるなかで
    さらに背負わせては…ならないと
    Block1end
    101009001
    【ノワール】
    …母さんが同じ顔をしていた
    101010001
    【ランスロット】
    お前の武器(おれ)は、背かない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101218.html b/docs/story/101218.html index 6468a649d..24dca398b 100644 --- a/docs/story/101218.html +++ b/docs/story/101218.html @@ -11,6 +11,18 @@

    1章/メイン/L1115_フィエナ聖杯を探知

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/メイン/L1115_フィエナ聖杯を探知

    + + + + + + + + + @@ -81,6 +102,10 @@

    1章/メイン/L1115_フィエナ聖杯を探知

    + + + + @@ -111,6 +136,10 @@

    1章/メイン/L1115_フィエナ聖杯を探知

    + + + + @@ -131,6 +160,10 @@

    1章/メイン/L1115_フィエナ聖杯を探知

    + + + + @@ -225,5 +258,13 @@

    1章/メイン/L1115_フィエナ聖杯を探知

    + + + + + + + +
    template1
    Load
    Play
    101036001
    【フィエナ】
    綺麗だねえ
    【フィエナ】
    幸せなのかな。それって
    101009002
    【(選択肢)】
    1. そんなわけないだろ
    2. 望んでそうなった人がいるなら
    3. ほかの人を襲うなんて許されない
    Block1_1
    101009002
    【ノワール】
    そんなわけないだろ
    記憶を喰われて、身体は弄ばれてるんだから
    【フィエナ】
    だよね
    Block1_2
    101009002
    【ノワール】
    …望んでそうなった人がいるなら
    もしかしたら
    【ノワール】
    もっと生きていて欲しかったよ
    ずっと…また一緒に
    Block1_3
    101009002
    【ノワール】
    バルバロイは人を襲う
    それは許されることではないよ
    【フィエナ】
    償うべきだよね
    Block1end
    101036001
    【フィエナ】
    銀卓騎士団(シルバタブラナイツ)は、呑まれちゃってた
    101036001
    【フィエナ】
    聖杯が。もう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101219.html b/docs/story/101219.html index 988e84cac..be9af2ffc 100644 --- a/docs/story/101219.html +++ b/docs/story/101219.html @@ -11,6 +11,18 @@

    1章/メイン/L1119_円卓会議・聖杯探索最終戦

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    1章/メイン/L1119_円卓会議・聖杯探索最終戦

    + + + + + + + + + @@ -96,6 +117,10 @@

    1章/メイン/L1119_円卓会議・聖杯探索最終戦

    + + + + @@ -121,6 +146,10 @@

    1章/メイン/L1119_円卓会議・聖杯探索最終戦

    + + + + @@ -235,5 +264,13 @@

    1章/メイン/L1119_円卓会議・聖杯探索最終戦

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    グラストンベリーを訪れたノワールは
    アーサーたちに時折見る夢について話す
    【パーシヴァル】
    ま、仮にローマが先に聖杯を見つけたとしても
    それをボクらが奪えばいいわけだよね
    101009002
    【(選択肢)】
    1. 必ず先に見つけてみせるよ
    2. その選択肢も覚悟しておこう
    Block1_1
    101009002
    【ノワール】
    必ずこちらが先に見つけてみせるよ
    フィエナもついてるんだ
    【トリスタン】
    「先に見つけさせて奪うほうがイイ」…
    ローマ側はそう思ってるかもしれないけどね
    Block1_2
    101009002
    【ノワール】
    その選択肢も覚悟しておこう
    【トリスタン】
    「先に見つけさせて奪うほうがイイ」
    そう思ってるのはローマも同じかもしれないけど
    Block1end
    101024001
    【ヴォールス】
    確かに
    その聖杯に秘められた力は未知数…
    【一同】
    フォー・ラウンド!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101220.html b/docs/story/101220.html index a2a544108..3aaec2f7c 100644 --- a/docs/story/101220.html +++ b/docs/story/101220.html @@ -11,6 +11,18 @@

    1章/メイン/L1124_聖杯探索最終戦1・道中

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/メイン/L1124_聖杯探索最終戦1・道中

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/メイン/L1124_聖杯探索最終戦1・道中

    + + + + @@ -96,6 +121,10 @@

    1章/メイン/L1124_聖杯探索最終戦1・道中

    + + + + @@ -146,6 +175,15 @@

    1章/メイン/L1124_聖杯探索最終戦1・道中

    + + + + + + + + + @@ -161,6 +199,10 @@

    1章/メイン/L1124_聖杯探索最終戦1・道中

    + + + + @@ -181,6 +223,10 @@

    1章/メイン/L1124_聖杯探索最終戦1・道中

    + + + + @@ -201,6 +247,10 @@

    1章/メイン/L1124_聖杯探索最終戦1・道中

    + + + + @@ -250,5 +300,13 @@

    1章/メイン/L1124_聖杯探索最終戦1・道中

    + + + + + + + +
    template1
    Load
    Play
    101028002
    【ガラハッド】
    降参だ
    【ガラハッド】
    あの頃の無知な自分が
    …今は恥ずかしい
    101009001
    【(選択肢)】
    1. 見える範囲しかわからないものだ
    2. 継承者も最強騎士もまだ道半ばだ
    Block1_1
    101009001
    【ノワール】
    見える範囲しかわからない
    俺もそうだった、それは普通だよ
    【ガラハッド】
    それを教えてくれたのは
    ノワール、ランスロット、お前たちだが
    Block1_2
    101009001
    【ノワール】
    継承者も最強騎士もまだ道半ばだよ
    【ガラハッド】
    ガラハッドなんて要らなかったんだろう
    結構ショックだったんだからな
    Block1end
    101010001
    【ランスロット】
    …『ランスロット』を学ぶためだと言ったな
    この学園に来たのは
    【ガラハッド】
    お爺様に顔向けも出来る…?
    101009001
    【(選択肢)】
    1. 俺は通過点か?
    2. やろう、ガラハッド
    3. 俺もランスロットからすべて学ぶ
    Block2_1
    101009001
    【ノワール】
    俺は通過点か?
    【ランスロット】
    追い抜かれないように走ることだな
    ノワール?
    Block2_2
    101009001
    【ノワール】
    やろう、ガラハッド
    【ガラハッド】
    ガラハッドは、ノワールを追う…?
    Block2_3
    101009001
    【ノワール】
    俺もランスロットからすべてを学ぶ
    【ランスロット】
    ………ああ。ついて来てくれ
    Block2end
    101028002
    【ガラハッド】
    わかった。ランスロット
    お前の心意気、受け取った
    101028002
    【ガラハッド】
    色んなものを映して回れる
    鏡のようだと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101221.html b/docs/story/101221.html index 412bb9c95..c53b1c5fc 100644 --- a/docs/story/101221.html +++ b/docs/story/101221.html @@ -11,6 +11,14 @@

    1章/メイン/L1126_聖杯探索最終戦2

    View script in lua + + + + + + + + @@ -61,6 +69,19 @@

    1章/メイン/L1126_聖杯探索最終戦2

    + + + + + + + + + + + + + @@ -86,6 +107,10 @@

    1章/メイン/L1126_聖杯探索最終戦2

    + + + + @@ -111,6 +136,10 @@

    1章/メイン/L1126_聖杯探索最終戦2

    + + + + @@ -156,6 +185,19 @@

    1章/メイン/L1126_聖杯探索最終戦2

    + + + + + + + + + + + + + @@ -176,6 +218,10 @@

    1章/メイン/L1126_聖杯探索最終戦2

    + + + + @@ -196,13 +242,17 @@

    1章/メイン/L1126_聖杯探索最終戦2

    + + + + - + @@ -216,6 +266,10 @@

    1章/メイン/L1126_聖杯探索最終戦2

    + + + + @@ -225,5 +279,13 @@

    1章/メイン/L1126_聖杯探索最終戦2

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    熱いお出迎えね。大帝国
    【ギネヴィア】
    だから行くのよ
    101009001
    【(選択肢)】
    1. エレインとラヴェイン?
    2. 見ない顔だな
    MA_01B111_22_select1
    MA_01B111_22_select1_1
    101009001
    【ノワール】
    エレインとラヴェインだったか?
    彼らは…?
    【ギネヴィア】
    よくやってくれているわ
    MA_01B111_22_select1_2
    101009001
    【ノワール】
    見ない顔だな
    あんな子が学園にいたのか
    【ギネヴィア】
    なあんでもなぁい
    MA_01B111_22_end
    101009001
    【ノワール】
    フィエナ、聖杯の反応は
    【ギネヴィア】
    大帝国、全部まとめてブチ抜きなさい!!
    101009001
    【(選択肢)】
    1. 王妃みたいだ、ギネヴィア
    2. 巫女は必ず守り抜く
    3. 必ず聖杯を見つけ出す
    MA_01B111_22_select2
    MA_01B111_22_select2_1
    101009001
    【ノワール】
    王妃みたいだ
    ギネヴィア
    【ギネヴィア】
    ノワール、頼んだわよ
    個人的な友達として…どうか無事で
    MA_01B111_22_select2_2
    101009001
    【ノワール】
    巫女は必ず守り抜く
    【フィエナ】
    私も…ガラハッドたちを守るよ
    早く聖杯を見つけて、それで──
    MA_01B111_22_select2_3
    101009001
    【ノワール】
    必ず聖杯を見つけ出す
    101010001
    【ランスロット】
    ああ。聖杯の取得を急げば
    ローマ対策班への合流も早まる
    【フィエナ】
    うん…!
    MA_01B111_22_2_end
    101016001
    【ギネマウア】
    殿下
    ローマが進軍を開始しました
    101011001
    【ギネヴィア】
    ………突撃
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101222.html b/docs/story/101222.html index 85ba3d426..b76d9e46b 100644 --- a/docs/story/101222.html +++ b/docs/story/101222.html @@ -11,6 +11,14 @@

    1章/メイン/L1126_聖杯探索最終戦3

    View script in lua + + + + + + + + @@ -37,7 +45,7 @@

    1章/メイン/L1126_聖杯探索最終戦3

    - + @@ -92,7 +100,7 @@

    1章/メイン/L1126_聖杯探索最終戦3

    - + @@ -105,5 +113,13 @@

    1章/メイン/L1126_聖杯探索最終戦3

    + + + + + + + +
    Load
    Play
    101010002
    【ランスロット・アロンダイト】
    駆け上がれ!!
    101042001
    【モーロノエー】
    奇跡を侵せ
    101042001
    【モーロノエー】
    …雑魚とはシャレてるわ
    海賊風情が
    101025002
    【クレア・カシウス】
    大漁ね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101223.html b/docs/story/101223.html index 6021a95ad..0c8a99a0e 100644 --- a/docs/story/101223.html +++ b/docs/story/101223.html @@ -11,6 +11,14 @@

    1章/メイン/L1126_聖杯探索最終戦4

    View script in lua + + + + + + + + @@ -41,6 +49,19 @@

    1章/メイン/L1126_聖杯探索最終戦4

    + + + + + + + + + + + + + @@ -56,6 +77,10 @@

    1章/メイン/L1126_聖杯探索最終戦4

    + + + + @@ -71,13 +96,17 @@

    1章/メイン/L1126_聖杯探索最終戦4

    + + + + - + @@ -150,5 +179,13 @@

    1章/メイン/L1126_聖杯探索最終戦4

    + + + + + + + +
    Load
    Play
    101028002
    【ガラハッド】
    さあ──登頂だ
    【ランスロット・アロンダイト】
    …出来過ぎだな
    101009001
    【(選択肢)】
    1. 最強騎士の経験則か?
    2. フィエナの導きのおかげだろ?
    MA_01B111_24_select1
    MA_01B111_24_select1_1
    101009001
    【ノワール】
    最強騎士の経験則か?
    【ランスロット・アロンダイト】
    聖杯を手に入れさせられている
    …ようにも思える
    MA_01B111_24_select1_2
    101009001
    【ノワール】
    フィエナの導きのおかげだろ?
    【ランスロット・アロンダイト】
    フィエナを疑ってはいない
    だが嫌な予感が拭えないんだ
    MA_01B111_24_end
    101026001
    【パーシヴァル】
    ゲッホゲホゲホ!!だから登山なんて…!
    うぇっほえほえほげほ!あー具合悪…!
    101027002
    【ディンドラン・ゲイボルグ】
    パー坊、登頂、登頂です
    おめでとうございます
    101028002
    【ガラハッド】
    なにを抱えているのです…!
    姉上もそうしてなにかを秘めているのですか!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101224.html b/docs/story/101224.html index c9ba86658..92bf72c08 100644 --- a/docs/story/101224.html +++ b/docs/story/101224.html @@ -11,13 +11,21 @@

    1章/メイン/L1126_聖杯探索最終戦5

    View script in lua + + + + + + + + - + @@ -27,7 +35,7 @@

    1章/メイン/L1126_聖杯探索最終戦5

    - + @@ -37,7 +45,7 @@

    1章/メイン/L1126_聖杯探索最終戦5

    - + @@ -82,7 +90,7 @@

    1章/メイン/L1126_聖杯探索最終戦5

    - + @@ -160,5 +168,13 @@

    1章/メイン/L1126_聖杯探索最終戦5

    + + + + + + + +
    Load
    Play
    101026001
    【パーシヴァル】
    この事態は誰のせい!?
    101027002
    【ディンドラン・ゲイボルグ】
    魔女の仕掛けでしょう…!
    101027002
    【ディンドラン・ゲイボルグ】
    それよりも遥かにタチが悪い…!
    魔女4人分の(けが)れが流れ込んでいるのでは…
    101027002
    【ディンドラン・ゲイボルグ】
    命を奪えと
    101027002
    【ディンドラン・ゲイボルグ】
    ノワールさん!?!?
    【ランスロット・アロンダイト】
    その杯を──寄越せ!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101225.html b/docs/story/101225.html index 17e722fb0..781331605 100644 --- a/docs/story/101225.html +++ b/docs/story/101225.html @@ -11,6 +11,14 @@

    1章/メイン/L1126_聖杯探索最終戦6

    View script in lua + + + + + + + + @@ -145,5 +153,13 @@

    1章/メイン/L1126_聖杯探索最終戦6

    + + + + + + + +
    Load
    Play
    101051001
    【ルーシャス】
    ご無沙汰だな、ギネヴィア?
    101009001
    【ノワール】
    ローマの道を、明け渡せ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101227.html b/docs/story/101227.html index 5576ee15b..af5b58883 100644 --- a/docs/story/101227.html +++ b/docs/story/101227.html @@ -11,6 +11,14 @@

    1章/メイン/L1126_聖杯探索最終戦7②

    View script in lua + + + + + + + + @@ -37,7 +45,7 @@

    1章/メイン/L1126_聖杯探索最終戦7②

    - + @@ -76,6 +84,19 @@

    1章/メイン/L1126_聖杯探索最終戦7②

    + + + + + + + + + + + + + @@ -96,6 +117,10 @@

    1章/メイン/L1126_聖杯探索最終戦7②

    + + + + @@ -116,6 +141,10 @@

    1章/メイン/L1126_聖杯探索最終戦7②

    + + + + @@ -136,6 +165,10 @@

    1章/メイン/L1126_聖杯探索最終戦7②

    + + + + @@ -145,5 +178,13 @@

    1章/メイン/L1126_聖杯探索最終戦7②

    + + + + + + + +
    Load
    Play
    101028002
    【ガラハッド】
    ふたり、いる
    101027002
    【ディンドラン・ゲイボルグ】
    なにかが近づいて…?
    【ノワール】
    敵が狙うのは聖杯…だったら──
    101009001
    【(選択肢)】
    1. 俺たちで迎え撃つ
    2. 俺が引き付ける
    3. まだ頼れる騎士がいる
    MA_01B111_31_select1
    MA_01B111_31_select1_1
    101009001
    【ノワール】
    俺たちで…迎え撃つ
    【ガラハッド】
    ………僕は
    MA_01B111_31_select1_2
    101009001
    【ノワール】
    俺が引き付ける
    ランスロット、お前は──
    【ガラハッド】
    ………僕は
    MA_01B111_31_select1_3
    101009001
    【ノワール】
    まだ、頼れる騎士がいる
    【ガラハッド】
    ………僕は
    MA_01B111_31_end
    101028002
    【ガラハッド】
    お爺様…
    僕も、彼らのように…!
    101028002
    【ガラハッド】
    僕も、うまくできますか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101228.html b/docs/story/101228.html index d27703f01..982323336 100644 --- a/docs/story/101228.html +++ b/docs/story/101228.html @@ -12,17 +12,25 @@

    1章/メイン/L1126_聖杯探索最終戦7③

    View script in lua - + + + + + + + + + - + - + @@ -32,12 +40,12 @@

    1章/メイン/L1126_聖杯探索最終戦7③

    - + - + @@ -47,13 +55,21 @@

    1章/メイン/L1126_聖杯探索最終戦7③

    - + - + + + + + + + + +
    101042001
    Load
    Play
    【モーロノエー】
    あの聖なる杯は
    (けが)れなき因子が満たされた器
    101042001
    【モーロノエー】
    我ら(バルバロイ)と相反する力の結晶
    ゆえに──
    101042001
    【モーロノエー】
    魔なる命を賭し、混ざり合えば
    清浄なる水面は濁りゆく…♪
    101042001
    【モーロノエー】
    継承者を(けが)せれば万々歳
    最強騎士を侵せればもっと良し
    101042001
    【モーロノエー】
    老いぼれ(ペレス)がどう考えていたかは知れないけれど
    私は四の脚(ガラハッド)が餌に食いつくと信じてた♪
    101042001
    【モーロノエー】
    4本脚が揃ってこそ完全なる卓…
    あなたが愛する銀卓でしょう?
    101042001
    【モーロノエー】
    みなしごは勇み足ね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101229.html b/docs/story/101229.html index 5249ceddb..2b9ae2e47 100644 --- a/docs/story/101229.html +++ b/docs/story/101229.html @@ -12,37 +12,53 @@

    1章/メイン/L1126_聖杯探索最終戦8①

    View script in lua - + + + + + + + + + + + + + + + + + - + - + - + - + - + - + @@ -52,7 +68,7 @@

    1章/メイン/L1126_聖杯探索最終戦8①

    - + @@ -62,12 +78,12 @@

    1章/メイン/L1126_聖杯探索最終戦8①

    - + - + @@ -77,17 +93,17 @@

    1章/メイン/L1126_聖杯探索最終戦8①

    - + - + - + @@ -97,8 +113,16 @@

    1章/メイン/L1126_聖杯探索最終戦8①

    - + + + + + + + + +
    101042001
    Load
    MathajimSet
    AdamSet
    Play
    【モーロノエー】
    時間はたっぷりあったわ
    101042001
    【モーロノエー】
    我が愛しき妹たちは
    尊き犠牲となった
    101042001
    【モーロノエー】
    我らはもとよりひとつ
    個々の意志など大願に比べれば小さきもの
    101042001
    【モーロノエー】
    いずれ来たる王の戴冠に向け
    命のひとつやふたつや…やっつ♪
    101042001
    【モーロノエー】
    ご覧なさい…マゾエー、ティーロノエー
    ティーテン、ティートン…♪
    101042001
    【モーロノエー】
    聖杯を(けが)し、触れた者を侵して傀儡(かいらい)と化すべく
    杯に命を注いだ貴方たちは最強騎士を確実に削り
    101042001
    【モーロノエー】
    そしてグリーテン、グリートーネア、グリートン
    3人は今、銀甲冑の魂の中へ根を張った…♪
    101042001
    【モーロノエー】
    それがそうでもないのよ?
    先に戦ってわかったんじゃない?
    101042001
    【モーロノエー】
    もともと彼らは最強騎士(ランスロット)と同等の
    剣技と力を兼ね備えた身体を持っている
    101042001
    【モーロノエー】
    それ自体謎めいた不思議かしら?
    貴方たちにとっては♪
    101042001
    【モーロノエー】
    彼らはまさに最強騎士の模造品(イミテーション)
    101042001
    【モーロノエー】
    その強靭な肉体に我ら魔女姉妹が
    バルバロイの膂力(りょりょく)と再生力を根付かせた
    101042001
    【モーロノエー】
    最強の剣技を持ちながら人としての心はなく
    かつての家族にすらためらいなく刃を向ける!
    101042001
    【モーロノエー】
    まさに三騎の『最凶騎士』──…♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101230.html b/docs/story/101230.html index 08c7e894f..1a3c8facf 100644 --- a/docs/story/101230.html +++ b/docs/story/101230.html @@ -11,6 +11,18 @@

    1章/メイン/L1126_聖杯探索最終戦8②

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/メイン/L1126_聖杯探索最終戦8②

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/メイン/L1126_聖杯探索最終戦8②

    + + + + @@ -71,6 +96,10 @@

    1章/メイン/L1126_聖杯探索最終戦8②

    + + + + @@ -91,6 +120,10 @@

    1章/メイン/L1126_聖杯探索最終戦8②

    + + + + @@ -100,5 +133,13 @@

    1章/メイン/L1126_聖杯探索最終戦8②

    + + + + + + + +
    template1
    Load
    Play
    101028002
    【ガラハッド】
    お爺様、お爺様、待って…!お爺様…!!
    【ペレス】
    ノワール卿
    ランスロット卿
    101009001
    【(選択肢)】
    1. ランスロットから離れろ
    2. ほかに迎えるべき者がいるはずだ
    3. 兵を退け
    Block1_1
    101009001
    【ノワール】
    …ランスロットから、離れろ
    どういうつもりだ…!
    【ペレス】
    故郷へお帰り願うべく
    Block1_2
    101009001
    【ノワール】
    ほかに迎えるべき者がいるはずだ
    【ペレス】
    あれはフィエナに任せておる
    Block1_3
    101009001
    【ノワール】
    兵を退け…!
    銀卓と円卓が争う理由は──
    【ペレス】
    だとすれば必ずや拒否することもわかっておる
    そこが争点であろうな、ゆえにこうして参った
    Block1end
    101015001
    【アーサー】
    王同士、慎ましやかに行きませんか
    101009001
    【ノワール】
    アー、サー…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101231.html b/docs/story/101231.html index 191f908d6..d81fc070d 100644 --- a/docs/story/101231.html +++ b/docs/story/101231.html @@ -11,6 +11,18 @@

    1章/メイン/L1126_聖杯探索最終戦8③

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    1章/メイン/L1126_聖杯探索最終戦8③

    + + + + + + + +
    template1
    Load
    Play
    101041003
    【モルガン】
    逢いに来てくれたの?
    あの人に
    101041003
    【モルガン】
    座ってるだけで、やっとよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101232.html b/docs/story/101232.html index 1ffe01213..84a888220 100644 --- a/docs/story/101232.html +++ b/docs/story/101232.html @@ -11,6 +11,30 @@

    1章/メイン/L1126_聖杯探索最終戦8④

    View script in lua + + + + + + + + + + + + + + + + + + + + + + + + @@ -32,7 +56,7 @@

    1章/メイン/L1126_聖杯探索最終戦8④

    - + @@ -67,7 +91,7 @@

    1章/メイン/L1126_聖杯探索最終戦8④

    - + @@ -77,7 +101,7 @@

    1章/メイン/L1126_聖杯探索最終戦8④

    - + @@ -150,5 +174,13 @@

    1章/メイン/L1126_聖杯探索最終戦8④

    + + + + + + + +
    Load
    PerezAtkSet
    ArthurMoveSet
    Perez2Set
    AsteraMoveSet
    Play
    101015001
    【アーサー】
    今日のところはお日柄も悪く
    お開きで、どうか
    101020001
    【マーリン】
    出来ない相談ですね
    101020001
    【マーリン】
    アーサー!?!?
    101027002
    【ディンドラン・ゲイボルグ】
    その命令を、待っていました
    101056002
    【ペレス】
    父なる彼に恩を返し
    妖かしの精神を引き継ぐ銀卓が
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101233.html b/docs/story/101233.html index 9d471d2e4..2594c7312 100644 --- a/docs/story/101233.html +++ b/docs/story/101233.html @@ -11,6 +11,18 @@

    1章/メイン/L1126_妖精殺しの真実

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    1章/メイン/L1126_妖精殺しの真実

    + + + + + + + +
    template1
    Load
    Play
    101067001
    【ニニアン】
    これは妖精ニニアンの(とが)
    (そそ)げぬ罪を(あがな)う宿命、継承者に刻むのみ
    101021002
    【ブルーノ】
    ノワール
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101236.html b/docs/story/101236.html index 641baef12..ef6252102 100644 --- a/docs/story/101236.html +++ b/docs/story/101236.html @@ -11,6 +11,18 @@

    1章/メイン/L1129_円卓会議・聖杯探求の後先

    View script in lua + + + + + + + + + + + + @@ -81,6 +93,15 @@

    1章/メイン/L1129_円卓会議・聖杯探求の後先

    + + + + + + + + + @@ -96,6 +117,10 @@

    1章/メイン/L1129_円卓会議・聖杯探求の後先

    + + + + @@ -111,6 +136,10 @@

    1章/メイン/L1129_円卓会議・聖杯探求の後先

    + + + + @@ -131,6 +160,10 @@

    1章/メイン/L1129_円卓会議・聖杯探求の後先

    + + + + @@ -186,6 +219,15 @@

    1章/メイン/L1129_円卓会議・聖杯探求の後先

    + + + + + + + + + @@ -201,6 +243,10 @@

    1章/メイン/L1129_円卓会議・聖杯探求の後先

    + + + + @@ -216,6 +262,10 @@

    1章/メイン/L1129_円卓会議・聖杯探求の後先

    + + + + @@ -231,6 +281,10 @@

    1章/メイン/L1129_円卓会議・聖杯探求の後先

    + + + + @@ -310,5 +364,13 @@

    1章/メイン/L1129_円卓会議・聖杯探求の後先

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    聖杯を巡り、ログレス軍とローマ軍は
    スノードン山で相まみえる
    【ガウェイン】
    …カレドニア南にあるサンダーンの港町から
    大きな船に乗って島を出て行ったって話だ
    101009002
    【(選択肢)】
    1. ルーシャスは聖杯を諦めたのか?
    2. お疲れ様、ガウェイン
    3. ローマについていった人も?
    Block1_1
    101009002
    【ノワール】
    ルーシャスは聖杯を諦めたのか?
    【ガレス】
    てことは、しばらくはローマからの
    横槍が入ることもないってことだな!
    Block1_2
    101009002
    【ノワール】
    ローマ対策班の仕事も一段落か
    お疲れ様、ガウェイン
    【ランスロット】
    だがこれで厄介事のひとつが片付いた
    それだけでも充分ありがたい
    Block1_3
    101009002
    【ノワール】
    ローマについていった人も?
    【ヴォールス】
    彼女たちがローマについた理由も
    わからずじまいになってしまったな
    Block1end
    101022001
    【モルドレッド】
    …継承者様がいやがるんだ
    そのぐらいはしてもらわねえと
    【ランスロット】
    だが希望はある
    そうだろう、ノワール?
    101009002
    【(選択肢)】
    1. 戦うべき敵は決まっている
    2. 守るべきものはまだ残っている
    3. 円卓と銀卓とで成し遂げなきゃ
    Block2_1
    101009002
    【ノワール】
    戦うべき敵は決まっている
    【ヴォールス】
    奴らの真意はフィエナを問い詰めてでも
    明らかにする必要があるがな
    Block2_2
    101009002
    【ノワール】
    守るべきものはまだ残っている
    【トリスタン】
    ローマを退けられたんだ
    着実に、進んでいるじゃないか
    Block2_3
    101009002
    【ノワール】
    円卓の騎士で成し遂げよう
    …いや、円卓の騎士だけじゃない
    【ガレス】
    だったら、ふたつの卓いっぱいになるくらい
    ご馳走を用意しないとだな♪
    Block2end
    101022001
    【モルドレッド】
    王妃(ギネヴィア)殿下と宮廷魔術師(マーリン)殿が消息不明で
    よくもめでてえこと言えるもんだ
    101022001
    【モルドレッド】
    敵の根城でテメエの故郷
    な?最悪だろ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101237.html b/docs/story/101237.html index aeb7faf87..3110f272b 100644 --- a/docs/story/101237.html +++ b/docs/story/101237.html @@ -11,6 +11,18 @@

    1章/メイン/L1201_玻璃の銀は、あなただけ

    View script in lua + + + + + + + + + + + + @@ -190,5 +202,13 @@

    1章/メイン/L1201_玻璃の銀は、あなただけ

    + + + + + + + +
    template1
    Load
    Play
    101028002
    【ガラハッド】
    ………僕が『曇りなき玻璃(はり)(しろがね)』であるものか
    101036001
    【フィエナ】
    ガラハッドは、愛されているよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101238.html b/docs/story/101238.html index 0295fd7d7..229adb029 100644 --- a/docs/story/101238.html +++ b/docs/story/101238.html @@ -11,6 +11,18 @@

    1章/メイン/L1201_脚の枷

    View script in lua + + + + + + + + + + + + @@ -141,6 +153,15 @@

    1章/メイン/L1201_脚の枷

    + + + + + + + + + @@ -156,6 +177,10 @@

    1章/メイン/L1201_脚の枷

    + + + + @@ -171,6 +196,10 @@

    1章/メイン/L1201_脚の枷

    + + + + @@ -210,5 +239,13 @@

    1章/メイン/L1201_脚の枷

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    「最も(したた)かに、抜きん出ろ」
    という言葉を覚えているか
    【ノワール】
    抜きん出られるほどじゃない
    だけどあんたと歩調を合わせて道を往きたい
    101009002
    【(選択肢)】
    1. その決断の勇気がある
    2. 後進に道を拓くために
    Block1_1
    101009002
    【ノワール】
    その決断の勇気がある
    あんたと並び立つと決めたあの日から
    【ノワール】
    それが最強騎士(あんた)の手を取った俺の責任だ
    だから──
    Block1_2
    101009002
    【ノワール】
    後進に道を拓くために
    継承者としてGS(ゲシュタルト・シフト)を果たしたあの日から
    【ノワール】
    追われる者は脚を進め続けなきゃならない
    その最強騎士(あんた)の辛さが最近身に染みてわかった
    Block1end
    101009002
    【ノワール】
    王に忠誠を誓い、平和のために尽くし切る
    気高き誇りを名乗りと上げる
    101010001
    【ランスロット】
    ふたりなら
    脚の枷もひきずって進める
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101239.html b/docs/story/101239.html index 864084872..52676310a 100644 --- a/docs/story/101239.html +++ b/docs/story/101239.html @@ -12,7 +12,15 @@

    1章/メイン/L1203_聖杯城・囚われの

    View script in lua - + + + + + + + + + @@ -42,7 +50,7 @@

    1章/メイン/L1203_聖杯城・囚われの

    - + @@ -52,7 +60,7 @@

    1章/メイン/L1203_聖杯城・囚われの

    - + @@ -107,7 +115,7 @@

    1章/メイン/L1203_聖杯城・囚われの

    - + @@ -162,7 +170,7 @@

    1章/メイン/L1203_聖杯城・囚われの

    - + @@ -202,7 +210,7 @@

    1章/メイン/L1203_聖杯城・囚われの

    - + @@ -225,5 +233,13 @@

    1章/メイン/L1203_聖杯城・囚われの

    + + + + + + + +
    101020001
    Load
    Play
    【マーリン】
    釣れませんよ、王は
    101020001
    【マーリン】
    宮廷魔術師風情
    代わりはいくらでも
    101020001
    【マーリン】
    買いかぶられましても
    101020001
    【マーリン】
    …バルバロイに下らねばできぬことですか
    かつて妖精と接したこの城が行うべきことですか
    101020001
    【マーリン】
    …そういう、ものでしょうね
    101020001
    【マーリン】
    ではお早く
    胴から斬り離されては
    101056002
    【ペレス】
    マーリンなくば、奇跡は起き得ぬ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101240.html b/docs/story/101240.html index 83ae4f7c6..d6fbe2b7e 100644 --- a/docs/story/101240.html +++ b/docs/story/101240.html @@ -11,6 +11,18 @@

    1章/メイン/L1205_円卓会議・銀卓の真実

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/L1205_円卓会議・銀卓の真実

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    知らされることのなかったランスロットの想い
    ノワールはようやく彼の想いを知らされる
    101036001
    【フィエナ】
    ──「銀卓騎士団とペレス王は
    父なる彼の遺児を護る」と
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101241.html b/docs/story/101241.html index 3bcc6f2be..2b351aaf8 100644 --- a/docs/story/101241.html +++ b/docs/story/101241.html @@ -11,6 +11,18 @@

    1章/メイン/L1205_円卓会議・ノワールの提案

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/メイン/L1205_円卓会議・ノワールの提案

    + + + + + + + + + @@ -56,6 +77,10 @@

    1章/メイン/L1205_円卓会議・ノワールの提案

    + + + + @@ -76,6 +101,10 @@

    1章/メイン/L1205_円卓会議・ノワールの提案

    + + + + @@ -91,6 +120,10 @@

    1章/メイン/L1205_円卓会議・ノワールの提案

    + + + + @@ -200,5 +233,13 @@

    1章/メイン/L1205_円卓会議・ノワールの提案

    + + + + + + + +
    template1
    Load
    Play
    101026001
    【パーシヴァル】
    ちょっと待ってよ…
    意味わかんなくない?
    【ケイ】
    確かに…聖杯を(けが)してまで
    継承者を侵蝕しようとした理由もわからぬな
    101009002
    【(選択肢)】
    1. 侵蝕してまで達成したいことが?
    2. ガラハッドを裏切ってまでも?
    3. 円卓と銀卓が協力出来ればな
    Block1_1
    101009002
    【ノワール】
    侵蝕してまで達成したいことが?
    【ケイ】
    …であれば、余計に不可解だ
    Block1_2
    101009002
    【ノワール】
    ガラハッドの気持ちを
    裏切ってまですることなのか
    【フィエナ】
    けどおじい様が
    ガラハッドを裏切ったなんて考えたくないよ
    Block1_3
    101009002
    【ノワール】
    円卓と銀卓が協力出来ればいいのにな
    【ガラハッド】
    ガラハッドは、その、あのときは
    あの、嬉しかった
    Block1end
    101036001
    【フィエナ】
    わからなくなっちゃってたんだ
    おじい様たちの望みがなんなのか
    101028001
    【ガラハッド】
    ──フォー・ラウンド
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101242.html b/docs/story/101242.html index 21463357d..d0eb52d75 100644 --- a/docs/story/101242.html +++ b/docs/story/101242.html @@ -11,6 +11,18 @@

    1章/メイン/L1206_ガラハッドのお勉強1

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/メイン/L1206_ガラハッドのお勉強1

    + + + + + + + +
    template1
    Load
    Play
    101028001
    【ガラハッド】
    つ、つきあってくれないか。ノワール
    101028001
    【ガラハッド】
    非行少女が怖くてな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101243.html b/docs/story/101243.html index eedf9c090..5151ae85a 100644 --- a/docs/story/101243.html +++ b/docs/story/101243.html @@ -11,6 +11,18 @@

    1章/メイン/L1206_ガラハッドのお勉強2

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/L1206_ガラハッドのお勉強2

    + + + + + + + +
    template1
    Load
    Play
    101028001
    【ガラハッド】
    ディナタンに勉強を
    教えてもらおうと思ったんだが
    101028001
    【ガラハッド】
    僕を、勉強していかないか…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101244.html b/docs/story/101244.html index 8bda8b453..b26e52178 100644 --- a/docs/story/101244.html +++ b/docs/story/101244.html @@ -11,6 +11,18 @@

    1章/メイン/L1206_ガラハッドのお勉強3

    View script in lua + + + + + + + + + + + + @@ -81,6 +93,15 @@

    1章/メイン/L1206_ガラハッドのお勉強3

    + + + + + + + + + @@ -96,6 +117,10 @@

    1章/メイン/L1206_ガラハッドのお勉強3

    + + + + @@ -116,6 +141,10 @@

    1章/メイン/L1206_ガラハッドのお勉強3

    + + + + @@ -131,6 +160,10 @@

    1章/メイン/L1206_ガラハッドのお勉強3

    + + + + @@ -231,6 +264,15 @@

    1章/メイン/L1206_ガラハッドのお勉強3

    + + + + + + + + + @@ -246,6 +288,10 @@

    1章/メイン/L1206_ガラハッドのお勉強3

    + + + + @@ -261,6 +307,10 @@

    1章/メイン/L1206_ガラハッドのお勉強3

    + + + + @@ -276,6 +326,10 @@

    1章/メイン/L1206_ガラハッドのお勉強3

    + + + + @@ -290,5 +344,13 @@

    1章/メイン/L1206_ガラハッドのお勉強3

    + + + + + + + +
    template1
    Load
    Play
    101028001
    【ガラハッド】
    僕を好きと言ってくれた人
    【ガラハッド】
    事実、もっと言って欲しくて
    ねだるような顔でいたんだろう
    101009002
    【(選択肢)】
    1. 銀卓の騎士は強いな
    2. アステラは優しかったな
    3. そんなに欲張らなくても
    Block1_1
    101009002
    【ノワール】
    銀卓の騎士は強いな
    【ガラハッド】
    強くて、たくましくて、人が良くて
    僕の唯一の居場所で、あったかかった
    Block1_2
    101009002
    【ノワール】
    アステラは優しかったな
    【ガラハッド】
    強いから出来ることなんだ
    好意を向けてくれるのも、強くて優しいから
    Block1_3
    101009002
    【ノワール】
    そんなに欲張らなくても
    【ガラハッド】
    ガラハッドはアステラの「好き」が
    とても嬉しかったんだ。とても…
    Block1end
    101028001
    【ガラハッド】
    姉上曰く…銀卓騎士は皆『父なる彼』の剣技を
    受け継いでいる…ということなんだな
    【ガラハッド】
    相手に知ってもらえないと『知り合い』じゃない
    ともに学び合わないと『学友』にはなれない
    101009002
    【(選択肢)】
    1. 勉強させてもらうよ
    2. ランスロットに学ぶのもいいかも
    3. もう知り合いだし、学友だよ
    Block2_1
    101009002
    【ノワール】
    勉強させてもらうよ、ガラハッド
    【ガラハッド】
    その…ぜひガラハッドの
    『知り合い』に、なってほしい
    Block2_2
    101009002
    【ノワール】
    俺だけじゃなくランスロットにも学ぶといい
    あいつは学園の教師のひとりだから
    【ガラハッド】
    いずれは彼からも多くを学び
    彼にもガラハッドのことを学んでもらわねば!
    Block2_3
    101009002
    【ノワール】
    もう知り合いだし、学友だよ
    【ガラハッド】
    じゃ、じゃあ…より親しい友人
    『親友』を目指すのはどうだろう!
    Block2end
    101028001
    【ガラハッド】
    円卓の騎士は学び舎でそうやって互いを知り
    絆を深め合っているから強いのだと思った
    101028001
    【ガラハッド】
    そうやってガラハッド
    を好きになりたい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101245.html b/docs/story/101245.html index 9c2c31924..1bd116845 100644 --- a/docs/story/101245.html +++ b/docs/story/101245.html @@ -11,6 +11,18 @@

    1章/メイン/L1209_王の復帰①1

    View script in lua + + + + + + + + + + + + @@ -30,5 +42,13 @@

    1章/メイン/L1209_王の復帰①1

    + + + + + + + +
    template1
    Load
    Play
    101067001
    【ニニアン】
    聖杯の解放を望む者は…
    『サラスの都』に足を踏み入れる必要がある
    101067001
    【ニニアン】
    ブルーノ、貴方の剣で
    この妖精ニニアンの命を天へと捧げ──
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101246.html b/docs/story/101246.html index 95cd27a68..c1ac9ec72 100644 --- a/docs/story/101246.html +++ b/docs/story/101246.html @@ -11,6 +11,18 @@

    1章/メイン/L1209_王の復帰①2

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    1章/メイン/L1209_王の復帰①2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ランスロット、戻って来ていたのか
    101010001
    【ランスロット】
    やれやれ
    俺は止めてほしくて来たつもりだったんだがな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101247.html b/docs/story/101247.html index 048b09c9e..5ee856218 100644 --- a/docs/story/101247.html +++ b/docs/story/101247.html @@ -11,6 +11,18 @@

    1章/メイン/L1210_王の復帰②

    View script in lua + + + + + + + + + + + + @@ -61,6 +73,15 @@

    1章/メイン/L1210_王の復帰②

    + + + + + + + + + @@ -76,6 +97,10 @@

    1章/メイン/L1210_王の復帰②

    + + + + @@ -91,6 +116,10 @@

    1章/メイン/L1210_王の復帰②

    + + + + @@ -106,6 +135,10 @@

    1章/メイン/L1210_王の復帰②

    + + + + @@ -120,5 +153,13 @@

    1章/メイン/L1210_王の復帰②

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    ペレス王は
    釣りをしている
    【ノワール】
    父さんの想いがどうであれ
    継承者が聖杯で奇跡を起こすには妖精が必要…
    101009001
    【(選択肢)】
    1. 俺も妖精を殺す必要があるのか?
    2. そんな妖精はどこにいる?
    3. 真実は誰も知らない?
    Block1_1
    101009001
    【ノワール】
    俺も妖精を殺す必要があるのか?
    【ノワール】
    父さんもそうやって
    『妖精殺し』になった…
    Block1_2
    101009001
    【ノワール】
    そんな妖精はどこにいる…?
    妖精ニニアンがいない今、どこに…
    【ノワール】
    ほかに…いるのか、妖精が…!?
    Block1_3
    101009001
    【ノワール】
    聖杯を解放するためには妖精殺しが必要…
    という真実は誰も知らないのか?
    【ノワール】
    …父さんもあんたも
    口を閉ざして言わないわけだ
    Block1end
    101010001
    【ランスロット】
    妖精は、いる
    101010001
    【ランスロット】
    だから我らは
    餌に喰いつかざるを得ない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101248.html b/docs/story/101248.html index 6b51c0647..8c11e45d4 100644 --- a/docs/story/101248.html +++ b/docs/story/101248.html @@ -11,6 +11,18 @@

    1章/メイン/L1210_王の復帰③

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/メイン/L1210_王の復帰③

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/メイン/L1210_王の復帰③

    + + + + @@ -71,6 +96,10 @@

    1章/メイン/L1210_王の復帰③

    + + + + @@ -105,5 +134,13 @@

    1章/メイン/L1210_王の復帰③

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    見舞いに、来てくれるころだと…思ってたよ
    【アーサー】
    連れて行ってくれるんだろう?
    101009001
    【(選択肢)】
    1. どうしてそこまでして
    2. 付き合ってもらう
    Block1_1
    101009001
    【ノワール】
    どうしてそこまでして
    【アーサー】
    理由を探したら、キツくないか?
    Block1_2
    101009001
    【ノワール】
    付き合ってもらう
    【アーサー】
    …ありがとう、ノワール
    Block1end
    101015001
    【アーサー】
    王にしかできないこともある
    101015001
    【アーサー】
    会議(にいさん)が待ってる
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101249.html b/docs/story/101249.html index fe6b27202..a21b164c6 100644 --- a/docs/story/101249.html +++ b/docs/story/101249.html @@ -11,6 +11,14 @@

    1章/メイン/L1210_王の復帰④1

    シーンID変更

    View script in lua + + + + + + + + @@ -85,5 +93,13 @@

    1章/メイン/L1210_王の復帰④1

    + + + + + + + +
    Load
    Play
    101015001
    【アーサー】
    俺はお前たちが羨ましい
    101009001
    【ノワール】
    もちろんだ
    なにを食べるか、ゆっくり考えておくといい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101251.html b/docs/story/101251.html index 139bbcb02..f053ee8af 100644 --- a/docs/story/101251.html +++ b/docs/story/101251.html @@ -11,6 +11,18 @@

    1章/メイン/L1212_円卓会議・銀卓決戦へ

    View script in lua + + + + + + + + + + + + @@ -86,6 +98,15 @@

    1章/メイン/L1212_円卓会議・銀卓決戦へ

    + + + + + + + + + @@ -106,6 +127,10 @@

    1章/メイン/L1212_円卓会議・銀卓決戦へ

    + + + + @@ -126,6 +151,10 @@

    1章/メイン/L1212_円卓会議・銀卓決戦へ

    + + + + @@ -141,6 +170,10 @@

    1章/メイン/L1212_円卓会議・銀卓決戦へ

    + + + + @@ -225,5 +258,13 @@

    1章/メイン/L1212_円卓会議・銀卓決戦へ

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    正面突破と行こうか諸君
    【ケイ】
    なんの選択を委ねるというのだ…?
    101009002
    【(選択肢)】
    1. 俺たちの進む道を
    2. 試されているのかもしれない
    3. ペレス王に残った良心か?
    Block1_1
    101009002
    【ノワール】
    俺たちが生にすがるか…
    死を受け入れるか…
    【ヴォールス】
    ガラハッドやフィエナが
    家族と訣別しなければならないとしても?
    Block1_2
    101009002
    【ノワール】
    試されているのかもしれない
    【ランスロット】
    ガラハッドとフィエナの決断を
    Block1_3
    101009002
    【ノワール】
    ペレス王に残った良心が
    そうさせているのかもしれない
    【ガラハッド】
    …だが、僕は希望を信じる
    ノワール
    Block1end
    101040001
    【ケイ】
    奴らは明らかにアーサーを狙っていたとも聞く
    王自らの出陣は遠慮願いたい
    101015001
    【アーサー】
    本当の俺など、捨て置けるよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101252.html b/docs/story/101252.html index 948cf607a..5053ee6c3 100644 --- a/docs/story/101252.html +++ b/docs/story/101252.html @@ -11,6 +11,18 @@

    1章/メイン/L1218_銀卓決戦1・出陣

    View script in lua + + + + + + + + + + + + @@ -61,6 +73,15 @@

    1章/メイン/L1218_銀卓決戦1・出陣

    + + + + + + + + + @@ -81,6 +102,10 @@

    1章/メイン/L1218_銀卓決戦1・出陣

    + + + + @@ -106,6 +131,10 @@

    1章/メイン/L1218_銀卓決戦1・出陣

    + + + + @@ -115,5 +144,13 @@

    1章/メイン/L1218_銀卓決戦1・出陣

    + + + + + + + +
    template1
    Load
    Play
    101041003
    【モルガン】
    アーサー、まって
    【モルガン】
    貴方が背負うものは、重すぎる
    101009001
    【(選択肢)】
    1. 『最強騎士』がついてます
    2. 後輩にカッコいい姿を見せたい
    Block1_1
    101009001
    【ノワール】
    『最強騎士』がついてます
    ひとりで背負うわけじゃありませんから
    【モルガン】
    ありがとう、ランスロット
    Block1_2
    101009001
    【ノワール】
    しばらく前までは見つけてほしくて
    このコートを羽織っていたけれど
    【ガラハッド】
    あいわかった
    任せてもらおう!
    Block1end
    101041003
    【モルガン】
    アーサー
    どうか先にいかないで
    101041003
    【モルガン】
    そんな親不孝、許さないから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101254.html b/docs/story/101254.html index 976ff8aee..18a6e2812 100644 --- a/docs/story/101254.html +++ b/docs/story/101254.html @@ -11,6 +11,14 @@

    1章/メイン/L1220_銀卓決戦2・長城

    View script in lua + + + + + + + + @@ -96,6 +104,19 @@

    1章/メイン/L1220_銀卓決戦2・長城

    + + + + + + + + + + + + + @@ -111,6 +132,10 @@

    1章/メイン/L1220_銀卓決戦2・長城

    + + + + @@ -126,6 +151,10 @@

    1章/メイン/L1220_銀卓決戦2・長城

    + + + + @@ -160,5 +189,13 @@

    1章/メイン/L1220_銀卓決戦2・長城

    + + + + + + + +
    Load
    Play
    101029001
    【アステラ】
    おかえりなさい
    【ディンドラン】
    …はいっ、パー坊
    101009001
    【(選択肢)】
    1. ランスロット、行こう
    2. ガラハッド、行けるか?
    MA_01B112_24_select1
    MA_01B112_24_select1_1
    101009001
    【ノワール】
    ランスロット、行こう
    【ランスロット・アロンダイト】
    頼りにさせてくれ
    MA_01B112_24_select1_2
    101009001
    【ノワール】
    ガラハッド、行けるか?
    【ガラハッド】
    腹は既に決まってるんだ
    MA_01B112_24_end
    101036002
    【フィエナ・カリス】
    これだけ大量のバルバロイ…
    源はたぶん、聖杯城のおじい様よ…!
    101029002
    【アステラ・カラドボルグ】
    その顔を
    曇らせたくないの
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101255.html b/docs/story/101255.html index 360374c5d..dbb1402fd 100644 --- a/docs/story/101255.html +++ b/docs/story/101255.html @@ -11,11 +11,32 @@

    1章/メイン/L1221_銀卓決戦3・聖杯城突入

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -31,6 +52,10 @@

    1章/メイン/L1221_銀卓決戦3・聖杯城突入

    + + + + @@ -51,6 +76,10 @@

    1章/メイン/L1221_銀卓決戦3・聖杯城突入

    + + + + @@ -75,5 +104,13 @@

    1章/メイン/L1221_銀卓決戦3・聖杯城突入

    + + + + + + + +
    template1
    Load
    Play
    101010002
    【ランスロット・アロンダイト】
    …静かだな
    101009001
    【(選択肢)】
    1. 招き入れようとしているのか
    2. ワナがあるかもしれない
    Block1_1
    101009001
    【ノワール】
    招き入れようとしているのか
    ペレス王が
    【ガラハッド】
    玉座でふたりが来るのを
    待っているはずだ
    Block1_2
    101009001
    【ノワール】
    なにかワナがあるかもしれない
    気を付けて進もう
    【ガラハッド】
    お爺様は
    ノワールとランスロットを待っているから
    Block1end
    101028002
    【ガラハッド】
    きっと僕らは
    歓迎されていない
    101028002
    【ガラハッド】
    それが本当なら………いいな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101256.html b/docs/story/101256.html index 46ff03169..97e10f979 100644 --- a/docs/story/101256.html +++ b/docs/story/101256.html @@ -11,6 +11,18 @@

    1章/メイン/L1221_銀卓決戦4・聖杯城戦①

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/メイン/L1221_銀卓決戦4・聖杯城戦①

    + + + + + + + + + @@ -56,6 +77,10 @@

    1章/メイン/L1221_銀卓決戦4・聖杯城戦①

    + + + + @@ -71,6 +96,10 @@

    1章/メイン/L1221_銀卓決戦4・聖杯城戦①

    + + + + @@ -86,6 +115,10 @@

    1章/メイン/L1221_銀卓決戦4・聖杯城戦①

    + + + + @@ -225,5 +258,13 @@

    1章/メイン/L1221_銀卓決戦4・聖杯城戦①

    + + + + + + + +
    template1
    Load
    Play
    101056002
    【ペレス】
    痛みは増すばかりで
    死は間近に迫りつつある
    【ペレス】
    さてな
    101009001
    【(選択肢)】
    1. 貴方に守られる必要はない
    2. ガラハッドにかける言葉は!?
    3. アーサーをやらせはしない
    Block1_1
    101009001
    【ノワール】
    ペレス王…俺たちは貴方の庇護を必要とはしない
    継承者としてバルバロイを根絶する
    【ペレス】
    異なことを申すな
    Block1_2
    101009001
    【ノワール】
    ガラハッドにかける言葉はないのか
    【ガラハッド】
    …不要です、お爺様
    ガラハッドが貴方の顔を見たくて来ました
    Block1_3
    101009001
    【ノワール】
    アーサーをやらせはしない
    【アーサー】
    わざわざ人質をとっておいて
    その物言いは尊大だな
    Block1end
    101056002
    【ペレス】
    聖杯解放、世界救済…その果てに
    継承者とその(つるぎ)の安寧はないというのに
    101056002
    【ペレス】
    継承者はすでに目の当たりにしているはず
    聖域化の跡を
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101257.html b/docs/story/101257.html index 33e324f46..3c0c1eb2a 100644 --- a/docs/story/101257.html +++ b/docs/story/101257.html @@ -11,6 +11,18 @@

    1章/メイン/L1221_銀卓決戦4・聖杯城戦②

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/L1221_銀卓決戦4・聖杯城戦②

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    …「きっかけは
    錆びついた剣の(きし)み」
    101056002
    【ペレス】
    ランスロット卿はその後、長きに渡って
    この地で封としての孤独を味わうことになる
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101258.html b/docs/story/101258.html index 4535a8503..4e6ce1e61 100644 --- a/docs/story/101258.html +++ b/docs/story/101258.html @@ -11,6 +11,14 @@

    1章/メイン/L1221_銀卓決戦4・聖杯城戦③

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/メイン/L1221_銀卓決戦4・聖杯城戦③

    + + + + + + + +
    Load
    Play
    101036002
    【フィエナ・カリス】
    そんな…!?
    101056002
    【ペレス】
    聖杯による奇跡は起こさせぬ
    『父なる彼の遺児』は我ら家族(バルバロイ)とともに
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101259.html b/docs/story/101259.html index 8f9910402..b7b1161b5 100644 --- a/docs/story/101259.html +++ b/docs/story/101259.html @@ -11,6 +11,14 @@

    1章/メイン/L1221_銀卓決戦5①

    View script in lua + + + + + + + + @@ -66,6 +74,19 @@

    1章/メイン/L1221_銀卓決戦5①

    + + + + + + + + + + + + + @@ -81,6 +102,10 @@

    1章/メイン/L1221_銀卓決戦5①

    + + + + @@ -96,6 +121,10 @@

    1章/メイン/L1221_銀卓決戦5①

    + + + + @@ -162,7 +191,7 @@

    1章/メイン/L1221_銀卓決戦5①

    - + @@ -170,5 +199,13 @@

    1章/メイン/L1221_銀卓決戦5①

    + + + + + + + +
    Load
    Play
    101056002
    【ペレス】
    最も強き者ゆえに
    本当の孤独を知らぬ
    【ランスロット・アロンダイト】
    すべては遺っていく
    なにひとつ(うしな)われはしない
    101009001
    【(選択肢)】
    1. いいんだな、ランスロット
    2. だめだ、ランスロット
    MA_01B112_32_select1
    MA_01B112_32_select1_1
    101009001
    【ノワール】
    いいんだな、ランスロット…!
    【ランスロット・アロンダイト】
    師匠と同じ気持ちだ
    お前の幸せを願っている
    MA_01B112_32_select1_2
    101009001
    【ノワール】
    だめだ、ランスロット…!
    【ランスロット・アロンダイト】
    師匠と一緒だ
    俺の心はお前とともに
    MA_01B112_32_end
    101010002
    【ランスロット・アロンダイト】
    ペレス王
    貴方に俺は救えない
    101042001
    【モーロノエー】
    そう♪歴史の侵蝕、世界の蟲喰い
    侵されれば後戻りは出来ない病──…
    101009001
    【ノワール】
    ………『狂忘症』
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101260.html b/docs/story/101260.html index 50079dd21..c7631b2bf 100644 --- a/docs/story/101260.html +++ b/docs/story/101260.html @@ -11,6 +11,18 @@

    1章/メイン/L1221_銀卓決戦5②

    View script in lua + + + + + + + + + + + + @@ -100,5 +112,13 @@

    1章/メイン/L1221_銀卓決戦5②

    + + + + + + + +
    template1
    Load
    Play
    101029002
    【アステラ・カラドボルグ】
    逃げないの?
    101029002
    【アステラ・カラドボルグ】
    妖精が去り、守護騎士が消えた聖杯城
    いずれバルバロイ化する未来は決定的だった
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101261.html b/docs/story/101261.html index 872afd507..5004e5561 100644 --- a/docs/story/101261.html +++ b/docs/story/101261.html @@ -11,6 +11,18 @@

    1章/メイン/L1221_銀卓決戦5③

    View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

    1章/メイン/L1221_銀卓決戦5③

    + + + + + + + +
    template1
    Load
    Play
    101020001
    【マーリン】
    GS(ゲシュタルト・シフト)を果たしたキラーズは
    バルバロイの因子への抵抗力を持つ
    101020001
    【マーリン】
    …銀卓も円卓も関係なく貴方たちと
    仲良く卓を囲めたら、だそうですよ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101262.html b/docs/story/101262.html index 19d14beff..7803009d5 100644 --- a/docs/story/101262.html +++ b/docs/story/101262.html @@ -11,6 +11,18 @@

    1章/メイン/L1221_銀卓決戦5④

    View script in lua + + + + + + + + + + + + @@ -255,5 +267,13 @@

    1章/メイン/L1221_銀卓決戦5④

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    座すべき者はすべてに平等
    それが円卓を囲む騎士たち(ナイツ・オブ・ザ・ラウンドテーブル)の精神だ
    101028002
    【ガラハッド】
    僕がガラハッドとして
    生きたい道を!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101263.html b/docs/story/101263.html index 81179cc0a..23394177f 100644 --- a/docs/story/101263.html +++ b/docs/story/101263.html @@ -11,6 +11,14 @@

    1章/メイン/L1221_銀卓決戦6・ペレス王が倒れ

    View script in lua + + + + + + + + @@ -71,6 +79,19 @@

    1章/メイン/L1221_銀卓決戦6・ペレス王が倒れ

    + + + + + + + + + + + + + @@ -106,6 +127,10 @@

    1章/メイン/L1221_銀卓決戦6・ペレス王が倒れ

    + + + + @@ -146,6 +171,10 @@

    1章/メイン/L1221_銀卓決戦6・ペレス王が倒れ

    + + + + @@ -181,6 +210,10 @@

    1章/メイン/L1221_銀卓決戦6・ペレス王が倒れ

    + + + + @@ -212,7 +245,7 @@

    1章/メイン/L1221_銀卓決戦6・ペレス王が倒れ

    - + @@ -257,7 +290,7 @@

    1章/メイン/L1221_銀卓決戦6・ペレス王が倒れ

    - + @@ -317,7 +350,7 @@

    1章/メイン/L1221_銀卓決戦6・ペレス王が倒れ

    - + @@ -375,5 +408,13 @@

    1章/メイン/L1221_銀卓決戦6・ペレス王が倒れ

    + + + + + + + +
    Load
    Play
    101056002
    【ペレス】
    ガラハッド…よくぞ
    【ペレス】
    生きて行って…欲しかった
    逃げ延びて…遠く、どこか遠くで………
    101009001
    【(選択肢)】
    1. 円卓が敗れれば叶わなかった
    2. だから危険から遠ざけようと?
    3. 真実を伝えてやればよかったのに
    MA_01B112_38_select1
    MA_01B112_38_select1_1
    101009001
    【ノワール】
    円卓の騎士が敗れれば
    それも叶わなかった
    【ペレス】
    最強騎士に並び立つ騎士として…
    歴史に遺ることを、祈る…
    MA_01B112_38_select1_2
    101009001
    【ノワール】
    だから戦いから遠ざけようとしたのか
    【ペレス】
    最強騎士に並び立つ騎士として…
    歴史に遺ることを、祈る…
    MA_01B112_38_select1_3
    101009001
    【ノワール】
    ガラハッドに
    真実を伝えてやれば良かったのに…!
    【ペレス】
    最強騎士に並び立つ騎士として…
    歴史に遺ることを、祈る…
    MA_01B112_38_end
    101028002
    【ガラハッド】
    …お爺様
    貴方の用意した道を歩むことはしません
    101027002
    【ディンドラン・ゲイボルグ】
    パーシヴァル様…、お引きを…!
    その状態では戦えません…!
    101027002
    【ディンドラン・ゲイボルグ】
    エクセリア…!
    101020001
    【マーリン】
    間に合いましたね
    101056002
    【ペレス】
    アーサー・ペンドラゴン
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101264.html b/docs/story/101264.html index aab234367..9934f91c7 100644 --- a/docs/story/101264.html +++ b/docs/story/101264.html @@ -11,6 +11,18 @@

    1章/メイン/L1224_円卓会議・銀卓決戦後

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/メイン/L1224_円卓会議・銀卓決戦後

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/メイン/L1224_円卓会議・銀卓決戦後

    + + + + @@ -86,6 +111,10 @@

    1章/メイン/L1224_円卓会議・銀卓決戦後

    + + + + @@ -170,5 +199,13 @@

    1章/メイン/L1224_円卓会議・銀卓決戦後

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    すべてが順調だ
    【パーシヴァル】
    聖杯もノワールの手にあるわけだし
    ぼくらの大願成就も近い…ってことだね
    101009002
    【(選択肢)】
    1. バルバロイを根絶しよう
    2. (ランスロットを見る)
    Block1_1
    101009002
    【ノワール】
    この地からバルバロイを根絶しよう
    【パーシヴァル】
    それに…船長(ランスロット)の覚悟を目の当たりにしたらね
    Block1_2
    101010001
    【ランスロット】
    待ちわびた平和が来る
    それでいい
    【ヴォールス】
    気を強く持ち続けていたのだな
    今まで、ずっと
    Block1end
    101010001
    【ランスロット】
    『聖域化』がなされれば
    無限に増え続けるバルバロイの脅威は去る
    101010001
    【ランスロット】
    離れがたくなるだろう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101265.html b/docs/story/101265.html index 3e2b129f8..2f5a2e2ab 100644 --- a/docs/story/101265.html +++ b/docs/story/101265.html @@ -11,6 +11,18 @@

    1章/メイン/L1224_アステラの処遇

    View script in lua + + + + + + + + + + + + @@ -81,6 +93,15 @@

    1章/メイン/L1224_アステラの処遇

    + + + + + + + + + @@ -106,6 +127,10 @@

    1章/メイン/L1224_アステラの処遇

    + + + + @@ -131,6 +156,10 @@

    1章/メイン/L1224_アステラの処遇

    + + + + @@ -215,5 +244,13 @@

    1章/メイン/L1224_アステラの処遇

    + + + + + + + +
    template1
    Load
    Play
    101029001
    【アステラ】
    あら。おそろいで
    【フィエナ】
    ね…ノワール
    アステラはどうなるの
    101009002
    【(選択肢)】
    1. アステラの振る舞いしだい
    2. ガラハッドたちと過ごさせたい
    Block1_1
    101009002
    【ノワール】
    アステラの振る舞いしだいだろうな
    【ノワール】
    だけど踏みとどまってくれたじゃないか
    Block1_2
    101009002
    【ノワール】
    ガラハッドや銀卓のみんなと過ごさせたい
    できることなら少しでも長く、平和に
    【アステラ】
    ………わかってるでしょ?ガラハッド
    Block1end
    101035001
    【リリアーナ】
    ………あのまま
    閉じ込めておいてくだされば
    101028001
    【ガラハッド】
    それは、強く生きるための指針に
    ほかならない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101266.html b/docs/story/101266.html index 65bb9edb5..c9cb9f959 100644 --- a/docs/story/101266.html +++ b/docs/story/101266.html @@ -11,6 +11,18 @@

    1章/メイン/L1225_降誕祭・プレゼント配り1

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/メイン/L1225_降誕祭・プレゼント配り1

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    ギネヴィア、マーリン救出に向かう
    ノワールたちはそこでペレス王の真意を知る
    【telop】
    ログレスで行われる降誕祭に
    その言葉は影を落とすのであった
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101267.html b/docs/story/101267.html index c04b601f9..f309ff4bf 100644 --- a/docs/story/101267.html +++ b/docs/story/101267.html @@ -11,6 +11,18 @@

    1章/メイン/L1225_降誕祭・プレゼント配り2

    View script in lua + + + + + + + + + + + + @@ -91,6 +103,15 @@

    1章/メイン/L1225_降誕祭・プレゼント配り2

    + + + + + + + + + @@ -106,6 +127,10 @@

    1章/メイン/L1225_降誕祭・プレゼント配り2

    + + + + @@ -126,6 +151,10 @@

    1章/メイン/L1225_降誕祭・プレゼント配り2

    + + + + @@ -180,5 +209,13 @@

    1章/メイン/L1225_降誕祭・プレゼント配り2

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    贈り物(プレゼント)とは
    大変なものだな
    【ディナタン】
    ガラハッドはマーケット周辺にいる
    子供たちにプレゼントを配りましょう
    101009002
    【(選択肢)】
    1. 俺はなにをすれば?
    2. 子供たち、喜ぶだろうな
    Block1_1
    101009002
    【ノワール】
    あの…俺はなにをすれば?
    役割を教えられてないんだけど
    【ノワール】
    …は?
    Block1_2
    101009002
    【ノワール】
    子供たち、喜ぶだろうな
    俺にも協力させてくれ
    【ノワール】
    …えっ
    Block1end
    101011001
    【ギネヴィア】
    ログレスには子供が多いでしょ
    プレゼントもとても1回じゃ配り切れない
    101028001
    【ガラハッド】
    なんなら
    手伝いに来てくれてもいいぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101269.html b/docs/story/101269.html index 7bb2fefd4..c8c4ce541 100644 --- a/docs/story/101269.html +++ b/docs/story/101269.html @@ -11,6 +11,18 @@

    1章/メイン/L1225_降誕祭・ランスロット1

    削除予定→取消

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/メイン/L1225_降誕祭・ランスロット1

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ランスロット
    プレゼント配りの調子はどうだ?
    101009002
    【ノワール】
    プレゼントを配るの、俺も手伝うよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101270.html b/docs/story/101270.html index 867dfa414..f6733f48c 100644 --- a/docs/story/101270.html +++ b/docs/story/101270.html @@ -11,6 +11,18 @@

    1章/メイン/L1225_降誕祭・ランスロット2

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/メイン/L1225_降誕祭・ランスロット2

    + + + + + + + + + @@ -56,6 +77,10 @@

    1章/メイン/L1225_降誕祭・ランスロット2

    + + + + @@ -71,6 +96,10 @@

    1章/メイン/L1225_降誕祭・ランスロット2

    + + + + @@ -96,6 +125,15 @@

    1章/メイン/L1225_降誕祭・ランスロット2

    + + + + + + + + + @@ -116,6 +154,10 @@

    1章/メイン/L1225_降誕祭・ランスロット2

    + + + + @@ -136,6 +178,10 @@

    1章/メイン/L1225_降誕祭・ランスロット2

    + + + + @@ -155,5 +201,13 @@

    1章/メイン/L1225_降誕祭・ランスロット2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    水色なんだって
    【ランスロット】
    「つかみどころがない」…ということだろうか
    101009002
    【(選択肢)】
    1. つかみどころはないな
    2. なくてはならない存在ということ
    Block1_1
    101009002
    【ノワール】
    たしかにつかみどころはないな
    なにを考えてるかわからないときが多いし
    【ランスロット】
    …すまない
    Block1_2
    101009002
    【ノワール】
    あんたは俺にはなくてはならない存在だ
    人の生活に水が必要なように
    【ランスロット】
    …そうか
    Block1end
    101010001
    【ランスロット】
    ──決闘ごっこを、していたな
    【ランスロット】
    手を抜くのは良くないからな
    101009002
    【(選択肢)】
    1. 1回くらい勝たせてほしかった
    2. 勝つまでやるつもりだった
    Block2_1
    101009002
    【ノワール】
    1回くらい勝たせてくれても良かったのに
    【ランスロット】
    2度と決闘を申し込まれることは
    ないだろうと思った
    Block2_2
    101009002
    【ノワール】
    勝つまでやるつもりだったんだ
    【ランスロット】
    お前との時間が終わるのが
    なによりも嫌だったんだ
    Block2end
    101010001
    【ランスロット】
    俺を追いかけてくれる
    お前が好きだった
    101010001
    【ランスロット】
    この時間がなによりの贈り物だ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101271.html b/docs/story/101271.html index fe26752c5..8299d55e8 100644 --- a/docs/story/101271.html +++ b/docs/story/101271.html @@ -11,6 +11,18 @@

    1章/メイン/L1225_降誕祭・ガラハッド1

    削除予定→取消

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/メイン/L1225_降誕祭・ガラハッド1

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ガラハッド
    プレゼントは配れているのか?
    101009002
    【ノワール】
    プレゼントを配るの、俺も手伝うよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101272.html b/docs/story/101272.html index 4028c8a07..ae3444605 100644 --- a/docs/story/101272.html +++ b/docs/story/101272.html @@ -11,6 +11,18 @@

    1章/メイン/L1225_降誕祭・ガラハッド2

    View script in lua + + + + + + + + + + + + @@ -61,6 +73,15 @@

    1章/メイン/L1225_降誕祭・ガラハッド2

    + + + + + + + + + @@ -91,6 +112,10 @@

    1章/メイン/L1225_降誕祭・ガラハッド2

    + + + + @@ -111,6 +136,10 @@

    1章/メイン/L1225_降誕祭・ガラハッド2

    + + + + @@ -171,6 +200,15 @@

    1章/メイン/L1225_降誕祭・ガラハッド2

    + + + + + + + + + @@ -191,6 +229,10 @@

    1章/メイン/L1225_降誕祭・ガラハッド2

    + + + + @@ -215,5 +257,17 @@

    1章/メイン/L1225_降誕祭・ガラハッド2

    + + + + + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    寒くないか?
    【ガラハッド】
    他者と関わり、多くを学び吸収することで
    白銀の輝きは増していくものなのかもしれない
    101009001
    【(選択肢)】
    1. きっとそうだよ
    2. 節度はあるだろうけどな
    Block1_1
    101009001
    【ノワール】
    ああ、きっとそうだよ
    【ガラハッド】
    でも、ちょっと嬉しくもある
    お前が僕を見てくれていたとは
    Block1_2
    101009001
    【ノワール】
    まぁ、節度はあるだろうけどな
    不純物は取り込み過ぎないようにしないと
    【ガラハッド】
    お、お前はよくそういうことを
    平気な顔で言えるな…!?
    Block1end
    101028001
    【ガラハッド】
    ………『ガラハッド』という名前、な?
    【ガラハッド】
    ………少し、寒いな
    101009001
    【(選択肢)】
    1. 風邪をひく前に寮に戻ろう
    2. (コートを貸そうとする)
    Block2_1
    101009001
    【ノワール】
    大きな戦いも控えてる
    風邪をひく前に寮に戻ろう
    【ガラハッド】
    ………そうだな
    Block2_2
    101028001
    【ガラハッド】
    ………コートの金色もきっと
    父君がお前を護るために纏った鎧なのだろうな
    101028001
    【ガラハッド】
    僕で、いいのか?
    Block2end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101273.html b/docs/story/101273.html index 805b3a03b..eab6af897 100644 --- a/docs/story/101273.html +++ b/docs/story/101273.html @@ -11,6 +11,18 @@

    1章/メイン/L0101_ニニアンの夢

    View script in lua + + + + + + + + + + + + @@ -215,5 +227,13 @@

    1章/メイン/L0101_ニニアンの夢

    + + + + + + + +
    template1
    Load
    Play
    101067001
    【ニニアン】
    私の犯した(とが)
    王家の血を(けが)しました
    101067001
    【ニニアン】
    私が愛したユーサーとの──…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101274.html b/docs/story/101274.html index e2d58b42a..724a61833 100644 --- a/docs/story/101274.html +++ b/docs/story/101274.html @@ -11,6 +11,18 @@

    1章/メイン/L0101_アーサー、死への秒読み1

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/メイン/L0101_アーサー、死への秒読み1

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/メイン/L0101_アーサー、死への秒読み1

    + + + + @@ -76,6 +101,10 @@

    1章/メイン/L0101_アーサー、死への秒読み1

    + + + + @@ -91,6 +120,10 @@

    1章/メイン/L0101_アーサー、死への秒読み1

    + + + + @@ -170,5 +203,13 @@

    1章/メイン/L0101_アーサー、死への秒読み1

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    往生際が悪いな。我ながら
    【アーサー】
    俺がアーサー・ペンドラゴンの名を背負うのは
    どうしてだと思う?
    101009002
    【(選択肢)】
    1. 『ペンドラゴン』は家名では?
    2. カッコ付けだと思っていた
    3. 父親から何か引き継いでいるから
    Block1_1
    101009002
    【ノワール】
    『ペンドラゴン』は家名じゃないのか?
    【アーサー】
    …いいや、彼女は断るかな
    Block1_2
    101009002
    【ノワール】
    カッコ付けだと思ってたよ
    【アーサー】
    お前と同じだよ、ノワール
    Block1_3
    101009002
    【ノワール】
    父親からなにかを引き継いでいるから
    【アーサー】
    もとは父の二つ名なんだ
    異名と言ってもいい
    Block1end
    101015001
    【アーサー】
    我が父
    ユーサー・ペンドラゴン
    101015001
    【アーサー】
    ゆえに人間と交わると均衡が崩れ
    交わった人間側に穢れが降り注ぐのだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101275.html b/docs/story/101275.html index 307c94690..7433524de 100644 --- a/docs/story/101275.html +++ b/docs/story/101275.html @@ -11,6 +11,18 @@

    1章/メイン/L0101_アーサー、死への秒読み2

    View script in lua + + + + + + + + + + + + @@ -110,5 +122,13 @@

    1章/メイン/L0101_アーサー、死への秒読み2

    + + + + + + + +
    template1
    Load
    Play
    101020001
    【マーリン】
    ユーサー様は妖精ニニアンと交わったことで
    その血が(けが)れ始めました
    101015001
    【アーサー】
    人として、誰かのために
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101276.html b/docs/story/101276.html index d0a1db368..b424712af 100644 --- a/docs/story/101276.html +++ b/docs/story/101276.html @@ -11,6 +11,18 @@

    1章/メイン/L0105_円卓会議・真実を

    View script in lua + + + + + + + + + + + + @@ -146,6 +158,15 @@

    1章/メイン/L0105_円卓会議・真実を

    + + + + + + + + + @@ -161,6 +182,10 @@

    1章/メイン/L0105_円卓会議・真実を

    + + + + @@ -176,6 +201,10 @@

    1章/メイン/L0105_円卓会議・真実を

    + + + + @@ -191,6 +220,10 @@

    1章/メイン/L0105_円卓会議・真実を

    + + + + @@ -300,5 +333,13 @@

    1章/メイン/L0105_円卓会議・真実を

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    ノワールは夢の中でアーサーが受け継いだ
    穢れた血の話を知らされる
    【ノワール】
    だけど…こうやって真実を明かしたということは
    101009002
    【(選択肢)】
    1. アーサーなりの考えがあるんだな
    2. ………
    3. ガラハッドたちがいるもんな
    Block1_1
    101009002
    【ノワール】
    アーサーなりの考えがあるんだな?
    その…『悲劇を回避する鍵』が
    【パーシヴァル】
    や、やっぱりねー!悲観する必要なし!
    解決策があるなら早く言って欲しかったなぁ!
    Block1_2
    101009002
    【ノワール】
    ………
    【ヴォールス】
    アーサー王はこの真実を明かした、その理由は
    明かしたとしても解決策があるからだろう
    Block1_3
    101009002
    【ノワール】
    ガラハッドやフィエナを信用してのことだな?
    【ガラハッド】
    勝ち取った平穏のなかで
    解決できることがあるということだな!
    Block1end
    101015001
    【アーサー】
    単純かつ簡単な解決策、それはな?
    101015001
    【アーサー】
    その真実を
    探させないように
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101277.html b/docs/story/101277.html index 8f5374a5d..e8874fc25 100644 --- a/docs/story/101277.html +++ b/docs/story/101277.html @@ -11,6 +11,18 @@

    1章/メイン/L0106_モルガンに何も言えないで

    View script in lua + + + + + + + + + + + + @@ -160,5 +172,13 @@

    1章/メイン/L0106_モルガンに何も言えないで

    + + + + + + + +
    template1
    Load
    Play
    101041003
    【モルガン】
    隠さなくたっていいのよ?
    101041003
    【モルガン】
    強がらなくたって
    ガラハッドは強いわ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101278.html b/docs/story/101278.html index d8fc24784..5ec98f387 100644 --- a/docs/story/101278.html +++ b/docs/story/101278.html @@ -11,6 +11,18 @@

    1章/メイン/L0113_王殺し1・出発前①

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    1章/メイン/L0113_王殺し1・出発前①

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/メイン/L0113_王殺し1・出発前①

    + + + + @@ -61,9 +86,21 @@

    1章/メイン/L0113_王殺し1・出発前①

    + + + + + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ランスロット?
    【ランスロット】
    これから、出発する
    101009002
    【(選択肢)】
    1. ひとりで平気か?
    2. 気を付けて行ってこい
    Block1_1
    101009002
    【ノワール】
    …ひとりで平気か?
    【ランスロット】
    ああ
    Block1_2
    101009002
    【ノワール】
    そうか
    気を付けて行ってこい
    【ランスロット】
    回りくどい言いかたはよそう
    今日は頼みがあって来た
    Block1end
    101010001
    【ランスロット】
    ついてきて…くれないか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101279.html b/docs/story/101279.html index 5b715b62d..52b98a73f 100644 --- a/docs/story/101279.html +++ b/docs/story/101279.html @@ -11,6 +11,18 @@

    1章/メイン/L0113_王殺し2・出発前②

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    1章/メイン/L0113_王殺し2・出発前②

    + + + + + + + + + @@ -76,6 +97,10 @@

    1章/メイン/L0113_王殺し2・出発前②

    + + + + @@ -91,6 +116,10 @@

    1章/メイン/L0113_王殺し2・出発前②

    + + + + @@ -180,5 +209,13 @@

    1章/メイン/L0113_王殺し2・出発前②

    + + + + + + + +
    template1
    Load
    Play
    101028001
    【ガラハッド】
    あの日
    止めようと思ったんだ、王殺し
    【ランスロット】
    今のまま聖杯を使えば、ブリテンの穢れに加え
    アーサーのバルバロイ化まで併発する恐れもある
    101009001
    【(選択肢)】
    1. ランスロットたちが選んだことだ
    2. ガラハッドは優しいな
    Block1_1
    101009001
    【ノワール】
    ランスロットとアーサー
    ふたりの選択を尊重しよう
    【ノワール】
    一番信じている人に
    見送ってもらえるなら
    Block1_2
    101009001
    【ノワール】
    ガラハッドは優しいな
    【ガラハッド】
    だけどふたりの話を聞いたら
    止められないと
    Block1end
    101028001
    【ガラハッド】
    あるいは最初から
    そのために今日まで戦ってきたのだとしたら
    101028001
    【ガラハッド】
    きっと、罪や咎ではないはずだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101280.html b/docs/story/101280.html index 0e5327e54..e17709e28 100644 --- a/docs/story/101280.html +++ b/docs/story/101280.html @@ -11,6 +11,18 @@

    1章/メイン/L0113_王殺し3・道を違え

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    1章/メイン/L0113_王殺し3・道を違え

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    誰が言い出したんだ?
    101010001
    【ランスロット】
    ペンドラゴンが言うな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101281.html b/docs/story/101281.html index 86de10c01..bb74444aa 100644 --- a/docs/story/101281.html +++ b/docs/story/101281.html @@ -11,6 +11,18 @@

    1章/メイン/L0113_王殺し4・モルガン

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/L0113_王殺し4・モルガン

    + + + + + + + +
    template1
    Load
    Play
    101028001
    【ガラハッド】
    どこへ…?
    101012001
    【ディナタン】
    こっそりアーサー様についていこうかなって
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101282.html b/docs/story/101282.html index 2b16a6665..d7822a686 100644 --- a/docs/story/101282.html +++ b/docs/story/101282.html @@ -12,7 +12,15 @@

    1章/メイン/L0113_王殺し5・モルガン魔女化

    View script in lua - + + + + + + + + + @@ -27,12 +35,12 @@

    1章/メイン/L0113_王殺し5・モルガン魔女化

    - + - + @@ -42,22 +50,22 @@

    1章/メイン/L0113_王殺し5・モルガン魔女化

    - + - + - + - + @@ -67,7 +75,7 @@

    1章/メイン/L0113_王殺し5・モルガン魔女化

    - + @@ -77,7 +85,7 @@

    1章/メイン/L0113_王殺し5・モルガン魔女化

    - + @@ -112,17 +120,17 @@

    1章/メイン/L0113_王殺し5・モルガン魔女化

    - + - + - + @@ -132,7 +140,7 @@

    1章/メイン/L0113_王殺し5・モルガン魔女化

    - + @@ -142,27 +150,27 @@

    1章/メイン/L0113_王殺し5・モルガン魔女化

    - + - + - + - + - + @@ -172,22 +180,22 @@

    1章/メイン/L0113_王殺し5・モルガン魔女化

    - + - + - + - + @@ -197,43 +205,51 @@

    1章/メイン/L0113_王殺し5・モルガン魔女化

    - + - + - + - + - + - + - + - + + + + + + + + +
    101041001
    Load
    Play
    101041003
    【モルガン】
    アーサーは我ら(バルバロイ)の王となる
    その原因のすべては継承者にあるの
    101041001
    101041003
    【モルガン】
    ランスロットには円卓の騎士になった頃から
    聖杯の加護を強く感じていたわ
    101041001
    101041003
    【モルガン】
    その原因はわからないけれど
    聖杯に触れたか、聖杯に近しい人がそばにいたか
    101041001
    101041003
    【モルガン】
    そのランスロットが(まと)った聖杯の加護により
    アーサーのバルバロイ因子は抑止されていたの
    101041001
    101041003
    【モルガン】
    あのままの均衡状態でいられれば
    アーサーがバルバロイにならない未来もあり得た
    101041001
    101041003
    【モルガン】
    けれどランスロットはキラーズとなり
    その加護の均衡は崩れ去った
    101041001
    101041003
    【モルガン】
    わかる?貴方がランスロットを選んだせいで
    アーサーのバルバロイ化は決定付けられたの
    101041001
    101041003
    【モルガン】
    ノワールくん
    貴方が継承者で本当に良かった♪
    101010001
    【ランスロット】
    ………!
    101041001
    101041003
    【モルガン】
    言ったはずよ、アーサー
    101041001
    101041003
    【モルガン】
    そんな親不孝、赦さない
    101020001
    【マーリン】
    ──…ッッ!?
    101041001
    101041003
    【モルガン】
    さよならよ、継承者(ノワールくん)
    101041001
    101041003
    【モルガン】
    母になりたいと願い、叶ったの
    101041002
    【魔女モルガン】
    魔女姉妹が喰らい、繋がったバルバロイは
    死後すべて私のもとへと還る
    101041002
    【魔女モルガン】
    モーロノエーだけは
    ふふ。大喰らいで──
    101041002
    【魔女モルガン】
    ペレス王とライエンス王…ふたりの王と繋がった
    私はそれを呑み、改めて産み出した
    101041002
    【魔女モルガン】
    人の王を喰らい尽くし
    バルバロイの王に捧げるために
    101041002
    【魔女モルガン】
    すべての希望を捨てて。どうぞ
    101041002
    【魔女モルガン】
    この歴史に遺る最後の妖精(マーリン)は今息絶える
    聖杯による奇跡はもう起こせない
    101041002
    【魔女モルガン】
    この魔女モルガンがバルバロイの母となり
    (けが)れを産み落とし、歴史を侵し、この地を堕とす
    101041002
    【魔女モルガン】
    聴こえるかしら
    バルバロイの王の胎動が
    101041002
    【魔女モルガン】
    アーサー、貴方…自死はできないわよね?
    それはランスロットの覚悟を裏切ることになる
    101041002
    【魔女モルガン】
    けれどランスロットは
    ガウェインくんの目の前でアーサーを殺せる?
    101041002
    【魔女モルガン】
    己の喪失に鈍感でも
    隣人のそれには人一倍敏感
    101041002
    【魔女モルガン】
    それゆえ異常なほどの滅私の決意で強さを追い
    最強騎士へと成り上がったわけだけれど
    101041002
    【魔女モルガン】
    妖精マーリンを(うしな)った今、聖杯解放すら叶わぬ今
    アーサーを殺すことにどれほどの意味があるの?
    101010001
    【ランスロット】
    ………アー、サー…!
    101041002
    【魔女モルガン】
    アーサーを見送らせはしないわ
    連れ出すのは私、旅立つのは私たち
    101041002
    【魔女モルガン】
    『楽園』が待ってるの
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101283.html b/docs/story/101283.html index 63bb5515b..4e8e0cb34 100644 --- a/docs/story/101283.html +++ b/docs/story/101283.html @@ -11,6 +11,18 @@

    1章/メイン/L0114_妖精が産む

    View script in lua + + + + + + + + + + + + @@ -115,5 +127,13 @@

    1章/メイン/L0114_妖精が産む

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    「これから先、お前には
    4つの真実が明かされていく」
    101067001
    【ニニアン】
    だけど、最初で最後の家族くらいは
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101284.html b/docs/story/101284.html index c80c4317d..90bb84452 100644 --- a/docs/story/101284.html +++ b/docs/story/101284.html @@ -11,6 +11,18 @@

    1章/メイン/L0115_モルガンとマーリン

    View script in lua + + + + + + + + + + + + @@ -225,5 +237,13 @@

    1章/メイン/L0115_モルガンとマーリン

    + + + + + + + +
    template1
    Load
    Play
    101041002
    【魔女モルガン】
    看取る覚悟なんて御免なの
    101041002
    【魔女モルガン】
    私が、産みなおしてあげる
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101285.html b/docs/story/101285.html index 4c9d4cf81..fd8903cbd 100644 --- a/docs/story/101285.html +++ b/docs/story/101285.html @@ -11,6 +11,18 @@

    1章/メイン/L0116_最強騎士、最低の道程1

    View script in lua + + + + + + + + + + + + @@ -170,5 +182,13 @@

    1章/メイン/L0116_最強騎士、最低の道程1

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    なにが本物かわからないまま
    101010001
    【ランスロット】
    最低だと思わないか。ノワール
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101291.html b/docs/story/101291.html index 056260ffe..6fe4fffe5 100644 --- a/docs/story/101291.html +++ b/docs/story/101291.html @@ -11,6 +11,18 @@

    1章/メイン/L0119_一縷の望み、最後の妖精

    View script in lua + + + + + + + + + + + + @@ -156,6 +168,15 @@

    1章/メイン/L0119_一縷の望み、最後の妖精

    + + + + + + + + + @@ -171,6 +192,10 @@

    1章/メイン/L0119_一縷の望み、最後の妖精

    + + + + @@ -186,6 +211,10 @@

    1章/メイン/L0119_一縷の望み、最後の妖精

    + + + + @@ -206,6 +235,10 @@

    1章/メイン/L0119_一縷の望み、最後の妖精

    + + + + @@ -270,5 +303,13 @@

    1章/メイン/L0119_一縷の望み、最後の妖精

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    あんたは最高の騎士だよ
    ランスロット
    【マルディサント】
    み、見つかんねえだろ、ンなヤツ!
    それにホイホイ命差し出すと思うか…!?
    101009002
    【(選択肢)】
    1. 俺たちも同じように命を懸ける
    2. その子の意志は尊重する
    3. 別の方法を探すか?
    Block1_1
    101009002
    【ノワール】
    俺たちも同じように命を懸ける
    【ディナタン】
    死は…強いれない、よね
    Block1_2
    101009002
    【ノワール】
    その子の意志を尊重する
    【ガラハッド】
    それが仮に
    世界の終わりに繋がるとしても…
    Block1_3
    101009002
    【ノワール】
    …そうだよな
    別の方法がないか探してみるか
    【ランスロット】
    俺が早く剣を振り下ろせていれば
    犠牲も出なかった
    Block1end
    101028001
    【ガラハッド】
    その子をさがしてみる価値はある
    世界が終わるかどうかの瀬戸際なんだ…!
    101009002
    【ノワール】
    まさか──…!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101292.html b/docs/story/101292.html index 30943043f..c4fc92f28 100644 --- a/docs/story/101292.html +++ b/docs/story/101292.html @@ -11,6 +11,18 @@

    1章/メイン/L0119_魔女と王の所在1

    View script in lua + + + + + + + + + + + + @@ -86,6 +98,15 @@

    1章/メイン/L0119_魔女と王の所在1

    + + + + + + + + + @@ -101,6 +122,10 @@

    1章/メイン/L0119_魔女と王の所在1

    + + + + @@ -115,5 +140,17 @@

    1章/メイン/L0119_魔女と王の所在1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101025001
    【クレア】
    推理するまでもないけれど
    【クレア】
    もはや妖精のいない私たち(ログレス)には
    手を出せない最悪のシチュエーションね
    101009001
    【(選択肢)】
    1. (口をつぐむ)
    2. (妖精のハーフのことを告げる)
    Block1_1
    101009001
    【ノワール】
    ………
    【ヴォールス】
    ランスロットの迷いを責めるわけにもいかん
    こればかりは運命を呪うしかない
    Block1_2
    101009001
    【ノワール】
    …ほかに、妖精がいるとしたら…?
    101025001
    【クレア】
    世界平和に命を懸ける覚悟とともに
    申し出てくれるんじゃないかしら
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101293.html b/docs/story/101293.html index 2276d6c19..36990b0d5 100644 --- a/docs/story/101293.html +++ b/docs/story/101293.html @@ -11,6 +11,18 @@

    1章/メイン/L0119_魔女と王の所在2

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/L0119_魔女と王の所在2

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    わ、たし、が………?
    101010001
    【ランスロット】
    足踏みをしては
    いけなかった
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101294.html b/docs/story/101294.html index 5d74068aa..4c2137b04 100644 --- a/docs/story/101294.html +++ b/docs/story/101294.html @@ -11,6 +11,18 @@

    1章/メイン/L0120_苦しめたって生かしたい

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/メイン/L0120_苦しめたって生かしたい

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/メイン/L0120_苦しめたって生かしたい

    + + + + @@ -76,6 +101,10 @@

    1章/メイン/L0120_苦しめたって生かしたい

    + + + + @@ -150,5 +179,13 @@

    1章/メイン/L0120_苦しめたって生かしたい

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    ディーナが死ねばアタシは聖遺物化する
    【マルディサント】
    ハーフのアンタでどうにかなる保障ねえだろ…?
    ただのバクチに命賭けて…バカみてえじゃねえか
    101009002
    【(選択肢)】
    1. ディナタンはどうしたいんだ?
    2. 継承者として責務を果たす
    Block1_1
    101009002
    【ノワール】
    ディナタンはどうしたいんだ?
    【ディナタン】
    マァル、やめて
    兄さんはそんなつもりで聞いたわけじゃないよ
    Block1_2
    101009002
    【ノワール】
    継承者として責務を果たす必要がある
    【ディナタン】
    やめて、マァル…!もうやめて…!!
    Block1end
    101017001
    【マルディサント】
    大切な人(ディーナ)が犠牲になった平和なんざ
    息苦しくってしょうがねえだろ!
    101036001
    【フィエナ】
    あまりにも奇跡的だからね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101295.html b/docs/story/101295.html index 8278b614a..1241fe335 100644 --- a/docs/story/101295.html +++ b/docs/story/101295.html @@ -11,6 +11,18 @@

    1章/メイン/L0123_ガラハッドの逡巡と決意

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/メイン/L0123_ガラハッドの逡巡と決意

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/メイン/L0123_ガラハッドの逡巡と決意

    + + + + @@ -76,6 +101,10 @@

    1章/メイン/L0123_ガラハッドの逡巡と決意

    + + + + @@ -91,6 +120,10 @@

    1章/メイン/L0123_ガラハッドの逡巡と決意

    + + + + @@ -155,5 +188,13 @@

    1章/メイン/L0123_ガラハッドの逡巡と決意

    + + + + + + + +
    template1
    Load
    Play
    101028001
    【ガラハッド】
    ………不潔だな、僕は
    【ガラハッド】
    その高潔さだけが騎士としての価値だと
    信じて疑わなかったんだ
    101009002
    【(選択肢)】
    1. そうして生きて行く道もある
    2. 誰かに寄りかかるべき時もある
    3. 自分で決めるべきだ
    Block1_1
    101009002
    【ノワール】
    そうして生きて行く道もあるよ
    【ガラハッド】
    だけど──
    Block1_2
    101009002
    【ノワール】
    誰かに寄りかからないと
    生きていけないこともあるよ
    【ガラハッド】
    ………!
    うん…、うん…!
    Block1_3
    101009002
    【ノワール】
    自分で決めるべきだよ
    【ガラハッド】
    ガラハッドは…
    そうなるにはまだ、足らないんだ…
    Block1end
    101028001
    【ガラハッド】
    混じり、ともに流れゆくことが
    お前たちの強さと見たんだ
    101028001
    【ガラハッド】
    いくら傷ついても歩み続ける強さを
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101296.html b/docs/story/101296.html index ace50a189..fa4201f2b 100644 --- a/docs/story/101296.html +++ b/docs/story/101296.html @@ -11,6 +11,18 @@

    1章/メイン/L0124_ガウェインが信じる王

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,30 @@

    1章/メイン/L0124_ガウェインが信じる王

    + + + + + + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    【telop】
    約束通り、アーサーがバルバロイと化す前に
    彼の命を絶とうとするランスロット
    101013001
    【ガウェイン】
    アーサー様を頼む
    101009002
    【(選択肢)】
    1. (強く頷く)
    2. (ランスロットを見る)
    Block1_1
    Block1_2
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101297.html b/docs/story/101297.html index abf08308e..cf0e66e39 100644 --- a/docs/story/101297.html +++ b/docs/story/101297.html @@ -11,6 +11,14 @@

    1章/メイン/L0124_繰り返される妖精殺し

    View script in lua + + + + + + + + @@ -92,7 +100,7 @@

    1章/メイン/L0124_繰り返される妖精殺し

    - + @@ -152,7 +160,7 @@

    1章/メイン/L0124_繰り返される妖精殺し

    - + @@ -161,6 +169,19 @@

    1章/メイン/L0124_繰り返される妖精殺し

    + + + + + + + + + + + + + @@ -186,18 +207,22 @@

    1章/メイン/L0124_繰り返される妖精殺し

    + + + + - + - + @@ -211,6 +236,10 @@

    1章/メイン/L0124_繰り返される妖精殺し

    + + + + @@ -280,5 +309,13 @@

    1章/メイン/L0124_繰り返される妖精殺し

    + + + + + + + +
    Load
    Play
    101036001
    【フィエナ】
    ここまでだね
    101010001
    【ランスロット】
    ノワール?
    101010001
    【ランスロット】
    …ノワール、お前は──
    【ガラハッド】
    僕なんかが、いいのか………?
    101009001
    【(選択肢)】
    1. ガラハッドがいいんだ
    2. ランスロットも認めてくれている
    MA_01B900_31_select1
    MA_01B900_31_select1_1
    101009001
    【ノワール】
    ガラハッドがいいんだ
    【ガラハッド】
    銀卓の一脚が
    円卓の支えとなろう
    MA_01B900_31_select1_2
    101009001
    【ノワール】
    ランスロットも認めてくれている
    101010001
    【ランスロット】
    …俺だけではない
    円卓の皆がお前の活躍を見ている
    101010001
    【ランスロット】
    反対する者などいない
    【ガラハッド】
    銀卓の一脚が
    円卓の支えとなろう
    MA_01B900_31_end
    101036001
    【フィエナ】
    ………『最強騎士(ランスロット)』が3人いるね
    101028002
    【ガラハッド】
    奇跡を、起こして
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101298.html b/docs/story/101298.html index b5139a9e5..9c76ed78f 100644 --- a/docs/story/101298.html +++ b/docs/story/101298.html @@ -12,37 +12,45 @@

    1章/メイン/L0124_魔王決戦1

    View script in lua - + + + + + + + + + - + - + - + - + - + - + @@ -52,27 +60,27 @@

    1章/メイン/L0124_魔王決戦1

    - + - + - + - + - + @@ -82,12 +90,12 @@

    1章/メイン/L0124_魔王決戦1

    - + - + @@ -97,52 +105,52 @@

    1章/メイン/L0124_魔王決戦1

    - + - + - + - + - + - + - + - + - + - + @@ -152,12 +160,12 @@

    1章/メイン/L0124_魔王決戦1

    - + - + @@ -171,6 +179,19 @@

    1章/メイン/L0124_魔王決戦1

    + + + + + + + + + + + + + @@ -191,6 +212,10 @@

    1章/メイン/L0124_魔王決戦1

    + + + + @@ -211,6 +236,10 @@

    1章/メイン/L0124_魔王決戦1

    + + + + @@ -222,12 +251,12 @@

    1章/メイン/L0124_魔王決戦1

    - + - + @@ -240,5 +269,13 @@

    1章/メイン/L0124_魔王決戦1

    + + + + + + + +
    101041002
    Load
    Play
    【魔女モルガン】
    来客よ。最後の
    101041002
    【魔女モルガン】
    起きて、アーサー
    101041002
    【魔女モルガン】
    私たちは家族で静かに暮らしたいだけなのにね
    誰にも邪魔されず、甘い眠りの中で、永遠に
    101041002
    【魔女モルガン】
    楽園で、ふたりきりで
    101010001
    【ランスロット】
    アーサー………!
    101041002
    【魔女モルガン】
    フフッ…
    どうやってサラス(ここ)へ至ったのかしら
    101041002
    【魔女モルガン】
    本来サラスへ踏み込むことが出来るのは
    妖精と聖杯が認めた者──継承者とその(つるぎ)のみよ
    101041002
    【魔女モルガン】
    だけどすべては手遅れよ
    最強騎士
    101041002
    【魔女モルガン】
    揺籃(ようらん)のときを経て
    バルバロイの王はここに目覚めた
    101041002
    【魔女モルガン】
    魔女が産み落とす
    『魔王』として
    101041002
    【魔女モルガン】
    アーサー内に眠る未成熟のバルバロイ因子は
    つねに周囲のキラーズの力に晒され続けた
    101041002
    【魔女モルガン】
    結果的に成長段階でキラーズへの強い耐性を得た
    もう貴方たちの剣は通じないわ
    101041002
    【魔女モルガン】
    成長し切る前に人として死んでしまわないか
    ハラハラしていたものだけど…
    101041002
    【魔女モルガン】
    「アーサーを守ってくれて、ありがとう」♪
    101041002
    【魔女モルガン】
    継承者、貴方のGS(ゲシュタルト・シフト)がすべての引き金
    貴方の選択が世界を滅ぼすの
    101041002
    【魔女モルガン】
    魔王と魔女が世界を喰らい尽くす
    卓も含めて神羅万象一切をね
    101010001
    【ランスロット】
    …その歩みを止めに来た
    101041002
    【魔女モルガン】
    腰が引けているわよ?ランスロット
    王殺しを果たせなかった臆病者になにが出来るの
    101010001
    【ランスロット】
    ………波立たないようにして来たのは
    101041002
    【魔女モルガン】
    ええ?
    101010001
    【ランスロット】
    己の逃げ腰から
    目を逸らすためだったのかもしれない
    101010001
    【ランスロット】
    だが目の前の光景はどうだ
    101010001
    【ランスロット】
    ガラハッドは慟哭とともに
    俺たちの道を拓いてくれた
    101010001
    【ランスロット】
    そしてその背を支えたノワールに
    俺は師匠の面影を見た
    101010001
    【ランスロット】
    力もつ者ゆえ、その剣で誰かを導き続け
    命あるかぎり誰かのために足掻き続けた
    101010001
    【ランスロット】
    その蘇る面影を、ノワールに
    【ランスロット・アロンダイト】
    俺は──…お前たちのようになりたい
    101009001
    【(選択肢)】
    1. 遅れるなよ、ランスロット
    2. ガラハッドのおかげだ
    MA_01B900_32_select1
    MA_01B900_32_select1_1
    101009001
    【ノワール】
    遅れるなよ、ランスロット
    【ノワール】
    急がなくていいんだ
    待ってるから、あんたがしてくれたように
    MA_01B900_32_select1_2
    101009001
    【ノワール】
    ガラハッドのおかげだ
    【ノワール】
    急がなくていいんだ
    待ってるから、あんたがしてくれたように
    MA_01B900_32_end
    101009001
    【ノワール】
    ゆっくりでいい
    一緒に行こう、ランスロット
    101041002
    【魔女モルガン】
    世界の滅亡も、王への誓いも忘れて
    逃げ去っていれば多少は命を長らえられるのに
    101041002
    【魔女モルガン】
    誰とも血の繋がりを持たぬランスロット
    貴方は誰にも縛られず生きられるはずなのに
    101010002
    【ランスロット・アロンダイト】
    もう逃げない
    どれだけ不格好であろうと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101299.html b/docs/story/101299.html index e6aebe225..fca2a95e6 100644 --- a/docs/story/101299.html +++ b/docs/story/101299.html @@ -11,6 +11,18 @@

    1章/メイン/L0124_魔王決戦2①

    View script in lua + + + + + + + + + + + + @@ -30,5 +42,13 @@

    1章/メイン/L0124_魔王決戦2①

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    『淘汰』の刻が、始まる
    101040001
    【ケイ】
    だが、それを選ぶべきは…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101300.html b/docs/story/101300.html index e9b0e5245..5e8c690dd 100644 --- a/docs/story/101300.html +++ b/docs/story/101300.html @@ -12,17 +12,37 @@

    1章/メイン/L0124_魔王決戦2②

    View script in lua - + + + + + + + + + + + + + + + + + + + + + - + - + @@ -32,27 +52,27 @@

    1章/メイン/L0124_魔王決戦2②

    - + - + - + - + - + @@ -62,12 +82,12 @@

    1章/メイン/L0124_魔王決戦2②

    - + - + @@ -77,37 +97,37 @@

    1章/メイン/L0124_魔王決戦2②

    - + - + - + - + - + - + - + @@ -117,37 +137,37 @@

    1章/メイン/L0124_魔王決戦2②

    - + - + - + - + - + - + - + @@ -155,5 +175,13 @@

    1章/メイン/L0124_魔王決戦2②

    + + + + + + + +
    101041002
    Load
    NoirMoveSet
    LanceMoveSet
    GalaMoveSet
    Play
    【魔女モルガン】
    貴方たちは
    伝承に剣を向けている
    101041002
    【魔女モルガン】
    魔女は、人の王の(けが)れを呑み込み
    妖精マーリンすら取り込んだ
    101041002
    【魔女モルガン】
    妖精ニニアンの(とが)が産んだ諸悪の根源
    私が育んだ魔なる王にキラーズの攻撃は通じない
    101041002
    【魔女モルガン】
    聖杯による奇跡──聖域化が狙いかしら?
    あれはバルバロイを消し去る術法ではないわ
    101041002
    【魔女モルガン】
    あくまでこの時代のバルバロイを
    一時的に封印するだけ
    101041002
    【魔女モルガン】
    悲しいわねえ。貴方が大きな代償を払っても
    得られる対価は僅かな猶予のみなんて
    101041002
    【魔女モルガン】
    聖域化は、ただの封
    101041002
    【魔女モルガン】
    つまりは何処か
    バルバロイを押し込んで鍵をかけるということよ
    101041002
    【魔女モルガン】
    それこそ『楽園』よ
    101041002
    【魔女モルガン】
    楽園──アヴァロン
    バルバロイが住まう場所
    101041002
    【魔女モルガン】
    魔王の目覚めにバルバロイが呼応しているわ
    楽園の向こうにいる子らにもね
    101041002
    【魔女モルガン】
    間もなくアヴァロンへの扉は開かれ
    101041002
    【魔女モルガン】
    この歴史を閉じるべく
    バルバロイがあふれ出す──
    101041002
    【魔女モルガン】
    かくして起こる『淘汰』の刻
    101041002
    【魔女モルガン】
    聖杯の力を行使しなければ
    楽園への扉は封じられず開かれたまま
    101041002
    【魔女モルガン】
    聖杯を解放する隙など与えはしないわ
    継承者を滅し、バルバロイを放ち──
    101041002
    【魔女モルガン】
    魔王と魔女は楽園の奥の玉座にて
    家族水入らず…ひっそりと暮らすの
    101041002
    【魔女モルガン】
    本心よ?
    綺麗で、純心で、疑うことを知らなくて
    101041002
    【魔女モルガン】
    目障りだったわ
    銀色がちらついて
    101041002
    【魔女モルガン】
    魔王とならざるを得ないアーサーを
    生かすべく席を与えることになんの問題が?
    101041002
    【魔女モルガン】
    我が家族の平和を壊す権利が
    貴方たちのどこに?
    101041002
    【魔女モルガン】
    家族の命を犠牲に
    血塗(ちまみ)れの道を歩む貴方たちに──
    101041002
    【魔女モルガン】
    奇跡は起きない
    101041002
    【魔女モルガン】
    誰ひとり、遺さないわ
    101010002
    【ランスロット・アロンダイト】
    ノワール!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101301.html b/docs/story/101301.html index 8859eef33..6d893bb18 100644 --- a/docs/story/101301.html +++ b/docs/story/101301.html @@ -11,9 +11,29 @@

    1章/メイン/L0124_魔王決戦3①

    View script in lua + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    ………兄さん
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101302.html b/docs/story/101302.html index ef58a9b9a..bbb83cb60 100644 --- a/docs/story/101302.html +++ b/docs/story/101302.html @@ -11,6 +11,18 @@

    1章/メイン/L0124_魔王決戦3②

    View script in lua + + + + + + + + + + + + @@ -130,5 +142,13 @@

    1章/メイン/L0124_魔王決戦3②

    + + + + + + + +
    template1
    Load
    Play
    101025001
    【クレア】
    王殺しは失敗に終わったんでしょうね
    明かされないのはなにか事情があってのこと
    101025001
    【クレア】
    解決編は、ここからよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101303.html b/docs/story/101303.html index 2dc1290a0..9f8f6d545 100644 --- a/docs/story/101303.html +++ b/docs/story/101303.html @@ -11,6 +11,18 @@

    1章/メイン/L0124_魔王決戦4①

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/メイン/L0124_魔王決戦4①

    + + + + + + + +
    template1
    Load
    Play
    101009005
    【ノワール】
    …もし、手がなくなっちゃったら?
    101021003
    【ブルーノ】
    手を差し伸べてくれる
    誰かが、必ず
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101304.html b/docs/story/101304.html index b1a6e31c3..869af00ff 100644 --- a/docs/story/101304.html +++ b/docs/story/101304.html @@ -11,6 +11,22 @@

    1章/メイン/L0124_魔王決戦4②

    View script in lua + + + + + + + + + + + + + + + + @@ -82,7 +98,7 @@

    1章/メイン/L0124_魔王決戦4②

    - + @@ -117,7 +133,7 @@

    1章/メイン/L0124_魔王決戦4②

    - + @@ -132,7 +148,7 @@

    1章/メイン/L0124_魔王決戦4②

    - + @@ -142,7 +158,7 @@

    1章/メイン/L0124_魔王決戦4②

    - + @@ -175,5 +191,13 @@

    1章/メイン/L0124_魔王決戦4②

    + + + + + + + +
    Load
    MoveSet1
    MoveSet2
    Play
    【ノワール】
    ………父、さん………?
    101041002
    【魔女モルガン】
    有象無象が集まったところで…
    101041002
    【魔女モルガン】
    無駄な足掻きね
    101041002
    【魔女モルガン】
    それがなに?
    101041002
    【魔女モルガン】
    ………ふざけた、真似を…!
    101028003
    【ガラハッド】
    僕の銀色が、彼の足跡(ランスロット)を映す!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101305.html b/docs/story/101305.html index fb6336f17..a5ed5d180 100644 --- a/docs/story/101305.html +++ b/docs/story/101305.html @@ -11,6 +11,14 @@

    1章/メイン/L0124_魔王決戦4③

    View script in lua + + + + + + + + @@ -22,7 +30,7 @@

    1章/メイン/L0124_魔王決戦4③

    - + @@ -37,17 +45,17 @@

    1章/メイン/L0124_魔王決戦4③

    - + - + - + @@ -57,12 +65,12 @@

    1章/メイン/L0124_魔王決戦4③

    - + - + @@ -82,12 +90,12 @@

    1章/メイン/L0124_魔王決戦4③

    - + - + @@ -115,5 +123,13 @@

    1章/メイン/L0124_魔王決戦4③

    + + + + + + + +
    Load
    Play
    101010002
    【ランスロット・アロンダイト】
    ペレス王が求めたバルバロイとしての永劫の命は
    孤独も生死の苦しみもないのかもしれない
    101041002
    【魔女モルガン】
    澱もうと、延々停滞しようと
    思い出を愛でられれば満たされるわ!
    101041002
    【魔女モルガン】
    …アーサーを護るにはこれしかない
    愛する家族を救うにはこの道しかないの
    101041002
    【魔女モルガン】
    楽園から、出ていけ
    101041002
    【魔女モルガン】
    誰かの願い、誰かの遺志、誰かの武器
    虚しくなるわ、綺麗事ばかりで
    101041002
    【魔女モルガン】
    そうして誰かのために生き続けて
    貴方になにが残るの
    101041002
    【魔女モルガン】
    間もなく忘れ去られるのよ!
    101041002
    【魔女モルガン】
    貴方を救う人はいないのよ!?
    101041002
    【ランスロット・アロンダイト】
    救われたくて生きた道ではない!!
    101010002
    【ランスロット・アロンダイト】
    ただ、「生きていてよかった」と
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101306.html b/docs/story/101306.html index dcd9e71b3..9888e0996 100644 --- a/docs/story/101306.html +++ b/docs/story/101306.html @@ -11,6 +11,14 @@

    1章/メイン/L0124_魔王決戦5

    View script in lua + + + + + + + + @@ -130,5 +138,13 @@

    1章/メイン/L0124_魔王決戦5

    + + + + + + + +
    Load
    Play
    【】
    「お前は今日から進み続けなきゃならない」
    101028002
    【ガラハッド】
    か、解放されるのか…!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101307.html b/docs/story/101307.html index 8a7bd5487..482e01e5d 100644 --- a/docs/story/101307.html +++ b/docs/story/101307.html @@ -11,6 +11,18 @@

    1章/メイン/L0124_魔王決戦6

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/L0124_魔王決戦6

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    聖杯が………
    101010001
    【ランスロット】
    「淘汰」
    「白き竜」…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101308.html b/docs/story/101308.html index ccd7c2608..cf50983c7 100644 --- a/docs/story/101308.html +++ b/docs/story/101308.html @@ -11,6 +11,14 @@

    1章/メイン/L0124_白き竜決戦1

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/メイン/L0124_白き竜決戦1

    + + + + + + + +
    Load
    Play
    101010002
    【ランスロット・アロンダイト】
    すべてサラスで()らされたこと
    すべきことは決まっている
    101010002
    【ランスロット・アロンダイト】
    ゆえに別世界線は淘汰される必要がある
    そうしなければ、終わるのはこちらの歴史だ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101309.html b/docs/story/101309.html index 58c918489..2272acb4b 100644 --- a/docs/story/101309.html +++ b/docs/story/101309.html @@ -11,6 +11,18 @@

    1章/メイン/L0124_白き竜決戦2

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/メイン/L0124_白き竜決戦2

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    世界を救うヒーローになったってさ
    101018001
    【ラグネル】
    剣の祭壇で見たティルフィングみたいに
    一千年も先まで…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101310.html b/docs/story/101310.html index a6a742c9f..31602b73b 100644 --- a/docs/story/101310.html +++ b/docs/story/101310.html @@ -11,6 +11,18 @@

    1章/メイン/L0124_白き竜決戦3

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/メイン/L0124_白き竜決戦3

    + + + + + + + +
    template1
    Load
    Play
    101019001
    【イゾルデ】
    その気の遠くなるような未来で
    目覚めたとき…
    101014001
    【トリスタン】
    家族をひとりぼっちにできるかな
    互いにそうだろうけど
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101311.html b/docs/story/101311.html index 62bb23684..b1ed5f207 100644 --- a/docs/story/101311.html +++ b/docs/story/101311.html @@ -11,6 +11,18 @@

    1章/メイン/L0124_白き竜決戦4

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/L0124_白き竜決戦4

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    どうして、その残滓が
    白き竜を形どっているの…?
    101011001
    【ギネヴィア】
    帰って来るよね、学園に
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101312.html b/docs/story/101312.html index 4086e872c..31d482f4e 100644 --- a/docs/story/101312.html +++ b/docs/story/101312.html @@ -11,6 +11,14 @@

    1章/メイン/L0124_白き竜決戦5

    View script in lua + + + + + + + + @@ -86,6 +94,19 @@

    1章/メイン/L0124_白き竜決戦5

    + + + + + + + + + + + + + @@ -111,6 +132,10 @@

    1章/メイン/L0124_白き竜決戦5

    + + + + @@ -136,6 +161,10 @@

    1章/メイン/L0124_白き竜決戦5

    + + + + @@ -161,9 +190,30 @@

    1章/メイン/L0124_白き竜決戦5

    + + + + + + + + + + + + + + + + + + + + + - + @@ -235,5 +285,13 @@

    1章/メイン/L0124_白き竜決戦5

    + + + + + + + +
    Load
    Play
    101028002
    【ガラハッド】
    まってくれ!!!!
    【ガラハッド】
    戦いを終え、武器を喪った騎士はどう生きる!?
    癒えぬ傷痕と悪しき思い出に苦しむんだぞ!?
    101009001
    【(選択肢)】
    1. ランスロットと戦い続ける
    2. ガラハッドと戦い続ける
    MA_01B900_50_select1
    MA_01B900_50_select1_1
    101009001
    【ノワール】
    ランスロットと戦い続けるよ
    【ノワール】
    それは、最強の敵だろ?
    MA_01B900_50_select1_2
    101009001
    【ノワール】
    ガラハッドと戦い続けるよ
    【ノワール】
    俺もガラハッドも、ランスロットの生きた証だ
    遺された道筋を引き継いでいくんだよ
    MA_01B900_50_end
    101028002
    【ガラハッド】
    ………いってこい
    【ランスロット・アロンダイト】
    最期まで、名前を呼んでくれ
    101009001
    【(選択肢)】
    1. ランスロットと生きていく
    2. 忘れないよ。アロンダイト
    MA_01B900_50_select2
    MA_01B900_50_select2_1
    MA_01B900_50_select2_2
    MA_01B900_50_2_end
    【ランスロット・アロンダイト】
    貴方の武器を、見つけて
    【(選択肢)】
    貴方の武器を、見つけて
    101010002
    【ランスロット・アロンダイト】
    ──遺す(シフトする)。未来へ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101314.html b/docs/story/101314.html index bd555088a..e9fac4e4f 100644 --- a/docs/story/101314.html +++ b/docs/story/101314.html @@ -11,6 +11,14 @@

    1章/メイン/L0124_別離

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/メイン/L0124_別離

    + + + + + + + +
    Load
    Play
    【】
    なでてやったことが
    なかったな
    【】
    長生きしてくれよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101315.html b/docs/story/101315.html index 2ac68b07f..c2f2b85b8 100644 --- a/docs/story/101315.html +++ b/docs/story/101315.html @@ -11,6 +11,18 @@

    1章/メイン/L0127_Lルート共通ED

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/メイン/L0127_Lルート共通ED

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    バルバロイの王と化したアーサーは
    ノワールとランスロットの手で討ち取られた
    【telop】
    最強騎士の名は人々から忘れ去られ
    そして、ブリテンには平和が訪れた
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101316.html b/docs/story/101316.html index 8f8e6f91f..50f863ff3 100644 --- a/docs/story/101316.html +++ b/docs/story/101316.html @@ -11,6 +11,18 @@

    1章/メイン/L0127_ケイ・歴史はB級を語る

    View script in lua + + + + + + + + + + + + @@ -150,5 +162,13 @@

    1章/メイン/L0127_ケイ・歴史はB級を語る

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    あえて語ろう
    胸を張りて
    101040001
    【ケイ】
    感謝する
    ともに卓を囲んでくれて
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101318.html b/docs/story/101318.html index a2cc1e278..3b70d0ea7 100644 --- a/docs/story/101318.html +++ b/docs/story/101318.html @@ -11,6 +11,18 @@

    1章/メイン/L0127_ブルーノ・伝説サルベージ

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/L0127_ブルーノ・伝説サルベージ

    + + + + + + + +
    template1
    Load
    Play
    101021002
    【ブルーノ】
    天命、曰く
    101009002
    【ノワール】
    このいたみ(ランスロット)が、武器になるから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101319.html b/docs/story/101319.html index 50f5c800e..2f4ab469c 100644 --- a/docs/story/101319.html +++ b/docs/story/101319.html @@ -11,6 +11,18 @@

    1章/メイン/L0127_ガラハッドED

    View script in lua + + + + + + + + + + + + @@ -210,5 +222,13 @@

    1章/メイン/L0127_ガラハッドED

    + + + + + + + +
    template1
    Load
    Play
    101028001
    【ガラハッド】
    ガラハッドはここで死ぬ
    101028001
    【マイア】
    4本脚なら
    ぐらついたって倒れない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101320.html b/docs/story/101320.html index 8cad508fd..2a231e629 100644 --- a/docs/story/101320.html +++ b/docs/story/101320.html @@ -11,6 +11,18 @@

    1章/メイン/L0127_ランスロットED1

    View script in lua + + + + + + + + + + + + @@ -260,5 +272,13 @@

    1章/メイン/L0127_ランスロットED1

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    卒業証書授与
    ノワール殿
    101010001
    【ランスロット】
    ………決闘だ。ノワール
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101321.html b/docs/story/101321.html index 634d57542..8ae479d18 100644 --- a/docs/story/101321.html +++ b/docs/story/101321.html @@ -11,6 +11,18 @@

    1章/メイン/L0127_ランスロットED2

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    1章/メイン/L0127_ランスロットED2

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    (うしな)ったものの数だけ
    痛いほど刻まれた記憶がある
    101009001
    【ランスロット】
    ずっと先で
    待っていてくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101326.html b/docs/story/101326.html index 75a41f7fc..0809efea2 100644 --- a/docs/story/101326.html +++ b/docs/story/101326.html @@ -11,6 +11,18 @@

    1章/メイン/D0901_予知夢

    View script in lua + + + + + + + + + + + + @@ -66,6 +78,15 @@

    1章/メイン/D0901_予知夢

    + + + + + + + + + @@ -91,6 +112,10 @@

    1章/メイン/D0901_予知夢

    + + + + @@ -111,6 +136,10 @@

    1章/メイン/D0901_予知夢

    + + + + @@ -156,6 +185,15 @@

    1章/メイン/D0901_予知夢

    + + + + + + + + + @@ -171,6 +209,10 @@

    1章/メイン/D0901_予知夢

    + + + + @@ -186,6 +228,10 @@

    1章/メイン/D0901_予知夢

    + + + + @@ -201,6 +247,10 @@

    1章/メイン/D0901_予知夢

    + + + + @@ -215,5 +265,13 @@

    1章/メイン/D0901_予知夢

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    ブリテン島 6世紀 8月
    【ディナタン】
    寝ぼけてるの?
    101009002
    【(選択肢)】
    1. ここは?
    2. おはよう、ディナタン
    Block1_1
    101009002
    【ノワール】
    …いや――…
    【ディナタン】
    感謝してよね
    Block1_2
    101009002
    【ノワール】
    …ああ、良く寝た
    おはよう、ディナタン
    【ノワール】
    いい夢だったのか、悪い夢だったのか
    …思い出せない、けれど
    Block1end
    101011001
    【ギネヴィア】
    世話が焼けるわね
    【ギネヴィア】
    そうね…それは変わらない
    101009002
    【(選択肢)】
    1. これからもよろしく
    2. そうだな、ランスロット
    3. そうだな、ギネヴィア
    Block2_1
    101009002
    【ノワール】
    これからもよろしく
    ギネヴィア、ランスロット
    【ランスロット】
    我々の祖国を守るため
    一緒に戦おう
    Block2_2
    101009002
    【ノワール】
    そうだな
    これからもよろしく、ランスロット
    【ギネヴィア】
    わ、わたしにも
    なにか声かけてよ!
    Block2_3
    101009002
    【ノワール】
    そうだな
    これからもよろしく、ギネヴィア
    【ランスロット】
    無論、俺たち円卓の騎士も
    協力は惜しまない
    Block2end
    101012001
    【ディナタン】
    兄さん、私――
    私、兄さんの武器になれて嬉しい
    101012001
    【ディナタン】
    私が兄さんを守るね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101330.html b/docs/story/101330.html index 8e4f4c49c..589e004fe 100644 --- a/docs/story/101330.html +++ b/docs/story/101330.html @@ -11,6 +11,18 @@

    1章/メイン/D0904_円卓会議・状況整理1

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/メイン/D0904_円卓会議・状況整理1

    + + + + + + + +
    template1
    Load
    Play
    101023001
    【クラリス】
    懺悔は済みそうですか?
    101023001
    【クラリス】
    寂しくなりますね~
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101331.html b/docs/story/101331.html index e8ccaed8e..c98d372e2 100644 --- a/docs/story/101331.html +++ b/docs/story/101331.html @@ -11,6 +11,18 @@

    1章/メイン/D0904_円卓会議・状況整理2

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -81,6 +93,15 @@

    1章/メイン/D0904_円卓会議・状況整理2

    + + + + + + + + + @@ -101,6 +122,10 @@

    1章/メイン/D0904_円卓会議・状況整理2

    + + + + @@ -121,6 +146,10 @@

    1章/メイン/D0904_円卓会議・状況整理2

    + + + + @@ -135,5 +164,13 @@

    1章/メイン/D0904_円卓会議・状況整理2

    + + + + + + + +
    template1
    Load
    Play
    101022001
    【モルドレッド】
    王座が空席じゃねえの
    【ケイ】
    うむ。そしてなによりの朗報は
    継承者がGS(ゲシュタルト・シフト)を果たしたことだろう
    101009002
    【(選択肢)】
    1. 俺のキラーズ、アロンダイトだ
    2. ディナタン、あらためてよろしく
    Block1_1
    101009002
    【ノワール】
    紹介するよ
    俺のキラーズ…アロンダイトだ
    【ガレス】
    モルドレッド、そこまで~!
    Block1_2
    101009002
    【ノワール】
    ディナタン、あらためてよろしくな
    【モルドレッド】
    ケッ
    麗しい兄妹愛だこと
    Block1end
    101040001
    【ケイ】
    継承者がキラーズを得たことにより
    ついにバルバロイ根絶の目途が立った
    101040001
    【ケイ】
    こちらから
    攻勢に出られる日も近いだろう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101334.html b/docs/story/101334.html index 9bc862bac..80876fe05 100644 --- a/docs/story/101334.html +++ b/docs/story/101334.html @@ -11,6 +11,18 @@

    1章/メイン/D0905_モルドレッドとクラリス⓪1

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -250,5 +262,13 @@

    1章/メイン/D0905_モルドレッドとクラリス⓪1

    + + + + + + + +
    template1
    Load
    Play
    101023001
    【クラリス】
    あっ、ノワールくん
    こんにちは~
    101065001
    【キッス】
    思いもよらず大所帯になっちゃったけど
    …よろしくね、ラビットちゃん
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101335.html b/docs/story/101335.html index 837eb6d9a..5191a7d64 100644 --- a/docs/story/101335.html +++ b/docs/story/101335.html @@ -11,6 +11,14 @@

    1章/メイン/D0905_モルドレッドとクラリス⓪2

    シーンID変更

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/メイン/D0905_モルドレッドとクラリス⓪2

    + + + + + + + +
    Load
    Play
    101023001
    【クラリス】
    いました、バルバロイです~
    101009001
    【ノワール】
    あ、ああ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101336.html b/docs/story/101336.html index c54eb8ecd..78ac3e250 100644 --- a/docs/story/101336.html +++ b/docs/story/101336.html @@ -11,6 +11,14 @@

    1章/メイン/D0905_モルドレッドとクラリス⓪3

    シーンID変更

    View script in lua + + + + + + + + @@ -70,5 +78,13 @@

    1章/メイン/D0905_モルドレッドとクラリス⓪3

    + + + + + + + +
    Load
    Play
    101015001
    【アーサー】
    待たせたな、みんな!
    101015001
    【アーサー】
    ………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101337.html b/docs/story/101337.html index a9158b8e0..1f8d9b502 100644 --- a/docs/story/101337.html +++ b/docs/story/101337.html @@ -11,6 +11,18 @@

    1章/メイン/D0905_モルドレッドとクラリス⓪4

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/D0905_モルドレッドとクラリス⓪4

    + + + + + + + +
    template1
    Load
    Play
    101065001
    【キッス】
    みんなお疲れ様♪
    孤児院に被害が出ずに済んで良かったわ
    101009002
    【ノワール】
    まあ、いいけどさ
    困ったときはいつでも相談してくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101338.html b/docs/story/101338.html index 85fe59497..d00d4f8f3 100644 --- a/docs/story/101338.html +++ b/docs/story/101338.html @@ -11,6 +11,18 @@

    1章/メイン/D0906_ガレスとタスラム

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/メイン/D0906_ガレスとタスラム

    + + + + + + + + + @@ -46,6 +67,10 @@

    1章/メイン/D0906_ガレスとタスラム

    + + + + @@ -61,6 +86,10 @@

    1章/メイン/D0906_ガレスとタスラム

    + + + + @@ -111,6 +140,15 @@

    1章/メイン/D0906_ガレスとタスラム

    + + + + + + + + + @@ -136,6 +174,10 @@

    1章/メイン/D0906_ガレスとタスラム

    + + + + @@ -151,6 +193,10 @@

    1章/メイン/D0906_ガレスとタスラム

    + + + + @@ -255,5 +301,13 @@

    1章/メイン/D0906_ガレスとタスラム

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    あのさ、ノワール借りてもいいか?
    メシ終わったら
    【ディナタン】
    いいですよ?
    貸し出しますっ
    101009002
    【(選択肢)】
    1. 大した用じゃないんだろ?
    2. 大事な話か?
    Block1_1
    101009002
    【ノワール】
    大した用じゃないんだろ?どうせ
    【ガウェイン】
    ま、改まってするハナシでもねーや
    忘れてくれ
    Block1_2
    101009002
    【ノワール】
    大事な話か?
    【ガウェイン】
    いや、そんなかしこまったモンでもねーんだ
    ちょっと…なんとなく気になったことがあってさ
    Block1end
    101033001
    【リオネス】
    おまちどー!
    兄妹仲良くAランチを2つ!
    【ガレス】
    ノワールとディナタンが羨ましいな~
    わたしも優しい兄さんが良かった
    101009002
    【(選択肢)】
    1. ふたりも仲が良いじゃないか
    2. 照れるなあ
    Block2_1
    101009002
    【ノワール】
    ガウェインとガレスだって
    じゅうぶん仲が良いじゃないか
    【ガレス】
    「兄貴だから」って変な注文の仕方するから
    用意してあるだけだよ
    Block2_2
    101009002
    【ノワール】
    そう言われると照れるなあ
    【ガウェイン】
    あーなんか冷めるわー、メシが
    ごちそうさーん
    Block2end
    101013001
    【ガウェイン】
    仲良くしてくれる家族ばっかじゃねーってのが
    世知辛いっつーか、なんつーか
    101013001
    【ガウェイン】
    メシの感想、だったかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101339.html b/docs/story/101339.html index 6f2cbc054..c73177810 100644 --- a/docs/story/101339.html +++ b/docs/story/101339.html @@ -11,6 +11,18 @@

    1章/メイン/D0909_アーサーと最後の会話

    View script in lua + + + + + + + + + + + + @@ -86,6 +98,15 @@

    1章/メイン/D0909_アーサーと最後の会話

    + + + + + + + + + @@ -106,6 +127,10 @@

    1章/メイン/D0909_アーサーと最後の会話

    + + + + @@ -126,6 +151,10 @@

    1章/メイン/D0909_アーサーと最後の会話

    + + + + @@ -255,5 +284,13 @@

    1章/メイン/D0909_アーサーと最後の会話

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    ノワールとGS(ゲシュタルト・シフト)を果たしたことで
    これまで以上に張り切っているディナタン
    【ノワール】
    俺らしい?
    101009002
    【(選択肢)】
    1. どの辺が?
    2. たしかに
    Block1_1
    101009002
    【ノワール】
    俺らしいってどの辺が?
    【ノワール】
    …そういうもんか
    Block1_2
    101009002
    【ノワール】
    たしかに…
    【アーサー】
    かけがえのないもの、か…
    Block1end
    101009002
    【ノワール】
    …大切な家族だった。ブライアンも…
    覚えてはいないだろうけど、父さんも
    101015001
    【アーサー】
    …俺はこの国のために進んでいくよ
    それが俺の、果たすべき務めだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101340.html b/docs/story/101340.html index 7579d8b13..3eae18cf2 100644 --- a/docs/story/101340.html +++ b/docs/story/101340.html @@ -11,6 +11,18 @@

    1章/メイン/D0910_モルドレッドとクラリス①1

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/D0910_モルドレッドとクラリス①1

    + + + + + + + +
    template1
    Load
    Play
    101023001
    【クラリス】
    どうも~
    突撃!隣のシスターですけど~
    101023001
    【クラリス】
    王がお呼びです
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101341.html b/docs/story/101341.html index 82487de99..d36c353fe 100644 --- a/docs/story/101341.html +++ b/docs/story/101341.html @@ -11,6 +11,18 @@

    1章/メイン/D0910_モルドレッドとクラリス①2

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    1章/メイン/D0910_モルドレッドとクラリス①2

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/メイン/D0910_モルドレッドとクラリス①2

    + + + + @@ -91,6 +116,10 @@

    1章/メイン/D0910_モルドレッドとクラリス①2

    + + + + @@ -116,6 +145,15 @@

    1章/メイン/D0910_モルドレッドとクラリス①2

    + + + + + + + + + @@ -136,6 +174,10 @@

    1章/メイン/D0910_モルドレッドとクラリス①2

    + + + + @@ -151,6 +193,10 @@

    1章/メイン/D0910_モルドレッドとクラリス①2

    + + + + @@ -190,5 +236,13 @@

    1章/メイン/D0910_モルドレッドとクラリス①2

    + + + + + + + +
    template1
    Load
    Play
    101022001
    【モルドレッド】
    癪に障るよな?
    【モルドレッド】
    …どう思う、アーサーのヤロウのこと
    101009002
    【(選択肢)】
    1. 尊敬できる王だと思う
    2. なにか様子が変だな
    Block1_1
    101009002
    【ノワール】
    どうって…
    尊敬できる王だと思うけど
    【モルドレッド】
    うるせえ!話に入ってくんな!
    Block1_2
    101009002
    【ノワール】
    ここのところ
    なにか様子がおかしいと思ってる
    【クラリス】
    …もう、来てくれなくなりました
    Block1end
    101022001
    【モルドレッド】
    これまでのアーサーはよ
    反吐が出るくらい甘っちょろいヤツだったが
    【モルドレッド】
    今のアーサーから感じられるのは
    まったくの別モン、その正体まではわからねえが
    101009002
    【(選択肢)】
    1. アーサーが俺に敵意を?
    2. 忠告ありがとう
    Block2_1
    101009002
    【ノワール】
    まさか
    アーサーが俺に敵意を抱いているとか?
    【モルドレッド】
    おめえは静かにしてろ
    Block2_2
    101009002
    【ノワール】
    忠告ありがとう
    気にかけてくれてたんだな
    【モルドレッド】
    そうやって王サマのアンチを増やしてえだけだ
    そのほうが愉快でイイ
    Block2end
    101022001
    【モルドレッド】
    てめえがGS(ゲシュタルト・シフト)してからだ
    なにかが変わった
    101022001
    【モルドレッド】
    ハラにイチモツあるんじゃねえの
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101342.html b/docs/story/101342.html index 77540798b..2d08dbdd9 100644 --- a/docs/story/101342.html +++ b/docs/story/101342.html @@ -11,6 +11,18 @@

    1章/メイン/D0915_ギネヴィア

    View script in lua + + + + + + + + + + + + @@ -130,5 +142,13 @@

    1章/メイン/D0915_ギネヴィア

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    突然ごめんね
    お引越しの手伝いに呼び出しちゃって
    101011001
    【ギネヴィア】
    よろしくね、ノワール!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101343.html b/docs/story/101343.html index 9c3c7ff77..a485290b3 100644 --- a/docs/story/101343.html +++ b/docs/story/101343.html @@ -11,6 +11,18 @@

    1章/メイン/D0920_自信がないの

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/メイン/D0920_自信がないの

    + + + + + + + + + @@ -66,6 +87,10 @@

    1章/メイン/D0920_自信がないの

    + + + + @@ -101,6 +126,10 @@

    1章/メイン/D0920_自信がないの

    + + + + @@ -160,5 +189,13 @@

    1章/メイン/D0920_自信がないの

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    一緒に帰ろ。兄さん
    【ディナタン】
    不思議だね
    ちょっと、なんだか
    101009002
    【(選択肢)】
    1. なにが?
    2. そばにいてくれると安心する
    Block1_1
    101009002
    【ノワール】
    なにが?
    【ディナタン】
    そうだね、知ってる
    Block1_2
    101009002
    【ノワール】
    そばにいてくれると安心するよ
    【ディナタン】
    …変わってない?
    Block1end
    101009002
    【ノワール】
    なにか心配事か?
    101017001
    【マルディサント】
    出番だぜ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101345.html b/docs/story/101345.html index a1e135965..687f1eca2 100644 --- a/docs/story/101345.html +++ b/docs/story/101345.html @@ -11,6 +11,22 @@

    1章/メイン/D0920_学園強襲

    未使用→保留

    View script in lua + + + + + + + + + + + + + + + + @@ -27,7 +43,7 @@

    1章/メイン/D0920_学園強襲

    - + @@ -60,5 +76,13 @@

    1章/メイン/D0920_学園強襲

    + + + + + + + +
    Load
    LancelotMoveSet
    ArthurMoveSet
    Play
    101009001
    【ノワール】
    なにが起きてる!?
    101010001
    【ランスロット】
    魔女もローマも動く気配はなかった
    扇動者がいる、どこかに…!
    101012002
    【ディナタン・アロンダイト】
    間違ってないよね。私たち
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101346.html b/docs/story/101346.html index 5d45a71ce..2144f8c92 100644 --- a/docs/story/101346.html +++ b/docs/story/101346.html @@ -10,5 +10,25 @@

    1章/メイン/D0920_逃亡1

    学園蠕動

    View script in lua -
    + + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101347.html b/docs/story/101347.html index 61e7f22c9..9cde0144f 100644 --- a/docs/story/101347.html +++ b/docs/story/101347.html @@ -11,6 +11,18 @@

    1章/メイン/D0920_逃亡2

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/メイン/D0920_逃亡2

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    モルガンせんせ!!
    101017001
    【マルディサント】
    …逃げてるよな。とっくに
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101348.html b/docs/story/101348.html index 47ca05d0d..06fda96f2 100644 --- a/docs/story/101348.html +++ b/docs/story/101348.html @@ -11,6 +11,18 @@

    1章/メイン/D0920_逃亡3

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/D0920_逃亡3

    + + + + + + + +
    template1
    Load
    Play
    101032001
    【ガレス】
    逃げ場なんてないよ、リオネス
    101032001
    【ガレス】
    明日の仕込みは済んでる
    めちゃめちゃにされたくないよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101349.html b/docs/story/101349.html index 4a0ddb6fc..b46c4b785 100644 --- a/docs/story/101349.html +++ b/docs/story/101349.html @@ -12,7 +12,23 @@

    1章/メイン/D0920_学園崩壊①

    View script in lua - + + + + + + + + + + + + + + + + + @@ -22,12 +38,12 @@

    1章/メイン/D0920_学園崩壊①

    - + - + @@ -37,37 +53,37 @@

    1章/メイン/D0920_学園崩壊①

    - + - + - + - + - + - + - + @@ -82,7 +98,7 @@

    1章/メイン/D0920_学園崩壊①

    - + @@ -102,7 +118,7 @@

    1章/メイン/D0920_学園崩壊①

    - + @@ -132,7 +148,7 @@

    1章/メイン/D0920_学園崩壊①

    - + @@ -147,18 +163,26 @@

    1章/メイン/D0920_学園崩壊①

    - + - + - + + + + + + + + +
    101015003
    Load
    LancelotMoveSet
    ArthurMoveSet
    Play
    101015001
    【アーサー】
    最後に問おう
    101015003
    101015001
    【アーサー】
    解決すべき問い自体が誤っていたとして
    それでも向き合わねばならぬ責務があるとすれば
    101015003
    101015001
    【アーサー】
    過ちに目をつぶるか?
    あるいは──
    101015003
    101015001
    【アーサー】
    親同士の決めごとで結婚するなど
    愚かだろう、ギネヴィア
    101015003
    101015001
    【アーサー】
    お前も望んでいないことはわかっていた
    だが、俺たちに選択はできなかった
    101015003
    101015001
    【アーサー】
    もしギネヴィアをお前が選べばきっとお前も
    楽しい青春を過ごせたはずだ
    101010001
    【ランスロット】
    どういうことだ、アーサー!
    101015003
    101015001
    【アーサー】
    お前は俺の大切な友だ、ランスロット!
    お前だけには話せたことがたくさんあった
    101015003
    101015001
    【アーサー】
    だが最強の騎士も選ばれなかったとは
    お互い辛いものだ
    101015003
    101015001
    【アーサー】
    お前ならきっと継承者とともに
    俺を導いてくれると思っていたのに
    101015003
    101015001
    【アーサー】
    (けが)れた血がそうさせる
    101015003
    101015001
    【アーサー】
    ああ。少し心細いよ
    101013002
    101013001
    【ガウェイン】
    ………わりィ
    101015003
    101015001
    【アーサー】
    答えてくれないか。ノワール
    101015003
    101015001
    【アーサー】
    問いそのものが間違っているとして
    正すにはどうすればいい?
    101015003
    101015001
    【アーサー】
    過ちに目をつぶるか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101350.html b/docs/story/101350.html index a347f18b5..44ce308eb 100644 --- a/docs/story/101350.html +++ b/docs/story/101350.html @@ -11,9 +11,29 @@

    1章/メイン/D0920_学園崩壊②1

    シーンID変更

    View script in lua + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    101020001
    【マーリン】
    ──アーサー
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101351.html b/docs/story/101351.html index 0533842fd..fa3b3fc66 100644 --- a/docs/story/101351.html +++ b/docs/story/101351.html @@ -11,6 +11,18 @@

    1章/メイン/D0920_逃亡の果て1

    View script in lua + + + + + + + + + + + + @@ -30,5 +42,13 @@

    1章/メイン/D0920_逃亡の果て1

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    終わりがない
    【telop】
    ここがどこかもわからない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101352.html b/docs/story/101352.html index 1d5095f2f..65fe14553 100644 --- a/docs/story/101352.html +++ b/docs/story/101352.html @@ -11,6 +11,18 @@

    1章/メイン/D0920_逃亡の果て2

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/D0920_逃亡の果て2

    + + + + + + + +
    template1
    Load
    Play
    101067001
    【ニニアン】
    選んだのはあの人だけじゃない
    私もあの人を選んでしまった
    101067001
    【ニニアン】
    お願い、この子を守って
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101353.html b/docs/story/101353.html index 271253291..356f3fe9f 100644 --- a/docs/story/101353.html +++ b/docs/story/101353.html @@ -11,6 +11,18 @@

    1章/メイン/D0920_森の中で①

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    1章/メイン/D0920_森の中で①

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    ここは――…
    101012001
    【ディナタン】
    う、うん…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101355.html b/docs/story/101355.html index bf803aa19..55fc0a47d 100644 --- a/docs/story/101355.html +++ b/docs/story/101355.html @@ -11,6 +11,18 @@

    1章/メイン/D0920_森の中で②

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    1章/メイン/D0920_森の中で②

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/メイン/D0920_森の中で②

    + + + + @@ -56,6 +81,10 @@

    1章/メイン/D0920_森の中で②

    + + + + @@ -185,5 +214,13 @@

    1章/メイン/D0920_森の中で②

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    大丈夫か、ディナタン
    【ディナタン】
    大丈夫だよ、兄さん
    兄さんこそ大丈夫?
    101009001
    【(選択肢)】
    1. 大丈夫だ
    2. 少し疲れたな
    Block1_1
    101009001
    【ノワール】
    俺のことなら心配無用だ
    野宿なら慣れてるからな
    【ディナタン】
    私、少し疲れちゃった
    Block1_2
    101009001
    【ノワール】
    少し疲れたな
    【ディナタン】
    私も少し疲れちゃった
    …でも、がんばるね
    Block1end
    101012001
    【ディナタン】
    学園が襲われて、アーサー様に異変が起きて
    …私たちだけがこの森に飛ばされた…?
    101012001
    【ディナタン】
    そう、歌が聞こえる…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101356.html b/docs/story/101356.html index f929af6ba..665f9ea9e 100644 --- a/docs/story/101356.html +++ b/docs/story/101356.html @@ -11,6 +11,18 @@

    1章/メイン/D0920_森の見せる夢1

    View script in lua + + + + + + + + + + + + @@ -125,5 +137,13 @@

    1章/メイン/D0920_森の見せる夢1

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    ここは…故郷の村?
    101021002
    【ブルーノ・ジョワイユ】
    幻かどうか確かめてみるか?
    ノワール
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101357.html b/docs/story/101357.html index c6abf8e71..913046b92 100644 --- a/docs/story/101357.html +++ b/docs/story/101357.html @@ -11,6 +11,14 @@

    1章/メイン/D0920_森の見せる夢2

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/メイン/D0920_森の見せる夢2

    + + + + + + + +
    Load
    Play
    101021002
    【ブルーノ・ジョワイユ】
    …なるほど――…
    【(ナレーション)】
    問題は妖精はどこへ消えたのか
    もう妖精は現れないのかどうか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101358.html b/docs/story/101358.html index 16d6b148c..09549f366 100644 --- a/docs/story/101358.html +++ b/docs/story/101358.html @@ -11,6 +11,18 @@

    1章/メイン/D0920_森の中で③1

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/D0920_森の中で③1

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    …!
    101012001
    【ディナタン】
    大事なことを伝えていないって
    父さん言ってた
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101359.html b/docs/story/101359.html index 7feabb1f3..f4eb558b1 100644 --- a/docs/story/101359.html +++ b/docs/story/101359.html @@ -11,6 +11,18 @@

    1章/メイン/D0920_森の中で③2

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/メイン/D0920_森の中で③2

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    …!
    101067001
    【ニニアン】
    どうか――お願い
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101360.html b/docs/story/101360.html index ef4895550..15d66122c 100644 --- a/docs/story/101360.html +++ b/docs/story/101360.html @@ -11,6 +11,18 @@

    1章/メイン/D0920_森の中で③3

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/メイン/D0920_森の中で③3

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    …なんなんだいったい…
    101012001
    【ディナタン】
    私――…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101361.html b/docs/story/101361.html index 7f9f9d3e8..20c774fd1 100644 --- a/docs/story/101361.html +++ b/docs/story/101361.html @@ -11,6 +11,22 @@

    1章/メイン/D0920_森の中で④

    View script in lua + + + + + + + + + + + + + + + + @@ -100,5 +116,13 @@

    1章/メイン/D0920_森の中で④

    + + + + + + + +
    template1
    template2
    Load
    Play
    101012001
    【ディナタン】
    ねえ、私たち…
    もうどれだけこの森にいるの
    101032001
    【ガレス】
    マルディサント、感動の再会はあとだ!
    …こいつらをぶちのめすぞ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101362.html b/docs/story/101362.html index 990ac0d0f..6077ea315 100644 --- a/docs/story/101362.html +++ b/docs/story/101362.html @@ -11,6 +11,18 @@

    1章/メイン/D0920_仲間たち登場

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/メイン/D0920_仲間たち登場

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/メイン/D0920_仲間たち登場

    + + + + @@ -86,6 +111,10 @@

    1章/メイン/D0920_仲間たち登場

    + + + + @@ -150,5 +179,13 @@

    1章/メイン/D0920_仲間たち登場

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    マァル…!来てくれたんだね
    【マルディサント・ビアンパンサント】
    バルバロイの気配とかすかに残った繋がり…
    気配を感じた、ディーナの
    101009001
    【(選択肢)】
    1. 学園はどうなってる?
    2. 来てくれてありがとう
    Block1_1
    101009001
    【ノワール】
    学園はどうなってる?
    【ノワール】
    …ガウェイン
    Block1_2
    101009001
    【ノワール】
    来てくれてありがとう
    【ガレス】
    学園はひどい有様だよ
    アーサーのせいで…
    Block1end
    101033002
    【リオネス・タスラム】
    学園は今ランスロットとギネヴィアが
    頑張って再建してるんだ!
    101033002
    【リオネス・タスラム】
    その前にこいつらを片付けないとな!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101387.html b/docs/story/101387.html index 647212bd3..47b2880d3 100644 --- a/docs/story/101387.html +++ b/docs/story/101387.html @@ -11,6 +11,18 @@

    1章/メイン/D1015_森からの脱出:帰路

    View script in lua + + + + + + + + + + + + @@ -215,5 +227,13 @@

    1章/メイン/D1015_森からの脱出:帰路

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    抜けられた…!
    101042001
    【モーロノエー】
    そうでしょ、アーサー
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101389.html b/docs/story/101389.html index 6669edca2..501884bb5 100644 --- a/docs/story/101389.html +++ b/docs/story/101389.html @@ -11,6 +11,18 @@

    1章/メイン/D1016_学園帰還

    未使用→保留

    View script in lua + + + + + + + + + + + + @@ -76,6 +88,15 @@

    1章/メイン/D1016_学園帰還

    + + + + + + + + + @@ -91,6 +112,10 @@

    1章/メイン/D1016_学園帰還

    + + + + @@ -111,6 +136,10 @@

    1章/メイン/D1016_学園帰還

    + + + + @@ -170,5 +199,13 @@

    1章/メイン/D1016_学園帰還

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    ノワール!ディナタン!
    【ノワール】
    ああ、わかった
    101009001
    【(選択肢)】
    1. それでアーサーは?
    2. それでルーシャスは?
    Block1_1
    101009001
    【ノワール】
    それでアーサーは?
    【ランスロット】
    あとで話そう
    Block1_2
    101009001
    【ノワール】
    それでルーシャスは?
    【ランスロット】
    おそらくはな…
    あとで話そう
    Block1end
    101012001
    【ディナタン】
    ランス兄ちゃん…
    101011001
    【ギネヴィア】
    にししっ…♪
    ディナタンの歌、聞けるの楽しみ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101391.html b/docs/story/101391.html index 938561b0e..c911992d5 100644 --- a/docs/story/101391.html +++ b/docs/story/101391.html @@ -11,6 +11,18 @@

    1章/メイン/D1018_父にさよならを

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/メイン/D1018_父にさよならを

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    兄さん、あのね
    101009002
    【ノワール】
    そう、リムニーナ村だ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101392.html b/docs/story/101392.html index f7bc29292..bad732e53 100644 --- a/docs/story/101392.html +++ b/docs/story/101392.html @@ -11,6 +11,18 @@

    1章/メイン/D1019_湖の村

    View script in lua + + + + + + + + + + + + @@ -66,6 +78,15 @@

    1章/メイン/D1019_湖の村

    + + + + + + + + + @@ -101,6 +122,10 @@

    1章/メイン/D1019_湖の村

    + + + + @@ -131,6 +156,10 @@

    1章/メイン/D1019_湖の村

    + + + + @@ -235,5 +264,13 @@

    1章/メイン/D1019_湖の村

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    …不思議だな
    ここに来たのは久しぶりのはずなのに
    【ディナタン】
    …仮面?
    ブライアンさん、そんなの持ってた?
    101009001
    【(選択肢)】
    1. 父さんのものだよ
    2. ブライアンの友達のものだよ
    Block1_1
    101009001
    【ノワール】
    これは…父さんのものだよ
    【ノワール】
    でも…父さんとは
    ここでお別れしなきゃならない
    Block1_2
    101009001
    【ノワール】
    これは…ブライアンの
    とても仲の良かった友達のものだよ
    【ディナタン】
    もう!
    ランス兄ちゃんみたいなこと言って
    Block1end
    101012001
    【ディナタン】
    …私たち、忘れてていいのかな
    101009001
    【ノワール】
    (今のは――…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101395.html b/docs/story/101395.html index 187ffbcec..32eb21d6a 100644 --- a/docs/story/101395.html +++ b/docs/story/101395.html @@ -11,6 +11,18 @@

    1章/メイン/D1021_モルドレッドの帰還と敵襲

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/D1021_モルドレッドの帰還と敵襲

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    街にバルバロイが入り込んでいる…!
    101009002
    【ノワール】
    ああ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101396.html b/docs/story/101396.html index 5cc383ca6..525867db2 100644 --- a/docs/story/101396.html +++ b/docs/story/101396.html @@ -11,6 +11,14 @@

    1章/メイン/D1021_ガウェインの離反1

    シーンID変更

    View script in lua + + + + + + + + @@ -27,7 +35,7 @@

    1章/メイン/D1021_ガウェインの離反1

    - + @@ -42,22 +50,22 @@

    1章/メイン/D1021_ガウェインの離反1

    - + - + - + - + @@ -67,17 +75,17 @@

    1章/メイン/D1021_ガウェインの離反1

    - + - + - + @@ -87,13 +95,21 @@

    1章/メイン/D1021_ガウェインの離反1

    - + - + + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    …妙ね。バルバロイの動き
    いつもより動きがいい
    101013002
    101013001
    【ガウェイン】
    あーあ、防がれちまったか
    やっぱキラーズは強えな、ラグネル
    101013002
    101013001
    【ガウェイン】
    決まってるだろ
    俺は俺の王様のために戦うだけだ
    101013002
    101013001
    【ガウェイン】
    あの人の手を汚すくらいなら
    俺の手を汚したほうがいい
    101013002
    101013001
    【ガウェイン】
    だからあの人の作る伝説に邪魔な
    円卓の騎士を殺しにきた
    101013002
    101013001
    【ガウェイン】
    それから継承者と、継承者のキラーズ(オーセンティック)
    101013002
    101013001
    【ガウェイン】
    ああ、わかってるよ。お前よりよっぽどな
    だからやらなきゃなんねーんだ
    101013002
    101013001
    【ガウェイン】
    ひとりで全部は厳しいかもしれねぇけど
    俺にはラグネルもついてる。それに…
    101013002
    101013001
    【ガウェイン】
    見ろよ、ノワール
    朝日だ
    101013002
    101013001
    【ガウェイン】
    太陽の光はいいよなぁ
    元気が出るっつーかさ
    101013002
    101013001
    【ガウェイン】
    今の俺なら継承者にも負けねー気がするぜ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101397.html b/docs/story/101397.html index 40bc100d2..375465d4e 100644 --- a/docs/story/101397.html +++ b/docs/story/101397.html @@ -11,6 +11,14 @@

    1章/メイン/D1021_ガウェインの離反2

    シーンID変更

    View script in lua + + + + + + + + @@ -22,17 +30,17 @@

    1章/メイン/D1021_ガウェインの離反2

    - + - + - + @@ -42,7 +50,7 @@

    1章/メイン/D1021_ガウェインの離反2

    - + @@ -62,7 +70,7 @@

    1章/メイン/D1021_ガウェインの離反2

    - + @@ -77,12 +85,12 @@

    1章/メイン/D1021_ガウェインの離反2

    - + - + @@ -150,5 +158,13 @@

    1章/メイン/D1021_ガウェインの離反2

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    ぐっ…!
    101013002
    101013001
    【ガウェイン】
    悪ぃな、ノワール
    お前のこと、嫌いじゃねーんだけどよ
    101013002
    101013001
    【ガウェイン】
    けど…ここで死んだほうが
    お前にとってもいいんだよ。だからさ――
    101013002
    101013001
    【モルドレッド】
    ――情けねぇなぁ、継承者
    101013002
    101013001
    【ガウェイン】
    モルドレッド!?
    なんでだよ、お前はアーサー様が…!
    101013002
    101013001
    【ガウェイン】
    てめえ…
    101013002
    101013001
    【ガウェイン】
    …わかった
    101013002
    101013001
    【ガウェイン】
    ――またな、ノワール
    101009001
    【ノワール】
    クラリス!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101398.html b/docs/story/101398.html index c92aee7d1..4fddc47e5 100644 --- a/docs/story/101398.html +++ b/docs/story/101398.html @@ -11,6 +11,18 @@

    1章/メイン/D1022_モルドレッドと円卓

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/メイン/D1022_モルドレッドと円卓

    + + + + + + + + + @@ -56,6 +77,10 @@

    1章/メイン/D1022_モルドレッドと円卓

    + + + + @@ -76,9 +101,21 @@

    1章/メイン/D1022_モルドレッドと円卓

    + + + + + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    …クラリスにあんなひどい怪我を
    負わせたのがアーサーだなんて
    【モルドレッド】
    …とにかく、あのヤロウはもう
    甘ちゃんだった頃のアイツじゃねえってことだ
    101009002
    【(選択肢)】
    1. そんなのウソだ
    2. アーサーは変わってしまった
    Block1_1
    101009002
    【ノワール】
    そんな…そんなのウソだ
    アーサーが仲間を殺すなんて…
    【モルドレッド】
    それはゆるぎない事実だ
    Block1_2
    101009002
    【ノワール】
    学園がバルバロイに襲われたあのとき
    【ノワール】
    みんなを…ディナタンを傷つけようとするなら
    戦わなきゃならない
    Block1end
    101010001
    【ランスロット】
    俺たちも覚悟を決めるときが来たようだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101399.html b/docs/story/101399.html index 9034fb26d..1f212f14e 100644 --- a/docs/story/101399.html +++ b/docs/story/101399.html @@ -11,6 +11,18 @@

    1章/メイン/D1023_学園で:マルディサント1

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/メイン/D1023_学園で:マルディサント1

    + + + + + + + +
    template1
    Load
    Play
    【???】
    「不格好な金色のコートを纏い
    円卓の騎士を狙う騎士がいた」
    101009002
    【ノワール】
    …声?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101400.html b/docs/story/101400.html index dbc97397b..90e1efa93 100644 --- a/docs/story/101400.html +++ b/docs/story/101400.html @@ -11,6 +11,18 @@

    1章/メイン/D1023_学園で:マルディサント2

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    1章/メイン/D1023_学園で:マルディサント2

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/メイン/D1023_学園で:マルディサント2

    + + + + @@ -86,6 +111,10 @@

    1章/メイン/D1023_学園で:マルディサント2

    + + + + @@ -120,5 +149,13 @@

    1章/メイン/D1023_学園で:マルディサント2

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    「天は騎士に世界を覆う危険を教え
    その身に大いなる剣の加護をもたらした」
    【マルディサント】
    兄妹揃って盗み聞きが趣味とはねぇ
    101009002
    【(選択肢)】
    1. そんなつもりじゃ…
    2. ウワサに聞いてたから
    Block1_1
    101009002
    【ノワール】
    そんなつもりじゃ…
    【ノワール】
    更にそんなつもりじゃ…
    Block1_2
    101009002
    【ノワール】
    マルディサントのお芝居の話は
    ディナタンから聞かされていて
    【マルディサント】
    なっ!?ディーナのヤツ…!
    だ、黙ってろって言ったのに
    Block1end
    101012001
    【ディナタン】
    うぅん…
    101012001
    【ディナタン】
    …むにゃむにゃ
    マァル…お話の続き、聞かせて…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101401.html b/docs/story/101401.html index 971018131..eb69b4739 100644 --- a/docs/story/101401.html +++ b/docs/story/101401.html @@ -11,6 +11,18 @@

    1章/メイン/D1024_円卓:敵となったアーサー

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    1章/メイン/D1024_円卓:敵となったアーサー

    + + + + + + + + + @@ -66,6 +87,10 @@

    1章/メイン/D1024_円卓:敵となったアーサー

    + + + + @@ -81,6 +106,10 @@

    1章/メイン/D1024_円卓:敵となったアーサー

    + + + + @@ -155,5 +184,13 @@

    1章/メイン/D1024_円卓:敵となったアーサー

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    アーサーはバルバロイと手を結んだ
    【ランスロット】
    それはお前たちもわかっているだろう
    101009002
    【(選択肢)】
    1. なぜバルバロイと手を結んだんだ
    2. ディナタンは渡さない
    Block1_1
    101009002
    【ノワール】
    アーサーはなぜ
    バルバロイと手を結んだんだろう?
    【ランスロット】
    …アーサーの行動を信じられないのは皆同じだ
    しかしそう判断せざるを得ない
    Block1_2
    101009002
    【ノワール】
    今でもアーサーの行動は信じられない
    でも…ディナタンを渡すわけにはいかない
    【ディナタン】
    兄さん…ありがとう
    Block1end
    101040001
    【ケイ】
    アーサーだけではない
    モルガンも同様に行方が知れない
    101009002
    【ノワール】
    ………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101402.html b/docs/story/101402.html index 1d2c05ba6..2abae956e 100644 --- a/docs/story/101402.html +++ b/docs/story/101402.html @@ -11,6 +11,18 @@

    1章/メイン/D1026_学園祭その1:ディナタン

    View script in lua + + + + + + + + + + + + @@ -105,5 +117,13 @@

    1章/メイン/D1026_学園祭その1:ディナタン

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    ディナタン!ほら、こっちこっち!
    101011001
    【ギネヴィア】
    ステージまで時間があるし
    ふたりで全部回りましょ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101403.html b/docs/story/101403.html index 261f658ac..b928315e9 100644 --- a/docs/story/101403.html +++ b/docs/story/101403.html @@ -11,6 +11,18 @@

    1章/メイン/D1026_学園祭その2:モルドレッド

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/メイン/D1026_学園祭その2:モルドレッド

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/メイン/D1026_学園祭その2:モルドレッド

    + + + + @@ -76,6 +101,10 @@

    1章/メイン/D1026_学園祭その2:モルドレッド

    + + + + @@ -130,5 +159,13 @@

    1章/メイン/D1026_学園祭その2:モルドレッド

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    モルドレッド?
    なにしてるんだ
    【ノワール】
    文句っていうか…
    101009002
    【(選択肢)】
    1. 俺も買っていこうかな
    2. カワイイ趣味だな
    Block1_1
    101009002
    【ノワール】
    へえ、こんなのあるんだな
    俺も買って行ってやろうかな
    【ノワール】
    ?なにを怒ってるのかわからないけど
    …まぁ、いいか
    Block1_2
    101009002
    【ノワール】
    カワイイ趣味してるんだな
    【モルドレッド】
    …いや、なんでもねえ
    忘れやがれ
    Block1end
    101022001
    【モルドレッド】
    にしても、呑気なもんだぜ
    こんなときに学園祭なんてよ
    101009002
    【ノワール】
    行こう、モルドレッド!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101404.html b/docs/story/101404.html index 494d7153a..428106e82 100644 --- a/docs/story/101404.html +++ b/docs/story/101404.html @@ -11,6 +11,18 @@

    1章/メイン/D1026_学園祭その3:パーシヴァル

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/メイン/D1026_学園祭その3:パーシヴァル

    + + + + + + + + + @@ -106,6 +127,10 @@

    1章/メイン/D1026_学園祭その3:パーシヴァル

    + + + + @@ -115,5 +140,17 @@

    1章/メイン/D1026_学園祭その3:パーシヴァル

    + + + + + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ん?あれは…
    【パーシヴァル】
    だ、大丈夫に決まってるだろ!
    101009002
    【(選択肢)】
    1. パーシヴァルに話しかける
    2. (ほっておく)
    Block1_1
    101009002
    【ノワール】
    パーシヴァル、緊張してるのか?
    【パーシヴァル】
    ボクは、戦わなくちゃならないんだ
    …だからアーサー、あなたのことは必ず…
    Block1_2
    101026001
    【パーシヴァル】
    ボクはもう、あの頃のボクじゃないんだ
    だから緊張なんて、す、するわけ…!
    101009002
    【ノワール】
    (…すごく緊張しているみたいだな
    そっとしておいてあげよう)
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101405.html b/docs/story/101405.html index 99cc09ccb..45c3a26e6 100644 --- a/docs/story/101405.html +++ b/docs/story/101405.html @@ -11,6 +11,18 @@

    1章/メイン/D1026_学園祭その4:ランスロット

    View script in lua + + + + + + + + + + + + @@ -161,6 +173,15 @@

    1章/メイン/D1026_学園祭その4:ランスロット

    + + + + + + + + + @@ -186,6 +207,10 @@

    1章/メイン/D1026_学園祭その4:ランスロット

    + + + + @@ -211,6 +236,10 @@

    1章/メイン/D1026_学園祭その4:ランスロット

    + + + + @@ -240,5 +269,13 @@

    1章/メイン/D1026_学園祭その4:ランスロット

    + + + + + + + +
    template1
    Load
    Play
    【】
    …戦時に祭りなど、とお思いですか?
    【ディナタン】
    兄さんのそばにいるのは変わらないけど…
    でも、どう思う?兄さん
    101009002
    【(選択肢)】
    1. 変わらない
    2. 変わったよ
    Block1_1
    101009002
    【ノワール】
    変わらないよ
    【ディナタン】
    それはずっと変わらない
    Block1_2
    101009002
    【ノワール】
    変わったよ
    【ノワール】
    当たり前だろ
    俺の武器なんだから
    Block1end
    101009002
    【ノワール】
    行っておいで、ディナタン
    101012001
    【ディナタン】
    行ってきます!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101406.html b/docs/story/101406.html index 87e4c296b..9775aaf3c 100644 --- a/docs/story/101406.html +++ b/docs/story/101406.html @@ -11,6 +11,18 @@

    1章/メイン/D1026_学園祭その4:ディナタンの歌

    View script in lua + + + + + + + + + + + + @@ -30,5 +42,13 @@

    1章/メイン/D1026_学園祭その4:ディナタンの歌

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    ほんとは、まだ少し恥ずかしいんです
    101012001
    【ディナタン】
    私…歌います!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101407.html b/docs/story/101407.html index cb3b40ccc..0bfbfb0c3 100644 --- a/docs/story/101407.html +++ b/docs/story/101407.html @@ -11,6 +11,18 @@

    1章/メイン/D1026_ディナタンの歌・その後1

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    1章/メイン/D1026_ディナタンの歌・その後1

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/メイン/D1026_ディナタンの歌・その後1

    + + + + @@ -76,6 +101,10 @@

    1章/メイン/D1026_ディナタンの歌・その後1

    + + + + @@ -110,5 +139,13 @@

    1章/メイン/D1026_ディナタンの歌・その後1

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    ディナタンの歌、久しぶりに聞いたな
    【ギネヴィア】
    わたしはちゃんと聞くの初めてかも
    101009002
    【(選択肢)】
    1. 元気になるだろ?
    2. ステージで歌う姿を見るのは初だ
    Block1_1
    101009002
    【ノワール】
    元気になるだろ?
    【ランスロット】
    ………
    Block1_2
    101009002
    【ノワール】
    ステージ上で歌っている
    ディナタンを見るのは俺も初めてだ
    【ノワール】
    …ちょっと、あるかも
    Block1end
    101026001
    【パーシヴァル】
    いやあ、素晴らしい歌声だったね!
    ボクもなんだか力がみなぎってきたよ!
    101009002
    【ノワール】
    …?ディナタンの様子が――
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101408.html b/docs/story/101408.html index 2d1dd44b2..60063572e 100644 --- a/docs/story/101408.html +++ b/docs/story/101408.html @@ -11,9 +11,29 @@

    1章/メイン/D1026_ディナタンの歌・その後2

    View script in lua + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    うっ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101414.html b/docs/story/101414.html index d80019b99..a8b7630ce 100644 --- a/docs/story/101414.html +++ b/docs/story/101414.html @@ -11,6 +11,18 @@

    1章/メイン/D1101_眠るディナタン

    View script in lua + + + + + + + + + + + + @@ -61,6 +73,15 @@

    1章/メイン/D1101_眠るディナタン

    + + + + + + + + + @@ -86,6 +107,10 @@

    1章/メイン/D1101_眠るディナタン

    + + + + @@ -106,6 +131,10 @@

    1章/メイン/D1101_眠るディナタン

    + + + + @@ -200,5 +229,13 @@

    1章/メイン/D1101_眠るディナタン

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    ギネヴィアやランスロットの努力が実を結び
    学園祭は予定通り開催されることとなった
    【ディナタン】
    そう…なんだ…
    101009002
    【(選択肢)】
    1. 心配したよ
    2. マルディサントが泣いてた
    Block1_1
    101009002
    【ノワール】
    心配したよ
    【ディナタン】
    兄妹…うん、そうだよね
    ありがとう、兄さん…
    Block1_2
    101009002
    【ノワール】
    マルディサントなんて
    ずっと泣いてた
    【マルディサント】
    ぐっ…これはアレだよ!
    さっきニンジン食べたからだよ!!
    Block1end
    101017001
    【マルディサント】
    なあ、ディーナ
    あんまり無茶すんなよ
    101017001
    【マルディサント】
    オニーサンに言われずとも
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101415.html b/docs/story/101415.html index a0e0a7639..f0ce7dfa1 100644 --- a/docs/story/101415.html +++ b/docs/story/101415.html @@ -11,6 +11,18 @@

    1章/メイン/D1103_ハロウィンの準備1

    View script in lua + + + + + + + + + + + + @@ -86,6 +98,15 @@

    1章/メイン/D1103_ハロウィンの準備1

    + + + + + + + + + @@ -106,6 +127,10 @@

    1章/メイン/D1103_ハロウィンの準備1

    + + + + @@ -121,6 +146,10 @@

    1章/メイン/D1103_ハロウィンの準備1

    + + + + @@ -185,5 +214,13 @@

    1章/メイン/D1103_ハロウィンの準備1

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ハロウィン?
    【ギネヴィア】
    魔女避けが仮装になっちゃうなんて
    面白いわよね~
    101009002
    【(選択肢)】
    1. 確かにな
    2. 不謹慎だ
    Block1_1
    101009002
    【ノワール】
    確かにそうだな
    【マーリン】
    うーん、悩んではいるのですけれど
    仮装するとしても魔女ではないものにしようかと
    Block1_2
    101009002
    【ノワール】
    不謹慎じゃないか?
    【ノワール】
    俺のコートは仮装じゃない…
    Block1end
    101020001
    【マーリン】
    祭のメインイベントである魔女パレードは
    2週間後に開催されます
    101009002
    【ノワール】
    あ、ああ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101416.html b/docs/story/101416.html index 1f17796a3..11c323a27 100644 --- a/docs/story/101416.html +++ b/docs/story/101416.html @@ -11,6 +11,14 @@

    1章/メイン/D1103_ハロウィンの準備2

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/メイン/D1103_ハロウィンの準備2

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    …ね、ねぇ
    あいつら、なんか前と様子が違わない…!?
    101046001
    【グリーテン/グリートン】
    本番を楽しみにしててね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101417.html b/docs/story/101417.html index f057386f9..d5996e8d0 100644 --- a/docs/story/101417.html +++ b/docs/story/101417.html @@ -11,6 +11,18 @@

    1章/メイン/D1105_ディナタンの夢1

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/D1105_ディナタンの夢1

    + + + + + + + +
    template1
    Load
    Play
    【】
    薄暗い森にひとりの妖精が暮らしていました
    【】
    それでもふたりは恋に落ちてしまったのです
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101418.html b/docs/story/101418.html index a232e1a30..0e4ca9f51 100644 --- a/docs/story/101418.html +++ b/docs/story/101418.html @@ -11,6 +11,18 @@

    1章/メイン/D1105_ディナタンの夢2

    View script in lua + + + + + + + + + + + + @@ -130,5 +142,13 @@

    1章/メイン/D1105_ディナタンの夢2

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    なんだ、それ
    今読んでる本か?
    101012001
    【ディナタン】
    別に産まれなくってもいいのにね
    ふたりが幸せなら
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101419.html b/docs/story/101419.html index da2e136c6..dd746851b 100644 --- a/docs/story/101419.html +++ b/docs/story/101419.html @@ -11,6 +11,18 @@

    1章/メイン/D1108_ケイの依頼

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/メイン/D1108_ケイの依頼

    + + + + + + + + + @@ -46,6 +67,10 @@

    1章/メイン/D1108_ケイの依頼

    + + + + @@ -81,6 +106,10 @@

    1章/メイン/D1108_ケイの依頼

    + + + + @@ -100,5 +129,13 @@

    1章/メイン/D1108_ケイの依頼

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    ハロウィンの準備で忙しいところ悪いが
    頼まれごとをしてくれないか
    【ケイ】
    円卓の騎士として…
    我々はログレスの民を守らねばならない
    101009002
    【(選択肢)】
    1. わかった、行こう
    2. 円卓の騎士か…
    Block1_1
    101009002
    【ノワール】
    わかった。行こう、ディナタン
    【ケイ】
    話が早くて助かる
    Block1_2
    101009002
    【ノワール】
    円卓の騎士か…
    【ノワール】
    …そうだな
    Block1end
    101040001
    【ケイ】
    すまないな
    本来ならばもっと人員を割きたいところだが…
    101032001
    【ガレス】
    お弁当、い~っぱい作ってあげるからな♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101420.html b/docs/story/101420.html index 4b3de719d..44f8fd958 100644 --- a/docs/story/101420.html +++ b/docs/story/101420.html @@ -11,6 +11,14 @@

    1章/メイン/D1108_バルバロイの増加・疑惑

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/メイン/D1108_バルバロイの増加・疑惑

    + + + + + + + +
    Load
    Play
    【行商人】
    ひ、ひぃぃ!たすけて…!
    101012002
    【ディナタン・アロンダイト】
    うん!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101421.html b/docs/story/101421.html index 08c9b2e4e..51d7f4ce1 100644 --- a/docs/story/101421.html +++ b/docs/story/101421.html @@ -11,6 +11,14 @@

    1章/メイン/D1108_蠢く影

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/メイン/D1108_蠢く影

    + + + + + + + +
    Load
    Play
    101032001
    【ガレス】
    ふぅ…やっと全部倒したね~
    101009001
    【ノワール】
    ああ、そうしよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101422.html b/docs/story/101422.html index acf2f0305..c1c502513 100644 --- a/docs/story/101422.html +++ b/docs/story/101422.html @@ -11,6 +11,18 @@

    1章/メイン/D1108_伝わらない思い①

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/メイン/D1108_伝わらない思い①

    + + + + + + + + + @@ -56,6 +77,10 @@

    1章/メイン/D1108_伝わらない思い①

    + + + + @@ -76,6 +101,10 @@

    1章/メイン/D1108_伝わらない思い①

    + + + + @@ -91,6 +120,10 @@

    1章/メイン/D1108_伝わらない思い①

    + + + + @@ -150,5 +183,13 @@

    1章/メイン/D1108_伝わらない思い①

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    今日も…いいの?
    【ガレス】
    学園のアイドル(ディナタン)とそのマネージャー(マルディサント)
    そして継承者(ノワール)に助力は惜しまないぞ♪
    101009002
    【(選択肢)】
    1. さすがは敏腕マネージャー!
    2. アイドルはオフが大事だ
    3. 次のライブはいつ?
    Block1_1
    101009002
    【ノワール】
    敏腕マネージャーがいてくれて助かるよ
    【マルディサント】
    油断してんじゃねーぞ
    オニーサン
    Block1_2
    101009002
    【ノワール】
    アイドルはオフが大事だ
    【ディナタン】
    みんなとお話してるときは
    オフみたいなものだし、いつも…楽しい
    Block1_3
    101009002
    【ノワール】
    次のライブはいつ?
    【マルディサント】
    ウチのアイドルを搾取しようったって
    マネージャーが許さねえぜ
    Block1end
    101032001
    【ガレス】
    注文はなんでもつけていいからな!
    好みの料理にカスタマイズしてあげる~♪
    101033001
    【リオネス】
    ご飯、少なくしてくれって
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101423.html b/docs/story/101423.html index aaff02713..1d7e8c42c 100644 --- a/docs/story/101423.html +++ b/docs/story/101423.html @@ -11,6 +11,18 @@

    1章/メイン/D1109_アーサーの思い

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/D1109_アーサーの思い

    + + + + + + + +
    template1
    Load
    Play
    101015003
    【アーサー】
    ガウェイン…本当によかったのか?
    俺についてきて
    101013002
    【ガウェイン】
    だからあなたは王として――
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101424.html b/docs/story/101424.html index ecbe86ca3..30340fa8c 100644 --- a/docs/story/101424.html +++ b/docs/story/101424.html @@ -11,23 +11,31 @@

    1章/メイン/D1110_ルーシャス敗北

    シーンID変更

    View script in lua + + + + + + + + - + - + - + @@ -37,7 +45,7 @@

    1章/メイン/D1110_ルーシャス敗北

    - + @@ -52,7 +60,7 @@

    1章/メイン/D1110_ルーシャス敗北

    - + @@ -100,5 +108,13 @@

    1章/メイン/D1110_ルーシャス敗北

    + + + + + + + +
    Load
    Play
    101038001
    【ローラ】
    どうして戦おうとしないんです!
    101044001
    【グリーテン】
    同士討ちなんて悲しいもの
    101045001
    【グリートーネア】
    ネアたちをアテにされても困ります
    101046001
    【グリートン】
    まさかあたしたち姉妹がいなきゃ
    戦のひとつもできないの?皇太子殿下は
    101013002
    101013001
    【ガウェイン】
    …よォ
    101042001
    【モーロノエー】
    あら
    ログレスの裏切り者にしてはお優しい
    101052001
    【ヴェルナルス】
    それは私の務めです
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101425.html b/docs/story/101425.html index 3b4249926..fbac2394c 100644 --- a/docs/story/101425.html +++ b/docs/story/101425.html @@ -11,6 +11,18 @@

    1章/メイン/D1110_ローマ陥落前夜

    View script in lua + + + + + + + + + + + + @@ -175,5 +187,13 @@

    1章/メイン/D1110_ローマ陥落前夜

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    ハロウィン仮装パレードが行われることになり
    ノワールたちはその準備に奔走していた
    101051001
    【ルーシャス】
    元より博打であったわ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101426.html b/docs/story/101426.html index ccab8871d..ccac86500 100644 --- a/docs/story/101426.html +++ b/docs/story/101426.html @@ -11,6 +11,22 @@

    1章/メイン/D1112_伝わらない思い②

    View script in lua + + + + + + + + + + + + + + + + @@ -51,6 +67,15 @@

    1章/メイン/D1112_伝わらない思い②

    + + + + + + + + + @@ -71,6 +96,10 @@

    1章/メイン/D1112_伝わらない思い②

    + + + + @@ -96,6 +125,10 @@

    1章/メイン/D1112_伝わらない思い②

    + + + + @@ -176,6 +209,15 @@

    1章/メイン/D1112_伝わらない思い②

    + + + + + + + + + @@ -191,6 +233,10 @@

    1章/メイン/D1112_伝わらない思い②

    + + + + @@ -206,6 +252,10 @@

    1章/メイン/D1112_伝わらない思い②

    + + + + @@ -221,6 +271,15 @@

    1章/メイン/D1112_伝わらない思い②

    + + + + + + + + + @@ -236,6 +295,10 @@

    1章/メイン/D1112_伝わらない思い②

    + + + + @@ -256,6 +319,10 @@

    1章/メイン/D1112_伝わらない思い②

    + + + + @@ -265,5 +332,13 @@

    1章/メイン/D1112_伝わらない思い②

    + + + + + + + +
    template1
    template2
    Load
    Play
    101019001
    【イゾルデ】
    忙しいのだけれど
    【イゾルデ】
    健康そのものよ。良かったわね
    101009002
    【(選択肢)】
    1. 考えすぎか
    2. そんなはずはない
    Block1_1
    101009002
    【ノワール】
    考えすぎか…?
    【イゾルデ】
    あるかもしれないわ
    か弱い乙女を酷使する学園が恨めしいわね
    Block1_2
    101009002
    【ノワール】
    そんなはずはない…!
    【イゾルデ】
    …触れて欲しくない
    デリケートな部分があるとは考えないの?
    Block1end
    101019001
    【イゾルデ】
    もういいかしら
    暇じゃないの、私
    【ディナタン】
    うん
    101009002
    【(選択肢)】
    1. 教えてほしい
    2. なにも忘れていない
    Block2_1
    101009002
    【ノワール】
    …教えてほしい、ディナタン
    俺が…なにを忘れているっていうんだ?
    【ディナタン】
    ごめんね兄さん
    私、なんか甘えてる
    Block2_2
    101009002
    【ノワール】
    なにも忘れてなんかいないよ
    【ディナタン】
    なかったことにも、できなくて
    Block2end
    101012001
    【ディナタン】
    おぼえているなら
    【ディナタン】
    ねえ──兄さん
    101009002
    【(選択肢)】
    1. 席を外すよ
    2. そばにいさせてくれ
    Block3_1
    101009002
    【ノワール】
    …なにか調子を崩すようなことがあったのか?
    席を外すよ
    【ディナタン】
    ありがとう、兄さん
    Block3_2
    101009002
    【ノワール】
    そばにいさせてくれ
    【ディナタン】
    ………あの、ね?
    すぐ、良くなるから──
    Block3end
    101012001
    【ディナタン】
    ………ひとりにしてほしくて
    101012001
    【ディナタン】
    …ねむりたくなっちゃった
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101427.html b/docs/story/101427.html index 6c832e036..651c09147 100644 --- a/docs/story/101427.html +++ b/docs/story/101427.html @@ -11,6 +11,18 @@

    1章/メイン/D1116_ハロウィンその4

    View script in lua + + + + + + + + + + + + @@ -61,6 +73,15 @@

    1章/メイン/D1116_ハロウィンその4

    + + + + + + + + + @@ -81,6 +102,10 @@

    1章/メイン/D1116_ハロウィンその4

    + + + + @@ -131,6 +156,10 @@

    1章/メイン/D1116_ハロウィンその4

    + + + + @@ -146,6 +175,10 @@

    1章/メイン/D1116_ハロウィンその4

    + + + + @@ -175,5 +208,13 @@

    1章/メイン/D1116_ハロウィンその4

    + + + + + + + +
    template1
    Load
    Play
    101016001
    【ギネマウア】
    ハロウィン、楽しんでいますか?
    【ギネマウア】
    「なんてワガママなお姫様だ」
    って思いませんでした?
    101009002
    【(選択肢)】
    1. はい
    2. 思ったことがない
    3. 思ったことがないことはない
    Block1_1
    101009002
    【ノワール】
    はい
    【ギネマウア】
    この国に来たばかりの頃は
    本当にワガママな子だったから
    Block1_2
    101009002
    【ノワール】
    うーん
    そう思ったことはないかな
    【ギネマウア】
    …そう、だといいのですが
    Block1_3
    101009002
    【ノワール】
    思ったことがない
    といえば嘘になるけど
    【ギネマウア】
    でも今は自分の気持ちよりも
    周りのことを思って行動できる
    Block1end
    101016001
    【ギネマウア】
    王妃ではなくなった今のほうが
    よっぽど王妃のよう
    101016001
    【ギネマウア】
    私はもう少し
    ここで風にあたっていますから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101428.html b/docs/story/101428.html index 314876c8e..894a0ae1a 100644 --- a/docs/story/101428.html +++ b/docs/story/101428.html @@ -11,6 +11,22 @@

    1章/メイン/D1116_ハロウィンクライマックス

    View script in lua + + + + + + + + + + + + + + + + @@ -145,5 +161,13 @@

    1章/メイン/D1116_ハロウィンクライマックス

    + + + + + + + +
    template1
    template2
    Load
    Play
    101010001
    【ランスロット】
    仮装とはいえなかなかの光景だな
    これがすべて本当の魔女だったら
    101046001
    【グリートン】
    今のあたしたちならやれるわ
    だって今宵は楽しい楽しいハロウィンですもの♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101429.html b/docs/story/101429.html index 1c1fb7442..9028d8c4c 100644 --- a/docs/story/101429.html +++ b/docs/story/101429.html @@ -11,6 +11,14 @@

    1章/メイン/D1116_魔女とマーリン

    View script in lua + + + + + + + + @@ -70,5 +78,13 @@

    1章/メイン/D1116_魔女とマーリン

    + + + + + + + +
    Load
    Play
    101046001
    【グリートン】
    うふふふふ!力がどんどんみなぎってくるぅ♪
    ハロウィンって最高だわあ!
    101020001
    【マーリン】
    …ローラさんを、救護室へ
    彼女の話を聞きましょう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101430.html b/docs/story/101430.html index 0a202317f..bce0f42e5 100644 --- a/docs/story/101430.html +++ b/docs/story/101430.html @@ -11,6 +11,18 @@

    1章/メイン/D1117_ローラ救護

    View script in lua + + + + + + + + + + + + @@ -106,6 +118,15 @@

    1章/メイン/D1117_ローラ救護

    + + + + + + + + + @@ -141,6 +162,10 @@

    1章/メイン/D1117_ローラ救護

    + + + + @@ -191,6 +216,10 @@

    1章/メイン/D1117_ローラ救護

    + + + + @@ -200,5 +229,13 @@

    1章/メイン/D1117_ローラ救護

    + + + + + + + +
    template1
    Load
    Play
    101038001
    【ローラ】
    …ルーシャス様を…みんなを助けて…
    【ランスロット】
    彼女の言うように、魔女が聖杯を
    狙っているとするならなおさら
    101009002
    【(選択肢)】
    1. 敵の敵は味方ってわけか
    2. そうカンタンに割り切れない
    Block1_1
    101009002
    【ノワール】
    敵の敵は味方ってわけか
    【ラシア】
    私も行きます
    ヴェルナルス様を助けなきゃ…!
    Block1_2
    101009002
    【ノワール】
    ルーシャスが
    これまでにやってきたことを考えたら
    【ラシア】
    お願い、ノワール
    ルーシャス様たちを助けてください
    Block1end
    101009002
    【ノワール】
    ふたりとも…
    101010001
    【ランスロット】
    まとまったようだ
    では、皆に話をしなければ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101431.html b/docs/story/101431.html index 65a044865..425b6e52d 100644 --- a/docs/story/101431.html +++ b/docs/story/101431.html @@ -11,6 +11,18 @@

    1章/メイン/D1118_円卓:聖杯とルーシャス

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -111,6 +123,15 @@

    1章/メイン/D1118_円卓:聖杯とルーシャス

    + + + + + + + + + @@ -131,6 +152,10 @@

    1章/メイン/D1118_円卓:聖杯とルーシャス

    + + + + @@ -146,6 +171,10 @@

    1章/メイン/D1118_円卓:聖杯とルーシャス

    + + + + @@ -161,6 +190,10 @@

    1章/メイン/D1118_円卓:聖杯とルーシャス

    + + + + @@ -190,5 +223,13 @@

    1章/メイン/D1118_円卓:聖杯とルーシャス

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    ロンディニウムの住民の扱いをめぐり
    対立するルーシャスと魔女
    【ケイ】
    ルーシャスとともにいる魔女と
    ロンディニウムに現れた魔女、どちらを先に――
    101009002
    【(選択肢)】
    1. ルーシャスとともにいる魔女から
    2. ロンディニウムに現れた魔女から
    3. どちらも同時に叩くべき
    Block1_1
    101009002
    【ノワール】
    期日が迫っているんだろう?
    遅くなればルーシャスの身に危険が及ぶ
    【ケイ】
    だが、ロンディニウムに現れた魔女が
    こちらに押し寄せないかが心配だ
    Block1_2
    101009002
    【ノワール】
    ロンディニウムならログレスから近い
    【ケイ】
    間に合う可能性はゼロでないが
    魔女がどこまで気長かにもよるであろうな
    Block1_3
    101009002
    【ノワール】
    手分けして同時に叩けないだろうか?
    【ランスロット】
    俺はその意見に賛成だ
    後顧の憂いを断つ意味でもな
    Block1end
    101010001
    【ランスロット】
    意見をまとめると
    どちらも捨て置くことはできなさそうだ
    101009002
    【ノワール】
    わかった
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101432.html b/docs/story/101432.html index 2f6987f16..7f16a55dc 100644 --- a/docs/story/101432.html +++ b/docs/story/101432.html @@ -11,6 +11,14 @@

    1章/メイン/D1128_ルーシャス救助戦前①1

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/メイン/D1128_ルーシャス救助戦前①1

    + + + + + + + +
    Load
    Play
    101039001
    【フレン】
    見て!あれ…
    101039001
    【フレン】
    今、助けるから!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101433.html b/docs/story/101433.html index ba84c7421..a7f8da465 100644 --- a/docs/story/101433.html +++ b/docs/story/101433.html @@ -11,6 +11,14 @@

    1章/メイン/D1128_ルーシャス救助戦前①2

    View script in lua + + + + + + + + @@ -36,6 +44,19 @@

    1章/メイン/D1128_ルーシャス救助戦前①2

    + + + + + + + + + + + + + @@ -61,6 +82,10 @@

    1章/メイン/D1128_ルーシャス救助戦前①2

    + + + + @@ -76,6 +101,10 @@

    1章/メイン/D1128_ルーシャス救助戦前①2

    + + + + @@ -96,6 +125,19 @@

    1章/メイン/D1128_ルーシャス救助戦前①2

    + + + + + + + + + + + + + @@ -111,6 +153,10 @@

    1章/メイン/D1128_ルーシャス救助戦前①2

    + + + + @@ -151,6 +197,10 @@

    1章/メイン/D1128_ルーシャス救助戦前①2

    + + + + @@ -160,5 +210,13 @@

    1章/メイン/D1128_ルーシャス救助戦前①2

    + + + + + + + +
    Load
    Play
    101037001
    【ラシア】
    ヴェルナルス様!
    無事でよかった…
    【ヴェルナルス】
    私に脱出するための
    大義名分をくれたのだ
    101009001
    【(選択肢)】
    1. あいつらしいな
    2. 見直した
    MA_01C111_34_select1
    MA_01C111_34_select1_1
    101009001
    【ノワール】
    ホント、正直じゃない…
    あいつらしいな
    【ノワール】
    ははっ、たしかに
    MA_01C111_34_select1_2
    101009001
    【ノワール】
    あいつにそんなところがあったなんて
    …ちょっと見直した
    【フレン】
    ルーシャスくんってば素直じゃないから
    MA_01C111_34_end
    101052001
    【ヴェルナルス】
    …ノワール
    恥を忍んで頼みがある
    【ヴェルナルス】
    だが今は…
    今だけは主君を救出するため力を借りたい
    101009001
    【(選択肢)】
    1. 頭を上げて下さい
    2. ムシが良すぎませんか
    MA_01C111_34_select2
    MA_01C111_34_select2_1
    101009001
    【ノワール】
    ヴェルナルス大将軍、頭を上げて下さい
    【ヴェルナルス】
    ノワール…!
    かたじけない
    MA_01C111_34_select2_2
    101009001
    【ノワール】
    コルベニック城での戦い…
    俺たちは大きな犠牲を払うことになりました
    【ノワール】
    その子に免じて今回だけは協力します
    ルーシャスに謝らせなきゃ気が済まない
    MA_01C111_34_2_end
    101037001
    【ラシア】
    急ぎましょう
    作戦は一刻を争います
    101052001
    【ヴェルナルス】
    カレドニア城までは私が案内する
    ついてきてくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101435.html b/docs/story/101435.html index 573299b59..1e3fe9d93 100644 --- a/docs/story/101435.html +++ b/docs/story/101435.html @@ -12,17 +12,25 @@

    1章/メイン/D1130_ルーシャス救助戦前②

    View script in lua - + + + + + + + + + - + - + @@ -32,7 +40,7 @@

    1章/メイン/D1130_ルーシャス救助戦前②

    - + @@ -57,17 +65,17 @@

    1章/メイン/D1130_ルーシャス救助戦前②

    - + - + - + @@ -87,7 +95,7 @@

    1章/メイン/D1130_ルーシャス救助戦前②

    - + @@ -160,5 +168,13 @@

    1章/メイン/D1130_ルーシャス救助戦前②

    + + + + + + + +
    101042001
    Load
    Play
    【モーロノエー】
    孤独ね
    どんな王も
    101049001
    【ティートン】
    せっかく脱出させてあげたのに
    ヴェルナルスは援軍を連れてこられませんでした
    101042001
    【モーロノエー】
    人の縁ほど信じられないものもないわね
    ゆえに学園もGS(ゲシュタルト・シフト)も幻。よくわかるわ
    101044001
    【グリーテン】
    継承者とその妹も来てくれなかったし
    友達甲斐のない人たちです
    101042001
    【モーロノエー】
    あらぁ…まさか助けにくるなんて
    101042001
    【モーロノエー】
    …予定通り♪
    101044001
    【グリーテン】
    でも、手を結ばれるのは厄介ですわね
    101042001
    【モーロノエー】
    ふふふ
    もう絶交したのよ
    101023001
    【クラリス】
    信じ甲斐が
    ありますよね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101436.html b/docs/story/101436.html index 6f3063f78..1ffa2b4da 100644 --- a/docs/story/101436.html +++ b/docs/story/101436.html @@ -12,22 +12,30 @@

    1章/メイン/D1130_ルーシャス救助後

    View script in lua - + + + + + + + + + - + - + - + @@ -37,12 +45,12 @@

    1章/メイン/D1130_ルーシャス救助後

    - + - + @@ -52,7 +60,7 @@

    1章/メイン/D1130_ルーシャス救助後

    - + @@ -80,5 +88,13 @@

    1章/メイン/D1130_ルーシャス救助後

    + + + + + + + +
    101042001
    Load
    Play
    【モーロノエー】
    GS(ゲシュタルト・シフト)した継承者はさすがですわね…
    101044001
    【グリーテン】
    だったらワタシたちも
    本気でお相手してあげなきゃね
    101044001
    【グリーテン】
    折角増大した魔女の力
    ここでお披露目してあげるわぁ…♪
    101042001
    【モーロノエー】
    グリーテン…!
    101042001
    【モーロノエー】
    もう…折角のハロウィンだっていうのに
    ホント空気の読めない人たち
    101042001
    【モーロノエー】
    いいわ
    クライアントへのいい土産話ができたもの
    101042001
    【モーロノエー】
    妹の恨みはまた今度…♪
    101051001
    【ルーシャス】
    …命令……するな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101437.html b/docs/story/101437.html index 6949c9afb..b411f17fd 100644 --- a/docs/story/101437.html +++ b/docs/story/101437.html @@ -11,6 +11,18 @@

    1章/メイン/D1130_魔女の末路

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -165,5 +177,13 @@

    1章/メイン/D1130_魔女の末路

    + + + + + + + +
    template1
    Load
    Play
    101041003
    【モルガン】
    なんの苦楽もない園で水入らず──…
    101015003
    【アーサー】
    語り継がれることなどなく。永久に
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101441.html b/docs/story/101441.html index 865a52ccd..39f2f0118 100644 --- a/docs/story/101441.html +++ b/docs/story/101441.html @@ -11,6 +11,18 @@

    1章/メイン/D1206_ロンディニウム前1

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    1章/メイン/D1206_ロンディニウム前1

    + + + + + + + + + @@ -81,6 +102,10 @@

    1章/メイン/D1206_ロンディニウム前1

    + + + + @@ -111,6 +136,10 @@

    1章/メイン/D1206_ロンディニウム前1

    + + + + @@ -190,5 +219,13 @@

    1章/メイン/D1206_ロンディニウム前1

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    あれは…
    【ルーシャス】
    継承者か
    余になにか用でも?
    101009002
    【(選択肢)】
    1. 買い物がしたいのか?
    2. 店主が困ってる
    Block1_1
    101009002
    【ノワール】
    なにか買い物でもしたいのか?
    【ノワール】
    あっそ…
    Block1_2
    101009002
    【ノワール】
    おい、あんまりジロジロ見るなよ
    店の人が困ってるだろ
    【ノワール】
    やっぱり買う気ないじゃないか…
    Block1end
    101051001
    【ルーシャス】
    それにしても、ずいぶん活気のある街だ
    あれだけのことがあったというのに
    101051001
    【ルーシャス】
    そなた以上に無粋な輩が出たようだな
    ついてこい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101442.html b/docs/story/101442.html index 47baee70d..57cf8f43e 100644 --- a/docs/story/101442.html +++ b/docs/story/101442.html @@ -11,6 +11,14 @@

    1章/メイン/D1206_ロンディニウム前2

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/メイン/D1206_ロンディニウム前2

    + + + + + + + +
    Load
    Play
    101051001
    【ルーシャス】
    やれやれ
    これでは落ち着いて買い物もできん
    101051001
    【ルーシャス】
    それもまた一興か
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101443.html b/docs/story/101443.html index 6a2ccc34b..6f557c476 100644 --- a/docs/story/101443.html +++ b/docs/story/101443.html @@ -11,6 +11,18 @@

    1章/メイン/D1206_ロンディニウム前3

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/メイン/D1206_ロンディニウム前3

    + + + + + + + +
    template1
    Load
    Play
    101022001
    【モルドレッド】
    オイ、騎士筆頭、出掛けるぜ
    断ることは許さねえ。これは王命だ
    101009001
    【ノワール】
    わかった
    ディナタンにも声をかけてくる
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101444.html b/docs/story/101444.html index 19f6296aa..788fb7e11 100644 --- a/docs/story/101444.html +++ b/docs/story/101444.html @@ -11,6 +11,22 @@

    1章/メイン/D1207_ロンディニウムにて1

    シーンID変更

    View script in lua + + + + + + + + + + + + + + + + @@ -136,6 +152,15 @@

    1章/メイン/D1207_ロンディニウムにて1

    + + + + + + + + + @@ -166,6 +191,10 @@

    1章/メイン/D1207_ロンディニウムにて1

    + + + + @@ -186,6 +215,10 @@

    1章/メイン/D1207_ロンディニウムにて1

    + + + + @@ -210,5 +243,13 @@

    1章/メイン/D1207_ロンディニウムにて1

    + + + + + + + +
    template1
    template2
    Load
    Play
    101051001
    【ルーシャス】
    街の中心部にさしたる影響はないようだが…
    【マルイル】
    はい!
    あ、あとガウェインさんもいたような…
    101009001
    【(選択肢)】
    1. やっぱり俺たちの味方なんだ
    2. 円卓の騎士と共闘していたのか?
    Block1_1
    101023001
    【クラリス】
    それって…アーサー様が助けてくれた…
    ってことでしょうか?
    【ノワール】
    どっちにしろ、わからないことが多すぎる
    Block1_2
    101009001
    【ノワール】
    …アーサーと円卓の騎士たちは
    ともに魔女と戦っていたのか?
    【ノワール】
    アーサーがランスロットたちを助けた…
    というわけではないのかもしれないな
    Block1end
    101023001
    【クラリス】
    ま、魔女…!
    101022001
    【モルドレッド】
    …来るぞ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101445.html b/docs/story/101445.html index 0b9ce54f0..1707b9876 100644 --- a/docs/story/101445.html +++ b/docs/story/101445.html @@ -11,6 +11,14 @@

    1章/メイン/D1207_ロンディニウムにて2

    View script in lua + + + + + + + + @@ -120,5 +128,13 @@

    1章/メイン/D1207_ロンディニウムにて2

    + + + + + + + +
    Load
    Play
    101022001
    【モルドレッド】
    チッ…!なかなか歯応えがあるじゃねぇか
    101009001
    【ノワール】
    ………アーサー
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101446.html b/docs/story/101446.html index a213eefc2..18e891bfd 100644 --- a/docs/story/101446.html +++ b/docs/story/101446.html @@ -11,6 +11,18 @@

    1章/メイン/D1209_円卓:スノードンに向かって

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/D1209_円卓:スノードンに向かって

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    行方不明のランスロット捜索の手がかりを求め
    ノワールたちはロンディニウムを訪れる
    101009002
    【ノワール】
    ああ、わかった
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101447.html b/docs/story/101447.html index a5f4cfb44..0ab192e33 100644 --- a/docs/story/101447.html +++ b/docs/story/101447.html @@ -11,6 +11,18 @@

    1章/メイン/D1211_ノワールの思い1

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/メイン/D1211_ノワールの思い1

    + + + + + + + + + @@ -81,6 +102,10 @@

    1章/メイン/D1211_ノワールの思い1

    + + + + @@ -125,5 +150,17 @@

    1章/メイン/D1211_ノワールの思い1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    …ねぇ、兄さん!
    【ディナタン】
    …少し散歩しない?
    101009002
    【(選択肢)】
    1. そうだな
    2. ごめん、そんな気分じゃない
    Block1_1
    101009002
    【ノワール】
    そうだな
    それもいいかもな
    【ノワール】
    いや、なんでもない
    出かけようか
    Block1_2
    101009002
    【ノワール】
    ごめん
    今はそんな気分じゃなくて…
    101009002
    【ノワール】
    お、おい、ディナタン…
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101449.html b/docs/story/101449.html index bce727dbb..af3715b64 100644 --- a/docs/story/101449.html +++ b/docs/story/101449.html @@ -11,6 +11,18 @@

    1章/メイン/D1211_ノワールの思い2

    未使用→保留

    View script in lua + + + + + + + + + + + + @@ -130,5 +142,13 @@

    1章/メイン/D1211_ノワールの思い2

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    うーん!
    風がひんやりして気持ちいいね~
    101012001
    【ディナタン】
    …うん
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101450.html b/docs/story/101450.html index 849778c61..0e3240e03 100644 --- a/docs/story/101450.html +++ b/docs/story/101450.html @@ -11,18 +11,26 @@

    1章/メイン/D1213_ランスロットとギネヴィア

    View script in lua + + + + + + + + - + - + @@ -37,7 +45,7 @@

    1章/メイン/D1213_ランスロットとギネヴィア

    - + @@ -67,22 +75,22 @@

    1章/メイン/D1213_ランスロットとギネヴィア

    - + - + - + - + @@ -92,7 +100,7 @@

    1章/メイン/D1213_ランスロットとギネヴィア

    - + @@ -107,7 +115,7 @@

    1章/メイン/D1213_ランスロットとギネヴィア

    - + @@ -147,12 +155,12 @@

    1章/メイン/D1213_ランスロットとギネヴィア

    - + - + @@ -177,7 +185,7 @@

    1章/メイン/D1213_ランスロットとギネヴィア

    - + @@ -197,22 +205,22 @@

    1章/メイン/D1213_ランスロットとギネヴィア

    - + - + - + - + @@ -222,52 +230,52 @@

    1章/メイン/D1213_ランスロットとギネヴィア

    - + - + - + - + - + - + - + - + - + - + @@ -302,8 +310,16 @@

    1章/メイン/D1213_ランスロットとギネヴィア

    - + + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    …どうして?
    101015003
    101015001
    【アーサー】
    お前たちも俺の正しさがわかるようになる
    世界の惨さをその目にしてきたお前たちなら
    101015003
    101015001
    【アーサー】
    お前たちならきっとわかってくれる
    だからここに呼んだんだ
    101013002
    101013001
    【ガウェイン】
    それはお前が
    わかろうとしてねーだけだろ
    101015003
    101015001
    【アーサー】
    伝説などくだらない
    本当はお前たちだってそう思っているはずだ
    101015003
    101015001
    【アーサー】
    大切なものを犠牲にし、その上に成り立つ平和を
    尊いものと賛美する都合のいい御伽噺
    101015003
    101015001
    【アーサー】
    その伝説に(すが)らなきゃいけない世界は
    間違っている
    101015003
    101015001
    【アーサー】
    だから俺が新たな伝説を作る
    王として
    101015003
    101015001
    【アーサー】
    納得いかないか?
    納得いくようにしてやる
    101015003
    101015001
    【アーサー】
    『妖精殺し』をした者が
    他に道がなかったのと同じだ
    101015003
    101015001
    【アーサー】
    …敵になってみると
    円卓の騎士とは厄介なものだ
    101015003
    101015001
    【アーサー】
    だが自分で作ったものは
    自分で責任をもって片付けないとな
    101015003
    101015001
    【アーサー】
    楽しかったよ、パーシヴァル
    101013002
    101013001
    【ガウェイン】
    こういうのは俺の仕事ですってば
    王様はあまり手を汚しすぎちゃ駄目だって
    101015003
    101015001
    【アーサー】
    王の手は汚れていていい
    101013002
    101013001
    【ガウェイン】
    そこは意見が合いませんね
    101015003
    101015001
    【アーサー】
    そうみたいだ。だが…
    101015003
    101015001
    【アーサー】
    俺は、もう決めたんだよ。ガウェイン
    この道なき道を切り拓いて進むと
    101015003
    101015001
    【アーサー】
    たとえそれが
    かつての友を殺す道であろうと
    101015003
    101015001
    【アーサー】
    そうだろう?
    義姉さん、いや――魔女モルガン
    101041002
    【モルガン】
    …そう。アーサー…
    あなたはその道を選ぶのね
    101041002
    【モルガン】
    でも…それは修羅の道よ
    だから…選ばせたくなかった…
    101041002
    【モルガン】
    一緒に、楽園へ――
    それだけが、あなたの救い…
    101015003
    101015001
    【アーサー】
    わかっていたよ
    義姉さんが俺を想ってくれていたこと
    101015003
    101015001
    【アーサー】
    だが俺は
    その未来を望まない
    101041002
    【モルガン】
    そう…わかった
    101041002
    【モルガン】
    貴方の好きにしたらいいわ
    ――そのための、せめてもの(はなむけ)
    101015003
    101015001
    【アーサー】
    さて、話をしよう
    お前たちはどうする?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101451.html b/docs/story/101451.html index 9b680eeec..f17b714c8 100644 --- a/docs/story/101451.html +++ b/docs/story/101451.html @@ -11,6 +11,18 @@

    1章/メイン/D1213_スノードン出発前

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/メイン/D1213_スノードン出発前

    + + + + + + + + + @@ -86,6 +107,10 @@

    1章/メイン/D1213_スノードン出発前

    + + + + @@ -136,6 +161,10 @@

    1章/メイン/D1213_スノードン出発前

    + + + + @@ -150,5 +179,13 @@

    1章/メイン/D1213_スノードン出発前

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    ディナタン、ここにいたのか
    さがしたぞ
    【ノワール】
    ああ
    101009001
    【(選択肢)】
    1. 怖いのか?
    2. ランスロットが心配か?
    Block1_1
    101009001
    【ノワール】
    怖いのか?
    【ディナタン】
    ――ありがと、兄さん
    Block1_2
    101009001
    【ノワール】
    ランスロットのことが心配か?
    【ディナタン】
    うん…そうだよね
    Block1end
    101012001
    【ディナタン】
    怖いからって立ち止まってちゃ
    なにもわからないまま
    101009001
    【ノワール】
    ああ。行こう
    ――スノードンへ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101452.html b/docs/story/101452.html index f6bac5016..282633bf5 100644 --- a/docs/story/101452.html +++ b/docs/story/101452.html @@ -11,6 +11,18 @@

    1章/メイン/D1214_スノードンへ向かう、道中

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/D1214_スノードンへ向かう、道中

    + + + + + + + +
    template1
    Load
    Play
    101023001
    【クラリス】
    本当にランスロットさんは
    スノードンにいるんでしょうか?
    101009001
    【ノワール】
    …先を急ごう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101453.html b/docs/story/101453.html index 3cd81af09..68e009988 100644 --- a/docs/story/101453.html +++ b/docs/story/101453.html @@ -11,6 +11,14 @@

    1章/メイン/D1215_スノードンに向かうノワール

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/メイン/D1215_スノードンに向かうノワール

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    ここが、スノードン…
    101009001
    【ノワール】
    ああ…!待っててくれ、ランスロット!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101454.html b/docs/story/101454.html index 886b0ace4..0a9075abb 100644 --- a/docs/story/101454.html +++ b/docs/story/101454.html @@ -11,6 +11,18 @@

    1章/メイン/D1215_聖杯の所在

    View script in lua + + + + + + + + + + + + @@ -110,5 +122,13 @@

    1章/メイン/D1215_聖杯の所在

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    …俺たちにそれを命じるのか
    101015003
    【アーサー】
    舞台袖から見ていてくれよ
    古き伝説が壊れる様を
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101455.html b/docs/story/101455.html index 860abf9df..1f16ef0d8 100644 --- a/docs/story/101455.html +++ b/docs/story/101455.html @@ -11,6 +11,14 @@

    1章/メイン/D1215_変わり果てたパーシヴァル

    View script in lua + + + + + + + + @@ -32,12 +40,12 @@

    1章/メイン/D1215_変わり果てたパーシヴァル

    - + - + @@ -47,7 +55,7 @@

    1章/メイン/D1215_変わり果てたパーシヴァル

    - + @@ -62,17 +70,17 @@

    1章/メイン/D1215_変わり果てたパーシヴァル

    - + - + - + @@ -87,12 +95,12 @@

    1章/メイン/D1215_変わり果てたパーシヴァル

    - + - + @@ -102,12 +110,12 @@

    1章/メイン/D1215_変わり果てたパーシヴァル

    - + - + @@ -117,22 +125,22 @@

    1章/メイン/D1215_変わり果てたパーシヴァル

    - + - + - + - + @@ -152,23 +160,31 @@

    1章/メイン/D1215_変わり果てたパーシヴァル

    - + - + - + - + + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    ランスロット!!
    101046001
    【グリートン】
    遅かったじゃありませんか
    継承者
    101046001
    【グリートン】
    もっと早く来てくれたら
    最高の見せ物が見られたのに
    101046001
    【グリートン】
    知りたい?
    101046001
    【グリートン】
    可哀想にねぇ!
    王様の不興をかったばかりに!
    101046001
    【グリートン】
    勇敢な最期でありました
    そう、ご実家に伝えてあげて
    101046001
    【グリートン】
    あぁ、ご実家はもうないんだっけ?
    アッハッハッハッハ!
    101046001
    【グリートン】
    やぁね、すぐそうやって青筋立てる
    魔女の戯言くらい、聞き流すのが王ってものよ
    101046001
    【グリートン】
    そうですよねぇ――王様?
    101015003
    101015001
    【アーサー】
    お前たちのさがしているものは
    すべて俺の手の内にある
    101015003
    101015001
    【アーサー】
    たとえばこれだ
    101015003
    101015001
    【アーサー】
    ああ、そうだ
    これが、俺たちが求め続けてきたもの
    101015003
    101015001
    【アーサー】
    継承者が聖杯の力を解放すれば
    バルバロイは一掃される
    101015003
    101015001
    【アーサー】
    奇跡の力で世界は救われる
    おとぎ話は真実だ
    101015003
    101015001
    【アーサー】
    ――だからこそ、壊さなければならない
    101015003
    101015001
    【アーサー】
    こんなものは世界に必要ない
    101015003
    101015001
    【アーサー】
    そして奇跡に縋ることしかできない
    お前たちには、もうなにもすべがない
    101015003
    101015001
    【アーサー】
    あとはおまえたちを消すだけだ
    グリートン、頼んだぞ
    101046001
    【グリートン】
    承知しました…♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101456.html b/docs/story/101456.html index 765256dbc..1ec6f6fde 100644 --- a/docs/story/101456.html +++ b/docs/story/101456.html @@ -11,6 +11,14 @@

    1章/メイン/D1215_グリートン戦後

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/メイン/D1215_グリートン戦後

    + + + + + + + +
    Load
    Play
    101046001
    【グリートン】
    …残念、時間になっちゃったみたい
    101009001
    【ノワール】
    …学園に戻ろう
    いろいろと、整理しないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101460.html b/docs/story/101460.html index afab19570..c52f608ea 100644 --- a/docs/story/101460.html +++ b/docs/story/101460.html @@ -11,6 +11,18 @@

    1章/メイン/D1219_ディナタンの夢:核心1

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/D1219_ディナタンの夢:核心1

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    禁じられた恋に結ばれたものの
    ふたりは離れ離れになってしまいます
    【telop】
    「この娘が、しあわせになりますように」
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101461.html b/docs/story/101461.html index 4559e52ba..125617621 100644 --- a/docs/story/101461.html +++ b/docs/story/101461.html @@ -11,6 +11,18 @@

    1章/メイン/D1219_ディナタンの夢:核心2

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/メイン/D1219_ディナタンの夢:核心2

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    ディーナ!
    101012001
    【ディナタン】
    ――気持ち悪い
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101462.html b/docs/story/101462.html index edb3e05cf..0b21c860b 100644 --- a/docs/story/101462.html +++ b/docs/story/101462.html @@ -11,6 +11,18 @@

    1章/メイン/D1220_クリスマス:ディナタン1

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/メイン/D1220_クリスマス:ディナタン1

    + + + + + + + + + @@ -46,6 +67,10 @@

    1章/メイン/D1220_クリスマス:ディナタン1

    + + + + @@ -65,5 +90,17 @@

    1章/メイン/D1220_クリスマス:ディナタン1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    ねえ、兄さん。ちょっといいかな?
    【ディナタン】
    でね、リオネスさんも手伝いで忙しそうだから
    私が代わりにおつかいに行こうと思ってて
    101009002
    【(選択肢)】
    1. 荷物持ちってわけか
    2. ガレスはすごいな
    Block1_1
    101009002
    【ノワール】
    荷物持ちってわけか?
    【ディナタン】
    えへへ
    それじゃ、さっそくマーケットまで行こう
    Block1_2
    101009002
    【ノワール】
    クリスマスを盛り上げるため、か…
    ガレスはすごいな
    101009002
    【ノワール】
    わかった。俺も付き合うよ
    荷物持ちくらいならな
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101463.html b/docs/story/101463.html index 6c3f4879d..645211a7c 100644 --- a/docs/story/101463.html +++ b/docs/story/101463.html @@ -11,6 +11,22 @@

    1章/メイン/D1220_クリスマス:ディナタン2

    View script in lua + + + + + + + + + + + + + + + + @@ -26,6 +42,15 @@

    1章/メイン/D1220_クリスマス:ディナタン2

    + + + + + + + + + @@ -46,6 +71,10 @@

    1章/メイン/D1220_クリスマス:ディナタン2

    + + + + @@ -66,6 +95,10 @@

    1章/メイン/D1220_クリスマス:ディナタン2

    + + + + @@ -125,5 +158,13 @@

    1章/メイン/D1220_クリスマス:ディナタン2

    + + + + + + + +
    template1
    template2
    Load
    Play
    101012001
    【ディナタン】
    えっと…頼まれた食材はこれで全部かな~
    ほかは適当にって言われてたけど
    【ノワール】
    そうだな…
    101009002
    【(選択肢)】
    1. 買い食いしよう
    2. ガレスへのプレゼント
    Block1_1
    101009002
    【ノワール】
    せっかくマーケットに来たんだし、
    ホットドッグでも食っていかないか
    【ノワール】
    それもそうか
    Block1_2
    101009002
    【ノワール】
    ガレスへのプレゼントでも
    買っていくか?
    【ディナタン】
    あ…ごめん
    Block1end
    101009002
    【ノワール】
    あ…
    101012001
    【ディナタン】
    えへへ…なんか寒くなってきたね
    ガレスさんも待ってるし、そろそろ学園に戻ろう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101464.html b/docs/story/101464.html index 023bfe9ec..862c13edf 100644 --- a/docs/story/101464.html +++ b/docs/story/101464.html @@ -11,6 +11,18 @@

    1章/メイン/D1221_円卓会議:決断

    View script in lua + + + + + + + + + + + + @@ -106,6 +118,15 @@

    1章/メイン/D1221_円卓会議:決断

    + + + + + + + + + @@ -131,6 +152,10 @@

    1章/メイン/D1221_円卓会議:決断

    + + + + @@ -146,6 +171,10 @@

    1章/メイン/D1221_円卓会議:決断

    + + + + @@ -205,5 +234,13 @@

    1章/メイン/D1221_円卓会議:決断

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    ランスロットを追い、スノードン山に着いた
    ノワールたちを待つのは魔女とアーサーだった
    【モルドレッド】
    その理由は?
    101009002
    【(選択肢)】
    1. 戦力が必要だから
    2. 仲間だから
    Block1_1
    101009002
    【ノワール】
    アーサーに対抗するには戦力が必要だ
    …聖杯が失われた今ならなおさら
    【ルーシャス】
    …失われた聖杯の穴を埋めるには
    最強騎士といえど荷が重かろうな
    Block1_2
    101009002
    【ノワール】
    かけがえのない仲間だから
    【ルーシャス】
    珍しく意見が合ったな
    Block1end
    101009002
    【ノワール】
    もしランスロットと俺の立場が逆なら
    きっと同じことをしたと思う
    101009002
    【ノワール】
    ああ。アバドンに向かい
    ランスロットとギネヴィアを救う!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101465.html b/docs/story/101465.html index 97a14e7bb..cc50fe205 100644 --- a/docs/story/101465.html +++ b/docs/story/101465.html @@ -12,7 +12,15 @@

    1章/メイン/D1223_アバドンへ

    View script in lua - + + + + + + + + + @@ -27,7 +35,7 @@

    1章/メイン/D1223_アバドンへ

    - + @@ -37,7 +45,7 @@

    1章/メイン/D1223_アバドンへ

    - + @@ -47,12 +55,12 @@

    1章/メイン/D1223_アバドンへ

    - + - + @@ -67,12 +75,12 @@

    1章/メイン/D1223_アバドンへ

    - + - + @@ -82,7 +90,7 @@

    1章/メイン/D1223_アバドンへ

    - + @@ -97,17 +105,17 @@

    1章/メイン/D1223_アバドンへ

    - + - + - + @@ -117,42 +125,42 @@

    1章/メイン/D1223_アバドンへ

    - + - + - + - + - + - + - + - + @@ -162,7 +170,7 @@

    1章/メイン/D1223_アバドンへ

    - + @@ -172,12 +180,12 @@

    1章/メイン/D1223_アバドンへ

    - + - + @@ -192,12 +200,12 @@

    1章/メイン/D1223_アバドンへ

    - + - + @@ -207,7 +215,7 @@

    1章/メイン/D1223_アバドンへ

    - + @@ -232,7 +240,7 @@

    1章/メイン/D1223_アバドンへ

    - + @@ -242,12 +250,12 @@

    1章/メイン/D1223_アバドンへ

    - + - + @@ -257,8 +265,16 @@

    1章/メイン/D1223_アバドンへ

    - + + + + + + + + +
    101010001
    Load
    Play
    【ランスロット】
    ノワール、お前を待っていた
    101010001
    【ランスロット】
    ディナタンも無事でなによりだ
    101010001
    【ランスロット】
    ………
    101010001
    【ランスロット】
    …見たのか
    101010001
    【ランスロット】
    お前も継承者の武器なら、わかるだろう
    戦いとはああいうものだ
    101010001
    【ランスロット】
    …ふたりは今ここにいない
    101010001
    【ランスロット】
    俺にはお前たちに伝えることができない
    我が王たちの行方を
    101010001
    【ランスロット】
    こういう意味だ
    101010001
    【ランスロット】
    俺にはなにが正しいのかわからない
    101010001
    【ランスロット】
    アーサーが言っていることも正しい
    101010001
    【ランスロット】
    だがそのためには学園を
    お前を滅ぼさねばならない
    101010001
    【ランスロット】
    あの日俺はお前たちを守ると誓った
    それは偽りではない
    101010001
    【ランスロット】
    しかし始まりから…聖杯を求めるところから
    間違っていたのだとしたら
    101010001
    【ランスロット】
    …そして聖杯はもうない
    お前たちも見ただろう
    101010001
    【ランスロット】
    ノワール、剣を抜け
    俺たちは今この瞬間から敵だ
    101010001
    【ランスロット】
    俺たちはアーサーにつく
    101010001
    【ノワール】
    ランスロット…!
    本気、なのか…?
    101010001
    【ランスロット】
    冗談で相手に剣を向けたことなどない
    101010001
    【ランスロット】
    他の者の手にかけられるくらいなら
    俺がお前を、継承者を消す
    101010001
    【ランスロット】
    ディナタン、お前は
    俺たちのどちらを選ぶんだ?
    101010001
    【ランスロット】
    ノワールに決まっている、か?
    101010001
    【ランスロット】
    そうだな。お前は継承者のキラーズだ
    キラーズがマスターを裏切ることはない
    101010001
    【ランスロット】
    家族か…
    101010001
    【ランスロット】
    …ディナタン
    本当は、気づいているんじゃないのか
    101010001
    【ランスロット】
    マルディサント…
    101010001
    【ランスロット】
    なるほど…
    ならばまとめて消してやろう
    101010001
    【ランスロット】
    俺だって戦いたくはない
    だが戦わねばならない時が来ただけだ
    101010001
    【ランスロット】
    俺とお前の選択が間違っていたから
    101010001
    【ランスロット】
    無駄話はおしまいだ
    俺は継承者とそのキラーズを殺す
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101466.html b/docs/story/101466.html index 1ca9c3aeb..e5849dc59 100644 --- a/docs/story/101466.html +++ b/docs/story/101466.html @@ -11,13 +11,21 @@

    1章/メイン/D1223_ランスロットの死

    View script in lua + + + + + + + + - + @@ -27,12 +35,12 @@

    1章/メイン/D1223_ランスロットの死

    - + - + @@ -42,12 +50,12 @@

    1章/メイン/D1223_ランスロットの死

    - + - + @@ -57,37 +65,37 @@

    1章/メイン/D1223_ランスロットの死

    - + - + - + - + - + - + - + @@ -102,12 +110,12 @@

    1章/メイン/D1223_ランスロットの死

    - + - + @@ -117,12 +125,12 @@

    1章/メイン/D1223_ランスロットの死

    - + - + @@ -132,17 +140,17 @@

    1章/メイン/D1223_ランスロットの死

    - + - + - + @@ -190,5 +198,13 @@

    1章/メイン/D1223_ランスロットの死

    + + + + + + + +
    Load
    Play
    101012002
    【ディナタン・アロンダイト】
    どうして…なんで…
    101010001
    【ランスロット】
    強くなったな、ノワール
    …継承者だからか?
    101010001
    【ランスロット】
    …そうだな
    101010001
    【ランスロット】
    継承者の力じゃない。お前の力だ
    俺は、お前に負けたんだ
    101010001
    【ランスロット】
    なあ、ノワール
    俺は考えたんだ
    101010001
    【ランスロット】
    アーサーは、人々が聖杯を求めたところから
    すべて間違っていたのだと
    101010001
    【ランスロット】
    伝説…聖杯や継承者、GS(ゲシュタルト・シフト)に頼らず
    自分たちの力だけで世界を守りたいと言った
    101010001
    【ランスロット】
    世界はそうあるべきだと
    101010001
    【ランスロット】
    俺は…それも正しいんじゃないかと
    そう思った
    101010001
    【ランスロット】
    お前とGSできなかった俺だから
    思ったのかもしれない
    101010001
    【ランスロット】
    誰かの…お前たちの犠牲を前提にした
    平和が正しいのかと、ずっと迷っていた
    101010001
    【ランスロット】
    世界を守るために、未来のために
    消えていい記憶などあるはずがない
    101010001
    【ランスロット】
    まして、千年の孤独を背負わせるなど
    大切な家族にそれを強いるなど
    101010001
    【ランスロット】
    …すまない
    101010001
    【ランスロット】
    …アーサーにはモルガンとは別に姉がいる
    半分だけ血の繋がった姉だ
    101010001
    【ランスロット】
    真実に辿り着けばすべてが分かる
    なにが間違いだったかも
    101010001
    【ランスロット】
    …くぅっ!はぁ、はぁ…
    101010001
    【ランスロット】
    俺は自分の選択が間違ったとは思わない
    アーサーも同じだろう
    101010001
    【ランスロット】
    そしてギネヴィアも
    101010001
    【ランスロット】
    …だからお前も
    自分の選択を間違いだと思うな
    【ノワール】
    ランスロット!!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101468.html b/docs/story/101468.html index ee54748e3..d4198777f 100644 --- a/docs/story/101468.html +++ b/docs/story/101468.html @@ -11,6 +11,18 @@

    1章/メイン/D1225_それでも1

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/メイン/D1225_それでも1

    + + + + + + + +
    template1
    Load
    Play
    101032001
    【ガレス】
    食堂のクリスマスは盛大にやるつもりなんだ
    やっぱりクリスマスにはご馳走がないとな♪
    101032001
    【ガレス】
    あ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101469.html b/docs/story/101469.html index c7ba576be..1120e16f0 100644 --- a/docs/story/101469.html +++ b/docs/story/101469.html @@ -11,6 +11,18 @@

    1章/メイン/D1225_それでも2

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/D1225_それでも2

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    兄さん…
    101009002
    【ノワール】
    …あぁ
    ――綺麗だな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101476.html b/docs/story/101476.html index 3618413aa..f9a1b68a8 100644 --- a/docs/story/101476.html +++ b/docs/story/101476.html @@ -11,6 +11,18 @@

    1章/メイン/D0101_新年①1

    View script in lua + + + + + + + + + + + + @@ -30,5 +42,13 @@

    1章/メイン/D0101_新年①1

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    皆も知っての通り
    先のアバドンの戦いにおいて
    101040001
    【ケイ】
    …失敬。アーサー王の行方も知れず
    不安ななかとは思うが、生徒諸君は…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101477.html b/docs/story/101477.html index c7d4dfa46..6822914f6 100644 --- a/docs/story/101477.html +++ b/docs/story/101477.html @@ -11,6 +11,18 @@

    1章/メイン/D0101_新年①2

    View script in lua + + + + + + + + + + + + @@ -86,6 +98,15 @@

    1章/メイン/D0101_新年①2

    + + + + + + + + + @@ -146,6 +167,10 @@

    1章/メイン/D0101_新年①2

    + + + + @@ -161,6 +186,10 @@

    1章/メイン/D0101_新年①2

    + + + + @@ -180,5 +209,13 @@

    1章/メイン/D0101_新年①2

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    ローマ軍斥候の情報をもとにアバドンへ赴き
    ランスロットと再会したノワール
    【ディナタン】
    私が兄さんとGS(ゲシュタルト・シフト)しちゃったから
    みんな、こうなったんじゃないの?
    101009002
    【(選択肢)】
    1. それは違う
    2. (なにも答えない)
    Block1_1
    101009002
    【ノワール】
    ディナタン、それは違う
    【ディナタン】
    兄さん…
    Block1_2
    101009002
    【ノワール】
    それ、は…
    【ディナタン】
    ………
    Block1end
    101017001
    【マルディサント】
    いたいた、ディーナ
    階段で転んじまってさ、薬を分けてくれよ
    101009002
    【ノワール】
    いや、俺は遠慮しとくよ
    ふたりで仲良く行ってきたらいい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101478.html b/docs/story/101478.html index 816d0542c..2ba17355d 100644 --- a/docs/story/101478.html +++ b/docs/story/101478.html @@ -11,6 +11,18 @@

    1章/メイン/D0102_新年②

    View script in lua + + + + + + + + + + + + @@ -126,6 +138,15 @@

    1章/メイン/D0102_新年②

    + + + + + + + + + @@ -141,6 +162,10 @@

    1章/メイン/D0102_新年②

    + + + + @@ -171,6 +196,10 @@

    1章/メイン/D0102_新年②

    + + + + @@ -240,5 +269,13 @@

    1章/メイン/D0102_新年②

    + + + + + + + +
    template1
    Load
    Play
    101014001
    【トリスタン】
    年が明けたわけだけど…
    なんて挨拶すればいいんだろうね
    【トリスタン】
    残された『伝説』は
    継承者だけになったわけだけど…?
    101009002
    【(選択肢)】
    1. 聖杯なしで大丈夫なんだろうか
    2. ギネヴィアはどこにいるんだろう
    Block1_1
    101009002
    【ノワール】
    聖杯なしでバルバロイを根絶できるんだろうか
    【モルドレッド】
    考えてわかることじゃねえだろ
    とにかく今は態勢を立て直すことが先決だ
    Block1_2
    101009002
    【ノワール】
    聖杯もそうだけど…
    ギネヴィアの行方が気になる
    【モルドレッド】
    いちいち
    ひとこと多いんだよ、てめえは
    Block1end
    101051001
    【ルーシャス】
    して、継承者よ
    【telop】
    真実に辿り着けばすべてが分かる
    なにが間違いだったかも
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101479.html b/docs/story/101479.html index d02df188d..12d38c22d 100644 --- a/docs/story/101479.html +++ b/docs/story/101479.html @@ -11,6 +11,18 @@

    1章/メイン/D0103_悲しみ:トリスタン

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/メイン/D0103_悲しみ:トリスタン

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/メイン/D0103_悲しみ:トリスタン

    + + + + @@ -76,6 +101,10 @@

    1章/メイン/D0103_悲しみ:トリスタン

    + + + + @@ -95,5 +124,13 @@

    1章/メイン/D0103_悲しみ:トリスタン

    + + + + + + + +
    template1
    Load
    Play
    101014001
    【トリスタン】
    本当なら、一年の始まりは毎年
    コーンウォールへ行くんだ
    【トリスタン】
    機会があれば、キミも一緒に
    連れて行ってあげてもいいよ
    101009002
    【(選択肢)】
    1. それは楽しみだ
    2. ふたりの邪魔にならないか?
    Block1_1
    101009002
    【ノワール】
    それは楽しみだ
    せっかくの誘いだし、ぜひお願いするよ
    【トリスタン】
    じゃあ…来年、行こうか
    Block1_2
    101009002
    【ノワール】
    ふたりの邪魔になるんじゃないか?
    【トリスタン】
    今回はそういう雰囲気でもないけど
    ほら…来年にでもさ
    Block1end
    101009002
    【ノワール】
    来年…
    101009002
    【ノワール】
    …あぁ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101480.html b/docs/story/101480.html index 87d36dc10..4077a0a23 100644 --- a/docs/story/101480.html +++ b/docs/story/101480.html @@ -11,6 +11,18 @@

    1章/メイン/D0106_ギネヴィアを探して

    View script in lua + + + + + + + + + + + + @@ -76,6 +88,15 @@

    1章/メイン/D0106_ギネヴィアを探して

    + + + + + + + + + @@ -106,6 +127,10 @@

    1章/メイン/D0106_ギネヴィアを探して

    + + + + @@ -141,6 +166,10 @@

    1章/メイン/D0106_ギネヴィアを探して

    + + + + @@ -176,6 +205,10 @@

    1章/メイン/D0106_ギネヴィアを探して

    + + + + @@ -190,5 +223,13 @@

    1章/メイン/D0106_ギネヴィアを探して

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    パーシヴァルに続いてランスロットも失い
    学園内は暗い雰囲気に包まれる
    【ケイ】
    そんな場所で、いったいなにを…
    101009002
    【(選択肢)】
    1. ギネマウアさんもいたのか?
    2. さがしにいこう
    3. どう思う、ディナタン?
    Block1_1
    101009002
    【ノワール】
    ギネマウアさんもいたのか?
    【ルーシャス】
    …気にするべきは
    そこではないと思うがな
    Block1_2
    101009002
    【ノワール】
    会って、話を聞けばわかる
    ギネヴィアをさがしに行こう
    【ルーシャス】
    それもそうだな
    判断は継承者に任せるとしよう
    Block1_3
    101009002
    【ノワール】
    どう思う、ディナタン
    【ディナタン】
    兄さん…!うん、そうだよね
    Block1end
    101040001
    【ケイ】
    キャメリアードは未だ危険地帯だ
    向かうのであればしっかり準備するといい
    101009002
    【ノワール】
    ああ。わかった
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101481.html b/docs/story/101481.html index b9fcaeccc..556610863 100644 --- a/docs/story/101481.html +++ b/docs/story/101481.html @@ -11,6 +11,18 @@

    1章/メイン/D0114_キャメリアードへ

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/D0114_キャメリアードへ

    + + + + + + + +
    template1
    Load
    Play
    101033001
    【リオネス】
    ギネヴィア捜索大作戦は
    このメンツでいくってことだな!
    101009001
    【ノワール】
    ああ、行こう
    キャメリアードへ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101482.html b/docs/story/101482.html index dd93dabdd..aed500893 100644 --- a/docs/story/101482.html +++ b/docs/story/101482.html @@ -11,6 +11,18 @@

    1章/メイン/D0114_キャメリアードへ、道中

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/メイン/D0114_キャメリアードへ、道中

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    そういえば、学園に来て初めて
    遠出をしたのもキャメリアードだったな
    101009001
    【ノワール】
    …ああ
    見つけてくれるといいな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101483.html b/docs/story/101483.html index 482c640d9..00e5ee738 100644 --- a/docs/story/101483.html +++ b/docs/story/101483.html @@ -11,6 +11,14 @@

    1章/メイン/D0115_いるのはバルバロイばかり

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/メイン/D0115_いるのはバルバロイばかり

    + + + + + + + +
    Load
    Play
    101033001
    【リオネス】
    まったくもう!
    右も左もバルバロイばっかだな!
    101032001
    【ガレス】
    どうやら
    ゆっくり考えさせてはくれないみたいだね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101484.html b/docs/story/101484.html index 4d659a314..72eb22778 100644 --- a/docs/story/101484.html +++ b/docs/story/101484.html @@ -11,6 +11,14 @@

    1章/メイン/D0115_ギネヴィアの伝言

    View script in lua + + + + + + + + @@ -41,6 +49,19 @@

    1章/メイン/D0115_ギネヴィアの伝言

    + + + + + + + + + + + + + @@ -61,6 +82,10 @@

    1章/メイン/D0115_ギネヴィアの伝言

    + + + + @@ -111,6 +136,10 @@

    1章/メイン/D0115_ギネヴィアの伝言

    + + + + @@ -185,5 +214,13 @@

    1章/メイン/D0115_ギネヴィアの伝言

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    ギネヴィア…どこにいるんだ
    【ディナタン】
    私は戦わなくちゃ
    だって私は兄さんの武器なんだから
    101009001
    【(選択肢)】
    1. 無理するな
    2. そうだな
    MA_01C201_13_select1
    MA_01C201_13_select1_1
    101009001
    【ノワール】
    …無理するな、ディナタン
    そうやってまた倒れたらどうする
    【ノワール】
    ディナタン…
    MA_01C201_13_select1_2
    101009001
    【ノワール】
    そうだな
    もう少しだけ先に――
    【ディナタン】
    ね、兄さん
    MA_01C201_13_end
    101032001
    【ガレス】
    ノワール、いったん退こう
    これ以上ここにいても消耗するばかりだ
    101016001
    【ギネマウア】
    思い出を、整理したくて
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101485.html b/docs/story/101485.html index 1f28e4583..31ed3f449 100644 --- a/docs/story/101485.html +++ b/docs/story/101485.html @@ -11,6 +11,18 @@

    1章/メイン/D0120_事件:ギネヴィア帰還

    View script in lua + + + + + + + + + + + + @@ -30,5 +42,13 @@

    1章/メイン/D0120_事件:ギネヴィア帰還

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    …さむい
    101011001
    【ギネヴィア】
    わたしには、やるべきことがある
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101487.html b/docs/story/101487.html index 2ac30f751..0b95cba01 100644 --- a/docs/story/101487.html +++ b/docs/story/101487.html @@ -11,6 +11,18 @@

    1章/メイン/D0120_ギネヴィア帰還

    未使用→保留

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/メイン/D0120_ギネヴィア帰還

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/メイン/D0120_ギネヴィア帰還

    + + + + @@ -61,6 +86,10 @@

    1章/メイン/D0120_ギネヴィア帰還

    + + + + @@ -95,5 +124,13 @@

    1章/メイン/D0120_ギネヴィア帰還

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    …ギネヴィアさん…!
    【ギネヴィア】
    …ただいま
    101009002
    【(選択肢)】
    1. おかえり、ギネヴィア
    2. ガレス、なにか温かいものを!
    Block1_1
    101009002
    【ノワール】
    おかえり、ギネヴィア
    【ギネヴィア】
    …あたりまえでしょ
    あたりまえじゃないかもだけど
    Block1_2
    101009002
    【ノワール】
    フラフラじゃないか、大丈夫か!?
    ガレス、なにか温かいものをギネヴィアに!
    【ギネヴィア】
    心配無用よ
    そこまで弱ってない…つもりだから
    Block1end
    101009002
    【ノワール】
    ランスロットのことは…
    101011001
    【ギネヴィア】
    おねがい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101488.html b/docs/story/101488.html index bd0b69ea2..a331e7d65 100644 --- a/docs/story/101488.html +++ b/docs/story/101488.html @@ -11,6 +11,18 @@

    1章/メイン/D0121_衰弱したギネヴィア

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/メイン/D0121_衰弱したギネヴィア

    + + + + + + + + + @@ -66,6 +87,10 @@

    1章/メイン/D0121_衰弱したギネヴィア

    + + + + @@ -81,6 +106,10 @@

    1章/メイン/D0121_衰弱したギネヴィア

    + + + + @@ -90,5 +119,13 @@

    1章/メイン/D0121_衰弱したギネヴィア

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    ギネヴィアの容態は
    【モルドレッド】
    無い話じゃねえだろ
    101009002
    【(選択肢)】
    1. ギネマウアさんなら大丈夫だ
    2. アーサーはそんなヤツじゃない
    Block1_1
    101009002
    【ノワール】
    ギネマウアさんは強い人だ
    きっと大丈夫
    【モルドレッド】
    へッ、そうかよ
    Block1_2
    101009002
    【ノワール】
    どれだけ甘ちゃんだと言われようとも
    俺はアーサーを信じたい
    【ケイ】
    そうだな
    私もそうであると信じたい
    Block1end
    101009002
    【ノワール】
    …とにかく、
    今はギネヴィアの回復を待つしかない
    101009002
    【ノワール】
    ちゃんと話をするって、言ってたんだ
    だから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101489.html b/docs/story/101489.html index 39038cc54..dd888420a 100644 --- a/docs/story/101489.html +++ b/docs/story/101489.html @@ -11,6 +11,18 @@

    1章/メイン/D0122_目を覚ますギネヴィア

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/D0122_目を覚ますギネヴィア

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    う…
    101011001
    【ギネヴィア】
    ………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101490.html b/docs/story/101490.html index b1e997ed4..32f0a6c10 100644 --- a/docs/story/101490.html +++ b/docs/story/101490.html @@ -11,6 +11,18 @@

    1章/メイン/D0123_ギネヴィアとディナタン

    View script in lua + + + + + + + + + + + + @@ -160,5 +172,13 @@

    1章/メイン/D0123_ギネヴィアとディナタン

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    ギネヴィアさん、調子はどうですか
    101017001
    【マルディサント】
    ディーナの気配が…
    消えた?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101491.html b/docs/story/101491.html index f24f3652f..2a8897f15 100644 --- a/docs/story/101491.html +++ b/docs/story/101491.html @@ -11,6 +11,22 @@

    1章/メイン/D0124_行方不明の知らせに動揺

    View script in lua + + + + + + + + + + + + + + + + @@ -41,6 +57,15 @@

    1章/メイン/D0124_行方不明の知らせに動揺

    + + + + + + + + + @@ -61,6 +86,10 @@

    1章/メイン/D0124_行方不明の知らせに動揺

    + + + + @@ -81,6 +110,10 @@

    1章/メイン/D0124_行方不明の知らせに動揺

    + + + + @@ -300,5 +333,13 @@

    1章/メイン/D0124_行方不明の知らせに動揺

    + + + + + + + +
    template1
    template2
    Load
    Play
    【telop】
    キャメリアードで会ったギネマウアの言葉通り
    ギネヴィアはひとりで学園に戻ってきた
    【マルディサント】
    そんなのアタシが聞きてえよ!
    ギネヴィアの奴…
    101009002
    【(選択肢)】
    1. ギネヴィアが連れ去ったのか?
    2. 俺のせいだ
    Block1_1
    101009002
    【ノワール】
    ギネヴィアが連れ去ったっていうのか!?
    そんな、まさか…
    【マルディサント】
    それでアタシがちょっと目を離したスキに…
    気配が消えた…!
    Block1_2
    101009002
    【ノワール】
    俺のせいだ
    俺がディナタンから目を離したから…!
    【ルーシャス】
    威勢がいいだけの仔猫と思っていたが
    なにが彼女を変えたのであろうな
    Block1end
    101022001
    【モルドレッド】
    もと王妃サマもランスロットと同じく、
    アーサーについたってことかぁ?
    101017001
    【マルディサント】
    …ディーナ――…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101492.html b/docs/story/101492.html index 4494e29cd..54156a45c 100644 --- a/docs/story/101492.html +++ b/docs/story/101492.html @@ -11,6 +11,18 @@

    1章/メイン/D0125_アーサーとディナタン

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/メイン/D0125_アーサーとディナタン

    + + + + + + + +
    template1
    Load
    Play
    101015003
    【アーサー】
    お前は本当にそれでいいのか
    101011001
    【ギネヴィア】
    そう。わたしたちの約束よ
    行きましょう、ディナタン
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101493.html b/docs/story/101493.html index 0c780442f..fb149004b 100644 --- a/docs/story/101493.html +++ b/docs/story/101493.html @@ -11,6 +11,14 @@

    1章/メイン/D0126_キャメリアード城

    View script in lua + + + + + + + + @@ -21,6 +29,19 @@

    1章/メイン/D0126_キャメリアード城

    + + + + + + + + + + + + + @@ -41,6 +62,10 @@

    1章/メイン/D0126_キャメリアード城

    + + + + @@ -61,6 +86,10 @@

    1章/メイン/D0126_キャメリアード城

    + + + + @@ -86,6 +115,10 @@

    1章/メイン/D0126_キャメリアード城

    + + + + @@ -290,5 +323,13 @@

    1章/メイン/D0126_キャメリアード城

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    …来たのね、継承者
    【ディナタン】
    …兄さん!
    101009001
    【(選択肢)】
    1. どうしてだ、ギネヴィア
    2. ディナタン、無事か!?
    3. ギネマウアさん、止めてくれ
    MA_01C201_25_select1
    MA_01C201_25_select1_1
    101009001
    【ノワール】
    どうしてだ、ギネヴィア
    【ギネヴィア】
    …ディナタン、行っていいわよ
    MA_01C201_25_select1_2
    101009001
    【ノワール】
    ディナタン、無事か!?
    【ギネヴィア】
    …ディナタン、行っていいわよ
    MA_01C201_25_select1_3
    101009001
    【ノワール】
    ギネマウアさん!
    ギネヴィアを止めてくれ
    【ギネヴィア】
    …ディナタン、行っていいわよ
    MA_01C201_25_end
    101012001
    【ディナタン】
    ギネヴィアさん…
    101011001
    【ギネヴィア】
    ――あなたはどうする?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101494.html b/docs/story/101494.html index 00cd3a106..26e859064 100644 --- a/docs/story/101494.html +++ b/docs/story/101494.html @@ -11,6 +11,14 @@

    1章/メイン/D0126_ギネヴィア死亡

    View script in lua + + + + + + + + @@ -285,5 +293,13 @@

    1章/メイン/D0126_ギネヴィア死亡

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    ノワール…
    あなたは本当に自分の選択を後悔しないの?
    101009001
    【ノワール】
    ギネヴィア!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101500.html b/docs/story/101500.html index 903b09288..e442498ab 100644 --- a/docs/story/101500.html +++ b/docs/story/101500.html @@ -11,6 +11,18 @@

    1章/メイン/D0201_許されない思いを

    View script in lua + + + + + + + + + + + + @@ -126,6 +138,15 @@

    1章/メイン/D0201_許されない思いを

    + + + + + + + + + @@ -141,6 +162,10 @@

    1章/メイン/D0201_許されない思いを

    + + + + @@ -166,6 +191,10 @@

    1章/メイン/D0201_許されない思いを

    + + + + @@ -185,5 +214,13 @@

    1章/メイン/D0201_許されない思いを

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ここに、いたのか
    ディナタン
    【ディナタン】
    それから…ねえ、兄さん
    私たち兄妹でよかった?
    101009002
    【(選択肢)】
    1. よかった
    2. わからない
    Block1_1
    101009002
    【ノワール】
    生まれがどうとか関係ない
    ディナタンが妹でよかった
    【ディナタン】
    そっか、私も兄さんが兄さんでよかった
    Block1_2
    101009002
    【ノワール】
    わからない
    【ディナタン】
    私も同じだよ、兄さん
    Block1end
    101012001
    【ディナタン】
    兄妹だったら――
    妖精と人間と同じだよね、そんなの
    101012001
    【ディナタン】
    がんばってアーサー様を倒そうね
    兄さん
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101501.html b/docs/story/101501.html index b4ae9df7a..c87ed1d5b 100644 --- a/docs/story/101501.html +++ b/docs/story/101501.html @@ -11,6 +11,18 @@

    1章/メイン/D0203_魔女の報せ1

    View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

    1章/メイン/D0203_魔女の報せ1

    + + + + + + + +
    template1
    Load
    Play
    101023001
    【クラリス】
    どうも~
    突撃!隣のシスターですけど~
    101023001
    【クラリス】
    王がお呼びです
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101503.html b/docs/story/101503.html index 2fdada99e..ff03c3525 100644 --- a/docs/story/101503.html +++ b/docs/story/101503.html @@ -12,7 +12,15 @@

    1章/メイン/D0203_魔女の報せ2

    View script in lua - + + + + + + + + + @@ -22,7 +30,7 @@

    1章/メイン/D0203_魔女の報せ2

    - + @@ -32,7 +40,7 @@

    1章/メイン/D0203_魔女の報せ2

    - + @@ -47,7 +55,7 @@

    1章/メイン/D0203_魔女の報せ2

    - + @@ -67,17 +75,17 @@

    1章/メイン/D0203_魔女の報せ2

    - + - + - + @@ -87,12 +95,12 @@

    1章/メイン/D0203_魔女の報せ2

    - + - + @@ -102,7 +110,7 @@

    1章/メイン/D0203_魔女の報せ2

    - + @@ -112,7 +120,7 @@

    1章/メイン/D0203_魔女の報せ2

    - + @@ -122,32 +130,32 @@

    1章/メイン/D0203_魔女の報せ2

    - + - + - + - + - + - + @@ -162,7 +170,7 @@

    1章/メイン/D0203_魔女の報せ2

    - + @@ -172,7 +180,7 @@

    1章/メイン/D0203_魔女の報せ2

    - + @@ -192,33 +200,41 @@

    1章/メイン/D0203_魔女の報せ2

    - + - + - + - + - + - + + + + + + + + +
    101015003
    Load
    Play
    101015001
    【アーサー】
    やあ
    101015003
    101015001
    【アーサー】
    クラリス、すまないな
    101015003
    101015001
    【アーサー】
    使い走りのような真似をさせて
    101015003
    101015001
    【アーサー】
    お前だから話せたこともある
    101020001
    【マーリン】
    …貴方が
    アーサーであるものか
    101015003
    101015001
    【アーサー】
    マーリン
    101020001
    【マーリン】
    その名を呼ぶなッッ!!
    101015003
    101015001
    【アーサー】
    決着をつけよう、継承者
    101015003
    101015001
    【アーサー】
    歪な古い伝説と、新たな伝説
    後世に継がれるべきはどちらか
    101015003
    101015001
    【アーサー】
    学園で戦いたくはない
    101015003
    101015001
    【アーサー】
    壊すべきものは限られているんだよ
    モルドレッド
    101015003
    101015001
    【アーサー】
    ――カムランの丘で待つ
    101042001
    【モーロノエー】
    私はいまや王の口
    101042001
    【モーロノエー】
    これで私の仕事もすべて終わり
    あとは王の望むがまま
    101042001
    【モーロノエー】
    すべては――王のもとへ
    101020001
    【マーリン】
    ………ノワール様
    重荷とわかってあえて申します
    101020001
    【マーリン】
    決着を…
    託してよろしいですか
    101020001
    【マーリン】
    …魔女姉妹はアーサーによって
    完全に無力化されていました
    101020001
    【マーリン】
    私などでは
    今の彼に太刀打ちできないどころか──
    101020001
    【マーリン】
    どうか
    お願いします
    101020001
    【マーリン】
    今の彼は
    私など目に入らない
    101020001
    【マーリン】
    ですが彼は私に
    この学園を遺してくれた
    101020001
    【マーリン】
    彼は問おうとしている
    そう思えてならないのです
    101020001
    【マーリン】
    彼の育てた学園の勇士が正しいか
    彼自身が掲げる新たな秩序が正しいか
    101020001
    【マーリン】
    (あやま)つはどちらか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101504.html b/docs/story/101504.html index 091157727..2c9e9ac42 100644 --- a/docs/story/101504.html +++ b/docs/story/101504.html @@ -11,6 +11,18 @@

    1章/メイン/D0204_円卓:アーサーに向かう

    View script in lua + + + + + + + + + + + + @@ -106,6 +118,15 @@

    1章/メイン/D0204_円卓:アーサーに向かう

    + + + + + + + + + @@ -126,6 +147,10 @@

    1章/メイン/D0204_円卓:アーサーに向かう

    + + + + @@ -151,6 +176,10 @@

    1章/メイン/D0204_円卓:アーサーに向かう

    + + + + @@ -180,5 +209,13 @@

    1章/メイン/D0204_円卓:アーサーに向かう

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    アーサー側に付くこと選んだギネヴィア
    その戦いに勝利を収めたノワールたち
    【モルドレッド】
    カチ込む準備できてんだろうな?
    101009002
    【(選択肢)】
    1. 戦うしかない
    2. 説得できるだろうか
    Block1_1
    101009002
    【ノワール】
    ああ。もう…戦うしかない
    【ケイ】
    義弟が道を誤ったのであれば
    義兄がそれを正してやらねばならないのに
    Block1_2
    101009002
    【ノワール】
    なんとか説得できないかな
    【マーリン】
    私たちがアーサーを止めなければ
    …それがアーサーにとって最善のことだから
    Block1end
    101051001
    【ルーシャス】
    しかし、継承者のキラーズはよいのか
    気持ちの整理がついていないのでは?
    101009002
    【ノワール】
    行こう…アーサーのもとへ
    ――カムランの丘へ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101506.html b/docs/story/101506.html index 693347446..dcffc6e85 100644 --- a/docs/story/101506.html +++ b/docs/story/101506.html @@ -11,6 +11,18 @@

    1章/メイン/D0206_一夜砦

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    1章/メイン/D0206_一夜砦

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    な、なんだこれは…!
    101009001
    【ノワール】
    みんな、気を引き締めていこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101507.html b/docs/story/101507.html index 1eadeea34..17b3bb6b2 100644 --- a/docs/story/101507.html +++ b/docs/story/101507.html @@ -12,42 +12,50 @@

    1章/メイン/D0206_ガウェインとの戦い1

    View script in lua - + + + + + + + + + - + - + - + - + - + - + - + @@ -57,7 +65,7 @@

    1章/メイン/D0206_ガウェインとの戦い1

    - + @@ -72,12 +80,12 @@

    1章/メイン/D0206_ガウェインとの戦い1

    - + - + @@ -92,7 +100,7 @@

    1章/メイン/D0206_ガウェインとの戦い1

    - + @@ -107,7 +115,7 @@

    1章/メイン/D0206_ガウェインとの戦い1

    - + @@ -122,7 +130,7 @@

    1章/メイン/D0206_ガウェインとの戦い1

    - + @@ -132,7 +140,7 @@

    1章/メイン/D0206_ガウェインとの戦い1

    - + @@ -142,7 +150,7 @@

    1章/メイン/D0206_ガウェインとの戦い1

    - + @@ -152,18 +160,26 @@

    1章/メイン/D0206_ガウェインとの戦い1

    - + - + - + + + + + + + + +
    101013002
    Load
    Play
    101013001
    【ガウェイン】
    どっちが良かった?
    101018002
    【ラグネル・ガラティン】
    あたしに聞かないでよ
    101013002
    101013001
    【ガウェイン】
    お前に選んで欲しいんだよ
    101018002
    【ラグネル・ガラティン】
    …あたしが「あっち」って言ったら
    あっちにつくの、納得できた?
    101013002
    101013001
    【ガウェイン】
    ………あァ
    101018002
    【ラグネル・ガラティン】
    うそつき
    101013002
    101013001
    【ガウェイン】
    だな
    101013002
    101013001
    【ガウェイン】
    どっちにしても──
    101013002
    101013001
    【ガウェイン】
    やりづれえよな、ノワール
    101018002
    【ラグネル・ガラティン】
    許されないよ
    あたしたち
    101013002
    101013001
    【ガウェイン】
    だから
    忠義を尽くすだけだ
    101013002
    101013001
    【ガウェイン】
    ずっと厨房にいてくれりゃあさ
    101013002
    101013001
    【ガウェイン】
    …いいや
    101013002
    101013001
    【ガウェイン】
    そうしたら後ろから刺すぜ、ノワール
    101013002
    101013001
    【ガウェイン】
    恩義ある人を無下にするような
    そんな人間でありたくねえ
    101018002
    【ラグネル・ガラティン】
    ガウェインとの友情を大事にしてくれるなら
    ノワールたちこそコッチにつきなよ
    101018002
    【ラグネル・ガラティン】
    どうして
    101013002
    101013001
    【ガウェイン】
    譲れねーもんがあるんだろ
    101013002
    101013001
    【ガウェイン】
    気が合うよな。俺たち
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101508.html b/docs/story/101508.html index c9c48d3a7..a4a900dbb 100644 --- a/docs/story/101508.html +++ b/docs/story/101508.html @@ -11,6 +11,14 @@

    1章/メイン/D0206_ガウェインとの戦い2

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/メイン/D0206_ガウェインとの戦い2

    + + + + + + + +
    Load
    Play
    101018002
    【ラグネル・ガラティン】
    もう…後にも先にも行けない
    101013002
    【ガウェイン】
    置いてかれたくねーだけだ!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101509.html b/docs/story/101509.html index 06f46171c..1285e0459 100644 --- a/docs/story/101509.html +++ b/docs/story/101509.html @@ -11,13 +11,21 @@

    1章/メイン/D0206_ガウェインとの戦い3

    View script in lua + + + + + + + + - + @@ -27,7 +35,7 @@

    1章/メイン/D0206_ガウェインとの戦い3

    - + @@ -52,22 +60,22 @@

    1章/メイン/D0206_ガウェインとの戦い3

    - + - + - + - + @@ -82,12 +90,12 @@

    1章/メイン/D0206_ガウェインとの戦い3

    - + - + @@ -97,17 +105,17 @@

    1章/メイン/D0206_ガウェインとの戦い3

    - + - + - + @@ -117,12 +125,12 @@

    1章/メイン/D0206_ガウェインとの戦い3

    - + - + @@ -132,7 +140,7 @@

    1章/メイン/D0206_ガウェインとの戦い3

    - + @@ -142,7 +150,7 @@

    1章/メイン/D0206_ガウェインとの戦い3

    - + @@ -162,17 +170,17 @@

    1章/メイン/D0206_ガウェインとの戦い3

    - + - + - + @@ -180,5 +188,13 @@

    1章/メイン/D0206_ガウェインとの戦い3

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    ガレス!
    101018002
    【ラグネル・ガラティン】
    行かせない…!
    101013002
    101013001
    【ガウェイン】
    ガレス…いい加減、諦めてくれよ
    101013002
    101013001
    【ガウェイン】
    …!!
    101013002
    101013001
    【ガレス】
    世界のなにが正解で、なにが間違いか
    そんなのわたしにはわからない
    101013002
    101013001
    【ガレス】
    だけどひとつだけわかってることがある
    101013002
    101013001
    【ガレス】
    家族を大事にしないのが『間違い』だって!
    101013002
    101013001
    【ガウェイン】
    …あの人は
    世界の間違いを正す
    101013002
    101013001
    【ガウェイン】
    たとえひとりになっても
    101013002
    101013001
    【ガウェイン】
    あの人を、ひとりにしたくなかった
    101013002
    101013001
    【ガウェイン】
    だから、後悔はねえ
    あるとすれば──
    101013002
    101013001
    【ラグネル・ガラティン】
    あああああああああああああああああッッ!!
    101018002
    【ラグネル・ガラティン】
    おまえのせいだッッ!!!!
    101018002
    【ラグネル・ガラティン】
    ──ッ!?!?
    101018002
    【ラグネル・ガラティン】
    ………ガウェインが苦しんでるのに
    あたしだけ…楽になんて──…!
    101013002
    101013001
    【ガウェイン】
    ラグ、ネル………っ
    101013002
    101013001
    【ガウェイン】
    …わすれ、てた…
    101013002
    101013001
    【ガウェイン】
    そういや、アーサー様、言ってたっけ
    101013002
    101013001
    【ガウェイン】
    「家族は大事にしろよ」って――…
    【ガレス】
    兄さん…兄さん!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101510.html b/docs/story/101510.html index c4a3424a7..03be0ac5d 100644 --- a/docs/story/101510.html +++ b/docs/story/101510.html @@ -11,6 +11,14 @@

    1章/メイン/D0206_かつての友に別れを

    View script in lua + + + + + + + + @@ -200,5 +208,13 @@

    1章/メイン/D0206_かつての友に別れを

    + + + + + + + +
    Load
    Play
    101022001
    【モルドレッド】
    こいつがアーサーのヤロウについた時点で
    こうなることはわかってたはずだ
    101014001
    【トリスタン】
    レクイエムくらい、奏でさせてよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101512.html b/docs/story/101512.html index 48f670062..e3ae75990 100644 --- a/docs/story/101512.html +++ b/docs/story/101512.html @@ -11,6 +11,18 @@

    1章/メイン/D0208_ワタシタチのタイセツなアナタ

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    1章/メイン/D0208_ワタシタチのタイセツなアナタ

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    …遅いよ。マァル
    101017001
    【マルディサント】
    まだキズつけなきゃならねえのか!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101513.html b/docs/story/101513.html index a40a14715..886189625 100644 --- a/docs/story/101513.html +++ b/docs/story/101513.html @@ -11,6 +11,18 @@

    1章/メイン/D0208_マルディサント戦後

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/メイン/D0208_マルディサント戦後

    + + + + + + + + + @@ -56,6 +77,10 @@

    1章/メイン/D0208_マルディサント戦後

    + + + + @@ -91,6 +116,10 @@

    1章/メイン/D0208_マルディサント戦後

    + + + + @@ -230,5 +259,13 @@

    1章/メイン/D0208_マルディサント戦後

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    あんたがディーナを選ばなきゃ
    ディーナはあんたの妹でいられた…!
    【マルディサント】
    ディーナじゃなくたって
    いいじゃねえか!!
    101009001
    【(選択肢)】
    1. ディナタンが選んでくれた
    2. 俺がディナタンに戦いを強制した
    Block1_1
    101009001
    【ノワール】
    …ディナタンが選んでくれたんだ
    この道を
    【マルディサント】
    土壇場で責任逃れかよ
    あんたの意志はどこいっちまったんだよ!
    Block1_2
    101009001
    【ノワール】
    俺がディナタンに戦いを強制した
    マルディサントの言う通り──
    【ノワール】
    もう、置いていかないと決めたんだ
    Block1end
    101012001
    【ディナタン】
    兄さんを責めてどうするの
    私たちを止めてどうするの
    101012001
    【ディナタン】
    …ありがとう、マァル
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101514.html b/docs/story/101514.html index 6e82fc5d0..cfcb006e8 100644 --- a/docs/story/101514.html +++ b/docs/story/101514.html @@ -11,6 +11,14 @@

    1章/メイン/D0209_クラリス離脱

    シーンID変更

    View script in lua + + + + + + + + @@ -102,7 +110,7 @@

    1章/メイン/D0209_クラリス離脱

    - + @@ -137,7 +145,7 @@

    1章/メイン/D0209_クラリス離脱

    - + @@ -157,7 +165,7 @@

    1章/メイン/D0209_クラリス離脱

    - + @@ -167,7 +175,7 @@

    1章/メイン/D0209_クラリス離脱

    - + @@ -217,7 +225,7 @@

    1章/メイン/D0209_クラリス離脱

    - + @@ -227,7 +235,7 @@

    1章/メイン/D0209_クラリス離脱

    - + @@ -237,7 +245,7 @@

    1章/メイン/D0209_クラリス離脱

    - + @@ -265,5 +273,13 @@

    1章/メイン/D0209_クラリス離脱

    + + + + + + + +
    Load
    Play
    101022001
    【モルドレッド】
    もう平和なんざ来ねえ
    101043001
    【マゾエー】
    この『虐殺の橋(スローターズ・ブリッジ)』はね
    あまねく過ちの墓標
    101043001
    【マゾエー】
    ………黙りなさい
    101047001
    【ティーロノエー】
    そうだよ
    だからアンタらも消さなきゃなんないの
    101043001
    【マゾエー】
    王のなり損ないどもが
    101049001
    【ティートン】
    もうなにもかも遅い…
    だあれも幸せになんかなれませんよぉ…♪
    101047001
    【ティーロノエー】
    あんな暴君(モルドレッド)を信奉してどうするの?
    万一彼が王になってもそれこそ平和にはならない
    101048001
    【ティーテン】
    …え?
    101023002
    【クラリス・クラレント】
    エイメン
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101515.html b/docs/story/101515.html index cee5fc4a7..51a155858 100644 --- a/docs/story/101515.html +++ b/docs/story/101515.html @@ -11,6 +11,14 @@

    1章/メイン/D0210_ア―サー対峙

    View script in lua + + + + + + + + @@ -37,17 +45,17 @@

    1章/メイン/D0210_ア―サー対峙

    - + - + - + @@ -57,12 +65,12 @@

    1章/メイン/D0210_ア―サー対峙

    - + - + @@ -72,7 +80,7 @@

    1章/メイン/D0210_ア―サー対峙

    - + @@ -82,12 +90,12 @@

    1章/メイン/D0210_ア―サー対峙

    - + - + @@ -97,37 +105,37 @@

    1章/メイン/D0210_ア―サー対峙

    - + - + - + - + - + - + - + @@ -137,32 +145,32 @@

    1章/メイン/D0210_ア―サー対峙

    - + - + - + - + - + - + @@ -172,7 +180,7 @@

    1章/メイン/D0210_ア―サー対峙

    - + @@ -182,17 +190,17 @@

    1章/メイン/D0210_ア―サー対峙

    - + - + - + @@ -207,13 +215,21 @@

    1章/メイン/D0210_ア―サー対峙

    - + - + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    アーサーとの決着をつけるため
    ノワールたちはカムランの丘へ向かう
    101015003
    101015001
    【アーサー】
    誰ひとりとして継承者とキラーズに
    キズをつけることもできないとはな
    101015003
    101015001
    【アーサー】
    ランスロットとギネヴィア…
    選ばれなかったことに理由はある、か
    101015003
    101015001
    【アーサー】
    そしてガウェインも…
    しかしガウェインはわかって逝った
    101015003
    101015001
    【アーサー】
    どうしてか
    俺にも聞きたいことがあるよ
    101015003
    101015001
    【アーサー】
    どうしてお前はディナタンを選んだんだ?
    我が姉を
    101015003
    101015001
    【アーサー】
    そうだな、妖精の森が教えてくれたよ
    我が父の過ち、妖精の願い。そのすべてを
    101015003
    101015001
    【アーサー】
    ニニアンは妖精として世界を憂いていた
    だが、それ以上に母であった
    101015003
    101015001
    【アーサー】
    彼女が遺した消えぬ過ち
    それは正さなければならない
    101015003
    101015001
    【アーサー】
    正すべきはお前だけではない
    101015003
    101015001
    【アーサー】
    ユーサーは我が母イグレーヌと結婚したこと…
    ──そして俺が産まれたことを悔やんだ
    101015003
    101015001
    【アーサー】
    それによりイグレーヌは
    妖精を怨んで怨んで、死んだ
    101015003
    101015001
    【アーサー】
    ディナタン…お前だけではない
    俺という存在も伝説が産んだ過ちがひとつ
    101015003
    101015001
    【アーサー】
    バルバロイを滅するにはGS(ゲシュタルト・シフト)が不可欠であり
    GSのせいで聖遺物化や忘却を避けられない世界
    101015003
    101015001
    【アーサー】
    そのいたちごっこもまた同じく
    伝説が産んだ過ち
    101015003
    101015001
    【アーサー】
    ニニアンの…母としての心もわからないではない
    (みそぎ)を果たさんとしたことも
    101015003
    101015001
    【アーサー】
    だがこれ以上
    望まれぬ子が産まれぬためにも
    101015003
    101015001
    【アーサー】
    弾劾すべきなのだ
    101015003
    101015001
    【アーサー】
    不確かな伝説にすがり
    刹那的な平穏を求めることを
    101015003
    101015001
    【アーサー】
    忘却が罪となる世界を
    喪失を余儀なくされる歴史を
    101015003
    101015001
    【アーサー】
    GSに頼り、妖かしにほだされ
    犠牲の上に遺される記憶に価値があるのかと
    101015003
    101015001
    【アーサー】
    いちばん大切な存在に献身を強いようとする
    その選択になんの疑問も抱かないのかと
    101015003
    101015001
    【アーサー】
    そうだ、お前はなにも知らない
    なにも知らないから、美しい伝説を愛せる
    101015003
    101015001
    【アーサー】
    俺でなくてはならないんだ
    101015003
    101015001
    【アーサー】
    妖精ニニアンと交わった父ユーサーが
    俺に遺した血の(けが)れ──呪いがあればこそ
    101015003
    101015001
    【アーサー】
    その呪いが俺を蝕むその前にせめて…
    101015003
    101015001
    【アーサー】
    継承させはしない
    101015003
    101015001
    【アーサー】
    誰かの犠牲と伝承で
    成り立つ世界を
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101516.html b/docs/story/101516.html index cd8bf503b..9e4318727 100644 --- a/docs/story/101516.html +++ b/docs/story/101516.html @@ -11,13 +11,37 @@

    1章/メイン/D0210_ア―サーの思い1

    View script in lua + + + + + + + + + + + + + + + + + + + + + + + + - + @@ -27,7 +51,7 @@

    1章/メイン/D0210_ア―サーの思い1

    - + @@ -37,7 +61,7 @@

    1章/メイン/D0210_ア―サーの思い1

    - + @@ -47,12 +71,12 @@

    1章/メイン/D0210_ア―サーの思い1

    - + - + @@ -62,7 +86,7 @@

    1章/メイン/D0210_ア―サーの思い1

    - + @@ -72,12 +96,12 @@

    1章/メイン/D0210_ア―サーの思い1

    - + - + @@ -87,17 +111,17 @@

    1章/メイン/D0210_ア―サーの思い1

    - + - + - + @@ -107,7 +131,7 @@

    1章/メイン/D0210_ア―サーの思い1

    - + @@ -117,7 +141,7 @@

    1章/メイン/D0210_ア―サーの思い1

    - + @@ -127,17 +151,17 @@

    1章/メイン/D0210_ア―サーの思い1

    - + - + - + @@ -162,32 +186,32 @@

    1章/メイン/D0210_ア―サーの思い1

    - + - + - + - + - + - + @@ -212,7 +236,7 @@

    1章/メイン/D0210_ア―サーの思い1

    - + @@ -257,27 +281,27 @@

    1章/メイン/D0210_ア―サーの思い1

    - + - + - + - + - + @@ -495,5 +519,13 @@

    1章/メイン/D0210_ア―サーの思い1

    + + + + + + + +
    Load
    NoirMoveSet
    ArthurMoveSet
    MordredMoveSet
    LuciusMoveSet
    Play
    101051001
    【ルーシャス】
    ノワール!
    101015003
    101015001
    【アーサー】
    ローマの王が継承者をかばうか
    101015003
    101015001
    【アーサー】
    グッ…
    101015003
    101015001
    【アーサー】
    当然だ
    これは始まりに過ぎないのだから
    101015003
    101015001
    【アーサー】
    いや違うな、俺自身の力だ
    お前が手に出来なかったすべて
    101015003
    101015001
    【アーサー】
    お前は俺に勝てないよ
    101015003
    101015001
    【アーサー】
    あってはならない力だと思うよ
    間もなくこれも消え去る
    101015003
    101015001
    【アーサー】
    騎士たちがGS(ゲシュタルト・シフト)を果たし
    聖遺物化によって世界から(うしな)われる記憶は──
    101015003
    101015001
    【アーサー】
    キラーズの力となって消費されたのち
    その歴史上の、ある地点に滞留していた
    101015003
    101015001
    【アーサー】
    武器たちの喪われた記憶は森に集まる
    武器だった人間の記憶とは、すなわち力だ
    101015003
    101015001
    【アーサー】
    俺はあの森を焼きつくし
    その力を得た
    101015003
    101015001
    【アーサー】
    父が忌まわしい恋をしたあの森を
    101015003
    101015001
    【アーサー】
    …同感だ
    101015003
    101015001
    【アーサー】
    …!
    101015003
    101015001
    【アーサー】
    本来なら別の選択肢もあっただろうに
    ローマの王よ
    101015003
    101015001
    【ルーシャス】
    ――余は今の選択を間違っているとは
    思わぬ
    101015003
    101015001
    【ルーシャス】
    間違っているのは――
    101015003
    101015001
    【アーサー】
    次はお前か
    101015003
    101015001
    【モルドレッド】
    次?
    オレはてめえなんかにやられねえよ
    101015003
    101015001
    【モルドレッド】
    王の立場から逃げて
    それまでのすべてを捨てようとした
    101015003
    101015001
    【モルドレッド】
    守るべき民の期待も
    信じてついてきたヤツらの命も
    101015003
    101015001
    【モルドレッド】
    棄てられるほうの気持ちも考えずに
    …てめえは――オレたちを裏切った!
    101015003
    101015001
    【アーサー】
    守るべき民の期待、か…
    101015003
    101015001
    【アーサー】
    …そうかもしれないな
    101015003
    101015001
    【アーサー】
    …王とは孤独なもの、か
    結局はこうなるんだな
    101015003
    101015001
    【アーサー】
    やはりこの世界は伝説に毒され過ぎた
    ――ッ!
    101015003
    101015001
    【アーサー】
    思ったよりもふたりにつけられた傷が深いか
    101015003
    101015001
    【アーサー】
    すべてを終えてからにしようと思っていたが
    仕方がない
    101015003
    101015001
    【アーサー】
    ――あまねく過ちのみを、無に
    101015002
    【アーサー】
    そして本当に大切な想いから目を背けた
    それが――すべての過ち
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101517.html b/docs/story/101517.html index d9ff1eca2..387afbfdd 100644 --- a/docs/story/101517.html +++ b/docs/story/101517.html @@ -11,6 +11,14 @@

    1章/メイン/D0210_ア―サーの思い2

    View script in lua + + + + + + + + @@ -230,5 +238,13 @@

    1章/メイン/D0210_ア―サーの思い2

    + + + + + + + +
    Load
    Play
    【(ナレーション)】
    間違えたのは誰だった?
    101012002
    【ディナタン・アロンダイト】
    その気持ちに
    嘘はつけませんから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101518.html b/docs/story/101518.html index f4143cb36..c8e5d06dd 100644 --- a/docs/story/101518.html +++ b/docs/story/101518.html @@ -11,6 +11,14 @@

    1章/メイン/D0210_ア―サーの思い3

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/メイン/D0210_ア―サーの思い3

    + + + + + + + +
    Load
    Play
    【】
    選ぶことしかできないのか?
    【】
    すべてを…壊して……
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101519.html b/docs/story/101519.html index 3c9855bd5..02b028e3d 100644 --- a/docs/story/101519.html +++ b/docs/story/101519.html @@ -10,5 +10,25 @@

    1章/メイン/D0210_ア―サーの思い4

    学園平穏

    View script in lua -
    + + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101520.html b/docs/story/101520.html index e23333ce1..a08100590 100644 --- a/docs/story/101520.html +++ b/docs/story/101520.html @@ -11,6 +11,18 @@

    1章/メイン/D0210_ディナタンED1

    View script in lua + + + + + + + + + + + + @@ -205,5 +217,13 @@

    1章/メイン/D0210_ディナタンED1

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    やっぱりディナタンの歌はいいな
    101012002
    【ディナタン・アロンダイト】
    だとしたら、私――
    ねえ、兄さん、私、私ね…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101521.html b/docs/story/101521.html index 34db321f0..3570a5bc6 100644 --- a/docs/story/101521.html +++ b/docs/story/101521.html @@ -11,6 +11,18 @@

    1章/メイン/D0210_ディナタンED2

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/メイン/D0210_ディナタンED2

    + + + + + + + +
    template1
    Load
    Play
    【???】
    憶えたそばから
    忘れていくとしても
    【???】
    傷痕なら
    遺せるだろうか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101522.html b/docs/story/101522.html index 419d36e8f..d25458863 100644 --- a/docs/story/101522.html +++ b/docs/story/101522.html @@ -11,6 +11,18 @@

    1章/メイン/D0210_ディナタンED3

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/メイン/D0210_ディナタンED3

    + + + + + + + +
    template1
    Load
    Play
    【】
    ブリテン島 6世紀 8月
    101012001
    【ディナタン】
    ほんとうに、ありがとう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101524.html b/docs/story/101524.html index df4052719..bec28cd13 100644 --- a/docs/story/101524.html +++ b/docs/story/101524.html @@ -11,6 +11,18 @@

    1章/メイン/D0210_マルディサントED2

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/D0210_マルディサントED2

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    私、消えなくちゃ…
    101033001
    【リオネス】
    目標があると前向きになれるよな!
    ノワールも、色々手伝うんだぞ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101525.html b/docs/story/101525.html index cee2b8b54..42ce8152c 100644 --- a/docs/story/101525.html +++ b/docs/story/101525.html @@ -11,6 +11,18 @@

    1章/メイン/D0210_マルディサントED3

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/D0210_マルディサントED3

    + + + + + + + +
    template1
    Load
    Play
    101014001
    【トリスタン】
    こっちはほとんど被害はないよ
    あの光は学園だけを焼いたみたいだ
    101019001
    【イゾルデ】
    私はログレスに戻って患者を診るわ
    お前も精々頑張るのね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101526.html b/docs/story/101526.html index 3ed61f3b1..d99496b5b 100644 --- a/docs/story/101526.html +++ b/docs/story/101526.html @@ -11,6 +11,18 @@

    1章/メイン/D0210_マルディサントED4

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/D0210_マルディサントED4

    + + + + + + + +
    template1
    Load
    Play
    101039001
    【フレン】
    ルーシャスくん、一時はどうなるかと思ったけど
    なんとか一命をとりとめたみたい
    101052001
    【ヴェルナルス】
    ルーシャス様がお許しになればな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101527.html b/docs/story/101527.html index 665137f76..39bfe9503 100644 --- a/docs/story/101527.html +++ b/docs/story/101527.html @@ -11,6 +11,22 @@

    1章/メイン/D0210_マルディサントED5

    View script in lua + + + + + + + + + + + + + + + + @@ -60,5 +76,13 @@

    1章/メイン/D0210_マルディサントED5

    + + + + + + + +
    template1
    template2
    Load
    Play
    101040001
    【ケイ】
    避難はマーリンが言い出した
    胸騒ぎがすると言ってな
    101009002
    【ノワール】
    どこだ――
    どこにいるんだ、ディナタン…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101528.html b/docs/story/101528.html index 639377ac6..400eb3cfa 100644 --- a/docs/story/101528.html +++ b/docs/story/101528.html @@ -11,9 +11,29 @@

    1章/メイン/D0210_マルディサントED6

    View script in lua + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    【telop】
    兄さんとアタシ、どっちが大好きだよ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101529.html b/docs/story/101529.html index b1ffb4a55..df85fd481 100644 --- a/docs/story/101529.html +++ b/docs/story/101529.html @@ -11,6 +11,18 @@

    1章/メイン/D0210_マルディサントED7

    View script in lua + + + + + + + + + + + + @@ -125,5 +137,13 @@

    1章/メイン/D0210_マルディサントED7

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    ええっ、そんなの――
    101012001
    【ディナタン】
    これからもずっと一緒にいてね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101792.html b/docs/story/101792.html index 1034213c5..29e9dff25 100644 --- a/docs/story/101792.html +++ b/docs/story/101792.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_アーサー_通常_好み1

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/コミュ/x0401_アーサー_通常_好み1

    + + + + + + + + + @@ -66,6 +87,10 @@

    1章/コミュ/x0401_アーサー_通常_好み1

    + + + + @@ -151,6 +176,10 @@

    1章/コミュ/x0401_アーサー_通常_好み1

    + + + + @@ -190,5 +219,17 @@

    1章/コミュ/x0401_アーサー_通常_好み1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    …………
    【ノワール】
    いや、別にいいけど…
    101009002
    【(選択肢)】
    1. ここにはよく来るのか?
    2. 意外だな
    3. なにを祈ってたんだ?
    Block1_1
    101009002
    【ノワール】
    ここにはよく来るのか?
    【アーサー】
    はは。違いない
    Block1_2
    101009002
    【ノワール】
    意外だな
    神頼みをするタイプには見えなかった
    【アーサー】
    だから、忘れないさ
    大切に覚えておくよ
    Block1_3
    101009002
    【ノワール】
    そんなに熱心に、なにを祈ってたんだ?
    101009002
    【ノワール】
    そういうものか…
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101793.html b/docs/story/101793.html index 3ca622ba2..1beb13e5b 100644 --- a/docs/story/101793.html +++ b/docs/story/101793.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エクセリア_通常_好み1

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    1章/コミュ/x0401_エクセリア_通常_好み1

    + + + + + + + + + @@ -86,6 +107,10 @@

    1章/コミュ/x0401_エクセリア_通常_好み1

    + + + + @@ -131,6 +156,10 @@

    1章/コミュ/x0401_エクセリア_通常_好み1

    + + + + @@ -155,5 +184,17 @@

    1章/コミュ/x0401_エクセリア_通常_好み1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101034001
    【エクセリア】
    ノワール
    ひとつ聞いていいかしら?
    【エクセリア】
    どうしてわかったの?
    参考にしたいわ。聞かせて
    101009002
    【(選択肢)】
    1. カン
    2. 普段のキミを見ていればわかる
    3. ここで数式を解いている?
    Block1_1
    101009002
    【ノワール】
    どうしてって言われても
    カンとしか答えようがないなあ
    【ノワール】
    (一応、喜んではくれたのかな…?)
    Block1_2
    101009002
    【ノワール】
    普段からキミのことを見てるからさ
    【ノワール】
    あ、ああ…
    それは良かった…
    Block1_3
    101009002
    【ノワール】
    そんなことより
    ここで数式を解いたりしてるのか!?
    101034001
    【エクセリア】
    そう?
    わかったわ
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101794.html b/docs/story/101794.html index 7300a89e5..95d710414 100644 --- a/docs/story/101794.html +++ b/docs/story/101794.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エレイン_通常_好み1

    View script in lua + + + + + + + + + + + + @@ -66,6 +78,15 @@

    1章/コミュ/x0401_エレイン_通常_好み1

    + + + + + + + + + @@ -96,6 +117,10 @@

    1章/コミュ/x0401_エレイン_通常_好み1

    + + + + @@ -141,6 +166,10 @@

    1章/コミュ/x0401_エレイン_通常_好み1

    + + + + @@ -175,5 +204,17 @@

    1章/コミュ/x0401_エレイン_通常_好み1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101030001
    【エレイン】
    普段なら故郷に帰ってくると
    気持ちが安らぐんですけど
    【エレイン】
    先輩も、そう思いませんか?
    101009002
    【(選択肢)】
    1. 思う
    2. 思わない
    3. 俺の故郷のほうが田舎だ
    Block1_1
    101009002
    【ノワール】
    まぁ、確かに
    そう思わなくもないけど…
    【エレイン】
    えへへ…それじゃあ、私のとっておきの
    のんびりスポット、ご紹介しますね
    Block1_2
    101009002
    【ノワール】
    俺はそうは思わないけどな
    【エレイン】
    な、なんでもないです!
    無自覚なのが、いいんですから!!
    Block1_3
    101009002
    【ノワール】
    そんなことないよ
    俺の故郷のほうが田舎だと思う
    101030001
    【エレイン】
    ふふ…先輩ったら、面白いですね
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101795.html b/docs/story/101795.html index 88263f891..afe67e28e 100644 --- a/docs/story/101795.html +++ b/docs/story/101795.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガウェイン_通常_好み1

    View script in lua + + + + + + + + + + + + @@ -96,6 +108,15 @@

    1章/コミュ/x0401_ガウェイン_通常_好み1

    + + + + + + + + + @@ -136,6 +157,10 @@

    1章/コミュ/x0401_ガウェイン_通常_好み1

    + + + + @@ -176,6 +201,10 @@

    1章/コミュ/x0401_ガウェイン_通常_好み1

    + + + + @@ -215,5 +244,17 @@

    1章/コミュ/x0401_ガウェイン_通常_好み1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    あ~、腹減った~!!
    【ガウェイン】
    おっ、悪くないなそれ!
    たとえばどんなのがいいと思う?
    101009002
    【(選択肢)】
    1. 野菜
    2. パン
    Block1_1
    101009002
    【ノワール】
    肉料理はどうだ?
    【ガウェイン】
    頼んだぜ!
    Block1_2
    101009002
    【ノワール】
    野菜を使った料理…とか?
    【ノワール】
    えっ?俺も?
    (余計なこと言っちゃったか…?)
    Block1_3
    101009002
    【ノワール】
    パンを作ってみたら
    いいんじゃないか?
    101013001
    【ガウェイン】
    おう!ありがとな!
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101796.html b/docs/story/101796.html index 701402594..e5dc182ca 100644 --- a/docs/story/101796.html +++ b/docs/story/101796.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガラハッド_通常_好み1

    View script in lua + + + + + + + + + + + + @@ -66,6 +78,15 @@

    1章/コミュ/x0401_ガラハッド_通常_好み1

    + + + + + + + + + @@ -126,6 +147,10 @@

    1章/コミュ/x0401_ガラハッド_通常_好み1

    + + + + @@ -181,6 +206,10 @@

    1章/コミュ/x0401_ガラハッド_通常_好み1

    + + + + @@ -255,5 +284,17 @@

    1章/コミュ/x0401_ガラハッド_通常_好み1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101028001
    【ガラハッド】
    いつ来ても人が多いな、ここは
    【ガラハッド】
    ところで…今日はどこへ行くつもりなんだ?
    マーケットに来たなら目的があるのだろう?
    101009002
    【(選択肢)】
    1. 雑貨屋でも覗きに行かないか?
    2. 屋台で買い食いなんてどうだ?
    3. 特に考えてない
    Block1_1
    101009002
    【ノワール】
    そうだな
    雑貨屋でも覗きに行かないか?
    【ノワール】
    どういうことだ?
    Block1_2
    101009002
    【ノワール】
    屋台で買い食いなんかどうだ?
    そこのホットドッグとか美味いぞ
    【ノワール】
    (なんか、変にガラハッドの闘争心に
    火をつけてしまったみたいだ…)
    Block1_3
    101009002
    【ノワール】
    うーん…そう言われてみれば
    これといった目的は特にないな
    101009002
    【ノワール】
    それならそれでいいんじゃないか?
    なんたって息抜きなんだしさ
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101797.html b/docs/story/101797.html index a65468d16..d3041ac1f 100644 --- a/docs/story/101797.html +++ b/docs/story/101797.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガレス_通常_好み1

    View script in lua + + + + + + + + + + + + @@ -66,6 +78,15 @@

    1章/コミュ/x0401_ガレス_通常_好み1

    + + + + + + + + + @@ -111,6 +132,10 @@

    1章/コミュ/x0401_ガレス_通常_好み1

    + + + + @@ -156,6 +181,10 @@

    1章/コミュ/x0401_ガレス_通常_好み1

    + + + + @@ -185,5 +214,17 @@

    1章/コミュ/x0401_ガレス_通常_好み1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101032001
    【ガレス】
    しっ!
    ノワール、静かに!
    【ノワール】
    そうだなぁ…
    101009002
    【(選択肢)】
    1. ガレスの料理
    2. ディナタンの弁当
    3. なんでもいい
    Block1_1
    101009002
    【ノワール】
    ガレスの料理かな
    【ガレス】
    ずっとずっと元気でいてくれ、ノワール♪
    Block1_2
    101009002
    【ノワール】
    そうだなぁ…
    ディナタンの作った弁当かな
    【ノワール】
    (人生最後に食べる料理の話のはずが
    明日の昼飯の話にすり替わっている…)
    Block1_3
    101009002
    【ノワール】
    うーん…なんでもいいかなぁ
    101032001
    【ガレス】
    なるほど~
    確かに、それはそうかもしれないな♪
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101798.html b/docs/story/101798.html index 8f96b88ef..597c31ce6 100644 --- a/docs/story/101798.html +++ b/docs/story/101798.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_キッス_通常_好み1

    View script in lua + + + + + + + + + + + + @@ -101,6 +113,15 @@

    1章/コミュ/x0401_キッス_通常_好み1

    + + + + + + + + + @@ -156,6 +177,10 @@

    1章/コミュ/x0401_キッス_通常_好み1

    + + + + @@ -201,6 +226,10 @@

    1章/コミュ/x0401_キッス_通常_好み1

    + + + + @@ -240,5 +269,17 @@

    1章/コミュ/x0401_キッス_通常_好み1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101065001
    【キッス】
    さてさて、それじゃあ今日は
    【ノワール】
    キッスさんが欲しいものか…
    そうだな…
    101009002
    【(選択肢)】
    1. クッション
    2. 困った人
    3. お酒
    Block1_1
    101009002
    【ノワール】
    クッションとか…どうだ?
    【ノワール】
    ああ、もちろん
    Block1_2
    101009002
    【ノワール】
    困った人…?
    【ノワール】
    ハハ…どうも
    Block1_3
    101009002
    【ノワール】
    普段酒場にいるんだし
    お酒なんてどうだ?
    101009002
    【ノワール】
    ハ、ハイ…
    (いつの間にか俺が買う話になってる…?)
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101799.html b/docs/story/101799.html index 40c99c7f1..be03d1dcc 100644 --- a/docs/story/101799.html +++ b/docs/story/101799.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ギネヴィア_通常_好み1

    View script in lua + + + + + + + + + + + + @@ -61,6 +73,15 @@

    1章/コミュ/x0401_ギネヴィア_通常_好み1

    + + + + + + + + + @@ -101,6 +122,10 @@

    1章/コミュ/x0401_ギネヴィア_通常_好み1

    + + + + @@ -151,6 +176,10 @@

    1章/コミュ/x0401_ギネヴィア_通常_好み1

    + + + + @@ -185,5 +214,17 @@

    1章/コミュ/x0401_ギネヴィア_通常_好み1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    華やかで、活気があって…
    ロンディニウムって、いつ来ても素敵な街よね
    【ギネヴィア】
    で?
    今日はこのあとどうしようかしら?
    101009002
    【(選択肢)】
    1. 買い物に行こう
    2. 食事に行こう
    3. なにも考えてなかった
    Block1_1
    101009002
    【ノワール】
    マーケットに行ってみないか?
    ログレスでは手に入らないものがあるかも
    【ノワール】
    (今日は帰りが遅くなりそうだな…)
    Block1_2
    101009002
    【ノワール】
    この先に美味しいレストランがあるんだって
    そこに行ってみないか?
    【ギネヴィア】
    やれやれ
    わたしが教えたげるから。ついてきなさい
    Block1_3
    101009002
    【ノワール】
    実は、なにも考えてなかったんだ
    101011001
    【ギネヴィア】
    …ま、そんなところがあなたらしいけど
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101800.html b/docs/story/101800.html index 3493586e6..6a8f84bcf 100644 --- a/docs/story/101800.html +++ b/docs/story/101800.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クリスティーナ_通常_好み1

    View script in lua + + + + + + + + + + + + @@ -61,6 +73,15 @@

    1章/コミュ/x0401_クリスティーナ_通常_好み1

    + + + + + + + + + @@ -106,6 +127,10 @@

    1章/コミュ/x0401_クリスティーナ_通常_好み1

    + + + + @@ -136,6 +161,10 @@

    1章/コミュ/x0401_クリスティーナ_通常_好み1

    + + + + @@ -165,5 +194,17 @@

    1章/コミュ/x0401_クリスティーナ_通常_好み1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    やっぱり
    ここは何度来てもいいわね~
    【クリスティーナ】
    それじゃ、ノワールちゃん
    どこから回りましょうか?
    101009002
    【(選択肢)】
    1. 美肌の湯かな
    2. じゃあ蒸し風呂で
    3. ご飯にしよう
    Block1_1
    101009002
    【ノワール】
    美肌の湯、正直ちょっと興味ある
    【ノワール】
    うわあああ!?
    Block1_2
    101009002
    【ノワール】
    じゃあ、蒸し風呂で
    【クリスティーナ】
    最後に休憩がてら外気浴をするまでが1セットよ
    さあ、行ってみましょうか
    Block1_3
    101009002
    【ノワール】
    順番としては
    あんまり良くないのかもしれないけどさ
    101063001
    【クリスティーナ】
    ええ、期待していいわよ♪
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101801.html b/docs/story/101801.html index a689b8fc5..963a85e04 100644 --- a/docs/story/101801.html +++ b/docs/story/101801.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クレア_通常_好み1

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    1章/コミュ/x0401_クレア_通常_好み1

    + + + + + + + + + @@ -86,6 +107,10 @@

    1章/コミュ/x0401_クレア_通常_好み1

    + + + + @@ -116,11 +141,19 @@

    1章/コミュ/x0401_クレア_通常_好み1

    + + + + + + + + @@ -140,5 +173,13 @@

    1章/コミュ/x0401_クレア_通常_好み1

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    えっと…
    【クレア】
    ええ
    考えごとをするときなんかにね
    101009002
    【(選択肢)】
    1. 騒々しくないか?
    2. ヴォールスの手伝いも兼ねて?
    3. 俺もやってみようかな
    Block1_1
    101009002
    【ノワール】
    大工房で考えごとをしてるのか!?
    【ノワール】
    はあ…
    俺には理解しにくい世界だな…
    Block1_2
    101009002
    【ノワール】
    それは
    ヴォールスの手伝いも兼ねてるのか?
    【クレア】
    ええ、なかなか楽しいのよ
    頭の体操に丁度いいわ
    Block1_3
    101009002
    【ノワール】
    へえ、そうなのか
    俺もちょっとやってみようかな
    Block1end
    101009002
    【ノワール】
    101025001
    【クレア】
    人にもよるのかしらね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101802.html b/docs/story/101802.html index 67f4199ac..f74aeba3a 100644 --- a/docs/story/101802.html +++ b/docs/story/101802.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ディナタン_通常_好み1

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    1章/コミュ/x0401_ディナタン_通常_好み1

    + + + + + + + + + @@ -101,6 +122,10 @@

    1章/コミュ/x0401_ディナタン_通常_好み1

    + + + + @@ -131,6 +156,10 @@

    1章/コミュ/x0401_ディナタン_通常_好み1

    + + + + @@ -165,5 +194,17 @@

    1章/コミュ/x0401_ディナタン_通常_好み1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    里を離れてからしばらく経つけど
    変わらないでいてくれてホッとするな
    【ディナタン】
    …さてと!
    このあとはどうしようか?兄さん
    101009002
    【(選択肢)】
    1. お弁当を食べる
    2. 母の墓参りに行く
    3. のんびりする
    Block1_1
    101009002
    【ノワール】
    じゃあ、弁当でも食べるか
    作って来てくれたんだろう?
    【ディナタン】
    好き嫌いはダメだよ、兄さん
    トマトも食べるの!
    Block1_2
    101009002
    【ノワール】
    母さんの墓参りに行こう
    しばらく来れてなかったからな
    【ディナタン】
    それからお墓にお花を供えてあげよう
    ――母さんの好きだった、お花
    Block1_3
    101009002
    【ノワール】
    少しゆっくりしていかないか?
    木陰で昼寝でもしてさ
    101009002
    【ノワール】
    帰ろう、帰ろう。今すぐ帰ろう
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101803.html b/docs/story/101803.html index 18656998e..65329a24a 100644 --- a/docs/story/101803.html +++ b/docs/story/101803.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ティルフィング_通常_好み1

    View script in lua + + + + + + + + + + + + @@ -61,6 +73,15 @@

    1章/コミュ/x0401_ティルフィング_通常_好み1

    + + + + + + + + + @@ -106,6 +127,10 @@

    1章/コミュ/x0401_ティルフィング_通常_好み1

    + + + + @@ -151,6 +176,10 @@

    1章/コミュ/x0401_ティルフィング_通常_好み1

    + + + + @@ -195,5 +224,17 @@

    1章/コミュ/x0401_ティルフィング_通常_好み1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101001001
    【ティルフィング】
    マスター?
    なにか落ち着かない様子ですね
    【ティルフィング】
    はい
    名前だけではないですけれど
    101009002
    【(選択肢)】
    1. 感謝の気持ちなんだろうな
    2. 当時のことを教えて欲しい
    3. 退屈じゃなかった?
    Block1_1
    101009002
    【ノワール】
    キミがやってくれたことに対しての
    【ティルフィング】
    継承者の劔として
    アナタの進むべき道をともに参ります
    Block1_2
    101009002
    【ノワール】
    この場所
    当時はどんな感じだったんだ?
    【ティルフィング】
    今日は連れてきていただいて
    ありがとうございます、マスター
    Block1_3
    101009002
    【ノワール】
    ずいぶん長いあいだ
    剣としてこの地を見守っていたんだろ?
    101009002
    【ノワール】
    …それもそうか
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101804.html b/docs/story/101804.html index 47ec03e9f..89f296d5a 100644 --- a/docs/story/101804.html +++ b/docs/story/101804.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_トリスタン_通常_好み1

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    1章/コミュ/x0401_トリスタン_通常_好み1

    + + + + + + + + + @@ -121,6 +142,10 @@

    1章/コミュ/x0401_トリスタン_通常_好み1

    + + + + @@ -166,6 +191,10 @@

    1章/コミュ/x0401_トリスタン_通常_好み1

    + + + + @@ -200,5 +229,17 @@

    1章/コミュ/x0401_トリスタン_通常_好み1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101014001
    【トリスタン】
    まさかキミとこんな風に
    この海を眺めることになるなんてね
    【トリスタン】
    なんにしても、変な感じだよ
    ここをキミと今一緒に歩いてるなんて
    101009002
    【(選択肢)】
    1. まだ疑ってる?
    2. 俺も驚いてる
    3. 綺麗な場所だな
    Block1_1
    101009002
    【ノワール】
    なあ、トリスタン
    俺のこと、まだ疑ってるのか?
    【ノワール】
    あ、ありがとう…なのか?
    Block1_2
    101009002
    【ノワール】
    俺だって驚いてるよ
    【ノワール】
    (そういえば
    毒舌はいつものことなんだった…)
    Block1_3
    101009002
    【ノワール】
    綺麗な場所だな
    101009002
    【ノワール】
    面白そうだな!
    連れて行ってくれ
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101805.html b/docs/story/101805.html index cc72d0204..df0fa5564 100644 --- a/docs/story/101805.html +++ b/docs/story/101805.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_パーシヴァル_通常_好み1

    View script in lua + + + + + + + + + + + + @@ -61,6 +73,15 @@

    1章/コミュ/x0401_パーシヴァル_通常_好み1

    + + + + + + + + + @@ -126,6 +147,10 @@

    1章/コミュ/x0401_パーシヴァル_通常_好み1

    + + + + @@ -166,6 +191,10 @@

    1章/コミュ/x0401_パーシヴァル_通常_好み1

    + + + + @@ -210,5 +239,17 @@

    1章/コミュ/x0401_パーシヴァル_通常_好み1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101026001
    【パーシヴァル】
    ………
    【ノワール】
    ふーん…
    101009002
    【(選択肢)】
    1. オススメの本を教えてほしい
    2. ディンドランさん、いないな
    3. よくここで休んでるのか?
    Block1_1
    101009002
    【ノワール】
    恥ずかしながら
    俺、学園に来るまで本なんて借りたことなくてさ
    【パーシヴァル】
    庶民はつまらないことなど気にせず
    一心不乱に読めばいいんだ!さあ!さあ!
    Block1_2
    101009002
    【ノワール】
    そういえば
    ディンドランさん、いないな
    【ノワール】
    庶民とか貴族とかは関係ないと思うけどな
    Block1_3
    101009002
    【ノワール】
    よくここで休んでるのか?
    101026001
    【パーシヴァル】
    …別に。なんでもないよ
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101806.html b/docs/story/101806.html index f86ec3a4e..6a29f770a 100644 --- a/docs/story/101806.html +++ b/docs/story/101806.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ブレイズ_通常_好み1

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/コミュ/x0401_ブレイズ_通常_好み1

    + + + + + + + + + @@ -86,6 +107,10 @@

    1章/コミュ/x0401_ブレイズ_通常_好み1

    + + + + @@ -126,6 +151,10 @@

    1章/コミュ/x0401_ブレイズ_通常_好み1

    + + + + @@ -175,5 +204,17 @@

    1章/コミュ/x0401_ブレイズ_通常_好み1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101066001
    【ブレイズ】
    まさか教師を連れて酒場に来るとは…
    【ブレイズ】
    それじゃ、どんなつもりなんじゃ?
    101009002
    【(選択肢)】
    1. 他に良い店を知らないから
    2. 先生の行きつけと聞いたから
    3. 落ち着いた場所で話がしたくて
    Block1_1
    101009002
    【ノワール】
    俺、まだこの街にあまり詳しくなくてさ
    食べる場所で思いついたのがここなんだ
    【ノワール】
    あ、ああ…よろしく…?
    Block1_2
    101009002
    【ノワール】
    ここ、あんたの行きつけなんだろ
    【ノワール】
    いや、あんまりしょっぱくないやつにしてくれ…
    Block1_3
    101009002
    【ノワール】
    どこか落ち着いた場所で
    じっくり先生と話がしたかったんだよ
    101009002
    【ノワール】
    お、お手柔らかに…
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101807.html b/docs/story/101807.html index c220e8e09..f9f38643e 100644 --- a/docs/story/101807.html +++ b/docs/story/101807.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_フレン_通常_好み1

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    1章/コミュ/x0401_フレン_通常_好み1

    + + + + + + + + + @@ -81,6 +102,10 @@

    1章/コミュ/x0401_フレン_通常_好み1

    + + + + @@ -141,6 +166,10 @@

    1章/コミュ/x0401_フレン_通常_好み1

    + + + + @@ -175,5 +204,17 @@

    1章/コミュ/x0401_フレン_通常_好み1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101039001
    【フレン】
    うーん!
    やっぱりロンディニウムはいいよね!
    【ノワール】
    ちょっと大げさな気もするけど
    まあ、言われてみればそうかもな
    101009002
    【(選択肢)】
    1. 学園に戻って勉学に励まないと
    2. ここはフレンの故郷に似ている?
    3. 俺も故郷が懐かしい
    Block1_1
    101009002
    【ノワール】
    故郷に錦を飾るんだったら
    こんなところでノンビリしてられないな
    【フレン】
    もう!
    ノワールくんのイジワル!
    Block1_2
    101009002
    【ノワール】
    フレンの故郷って
    ロンディニウムに似てるのか?
    【フレン】
    今度、ローラに相談してみよっと!
    Block1_3
    101009002
    【ノワール】
    フレンの話を聞いてたら
    俺も故郷が懐かしくなってきたよ
    101009002
    【ノワール】
    機会があったら案内するよ
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101808.html b/docs/story/101808.html index 8dac79de1..645df646e 100644 --- a/docs/story/101808.html +++ b/docs/story/101808.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_マルイル_通常_好み1

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    1章/コミュ/x0401_マルイル_通常_好み1

    + + + + + + + + + @@ -81,6 +102,10 @@

    1章/コミュ/x0401_マルイル_通常_好み1

    + + + + @@ -116,6 +141,10 @@

    1章/コミュ/x0401_マルイル_通常_好み1

    + + + + @@ -170,5 +199,17 @@

    1章/コミュ/x0401_マルイル_通常_好み1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101062001
    【マルイル】
    いや~、いい湯でしたね!
    日頃の疲れが吹っ飛びます~
    【マルイル】
    さてさて…お風呂上がりといえば
    なにいっちゃいます?
    101009002
    【(選択肢)】
    1. 牛乳だな
    2. ビールだな
    3. 水だな
    Block1_1
    101009002
    【ノワール】
    やっぱり牛乳だろ
    腰に手を当ててぐいっと
    【ノワール】
    骨が丈夫になりそうだ
    …だから足腰が強いのかな
    Block1_2
    101009002
    【ノワール】
    ここはやっぱり、ビールだろ
    【ノワール】
    (マルイル、童顔だもんな…)
    Block1_3
    101009002
    【ノワール】
    水でいいんじゃないか?
    タダだし
    101009002
    【ノワール】
    …それが本音か
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101809.html b/docs/story/101809.html index 2a8551c9f..dd7992aaf 100644 --- a/docs/story/101809.html +++ b/docs/story/101809.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_モルドレッド_通常_好み1

    View script in lua + + + + + + + + + + + + @@ -81,6 +93,15 @@

    1章/コミュ/x0401_モルドレッド_通常_好み1

    + + + + + + + + + @@ -116,6 +137,10 @@

    1章/コミュ/x0401_モルドレッド_通常_好み1

    + + + + @@ -146,6 +171,10 @@

    1章/コミュ/x0401_モルドレッド_通常_好み1

    + + + + @@ -165,5 +194,17 @@

    1章/コミュ/x0401_モルドレッド_通常_好み1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101022001
    【モルドレッド】
    奢ってくれるみてえだから贅沢は言わねえがよ
    誰かを連れてくんなら、店は考えて選べよ?
    【モルドレッド】
    …静かでお堅くて
    気取ってるよりよっぽどいい
    101009002
    【(選択肢)】
    1. 俺も賑やかなほうが好き
    2. どうかしたか?
    3. 食事は静かなほうがいい
    Block1_1
    101009002
    【ノワール】
    俺も食事は賑やかなほうが好きだな
    みんなとワイワイ喋りながら食べたい
    【モルドレッド】
    …つくづく、おめでてえヤツだ
    Block1_2
    101009002
    【ノワール】
    どうかしたか?
    …俺、なんか余計なこと言っちゃったかな
    【モルドレッド】
    そんなもんで酔えるか!
    Block1_3
    101009002
    【ノワール】
    うーん
    俺は食事は少人数で静かにするのが好きだな
    101009002
    【ノワール】
    …ガレスの前で
    その発言は控えたほうがいいと思うぞ
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101810.html b/docs/story/101810.html index 47def25d5..44f369ddd 100644 --- a/docs/story/101810.html +++ b/docs/story/101810.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラシア_通常_好み1

    View script in lua + + + + + + + + + + + + @@ -66,6 +78,15 @@

    1章/コミュ/x0401_ラシア_通常_好み1

    + + + + + + + + + @@ -96,6 +117,10 @@

    1章/コミュ/x0401_ラシア_通常_好み1

    + + + + @@ -116,6 +141,10 @@

    1章/コミュ/x0401_ラシア_通常_好み1

    + + + + @@ -145,5 +174,17 @@

    1章/コミュ/x0401_ラシア_通常_好み1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101037001
    【ラシア】
    私、実はこの村に来てみたかったんです
    【ラシア】
    はい
    101009002
    【(選択肢)】
    1. 料理が得意なのか?
    2. 牛乳、飲んでみたいな
    3. そのヨーグルト、食べてみたい
    Block1_1
    101009002
    【ノワール】
    ヨーグルト以外にも
    普段から料理をしているのか?
    【ラシア】
    あっ、でも、期待はしないでくださいね!?
    趣味でやっているだけですから!
    Block1_2
    101009002
    【ノワール】
    搾りたての牛乳って美味いんだよな
    ここの牛乳も飲んでみたいな
    【ラシア】
    賛成です
    行ってみましょう
    Block1_3
    101009002
    【ノワール】
    ラシアが作ったヨーグルトかぁ
    食べてみたいな
    101037001
    【ラシア】
    ええ
    いろんなトッピングも用意しておきますね
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101811.html b/docs/story/101811.html index c12d20fae..284efac24 100644 --- a/docs/story/101811.html +++ b/docs/story/101811.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラロゥ_通常_好み1

    View script in lua + + + + + + + + + + + + @@ -81,6 +93,15 @@

    1章/コミュ/x0401_ラロゥ_通常_好み1

    + + + + + + + + + @@ -116,6 +137,10 @@

    1章/コミュ/x0401_ラロゥ_通常_好み1

    + + + + @@ -151,6 +176,10 @@

    1章/コミュ/x0401_ラロゥ_通常_好み1

    + + + + @@ -190,5 +219,17 @@

    1章/コミュ/x0401_ラロゥ_通常_好み1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101061001
    【ラロゥ】
    あれと、これと…
    あ、こっちも面白そうだな
    【ラロゥ】
    いいところだったのに
    もうサイアクだよ
    101009002
    【(選択肢)】
    1. クリスさんに報告しよう
    2. なにを読んでたんだ?
    3. 犯人探しでもするか?
    Block1_1
    101009002
    【ノワール】
    司書のクリスティーナさんに
    報告したほうがいいかもしれないな
    【ノワール】
    想像力で補えるもんなのか…?
    Block1_2
    101009002
    【ノワール】
    なにを読んでたんだ?
    【ラロゥ】
    ほんとに?絶対だからね
    嘘ついたらアンタの部屋、忍び込むから
    Block1_3
    101009002
    【ノワール】
    確かに許せないな
    犯人さがしでもするか?
    101009002
    【ノワール】
    そういうことじゃない
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101812.html b/docs/story/101812.html index 30dc447d0..505cf9bc0 100644 --- a/docs/story/101812.html +++ b/docs/story/101812.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ランスロット_通常_好み1

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    1章/コミュ/x0401_ランスロット_通常_好み1

    + + + + + + + + + @@ -101,6 +122,10 @@

    1章/コミュ/x0401_ランスロット_通常_好み1

    + + + + @@ -141,6 +166,10 @@

    1章/コミュ/x0401_ランスロット_通常_好み1

    + + + + @@ -175,5 +204,17 @@

    1章/コミュ/x0401_ランスロット_通常_好み1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    リムニーナ村…
    ここはいつ来ても落ち着くな
    【ランスロット】
    だから時折こうして
    この湖を見つめていたくなる
    101009002
    【(選択肢)】
    1. リラックスできる場所は大事だ
    2. ひとりで来たことがあるのか?
    3. 変わらないな
    Block1_1
    101009002
    【ノワール】
    リラックスできる場所をもつのは大事だよな
    気を張ってばかりいると、いつか潰れてしまう
    【ランスロット】
    そうか
    それは良かった
    Block1_2
    101009002
    【ノワール】
    ひとりでここに来たことがあるのか?
    【ランスロット】
    さっきのは冗談だ
    次からはお前も誘うことにするよ
    Block1_3
    101009002
    【ノワール】
    変わらないな、ランスロットは
    101010001
    【ランスロット】
    変わらないよ、お前も
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101813.html b/docs/story/101813.html index b670d6134..e16393bf2 100644 --- a/docs/story/101813.html +++ b/docs/story/101813.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リアム_通常_好み1

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    1章/コミュ/x0401_リアム_通常_好み1

    + + + + + + + + + @@ -101,6 +122,10 @@

    1章/コミュ/x0401_リアム_通常_好み1

    + + + + @@ -156,6 +181,10 @@

    1章/コミュ/x0401_リアム_通常_好み1

    + + + + @@ -195,5 +224,17 @@

    1章/コミュ/x0401_リアム_通常_好み1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101064001
    【リアム】
    剣の祭壇…
    いつか訪れてみたいと思っていた場所です
    【ノワール】
    そうだったのか…
    101009002
    【(選択肢)】
    1. 夢叶わず残念だ
    2. またいつでも来ればいい
    3. 先生のぶんまで祈ろう
    Block1_1
    101009002
    【ノワール】
    リアムさんの先生って人
    残念だったな
    【ノワール】
    …ああ、きっと
    Block1_2
    101009002
    【ノワール】
    ここはログレスからそんなに離れてないし
    またいつでも来ればいいじゃないか
    【リアム】
    さあ、ともに祈りを捧げて
    今日のところは帰りましょう
    Block1_3
    101009002
    【ノワール】
    今日のところは
    俺が先生の代わりに祈らせてもらっていいかな
    101064001
    【リアム】
    先生、見てくれていますか?
    今、私は………
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101814.html b/docs/story/101814.html index a48b2896d..82ad1c2fd 100644 --- a/docs/story/101814.html +++ b/docs/story/101814.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リリアーナ_通常_好み1

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    1章/コミュ/x0401_リリアーナ_通常_好み1

    + + + + + + + + + @@ -101,6 +122,10 @@

    1章/コミュ/x0401_リリアーナ_通常_好み1

    + + + + @@ -146,6 +171,10 @@

    1章/コミュ/x0401_リリアーナ_通常_好み1

    + + + + @@ -180,5 +209,17 @@

    1章/コミュ/x0401_リリアーナ_通常_好み1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101035001
    【リリアーナ】
    何度来ても素敵な音楽室ですね
    さすがはキャメロット騎士学術院!
    【ノワール】
    そうだったのか
    101009002
    【(選択肢)】
    1. 草笛を吹くコツを教えて
    2. 今度一緒に練習しようか
    3. 意外だな
    Block1_1
    101009002
    【ノワール】
    草笛か
    すごく素敵な特技じゃないか
    【リリアーナ】
    き、緊張してきちゃいました
    私、上手に教えられるでしょうか…
    Block1_2
    101009002
    【ノワール】
    実は俺も音楽に興味があってさ
    楽器なんて全然できないんだけど
    【リリアーナ】
    はい!
    楽しみにしておきますね
    Block1_3
    101009002
    【ノワール】
    ちょっと意外だな
    101035001
    【リリアーナ】
    ノワールさんがそういうなら
    今度、挑戦してみようかな…
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101828.html b/docs/story/101828.html index d8440eab7..cf8115d2f 100644 --- a/docs/story/101828.html +++ b/docs/story/101828.html @@ -11,6 +11,18 @@

    1章/メイン/D0104_PTN汎用D1月1_パターン

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/D0104_PTN汎用D1月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    ※削除
    101012001
    【ディナタン】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101829.html b/docs/story/101829.html index 033efcf4d..801283648 100644 --- a/docs/story/101829.html +++ b/docs/story/101829.html @@ -11,6 +11,18 @@

    1章/メイン/D0106_PTNキャラ会話夜特1_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/D0106_PTNキャラ会話夜特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101032001
    【ガレス】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101830.html b/docs/story/101830.html index 88e4f7811..cd2123eac 100644 --- a/docs/story/101830.html +++ b/docs/story/101830.html @@ -11,6 +11,18 @@

    1章/メイン/D0107_PTN噂話D1月1_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/D0107_PTN噂話D1月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    【真面目な男子生徒】
    ウソだよ…
    【真面目な男子生徒】
    僕、ちょっと頭を冷やしてくるよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101831.html b/docs/story/101831.html index 84154e59d..954d0f1dd 100644 --- a/docs/story/101831.html +++ b/docs/story/101831.html @@ -11,6 +11,18 @@

    1章/メイン/D0108_PTN座学授業1_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/D0108_PTN座学授業1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    では今日も
    ブリテン島の歴史について話していくとしよう
    101040001
    【ケイ】
    カレドニアにバルバロイが巣食っているのなら
    なおさらな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101832.html b/docs/story/101832.html index ca72d1e1b..3842102f7 100644 --- a/docs/story/101832.html +++ b/docs/story/101832.html @@ -11,6 +11,18 @@

    1章/メイン/D0109_PTN登校D1月1_パターン

    View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

    1章/メイン/D0109_PTN登校D1月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101033001
    【リオネス】
    ノワール、最近元気がないな
    101033001
    【リオネス】
    うん
    強いんだ、リオネスは
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101833.html b/docs/story/101833.html index add9ffb54..89bdad4e5 100644 --- a/docs/story/101833.html +++ b/docs/story/101833.html @@ -11,6 +11,18 @@

    1章/メイン/D0110_PTN昼食ルーシャス_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    1章/メイン/D0110_PTN昼食ルーシャス_パターン

    + + + + + + + + + @@ -66,6 +87,10 @@

    1章/メイン/D0110_PTN昼食ルーシャス_パターン

    + + + + @@ -81,6 +106,10 @@

    1章/メイン/D0110_PTN昼食ルーシャス_パターン

    + + + + @@ -95,5 +124,13 @@

    1章/メイン/D0110_PTN昼食ルーシャス_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ………
    【ルーシャス】
    栄光とは、困難を克服した先にあるものだ
    よく覚えておけ
    101009002
    【(選択肢)】
    1. ありがとう
    2. あとどれだけ克服すればいい?
    Block1_1
    101009002
    【ノワール】
    ひょっとして…励ましてくれたのか?
    ありがとう
    【ルーシャス】
    余はその応用として
    人の心を掌握する術も学んでいるがな
    Block1_2
    101009002
    【ノワール】
    なら、教えてくれ
    俺はあとどれだけの困難を克服すればいい?
    【ルーシャス】
    生きることは戦うことだ
    栄光を掴んだあとは新たな困難が待っている
    Block1end
    101051001
    【ルーシャス】
    ほう…
    このミネストローネだけは評価に値するな
    101009002
    【ノワール】
    振り向けばすぐそこにいるだろ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101835.html b/docs/story/101835.html index 2d8413eac..7a0968ad0 100644 --- a/docs/story/101835.html +++ b/docs/story/101835.html @@ -11,6 +11,18 @@

    1章/メイン/D0111_PTN汎用D1月1_パターン

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/D0111_PTN汎用D1月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101064001
    【リアム】
    ※削除
    101064001
    【リアム】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101836.html b/docs/story/101836.html index a09fa965b..af95b8b0e 100644 --- a/docs/story/101836.html +++ b/docs/story/101836.html @@ -11,6 +11,18 @@

    1章/メイン/D0113_PTN座学授業2_パターン

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/メイン/D0113_PTN座学授業2_パターン

    + + + + + + + + + @@ -36,6 +57,10 @@

    1章/メイン/D0113_PTN座学授業2_パターン

    + + + + @@ -51,6 +76,10 @@

    1章/メイン/D0113_PTN座学授業2_パターン

    + + + + @@ -61,6 +90,10 @@

    1章/メイン/D0113_PTN座学授業2_パターン

    + + + + @@ -110,5 +143,13 @@

    1章/メイン/D0113_PTN座学授業2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    諸君ら学園の生徒のなかには
    ログレス以外の国の出身者も多い
    【ケイ】
    ノワールよ
    ユーサー王の異名は知っているだろうな?
    101009002
    【(選択肢)】
    1. 赤き竜
    2. 英雄王
    3. 知らない
    Block1_1
    101009002
    【ノワール】
    『ブリテンの赤き竜』だ
    【ケイ】
    ユーサー王の異名は有名だからな
    知っていて当然か
    Block1_2
    101009002
    【ノワール】
    うーん…英雄王、だったか?
    【ケイ】
    正しくは
    『ブリテンの赤き竜』だ
    Block1_3
    101009002
    【ノワール】
    聞いたことがないな
    【ケイ】
    …やれやれ
    正解は『ブリテンの赤き竜』だ
    Block1end
    101040001
    【ケイ】
    その異名が表すように
    ユーサー王はとても勇敢なお方で
    101040001
    【ケイ】
    ひとえにユーサー王のご尽力の賜物である
    日々、感謝の思いを忘れることのないようにな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101837.html b/docs/story/101837.html index cf0f27a2c..24d32ff1b 100644 --- a/docs/story/101837.html +++ b/docs/story/101837.html @@ -11,6 +11,18 @@

    1章/メイン/D0116_PTN座学授業3_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/D0116_PTN座学授業3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    今、この世界はバルバロイによる
    被害に見舞われているけれど
    101063001
    【クリスティーナ】
    逆に、山のように大きな魔物もいるという話よ
    みんな、遠出をするときは気を付けてね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101838.html b/docs/story/101838.html index d8f343c42..3934ed785 100644 --- a/docs/story/101838.html +++ b/docs/story/101838.html @@ -11,6 +11,18 @@

    1章/メイン/D0117_PTN登校D1月2_パターン

    View script in lua + + + + + + + + + + + + @@ -100,5 +112,13 @@

    1章/メイン/D0117_PTN登校D1月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101023001
    【クラリス】
    あ~、ノワールくんだ
    おはようございます~
    101023001
    【クラリス】
    ふふ~、どういたしまして
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101839.html b/docs/story/101839.html index b19d48f71..97438b827 100644 --- a/docs/story/101839.html +++ b/docs/story/101839.html @@ -11,6 +11,18 @@

    1章/メイン/D0118_PTN汎用D1月2_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/D0118_PTN汎用D1月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101039001
    【フレン】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101840.html b/docs/story/101840.html index 2dac91fda..b10c21244 100644 --- a/docs/story/101840.html +++ b/docs/story/101840.html @@ -11,6 +11,18 @@

    1章/メイン/D0120_PTN座学授業4_パターン

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/メイン/D0120_PTN座学授業4_パターン

    + + + + + + + + + @@ -36,6 +57,10 @@

    1章/メイン/D0120_PTN座学授業4_パターン

    + + + + @@ -56,6 +81,10 @@

    1章/メイン/D0120_PTN座学授業4_パターン

    + + + + @@ -71,6 +100,10 @@

    1章/メイン/D0120_PTN座学授業4_パターン

    + + + + @@ -95,5 +128,13 @@

    1章/メイン/D0120_PTN座学授業4_パターン

    + + + + + + + +
    template1
    Load
    Play
    101066001
    【ブレイズ】
    『淘汰』と呼ばれる現象について
    耳にしたことはあるかの?
    【ブレイズ】
    淘汰のさいには
    空が泣き、大地が震えるという
    101009002
    【(選択肢)】
    1. 淘汰が起きるとどうなる?
    2. バルバロイが引き起こすのか?
    3. バルバロイを倒して防げばいい
    Block1_1
    101009002
    【ノワール】
    淘汰は
    世界が終わってしまう前兆なのか?
    【ブレイズ】
    うむ
    伝承ではそういわれておる
    Block1_2
    101009002
    【ノワール】
    淘汰はバルバロイが引き起こすのか?
    【ブレイズ】
    そのあたりも定かではないのじゃよ
    Block1_3
    101009002
    【ノワール】
    起きてしまう前に
    バルバロイをすべて倒すことができれば
    【ブレイズ】
    ふぉっふぉ!
    実に若者らしい意見じゃ。善哉善哉
    Block1end
    101066001
    【ブレイズ】
    淘汰の刻の訪れは世界の終わりの始まり
    …それが言い伝えじゃ
    101066001
    【ブレイズ】
    …などと
    年甲斐もなく希望を抱いてしまうのじゃよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101842.html b/docs/story/101842.html index 0e7143c74..4a0c4b938 100644 --- a/docs/story/101842.html +++ b/docs/story/101842.html @@ -11,6 +11,18 @@

    1章/メイン/D0124_PTNキャラ会話夜特2_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/D0124_PTNキャラ会話夜特2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101022001
    【モルドレッド】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101843.html b/docs/story/101843.html index e79e0d109..3979d7c99 100644 --- a/docs/story/101843.html +++ b/docs/story/101843.html @@ -11,6 +11,18 @@

    1章/メイン/D0124_PTN登校D1月3_パターン

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/メイン/D0124_PTN登校D1月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    ………
    101009002
    【ノワール】
    お、おい、マルディサント!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101844.html b/docs/story/101844.html index 91956e1ee..73eca1613 100644 --- a/docs/story/101844.html +++ b/docs/story/101844.html @@ -11,6 +11,18 @@

    1章/メイン/D0202_PTN汎用D2月1_パターン

    View script in lua + + + + + + + + + + + + @@ -115,5 +127,13 @@

    1章/メイン/D0202_PTN汎用D2月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101014001
    【トリスタン】
    ※削除
    101014001
    【トリスタン】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101845.html b/docs/story/101845.html index 155f6c2f4..cf8ca8d9f 100644 --- a/docs/story/101845.html +++ b/docs/story/101845.html @@ -11,6 +11,18 @@

    1章/メイン/D0204_PTN登校D2月1_パターン

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/D0204_PTN登校D2月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    兄さん…
    101009002
    【ノワール】
    …わかった
    ありがとう、ディナタン
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101846.html b/docs/story/101846.html index 232f18e9e..94c870fb6 100644 --- a/docs/story/101846.html +++ b/docs/story/101846.html @@ -11,6 +11,18 @@

    1章/メイン/D0204_最後の戦いに向けて

    View script in lua + + + + + + + + + + + + @@ -110,5 +122,13 @@

    1章/メイン/D0204_最後の戦いに向けて

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    準備は終わった?
    兄さん
    101012001
    【ディナタン】
    だから今はアーサー様を倒すことだけを
    考えよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101847.html b/docs/story/101847.html index cf095f6e5..6497cc4d0 100644 --- a/docs/story/101847.html +++ b/docs/story/101847.html @@ -11,6 +11,18 @@

    1章/メイン/D0902_PTN座学授業特1_パターン

    シーンID変更:PT5_01_0060

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/メイン/D0902_PTN座学授業特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ………
    101009002
    【ノワール】
    俺、頑張るから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101848.html b/docs/story/101848.html index 36133c450..0949b1e02 100644 --- a/docs/story/101848.html +++ b/docs/story/101848.html @@ -11,6 +11,18 @@

    1章/メイン/D0902_PTN登校D9月1_パターン

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/メイン/D0902_PTN登校D9月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    兄さん、おはよう!
    101012001
    【ディナタン】
    …あっと!ランス兄ちゃんを待たせちゃう
    じゃ、私はこれで行くね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101849.html b/docs/story/101849.html index 60b955ac4..84f20c05a 100644 --- a/docs/story/101849.html +++ b/docs/story/101849.html @@ -11,6 +11,18 @@

    1章/メイン/D0903_PTN噂話D9月1_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/D0903_PTN噂話D9月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    【詩的な男子生徒】
    このあいだの戦い以来
    ティルフィングさんを見てない気がするんだ
    【気取った男子生徒】
    ああ
    信じて待ってみようぜ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101851.html b/docs/story/101851.html index 166937ee0..6e16fc217 100644 --- a/docs/story/101851.html +++ b/docs/story/101851.html @@ -11,6 +11,18 @@

    1章/メイン/D0905_PTN汎用D9月1_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/D0905_PTN汎用D9月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101852.html b/docs/story/101852.html index 38a688b53..d6b7b2f0f 100644 --- a/docs/story/101852.html +++ b/docs/story/101852.html @@ -11,6 +11,18 @@

    1章/メイン/D0907_PTN汎用D9月2_パターン

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    1章/メイン/D0907_PTN汎用D9月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101039001
    【フレン】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101853.html b/docs/story/101853.html index e7fad0392..f4e93dd6f 100644 --- a/docs/story/101853.html +++ b/docs/story/101853.html @@ -11,6 +11,18 @@

    1章/メイン/D0909_PTN登校D9月2_パターン

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/D0909_PTN登校D9月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    そーいやさ、やってなかったよな
    ノワールがGS(ゲシュタルト・シフト)を果たしたお祝い
    101013001
    【ガウェイン】
    そこんとこ、しっかり覚えとけよ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101854.html b/docs/story/101854.html index 938a623c3..65b83dd12 100644 --- a/docs/story/101854.html +++ b/docs/story/101854.html @@ -11,6 +11,18 @@

    1章/メイン/D0910_PTN座学授業1_パターン

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/メイン/D0910_PTN座学授業1_パターン

    + + + + + + + + + @@ -46,6 +67,10 @@

    1章/メイン/D0910_PTN座学授業1_パターン

    + + + + @@ -66,6 +91,10 @@

    1章/メイン/D0910_PTN座学授業1_パターン

    + + + + @@ -86,6 +115,10 @@

    1章/メイン/D0910_PTN座学授業1_パターン

    + + + + @@ -100,5 +133,13 @@

    1章/メイン/D0910_PTN座学授業1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    それじゃ、地理学の授業をはじめるわよ♪
    テキストを開いて
    【クリスティーナ】
    ノワールちゃん
    なぜだと思う?
    101009002
    【(選択肢)】
    1. 風土があまり良くない
    2. 聖なる土地だから
    3. わからない
    Block1_1
    101009002
    【ノワール】
    アイルランド島は山や森が多く
    人が住むに適した場所がそれほど多くないんだ
    【クリスティーナ】
    正解
    ノワールちゃん、ずいぶんと詳しい口ぶりね
    Block1_2
    101009002
    【ノワール】
    コルベニック城は
    別名を聖杯城というんだけど
    【クリスティーナ】
    あらあら。私が説明しようと思っていたことを
    全部言われちゃったわ…
    Block1_3
    101009002
    【ノワール】
    コルベニック王国は…えーっと、そうだな…
    【クリスティーナ】
    なにか知っていそうな感じだけど…
    まあいいわ
    Block1end
    101063001
    【クリスティーナ】
    ガラハッドちゃんが
    旅のついでに立ち寄ったように
    101063001
    【クリスティーナ】
    そのあたりのお話については…
    また次回ということにしましょう♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101855.html b/docs/story/101855.html index db571bf8c..130152731 100644 --- a/docs/story/101855.html +++ b/docs/story/101855.html @@ -11,6 +11,18 @@

    1章/メイン/D0911_PTN汎用D9月3_パターン

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/D0911_PTN汎用D9月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    ※削除
    101010001
    【ランスロット】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101856.html b/docs/story/101856.html index 73ba19c45..d470932a9 100644 --- a/docs/story/101856.html +++ b/docs/story/101856.html @@ -11,6 +11,18 @@

    1章/メイン/D0912_PTN座学授業2_パターン

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/メイン/D0912_PTN座学授業2_パターン

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/メイン/D0912_PTN座学授業2_パターン

    + + + + @@ -56,6 +81,10 @@

    1章/メイン/D0912_PTN座学授業2_パターン

    + + + + @@ -71,6 +100,10 @@

    1章/メイン/D0912_PTN座学授業2_パターン

    + + + + @@ -100,5 +133,13 @@

    1章/メイン/D0912_PTN座学授業2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    今回も
    コルベニック王国についてのお話よ
    【クリスティーナ】
    ノワールちゃん
    円卓の騎士の目的ってなんだったかしら?
    101009002
    【(選択肢)】
    1. 聖杯を探す
    2. 最強を目指す
    3. わからない
    Block1_1
    101009002
    【ノワール】
    「世界平和の願いを叶える聖杯を探し求め
    その聖杯へ導く妖精を守る」だ
    【クリスティーナ】
    正解!
    すらすら言えるのね、素晴らしいわ
    Block1_2
    101009002
    【ノワール】
    最強を目指す…だったかな?
    【クリスティーナ】
    あてずっぽうで答えるのは
    あまり感心しないわね
    Block1_3
    101009002
    【ノワール】
    円卓の騎士の目的?
    えっと、なんだったかな…
    【クリスティーナ】
    「世界平和の願いを叶える聖杯を探し求め
    その聖杯へ導く妖精を守る」よ
    Block1end
    101063001
    【クリスティーナ】
    円卓の騎士の目的が
    聖杯に関係しているのだから
    101063001
    【クリスティーナ】
    円卓の騎士と銀卓騎士団が協力すれば
    きっとどんな窮地も乗り越えられるわよね♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101857.html b/docs/story/101857.html index 9d705f621..35ff29bbf 100644 --- a/docs/story/101857.html +++ b/docs/story/101857.html @@ -11,6 +11,18 @@

    1章/メイン/D0913_PTN座学授業3_パターン

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/メイン/D0913_PTN座学授業3_パターン

    + + + + + + + + + @@ -36,6 +57,10 @@

    1章/メイン/D0913_PTN座学授業3_パターン

    + + + + @@ -46,6 +71,10 @@

    1章/メイン/D0913_PTN座学授業3_パターン

    + + + + @@ -56,6 +85,10 @@

    1章/メイン/D0913_PTN座学授業3_パターン

    + + + + @@ -90,5 +123,13 @@

    1章/メイン/D0913_PTN座学授業3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    学園で生活していると
    時折聖杯の名を耳にすることがあると思うけど
    【クリスティーナ】
    誰かに意見を聞いてみようかしら
    …えーと、じゃあ、ノワールちゃん
    101009002
    【(選択肢)】
    1. 聖杯なんて存在しない
    2. すごく値打ちがあるお宝
    3. 願いを叶えてくれるお宝
    Block1_1
    101009002
    【ノワール】
    聖杯なんて
    おとぎ話に出てくるものだろう?
    【クリスティーナ】
    あら、ノワールちゃんは現実主義者なのね
    ちょっぴり意外だわ…
    Block1_2
    101009002
    【ノワール】
    すごく値打ちがあるお宝なんじゃないかな?
    ひとつで数億ゼニーくらいになるような
    【クリスティーナ】
    うん
    それはそれで夢のある話よね
    Block1_3
    101009002
    【ノワール】
    本当かどうかは定かじゃないけど
    手にした者の願いをなんでも叶えてくれるって
    【クリスティーナ】
    そうね
    そうとらえている人が多いわよね
    Block1end
    101063001
    【クリスティーナ】
    聖杯は世界に混乱が訪れたときに姿を現し
    手にした者の願いをなんでも叶える奇跡の宝物…
    101063001
    【クリスティーナ】
    …こんなことが知られたら
    アーサー王たちに怒られちゃうかしら?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101858.html b/docs/story/101858.html index 28692856d..1c249e960 100644 --- a/docs/story/101858.html +++ b/docs/story/101858.html @@ -11,6 +11,18 @@

    1章/メイン/D0914_PTN汎用D9月4_パターン

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/D0914_PTN汎用D9月4_パターン

    + + + + + + + +
    template1
    Load
    Play
    101024001
    【ヴォールス】
    ※削除
    101024001
    【ヴォールス】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101859.html b/docs/story/101859.html index 31e44e6d2..b3c2aad06 100644 --- a/docs/story/101859.html +++ b/docs/story/101859.html @@ -11,6 +11,18 @@

    1章/メイン/D0916_PTN昼食マルディサント_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/メイン/D0916_PTN昼食マルディサント_パターン

    + + + + + + + + + @@ -66,6 +87,10 @@

    1章/メイン/D0916_PTN昼食マルディサント_パターン

    + + + + @@ -86,6 +111,10 @@

    1章/メイン/D0916_PTN昼食マルディサント_パターン

    + + + + @@ -110,5 +139,13 @@

    1章/メイン/D0916_PTN昼食マルディサント_パターン

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    …チッ。なんでアタシがアンタなんかと
    ふたりきりでメシ食わなきゃいけねぇんだよ
    【ノワール】
    じゃあ…
    101009002
    【(選択肢)】
    1. (手を差し出す)
    2. (プリンを差し出す)
    Block1_1
    101009002
    【ノワール】
    はい
    【マルディサント】
    いきなり距離詰めてくんな!
    ダンドリ考えろ、ダンドリ!
    Block1_2
    101009002
    【ノワール】
    このプリン
    マルディサントにあげるよ
    【マルディサント】
    へえ、気が利くじゃん
    せっかくだし、もらっといてやるよ
    Block1end
    101017001
    【マルディサント】
    ただ食ってるだけもなんだし
    オニーサンから話題振ってくれよ
    101017001
    【マルディサント】
    なんだよ、メンドクセー!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101861.html b/docs/story/101861.html index 2872861ce..da6217e92 100644 --- a/docs/story/101861.html +++ b/docs/story/101861.html @@ -11,6 +11,18 @@

    1章/メイン/D0917_PTN噂話D9月2_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/メイン/D0917_PTN噂話D9月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    【内気な女子生徒】
    私…ランスロット先生に
    剣術の稽古つけてもらってこようかな
    【武骨な男子生徒】
    そうか。なら、稽古に行くときは俺も呼べ
    付き合ってやる
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101862.html b/docs/story/101862.html index 567883390..3b309c468 100644 --- a/docs/story/101862.html +++ b/docs/story/101862.html @@ -11,6 +11,18 @@

    1章/メイン/D0918_PTN座学授業4_パターン

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/メイン/D0918_PTN座学授業4_パターン

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/メイン/D0918_PTN座学授業4_パターン

    + + + + @@ -76,6 +101,10 @@

    1章/メイン/D0918_PTN座学授業4_パターン

    + + + + @@ -86,6 +115,10 @@

    1章/メイン/D0918_PTN座学授業4_パターン

    + + + + @@ -110,5 +143,13 @@

    1章/メイン/D0918_PTN座学授業4_パターン

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    今回の話を皆にしようかどうかは
    ずっと悩んでいたんだが…
    【ランスロット】
    周囲の人間からその存在を忘れられる
    101009002
    【(選択肢)】
    1. 避けられない運命なのか?
    2. 誰も覚えていてはくれないのか?
    3. そんなことを強要していたのか
    Block1_1
    101009002
    【ノワール】
    武器になって世界から忘れられてしまう…
    それは避けられない運命なのか?
    【ランスロット】
    そういった最期を迎えないのであれば
    他の人間と同じ一生を過ごすこともできる
    Block1_2
    101009002
    【ノワール】
    誰もキラーズのことを
    覚えていられないのか?
    【ランスロット】
    マスターと継承者は
    キラーズについての記憶を失うことはない
    Block1_3
    101009002
    【ノワール】
    そんな事実を隠して
    俺たちにGS(ゲシュタルト・シフト)への道を強要していたのか!?
    【ランスロット】
    …すまない
    そういうことになる
    Block1end
    101010001
    【ランスロット】
    キラーズとなった者には
    聖遺物化の運命が待ち受ける
    101010001
    【ランスロット】
    これはやむを得ない方法ではあるが
    バルバロイに抗う唯一の手段だ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101863.html b/docs/story/101863.html index afecb3ccc..2c97aa8f3 100644 --- a/docs/story/101863.html +++ b/docs/story/101863.html @@ -11,6 +11,18 @@

    1章/メイン/D0919_PTN座学授業5_パターン

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/メイン/D0919_PTN座学授業5_パターン

    + + + + + + + + + @@ -46,6 +67,10 @@

    1章/メイン/D0919_PTN座学授業5_パターン

    + + + + @@ -56,6 +81,10 @@

    1章/メイン/D0919_PTN座学授業5_パターン

    + + + + @@ -76,6 +105,10 @@

    1章/メイン/D0919_PTN座学授業5_パターン

    + + + + @@ -85,5 +118,13 @@

    1章/メイン/D0919_PTN座学授業5_パターン

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    GS(ゲシュタルト・シフト)を無事済ませ
    修了として認定されれば、お前たちは卒業となる
    【ランスロット】
    ノワール
    お前ならどうしたい?
    101009002
    【(選択肢)】
    1. ログレスの騎士になりたい
    2. 家族を守りたい
    3. 傭兵に戻る
    Block1_1
    101009002
    【ノワール】
    この学園でいろいろ学ばせてもらって
    騎士とはどうあるべきかを理解したつもりだ
    【ランスロット】
    なるほどな
    本当にそうなるようなら、歓迎させてもらう
    Block1_2
    101009002
    【ノワール】
    ここで学んだ知識や技術を活かして
    家族や仲間を守っていきたいな
    【ランスロット】
    お前らしい答えだ
    素晴らしいと思う
    Block1_3
    101009002
    【ノワール】
    騎士も悪くないけど…
    【ランスロット】
    そうか。少々残念ではあるが…
    それがもっともお前らしい生きかたかもしれない
    Block1end
    101010001
    【ランスロット】
    卒業後どうするかを
    俺からお前たちに強要するつもりはない
    101010001
    【ランスロット】
    皆が信念のもと、独自の道を進んでくれること
    俺にとってはそれが一番嬉しい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101864.html b/docs/story/101864.html index a568b854b..f182c679e 100644 --- a/docs/story/101864.html +++ b/docs/story/101864.html @@ -11,6 +11,18 @@

    1章/メイン/D0920_PTN登校D9月3_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/D0920_PTN登校D9月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101016001
    【ギネマウア】
    おはようございます、ノワール様
    101016001
    【ギネマウア】
    私も殿下と一緒にサポートいたします
    1日でも早く、この国に平穏をもたらしましょう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101865.html b/docs/story/101865.html index 2cef1e8d0..c701de247 100644 --- a/docs/story/101865.html +++ b/docs/story/101865.html @@ -11,6 +11,18 @@

    1章/メイン/D1017_PTN噂話D10月1_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    1章/メイン/D1017_PTN噂話D10月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    【内気な女子生徒】
    ノワールさんとディナタンさんが
    戻って来てくれて本当に良かった
    【詩的な男子生徒】
    ずっと頑張ってくれているんだからさ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101866.html b/docs/story/101866.html index 2ec5edbfd..55ff43f38 100644 --- a/docs/story/101866.html +++ b/docs/story/101866.html @@ -11,6 +11,18 @@

    1章/メイン/D1017_PTN座学授業1_パターン

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/メイン/D1017_PTN座学授業1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    それじゃ、いつものように
    地理学の授業をはじめるわよ♪
    101063001
    【クリスティーナ】
    たまには愛しい人と
    海デートに行ってみるなんてどうかしら?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101868.html b/docs/story/101868.html index c44c65b1d..b98a7d12e 100644 --- a/docs/story/101868.html +++ b/docs/story/101868.html @@ -11,6 +11,18 @@

    1章/メイン/D1020_PTN汎用D10月1_パターン

    View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

    1章/メイン/D1020_PTN汎用D10月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101017001
    【マルディサント】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101869.html b/docs/story/101869.html index aa3e85e5f..d27288173 100644 --- a/docs/story/101869.html +++ b/docs/story/101869.html @@ -11,6 +11,18 @@

    1章/メイン/D1021_PTN噂話D10月2_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/メイン/D1021_PTN噂話D10月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    【詩的な男子生徒】
    近々、学園祭が開催されるだろう?
    【詩的な男子生徒】
    なに?
    それはどういう意味だ!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101871.html b/docs/story/101871.html index 9ad263be4..7e3786eef 100644 --- a/docs/story/101871.html +++ b/docs/story/101871.html @@ -11,6 +11,18 @@

    1章/メイン/D1024_PTN登校D10月2_パターン

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/メイン/D1024_PTN登校D10月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    おはよう、ランスロット
    101010001
    【ランスロット】
    そうしてやってくれ
    ヴォールスもきっと喜ぶ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101872.html b/docs/story/101872.html index 141a0deaa..06c168244 100644 --- a/docs/story/101872.html +++ b/docs/story/101872.html @@ -11,6 +11,18 @@

    1章/メイン/D1025_PTN座学授業2_パターン

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/D1025_PTN座学授業2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    コルベニック王国とか
    コーンウォール王国とか
    101063001
    【クリスティーナ】
    ひょっとするとみんなも
    同盟国の人たちと知り合う機会があるかもね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101873.html b/docs/story/101873.html index e6aa67427..661248f3c 100644 --- a/docs/story/101873.html +++ b/docs/story/101873.html @@ -11,6 +11,18 @@

    1章/メイン/D1102_PTNキャラ会話特1_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    1章/メイン/D1102_PTNキャラ会話特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101039001
    【フレン】
    ※削除
    101039001
    【フレン】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101874.html b/docs/story/101874.html index ff7944636..4835feff1 100644 --- a/docs/story/101874.html +++ b/docs/story/101874.html @@ -11,6 +11,18 @@

    1章/メイン/D1104_PTN登校D11月1_パターン

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/D1104_PTN登校D11月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101014001
    【トリスタン】
    ノワール
    ディナタンの具合はあれからどう?
    101014001
    【トリスタン】
    いいじゃない、それで
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101875.html b/docs/story/101875.html index 77ee629d7..b0dc82727 100644 --- a/docs/story/101875.html +++ b/docs/story/101875.html @@ -11,6 +11,18 @@

    1章/メイン/D1106_PTN座学授業1_パターン

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    1章/メイン/D1106_PTN座学授業1_パターン

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/メイン/D1106_PTN座学授業1_パターン

    + + + + @@ -81,6 +106,10 @@

    1章/メイン/D1106_PTN座学授業1_パターン

    + + + + @@ -91,6 +120,10 @@

    1章/メイン/D1106_PTN座学授業1_パターン

    + + + + @@ -120,5 +153,13 @@

    1章/メイン/D1106_PTN座学授業1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    この島には人間が作ったとは思えない遺物が
    いくつか存在しているわ
    【クリスティーナ】
    これらの建造物は
    どんな経緯で作られたものなのかしらね
    101009002
    【(選択肢)】
    1. なにかを守るため?
    2. かつての戦争の道具?
    3. わからない
    Block1_1
    101009002
    【ノワール】
    誰かがなにかを
    守ったり隠したりしようとしたんじゃないか?
    【クリスティーナ】
    妖精…そうね
    そう考えると辻褄があう部分もあるわね
    Block1_2
    101009002
    【ノワール】
    遠い昔の戦争で使われた
    道具だったり武器だったりするのかな?
    【クリスティーナ】
    人々の進化の歴史は戦争の歴史である…
    たしかにその線も考えられるわね
    Block1_3
    101009002
    【ノワール】
    大昔から存在しているものなんだろ?
    だったら俺にはわからないな…
    【クリスティーナ】
    そうよね…。文献にもこれらの建造物の
    たしかな用途は記されていないわ
    Block1end
    101063001
    【クリスティーナ】
    これは私の推測でしかないのだけれど
    101063001
    【クリスティーナ】
    ロマンは時代を超えても
    色褪せないものなのだから♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101876.html b/docs/story/101876.html index 837df28c6..3d8ea0bdf 100644 --- a/docs/story/101876.html +++ b/docs/story/101876.html @@ -11,6 +11,18 @@

    1章/メイン/D1107_PTN汎用D11月1_パターン

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/メイン/D1107_PTN汎用D11月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101026001
    【パーシヴァル】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101877.html b/docs/story/101877.html index 8c46e7e14..768c28ace 100644 --- a/docs/story/101877.html +++ b/docs/story/101877.html @@ -11,6 +11,18 @@

    1章/メイン/D1111_PTN座学授業2_パターン

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    1章/メイン/D1111_PTN座学授業2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    今日の地理学の授業は
    少しロマンティックな話をしましょうか
    101063001
    【クリスティーナ】
    酷い…いえ、悲しい話よね…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101878.html b/docs/story/101878.html index e1b98747c..3417b8353 100644 --- a/docs/story/101878.html +++ b/docs/story/101878.html @@ -11,6 +11,18 @@

    1章/メイン/D1112_PTN登校D11月2_パターン

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/D1112_PTN登校D11月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101022001
    【モルドレッド】
    101022001
    【モルドレッド】
    チッ…!
    付き合いきれねえぜ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101879.html b/docs/story/101879.html index c60602807..e9bed4186 100644 --- a/docs/story/101879.html +++ b/docs/story/101879.html @@ -11,6 +11,18 @@

    1章/メイン/D1113_PTN登校D11月3_パターン

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/D1113_PTN登校D11月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101032001
    【ガレス】
    ノワール、おっはよ~♪
    101009002
    【ノワール】
    あ、ありがとう…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101881.html b/docs/story/101881.html index 8023ba89d..a25a055a9 100644 --- a/docs/story/101881.html +++ b/docs/story/101881.html @@ -11,6 +11,18 @@

    1章/メイン/D1115_PTN座学授業3_パターン

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/D1115_PTN座学授業3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    前回の授業の反響が大きかったから
    今回も妖精について話していこうかしら♪
    101063001
    【クリスティーナ】
    彼らとコンタクトをとることができれば
    妖精が姿を消した理由が聞けるかもしれないわね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101882.html b/docs/story/101882.html index 12d01416c..ca6c62fd3 100644 --- a/docs/story/101882.html +++ b/docs/story/101882.html @@ -11,6 +11,18 @@

    1章/メイン/D1116_PTN汎用D11月2_パターン

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/D1116_PTN汎用D11月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101061001
    【ラロゥ】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101884.html b/docs/story/101884.html index 7bc9c2c08..a8b7efda0 100644 --- a/docs/story/101884.html +++ b/docs/story/101884.html @@ -11,6 +11,18 @@

    1章/メイン/D1119_PTN噂話D11月1_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/D1119_PTN噂話D11月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    【真面目な男子生徒】
    それにしても
    ハロウィンのパレードには驚いたね
    【真面目な男子生徒】
    僕もそんな気がちょっぴりしてるんだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101885.html b/docs/story/101885.html index 9f3fb8233..e1a97f496 100644 --- a/docs/story/101885.html +++ b/docs/story/101885.html @@ -11,6 +11,18 @@

    1章/メイン/D1120_PTN汎用D11月3_パターン

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/D1120_PTN汎用D11月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101886.html b/docs/story/101886.html index b505a4e0f..45470f1b3 100644 --- a/docs/story/101886.html +++ b/docs/story/101886.html @@ -11,6 +11,18 @@

    1章/メイン/D1121_PTN座学授業4_パターン

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/D1121_PTN座学授業4_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    遠い昔、この島には
    不可視の壁に守られた都があったとされているわ
    101063001
    【クリスティーナ】
    それが本当だったらすごく素敵よね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101887.html b/docs/story/101887.html index 6f664afb1..56a9ac197 100644 --- a/docs/story/101887.html +++ b/docs/story/101887.html @@ -11,6 +11,18 @@

    1章/メイン/D1122_PTN登校D11月4_パターン

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/メイン/D1122_PTN登校D11月4_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    あ、イゾルデ…体調は大丈夫か?
    休みはちゃんと取れてるか?
    101009002
    【ノワール】
    ありがとう、迷惑をかける
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101888.html b/docs/story/101888.html index 9c8c70f35..adbbb6f8b 100644 --- a/docs/story/101888.html +++ b/docs/story/101888.html @@ -11,6 +11,18 @@

    1章/メイン/D1123_PTN汎用D11月4_パターン

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/D1123_PTN汎用D11月4_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101037001
    【ラシア】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101889.html b/docs/story/101889.html index ba3caad35..337214c44 100644 --- a/docs/story/101889.html +++ b/docs/story/101889.html @@ -11,6 +11,18 @@

    1章/メイン/D1125_PTN座学授業5_パターン

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/メイン/D1125_PTN座学授業5_パターン

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/メイン/D1125_PTN座学授業5_パターン

    + + + + @@ -71,6 +96,10 @@

    1章/メイン/D1125_PTN座学授業5_パターン

    + + + + @@ -86,6 +115,10 @@

    1章/メイン/D1125_PTN座学授業5_パターン

    + + + + @@ -105,5 +138,13 @@

    1章/メイン/D1125_PTN座学授業5_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    この島の東側に広がる
    果てなき森(ブロセリアンド)』と呼ばれる樹海は知ってる?
    【クリスティーナ】
    ノワールちゃん
    なんだと思う?
    101009002
    【(選択肢)】
    1. 神聖な力が満ちている
    2. 素敵な王子様が住んでいた
    3. 森に果てはある
    Block1_1
    101009002
    【ノワール】
    ロマンティックな伝承…?
    恐ろしい森の奥に神聖な地があるとか
    【クリスティーナ】
    正解!
    さすが、ノワールちゃんってばロマンティストね
    Block1_2
    101009002
    【ノワール】
    森の奥には
    素敵な王子様が住んでいる、とか?
    【クリスティーナ】
    あなた、きっと才能あるわよ!
    Block1_3
    101009002
    【ノワール】
    果てなき森と言われているけど
    実は果てがある、とか?
    【クリスティーナ】
    すごく面白い冗談だけど
    それはロマンティックではないわよね
    Block1end
    101063001
    【クリスティーナ】
    果てなき森の奥にはね
    人ならざる者が住む神聖な地があるらしいの
    101063001
    【クリスティーナ】
    みんなは真似をしないようにしてね?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101890.html b/docs/story/101890.html index d6d89e99d..877fbdffc 100644 --- a/docs/story/101890.html +++ b/docs/story/101890.html @@ -11,6 +11,18 @@

    1章/メイン/D1127_PTNキャラ会話特2_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/D1127_PTNキャラ会話特2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    おはよう、兄さん
    私の準備は済んでるよ
    101009002
    【ノワール】
    すぐに出よう
    あまり待たせちゃ悪いもんな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101891.html b/docs/story/101891.html index d0528c775..aa339dd44 100644 --- a/docs/story/101891.html +++ b/docs/story/101891.html @@ -11,6 +11,18 @@

    1章/メイン/D1203_円卓会議/決裂

    View script in lua + + + + + + + + + + + + @@ -111,6 +123,15 @@

    1章/メイン/D1203_円卓会議/決裂

    + + + + + + + + + @@ -141,6 +162,10 @@

    1章/メイン/D1203_円卓会議/決裂

    + + + + @@ -181,6 +206,10 @@

    1章/メイン/D1203_円卓会議/決裂

    + + + + @@ -300,5 +329,13 @@

    1章/メイン/D1203_円卓会議/決裂

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ランスロットたちがまだ戻ってないって?
    【トリスタン】
    …ノワール、キミはどう思う?
    ローマ皇太子が円卓会議に同席することについて
    101009002
    【(選択肢)】
    1. いてもらっていいと思う
    2. 正直言って反対だ
    Block1_1
    101009002
    【ノワール】
    俺は、いてもらっていいと思う
    今は仲間…いや、大事な戦力だ
    【モルドレッド】
    よく言うぜ
    Block1_2
    101009002
    【ノワール】
    正直に言わせてもらえば
    俺は反対だ
    【モルドレッド】
    …てめえ、やる気か?
    Block1end
    101040001
    【ケイ】
    …ン、ンンッ
    101009002
    【ノワール】
    そこに手掛かりがあるかもしれない
    ロンディニウムに行こう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101892.html b/docs/story/101892.html index 0db9799a5..80d4ad172 100644 --- a/docs/story/101892.html +++ b/docs/story/101892.html @@ -11,6 +11,18 @@

    1章/メイン/D1204_PTN登校D12月1_パターン

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/メイン/D1204_PTN登校D12月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101020001
    【マーリン】
    ノワール様
    ルーシャス皇太子の救援、お疲れ様でした
    101020001
    【マーリン】
    アーサー様と魔女たちとが目指す未来は異なる
    私はそう考えています
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101893.html b/docs/story/101893.html index 9d9e6ac03..98c4eaad6 100644 --- a/docs/story/101893.html +++ b/docs/story/101893.html @@ -11,6 +11,18 @@

    1章/メイン/D1205_PTN座学授業1_パターン

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/メイン/D1205_PTN座学授業1_パターン

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/メイン/D1205_PTN座学授業1_パターン

    + + + + @@ -61,6 +86,10 @@

    1章/メイン/D1205_PTN座学授業1_パターン

    + + + + @@ -75,5 +104,13 @@

    1章/メイン/D1205_PTN座学授業1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    この島の東部には
    たくさんの山が存在するのだけれど
    【クリスティーナ】
    ここまで聞いて登ってみたいと思った人
    手を上げて?
    101009002
    【(選択肢)】
    1. (手を上げる)
    2. (手を上げない)
    Block1_1
    101009002
    【ノワール】
    有名なパワースポットなら
    ぜひ行ってみたいな
    【クリスティーナ】
    私も素敵な王子様に出会う運をもらうために
    今度行ってみようと思っているわ♪
    Block1_2
    101009002
    【ノワール】
    いや…俺はいいかな
    【クリスティーナ】
    あら?
    ノワールちゃん、ノリが悪いわね…
    Block1end
    101063001
    【クリスティーナ】
    もしも登山しようと思っているのなら
    止めはしないけれど、準備は入念にね?
    101063001
    【クリスティーナ】
    散歩気分で行ったりなんかしたら
    遭難しちゃうこと間違いなしなんだから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101895.html b/docs/story/101895.html index 21fe771c1..6b0754227 100644 --- a/docs/story/101895.html +++ b/docs/story/101895.html @@ -11,6 +11,18 @@

    1章/メイン/D1208_PTN汎用D12月1_パターン

    View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

    1章/メイン/D1208_PTN汎用D12月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101051001
    【ルーシャス】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101896.html b/docs/story/101896.html index f2b1606d0..58ee91a5a 100644 --- a/docs/story/101896.html +++ b/docs/story/101896.html @@ -11,6 +11,18 @@

    1章/メイン/D1209_PTN登校D12月2_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/D1209_PTN登校D12月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101039001
    【フレン】
    おはよー、ノワールくん
    101009002
    【ノワール】
    (そこまで言ってないけど…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101897.html b/docs/story/101897.html index 551ccbe10..e79914cd4 100644 --- a/docs/story/101897.html +++ b/docs/story/101897.html @@ -11,6 +11,18 @@

    1章/メイン/D1210_PTN座学授業2_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/D1210_PTN座学授業2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    それでは今日は
    我々の住むブリテン島の歴史について話そう
    101040001
    【ケイ】
    …おっと、少々長くなったな
    続きはまた次回に話すとしよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101899.html b/docs/story/101899.html index 79ae50028..38d577c53 100644 --- a/docs/story/101899.html +++ b/docs/story/101899.html @@ -11,6 +11,18 @@

    1章/メイン/D1220_PTN噂話D12月1_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/メイン/D1220_PTN噂話D12月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    【明るい女子生徒】
    街では降誕祭の準備が
    進められてるって話だけど
    【詩的な男子生徒】
    そのとき盛大に歓迎してあげられるよう
    僕たちも降誕祭の準備を手伝おうじゃないか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101900.html b/docs/story/101900.html index f2b95cb26..a0ca6ef96 100644 --- a/docs/story/101900.html +++ b/docs/story/101900.html @@ -11,6 +11,18 @@

    1章/メイン/D1221_PTNキャラ会話特1_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/メイン/D1221_PTNキャラ会話特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101014001
    【トリスタン】
    おはよう
    …少し表情が明るくなったようだね
    101014001
    【トリスタン】
    すぐに出発することになるかもしれないから
    そのつもりでね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101901.html b/docs/story/101901.html index 6abf3b601..e33a1dea6 100644 --- a/docs/story/101901.html +++ b/docs/story/101901.html @@ -11,6 +11,18 @@

    1章/メイン/G0102_PTN汎用G1月1_パターン

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/G0102_PTN汎用G1月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    ノワール!
    あけましておめでとう~!
    101011001
    【ギネヴィア】
    笑顔でいましょっ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101903.html b/docs/story/101903.html index 943a2ed5d..96d8bec6e 100644 --- a/docs/story/101903.html +++ b/docs/story/101903.html @@ -11,6 +11,18 @@

    1章/メイン/G0106_PTN噂話G1月1_パターン

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/G0106_PTN噂話G1月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    【詩的な男子生徒】
    はあ。年が明けたっていうのに
    明るい話題があんまりないねェ
    【内気な女子生徒】
    うん。もうすぐ…きっともうすぐ
    戦いは終わるはずだから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101904.html b/docs/story/101904.html index 13284599e..94f972eb3 100644 --- a/docs/story/101904.html +++ b/docs/story/101904.html @@ -11,6 +11,18 @@

    1章/メイン/G0106_PTN座学授業特1_パターン

    シーンID変更:PT5_01_0062

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/メイン/G0106_PTN座学授業特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101066001
    【ブレイズ】
    お主たちのおかげで
    ワシのバルバロイ研究も進んでおってな
    101009002
    【ノワール】
    (ギネヴィア…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101906.html b/docs/story/101906.html index f823b05fa..79b53bfb9 100644 --- a/docs/story/101906.html +++ b/docs/story/101906.html @@ -11,6 +11,18 @@

    1章/メイン/G0108_PTN座学授業1_パターン

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/G0108_PTN座学授業1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    学園で生活しているのであれば
    前庭にある遺跡には訪れたことがあるだろう
    101040001
    【ケイ】
    強すぎる好奇心は身を滅ぼす…
    その言葉は忘れぬようにしたまえ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101907.html b/docs/story/101907.html index 97fd8c06d..efebdde3c 100644 --- a/docs/story/101907.html +++ b/docs/story/101907.html @@ -11,6 +11,18 @@

    1章/メイン/G0109_PTNキャラ会話夜特1_パターン

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/メイン/G0109_PTNキャラ会話夜特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101908.html b/docs/story/101908.html index 03f56fe1c..348633c4c 100644 --- a/docs/story/101908.html +++ b/docs/story/101908.html @@ -11,6 +11,18 @@

    1章/メイン/G0110_PTN昼食リリアーナ_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    1章/メイン/G0110_PTN昼食リリアーナ_パターン

    + + + + + + + + + @@ -76,6 +97,10 @@

    1章/メイン/G0110_PTN昼食リリアーナ_パターン

    + + + + @@ -91,6 +116,10 @@

    1章/メイン/G0110_PTN昼食リリアーナ_パターン

    + + + + @@ -115,5 +144,13 @@

    1章/メイン/G0110_PTN昼食リリアーナ_パターン

    + + + + + + + +
    template1
    Load
    Play
    101035001
    【リリアーナ】
    ここの食事は
    なにを食べても美味しいですね…!
    【リリアーナ】
    戦いでお役に立てないぶん
    こういったところで頑張ろうって思って
    101009002
    【(選択肢)】
    1. きっとみんな喜ぶよ
    2. 戦いでも活躍できてる
    Block1_1
    101009002
    【ノワール】
    リリアーナの野菜を使った料理が食べられるなら
    きっとみんな喜ぶよ
    【ノワール】
    ト、トマト…
    そ、そうか、それは残念だな…ハハハ…
    Block1_2
    101009002
    【ノワール】
    リリアーナは
    戦いでもじゅうぶん活躍できてると思うけどな
    【リリアーナ】
    できることで
    みなさんのお役に立っていかないと
    Block1end
    101035001
    【リリアーナ】
    ノワールさんの食事…
    野菜が少なくないですか?
    101009002
    【ノワール】
    そうか…
    気を付けるよ、ありがとう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101909.html b/docs/story/101909.html index 7e225ffe6..eea20a708 100644 --- a/docs/story/101909.html +++ b/docs/story/101909.html @@ -11,6 +11,18 @@

    1章/メイン/G0110_PTN登校G1月1_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/G0110_PTN登校G1月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101035001
    【リリアーナ】
    ノワールさん
    あけましておめでとうございます
    101009002
    【ノワール】
    …そうだな
    それもいいかもな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101910.html b/docs/story/101910.html index 6dd171b43..132be0a4f 100644 --- a/docs/story/101910.html +++ b/docs/story/101910.html @@ -11,6 +11,18 @@

    1章/メイン/G0111_PTN汎用G1月2_パターン

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/G0111_PTN汎用G1月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101015001
    【アーサー】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101911.html b/docs/story/101911.html index 2f6a5194a..c9baf5726 100644 --- a/docs/story/101911.html +++ b/docs/story/101911.html @@ -11,6 +11,18 @@

    1章/メイン/G0112_PTN汎用G1月3_パターン

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/メイン/G0112_PTN汎用G1月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101912.html b/docs/story/101912.html index 6b0eac289..e29fd0e15 100644 --- a/docs/story/101912.html +++ b/docs/story/101912.html @@ -11,6 +11,18 @@

    1章/メイン/G0113_PTN登校G1月2_パターン

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/G0113_PTN登校G1月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101030002
    【エレイン】
    先輩!
    ディナタンから忘れ物を預かってきました
    101030002
    【エレイン】
    はい
    勝ちましょう。ローマにも、バルバロイにも
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101913.html b/docs/story/101913.html index fa2a19a42..5df18b9cb 100644 --- a/docs/story/101913.html +++ b/docs/story/101913.html @@ -11,6 +11,18 @@

    1章/メイン/G0114_PTN座学授業2_パターン

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/メイン/G0114_PTN座学授業2_パターン

    + + + + + + + + + @@ -36,6 +57,10 @@

    1章/メイン/G0114_PTN座学授業2_パターン

    + + + + @@ -56,6 +81,10 @@

    1章/メイン/G0114_PTN座学授業2_パターン

    + + + + @@ -71,6 +100,10 @@

    1章/メイン/G0114_PTN座学授業2_パターン

    + + + + @@ -95,5 +128,13 @@

    1章/メイン/G0114_PTN座学授業2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101066001
    【ブレイズ】
    『淘汰』と呼ばれる現象について
    耳にしたことはあるかの?
    【ブレイズ】
    淘汰のさいには
    空が泣き、大地が震えるという
    101009002
    【(選択肢)】
    1. 淘汰が起きるとどうなる?
    2. バルバロイが引き起こすのか?
    3. バルバロイを倒して防げばいい
    Block1_1
    101009002
    【ノワール】
    淘汰は
    世界が終わってしまう前兆なのか?
    【ブレイズ】
    うむ
    伝承ではそういわれておる
    Block1_2
    101009002
    【ノワール】
    淘汰はバルバロイが引き起こすのか?
    【ブレイズ】
    そのあたりも定かではないのじゃよ
    Block1_3
    101009002
    【ノワール】
    起きてしまう前に
    バルバロイをすべて倒すことができれば
    【ブレイズ】
    ふぉっふぉ!
    実に若者らしい意見じゃ。善哉善哉
    Block1end
    101066001
    【ブレイズ】
    淘汰の刻の訪れは世界の終わりの始まり
    …それが言い伝えじゃ
    101066001
    【ブレイズ】
    …などと
    年甲斐もなく希望を抱いてしまうのじゃよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101916.html b/docs/story/101916.html index 2bf373501..85c21abf6 100644 --- a/docs/story/101916.html +++ b/docs/story/101916.html @@ -11,6 +11,18 @@

    1章/メイン/G0130_伝説サルベージ

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/G0130_伝説サルベージ

    + + + + + + + +
    template1
    Load
    Play
    101001001
    【ティルフィング】
    天命、曰く
    101009002
    【ノワール】
    このいたみ(ギネヴィア)が、武器になるから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101917.html b/docs/story/101917.html index 860064923..ed51156d4 100644 --- a/docs/story/101917.html +++ b/docs/story/101917.html @@ -11,6 +11,18 @@

    1章/メイン/G0902_PTN座学授業特1_パターン

    シーンID変更:PT5_01_0059

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/G0902_PTN座学授業特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ………
    101009002
    【ノワール】
    一緒に勉強していこう
    これからよろしくな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101918.html b/docs/story/101918.html index 93465634b..71abcf914 100644 --- a/docs/story/101918.html +++ b/docs/story/101918.html @@ -11,6 +11,18 @@

    1章/メイン/G0903_PTN座学授業1_パターン

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/メイン/G0903_PTN座学授業1_パターン

    + + + + + + + + + @@ -46,6 +67,10 @@

    1章/メイン/G0903_PTN座学授業1_パターン

    + + + + @@ -66,6 +91,10 @@

    1章/メイン/G0903_PTN座学授業1_パターン

    + + + + @@ -86,6 +115,10 @@

    1章/メイン/G0903_PTN座学授業1_パターン

    + + + + @@ -100,5 +133,13 @@

    1章/メイン/G0903_PTN座学授業1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    それじゃ、地理学の授業をはじめるわよ♪
    テキストを開いて
    【クリスティーナ】
    ノワールちゃん
    なぜだと思う?
    101009002
    【(選択肢)】
    1. 風土があまり良くない
    2. 聖なる土地だから
    3. わからない
    Block1_1
    101009002
    【ノワール】
    アイルランド島は山や森が多く
    人が住むに適した場所がそれほど多くないんだ
    【クリスティーナ】
    正解
    ノワールちゃん、ずいぶんと詳しい口ぶりね
    Block1_2
    101009002
    【ノワール】
    コルベニック城は
    別名を聖杯城というんだけど
    【クリスティーナ】
    あらあら。私が説明しようと思っていたことを
    全部言われちゃったわ…
    Block1_3
    101009002
    【ノワール】
    コルベニック王国は…えーっと、そうだな…
    【クリスティーナ】
    なにか知っていそうな感じだけど…
    まあいいわ
    Block1end
    101063001
    【クリスティーナ】
    ガラハッドちゃんが
    旅のついでに立ち寄ったように
    101063001
    【クリスティーナ】
    そのあたりのお話については…
    また次回ということにしましょう♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101919.html b/docs/story/101919.html index 8260d6e99..522c69b44 100644 --- a/docs/story/101919.html +++ b/docs/story/101919.html @@ -11,6 +11,18 @@

    1章/メイン/G0905_PTN噂話G9月1_パターン

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/G0905_PTN噂話G9月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    【気取った男子生徒】
    ロンディニウム、大変なことになっちまったな
    【気取った男子生徒】
    そっか…
    頑張ってほしいな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101920.html b/docs/story/101920.html index fca3cfb64..fb177d2a5 100644 --- a/docs/story/101920.html +++ b/docs/story/101920.html @@ -11,6 +11,18 @@

    1章/メイン/G0907_PTN汎用G9月1_パターン

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/メイン/G0907_PTN汎用G9月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ん?
    101009002
    【ノワール】
    え…行っちゃった…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101921.html b/docs/story/101921.html index 34f26d417..3294bb7c2 100644 --- a/docs/story/101921.html +++ b/docs/story/101921.html @@ -11,6 +11,18 @@

    1章/メイン/G0908_PTNキャラ会話特1_パターン

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/メイン/G0908_PTNキャラ会話特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    トリスタンにイゾルデ
    おはよう
    101009002
    【ノワール】
    (ランスロットからの呼び出しか
    夕方に居住区…忘れないようにしよう)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101922.html b/docs/story/101922.html index 396e7beb2..85152681d 100644 --- a/docs/story/101922.html +++ b/docs/story/101922.html @@ -11,6 +11,18 @@

    1章/メイン/G0909_PTN噂話G9月2_パターン

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/メイン/G0909_PTN噂話G9月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    【内気な女子生徒】
    このあいだはビックリしたよね
    ギネヴィア様とアーサー様が離縁されるだなんて
    【内気な女子生徒】
    うん…!
    私もそう思うよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101924.html b/docs/story/101924.html index de2e19b25..4c37ecb1b 100644 --- a/docs/story/101924.html +++ b/docs/story/101924.html @@ -11,6 +11,18 @@

    1章/メイン/G0911_PTN座学授業2_パターン

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/メイン/G0911_PTN座学授業2_パターン

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/メイン/G0911_PTN座学授業2_パターン

    + + + + @@ -56,6 +81,10 @@

    1章/メイン/G0911_PTN座学授業2_パターン

    + + + + @@ -71,6 +100,10 @@

    1章/メイン/G0911_PTN座学授業2_パターン

    + + + + @@ -100,5 +133,13 @@

    1章/メイン/G0911_PTN座学授業2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    今回も
    コルベニック王国についてのお話よ
    【クリスティーナ】
    ノワールちゃん
    円卓の騎士の目的ってなんだったかしら?
    101009002
    【(選択肢)】
    1. 聖杯を探す
    2. 最強を目指す
    3. わからない
    Block1_1
    101009002
    【ノワール】
    「世界平和の願いを叶える聖杯を探し求め
    その聖杯へ導く妖精を守る」だ
    【クリスティーナ】
    正解!
    すらすら言えるのね、素晴らしいわ
    Block1_2
    101009002
    【ノワール】
    最強を目指す…だったかな?
    【クリスティーナ】
    あてずっぽうで答えるのは
    あまり感心しないわね
    Block1_3
    101009002
    【ノワール】
    円卓の騎士の目的?
    えっと、なんだったかな…
    【クリスティーナ】
    「世界平和の願いを叶える聖杯を探し求め
    その聖杯へ導く妖精を守る」よ
    Block1end
    101063001
    【クリスティーナ】
    円卓の騎士の目的が
    聖杯に関係しているのだから
    101063001
    【クリスティーナ】
    円卓の騎士と銀卓騎士団が協力すれば
    きっとどんな窮地も乗り越えられるわよね♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101925.html b/docs/story/101925.html index b18c2133f..1edbd085e 100644 --- a/docs/story/101925.html +++ b/docs/story/101925.html @@ -11,6 +11,18 @@

    1章/メイン/G0913_PTN登校G9月1_パターン

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/メイン/G0913_PTN登校G9月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    おはようございます、マスター
    101011001
    【ギネヴィア】
    …ああ、そう
    そういうことね、ハイハイ、わかったわ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101926.html b/docs/story/101926.html index 8b95fe2bd..daa210bcc 100644 --- a/docs/story/101926.html +++ b/docs/story/101926.html @@ -11,6 +11,18 @@

    1章/メイン/G0914_PTN汎用G9月2_パターン

    View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

    1章/メイン/G0914_PTN汎用G9月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101031001
    【ラヴェイン】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101927.html b/docs/story/101927.html index 1fe8324ce..bd2d77117 100644 --- a/docs/story/101927.html +++ b/docs/story/101927.html @@ -11,6 +11,18 @@

    1章/メイン/G0916_PTN座学授業3_パターン

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/メイン/G0916_PTN座学授業3_パターン

    + + + + + + + + + @@ -36,6 +57,10 @@

    1章/メイン/G0916_PTN座学授業3_パターン

    + + + + @@ -46,6 +71,10 @@

    1章/メイン/G0916_PTN座学授業3_パターン

    + + + + @@ -56,6 +85,10 @@

    1章/メイン/G0916_PTN座学授業3_パターン

    + + + + @@ -90,5 +123,13 @@

    1章/メイン/G0916_PTN座学授業3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    学園で生活していると
    時折聖杯の名を耳にすることがあると思うけど
    【クリスティーナ】
    誰かに意見を聞いてみようかしら
    …えーと、じゃあ、ノワールちゃん
    101009002
    【(選択肢)】
    1. 聖杯なんて存在しない
    2. すごく値打ちがあるお宝
    3. 願いを叶えてくれるお宝
    Block1_1
    101009002
    【ノワール】
    聖杯なんて
    おとぎ話に出てくるものだろう?
    【クリスティーナ】
    あら、ノワールちゃんは現実主義者なのね
    ちょっぴり意外だわ…
    Block1_2
    101009002
    【ノワール】
    すごく値打ちがあるお宝なんじゃないかな?
    ひとつで数億ゼニーくらいになるような
    【クリスティーナ】
    うん
    それはそれで夢のある話よね
    Block1_3
    101009002
    【ノワール】
    本当かどうかは定かじゃないけど
    手にした者の願いをなんでも叶えてくれるって
    【クリスティーナ】
    そうね
    そうとらえている人が多いわよね
    Block1end
    101063001
    【クリスティーナ】
    聖杯は世界に混乱が訪れたときに姿を現し
    手にした者の願いをなんでも叶える奇跡の宝物…
    101063001
    【クリスティーナ】
    …こんなことが知られたら
    アーサー王たちに怒られちゃうかしら?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101928.html b/docs/story/101928.html index d93944d6e..f5bc2adf7 100644 --- a/docs/story/101928.html +++ b/docs/story/101928.html @@ -11,6 +11,18 @@

    1章/メイン/G0917_PTN登校G9月2_パターン

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/G0917_PTN登校G9月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101034001
    【エクセリア】
    ノワール、おはよう
    101009002
    【ノワール】
    わかった
    見かけたら、声をかけてみるようにするよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101929.html b/docs/story/101929.html index d1dd1f75f..fb75febb5 100644 --- a/docs/story/101929.html +++ b/docs/story/101929.html @@ -11,6 +11,18 @@

    1章/メイン/G0918_PTN登校G9月3_パターン

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    1章/メイン/G0918_PTN登校G9月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101035001
    【リリアーナ】
    あっ、お、おはようございます
    ノワールさん…
    101035001
    【リリアーナ】
    はい、ありがとうございます
    よろしくお願いします…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101930.html b/docs/story/101930.html index 9af9b5547..9246daa78 100644 --- a/docs/story/101930.html +++ b/docs/story/101930.html @@ -11,6 +11,18 @@

    1章/メイン/G0919_PTN座学授業4_パターン

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/メイン/G0919_PTN座学授業4_パターン

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/メイン/G0919_PTN座学授業4_パターン

    + + + + @@ -76,6 +101,10 @@

    1章/メイン/G0919_PTN座学授業4_パターン

    + + + + @@ -86,6 +115,10 @@

    1章/メイン/G0919_PTN座学授業4_パターン

    + + + + @@ -110,5 +143,13 @@

    1章/メイン/G0919_PTN座学授業4_パターン

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    今回の話を皆にしようかどうかは
    ずっと悩んでいたんだが…
    【ランスロット】
    周囲の人間からその存在を忘れられる
    101009002
    【(選択肢)】
    1. 避けられない運命なのか?
    2. 誰も覚えていてはくれないのか?
    3. そんなことを強要していたのか
    Block1_1
    101009002
    【ノワール】
    武器になって世界から忘れられてしまう…
    それは避けられない運命なのか?
    【ランスロット】
    そういった最期を迎えないのであれば
    他の人間と同じ一生を過ごすこともできる
    Block1_2
    101009002
    【ノワール】
    誰もキラーズのことを
    覚えていられないのか?
    【ランスロット】
    マスターと継承者は
    キラーズについての記憶を失うことはない
    Block1_3
    101009002
    【ノワール】
    そんな事実を隠して
    俺たちにGS(ゲシュタルト・シフト)への道を強要していたのか!?
    【ランスロット】
    …すまない
    そういうことになる
    Block1end
    101010001
    【ランスロット】
    キラーズとなった者には
    聖遺物化の運命が待ち受ける
    101010001
    【ランスロット】
    これはやむを得ない方法ではあるが
    バルバロイに抗う唯一の手段だ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101931.html b/docs/story/101931.html index e389f023f..43613d56e 100644 --- a/docs/story/101931.html +++ b/docs/story/101931.html @@ -11,6 +11,18 @@

    1章/メイン/G0920_PTN座学授業5_パターン

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/メイン/G0920_PTN座学授業5_パターン

    + + + + + + + + + @@ -46,6 +67,10 @@

    1章/メイン/G0920_PTN座学授業5_パターン

    + + + + @@ -56,6 +81,10 @@

    1章/メイン/G0920_PTN座学授業5_パターン

    + + + + @@ -76,6 +105,10 @@

    1章/メイン/G0920_PTN座学授業5_パターン

    + + + + @@ -85,5 +118,13 @@

    1章/メイン/G0920_PTN座学授業5_パターン

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    GS(ゲシュタルト・シフト)を無事済ませ
    修了として認定されれば、お前たちは卒業となる
    【ランスロット】
    ノワール
    お前ならどうしたい?
    101009002
    【(選択肢)】
    1. ログレスの騎士になりたい
    2. 家族を守りたい
    3. 傭兵に戻る
    Block1_1
    101009002
    【ノワール】
    この学園でいろいろ学ばせてもらって
    騎士とはどうあるべきかを理解したつもりだ
    【ランスロット】
    なるほどな
    本当にそうなるようなら、歓迎させてもらう
    Block1_2
    101009002
    【ノワール】
    ここで学んだ知識や技術を活かして
    家族や仲間を守っていきたいな
    【ランスロット】
    お前らしい答えだ
    素晴らしいと思う
    Block1_3
    101009002
    【ノワール】
    騎士も悪くないけど…
    【ランスロット】
    そうか。少々残念ではあるが…
    それがもっともお前らしい生きかたかもしれない
    Block1end
    101010001
    【ランスロット】
    卒業後どうするかを
    俺からお前たちに強要するつもりはない
    101010001
    【ランスロット】
    皆が信念のもと、独自の道を進んでくれること
    俺にとってはそれが一番嬉しい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101932.html b/docs/story/101932.html index 553480e3b..080717487 100644 --- a/docs/story/101932.html +++ b/docs/story/101932.html @@ -11,6 +11,18 @@

    1章/メイン/G0921_PTN汎用G9月3_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/G0921_PTN汎用G9月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101934.html b/docs/story/101934.html index cce3d49a1..1855c4ebf 100644 --- a/docs/story/101934.html +++ b/docs/story/101934.html @@ -11,6 +11,18 @@

    1章/メイン/G0928_PTN汎用G9月4_パターン

    View script in lua + + + + + + + + + + + + @@ -100,5 +112,13 @@

    1章/メイン/G0928_PTN汎用G9月4_パターン

    + + + + + + + +
    template1
    Load
    Play
    101039001
    【フレン】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101935.html b/docs/story/101935.html index c15f9cc7a..7fcac7100 100644 --- a/docs/story/101935.html +++ b/docs/story/101935.html @@ -11,6 +11,18 @@

    1章/メイン/G0930_PTNキャラ会話特1_パターン

    View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

    1章/メイン/G0930_PTNキャラ会話特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101936.html b/docs/story/101936.html index c6db85bf0..733774ce1 100644 --- a/docs/story/101936.html +++ b/docs/story/101936.html @@ -11,6 +11,18 @@

    1章/メイン/G1005_PTN汎用G10月1_パターン

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/メイン/G1005_PTN汎用G10月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101937.html b/docs/story/101937.html index 9bcf24ec8..6bdd8da36 100644 --- a/docs/story/101937.html +++ b/docs/story/101937.html @@ -11,6 +11,18 @@

    1章/メイン/G1008_PTN登校G10月1_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/G1008_PTN登校G10月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    よう、ノワール
    おはよーさん
    101013001
    【ガウェイン】
    …へっ
    あたりめーだろ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101940.html b/docs/story/101940.html index 44e4cbbc2..1cefc28b3 100644 --- a/docs/story/101940.html +++ b/docs/story/101940.html @@ -11,6 +11,18 @@

    1章/メイン/G1009_おかわりプリンセス③2

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/G1009_おかわりプリンセス③2

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    してしまったってなによ
    馬鹿にしてる
    101011001
    【ギネヴィア】
    痛くても痛くても
    我慢してるのは彼だから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101941.html b/docs/story/101941.html index 3261b7c4e..1915cc82c 100644 --- a/docs/story/101941.html +++ b/docs/story/101941.html @@ -11,6 +11,18 @@

    1章/メイン/G1009_おかわりプリンセス③3

    View script in lua + + + + + + + + + + + + @@ -76,6 +88,15 @@

    1章/メイン/G1009_おかわりプリンセス③3

    + + + + + + + + + @@ -96,6 +117,10 @@

    1章/メイン/G1009_おかわりプリンセス③3

    + + + + @@ -116,6 +141,10 @@

    1章/メイン/G1009_おかわりプリンセス③3

    + + + + @@ -136,6 +165,10 @@

    1章/メイン/G1009_おかわりプリンセス③3

    + + + + @@ -155,5 +188,13 @@

    1章/メイン/G1009_おかわりプリンセス③3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    戦わされてるんだよ、俺たち
    そうしなきゃ生きていけないから
    【エレイン】
    …先輩、あなたは──
    101009002
    【(選択肢)】
    1. エレインなら出来る
    2. 一緒に進もう
    3. ギネヴィアもいる
    Block1_1
    101009002
    【ノワール】
    エレインなら出来る
    【エレイン】
    頑張って、みます
    Block1_2
    101009002
    【ノワール】
    一緒に進もう
    まだ俺も変わってる途中だから
    【エレイン】
    それ、すごく嬉しい言葉です。なによりも
    きっと辛くても、もっと大変でも
    Block1_3
    101009002
    【ノワール】
    ギネヴィアもいる
    キミに言葉をかけてくれた彼女も
    【エレイン】
    だったら、私も
    Block1end
    101030001
    【エレイン】
    …先輩の、後輩ですよね、私
    101030001
    【エレイン】
    おかわり、いりますか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101942.html b/docs/story/101942.html index d5e41aa94..4510bd08f 100644 --- a/docs/story/101942.html +++ b/docs/story/101942.html @@ -11,6 +11,18 @@

    1章/メイン/G1010_PTN登校G10月2_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/G1010_PTN登校G10月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    アアー…あそこはああで、いややっぱ
    あの流れからこっちに…
    101009002
    【ノワール】
    まったく…仕方のないヤツだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101943.html b/docs/story/101943.html index d5357f6eb..f0ddcbf1d 100644 --- a/docs/story/101943.html +++ b/docs/story/101943.html @@ -11,6 +11,18 @@

    1章/メイン/G1011_PTN座学授業1_パターン

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/メイン/G1011_PTN座学授業1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    それじゃ、いつものように
    地理学の授業をはじめるわよ♪
    101063001
    【クリスティーナ】
    たまには愛しい人と
    海デートに行ってみるなんてどうかしら?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101944.html b/docs/story/101944.html index 1683eb4d0..e54ab8c2f 100644 --- a/docs/story/101944.html +++ b/docs/story/101944.html @@ -11,6 +11,18 @@

    1章/メイン/G1012_PTN汎用G10月2_パターン

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    1章/メイン/G1012_PTN汎用G10月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101031001
    【ラヴェイン】
    ※削除
    101031001
    【ラヴェイン】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101945.html b/docs/story/101945.html index 6171c9e09..a4a8c8484 100644 --- a/docs/story/101945.html +++ b/docs/story/101945.html @@ -11,6 +11,18 @@

    1章/メイン/G1019_PTNキャラ会話特1_パターン

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/メイン/G1019_PTNキャラ会話特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101014001
    【トリスタン】
    やあ、おかえり
    101009002
    【ノワール】
    円卓の間だな?
    わかった、すぐに行くよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101946.html b/docs/story/101946.html index acc3ece66..89dfc47cb 100644 --- a/docs/story/101946.html +++ b/docs/story/101946.html @@ -11,6 +11,18 @@

    1章/メイン/G1022_PTN噂話G10月1_パターン

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/G1022_PTN噂話G10月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    【武骨な男子生徒】
    まったく…
    今は学園祭などと浮かれている状況なのか?
    【詩的な男子生徒】
    学園祭にでも参加してさ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101948.html b/docs/story/101948.html index 91378d519..528a66ae9 100644 --- a/docs/story/101948.html +++ b/docs/story/101948.html @@ -11,6 +11,18 @@

    1章/メイン/G1026_PTNキャラ会話特2_パターン

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/G1026_PTNキャラ会話特2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    (おせ)え!
    101009002
    【ノワール】
    ハ、ハイ…
    (さすが当日。いつもにも増して怖い…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101949.html b/docs/story/101949.html index 9daf476ef..79e43cdd9 100644 --- a/docs/story/101949.html +++ b/docs/story/101949.html @@ -11,6 +11,18 @@

    1章/メイン/G1028_PTN座学授業2_パターン

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/G1028_PTN座学授業2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    コルベニック王国とか
    コーンウォール王国とか
    101063001
    【クリスティーナ】
    ひょっとするとみんなも
    同盟国の人たちと知り合う機会があるかもね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101950.html b/docs/story/101950.html index fd56c7f8d..a08fb5526 100644 --- a/docs/story/101950.html +++ b/docs/story/101950.html @@ -11,6 +11,18 @@

    1章/メイン/G1029_PTN昼食ギネマウア_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/メイン/G1029_PTN昼食ギネマウア_パターン

    + + + + + + + + + @@ -66,6 +87,10 @@

    1章/メイン/G1029_PTN昼食ギネマウア_パターン

    + + + + @@ -101,6 +126,10 @@

    1章/メイン/G1029_PTN昼食ギネマウア_パターン

    + + + + @@ -115,5 +144,13 @@

    1章/メイン/G1029_PTN昼食ギネマウア_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ギネマウアさん
    今日はギネヴィアと一緒じゃないんですね
    【ギネマウア】
    ただ、あの子とあなたがGS(ゲシュタルト・シフト)したあとから
    私はあなたの存在を感じることがありますよ
    101009002
    【(選択肢)】
    1. 恥ずかしい
    2. 嬉しい
    Block1_1
    101009002
    【ノワール】
    それはなんだか恥ずかしいな…
    【ギネマウア】
    まだ、なにも申し上げておりませんが…
    Block1_2
    101009002
    【ノワール】
    嬉しいな
    【ギネマウア】
    もちろん
    信頼しておりますよ
    Block1end
    101016001
    【ギネマウア】
    そうだ
    たまにはあの子も食事に誘ってあげてくださいね
    101009002
    【ノワール】
    わかりました
    見かけたら、声をかけるようにします
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101951.html b/docs/story/101951.html index d630cc954..32a0e7207 100644 --- a/docs/story/101951.html +++ b/docs/story/101951.html @@ -11,6 +11,18 @@

    1章/メイン/G1029_PTN汎用G10月3_パターン

    View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

    1章/メイン/G1029_PTN汎用G10月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    ※削除
    101013001
    【ガウェイン】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101952.html b/docs/story/101952.html index df5c86ce0..4ec7e96ae 100644 --- a/docs/story/101952.html +++ b/docs/story/101952.html @@ -11,6 +11,18 @@

    1章/メイン/G1030_PTN座学授業3_パターン

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    1章/メイン/G1030_PTN座学授業3_パターン

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/メイン/G1030_PTN座学授業3_パターン

    + + + + @@ -81,6 +106,10 @@

    1章/メイン/G1030_PTN座学授業3_パターン

    + + + + @@ -91,6 +120,10 @@

    1章/メイン/G1030_PTN座学授業3_パターン

    + + + + @@ -120,5 +153,13 @@

    1章/メイン/G1030_PTN座学授業3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    この島には人間が作ったとは思えない遺物が
    いくつか存在しているわ
    【クリスティーナ】
    これらの建造物は
    どんな経緯で作られたものなのかしらね
    101009002
    【(選択肢)】
    1. なにかを守るため?
    2. かつての戦争の道具?
    3. わからない
    Block1_1
    101009002
    【ノワール】
    誰かがなにかを
    守ったり隠したりしようとしたんじゃないか?
    【クリスティーナ】
    妖精…そうね
    そう考えると辻褄があう部分もあるわね
    Block1_2
    101009002
    【ノワール】
    遠い昔の戦争で使われた
    道具だったり武器だったりするのかな?
    【クリスティーナ】
    人々の進化の歴史は戦争の歴史である…
    たしかにその線も考えられるわね
    Block1_3
    101009002
    【ノワール】
    大昔から存在しているものなんだろ?
    だったら俺にはわからないな…
    【クリスティーナ】
    そうよね…。文献にもこれらの建造物の
    たしかな用途は記されていないわ
    Block1end
    101063001
    【クリスティーナ】
    これは私の推測でしかないのだけれど
    101063001
    【クリスティーナ】
    ロマンは時代を超えても
    色褪せないものなのだから♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101953.html b/docs/story/101953.html index 23e121bf3..1b25b820b 100644 --- a/docs/story/101953.html +++ b/docs/story/101953.html @@ -11,6 +11,18 @@

    1章/メイン/G1031_PTN座学授業特1_パターン

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/メイン/G1031_PTN座学授業特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101066001
    【ブレイズ】
    ………では
    今日の授業はここまでにするかの
    101066001
    【ブレイズ】
    ゆっくり体を休めるようにの
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101954.html b/docs/story/101954.html index 7a8876e7a..a43a88bea 100644 --- a/docs/story/101954.html +++ b/docs/story/101954.html @@ -11,6 +11,18 @@

    1章/メイン/G1101_PTNキャラ会話特1_パターン

    View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

    1章/メイン/G1101_PTNキャラ会話特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101955.html b/docs/story/101955.html index 0bd0b8225..0be15fb89 100644 --- a/docs/story/101955.html +++ b/docs/story/101955.html @@ -11,6 +11,18 @@

    1章/メイン/G1102_PTN汎用G11月1_パターン

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    1章/メイン/G1102_PTN汎用G11月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101956.html b/docs/story/101956.html index 107dcd31e..69a0cc8b4 100644 --- a/docs/story/101956.html +++ b/docs/story/101956.html @@ -11,6 +11,18 @@

    1章/メイン/G1105_PTN登校G11月1_パターン

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/G1105_PTN登校G11月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    おはよう、ノワール
    学園祭、無事に終わってよかったわね
    101011001
    【ギネヴィア】
    これからも
    もっともっと作っていこうね!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101958.html b/docs/story/101958.html index 86b2ef0ac..f500e7e6d 100644 --- a/docs/story/101958.html +++ b/docs/story/101958.html @@ -11,6 +11,18 @@

    1章/メイン/G1108_PTN座学授業1_パターン

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    1章/メイン/G1108_PTN座学授業1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    今日の地理学の授業は
    少しロマンティックな話をしましょうか
    101063001
    【クリスティーナ】
    酷い…いえ、悲しい話よね…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101959.html b/docs/story/101959.html index 3315b9427..f9f36603a 100644 --- a/docs/story/101959.html +++ b/docs/story/101959.html @@ -11,6 +11,18 @@

    1章/メイン/G1109_PTN汎用G11月2_パターン

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/G1109_PTN汎用G11月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101960.html b/docs/story/101960.html index ed1b24425..3c56c1905 100644 --- a/docs/story/101960.html +++ b/docs/story/101960.html @@ -11,6 +11,18 @@

    1章/メイン/G1111_PTN登校G11月2_パターン

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/メイン/G1111_PTN登校G11月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101014001
    【トリスタン】
    ノワール
    登山の準備はちゃんと進めてる?
    101014001
    【トリスタン】
    それだけだよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101961.html b/docs/story/101961.html index 22b1a9211..e4cf319dd 100644 --- a/docs/story/101961.html +++ b/docs/story/101961.html @@ -11,6 +11,18 @@

    1章/メイン/G1114_PTN座学授業2_パターン

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/G1114_PTN座学授業2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    前回の授業の反響が大きかったから
    今回も妖精について話していこうかしら♪
    101063001
    【クリスティーナ】
    彼らとコンタクトをとることができれば
    妖精が姿を消した理由が聞けるかもしれないわね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101962.html b/docs/story/101962.html index 736432db2..db3a1055a 100644 --- a/docs/story/101962.html +++ b/docs/story/101962.html @@ -11,6 +11,18 @@

    1章/メイン/G1115_PTN座学授業3_パターン

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/G1115_PTN座学授業3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    遠い昔、この島には
    不可視の壁に守られた都があったとされているわ
    101063001
    【クリスティーナ】
    それが本当だったらすごく素敵よね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101963.html b/docs/story/101963.html index dfa2dd97f..8c1f4c0cf 100644 --- a/docs/story/101963.html +++ b/docs/story/101963.html @@ -11,6 +11,18 @@

    1章/メイン/G1116_PTN汎用G11月3_パターン

    View script in lua + + + + + + + + + + + + @@ -105,5 +117,13 @@

    1章/メイン/G1116_PTN汎用G11月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    ※削除
    101017001
    【マルディサント】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101964.html b/docs/story/101964.html index b3dfa62f1..35ba43d5e 100644 --- a/docs/story/101964.html +++ b/docs/story/101964.html @@ -11,6 +11,18 @@

    1章/メイン/G1119_PTN登校G11月3_パターン

    View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

    1章/メイン/G1119_PTN登校G11月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101016001
    【ギネマウア】
    ノワール様、おはようございます
    101009002
    【ノワール】
    えっ?
    それはどういう…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101966.html b/docs/story/101966.html index c37db16bd..8afce9000 100644 --- a/docs/story/101966.html +++ b/docs/story/101966.html @@ -11,6 +11,18 @@

    1章/メイン/G1121_PTN座学授業4_パターン

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/メイン/G1121_PTN座学授業4_パターン

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/メイン/G1121_PTN座学授業4_パターン

    + + + + @@ -71,6 +96,10 @@

    1章/メイン/G1121_PTN座学授業4_パターン

    + + + + @@ -86,6 +115,10 @@

    1章/メイン/G1121_PTN座学授業4_パターン

    + + + + @@ -105,5 +138,13 @@

    1章/メイン/G1121_PTN座学授業4_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    この島の東側に広がる
    果てなき森(ブロセリアンド)』と呼ばれる樹海は知ってる?
    【クリスティーナ】
    ノワールちゃん
    なんだと思う?
    101009002
    【(選択肢)】
    1. 神聖な力が満ちている
    2. 素敵な王子様が住んでいた
    3. 森に果てはある
    Block1_1
    101009002
    【ノワール】
    ロマンティックな伝承…?
    恐ろしい森の奥に神聖な地があるとか
    【クリスティーナ】
    正解!
    さすが、ノワールちゃんってばロマンティストね
    Block1_2
    101009002
    【ノワール】
    森の奥には
    素敵な王子様が住んでいる、とか?
    【クリスティーナ】
    あなた、きっと才能あるわよ!
    Block1_3
    101009002
    【ノワール】
    果てなき森と言われているけど
    実は果てがある、とか?
    【クリスティーナ】
    すごく面白い冗談だけど
    それはロマンティックではないわよね
    Block1end
    101063001
    【クリスティーナ】
    果てなき森の奥にはね
    人ならざる者が住む神聖な地があるらしいの
    101063001
    【クリスティーナ】
    みんなは真似をしないようにしてね?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101967.html b/docs/story/101967.html index fbe981e22..b74c741cf 100644 --- a/docs/story/101967.html +++ b/docs/story/101967.html @@ -11,6 +11,18 @@

    1章/メイン/G1122_PTN座学授業5_パターン

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/メイン/G1122_PTN座学授業5_パターン

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/メイン/G1122_PTN座学授業5_パターン

    + + + + @@ -61,6 +86,10 @@

    1章/メイン/G1122_PTN座学授業5_パターン

    + + + + @@ -75,5 +104,13 @@

    1章/メイン/G1122_PTN座学授業5_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    この島の東部には
    たくさんの山が存在するのだけれど
    【クリスティーナ】
    ここまで聞いて登ってみたいと思った人
    手を上げて?
    101009002
    【(選択肢)】
    1. (手を上げる)
    2. (手を上げない)
    Block1_1
    101009002
    【ノワール】
    有名なパワースポットなら
    ぜひ行ってみたいな
    【クリスティーナ】
    私も素敵な王子様に出会う運をもらうために
    今度行ってみようと思っているわ♪
    Block1_2
    101009002
    【ノワール】
    いや…俺はいいかな
    【クリスティーナ】
    あら?
    ノワールちゃん、ノリが悪いわね…
    Block1end
    101063001
    【クリスティーナ】
    もしも登山しようと思っているのなら
    止めはしないけれど、準備は入念にね?
    101063001
    【クリスティーナ】
    散歩気分で行ったりなんかしたら
    遭難しちゃうこと間違いなしなんだから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101968.html b/docs/story/101968.html index b09def758..97002770d 100644 --- a/docs/story/101968.html +++ b/docs/story/101968.html @@ -11,6 +11,18 @@

    1章/メイン/G1123_PTNキャラ会話特2_パターン

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    1章/メイン/G1123_PTNキャラ会話特2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101030001
    【エレイン】
    ※削除
    101030001
    【エレイン】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101970.html b/docs/story/101970.html index bf2feb7cc..e86e2f518 100644 --- a/docs/story/101970.html +++ b/docs/story/101970.html @@ -11,6 +11,18 @@

    1章/メイン/G1203_PTN座学授業特1_パターン

    シーンID変更:PT5_01_0061

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/メイン/G1203_PTN座学授業特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ………
    101009002
    【ノワール】
    ガラハッド…
    元気になってくれるといいけど…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101972.html b/docs/story/101972.html index 7e935882a..b9bbf72c9 100644 --- a/docs/story/101972.html +++ b/docs/story/101972.html @@ -11,6 +11,18 @@

    1章/メイン/G1204_キャメリアード電撃戦0

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/G1204_キャメリアード電撃戦0

    + + + + + + + +
    template1
    Load
    Play
    101052001
    【ヴェルナルス】
    逃げ場はない
    101052001
    【ヴェルナルス】
    その(あかつき)には──
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101973.html b/docs/story/101973.html index f93df20fb..ede283c42 100644 --- a/docs/story/101973.html +++ b/docs/story/101973.html @@ -11,6 +11,18 @@

    1章/メイン/G1205_PTN登校G12月1_パターン

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/G1205_PTN登校G12月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101018001
    【ラグネル】
    おはよう、ノワール!
    ああ~、寒いー!
    101009002
    【ノワール】
    どういたしまして
    出来上がるのを楽しみにしてるよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101974.html b/docs/story/101974.html index 9a8705827..06c7cec47 100644 --- a/docs/story/101974.html +++ b/docs/story/101974.html @@ -11,6 +11,18 @@

    1章/メイン/G1206_PTN座学授業1_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/G1206_PTN座学授業1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    それでは今日は
    我々の住むブリテン島の歴史について話そう
    101040001
    【ケイ】
    …おっと、少々長くなったな
    続きはまた次回に話すとしよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101975.html b/docs/story/101975.html index 1a591c12e..b6357308f 100644 --- a/docs/story/101975.html +++ b/docs/story/101975.html @@ -11,6 +11,18 @@

    1章/メイン/G1207_PTN汎用G12月1_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/G1207_PTN汎用G12月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    ※削除
    101013001
    【ガウェイン】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101976.html b/docs/story/101976.html index 506ce7528..2dfb49df5 100644 --- a/docs/story/101976.html +++ b/docs/story/101976.html @@ -11,11 +11,32 @@

    1章/メイン/G1209_キャメリアード電撃戦①

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -31,6 +52,10 @@

    1章/メイン/G1209_キャメリアード電撃戦①

    + + + + @@ -46,6 +71,10 @@

    1章/メイン/G1209_キャメリアード電撃戦①

    + + + + @@ -61,6 +90,10 @@

    1章/メイン/G1209_キャメリアード電撃戦①

    + + + + @@ -141,6 +174,15 @@

    1章/メイン/G1209_キャメリアード電撃戦①

    + + + + + + + + + @@ -166,6 +208,10 @@

    1章/メイン/G1209_キャメリアード電撃戦①

    + + + + @@ -186,6 +232,10 @@

    1章/メイン/G1209_キャメリアード電撃戦①

    + + + + @@ -201,6 +251,10 @@

    1章/メイン/G1209_キャメリアード電撃戦①

    + + + + @@ -250,5 +304,13 @@

    1章/メイン/G1209_キャメリアード電撃戦①

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    あのときみたいね
    101009002
    【(選択肢)】
    1. あのとき?
    2. ギネヴィアを誘拐したとき?
    3. エレインとのロンディニウム戦?
    Block1_1
    101009002
    【ノワール】
    あのとき?
    【ノワール】
    ギネヴィア…?
    Block1_2
    101009002
    【ノワール】
    ギネヴィアを誘拐したとき?
    【ギネヴィア】
    いっぱい辛かったけどね
    すっごく頼もしかったんだよ
    Block1_3
    101009002
    【ノワール】
    エレインとロンディニウムを攻めたとき?
    【ギネヴィア】
    …お話、したいね
    Block1end
    101013001
    【ガウェイン】
    あのときみたいだな、ノワール!
    【トリスタン】
    勝ってよね。あのときみたいに
    101009002
    【(選択肢)】
    1. 俺もギネヴィアも強くなった
    2. ガウェインたちにかかってる
    3. 負けられないな、学園のためにも
    Block2_1
    101009002
    【ノワール】
    俺もギネヴィアも強くなった
    それもあのときとは違う
    【ギネヴィア】
    わたしはアロンダイト
    もう…負けらんない
    Block2_2
    101009002
    【ノワール】
    ガウェインとラグネルにかかってる
    【ガウェイン】
    それが一番難しい問題だけど
    それっきゃねーよな…!
    Block2_3
    101009002
    【ノワール】
    負けられないな、学園のためにも
    【マーリン】
    どうか…ご無事で
    Block2end
    101015001
    【アーサー】
    あのときのように
    ギネヴィアのエスコートを頼もうか!
    101013001
    【ガウェイン】
    飲み込めねーな、まだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101977.html b/docs/story/101977.html index fab04671b..59b86aba9 100644 --- a/docs/story/101977.html +++ b/docs/story/101977.html @@ -11,6 +11,22 @@

    1章/メイン/G1209_キャメリアード電撃戦②1

    View script in lua + + + + + + + + + + + + + + + + @@ -125,5 +141,13 @@

    1章/メイン/G1209_キャメリアード電撃戦②1

    + + + + + + + +
    template1
    template2
    Load
    Play
    101037001
    【ラシア】
    ローマの片田舎で
    乳絞りばかり得意で
    101011001
    【ギネヴィア】
    ただいま
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101978.html b/docs/story/101978.html index e69b53ea9..5da8d8e8f 100644 --- a/docs/story/101978.html +++ b/docs/story/101978.html @@ -11,6 +11,14 @@

    1章/メイン/G1209_キャメリアード電撃戦②2

    View script in lua + + + + + + + + @@ -70,5 +78,13 @@

    1章/メイン/G1209_キャメリアード電撃戦②2

    + + + + + + + +
    Load
    Play
    【イゾルデ・フェイルノート】
    勝てると思う?
    101019002
    【イゾルデ・フェイルノート】
    それで
    夜は明けたわけ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101979.html b/docs/story/101979.html index 3a6281d0d..42e0774cb 100644 --- a/docs/story/101979.html +++ b/docs/story/101979.html @@ -11,6 +11,18 @@

    1章/メイン/G1209_キャメリアード電撃戦②3

    View script in lua + + + + + + + + + + + + @@ -166,6 +178,15 @@

    1章/メイン/G1209_キャメリアード電撃戦②3

    + + + + + + + + + @@ -181,6 +202,10 @@

    1章/メイン/G1209_キャメリアード電撃戦②3

    + + + + @@ -196,6 +221,10 @@

    1章/メイン/G1209_キャメリアード電撃戦②3

    + + + + @@ -260,5 +289,13 @@

    1章/メイン/G1209_キャメリアード電撃戦②3

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    ガキめいた夢もってたぜ
    【ヴェルナルス】
    そう、か…
    …そうして背を向け逃げる私は──
    101009001
    【(選択肢)】
    1. ただの悪党だ
    2. 背を見せて語る師でもあったはず
    Block1_1
    101009001
    【ノワール】
    ただの悪党だ
    【ギネヴィア】
    あなたも承知でそちらについたはずよ
    いまさら憤る筋合いはないわ
    Block1_2
    101009001
    【ノワール】
    背を見せて語る師でもあったはずだ
    【ヴェルナルス】
    いいや…ただの悪党だよ
    承知のうえでこちらについたのだがな
    Block1end
    101009001
    【ノワール】
    そしてガウェインとラグネルは…
    【ガウェイン/ラグネル】
    因枢分解(ファクタライズ)・ガラティン!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101980.html b/docs/story/101980.html index 7594c29d7..da72bf627 100644 --- a/docs/story/101980.html +++ b/docs/story/101980.html @@ -11,6 +11,18 @@

    1章/メイン/G1209_キャメリアード電撃戦③1

    View script in lua + + + + + + + + + + + + @@ -81,6 +93,15 @@

    1章/メイン/G1209_キャメリアード電撃戦③1

    + + + + + + + + + @@ -101,6 +122,10 @@

    1章/メイン/G1209_キャメリアード電撃戦③1

    + + + + @@ -116,6 +141,10 @@

    1章/メイン/G1209_キャメリアード電撃戦③1

    + + + + @@ -136,6 +165,10 @@

    1章/メイン/G1209_キャメリアード電撃戦③1

    + + + + @@ -175,5 +208,13 @@

    1章/メイン/G1209_キャメリアード電撃戦③1

    + + + + + + + +
    template1
    Load
    Play
    101018002
    【ラグネル・ガラティン】
    あたしたち
    朝が好きなのはなんでだっけ
    【ラグネル・ガラティン】
    ボロ負けしてたのにね
    101009002
    【(選択肢)】
    1. ギネヴィアもいたから
    2. エレインが助けてくれたおかげ
    3. ガウェインたちが力を尽くした
    Block1_1
    101009002
    【ノワール】
    故郷を守ろうとしたギネヴィアもいたから
    【ギネヴィア・アロンダイト】
    エレインが守ってくれたおかげもあるし
    Block1_2
    101009002
    【ノワール】
    あのとき、エレインが助けてくれたおかげだ
    【ラグネル・ガラティン】
    お見舞い行こ、ぜったい
    Block1_3
    101009002
    【ノワール】
    ガウェインたちが力を尽くしてくれたおかげだ
    【ガウェイン】
    …借り、返せたよな
    ヴェルナルスには
    Block1end
    101009002
    【ノワール】
    それにきっと、ラシアも言ってたけど
    GS(ゲシュタルト・シフト)が絆を力にしてるというなら──
    101013001
    【ガウェイン】
    チカラ、3倍くらいにはなったよな?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101981.html b/docs/story/101981.html index 38da5e357..058a085c6 100644 --- a/docs/story/101981.html +++ b/docs/story/101981.html @@ -11,6 +11,18 @@

    1章/メイン/G1209_キャメリアード電撃戦③2

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/G1209_キャメリアード電撃戦③2

    + + + + + + + +
    template1
    Load
    Play
    101011002
    【ギネヴィア・アロンダイト】
    つゆ払いご苦労さま
    101011002
    【ギネヴィア・アロンダイト】
    だから──
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101982.html b/docs/story/101982.html index bead791e9..35630865f 100644 --- a/docs/story/101982.html +++ b/docs/story/101982.html @@ -11,6 +11,18 @@

    1章/メイン/G1209_キャメリアード電撃戦④

    View script in lua + + + + + + + + + + + + @@ -100,5 +112,13 @@

    1章/メイン/G1209_キャメリアード電撃戦④

    + + + + + + + +
    template1
    Load
    Play
    101037002
    【ラシア・アスカロン】
    キズさえ癒えれば負けない──…!
    101037002
    【ラシア・アスカロン】
    …なにも報われずとも、私は
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101983.html b/docs/story/101983.html index 854594965..5037d0730 100644 --- a/docs/story/101983.html +++ b/docs/story/101983.html @@ -11,6 +11,18 @@

    1章/メイン/G1211_PTNキャラ会話特1_パターン

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/G1211_PTNキャラ会話特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    やれやれ。戦いを終えて夜に帰還しても
    翌日の授業が免除になったりはしないんだな…
    101009002
    【ノワール】
    ハイハイ、わかりましたよ
    ランスロット先生
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101984.html b/docs/story/101984.html index 7d13ca52d..c78ce3f6c 100644 --- a/docs/story/101984.html +++ b/docs/story/101984.html @@ -11,6 +11,18 @@

    1章/メイン/G1212_PTN座学授業2_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/G1212_PTN座学授業2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    では今日も
    ブリテン島の歴史について話していくとしよう
    101040001
    【ケイ】
    カレドニアにバルバロイが巣食っているのなら
    なおさらな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101986.html b/docs/story/101986.html index f58eb9491..a58cf6508 100644 --- a/docs/story/101986.html +++ b/docs/story/101986.html @@ -11,6 +11,18 @@

    1章/メイン/G1216_PTN座学授業3_パターン

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/メイン/G1216_PTN座学授業3_パターン

    + + + + + + + + + @@ -36,6 +57,10 @@

    1章/メイン/G1216_PTN座学授業3_パターン

    + + + + @@ -51,6 +76,10 @@

    1章/メイン/G1216_PTN座学授業3_パターン

    + + + + @@ -61,6 +90,10 @@

    1章/メイン/G1216_PTN座学授業3_パターン

    + + + + @@ -110,5 +143,13 @@

    1章/メイン/G1216_PTN座学授業3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    諸君ら学園の生徒のなかには
    ログレス以外の国の出身者も多い
    【ケイ】
    ノワールよ
    ユーサー王の異名は知っているだろうな?
    101009002
    【(選択肢)】
    1. 赤き竜
    2. 英雄王
    3. 知らない
    Block1_1
    101009002
    【ノワール】
    『ブリテンの赤き竜』だ
    【ケイ】
    ユーサー王の異名は有名だからな
    知っていて当然か
    Block1_2
    101009002
    【ノワール】
    うーん…英雄王、だったか?
    【ケイ】
    正しくは
    『ブリテンの赤き竜』だ
    Block1_3
    101009002
    【ノワール】
    聞いたことがないな
    【ケイ】
    …やれやれ
    正解は『ブリテンの赤き竜』だ
    Block1end
    101040001
    【ケイ】
    その異名が表すように
    ユーサー王はとても勇敢なお方で
    101040001
    【ケイ】
    ひとえにユーサー王のご尽力の賜物である
    日々、感謝の思いを忘れることのないようにな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101987.html b/docs/story/101987.html index 2b5f33b62..dad1c69e5 100644 --- a/docs/story/101987.html +++ b/docs/story/101987.html @@ -11,6 +11,18 @@

    1章/メイン/G1217_PTN噂話G12月1_パターン

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/G1217_PTN噂話G12月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    【明るい女子生徒】
    この一年、あっという間だったわね~
    思い返してみてどう?なにかいいことあった?
    【明るい女子生徒】
    降誕祭、楽しみだなーって言ったの♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101990.html b/docs/story/101990.html index 5fc7f4394..216e65ae9 100644 --- a/docs/story/101990.html +++ b/docs/story/101990.html @@ -11,6 +11,18 @@

    1章/メイン/G1227_PTN座学授業4_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/G1227_PTN座学授業4_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    今、この世界はバルバロイによる
    被害に見舞われているけれど
    101063001
    【クリスティーナ】
    逆に、山のように大きな魔物もいるという話よ
    みんな、遠出をするときは気を付けてね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101991.html b/docs/story/101991.html index f457434b7..15a33d0c9 100644 --- a/docs/story/101991.html +++ b/docs/story/101991.html @@ -11,6 +11,18 @@

    1章/メイン/G1228_PTN汎用G12月3_パターン

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    1章/メイン/G1228_PTN汎用G12月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101031001
    【ラヴェイン】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101994.html b/docs/story/101994.html index 12f46809d..17ae2842e 100644 --- a/docs/story/101994.html +++ b/docs/story/101994.html @@ -11,6 +11,18 @@

    1章/メイン/L0102_PTN汎用L1月1_パターン

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/L0102_PTN汎用L1月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ランスロット、あけましておめでとう
    101010001
    【ランスロット】
    …すぐにわかる
    今は気にするな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101995.html b/docs/story/101995.html index 2b4a0ae8d..12df4a0e8 100644 --- a/docs/story/101995.html +++ b/docs/story/101995.html @@ -11,6 +11,18 @@

    1章/メイン/L0104_PTN汎用L1月2_パターン

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    1章/メイン/L0104_PTN汎用L1月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    よう、ノワール!
    あけましておめでとさん
    101009002
    【ノワール】
    ありがとう、ふたりとも
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101996.html b/docs/story/101996.html index e0e6807fb..6622d497b 100644 --- a/docs/story/101996.html +++ b/docs/story/101996.html @@ -11,6 +11,18 @@

    1章/メイン/L0107_PTN座学授業1_パターン

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/L0107_PTN座学授業1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101066001
    【ブレイズ】
    剣を持ったものや斧を持ったもの
    魔法を使うものに空を飛ぶもの…
    101066001
    【ブレイズ】
    ワシへの報告を忘れずにな?
    新種の研究はワクワクするからのう~!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101997.html b/docs/story/101997.html index 6820a3096..40e485c9b 100644 --- a/docs/story/101997.html +++ b/docs/story/101997.html @@ -11,6 +11,18 @@

    1章/メイン/L0108_PTN噂話L1月1_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    1章/メイン/L0108_PTN噂話L1月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    【武骨な男子生徒】
    最近、アーサー様のお姿を見たか?
    【気取った男子生徒】
    オレも付き合うよ
    ひとりでいると気持ちが沈んじまいそうだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/101998.html b/docs/story/101998.html index 5e4a5c892..308d33dd6 100644 --- a/docs/story/101998.html +++ b/docs/story/101998.html @@ -11,6 +11,18 @@

    1章/メイン/L0109_PTN登校L1月1_パターン

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/メイン/L0109_PTN登校L1月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ランスロット
    アーサーのことなんだけど…
    101010001
    【ランスロット】
    すまない
    ひとりにさせてもらえるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102000.html b/docs/story/102000.html index a1dac9b90..ee5f41c0b 100644 --- a/docs/story/102000.html +++ b/docs/story/102000.html @@ -11,6 +11,18 @@

    1章/メイン/L0111_PTN汎用L1月3_パターン

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    1章/メイン/L0111_PTN汎用L1月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101066001
    【ブレイズ】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102001.html b/docs/story/102001.html index 1c2a0cd3c..fe94df45f 100644 --- a/docs/story/102001.html +++ b/docs/story/102001.html @@ -11,6 +11,18 @@

    1章/メイン/L0116_PTN座学授業2_パターン

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/L0116_PTN座学授業2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    学園で生活しているのであれば
    前庭にある遺跡には訪れたことがあるだろう
    101040001
    【ケイ】
    強すぎる好奇心は身を滅ぼす…
    その言葉は忘れぬようにしたまえ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102002.html b/docs/story/102002.html index 540157ec9..bf1d4eb02 100644 --- a/docs/story/102002.html +++ b/docs/story/102002.html @@ -11,6 +11,18 @@

    1章/メイン/L0120_PTN登校L1月2_パターン

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/L0120_PTN登校L1月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101028001
    【ガラハッド】
    101009002
    【ノワール】
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102004.html b/docs/story/102004.html index 9bca9c351..6039cc946 100644 --- a/docs/story/102004.html +++ b/docs/story/102004.html @@ -11,6 +11,18 @@

    1章/メイン/L0122_PTN座学授業3_パターン

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/メイン/L0122_PTN座学授業3_パターン

    + + + + + + + + + @@ -36,6 +57,10 @@

    1章/メイン/L0122_PTN座学授業3_パターン

    + + + + @@ -56,6 +81,10 @@

    1章/メイン/L0122_PTN座学授業3_パターン

    + + + + @@ -71,6 +100,10 @@

    1章/メイン/L0122_PTN座学授業3_パターン

    + + + + @@ -95,5 +128,13 @@

    1章/メイン/L0122_PTN座学授業3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101066001
    【ブレイズ】
    『淘汰』と呼ばれる現象について
    耳にしたことはあるかの?
    【ブレイズ】
    淘汰のさいには
    空が泣き、大地が震えるという
    101009002
    【(選択肢)】
    1. 淘汰が起きるとどうなる?
    2. バルバロイが引き起こすのか?
    3. バルバロイを倒して防げばいい
    Block1_1
    101009002
    【ノワール】
    淘汰は
    世界が終わってしまう前兆なのか?
    【ブレイズ】
    うむ
    伝承ではそういわれておる
    Block1_2
    101009002
    【ノワール】
    淘汰はバルバロイが引き起こすのか?
    【ブレイズ】
    そのあたりも定かではないのじゃよ
    Block1_3
    101009002
    【ノワール】
    起きてしまう前に
    バルバロイをすべて倒すことができれば
    【ブレイズ】
    ふぉっふぉ!
    実に若者らしい意見じゃ。善哉善哉
    Block1end
    101066001
    【ブレイズ】
    淘汰の刻の訪れは世界の終わりの始まり
    …それが言い伝えじゃ
    101066001
    【ブレイズ】
    …などと
    年甲斐もなく希望を抱いてしまうのじゃよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102005.html b/docs/story/102005.html index 178a0f2bd..8af6bf475 100644 --- a/docs/story/102005.html +++ b/docs/story/102005.html @@ -11,6 +11,18 @@

    1章/メイン/L0123_PTN登校L1月3_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/L0123_PTN登校L1月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101027001
    【ディンドラン】
    ノワールさん、おはようございます
    101027001
    【ディンドラン】
    はい、いつでも
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102006.html b/docs/story/102006.html index 2f297b492..5812a5049 100644 --- a/docs/story/102006.html +++ b/docs/story/102006.html @@ -11,6 +11,18 @@

    1章/メイン/L0903_PTN噂話L9月1_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    1章/メイン/L0903_PTN噂話L9月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    【真面目な男子生徒】
    ローマが
    カレドニアの地を占拠したらしいね
    【詩的な男子生徒】
    聖杯とやらにお願いしてみる
    …ってのはどうかなァ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102007.html b/docs/story/102007.html index 2c71be108..b778ce520 100644 --- a/docs/story/102007.html +++ b/docs/story/102007.html @@ -11,6 +11,18 @@

    1章/メイン/L0903_PTN座学授業特1_パターン

    シーンID変更:PT5_01_0058

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/L0903_PTN座学授業特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ………
    101009002
    【ノワール】
    一緒に勉強していこう
    これからよろしくな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102008.html b/docs/story/102008.html index 4b1eea90c..9fc9fc54c 100644 --- a/docs/story/102008.html +++ b/docs/story/102008.html @@ -11,6 +11,18 @@

    1章/メイン/L0904_PTN座学授業1_パターン

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/メイン/L0904_PTN座学授業1_パターン

    + + + + + + + + + @@ -46,6 +67,10 @@

    1章/メイン/L0904_PTN座学授業1_パターン

    + + + + @@ -66,6 +91,10 @@

    1章/メイン/L0904_PTN座学授業1_パターン

    + + + + @@ -86,6 +115,10 @@

    1章/メイン/L0904_PTN座学授業1_パターン

    + + + + @@ -100,5 +133,13 @@

    1章/メイン/L0904_PTN座学授業1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    それじゃ、地理学の授業をはじめるわよ♪
    テキストを開いて
    【クリスティーナ】
    ノワールちゃん
    なぜだと思う?
    101009002
    【(選択肢)】
    1. 風土があまり良くない
    2. 聖なる土地だから
    3. わからない
    Block1_1
    101009002
    【ノワール】
    アイルランド島は山や森が多く
    人が住むに適した場所がそれほど多くないんだ
    【クリスティーナ】
    正解
    ノワールちゃん、ずいぶんと詳しい口ぶりね
    Block1_2
    101009002
    【ノワール】
    コルベニック城は
    別名を聖杯城というんだけど
    【クリスティーナ】
    あらあら。私が説明しようと思っていたことを
    全部言われちゃったわ…
    Block1_3
    101009002
    【ノワール】
    コルベニック王国は…えーっと、そうだな…
    【クリスティーナ】
    なにか知っていそうな感じだけど…
    まあいいわ
    Block1end
    101063001
    【クリスティーナ】
    ガラハッドちゃんが
    旅のついでに立ち寄ったように
    101063001
    【クリスティーナ】
    そのあたりのお話については…
    また次回ということにしましょう♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102010.html b/docs/story/102010.html index 2b437528e..a88addfca 100644 --- a/docs/story/102010.html +++ b/docs/story/102010.html @@ -11,6 +11,18 @@

    1章/メイン/L0907_PTN汎用L9月1_パターン

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/L0907_PTN汎用L9月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102011.html b/docs/story/102011.html index a4ea906a1..d79f94713 100644 --- a/docs/story/102011.html +++ b/docs/story/102011.html @@ -11,6 +11,18 @@

    1章/メイン/L0909_PTN登校L9月1_パターン

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    1章/メイン/L0909_PTN登校L9月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    ノワール、調子はどうだ?
    101009002
    【ノワール】
    こちらこそよろしく、ランスロット
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102012.html b/docs/story/102012.html index d28f225b4..a62ee7f0c 100644 --- a/docs/story/102012.html +++ b/docs/story/102012.html @@ -11,6 +11,18 @@

    1章/メイン/L0910_PTN座学授業2_パターン

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/メイン/L0910_PTN座学授業2_パターン

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/メイン/L0910_PTN座学授業2_パターン

    + + + + @@ -56,6 +81,10 @@

    1章/メイン/L0910_PTN座学授業2_パターン

    + + + + @@ -71,6 +100,10 @@

    1章/メイン/L0910_PTN座学授業2_パターン

    + + + + @@ -100,5 +133,13 @@

    1章/メイン/L0910_PTN座学授業2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    今回も
    コルベニック王国についてのお話よ
    【クリスティーナ】
    ノワールちゃん
    円卓の騎士の目的ってなんだったかしら?
    101009002
    【(選択肢)】
    1. 聖杯を探す
    2. 最強を目指す
    3. わからない
    Block1_1
    101009002
    【ノワール】
    「世界平和の願いを叶える聖杯を探し求め
    その聖杯へ導く妖精を守る」だ
    【クリスティーナ】
    正解!
    すらすら言えるのね、素晴らしいわ
    Block1_2
    101009002
    【ノワール】
    最強を目指す…だったかな?
    【クリスティーナ】
    あてずっぽうで答えるのは
    あまり感心しないわね
    Block1_3
    101009002
    【ノワール】
    円卓の騎士の目的?
    えっと、なんだったかな…
    【クリスティーナ】
    「世界平和の願いを叶える聖杯を探し求め
    その聖杯へ導く妖精を守る」よ
    Block1end
    101063001
    【クリスティーナ】
    円卓の騎士の目的が
    聖杯に関係しているのだから
    101063001
    【クリスティーナ】
    円卓の騎士と銀卓騎士団が協力すれば
    きっとどんな窮地も乗り越えられるわよね♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102013.html b/docs/story/102013.html index 3d9d85260..d542ed3e8 100644 --- a/docs/story/102013.html +++ b/docs/story/102013.html @@ -11,6 +11,18 @@

    1章/メイン/L0911_PTN座学授業3_パターン

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/メイン/L0911_PTN座学授業3_パターン

    + + + + + + + + + @@ -36,6 +57,10 @@

    1章/メイン/L0911_PTN座学授業3_パターン

    + + + + @@ -46,6 +71,10 @@

    1章/メイン/L0911_PTN座学授業3_パターン

    + + + + @@ -56,6 +85,10 @@

    1章/メイン/L0911_PTN座学授業3_パターン

    + + + + @@ -90,5 +123,13 @@

    1章/メイン/L0911_PTN座学授業3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    学園で生活していると
    時折聖杯の名を耳にすることがあると思うけど
    【クリスティーナ】
    誰かに意見を聞いてみようかしら
    …えーと、じゃあ、ノワールちゃん
    101009002
    【(選択肢)】
    1. 聖杯なんて存在しない
    2. すごく値打ちがあるお宝
    3. 願いを叶えてくれるお宝
    Block1_1
    101009002
    【ノワール】
    聖杯なんて
    おとぎ話に出てくるものだろう?
    【クリスティーナ】
    あら、ノワールちゃんは現実主義者なのね
    ちょっぴり意外だわ…
    Block1_2
    101009002
    【ノワール】
    すごく値打ちがあるお宝なんじゃないかな?
    ひとつで数億ゼニーくらいになるような
    【クリスティーナ】
    うん
    それはそれで夢のある話よね
    Block1_3
    101009002
    【ノワール】
    本当かどうかは定かじゃないけど
    手にした者の願いをなんでも叶えてくれるって
    【クリスティーナ】
    そうね
    そうとらえている人が多いわよね
    Block1end
    101063001
    【クリスティーナ】
    聖杯は世界に混乱が訪れたときに姿を現し
    手にした者の願いをなんでも叶える奇跡の宝物…
    101063001
    【クリスティーナ】
    …こんなことが知られたら
    アーサー王たちに怒られちゃうかしら?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102015.html b/docs/story/102015.html index 16f56420b..687d24d75 100644 --- a/docs/story/102015.html +++ b/docs/story/102015.html @@ -11,6 +11,18 @@

    1章/メイン/L0914_PTN汎用L9月2_パターン

    View script in lua + + + + + + + + + + + + @@ -100,5 +112,13 @@

    1章/メイン/L0914_PTN汎用L9月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102016.html b/docs/story/102016.html index 3b7a732b2..613e04b55 100644 --- a/docs/story/102016.html +++ b/docs/story/102016.html @@ -11,6 +11,18 @@

    1章/メイン/L0923_PTN登校L9月3_パターン

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/メイン/L0923_PTN登校L9月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101036001
    【フィエナ】
    おっはよー、ノワール!
    こないだはお疲れ様だったね!
    101009002
    【ノワール】
    頑張りすぎってことなら
    フィエナも負けてないと思うけどな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102017.html b/docs/story/102017.html index 4dcaeba3a..387531102 100644 --- a/docs/story/102017.html +++ b/docs/story/102017.html @@ -11,6 +11,18 @@

    1章/メイン/L0924_PTN噂話L9月2_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/L0924_PTN噂話L9月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    【真面目な男子生徒】
    君が手に持っているそれ…なんだい?
    【真面目な男子生徒】
    すごく、喜んでくれると思うよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102019.html b/docs/story/102019.html index e67437fb7..67034dd06 100644 --- a/docs/story/102019.html +++ b/docs/story/102019.html @@ -11,6 +11,18 @@

    1章/メイン/L0926_PTN座学授業4_パターン

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/メイン/L0926_PTN座学授業4_パターン

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/メイン/L0926_PTN座学授業4_パターン

    + + + + @@ -76,6 +101,10 @@

    1章/メイン/L0926_PTN座学授業4_パターン

    + + + + @@ -86,6 +115,10 @@

    1章/メイン/L0926_PTN座学授業4_パターン

    + + + + @@ -110,5 +143,13 @@

    1章/メイン/L0926_PTN座学授業4_パターン

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    今回の話を皆にしようかどうかは
    ずっと悩んでいたんだが…
    【ランスロット】
    周囲の人間からその存在を忘れられる
    101009002
    【(選択肢)】
    1. 避けられない運命なのか?
    2. 誰も覚えていてはくれないのか?
    3. そんなことを強要していたのか
    Block1_1
    101009002
    【ノワール】
    武器になって世界から忘れられてしまう…
    それは避けられない運命なのか?
    【ランスロット】
    そういった最期を迎えないのであれば
    他の人間と同じ一生を過ごすこともできる
    Block1_2
    101009002
    【ノワール】
    誰もキラーズのことを
    覚えていられないのか?
    【ランスロット】
    マスターと継承者は
    キラーズについての記憶を失うことはない
    Block1_3
    101009002
    【ノワール】
    そんな事実を隠して
    俺たちにGS(ゲシュタルト・シフト)への道を強要していたのか!?
    【ランスロット】
    …すまない
    そういうことになる
    Block1end
    101010001
    【ランスロット】
    キラーズとなった者には
    聖遺物化の運命が待ち受ける
    101010001
    【ランスロット】
    これはやむを得ない方法ではあるが
    バルバロイに抗う唯一の手段だ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102020.html b/docs/story/102020.html index 7c105a6c1..52f8b1258 100644 --- a/docs/story/102020.html +++ b/docs/story/102020.html @@ -11,6 +11,18 @@

    1章/メイン/L0927_PTN座学授業特2_パターン

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/L0927_PTN座学授業特2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    諸君
    来週の月曜日だが、学長の計らいもあり
    101009002
    【ノワール】
    (月曜は休みか…なにをしようかな)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102021.html b/docs/story/102021.html index 9541faf19..abe0ea1a8 100644 --- a/docs/story/102021.html +++ b/docs/story/102021.html @@ -11,6 +11,18 @@

    1章/メイン/L0929_PTN汎用L9月3_パターン

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/L0929_PTN汎用L9月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101065001
    【キッス】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102022.html b/docs/story/102022.html index 06b060a9c..6293bf953 100644 --- a/docs/story/102022.html +++ b/docs/story/102022.html @@ -11,6 +11,18 @@

    1章/メイン/L1002_PTN登校L10月1_パターン

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/メイン/L1002_PTN登校L10月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101026001
    【パーシヴァル】
    キミはあのじゃじゃ馬娘のお目付け役だろう!?
    しっかり見ておいてくれなければ困る!
    101009002
    【ノワール】
    へ、へえ…
    (身内を大事にしてるんだな)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102024.html b/docs/story/102024.html index a5c396cc9..4101ff544 100644 --- a/docs/story/102024.html +++ b/docs/story/102024.html @@ -11,6 +11,18 @@

    1章/メイン/L1005_PTN汎用L10月1_パターン

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    1章/メイン/L1005_PTN汎用L10月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101026001
    【パーシヴァル】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102025.html b/docs/story/102025.html index f57059a98..2016e68f6 100644 --- a/docs/story/102025.html +++ b/docs/story/102025.html @@ -11,6 +11,18 @@

    1章/メイン/L1007_PTN噂話L10月1_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/メイン/L1007_PTN噂話L10月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    【明るい女子生徒】
    いよいよヴォールスさんとパーシヴァルくんが
    聖杯探索に加わるんだってね
    【明るい女子生徒】
    じゃあ、今度紹介してあげる
    すぐ仲良くなれると思うよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102026.html b/docs/story/102026.html index d6e4c2b83..e6d6e5af4 100644 --- a/docs/story/102026.html +++ b/docs/story/102026.html @@ -11,6 +11,18 @@

    1章/メイン/L1007_PTN昼食ガラハッド_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/メイン/L1007_PTN昼食ガラハッド_パターン

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/メイン/L1007_PTN昼食ガラハッド_パターン

    + + + + @@ -76,6 +101,10 @@

    1章/メイン/L1007_PTN昼食ガラハッド_パターン

    + + + + @@ -85,5 +114,13 @@

    1章/メイン/L1007_PTN昼食ガラハッド_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    …よく食べるな
    【ガラハッド】
    前に来たときから気になっていたのだが
    この国の料理は味が濃くないか?
    101009002
    【(選択肢)】
    1. そう思う
    2. そうは思わない
    Block1_1
    101009002
    【ノワール】
    言われてみれば
    あのあたりの料理に比べると味付けが濃いかもな
    【ガラハッド】
    でも、味が濃い食べ物のほうが
    エネルギーになりやすいとも聞く
    Block1_2
    101009002
    【ノワール】
    うーん…?
    俺は特にそうは思わないけどな
    【ガラハッド】
    ガラハッドがまだ慣れていないだけか
    Block1end
    101028001
    【ガラハッド】
    とにかく
    今はたくさん食べておかないと
    101009002
    【ノワール】
    よくわからないけど…ほどほどにな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102027.html b/docs/story/102027.html index f6a7f0671..e91d35757 100644 --- a/docs/story/102027.html +++ b/docs/story/102027.html @@ -11,6 +11,18 @@

    1章/メイン/L1008_PTN座学授業1_パターン

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/メイン/L1008_PTN座学授業1_パターン

    + + + + + + + + + @@ -46,6 +67,10 @@

    1章/メイン/L1008_PTN座学授業1_パターン

    + + + + @@ -56,6 +81,10 @@

    1章/メイン/L1008_PTN座学授業1_パターン

    + + + + @@ -76,6 +105,10 @@

    1章/メイン/L1008_PTN座学授業1_パターン

    + + + + @@ -85,5 +118,13 @@

    1章/メイン/L1008_PTN座学授業1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    GS(ゲシュタルト・シフト)を無事済ませ
    修了として認定されれば、お前たちは卒業となる
    【ランスロット】
    ノワール
    お前ならどうしたい?
    101009002
    【(選択肢)】
    1. ログレスの騎士になりたい
    2. 家族を守りたい
    3. 傭兵に戻る
    Block1_1
    101009002
    【ノワール】
    この学園でいろいろ学ばせてもらって
    騎士とはどうあるべきかを理解したつもりだ
    【ランスロット】
    なるほどな
    本当にそうなるようなら、歓迎させてもらう
    Block1_2
    101009002
    【ノワール】
    ここで学んだ知識や技術を活かして
    家族や仲間を守っていきたいな
    【ランスロット】
    お前らしい答えだ
    素晴らしいと思う
    Block1_3
    101009002
    【ノワール】
    騎士も悪くないけど…
    【ランスロット】
    そうか。少々残念ではあるが…
    それがもっともお前らしい生きかたかもしれない
    Block1end
    101010001
    【ランスロット】
    卒業後どうするかを
    俺からお前たちに強要するつもりはない
    101010001
    【ランスロット】
    皆が信念のもと、独自の道を進んでくれること
    俺にとってはそれが一番嬉しい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102028.html b/docs/story/102028.html index 84bf7bd67..b9e9ff3e5 100644 --- a/docs/story/102028.html +++ b/docs/story/102028.html @@ -11,6 +11,18 @@

    1章/メイン/L1009_PTN登校L10月2_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/L1009_PTN登校L10月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    クレア?
    101009002
    【ノワール】
    あ、ああ、おはよう…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102029.html b/docs/story/102029.html index da92b1346..d60815786 100644 --- a/docs/story/102029.html +++ b/docs/story/102029.html @@ -11,6 +11,18 @@

    1章/メイン/L1010_PTN座学授業2_パターン

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/メイン/L1010_PTN座学授業2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    それじゃ、いつものように
    地理学の授業をはじめるわよ♪
    101063001
    【クリスティーナ】
    たまには愛しい人と
    海デートに行ってみるなんてどうかしら?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102030.html b/docs/story/102030.html index 924cf2d04..64c6919c1 100644 --- a/docs/story/102030.html +++ b/docs/story/102030.html @@ -11,6 +11,18 @@

    1章/メイン/L1011_PTN座学授業3_パターン

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/L1011_PTN座学授業3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    コルベニック王国とか
    コーンウォール王国とか
    101063001
    【クリスティーナ】
    ひょっとするとみんなも
    同盟国の人たちと知り合う機会があるかもね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102031.html b/docs/story/102031.html index 31c2631aa..ada716af4 100644 --- a/docs/story/102031.html +++ b/docs/story/102031.html @@ -11,6 +11,18 @@

    1章/メイン/L1012_PTN汎用L10月2_パターン

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    1章/メイン/L1012_PTN汎用L10月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101018001
    【ラグネル】
    ※削除
    101018001
    【ラグネル】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102032.html b/docs/story/102032.html index 69de2b0d4..888f13f2d 100644 --- a/docs/story/102032.html +++ b/docs/story/102032.html @@ -11,6 +11,18 @@

    1章/メイン/L1014_PTNキャラ会話特1_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -120,5 +132,13 @@

    1章/メイン/L1014_PTNキャラ会話特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101026001
    【パーシヴァル】
    ずいぶんと遅い到着じゃないか
    101026001
    【パーシヴァル】
    ギー…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102033.html b/docs/story/102033.html index 920627954..798952c17 100644 --- a/docs/story/102033.html +++ b/docs/story/102033.html @@ -11,6 +11,18 @@

    1章/メイン/L1028_PTNキャラ会話特2_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    1章/メイン/L1028_PTNキャラ会話特2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    ※削除
    101012001
    【ディナタン】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102034.html b/docs/story/102034.html index 61cd6cd78..8fd625e7d 100644 --- a/docs/story/102034.html +++ b/docs/story/102034.html @@ -11,6 +11,18 @@

    1章/メイン/L1029_PTN噂話L10月2_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/L1029_PTN噂話L10月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    【真面目な男子生徒】
    僕、ガラハッドさんのこと
    最初は男性だと思ったんだよね
    【気取った男子生徒】
    へ、へえ…なかなかやるじゃないか
    オレほどでは…ないけどね…ハハ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102036.html b/docs/story/102036.html index 2f9af91a2..091c5503b 100644 --- a/docs/story/102036.html +++ b/docs/story/102036.html @@ -11,6 +11,18 @@

    1章/メイン/L1031_PTN座学授業特1_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/L1031_PTN座学授業特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101066001
    【ブレイズ】
    ………では
    今日の授業はここまでにするかの
    101009002
    【ノワール】
    これは逃れようがなさそうだな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102037.html b/docs/story/102037.html index c9b8c55e8..551539dd0 100644 --- a/docs/story/102037.html +++ b/docs/story/102037.html @@ -11,6 +11,18 @@

    1章/メイン/L1101_PTNキャラ会話特1_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/L1101_PTNキャラ会話特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101028001
    【ガラハッド】
    ノワール、ゆっくりしていていいのか?
    今日は特別授業の日だろう?
    101009002
    【ノワール】
    間違いなくね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102038.html b/docs/story/102038.html index 4246ab41f..6a944e36c 100644 --- a/docs/story/102038.html +++ b/docs/story/102038.html @@ -11,6 +11,18 @@

    1章/メイン/L1101_PTNキャラ会話夜特1_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/L1101_PTNキャラ会話夜特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    ※削除
    101010001
    【ランスロット】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102039.html b/docs/story/102039.html index c03f57fb4..c9b87bd86 100644 --- a/docs/story/102039.html +++ b/docs/story/102039.html @@ -11,6 +11,18 @@

    1章/メイン/L1104_PTN登校L11月1_パターン

    View script in lua + + + + + + + + + + + + @@ -120,5 +132,13 @@

    1章/メイン/L1104_PTN登校L11月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    よう、ノワール!
    101009002
    【ノワール】
    (どこから突っ込んでいいのかわからない…!)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102040.html b/docs/story/102040.html index 024da1ee3..8de942fce 100644 --- a/docs/story/102040.html +++ b/docs/story/102040.html @@ -11,6 +11,18 @@

    1章/メイン/L1105_PTN座学授業1_パターン

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    1章/メイン/L1105_PTN座学授業1_パターン

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/メイン/L1105_PTN座学授業1_パターン

    + + + + @@ -81,6 +106,10 @@

    1章/メイン/L1105_PTN座学授業1_パターン

    + + + + @@ -91,6 +120,10 @@

    1章/メイン/L1105_PTN座学授業1_パターン

    + + + + @@ -120,5 +153,13 @@

    1章/メイン/L1105_PTN座学授業1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    この島には人間が作ったとは思えない遺物が
    いくつか存在しているわ
    【クリスティーナ】
    これらの建造物は
    どんな経緯で作られたものなのかしらね
    101009002
    【(選択肢)】
    1. なにかを守るため?
    2. かつての戦争の道具?
    3. わからない
    Block1_1
    101009002
    【ノワール】
    誰かがなにかを
    守ったり隠したりしようとしたんじゃないか?
    【クリスティーナ】
    妖精…そうね
    そう考えると辻褄があう部分もあるわね
    Block1_2
    101009002
    【ノワール】
    遠い昔の戦争で使われた
    道具だったり武器だったりするのかな?
    【クリスティーナ】
    人々の進化の歴史は戦争の歴史である…
    たしかにその線も考えられるわね
    Block1_3
    101009002
    【ノワール】
    大昔から存在しているものなんだろ?
    だったら俺にはわからないな…
    【クリスティーナ】
    そうよね…。文献にもこれらの建造物の
    たしかな用途は記されていないわ
    Block1end
    101063001
    【クリスティーナ】
    これは私の推測でしかないのだけれど
    101063001
    【クリスティーナ】
    ロマンは時代を超えても
    色褪せないものなのだから♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102041.html b/docs/story/102041.html index 4900fe2cf..b44789703 100644 --- a/docs/story/102041.html +++ b/docs/story/102041.html @@ -11,6 +11,18 @@

    1章/メイン/L1106_PTN噂話L11月1_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/L1106_PTN噂話L11月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    【気取った男子生徒】
    お前、この前リリアーナちゃんと
    一緒にいなかったか?なにしてたんだ?
    【気取った男子生徒】
    …そういえば、そうだったな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102042.html b/docs/story/102042.html index 304980f5e..249a643b5 100644 --- a/docs/story/102042.html +++ b/docs/story/102042.html @@ -11,6 +11,18 @@

    1章/メイン/L1107_PTNキャラ会話夜特2_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -115,5 +127,13 @@

    1章/メイン/L1107_PTNキャラ会話夜特2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101020001
    【マーリン】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102044.html b/docs/story/102044.html index dbfac3efe..99d5ef8c5 100644 --- a/docs/story/102044.html +++ b/docs/story/102044.html @@ -11,6 +11,18 @@

    1章/メイン/L1108_PTN座学授業2_パターン

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    1章/メイン/L1108_PTN座学授業2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    今日の地理学の授業は
    少しロマンティックな話をしましょうか
    101063001
    【クリスティーナ】
    酷い…いえ、悲しい話よね…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102045.html b/docs/story/102045.html index e5e00edac..a4294669c 100644 --- a/docs/story/102045.html +++ b/docs/story/102045.html @@ -11,6 +11,18 @@

    1章/メイン/L1109_PTN汎用L11月1_パターン

    View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

    1章/メイン/L1109_PTN汎用L11月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102046.html b/docs/story/102046.html index c4d5546d3..71b5c9a67 100644 --- a/docs/story/102046.html +++ b/docs/story/102046.html @@ -11,6 +11,18 @@

    1章/メイン/L1112_PTN登校L11月2_パターン

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    1章/メイン/L1112_PTN登校L11月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101019001
    【イゾルデ】
    ごきげんよう、ノワール
    銀卓騎士団のキラーズの処遇は聞いたかしら?
    101019001
    【イゾルデ】
    …どうかしらね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102047.html b/docs/story/102047.html index 8d208cf98..4eea5ee17 100644 --- a/docs/story/102047.html +++ b/docs/story/102047.html @@ -11,6 +11,18 @@

    1章/メイン/L1114_PTN登校L11月3_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/L1114_PTN登校L11月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101024001
    【ヴォールス】
    ノワール、聖杯探索の件はご苦労だったな
    あまり力になってやれず、すまなかった
    101024001
    【ヴォールス】
    無論だ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102048.html b/docs/story/102048.html index 8dacbfc7e..dd841ddc9 100644 --- a/docs/story/102048.html +++ b/docs/story/102048.html @@ -11,6 +11,18 @@

    1章/メイン/L1115_PTN座学授業3_パターン

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/L1115_PTN座学授業3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    前回の授業の反響が大きかったから
    今回も妖精について話していこうかしら♪
    101063001
    【クリスティーナ】
    彼らとコンタクトをとることができれば
    妖精が姿を消した理由が聞けるかもしれないわね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102049.html b/docs/story/102049.html index 56af39ddd..12c7552d9 100644 --- a/docs/story/102049.html +++ b/docs/story/102049.html @@ -11,6 +11,18 @@

    1章/メイン/L1116_PTN汎用L11月2_パターン

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/L1116_PTN汎用L11月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101020001
    【マーリン】
    ※削除
    101020001
    【マーリン】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102050.html b/docs/story/102050.html index 868752bb5..b31fc72bd 100644 --- a/docs/story/102050.html +++ b/docs/story/102050.html @@ -11,6 +11,18 @@

    1章/メイン/L1118_PTN座学授業4_パターン

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/L1118_PTN座学授業4_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    遠い昔、この島には
    不可視の壁に守られた都があったとされているわ
    101063001
    【クリスティーナ】
    それが本当だったらすごく素敵よね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102051.html b/docs/story/102051.html index 8849c8291..66a19f104 100644 --- a/docs/story/102051.html +++ b/docs/story/102051.html @@ -11,6 +11,18 @@

    1章/メイン/L1119_PTN登校L11月4_パターン

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/L1119_PTN登校L11月4_パターン

    + + + + + + + +
    template1
    Load
    Play
    101027001
    【ディンドラン】
    おはようございます、ノワールさん
    101027001
    【ディンドラン】
    あっ!私がこんなことを言ってたって
    パーシヴァル様には黙っていてくださいね?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102054.html b/docs/story/102054.html index f5d48734f..f3af69101 100644 --- a/docs/story/102054.html +++ b/docs/story/102054.html @@ -11,6 +11,18 @@

    1章/メイン/L1123_PTN汎用L11月3_パターン

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    1章/メイン/L1123_PTN汎用L11月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101026001
    【パーシヴァル】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102056.html b/docs/story/102056.html index 20cf61229..5f5ed84fd 100644 --- a/docs/story/102056.html +++ b/docs/story/102056.html @@ -11,6 +11,18 @@

    1章/メイン/L1130_PTN汎用L11月4_パターン

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/L1130_PTN汎用L11月4_パターン

    + + + + + + + +
    template1
    Load
    Play
    101025001
    【クレア】
    ※削除
    101025001
    【クレア】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102057.html b/docs/story/102057.html index ed073e253..e47671fd9 100644 --- a/docs/story/102057.html +++ b/docs/story/102057.html @@ -11,6 +11,18 @@

    1章/メイン/L1202_PTN座学授業1_パターン

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/メイン/L1202_PTN座学授業1_パターン

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/メイン/L1202_PTN座学授業1_パターン

    + + + + @@ -61,6 +86,10 @@

    1章/メイン/L1202_PTN座学授業1_パターン

    + + + + @@ -75,5 +104,13 @@

    1章/メイン/L1202_PTN座学授業1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    この島の東部には
    たくさんの山が存在するのだけれど
    【クリスティーナ】
    ここまで聞いて登ってみたいと思った人
    手を上げて?
    101009002
    【(選択肢)】
    1. (手を上げる)
    2. (手を上げない)
    Block1_1
    101009002
    【ノワール】
    有名なパワースポットなら
    ぜひ行ってみたいな
    【クリスティーナ】
    私も素敵な王子様に出会う運をもらうために
    今度行ってみようと思っているわ♪
    Block1_2
    101009002
    【ノワール】
    いや…俺はいいかな
    【クリスティーナ】
    あら?
    ノワールちゃん、ノリが悪いわね…
    Block1end
    101063001
    【クリスティーナ】
    もしも登山しようと思っているのなら
    止めはしないけれど、準備は入念にね?
    101063001
    【クリスティーナ】
    散歩気分で行ったりなんかしたら
    遭難しちゃうこと間違いなしなんだから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102058.html b/docs/story/102058.html index b2bd36260..2276ecd4e 100644 --- a/docs/story/102058.html +++ b/docs/story/102058.html @@ -11,6 +11,18 @@

    1章/メイン/L1202_王の復帰①0

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/メイン/L1202_王の復帰①0

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    ノワール、少しいいか
    101009002
    【ノワール】
    …気を付けて
    アーサーのことを頼む
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102060.html b/docs/story/102060.html index e84f1cd45..36445d21e 100644 --- a/docs/story/102060.html +++ b/docs/story/102060.html @@ -11,6 +11,18 @@

    1章/メイン/L1204_PTN登校L12月1_パターン

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/メイン/L1204_PTN登校L12月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101025001
    【クレア】
    おはよう、ノワール
    降誕祭が月末に迫ってきたわね
    101009002
    【ノワール】
    え?
    頑張るって…なにをだ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102061.html b/docs/story/102061.html index 0472e7f3a..3b8e83283 100644 --- a/docs/story/102061.html +++ b/docs/story/102061.html @@ -11,6 +11,18 @@

    1章/メイン/L1205_PTNキャラ会話特1_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/L1205_PTNキャラ会話特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101036001
    【フィエナ】
    あっ、ノワール
    ようやく起きてきた
    101009002
    【ノワール】
    ひとまずケイに相談して
    円卓会議を開いてもらうか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102062.html b/docs/story/102062.html index e4782c3e5..db4ac09e1 100644 --- a/docs/story/102062.html +++ b/docs/story/102062.html @@ -11,6 +11,18 @@

    1章/メイン/L1206_PTN座学授業2_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/L1206_PTN座学授業2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    それでは今日は
    我々の住むブリテン島の歴史について話そう
    101040001
    【ケイ】
    …おっと、少々長くなったな
    続きはまた次回に話すとしよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102063.html b/docs/story/102063.html index 1b81bc389..3a67c0efb 100644 --- a/docs/story/102063.html +++ b/docs/story/102063.html @@ -11,6 +11,18 @@

    1章/メイン/L1207_PTN汎用L12月1_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/L1207_PTN汎用L12月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102064.html b/docs/story/102064.html index c7a79f494..b7c54215a 100644 --- a/docs/story/102064.html +++ b/docs/story/102064.html @@ -11,6 +11,18 @@

    1章/メイン/L1211_PTN登校L12月2_パターン

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    1章/メイン/L1211_PTN登校L12月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    兄さん、おはよう!
    101009002
    【ノワール】
    ああ、わかってる
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102065.html b/docs/story/102065.html index 98c742b73..63ac42709 100644 --- a/docs/story/102065.html +++ b/docs/story/102065.html @@ -11,6 +11,18 @@

    1章/メイン/L1213_PTN噂話L12月1_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/L1213_PTN噂話L12月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    【気取った男子生徒】
    今月末は降誕祭が行われるって話だけど…
    なんか、そんな気分じゃないな
    【詩的な男子生徒】
    でも…ボクは悪くないと思うね
    そういう考えかたの人がいても
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102066.html b/docs/story/102066.html index 456f10ef1..cfc7533cf 100644 --- a/docs/story/102066.html +++ b/docs/story/102066.html @@ -11,6 +11,18 @@

    1章/メイン/L1213_PTN昼食アーサー_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/メイン/L1213_PTN昼食アーサー_パターン

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/メイン/L1213_PTN昼食アーサー_パターン

    + + + + @@ -76,6 +101,10 @@

    1章/メイン/L1213_PTN昼食アーサー_パターン

    + + + + @@ -90,5 +119,13 @@

    1章/メイン/L1213_PTN昼食アーサー_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    寝てなくて大丈夫なのか?
    あまり無理しないほうがいいぞ
    【アーサー】
    ぐっ…!?
    101009002
    【(選択肢)】
    1. 大丈夫か!?
    2. 無理するからだ
    Block1_1
    101009002
    【ノワール】
    大丈夫か、アーサー!?
    待ってろ、誰か呼んでくる
    【アーサー】
    お前を元気づけるつもりだったんだが…
    逆に心配させてしまったか。面目ない
    Block1_2
    101009002
    【ノワール】
    だから言ったじゃないか
    無理するからだぞ
    【アーサー】
    どうにもお前には
    格好悪いところばかり見せてしまう
    Block1end
    101015001
    【アーサー】
    ノワールの言った通り
    少々無理をしてしまったかもしれん
    101015001
    【アーサー】
    俺だけが寝ているわけにはいかんよ
    無理くらいさせてくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102067.html b/docs/story/102067.html index cff4581fa..65a2efb6c 100644 --- a/docs/story/102067.html +++ b/docs/story/102067.html @@ -11,6 +11,18 @@

    1章/メイン/L1214_PTN汎用L12月2_パターン

    View script in lua + + + + + + + + + + + + @@ -100,5 +112,13 @@

    1章/メイン/L1214_PTN汎用L12月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101034001
    【エクセリア】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102068.html b/docs/story/102068.html index 812c8f1ce..33836fbac 100644 --- a/docs/story/102068.html +++ b/docs/story/102068.html @@ -11,6 +11,18 @@

    1章/メイン/L1216_PTN座学授業3_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/L1216_PTN座学授業3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    では今日も
    ブリテン島の歴史について話していくとしよう
    101040001
    【ケイ】
    カレドニアにバルバロイが巣食っているのなら
    なおさらな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102069.html b/docs/story/102069.html index c3597f5cb..84f6398b0 100644 --- a/docs/story/102069.html +++ b/docs/story/102069.html @@ -11,6 +11,18 @@

    1章/メイン/L1216_皆の母として

    未使用→保留

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/メイン/L1216_皆の母として

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/メイン/L1216_皆の母として

    + + + + @@ -56,6 +81,10 @@

    1章/メイン/L1216_皆の母として

    + + + + @@ -71,6 +100,10 @@

    1章/メイン/L1216_皆の母として

    + + + + @@ -216,6 +249,15 @@

    1章/メイン/L1216_皆の母として

    + + + + + + + + + @@ -241,6 +283,10 @@

    1章/メイン/L1216_皆の母として

    + + + + @@ -261,6 +307,10 @@

    1章/メイン/L1216_皆の母として

    + + + + @@ -276,6 +326,10 @@

    1章/メイン/L1216_皆の母として

    + + + + @@ -300,5 +354,13 @@

    1章/メイン/L1216_皆の母として

    + + + + + + + +
    template1
    Load
    Play
    101028001
    【ガラハッド】
    忙しいか…忙しそうだ、な
    【ディナタン】
    兄さん、休まなくて平気なの?
    もうすぐ遠征なんでしょう?
    101009002
    【(選択肢)】
    1. ディナタンの働きを見に来た
    2. ガラハッドの付き添いだ
    3. 心が休まらない
    Block1_1
    101009002
    【ノワール】
    ディナタンの働きを見に来たんだよ
    【ディナタン】
    呼んでくれれば
    私のほうから会いに行ったのに
    Block1_2
    101009002
    【ノワール】
    ガラハッドの付き添いだ
    【ガラハッド】
    お、おにっ、お似合いか…?
    そうなのか…!?
    Block1_3
    101009002
    【ノワール】
    心が休まらなくって
    【モルガン】
    なにもないところだけど
    ゆっくりしていって
    Block1end
    101028001
    【ガラハッド】
    お別れの挨拶をしにきたんだ
    今まで世話になった
    【ガラハッド】
    …約束する、モルガン
    帰って来ると
    101009002
    【(選択肢)】
    1. ガラハッドは連れ帰ります
    2. 最強騎士がいる。王も護り切れる
    3. 『母さん』を寂しがらせません
    Block2_1
    101009002
    【ノワール】
    ガラハッドは
    引っ張ってでも連れ帰りますから
    【ガラハッド】
    そのときは…うん
    ノワール、頼むぞ…っ
    Block2_2
    101009002
    【ノワール】
    最強騎士がいます
    王も護り切ってみせますから
    【ディナタン】
    兄さんとランス兄ちゃんがいれば
    大丈夫です、ぜったいに
    Block2_3
    101009002
    【ノワール】
    『母さん』を寂しがらせません
    【モルガン】
    誰ひとり欠けることなく
    帰って来てね
    Block2end
    101041003
    【モルガン】
    ノワールくん
    もう一度貴方に伝えさせて
    101041003
    【モルガン】
    貴方が継承者で、本当に良かった
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102070.html b/docs/story/102070.html index 3dc691571..106b9e5cf 100644 --- a/docs/story/102070.html +++ b/docs/story/102070.html @@ -11,6 +11,18 @@

    1章/メイン/L1217_PTN座学授業4_パターン

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/メイン/L1217_PTN座学授業4_パターン

    + + + + + + + + + @@ -36,6 +57,10 @@

    1章/メイン/L1217_PTN座学授業4_パターン

    + + + + @@ -51,6 +76,10 @@

    1章/メイン/L1217_PTN座学授業4_パターン

    + + + + @@ -61,6 +90,10 @@

    1章/メイン/L1217_PTN座学授業4_パターン

    + + + + @@ -110,5 +143,13 @@

    1章/メイン/L1217_PTN座学授業4_パターン

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    諸君ら学園の生徒のなかには
    ログレス以外の国の出身者も多い
    【ケイ】
    ノワールよ
    ユーサー王の異名は知っているだろうな?
    101009002
    【(選択肢)】
    1. 赤き竜
    2. 英雄王
    3. 知らない
    Block1_1
    101009002
    【ノワール】
    『ブリテンの赤き竜』だ
    【ケイ】
    ユーサー王の異名は有名だからな
    知っていて当然か
    Block1_2
    101009002
    【ノワール】
    うーん…英雄王、だったか?
    【ケイ】
    正しくは
    『ブリテンの赤き竜』だ
    Block1_3
    101009002
    【ノワール】
    聞いたことがないな
    【ケイ】
    …やれやれ
    正解は『ブリテンの赤き竜』だ
    Block1end
    101040001
    【ケイ】
    その異名が表すように
    ユーサー王はとても勇敢なお方で
    101040001
    【ケイ】
    ひとえにユーサー王のご尽力の賜物である
    日々、感謝の思いを忘れることのないようにな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102071.html b/docs/story/102071.html index 02e25e6c8..85a996bcb 100644 --- a/docs/story/102071.html +++ b/docs/story/102071.html @@ -11,6 +11,18 @@

    1章/メイン/L1226_PTN登校L12月3_パターン

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/メイン/L1226_PTN登校L12月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101036001
    【フィエナ】
    ノワール、あの…
    101036001
    【フィエナ】
    …うん!ありがと、ノワール!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102072.html b/docs/story/102072.html index de68893a1..c032b1bc3 100644 --- a/docs/story/102072.html +++ b/docs/story/102072.html @@ -11,6 +11,18 @@

    1章/メイン/L1227_PTN座学授業5_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/L1227_PTN座学授業5_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    今、この世界はバルバロイによる
    被害に見舞われているけれど
    101063001
    【クリスティーナ】
    逆に、山のように大きな魔物もいるという話よ
    みんな、遠出をするときは気を付けてね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102073.html b/docs/story/102073.html index 4c9d60ae6..969b3bdc2 100644 --- a/docs/story/102073.html +++ b/docs/story/102073.html @@ -11,6 +11,18 @@

    1章/メイン/L1228_PTN汎用L12月3_パターン

    View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

    1章/メイン/L1228_PTN汎用L12月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    ※削除
    101020001
    【マーリン】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102075.html b/docs/story/102075.html index f68150e33..f3736b4de 100644 --- a/docs/story/102075.html +++ b/docs/story/102075.html @@ -11,6 +11,18 @@

    1章/メイン/L1231_PTN登校L12月特1_パターン

    シーンID変更:PT2_01B_12_002

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/L1231_PTN登校L12月特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    今年ももうすぐ終わりだね、兄さん
    101012001
    【ディナタン】
    大丈夫、できるよ!
    だって私の自慢の兄さんだもん!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102076.html b/docs/story/102076.html index b7248d48f..db17d81ad 100644 --- a/docs/story/102076.html +++ b/docs/story/102076.html @@ -11,6 +11,18 @@

    1章/メイン/x0404_PTNキャラ会話特1_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -100,5 +112,13 @@

    1章/メイン/x0404_PTNキャラ会話特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    おはよう、兄さん
    101009002
    【ノワール】
    ああ
    ディナタンもな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102079.html b/docs/story/102079.html index 090b43d73..899c28e8d 100644 --- a/docs/story/102079.html +++ b/docs/story/102079.html @@ -11,6 +11,18 @@

    1章/メイン/x0412_PTNキャラ会話特2_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/x0412_PTNキャラ会話特2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101001001
    【ティルフィング】
    おはようございます、マスター
    101009002
    【ノワール】
    (今度見かけたら
    声をかけてみようかな)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102083.html b/docs/story/102083.html index 273648e96..d018a4e1d 100644 --- a/docs/story/102083.html +++ b/docs/story/102083.html @@ -11,6 +11,18 @@

    1章/メイン/x0415_PTN座学授業特2_パターン

    シーンID変更:PT5_01_0056

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/メイン/x0415_PTN座学授業特2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    ここから少し離れた場所にある
    岩が環状に配置された遺跡を知っているかしら
    101009002
    【ノワール】
    す、すみません!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102085.html b/docs/story/102085.html index aca6373fd..b32177d50 100644 --- a/docs/story/102085.html +++ b/docs/story/102085.html @@ -11,6 +11,18 @@

    1章/メイン/x0416_PTN登校4月2_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/x0416_PTN登校4月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    おはよう、ノワール
    学生生活にはもう慣れた?
    101009002
    【ノワール】
    …逃げたな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102086.html b/docs/story/102086.html index bb86be87d..0ba1bc5aa 100644 --- a/docs/story/102086.html +++ b/docs/story/102086.html @@ -11,6 +11,18 @@

    1章/メイン/x0416_PTN登校4月3_パターン

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/x0416_PTN登校4月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    よう、ノワール
    101009002
    【ノワール】
    ありがとう
    肝に銘じておくよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102087.html b/docs/story/102087.html index efc6ade30..de655ff25 100644 --- a/docs/story/102087.html +++ b/docs/story/102087.html @@ -11,6 +11,18 @@

    1章/メイン/x0417_PTN座学授業1_パターン

    View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

    1章/メイン/x0417_PTN座学授業1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    それではホームルームをはじめよう
    101010001
    【ランスロット】
    いや
    入学試験の説明がなされることと思う
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102088.html b/docs/story/102088.html index 7a17383c7..7937f2464 100644 --- a/docs/story/102088.html +++ b/docs/story/102088.html @@ -11,6 +11,18 @@

    1章/メイン/x0419_PTNキャラ会話特4_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/x0419_PTNキャラ会話特4_パターン

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    よう、ノワール
    憲兵団の仕事を手伝うことになったんだって?
    101009002
    【ノワール】
    …結局、どっちなんだ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102091.html b/docs/story/102091.html index aba807a50..58cacbdb4 100644 --- a/docs/story/102091.html +++ b/docs/story/102091.html @@ -11,6 +11,18 @@

    1章/メイン/x0423_PTN座学授業2_パターン

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/メイン/x0423_PTN座学授業2_パターン

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/メイン/x0423_PTN座学授業2_パターン

    + + + + @@ -81,6 +106,10 @@

    1章/メイン/x0423_PTN座学授業2_パターン

    + + + + @@ -116,6 +145,10 @@

    1章/メイン/x0423_PTN座学授業2_パターン

    + + + + @@ -145,5 +178,13 @@

    1章/メイン/x0423_PTN座学授業2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    現在、学園には5つのクラスがある
    【ランスロット】
    支援や戦場における衛生などを学ぶ
    永遠を謳う愛(エーヴィヒ・ヘルツ)』などといったクラスがある
    101009002
    【(選択肢)】
    1. クラスは移れないのか?
    2. 戦闘技術には自信がある
    3. 5つあるって言ってなかったか?
    Block1_1
    101009002
    【ノワール】
    配属されたあと
    クラスを移ることはできないのか?
    【ランスロット】
    入学後、個人の希望や成績で
    クラスが変わった生徒もいるな
    Block1_2
    101009002
    【ノワール】
    戦闘技術の向上か…
    今でも十分に自信はあるつもりだ
    【ランスロット】
    驕ることなく
    新たな知識を吸収していけ
    Block1_3
    101009002
    【ノワール】
    あんたはさっき
    5つのクラスがあると言っていたが
    【ランスロット】
    彼らともいずれ会うことになるだろう
    そのときまで楽しみにしておけ
    Block1end
    101010001
    【ランスロット】
    なにはともあれ各クラスは
    基本的には同じ顔触れで3年勉強することになる
    101010001
    【ランスロット】
    気合を入れていけよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102092.html b/docs/story/102092.html index 475cdcd0f..7b53f624b 100644 --- a/docs/story/102092.html +++ b/docs/story/102092.html @@ -11,6 +11,18 @@

    1章/メイン/x0424_PTN座学授業特3_パターン

    シーンID変更:PT5_01_0057

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/x0424_PTN座学授業特3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    明日は『聖教記念日』で、祝日となる
    101013001
    【ガウェイン】
    お前もよく知らねーんじゃん
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102094.html b/docs/story/102094.html index 5a4bacf45..e26ed06d5 100644 --- a/docs/story/102094.html +++ b/docs/story/102094.html @@ -11,6 +11,18 @@

    1章/メイン/x0426_PTN昼食ギネヴィア_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/メイン/x0426_PTN昼食ギネヴィア_パターン

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/メイン/x0426_PTN昼食ギネヴィア_パターン

    + + + + @@ -86,6 +111,10 @@

    1章/メイン/x0426_PTN昼食ギネヴィア_パターン

    + + + + @@ -105,5 +134,13 @@

    1章/メイン/x0426_PTN昼食ギネヴィア_パターン

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    ここ、いいかしら?
    【ギネヴィア】
    今日はたまたまよ、たまたま!
    ふだんはみんなと食べているけど、たまたま!!
    101009002
    【(選択肢)】
    1. 一緒に食べよう
    2. へええ…
    Block1_1
    101009002
    【ノワール】
    じゃ、せっかくだから今日は一緒に食べるか?
    【ノワール】
    一緒に食べてくれと
    頼んだつもりはないけど…
    Block1_2
    101009002
    【ノワール】
    ふーん…
    へええ~…
    【ノワール】
    どんな理屈だよ、それ
    Block1end
    101011001
    【ギネヴィア】
    じゃ、Bランチお願いね
    101009002
    【ノワール】
    当然じゃないと思うけど…
    わかったわかった、少し待っててくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102095.html b/docs/story/102095.html index bd751e6b0..289375a93 100644 --- a/docs/story/102095.html +++ b/docs/story/102095.html @@ -11,6 +11,18 @@

    1章/メイン/x0430_PTN座学授業3_パターン

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/メイン/x0430_PTN座学授業3_パターン

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/メイン/x0430_PTN座学授業3_パターン

    + + + + @@ -81,6 +106,10 @@

    1章/メイン/x0430_PTN座学授業3_パターン

    + + + + @@ -96,6 +125,10 @@

    1章/メイン/x0430_PTN座学授業3_パターン

    + + + + @@ -120,5 +153,13 @@

    1章/メイン/x0430_PTN座学授業3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    全員、席に着いているな?
    キラーズ学の授業を始める
    【ランスロット】
    …ん?
    どうした、ノワール
    101009002
    【(選択肢)】
    1. 本当に先生をやってるんだな
    2. まだ頭が追い付いていない
    3. なんでもない
    Block1_1
    101009002
    【ノワール】
    いや…本当にランスロットが
    先生をやってるんだなと思って
    【ランスロット】
    今回は大目に見るが
    以後、その境界線を曖昧にするな
    Block1_2
    101009002
    【ノワール】
    悪い
    今のこの状況がまだ理解できてなくてさ
    【ランスロット】
    焦る必要はない
    ゆっくりと覚え、ゆっくりと慣れていけばいい
    Block1_3
    101009002
    【ノワール】
    別に
    なんでもない
    【ランスロット】

    そうか、わかった
    Block1end
    101010001
    【ランスロット】
    ノワールだけに
    意見を求めるのはよくないな
    101010001
    【ランスロット】
    キラーズやマスターとして
    大切なものを守れるようになることを願っている
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102096.html b/docs/story/102096.html index 49af6021e..99659c601 100644 --- a/docs/story/102096.html +++ b/docs/story/102096.html @@ -11,6 +11,18 @@

    1章/メイン/x0501_PTNキャラ会話特夜1_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/x0501_PTNキャラ会話特夜1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102098.html b/docs/story/102098.html index efc81398d..e78841923 100644 --- a/docs/story/102098.html +++ b/docs/story/102098.html @@ -11,6 +11,18 @@

    1章/メイン/x0502_PTN噂話5月1_パターン

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/x0502_PTN噂話5月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    【内気な女子生徒】
    ねえ。やっぱりディナタンさんって
    怖い女の子なのかな?
    【内気な女子生徒】
    そうだね
    今度お昼ご飯でも誘ってみようかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102099.html b/docs/story/102099.html index 8ee313f65..69fab6d45 100644 --- a/docs/story/102099.html +++ b/docs/story/102099.html @@ -11,6 +11,18 @@

    1章/メイン/x0503_PTN座学授業1_パターン

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/メイン/x0503_PTN座学授業1_パターン

    + + + + + + + + + @@ -36,6 +57,10 @@

    1章/メイン/x0503_PTN座学授業1_パターン

    + + + + @@ -46,6 +71,10 @@

    1章/メイン/x0503_PTN座学授業1_パターン

    + + + + @@ -61,6 +90,10 @@

    1章/メイン/x0503_PTN座学授業1_パターン

    + + + + @@ -85,5 +118,13 @@

    1章/メイン/x0503_PTN座学授業1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101066001
    【ブレイズ】
    ではバルバロイ学の授業を始めようかの
    【ブレイズ】
    さて、ノワール
    お主はバルバロイをどんな存在と思っておる?
    101009002
    【(選択肢)】
    1. 記憶を食べる化け物
    2. 普通の攻撃では倒せない化け物
    3. よく知らない
    Block1_1
    101009002
    【ノワール】
    まだよくは知らないけど
    人間…いや、人間の記憶を食べると聞いてる
    【ブレイズ】
    大変結構
    Block1_2
    101009002
    【ノワール】
    バルバロイには
    武器も魔法も通用しないって聞いた
    【ブレイズ】
    うむ、そうじゃの
    Block1_3
    101009002
    【ノワール】
    うーん…まだそんなに戦ったわけじゃないから
    正直よくわからない
    【ブレイズ】
    少しずつ学んでいけばいいのじゃからの
    Block1end
    101066001
    【ブレイズ】
    バルバロイの特徴は大きく2つ
    101066001
    【ブレイズ】
    …これからの授業で
    それらについておいおい教えていくのでな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102100.html b/docs/story/102100.html index aa965f227..2bcf483dd 100644 --- a/docs/story/102100.html +++ b/docs/story/102100.html @@ -11,11 +11,32 @@

    1章/メイン/x0504_五月祭ギネヴィアと1

    未使用→保留

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -31,6 +52,10 @@

    1章/メイン/x0504_五月祭ギネヴィアと1

    + + + + @@ -46,6 +71,10 @@

    1章/メイン/x0504_五月祭ギネヴィアと1

    + + + + @@ -70,5 +99,13 @@

    1章/メイン/x0504_五月祭ギネヴィアと1

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    さがしちゃった。ここにいたのね
    101009002
    【(選択肢)】
    1. 俺も
    2. (知らんぷり)
    Block1_1
    101009002
    【ノワール】
    俺も、ちょうどキミを探してた
    【ギネヴィア】
    やぁいボッチめ~
    Block1_2
    101009002
    【ノワール】
    …さて
    向こうの屋台でも見に行こうかな
    【ノワール】
    冗談だよ、冗談
    Block1end
    【王侯貴族A】
    ギネヴィア殿下…
    いつもにも増してお美しい
    101011001
    【ギネヴィア】
    …お祭り
    エスコートしてくださる?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102101.html b/docs/story/102101.html index 74edbf589..906773eaa 100644 --- a/docs/story/102101.html +++ b/docs/story/102101.html @@ -11,11 +11,32 @@

    1章/メイン/x0504_五月祭ディナタンと1

    未使用→保留

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -31,6 +52,10 @@

    1章/メイン/x0504_五月祭ディナタンと1

    + + + + @@ -51,6 +76,10 @@

    1章/メイン/x0504_五月祭ディナタンと1

    + + + + @@ -66,6 +95,10 @@

    1章/メイン/x0504_五月祭ディナタンと1

    + + + + @@ -100,5 +133,13 @@

    1章/メイン/x0504_五月祭ディナタンと1

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    …に、兄さあん
    ちょうどいいところに~…
    101009002
    【(選択肢)】
    1. さがしたよ
    2. モテモテだな
    3. 俺の妹に手を出すな!!
    Block1_1
    101009002
    【ノワール】
    さがしたよ
    【ディナタン】
    も、もちろん!すみません皆さん…
    あの、兄が心配するので──…
    Block1_2
    101009002
    【ノワール】
    モテモテだな
    【ディナタン】
    物珍しがられてるだけだよ…
    すみません、あの、兄が来たので──…
    Block1_3
    101009002
    【ノワール】
    俺の妹に手を出すな!!
    【ディナタン】
    に、兄さん!違うのー!
    少しお話してただけだから!!
    Block1end
    101012001
    【ディナタン】
    あのね…事前の合意が重要なんだって
    101012001
    【ディナタン】
    って言ったらどうするの?兄さん
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102102.html b/docs/story/102102.html index ac64ef2ba..ae180ad97 100644 --- a/docs/story/102102.html +++ b/docs/story/102102.html @@ -11,11 +11,32 @@

    1章/メイン/x0504_五月祭ランスロットと1

    未使用→保留

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -36,6 +57,10 @@

    1章/メイン/x0504_五月祭ランスロットと1

    + + + + @@ -51,6 +76,10 @@

    1章/メイン/x0504_五月祭ランスロットと1

    + + + + @@ -85,5 +114,13 @@

    1章/メイン/x0504_五月祭ランスロットと1

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    祭はもういいのか?
    101009002
    【(選択肢)】
    1. なにをしていたんだ?
    2. 輪のなかに入る気になれなくて
    Block1_1
    101009002
    【ノワール】
    ああ
    あんたはなにをしていたんだ?
    【ランスロット】
    まあな
    Block1_2
    101009002
    【ノワール】
    どうにも
    ああいう輪のなかに入る気になれなくて
    【ランスロット】
    わかる、俺もだ
    Block1end
    101010001
    【ランスロット】
    だが、学園で過ごす時間はあっという間だぞ
    101010001
    【ランスロット】
    楽しかったな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102103.html b/docs/story/102103.html index d473202f2..eeaf91de9 100644 --- a/docs/story/102103.html +++ b/docs/story/102103.html @@ -11,6 +11,18 @@

    1章/メイン/x0505_PTNキャラ会話特1_パターン

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/x0505_PTNキャラ会話特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    おはよう、ノワール
    ぐっすり眠れたようで羨ましいわ
    101011001
    【ギネヴィア】
    護衛(エスコート)、よろしく頼むわよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102104.html b/docs/story/102104.html index 53de21861..5f3531f3c 100644 --- a/docs/story/102104.html +++ b/docs/story/102104.html @@ -11,6 +11,18 @@

    1章/メイン/x0505_五月女王決定戦

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/メイン/x0505_五月女王決定戦

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/メイン/x0505_五月女王決定戦

    + + + + @@ -71,6 +96,10 @@

    1章/メイン/x0505_五月女王決定戦

    + + + + @@ -91,6 +120,10 @@

    1章/メイン/x0505_五月女王決定戦

    + + + + @@ -121,6 +154,15 @@

    1章/メイン/x0505_五月女王決定戦

    + + + + + + + + + @@ -136,6 +178,10 @@

    1章/メイン/x0505_五月女王決定戦

    + + + + @@ -156,6 +202,10 @@

    1章/メイン/x0505_五月女王決定戦

    + + + + @@ -235,5 +285,13 @@

    1章/メイン/x0505_五月女王決定戦

    + + + + + + + +
    template1
    Load
    Play
    101026001
    【MC】
    春の訪れ、夏の豊穣…
    今年その祈りを聞き届けるのは誰なのか
    【ラグネル】
    ひとりで複数票入れられるのってどうなの?
    その仕組みは果たして公正かなぁ?ねえ
    101009002
    【(選択肢)】
    1. だから食べ物を大量に買う人が…
    2. 惜しみなく推せるのは悪くないな
    3. 金で愛を贈るのか
    Block1_1
    101009002
    【ノワール】
    だから男子生徒の連中は
    食べ物を大量に買ってたのか
    【ガウェイン】
    去年は五月女王に興味なくてさ
    バカ騒ぎしてた記憶はあんだけどよ
    Block1_2
    101009002
    【ノワール】
    惜しみなく推せるのは悪くないな
    【ディナタン】
    ふぅん…?
    Block1_3
    101009002
    【ノワール】
    金で愛を贈るのか
    【イゾルデ】
    情熱ね。悪くないわ
    Block1end
    101011001
    【ギネヴィア】
    …誘拐、どんとこい………!!
    ねえ、髪とか服…乱れてないかな
    【ギネヴィア】
    の、の、のわーる、ねえノワール…!
    結果出たら走るのよ、わたしを連れて!
    101009002
    【(選択肢)】
    1. 護衛しなきゃな
    2. 俺が誘拐したことにならないか?
    Block2_1
    101009002
    【ノワール】
    護衛しなきゃな
    【ギネヴィア】
    じゃなきゃ、もみくちゃにされちゃうんだから!
    Block2_2
    101009002
    【ノワール】
    それって俺が誘拐したことにならないか?
    【ギネヴィア】
    ま、まァ
    それならそれで、考える
    Block2end
    101027001
    【ディンドラン】
    五月女王は
    ディナタンさんです!
    101011001
    【ギネヴィア】
    ………まもって、この恥ずかしさから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102105.html b/docs/story/102105.html index 9a54b00f8..420e0db0b 100644 --- a/docs/story/102105.html +++ b/docs/story/102105.html @@ -11,6 +11,18 @@

    1章/メイン/x0507_PTN座学授業2_パターン

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/メイン/x0507_PTN座学授業2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    では
    あらためてキラーズ学の授業を始める
    101010001
    【ランスロット】
    力をもつ者として、もたぬ者を守る
    その意識を忘れないようにしてくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102106.html b/docs/story/102106.html index c3199548e..238985d12 100644 --- a/docs/story/102106.html +++ b/docs/story/102106.html @@ -11,6 +11,18 @@

    1章/メイン/x0508_PTN噂話5月2_パターン

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/x0508_PTN噂話5月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    【気取った男子生徒】
    ヤバイ…。今月まだ始まって間もないのに
    小遣いがほとんど残ってない…
    【気取った男子生徒】
    はあ
    やっぱそれしかないか…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102107.html b/docs/story/102107.html index 4a75a16d6..9033bcd81 100644 --- a/docs/story/102107.html +++ b/docs/story/102107.html @@ -11,6 +11,18 @@

    1章/メイン/x0509_PTN昼食ランスロット_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    1章/メイン/x0509_PTN昼食ランスロット_パターン

    + + + + + + + + + @@ -66,6 +87,10 @@

    1章/メイン/x0509_PTN昼食ランスロット_パターン

    + + + + @@ -86,6 +111,10 @@

    1章/メイン/x0509_PTN昼食ランスロット_パターン

    + + + + @@ -105,5 +134,13 @@

    1章/メイン/x0509_PTN昼食ランスロット_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    …教師が特定の生徒と食事なんかしていいのか?
    贔屓(ひいき)ととられるかもしれないぞ
    【ランスロット】
    ディナタンは、相手を心配させまいと
    平気なフリをする癖があるからな
    101009002
    【(選択肢)】
    1. ディナタンなら大丈夫だ
    2. 覚えてるんだな
    Block1_1
    101009002
    【ノワール】
    ディナタンなら大丈夫だ
    【ランスロット】
    そうか
    それならいいんだが
    Block1_2
    101009002
    【ノワール】
    覚えてるんだな
    【ノワール】
    元気だと言い張ったときだな
    ベッドに連れていくのに苦労した
    Block1end
    101010001
    【ランスロット】
    お前も変わらないな
    101009002
    【ノワール】
    よ、余計なお世話だ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102108.html b/docs/story/102108.html index c1760becc..46bf9e058 100644 --- a/docs/story/102108.html +++ b/docs/story/102108.html @@ -11,6 +11,18 @@

    1章/メイン/x0510_PTNキャラ会話特夜2_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/メイン/x0510_PTNキャラ会話特夜2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    ※削除
    101012001
    【ディナタン】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102109.html b/docs/story/102109.html index dee70e280..cf1a4a254 100644 --- a/docs/story/102109.html +++ b/docs/story/102109.html @@ -11,6 +11,18 @@

    1章/メイン/x0510_PTN座学授業3_パターン

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/メイン/x0510_PTN座学授業3_パターン

    + + + + + + + + + @@ -66,6 +87,10 @@

    1章/メイン/x0510_PTN座学授業3_パターン

    + + + + @@ -81,6 +106,10 @@

    1章/メイン/x0510_PTN座学授業3_パターン

    + + + + @@ -101,6 +130,10 @@

    1章/メイン/x0510_PTN座学授業3_パターン

    + + + + @@ -116,6 +149,10 @@

    1章/メイン/x0510_PTN座学授業3_パターン

    + + + + @@ -151,6 +188,10 @@

    1章/メイン/x0510_PTN座学授業3_パターン

    + + + + @@ -165,5 +206,13 @@

    1章/メイン/x0510_PTN座学授業3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    皆が学園に入学してからの最初の目標となる
    GS(ゲシュタルト・シフト)について話そう
    【ランスロット】
    ノワール
    なにか質問はあるか?
    101009002
    【(選択肢)】
    1. GS相手は誰でもいいのか?
    2. 姿を変えるってどういうことだ?
    3. あんたもGSを果たしたのか?
    4. 両者の関係性はどう決まる?
    5. マスターは強くならないのか?
    Block1_1
    101009002
    【ノワール】
    GSの相手は誰でもいいのか?
    【ランスロット】
    GSへ至る扉が開かれることになる
    Block1_2
    101009002
    【ノワール】
    姿を変えるってのは
    どういうことだ?
    【ランスロット】
    それまでとは
    異なる姿に見えるようになるんだ
    Block1_3
    101009002
    【ノワール】
    ランスロットも
    GSを済ませているのか?
    【ランスロット】

    それについては、いずれ話そう
    Block1_4
    101009002
    【ノワール】
    キラーズとマスターってのは
    どうやって決まるんだ?
    【ランスロット】
    それについては
    生まれ持った因子の性質による部分が多いらしい
    Block1_5
    101009002
    【ノワール】
    GSを経て戦闘能力が向上するのは
    キラーズだけなのか?
    【ランスロット】
    ふたつが揃って
    はじめて真の力を発揮できると捉えてくれ
    Block1end
    101010001
    【ランスロット】
    GSは「したい」と思って
    すぐにできるものではない
    101010001
    【ランスロット】
    焦らなくていい
    そのときは訪れるはずだからな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102110.html b/docs/story/102110.html index 07da3dc49..618a889b8 100644 --- a/docs/story/102110.html +++ b/docs/story/102110.html @@ -11,6 +11,18 @@

    1章/メイン/x0511_PTN汎用5月1_パターン

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/x0511_PTN汎用5月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102111.html b/docs/story/102111.html index 73c360f4c..fef632f74 100644 --- a/docs/story/102111.html +++ b/docs/story/102111.html @@ -11,6 +11,18 @@

    1章/メイン/x0517_PTN登校5月1_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/x0517_PTN登校5月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101001001
    【ティルフィング】
    おはようございます、マスター
    101001001
    【ティルフィング】
    もちろんです、マスター
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102112.html b/docs/story/102112.html index 9d10b8d51..515b541b0 100644 --- a/docs/story/102112.html +++ b/docs/story/102112.html @@ -11,6 +11,18 @@

    1章/メイン/x0518_PTN汎用5月2_パターン

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/x0518_PTN汎用5月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101001001
    【ティルフィング】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102113.html b/docs/story/102113.html index d64ff246e..f4268f792 100644 --- a/docs/story/102113.html +++ b/docs/story/102113.html @@ -11,6 +11,18 @@

    1章/メイン/x0519_PTN汎用5月3_パターン

    View script in lua + + + + + + + + + + + + @@ -110,5 +122,13 @@

    1章/メイン/x0519_PTN汎用5月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101018001
    【ラグネル】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102116.html b/docs/story/102116.html index 4cdc494d1..dd59192a6 100644 --- a/docs/story/102116.html +++ b/docs/story/102116.html @@ -11,6 +11,18 @@

    1章/メイン/x0522_PTNキャラ会話特夜4_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/x0522_PTNキャラ会話特夜4_パターン

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102117.html b/docs/story/102117.html index 91a6c830b..dcdedb67b 100644 --- a/docs/story/102117.html +++ b/docs/story/102117.html @@ -11,6 +11,18 @@

    1章/メイン/x0522_PTN座学授業4_パターン

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/x0522_PTN座学授業4_パターン

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    今日のホームルームは私が担当する
    内容は当学園のなりたちについてだ
    101009002
    【ノワール】
    (なるほど
    ここは学園であると同時に王城でもあるんだな)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102118.html b/docs/story/102118.html index b27098652..8b885cc14 100644 --- a/docs/story/102118.html +++ b/docs/story/102118.html @@ -11,6 +11,18 @@

    1章/メイン/x0523_PTN登校5月2_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/x0523_PTN登校5月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101018001
    【ラグネル】
    おはよ、ノワール
    101009002
    【ノワール】
    あ、ああ
    頼りにさせてもらうよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102119.html b/docs/story/102119.html index 27eae6a97..78ae59d9a 100644 --- a/docs/story/102119.html +++ b/docs/story/102119.html @@ -11,6 +11,18 @@

    1章/メイン/x0524_PTNキャラ会話特2_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/メイン/x0524_PTNキャラ会話特2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101018001
    【ラグネル】
    ねえ、ノワール
    ギネヴィア様…今日も学園に来てない
    101009002
    【ノワール】
    そうだよな
    雇われてるんだよな、俺。ギネヴィアに
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102120.html b/docs/story/102120.html index ee8426ebd..72c1acce2 100644 --- a/docs/story/102120.html +++ b/docs/story/102120.html @@ -11,6 +11,18 @@

    1章/メイン/x0524_PTNキャラ会話特5_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -100,5 +112,13 @@

    1章/メイン/x0524_PTNキャラ会話特5_パターン

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102121.html b/docs/story/102121.html index e4a7ebf29..6a5f6f5eb 100644 --- a/docs/story/102121.html +++ b/docs/story/102121.html @@ -11,6 +11,18 @@

    1章/メイン/x0524_PTNキャラ会話夜特3_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/x0524_PTNキャラ会話夜特3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101001001
    【ティルフィング】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102122.html b/docs/story/102122.html index 6eeebfc61..e8309a426 100644 --- a/docs/story/102122.html +++ b/docs/story/102122.html @@ -11,6 +11,18 @@

    1章/メイン/x0526_PTN汎用5月4_パターン

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/x0526_PTN汎用5月4_パターン

    + + + + + + + +
    template1
    Load
    Play
    101032001
    【ガレス】
    ※削除
    101032001
    【ガレス】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102123.html b/docs/story/102123.html index 4600e7e42..53a1398ba 100644 --- a/docs/story/102123.html +++ b/docs/story/102123.html @@ -11,6 +11,18 @@

    1章/メイン/x0527_PTN登校5月3_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/x0527_PTN登校5月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    兄さん、おはよ――
    101009002
    【ノワール】
    へえ、ちょっと興味湧いてきたよ
    いつか食べられるといいな、そのリンゴ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102124.html b/docs/story/102124.html index fe2cfc50b..f02eddb49 100644 --- a/docs/story/102124.html +++ b/docs/story/102124.html @@ -11,6 +11,18 @@

    1章/メイン/x0602_PTN汎用6月1_パターン

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/x0602_PTN汎用6月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102125.html b/docs/story/102125.html index 4607e61b6..47cd8ca0b 100644 --- a/docs/story/102125.html +++ b/docs/story/102125.html @@ -11,6 +11,18 @@

    1章/メイン/x0603_PTN座学授業_特1_パターン

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/メイン/x0603_PTN座学授業_特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101052001
    【ヴェルナルス】
    次の土曜だが
    ログレス郊外で実戦形式の演習を行ってもらう
    101009002
    【ノワール】
    (ヴェルナルス先生が精鋭というほどの相手だ
    気を引き締めてかからないとな)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102128.html b/docs/story/102128.html index 4d358a778..84201c3bc 100644 --- a/docs/story/102128.html +++ b/docs/story/102128.html @@ -11,6 +11,18 @@

    1章/メイン/x0606_PTN座学授業1_パターン

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/x0606_PTN座学授業1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101066001
    【ブレイズ】
    しばらく前より
    市井で流行している『狂忘症』を知っておるか?
    101066001
    【ブレイズ】
    もしも周りに感染したと思わしき者がおったら
    安静にすることを勧めるようにな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102130.html b/docs/story/102130.html index c46a44aa5..611bfef73 100644 --- a/docs/story/102130.html +++ b/docs/story/102130.html @@ -11,6 +11,18 @@

    1章/メイン/x0609_PTN汎用6月2_パターン

    View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

    1章/メイン/x0609_PTN汎用6月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101063001
    【クリスティーナ】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102132.html b/docs/story/102132.html index b28d29186..9e2015d34 100644 --- a/docs/story/102132.html +++ b/docs/story/102132.html @@ -11,6 +11,18 @@

    1章/メイン/x0610_リンゴ狩り導入

    未使用→保留

    View script in lua + + + + + + + + + + + + @@ -206,6 +218,15 @@

    1章/メイン/x0610_リンゴ狩り導入

    + + + + + + + + + @@ -221,6 +242,10 @@

    1章/メイン/x0610_リンゴ狩り導入

    + + + + @@ -241,6 +266,10 @@

    1章/メイン/x0610_リンゴ狩り導入

    + + + + @@ -261,6 +290,10 @@

    1章/メイン/x0610_リンゴ狩り導入

    + + + + @@ -270,5 +303,13 @@

    1章/メイン/x0610_リンゴ狩り導入

    + + + + + + + +
    template1
    Load
    Play
    101041003
    【モルガン】
    だからね、お引越ししましょ?
    【マルディサント】
    なんでセンソー中にリンゴ狩りなんだよ
    ありえねーー
    101009002
    【(選択肢)】
    1. きっとギネヴィアも喜ぶ
    2. ディナタンも連れて行きたい
    3. ランスロットは行くのか?
    Block1_1
    101009002
    【ノワール】
    きっとギネヴィアも喜ぶ
    【アーサー】
    本当によくやってくれた
    …ありがとう
    Block1_2
    101009002
    【ノワール】
    ディナタンも連れて行っていいか?
    【アーサー】
    妹さんをリフレッシュさせてやれ
    これまでの疲れも溜まっているだろう
    Block1_3
    101009002
    【ノワール】
    ランスロットは行くのか?
    【ランスロット】
    お前にとって…俺が行くか行かないか
    どちらのほうがお前の心を休められる?
    Block1end
    101015001
    【アーサー】
    出発は5日後、学園の守りはガウェインらが
    引率兼護衛にはランスロットがつく
    101015001
    【アーサー】
    すまんな
    B級のもてなしばかりで
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102133.html b/docs/story/102133.html index 8d45b3155..d173bd305 100644 --- a/docs/story/102133.html +++ b/docs/story/102133.html @@ -11,6 +11,18 @@

    1章/メイン/x0611_PTN噂話6月2_パターン

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/x0611_PTN噂話6月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    【詩的な男子生徒】
    キミは
    リンゴの花言葉を知っているか~い?
    【詩的な男子生徒】
    …さ、さすがはモルガン先生
    生徒想いだね、エクセレントだね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102134.html b/docs/story/102134.html index 775f3bdd8..38f973878 100644 --- a/docs/story/102134.html +++ b/docs/story/102134.html @@ -11,6 +11,18 @@

    1章/メイン/x0612_PTN座学授業2_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/x0612_PTN座学授業2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101052001
    【ヴェルナルス】
    地理学の授業をはじめる
    101052001
    【ヴェルナルス】
    この島の生活には
    ローマの文化が深く根付いていると考えてくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102135.html b/docs/story/102135.html index 5ff9028c7..7421648eb 100644 --- a/docs/story/102135.html +++ b/docs/story/102135.html @@ -11,6 +11,18 @@

    1章/メイン/x0614_PTN登校6月2_パターン

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/メイン/x0614_PTN登校6月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101014001
    【トリスタン】
    やれやれ…。まさかボクまで
    リンゴ狩りに付き合わされることになるとはね
    101009002
    【ノワール】
    き、気を付けるよ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102136.html b/docs/story/102136.html index aa603fc28..0c04f884d 100644 --- a/docs/story/102136.html +++ b/docs/story/102136.html @@ -11,6 +11,18 @@

    1章/メイン/x0618_PTN座学授業3_パターン

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/メイン/x0618_PTN座学授業3_パターン

    + + + + + + + + + @@ -56,6 +77,10 @@

    1章/メイン/x0618_PTN座学授業3_パターン

    + + + + @@ -86,6 +111,10 @@

    1章/メイン/x0618_PTN座学授業3_パターン

    + + + + @@ -96,6 +125,10 @@

    1章/メイン/x0618_PTN座学授業3_パターン

    + + + + @@ -105,5 +138,13 @@

    1章/メイン/x0618_PTN座学授業3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101066001
    【ブレイズ】
    今日は
    バルバロイ憑きについて話していこうかの
    【ブレイズ】
    …ノワール?
    なにか質問があるような顔じゃの
    101009002
    【(選択肢)】
    1. 成り代わってどうするんだ?
    2. 取り憑かれた人間はどうなる?
    3. 質問はない
    Block1_1
    101009002
    【ノワール】
    人間に成り代わって
    バルバロイはなにをするつもりなんだ?
    【ブレイズ】
    …そんなものがあるのかもしれぬな
    Block1_2
    101009002
    【ノワール】
    取り憑かれたあと
    その人間はどうなるんだ?
    【ブレイズ】
    人間としての記憶や自我を保ったまま
    バルバロイの力を得ることができるとも聞く
    Block1_3
    101009002
    【ノワール】
    いや
    特に質問はないよ
    【ブレイズ】
    む?
    そうじゃったか、すまんの
    Block1end
    101066001
    【ブレイズ】
    ひょっとすればこのクラスのなかにも
    『バルバロイ憑き』が潜んでおるかもしれんの
    101066001
    【ブレイズ】
    冗談じゃよ
    ふぉっふぉっふぉ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102137.html b/docs/story/102137.html index 43299c026..15fb740d5 100644 --- a/docs/story/102137.html +++ b/docs/story/102137.html @@ -11,6 +11,18 @@

    1章/メイン/x0618_円卓・モルガン奪還作戦

    View script in lua + + + + + + + + + + + + @@ -116,6 +128,15 @@

    1章/メイン/x0618_円卓・モルガン奪還作戦

    + + + + + + + + + @@ -136,6 +157,10 @@

    1章/メイン/x0618_円卓・モルガン奪還作戦

    + + + + @@ -151,6 +176,10 @@

    1章/メイン/x0618_円卓・モルガン奪還作戦

    + + + + @@ -180,5 +209,13 @@

    1章/メイン/x0618_円卓・モルガン奪還作戦

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    カレドニア王ライエンスは狡猾だ
    【アーサー】
    大丈夫だ
    心強い護衛がいるからな
    101009002
    【(選択肢)】
    1. もちろんだ
    2. 円卓会議で可決をとろう
    Block1_1
    101009002
    【ノワール】
    もちろんだ
    任せてくれ
    【トリスタン】
    …早すぎるでしょ、仲良くなるの
    Block1_2
    101009002
    【ノワール】
    構わないが…
    円卓会議にかけなくていいのか?
    【トリスタン】
    さすがのボクも空気を読むよ
    Block1end
    101015001
    【アーサー】
    決まりだな
    101014001
    【トリスタン】
    面倒だよね、家族って
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102138.html b/docs/story/102138.html index 0bcc2d961..bf8b0f95c 100644 --- a/docs/story/102138.html +++ b/docs/story/102138.html @@ -11,6 +11,18 @@

    1章/メイン/x0618_歌劇4

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -146,6 +158,15 @@

    1章/メイン/x0618_歌劇4

    + + + + + + + + + @@ -161,6 +182,10 @@

    1章/メイン/x0618_歌劇4

    + + + + @@ -176,6 +201,10 @@

    1章/メイン/x0618_歌劇4

    + + + + @@ -191,6 +220,10 @@

    1章/メイン/x0618_歌劇4

    + + + + @@ -250,5 +283,13 @@

    1章/メイン/x0618_歌劇4

    + + + + + + + +
    template1
    Load
    Play
    101017003
    【マルディサント】
    …?
    ここは…
    【マルディサント】
    やんのか、オラァッ!?
    101009002
    【(選択肢)】
    1. ディナタンを止める
    2. マルディサントを止める
    3. (傍観する)
    Block1_1
    101009002
    【ノワール】
    やめろ、落ち着け、ディナタン!
    【ディナタン】
    私、言わなきゃ!
    マルディサントに言いたいことあるの…!!
    Block1_2
    101009002
    【ノワール】
    お、おい!
    落ち着けマルディサント!
    【マルディサント】
    や!アタシが売った感もなくはねえが
    ともかくそいつとの喧嘩なんだよ!
    Block1_3
    101009002
    【ノワール】
    【ディナタン】
    見てるだけなら
    向こう行っててよ兄さん!
    Block1end
    101017003
    【マルディサント】
    その良い子ヅラはがしてやるよ!!
    101012001
    【ディナタン】
    ずっとずっと
    なにも、してあげられないまま──…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102139.html b/docs/story/102139.html index 1035c4316..5d88a4b5e 100644 --- a/docs/story/102139.html +++ b/docs/story/102139.html @@ -11,6 +11,18 @@

    1章/メイン/x0618_歌劇4①

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/x0618_歌劇4①

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    あの、さ
    マルディサントの容体はどうなんだ?
    101014001
    【トリスタン】
    行ってあげたら?
    兄妹なんでしょ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102140.html b/docs/story/102140.html index ba5e6f263..37e84d162 100644 --- a/docs/story/102140.html +++ b/docs/story/102140.html @@ -11,6 +11,18 @@

    1章/メイン/x0618_歌劇4②

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/x0618_歌劇4②

    + + + + + + + +
    template1
    Load
    Play
    101014001
    【トリスタン】
    もういいの?
    妹さん、泣いてたけど
    101014001
    【トリスタン】
    円卓の間
    円卓会議が始まるよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102141.html b/docs/story/102141.html index a91c55654..5ef881b7f 100644 --- a/docs/story/102141.html +++ b/docs/story/102141.html @@ -11,6 +11,18 @@

    1章/メイン/x0619_PTN登校6月3_パターン

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/メイン/x0619_PTN登校6月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101019001
    【イゾルデ】
    ごきげんよう、ノワール
    101019001
    【イゾルデ】
    見せてちょうだい
    私とトリスタンに、お前の覚悟を
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102142.html b/docs/story/102142.html index 9a4c629ae..fe1622ac1 100644 --- a/docs/story/102142.html +++ b/docs/story/102142.html @@ -11,6 +11,18 @@

    1章/メイン/x0620_PTN座学授業4_パターン

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    1章/メイン/x0620_PTN座学授業4_パターン

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/メイン/x0620_PTN座学授業4_パターン

    + + + + @@ -76,6 +101,10 @@

    1章/メイン/x0620_PTN座学授業4_パターン

    + + + + @@ -86,6 +115,10 @@

    1章/メイン/x0620_PTN座学授業4_パターン

    + + + + @@ -110,5 +143,13 @@

    1章/メイン/x0620_PTN座学授業4_パターン

    + + + + + + + +
    template1
    Load
    Play
    101066001
    【ブレイズ】
    今日は…そうじゃな
    魔女について語っていこうかの
    【ブレイズ】
    ノワール
    なぜじゃと思う?
    101009002
    【(選択肢)】
    1. わからない
    2. 自我がある
    3. 別の目的を持っている
    Block1_1
    101009002
    【ノワール】
    うーん
    ちょっとわからない
    【ブレイズ】
    素直なのは悪いことではないが
    もう少し考えてみても良いと思うがのう…
    Block1_2
    101009002
    【ノワール】
    バルバロイと違って
    魔女には自我がある
    【ブレイズ】
    まあ、当たらずとも遠からずじゃ
    Block1_3
    101009002
    【ノワール】
    魔女たちの目的は
    バルバロイとは違うんじゃないかな?
    【ブレイズ】
    さすがはノワール
    良い目の付けどころじゃ
    Block1end
    101066001
    【ブレイズ】
    魔女たちは
    確かにバルバロイを使役してはいるものの
    101066001
    【ブレイズ】
    …そんなふうにも考えられるのじゃよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102143.html b/docs/story/102143.html index 1b644a28e..c8542c615 100644 --- a/docs/story/102143.html +++ b/docs/story/102143.html @@ -11,6 +11,18 @@

    1章/メイン/x0621_PTN昼食ディナタン_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/メイン/x0621_PTN昼食ディナタン_パターン

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/メイン/x0621_PTN昼食ディナタン_パターン

    + + + + @@ -91,6 +116,10 @@

    1章/メイン/x0621_PTN昼食ディナタン_パターン

    + + + + @@ -100,5 +129,13 @@

    1章/メイン/x0621_PTN昼食ディナタン_パターン

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    …兄さん、決めたよ
    【ディナタン】
    もしブライアンさんが武器を向けてきたら
    兄さんはどうするの?
    101009002
    【(選択肢)】
    1. 戦うしかない
    2. わからない
    Block1_1
    101009002
    【ノワール】
    そのときは…戦うしかない
    【ノワール】
    モルガン先生を救出するために
    戦わなくちゃならないなら、戦うってだけだ
    Block1_2
    101009002
    【ノワール】
    覚悟はしておかないと
    いけないんだってことはわかってる
    【ディナタン】
    少し、安心した…
    Block1end
    101012001
    【ディナタン】
    今から考えてても仕方ないよね
    とりあえず、ご飯いっぱい食べて元気つけとこ!
    101012001
    【ディナタン】
    兄さんも食べて食べて!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102145.html b/docs/story/102145.html index 67d8f490f..33c56697d 100644 --- a/docs/story/102145.html +++ b/docs/story/102145.html @@ -11,6 +11,18 @@

    1章/メイン/x0621_PTN野営特1_パターン

    シーンID変更:PT2_01_06_004

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/x0621_PTN野営特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    兄さん
    ブライアンさんの眼、見たでしょ?
    101009002
    【ノワール】
    変わるもんか
    たとえ変わってたって、俺は…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102146.html b/docs/story/102146.html index a07db2217..fe1f9c459 100644 --- a/docs/story/102146.html +++ b/docs/story/102146.html @@ -11,6 +11,18 @@

    1章/メイン/x0622_PTN汎用6月3_パターン

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/x0622_PTN汎用6月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101014001
    【トリスタン】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102147.html b/docs/story/102147.html index 78ab964ea..3074a4af0 100644 --- a/docs/story/102147.html +++ b/docs/story/102147.html @@ -11,6 +11,18 @@

    1章/メイン/x0624_PTNキャラ会話特2_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/x0624_PTNキャラ会話特2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    …これでよし、っと
    101009002
    【ノワール】
    ああ
    絶対に助けてみせる
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102148.html b/docs/story/102148.html index ef75fc0cd..89a0055a7 100644 --- a/docs/story/102148.html +++ b/docs/story/102148.html @@ -11,6 +11,27 @@

    1章/メイン/x0626_モルガン奪還作戦⑤3

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -26,6 +47,10 @@

    1章/メイン/x0626_モルガン奪還作戦⑤3

    + + + + @@ -51,6 +76,10 @@

    1章/メイン/x0626_モルガン奪還作戦⑤3

    + + + + @@ -95,5 +124,13 @@

    1章/メイン/x0626_モルガン奪還作戦⑤3

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【(選択肢)】
    1. 怪我は平気か?
    2. ありがとう
    Block1_1
    101009001
    【ノワール】
    …怪我は平気か、ブライアン
    【ブライアン】
    おめえのつけた傷が一番痛ぇよ
    Block1_2
    101050001
    【ブライアン】
    終わったのか?
    【ブライアン】
    真意をわからずに礼を言うのか?
    まったく、どうかしてるぜ
    Block1end
    101050001
    【ブライアン】
    相変わらず気の利かねえガキだ
    こっちは大ケガしてるってのによ…
    101009001
    【ノワール】
    だから迎えに来たんだよ
    金色コート(おれ)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102149.html b/docs/story/102149.html index c63f1a0fb..f8422d6b9 100644 --- a/docs/story/102149.html +++ b/docs/story/102149.html @@ -11,6 +11,18 @@

    1章/メイン/x0629_PTN汎用6月4_パターン

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/x0629_PTN汎用6月4_パターン

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102150.html b/docs/story/102150.html index e6aa9a0df..9d6d31d18 100644 --- a/docs/story/102150.html +++ b/docs/story/102150.html @@ -11,6 +11,18 @@

    1章/メイン/x0701_牢屋越しの会話

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -91,6 +103,15 @@

    1章/メイン/x0701_牢屋越しの会話

    + + + + + + + + + @@ -106,6 +127,10 @@

    1章/メイン/x0701_牢屋越しの会話

    + + + + @@ -121,6 +146,10 @@

    1章/メイン/x0701_牢屋越しの会話

    + + + + @@ -300,5 +329,13 @@

    1章/メイン/x0701_牢屋越しの会話

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    キズの調子は?
    【ブライアン】
    おめえ、なにをどこまで知ってやがる…!
    ブルーノを殺した野郎が言えたクチかァッ…!?
    101009002
    【(選択肢)】
    1. ブライアンやめろ、傷が開く…!
    2. ランスロット、どういうことだ
    Block1_1
    101009002
    【ノワール】
    ブライアンやめろ…!
    傷が開くから…!
    【ブライアン】
    俺とブルーノしか
    知らねえはずだ…!
    Block1_2
    101009002
    【ノワール】
    ランスロット、どういうことだ…?
    【ブライアン】
    知ったような涼しい口ぶりで
    ブルーノを語りやがって…!
    Block1end
    101050001
    【ブライアン】
    可愛い弟弟子(おとうとでし)のキモチ裏切って
    よく涼しいカオしてられるなあっ!?
    101009002
    【ノワール】
    生きててよかった
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102151.html b/docs/story/102151.html index abde01d27..a2f1e0d3a 100644 --- a/docs/story/102151.html +++ b/docs/story/102151.html @@ -11,6 +11,18 @@

    1章/メイン/x0703_PTN座学授業1_パターン

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/x0703_PTN座学授業1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101020001
    【マーリン】
    今日はみなさんも触れる機会の多い
    転移魔法についてその仕組みを学びましょう
    101020001
    【マーリン】
    転移魔法は便利ではあるものの
    万能なものではないとご理解ください
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102152.html b/docs/story/102152.html index d4fdceed7..14195ba5f 100644 --- a/docs/story/102152.html +++ b/docs/story/102152.html @@ -11,6 +11,18 @@

    1章/メイン/x0704_PTN噂話7月2_パターン

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/x0704_PTN噂話7月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    【詩的な男子生徒】
    常々思っていたんだけどさ
    キミのファッションセンスは壊滅的だね
    【詩的な男子生徒】
    えっ?
    あ、そうなの…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102154.html b/docs/story/102154.html index 2e2c5593e..e13b83cbe 100644 --- a/docs/story/102154.html +++ b/docs/story/102154.html @@ -11,6 +11,18 @@

    1章/メイン/x0706_PTNキャラ会話特1_パターン

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/x0706_PTNキャラ会話特1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101016001
    【ギネマウア】
    おはようございます
    ノワール様
    101009002
    【ノワール】
    (忘れないようにしないとな)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102155.html b/docs/story/102155.html index 0ec52b7c3..aecd8cd70 100644 --- a/docs/story/102155.html +++ b/docs/story/102155.html @@ -11,6 +11,18 @@

    1章/メイン/x0706_補講・因枢分解

    未使用→保留

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    1章/メイン/x0706_補講・因枢分解

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/メイン/x0706_補講・因枢分解

    + + + + @@ -86,6 +111,10 @@

    1章/メイン/x0706_補講・因枢分解

    + + + + @@ -101,6 +130,10 @@

    1章/メイン/x0706_補講・因枢分解

    + + + + @@ -305,5 +338,13 @@

    1章/メイン/x0706_補講・因枢分解

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    アタシがサボってたぶんの補習…
    ってワケじゃねえよなァ?
    【マルディサント】
    ウワ最強騎士じゃん!!マジかよ!!ヒュー!
    最強騎士の最強補講ってことかぁヤッタネおい!
    101009001
    【(選択肢)】
    1. 教えてくれるのか、ランスロット
    2. 色々とありがとう、ギネヴィア
    3. しっかり勉強しよう、ディナタン
    Block1_1
    101009001
    【ノワール】
    なにを教えてくれるんだ、ランスロット
    【ディナタン】
    …ランス兄ちゃん
    Block1_2
    101009001
    【ノワール】
    色々とありがとう、ギネヴィア
    …気を遣ってくれたみたいで
    【ギネマウア】
    殿下は照れ隠しが下手ですね
    Block1_3
    101009001
    【ノワール】
    しっかり勉強しよう、ディナタン
    【ディナタン】
    居眠りしちゃっても
    私が後で教えてあげるからね?
    Block1end
    101010001
    【ランスロット】
    伝えたいことはひとつ
    GS(ゲシュタルト・シフト)の必要性』についてだ
    101001001
    【ティルフィング】
    バルバロイを討ち果たし
    真実を掴むための
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102156.html b/docs/story/102156.html index 61d1d5b10..cbe1871af 100644 --- a/docs/story/102156.html +++ b/docs/story/102156.html @@ -11,6 +11,18 @@

    1章/メイン/x0708_PTN登校7月1_パターン

    View script in lua + + + + + + + + + + + + @@ -100,5 +112,13 @@

    1章/メイン/x0708_PTN登校7月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    マルディサント、おはよう
    101017001
    【マルディサント】
    しくった…具合わりーフリして
    シカト決め込むべきだった…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102157.html b/docs/story/102157.html index 1b612d441..f78e9b8ce 100644 --- a/docs/story/102157.html +++ b/docs/story/102157.html @@ -11,6 +11,18 @@

    1章/メイン/x0713_PTN汎用7月1_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/メイン/x0713_PTN汎用7月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101037001
    【ラシア】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102159.html b/docs/story/102159.html index 6073f20a1..1e59c042f 100644 --- a/docs/story/102159.html +++ b/docs/story/102159.html @@ -11,6 +11,18 @@

    1章/メイン/x0716_PTN座学授業2_パターン

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/メイン/x0716_PTN座学授業2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    カレドニアの制圧下になってからは
    訪れることすら困難になってしまっているが
    101040001
    【ケイ】
    カレドニアに勝利した暁には
    これらの地の平定も視野に入れねばならんな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102160.html b/docs/story/102160.html index e16968091..7ac3e7971 100644 --- a/docs/story/102160.html +++ b/docs/story/102160.html @@ -11,6 +11,18 @@

    1章/メイン/x0717_PTN登校7月2_パターン

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/メイン/x0717_PTN登校7月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    よう、ノワール
    このあいだは大変だったな
    101013001
    【ガウェイン】
    うし、決まりな
    落ち着いたらスケジュール考えようぜ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102161.html b/docs/story/102161.html index 39e537ec0..107d21d5f 100644 --- a/docs/story/102161.html +++ b/docs/story/102161.html @@ -11,6 +11,18 @@

    1章/メイン/x0718_PTN座学授業3_パターン

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/メイン/x0718_PTN座学授業3_パターン

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/メイン/x0718_PTN座学授業3_パターン

    + + + + @@ -71,6 +96,10 @@

    1章/メイン/x0718_PTN座学授業3_パターン

    + + + + @@ -86,6 +115,10 @@

    1章/メイン/x0718_PTN座学授業3_パターン

    + + + + @@ -95,5 +128,13 @@

    1章/メイン/x0718_PTN座学授業3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    では
    ホームルームを始める
    【ケイ】
    最近では交換留学生というかたちで
    ローマから皇太子を特別に迎え入れた
    101009002
    【(選択肢)】
    1. 皇太子が来るなんて驚きだ
    2. 学園側からも誰かローマに?
    3. あいつは苦手だ
    Block1_1
    101009002
    【ノワール】
    わざわざ皇太子が勉強に来たんだな
    ちょっと驚きだ
    【ケイ】
    ルーシャス皇太子たっての依頼でな
    自分の目でGSを見てみたいそうだ
    Block1_2
    101009002
    【ノワール】
    交換留学生ってことは
    こっちから誰かがローマに行っているのか?
    【ケイ】
    海の向こうの状況を調べつつ
    ローマの文化を学んできてもらおうと思っている
    Block1_3
    101009002
    【ノワール】
    ルーシャスか…
    ちょっと苦手なんだよな
    【ケイ】
    今回は
    聞かなかったことにしておく
    Block1end
    101040001
    【ケイ】
    学園で学ぶにあたり
    ログレス以外の人々と交流する機会もあろう
    101040001
    【ケイ】
    くれぐれもログレスの評判を下げるようなことは
    せんでくれたまえよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102162.html b/docs/story/102162.html index 77d92d203..9895fbd11 100644 --- a/docs/story/102162.html +++ b/docs/story/102162.html @@ -11,6 +11,18 @@

    1章/メイン/x0726_PTN登校7月3_パターン

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/x0726_PTN登校7月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101014001
    【トリスタン】
    おはよう、ノワール
    気持ちのいい朝だね
    101009002
    【ノワール】
    (どこかに制裁を加えられたヤツが
    いるってことか…!?)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102163.html b/docs/story/102163.html index 3d09ec82c..842af06c5 100644 --- a/docs/story/102163.html +++ b/docs/story/102163.html @@ -11,6 +11,18 @@

    1章/メイン/x0727_PTN汎用7月2_パターン

    シーンID変更

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    1章/メイン/x0727_PTN汎用7月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    あっ、ノワール
    待ってたわ
    101009002
    【ノワール】
    それに国民の安全も心配だよ
    手遅れになる前になんとかしないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102164.html b/docs/story/102164.html index 559641f76..24e645a25 100644 --- a/docs/story/102164.html +++ b/docs/story/102164.html @@ -11,6 +11,18 @@

    1章/メイン/x0729_PTN座学授業4_パターン

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/メイン/x0729_PTN座学授業4_パターン

    + + + + + + + + + @@ -56,6 +77,10 @@

    1章/メイン/x0729_PTN座学授業4_パターン

    + + + + @@ -76,6 +101,10 @@

    1章/メイン/x0729_PTN座学授業4_パターン

    + + + + @@ -86,6 +115,10 @@

    1章/メイン/x0729_PTN座学授業4_パターン

    + + + + @@ -120,5 +153,13 @@

    1章/メイン/x0729_PTN座学授業4_パターン

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    今日は
    継承者と呼ばれる存在について話していく
    【ランスロット】
    そういった意味では一般的なマスターの
    亜種や変異種といった扱いになるのかもな
    101009002
    【(選択肢)】
    1. 照れるな
    2. そんな自覚はない
    3. 上位種と言ってくれ
    Block1_1
    101009002
    【ノワール】
    そう特別扱いされると
    なんだか照れるな
    【ランスロット】

    俺はお前を特別扱いしているつもりはない
    Block1_2
    101009002
    【ノワール】
    うーん
    そんな自覚はないな
    【ランスロット】
    自分だけが特別なのだとは思うな
    皆とともに学び、歩んでいけばいい
    Block1_3
    101009002
    【ノワール】
    亜種?
    上位種とくらい言ってほしいところだな
    【ランスロット】
    …笑えない冗談だな
    Block1end
    101010001
    【ランスロット】
    キラーズを複数もてる
    それは継承者の特異性のひとつではあるが
    101010001
    【ランスロット】
    その真相が判明するのは
    いつになるのだろうな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102165.html b/docs/story/102165.html index ece746dee..37208464d 100644 --- a/docs/story/102165.html +++ b/docs/story/102165.html @@ -11,6 +11,18 @@

    1章/メイン/x0731_PTN座学授業5_パターン

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/x0731_PTN座学授業5_パターン

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    GS(ゲシュタルト・シフト)はログレスだけに伝わる秘術ではない
    101010001
    【ランスロット】
    もっとも安全にキラーズやマスターを育てている
    そんな機関であるといえるだろう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102167.html b/docs/story/102167.html index 23bc4b8ad..1503aa785 100644 --- a/docs/story/102167.html +++ b/docs/story/102167.html @@ -11,6 +11,18 @@

    1章/メイン/x0803_PTN汎用8月1_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/x0803_PTN汎用8月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101001001
    【ティルフィング】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102168.html b/docs/story/102168.html index aeb5fd77f..78a3d4867 100644 --- a/docs/story/102168.html +++ b/docs/story/102168.html @@ -11,6 +11,18 @@

    1章/メイン/x0805_PTN噂話8月1_パターン

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/x0805_PTN噂話8月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    【明るい女子生徒】
    ゲシュタルト・シフトかあ…
    卒業までにできるかなあ…
    【真面目な男子生徒】
    うん、きっとそうだよ
    だから焦る必要はないと思う
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102169.html b/docs/story/102169.html index c4482d958..be8f6ba6a 100644 --- a/docs/story/102169.html +++ b/docs/story/102169.html @@ -11,6 +11,18 @@

    1章/メイン/x0813_PTN噂話8月2_パターン

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/x0813_PTN噂話8月2_パターン

    + + + + + + + +
    template1
    Load
    Play
    【詩的な男子生徒】
    15日は聖母昇天節の祝日だね
    【詩的な男子生徒】
    聞かせる相手がいなくっちゃ
    詩を作る意味がないからね…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102176.html b/docs/story/102176.html index d8cb8f2e3..39743d77f 100644 --- a/docs/story/102176.html +++ b/docs/story/102176.html @@ -11,6 +11,18 @@

    1章/メイン/x0824_PTN汎用8月3_パターン

    View script in lua + + + + + + + + + + + + @@ -120,5 +132,13 @@

    1章/メイン/x0824_PTN汎用8月3_パターン

    + + + + + + + +
    template1
    Load
    Play
    101022001
    【モルドレッド】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102177.html b/docs/story/102177.html index 06375f418..bb7385e8b 100644 --- a/docs/story/102177.html +++ b/docs/story/102177.html @@ -11,6 +11,18 @@

    1章/メイン/x0825_PTN汎用8月4_パターン

    View script in lua + + + + + + + + + + + + @@ -115,5 +127,13 @@

    1章/メイン/x0825_PTN汎用8月4_パターン

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102178.html b/docs/story/102178.html index 6d71082c4..d609ca95f 100644 --- a/docs/story/102178.html +++ b/docs/story/102178.html @@ -11,6 +11,18 @@

    1章/メイン/x0826_PTN座学授業1_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/x0826_PTN座学授業1_パターン

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    GS(ゲシュタルト・シフト)を済ませると
    武器であるキラーズには銘が与えられる
    101018001
    【ラグネル】
    うっさい!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102180.html b/docs/story/102180.html index 6c572548c..10d12d231 100644 --- a/docs/story/102180.html +++ b/docs/story/102180.html @@ -11,9 +11,29 @@

    1章/メイン/x0829_開門

    View script in lua + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    401040001
    【兵士】
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102181.html b/docs/story/102181.html index 029e877df..7a529f47b 100644 --- a/docs/story/102181.html +++ b/docs/story/102181.html @@ -11,6 +11,18 @@

    1章/メイン/x0829_続・傷心のノワール

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/メイン/x0829_続・傷心のノワール

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/メイン/x0829_続・傷心のノワール

    + + + + @@ -76,6 +101,10 @@

    1章/メイン/x0829_続・傷心のノワール

    + + + + @@ -250,5 +279,13 @@

    1章/メイン/x0829_続・傷心のノワール

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    みつけた
    【ブルーノ・ジョワイユ】
    ああ
    平気だ
    101009001
    【(選択肢)】
    1. 今までもひとりでこうしていた?
    2. 平気なわけないだろ?
    Block1_1
    101009001
    【ノワール】
    今までもひとりでこうしていたのか?
    【ブルーノ・ジョワイユ】
    遠目からでもお前たちの成長が見られて
    戦ってきた甲斐があったと思えたものだ
    Block1_2
    101009001
    【ノワール】
    平気なわけないだろ?
    【ブルーノ・ジョワイユ】
    覚悟のうえだ。すべて
    親としては失格だとしても
    Block1end
    101009001
    【ノワール】
    ギネヴィアと出会って
    明かしたくない『本当(こわさ)』があるのを知った
    101021001
    【ブルーノ・ジョワイユ】
    もう、どこにもいかないよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102182.html b/docs/story/102182.html index 3acd2f21c..519b99e0b 100644 --- a/docs/story/102182.html +++ b/docs/story/102182.html @@ -11,6 +11,18 @@

    1章/メイン/x1113_PTN噂話G11月1_パターン

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/メイン/x1113_PTN噂話G11月1_パターン

    + + + + + + + +
    template1
    Load
    Play
    【明るい女子生徒】
    学園祭の前くらいからかな?
    【無骨な男子生徒】
    ふっ
    お前のように笑えるってことでいいか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102235.html b/docs/story/102235.html index d9e739882..3f4f68598 100644 --- a/docs/story/102235.html +++ b/docs/story/102235.html @@ -10,5 +10,21 @@

    1章/コミュ/汎用01_ロンディニウムの都

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102236.html b/docs/story/102236.html index 2b3942f7a..1ef7eae65 100644 --- a/docs/story/102236.html +++ b/docs/story/102236.html @@ -10,5 +10,21 @@

    1章/コミュ/汎用02_ロジーの里

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102237.html b/docs/story/102237.html index d8f7bd286..fb2ed207e 100644 --- a/docs/story/102237.html +++ b/docs/story/102237.html @@ -10,5 +10,21 @@

    1章/コミュ/汎用03_リムニーナ村

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102238.html b/docs/story/102238.html index f58bd9d38..165e16894 100644 --- a/docs/story/102238.html +++ b/docs/story/102238.html @@ -10,5 +10,21 @@

    1章/コミュ/汎用04_剣の祭壇

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102239.html b/docs/story/102239.html index d54a785a2..a78c9cc34 100644 --- a/docs/story/102239.html +++ b/docs/story/102239.html @@ -10,5 +10,21 @@

    1章/コミュ/汎用05_大聖堂

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102240.html b/docs/story/102240.html index 587cc4f26..8c25680ec 100644 --- a/docs/story/102240.html +++ b/docs/story/102240.html @@ -10,5 +10,21 @@

    1章/コミュ/汎用06_食堂

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102241.html b/docs/story/102241.html index 6389d2390..520daead3 100644 --- a/docs/story/102241.html +++ b/docs/story/102241.html @@ -10,5 +10,21 @@

    1章/コミュ/汎用07_コーンウォール

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102242.html b/docs/story/102242.html index 53d27aa32..f20820423 100644 --- a/docs/story/102242.html +++ b/docs/story/102242.html @@ -10,5 +10,21 @@

    1章/コミュ/汎用08_大図書院

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102244.html b/docs/story/102244.html index 5751d51c7..5636f7fcc 100644 --- a/docs/story/102244.html +++ b/docs/story/102244.html @@ -10,5 +10,21 @@

    1章/コミュ/汎用10_談話室

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102245.html b/docs/story/102245.html index 59ee58faa..48294548d 100644 --- a/docs/story/102245.html +++ b/docs/story/102245.html @@ -10,5 +10,21 @@

    1章/コミュ/汎用11_酒場

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102246.html b/docs/story/102246.html index f91fb1ffe..7d61d073e 100644 --- a/docs/story/102246.html +++ b/docs/story/102246.html @@ -10,5 +10,21 @@

    1章/コミュ/汎用12_大工房

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102247.html b/docs/story/102247.html index db8f88ef2..a615de5f6 100644 --- a/docs/story/102247.html +++ b/docs/story/102247.html @@ -10,5 +10,21 @@

    1章/コミュ/汎用13_遺跡

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102248.html b/docs/story/102248.html index 46d34b9ce..effe5b3ce 100644 --- a/docs/story/102248.html +++ b/docs/story/102248.html @@ -10,5 +10,21 @@

    1章/コミュ/汎用14_アストラット郷

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102249.html b/docs/story/102249.html index 1aad5421c..5b7c6e951 100644 --- a/docs/story/102249.html +++ b/docs/story/102249.html @@ -10,5 +10,21 @@

    1章/コミュ/汎用15_音楽室

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102250.html b/docs/story/102250.html index 2a75447ce..d9bf3b2da 100644 --- a/docs/story/102250.html +++ b/docs/story/102250.html @@ -10,5 +10,21 @@

    1章/コミュ/汎用16_マーケット

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102251.html b/docs/story/102251.html index b12567b63..2b4dcaee9 100644 --- a/docs/story/102251.html +++ b/docs/story/102251.html @@ -10,5 +10,21 @@

    1章/コミュ/汎用17_ローマン・バス

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102276.html b/docs/story/102276.html index 18466af98..857ee0afc 100644 --- a/docs/story/102276.html +++ b/docs/story/102276.html @@ -11,6 +11,14 @@

    1章/バトルADV/x0616_BTLリンゴ狩り交戦1_交戦

    シーンID変更

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/バトルADV/x0616_BTLリンゴ狩り交戦1_交戦

    + + + + + + + +
    Load
    Play
    101050001
    【ブライアン】
    俺は傭兵団『不格好なコート(ラ・コート・マルタイユ)
    最後のひとり──
    101050001
    【ブライアン】
    ブッ殺すためにあるんだろうがよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102277.html b/docs/story/102277.html index 8db9e11f9..cb0c1b42e 100644 --- a/docs/story/102277.html +++ b/docs/story/102277.html @@ -11,6 +11,14 @@

    1章/バトルADV/x0730_BTLvsライエンス王_撃破

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/バトルADV/x0730_BTLvsライエンス王_撃破

    + + + + + + + +
    Load
    Play
    101058001
    【ライエンス】
    己の至らなさに眩暈すら覚えるな
    101058001
    【ライエンス】
    聖杯(コルベニック)城への道は拓く
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102278.html b/docs/story/102278.html index 9e5948a1b..af2ffacf3 100644 --- a/docs/story/102278.html +++ b/docs/story/102278.html @@ -11,6 +11,14 @@

    1章/バトルADV/G0924_BTLエレイン+ラヴェイン_経過

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/バトルADV/G0924_BTLエレイン+ラヴェイン_経過

    + + + + + + + +
    Load
    Play
    101031002
    【ラヴェイン・セクエンス】
    エレイン。難しい問題に直面したときは
    いったん後回しにしてみるのもひとつの手ですよ
    101031002
    【ラヴェイン・セクエンス】
    これは責任重大ですね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102279.html b/docs/story/102279.html index a90de1054..ecbd8d966 100644 --- a/docs/story/102279.html +++ b/docs/story/102279.html @@ -11,6 +11,14 @@

    1章/バトルADV/G0924_BTLロンディニウム市街_撃破

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/バトルADV/G0924_BTLロンディニウム市街_撃破

    + + + + + + + +
    Load
    Play
    101046001
    【グリートン】
    魔女と悪の帝国を倒す紅蓮の剣?
    格好いいわねえ♪祈りたくなるわねえ♪
    101046001
    【グリートン】
    せいぜい足掻いてみなさいな
    うふ、うふふふふ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102280.html b/docs/story/102280.html index 4394892a7..32ab57686 100644 --- a/docs/story/102280.html +++ b/docs/story/102280.html @@ -11,6 +11,14 @@

    1章/バトルADV/G1016_BTLヴェルナルス1_撃破

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/バトルADV/G1016_BTLヴェルナルス1_撃破

    + + + + + + + +
    Load
    Play
    101030001
    【エレイン】
    古代ローマ時代の遺恨があったとして
    すべてを忘れさせるバルバロイにつくのは
    101037001
    【ラシア】
    …それでも私の気持ちは
    変わりません
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102281.html b/docs/story/102281.html index 5db9aced9..923b3a30e 100644 --- a/docs/story/102281.html +++ b/docs/story/102281.html @@ -11,6 +11,14 @@

    1章/バトルADV/G1016_BTLヴェルナルス2_撃破

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/バトルADV/G1016_BTLヴェルナルス2_撃破

    + + + + + + + +
    Load
    Play
    101052001
    【ヴェルナルス】
    張り子の虎ではこの程度か
    継承者とGS(ゲシュタルト・シフト)の力はルーシャス様の予測通り──
    101018002
    【ラグネル・ガラティン】
    そんなの、決まってるのに
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102282.html b/docs/story/102282.html index 3537df48e..b8277278b 100644 --- a/docs/story/102282.html +++ b/docs/story/102282.html @@ -11,6 +11,14 @@

    1章/バトルADV/G1016_BTLヴェルナルス3_交戦

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/バトルADV/G1016_BTLヴェルナルス3_交戦

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    話を聞いてくれ師匠!
    俺たちはあんたと戦いたくなんかねーんだ!
    101052001
    【ヴェルナルス】
    戦いたくて戦場にいる者などそうそうおらん
    皆、戦わなければならぬから戦場にいるのだ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102283.html b/docs/story/102283.html index bdfaa2959..7d5abf744 100644 --- a/docs/story/102283.html +++ b/docs/story/102283.html @@ -11,6 +11,14 @@

    1章/バトルADV/G1016_BTLバルムンク1_撃破

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/バトルADV/G1016_BTLバルムンク1_撃破

    + + + + + + + +
    Load
    Play
    101011002
    【ギネヴィア・アロンダイト】
    将軍を見習って、もう退きなさい
    101038002
    【ローラ・バルムンク】
    ………なんで私
    こんなに、ヘタなんだろう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102284.html b/docs/story/102284.html index 45cbad427..ffaf5e1ca 100644 --- a/docs/story/102284.html +++ b/docs/story/102284.html @@ -11,6 +11,14 @@

    1章/バトルADV/G1016_BTLバルムンク2_撃破

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/バトルADV/G1016_BTLバルムンク2_撃破

    + + + + + + + +
    Load
    Play
    101045001
    【グリートーネア】
    まだです、まだ残ってます…!
    私たちには『巨人の剣』が残ってる…♪
    101045001
    【グリートーネア】
    必ず刻み込んでやります…!
    巨人の、深い傷跡を、あなたたちに…っ!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102285.html b/docs/story/102285.html index 50e0d5180..114a9f169 100644 --- a/docs/story/102285.html +++ b/docs/story/102285.html @@ -11,6 +11,14 @@

    1章/バトルADV/G1117_BTLモーロノエー_撃破

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/バトルADV/G1117_BTLモーロノエー_撃破

    + + + + + + + +
    Load
    Play
    101042001
    【モーロノエー】
    自分は変わりたくなかった
    貴方には変わって欲しかった
    101042001
    【モーロノエー】
    貴方は尊き博愛の人
    浅はかで本当の愛を得られぬ人
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102286.html b/docs/story/102286.html index da302a1b7..67297dd54 100644 --- a/docs/story/102286.html +++ b/docs/story/102286.html @@ -11,6 +11,14 @@

    1章/バトルADV/G1126_BTLローマ全面衝突1_撃破

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/バトルADV/G1126_BTLローマ全面衝突1_撃破

    + + + + + + + +
    Load
    Play
    101037001
    【ラシア】
    勝てない、どうしても勝てない…!
    やはり、何度やっても…っ!
    101037001
    【ラシア】
    美辞麗句は、要らない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102287.html b/docs/story/102287.html index 6a80157fa..b08d06180 100644 --- a/docs/story/102287.html +++ b/docs/story/102287.html @@ -11,6 +11,14 @@

    1章/バトルADV/G1126_BTLローマ全面衝突2_撃破

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/バトルADV/G1126_BTLローマ全面衝突2_撃破

    + + + + + + + +
    Load
    Play
    101052001
    【ヴェルナルス】
    戦略も兵力も意味をなさない…!?
    これが──
    101052001
    【ヴェルナルス】
    その人ならざる力…!
    我らローマも、ログレスも、その意味では──
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102288.html b/docs/story/102288.html index 0d8f8cbd7..b5a8c0ab4 100644 --- a/docs/story/102288.html +++ b/docs/story/102288.html @@ -11,6 +11,14 @@

    1章/バトルADV/G1126_BTL暴走ガラハッド_撃破

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/バトルADV/G1126_BTL暴走ガラハッド_撃破

    + + + + + + + +
    Load
    Play
    101028002
    【ガラハッド】
    ノワール…すまない、僕…
    「聖杯を手渡してやる」って、言ったのに──
    101028002
    【ガラハッド】
    でも、でも、本当の僕は
    なんにも、成れなくて、お爺様、僕──…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102289.html b/docs/story/102289.html index 8165048ee..12e2c28d2 100644 --- a/docs/story/102289.html +++ b/docs/story/102289.html @@ -11,6 +11,14 @@

    1章/バトルADV/G1210_BTLキャメリアード1_撃破

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/バトルADV/G1210_BTLキャメリアード1_撃破

    + + + + + + + +
    Load
    Play
    101052001
    【ヴェルナルス】
    それで、いい
    101013001
    【ガウェイン】
    …言ったろ。もう追わねえ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102290.html b/docs/story/102290.html index 8e1874a94..2135083f8 100644 --- a/docs/story/102290.html +++ b/docs/story/102290.html @@ -11,6 +11,14 @@

    1章/バトルADV/G1210_BTLキャメリアード2_撃破

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/バトルADV/G1210_BTLキャメリアード2_撃破

    + + + + + + + +
    Load
    Play
    101037002
    【ラシア・アスカロン】
    どうしても勝てない…!
    なぜ勝てない…!!
    101037002
    【ラシア・アスカロン】
    ………ヴェルナルス様、私、私は──…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102291.html b/docs/story/102291.html index dbc4a603f..a22c9f43c 100644 --- a/docs/story/102291.html +++ b/docs/story/102291.html @@ -11,6 +11,14 @@

    1章/バトルADV/G1221_BTL対フレン・グラム_撃破

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/バトルADV/G1221_BTL対フレン・グラム_撃破

    + + + + + + + +
    Load
    Play
    101039002
    【フレン・グラム】
    よかった…
    101039002
    【フレン・グラム】
    これで、お揃いになれるよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102292.html b/docs/story/102292.html index 23c55b337..a1a67b3f7 100644 --- a/docs/story/102292.html +++ b/docs/story/102292.html @@ -11,6 +11,14 @@

    1章/バトルADV/G1221_BTL魔女モルガン_交戦

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/バトルADV/G1221_BTL魔女モルガン_交戦

    + + + + + + + +
    Load
    Play
    101020002
    【マーリン・エクスカリバー】
    モルガン
    あなたの淹れてくれるお茶が好きでした
    101020002
    【マーリン・エクスカリバー】
    でも、そんな関係ももうお終いなのですね
    濁った水で淹れたお茶など、誰も飲まないもの
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102293.html b/docs/story/102293.html index a83be5268..8c1ad7683 100644 --- a/docs/story/102293.html +++ b/docs/story/102293.html @@ -11,6 +11,14 @@

    1章/バトルADV/G1221_BTL魔女決戦_経過

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/バトルADV/G1221_BTL魔女決戦_経過

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    なんだ!?
    倒したはずなのに…!!
    101009001
    【ノワール】
    くそっ!
    この場を切り抜ける方法を探さないと…!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102294.html b/docs/story/102294.html index 84b97a796..86eab1200 100644 --- a/docs/story/102294.html +++ b/docs/story/102294.html @@ -11,6 +11,14 @@

    1章/バトルADV/G0123_BTLvs白き竜1_撃破

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/バトルADV/G0123_BTLvs白き竜1_撃破

    + + + + + + + +
    Load
    Play
    101039003
    【フレン・グラム】
    愛、されてた、んだよ
    君は――…
    101039003
    【フレン・グラム】
    どうして私、自分の夢すら…
    あの頃に置いてきてしまって――…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102295.html b/docs/story/102295.html index c58b3e731..a7b76b24f 100644 --- a/docs/story/102295.html +++ b/docs/story/102295.html @@ -11,6 +11,14 @@

    1章/バトルADV/G0123_BTLvs白き竜2_撃破

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/バトルADV/G0123_BTLvs白き竜2_撃破

    + + + + + + + +
    Load
    Play
    101038003
    【ローラ・バルムンク】
    どこにいるの
    101038003
    【ローラ・バルムンク】
    お姉ちゃん って 誰 だっけ ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102296.html b/docs/story/102296.html index 4b8dccf02..d8e838f5f 100644 --- a/docs/story/102296.html +++ b/docs/story/102296.html @@ -11,6 +11,14 @@

    1章/バトルADV/G0123_BTLvs白き竜3_撃破

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/バトルADV/G0123_BTLvs白き竜3_撃破

    + + + + + + + +
    Load
    Play
    101051003
    【ルーシャス】
    嘘だ、母上
    101051003
    【ルーシャス】
    本当のことを言ってくれ!!!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102297.html b/docs/story/102297.html index 68bc91b1b..45c48abb3 100644 --- a/docs/story/102297.html +++ b/docs/story/102297.html @@ -11,6 +11,14 @@

    1章/バトルADV/L1019_聖杯探索2P①_撃破

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/バトルADV/L1019_聖杯探索2P①_撃破

    + + + + + + + +
    Load
    Play
    101042001
    【モーロノエー】
    だまされ眠ったほうが身のためよ
    とくに継承者…貴方はね
    101042001
    【モーロノエー】
    世界と添い寝をしたほうが
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102298.html b/docs/story/102298.html index e7a0cd792..bdc82b9aa 100644 --- a/docs/story/102298.html +++ b/docs/story/102298.html @@ -11,6 +11,14 @@

    1章/バトルADV/L1019_聖杯探索2P③_導入

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/バトルADV/L1019_聖杯探索2P③_導入

    + + + + + + + +
    Load
    Play
    101028002
    【ガラハッド】
    尻尾を巻いて逃げるのが最適解と言ったな
    エクセリア、それは間違いだ…!
    101028002
    【ガラハッド】
    歩きかたすら知らない僕だから、いまは
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102299.html b/docs/story/102299.html index 90b1b01b8..adfbc9ff3 100644 --- a/docs/story/102299.html +++ b/docs/story/102299.html @@ -11,6 +11,14 @@

    1章/バトルADV/L1019_聖杯探索2V①_撃破

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/バトルADV/L1019_聖杯探索2V①_撃破

    + + + + + + + +
    Load
    Play
    101042001
    【モーロノエー】
    円の卓も銀の卓も
    並べて待っていることね
    101042001
    【モーロノエー】
    『王』の晩餐はすぐそこよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102300.html b/docs/story/102300.html index 5e7fd609d..5cccff5ef 100644 --- a/docs/story/102300.html +++ b/docs/story/102300.html @@ -11,6 +11,14 @@

    1章/バトルADV/L1019_聖杯探索2V③_導入

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/バトルADV/L1019_聖杯探索2V③_導入

    + + + + + + + +
    Load
    Play
    101028002
    【ガラハッド】
    「諦めて」と言ったなリリアーナ
    101028002
    【ガラハッド】
    歩き方すら知らない僕だから、今は
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102301.html b/docs/story/102301.html index de1d875ea..54290b6fa 100644 --- a/docs/story/102301.html +++ b/docs/story/102301.html @@ -11,6 +11,14 @@

    1章/バトルADV/L1022_聖杯探索2P②_経過

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/バトルADV/L1022_聖杯探索2P②_経過

    + + + + + + + +
    Load
    Play
    101028002
    【ガラハッド】
    奇跡は起きるものではない…
    願い、叶えるものなんだ…!
    101028002
    【ガラハッド】
    諦めてたまる、ものか…
    僕は、姉上やお爺様、銀卓のみんなと………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102302.html b/docs/story/102302.html index 7e0aa2d84..9d562bc9d 100644 --- a/docs/story/102302.html +++ b/docs/story/102302.html @@ -11,6 +11,14 @@

    1章/バトルADV/L1022_聖杯探索2V②_経過

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/バトルADV/L1022_聖杯探索2V②_経過

    + + + + + + + +
    Load
    Play
    101028002
    【ガラハッド】
    奇跡は起きるものではない…
    願い、叶えるものなんだ…!
    101028002
    【ガラハッド】
    諦めてたまる、ものか…
    僕は、姉上やお爺様、銀卓のみんなと………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102303.html b/docs/story/102303.html index e833f09e0..8aee2cde9 100644 --- a/docs/story/102303.html +++ b/docs/story/102303.html @@ -11,6 +11,14 @@

    1章/バトルADV/L1102_BTL母の墓への帰郷_交戦

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/バトルADV/L1102_BTL母の墓への帰郷_交戦

    + + + + + + + +
    Load
    Play
    101047001
    【ティーロノエー】
    ぶっちゃけさ~
    ウチ、聖杯とか継承者とかキョーミないワケ
    101047001
    【ティーロノエー】
    ホンキでやっちゃうから
    カクゴしてくれる?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102304.html b/docs/story/102304.html index fe32c536d..fd5f7a554 100644 --- a/docs/story/102304.html +++ b/docs/story/102304.html @@ -11,6 +11,14 @@

    1章/バトルADV/L1126_BTL対ローマ全軍_経過

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/バトルADV/L1126_BTL対ローマ全軍_経過

    + + + + + + + +
    Load
    Play
    【ローマ兵士長】
    な、なんなんだ、あいつらの強さは…
    たったふたりでローマ全軍を押し返すだと…?
    101052001
    【ヴェルナルス (心の声)】
    (これが(ゲシュタルト・シフト)の力というものなのか…!?)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102305.html b/docs/story/102305.html index 7fc5f81ba..88c72d470 100644 --- a/docs/story/102305.html +++ b/docs/story/102305.html @@ -11,6 +11,14 @@

    1章/バトルADV/L1126_BTL対ローマ全軍1_撃破

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/バトルADV/L1126_BTL対ローマ全軍1_撃破

    + + + + + + + +
    Load
    Play
    101051001
    【ルーシャス】
    …解せぬ
    101051001
    【ルーシャス】
    もうしばらく間近で見物したかったところだが
    そろそろ潮時かもしれんな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102306.html b/docs/story/102306.html index e11b86372..f5da23691 100644 --- a/docs/story/102306.html +++ b/docs/story/102306.html @@ -11,6 +11,14 @@

    1章/バトルADV/L1126_BTL対ローマ全軍2_撃破

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/バトルADV/L1126_BTL対ローマ全軍2_撃破

    + + + + + + + +
    Load
    Play
    101052001
    【ヴェルナルス】
    ルーシャス様の御身を守れず退く羽目になるとは
    このヴェルナルス、一生の不覚…!
    101052001
    【ヴェルナルス (心の声)】
    (ラシア、無事でいるのだぞ……!)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102307.html b/docs/story/102307.html index 4f60e78d7..e242b22ef 100644 --- a/docs/story/102307.html +++ b/docs/story/102307.html @@ -11,6 +11,14 @@

    1章/バトルADV/L1126_BTL対ローマ全軍3_撃破

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/バトルADV/L1126_BTL対ローマ全軍3_撃破

    + + + + + + + +
    Load
    Play
    101037001
    【ラシア】
    ゲシュタルト・シフトを済ませていれば
    こんなことには…!
    101037001
    【ラシア】
    あの方に恥をかかせるようなことには
    ならなかったはずなのに…っ!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102308.html b/docs/story/102308.html index 106640df0..50dcc8a01 100644 --- a/docs/story/102308.html +++ b/docs/story/102308.html @@ -11,6 +11,14 @@

    1章/バトルADV/L1126_BTL対ローマ全軍4_撃破

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/バトルADV/L1126_BTL対ローマ全軍4_撃破

    + + + + + + + +
    Load
    Play
    101039001
    【フレン】
    あ~あ
    やっぱり敵わなかったかぁ
    101039001
    【フレン】
    戻ったら
    ローラとルーシャスくんになんて言おう…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102309.html b/docs/story/102309.html index 6f554f37f..ee366822c 100644 --- a/docs/story/102309.html +++ b/docs/story/102309.html @@ -11,6 +11,14 @@

    1章/バトルADV/L1126_BTL対ローマ全軍5_撃破

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/バトルADV/L1126_BTL対ローマ全軍5_撃破

    + + + + + + + +
    Load
    Play
    101038001
    【ローラ】
    大切なものを守るためには
    弱いままじゃだめ…
    101038001
    【ローラ】
    いつまで迷っているつもりなの、私?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102311.html b/docs/story/102311.html index afc356912..84a881774 100644 --- a/docs/story/102311.html +++ b/docs/story/102311.html @@ -11,6 +11,14 @@

    1章/バトルADV/L0113_BTL王殺し_交戦

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/バトルADV/L0113_BTL王殺し_交戦

    + + + + + + + +
    Load
    Play
    101015001
    【アーサー】
    なあ、ランス。たとえ模擬戦であっても
    お前は俺に剣を向けたことがなかったろ?
    101015001
    【アーサー】
    円卓騎士・十三ノ座、アーサー
    …覚悟はできている
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102312.html b/docs/story/102312.html index ba7810deb..fe20278e0 100644 --- a/docs/story/102312.html +++ b/docs/story/102312.html @@ -11,6 +11,14 @@

    1章/バトルADV/L0124_BTL白き竜決戦_経過

    View script in lua + + + + + + + + @@ -170,5 +178,13 @@

    1章/バトルADV/L0124_BTL白き竜決戦_経過

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    邪魔だ!
    101010002
    【ランスロット・アロンダイト】
    右に同じだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102313.html b/docs/story/102313.html index 342449558..710d576c1 100644 --- a/docs/story/102313.html +++ b/docs/story/102313.html @@ -11,6 +11,14 @@

    1章/バトルADV/L0124_BTL魔王決戦2_撃破

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/バトルADV/L0124_BTL魔王決戦2_撃破

    + + + + + + + +
    Load
    Play
    101041002
    【魔女モルガン】
    愛してはいけないのはどうして
    どうして家族すら得られないの
    101041002
    【魔女モルガン】
    いきていてほしかった だけなのに────
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102314.html b/docs/story/102314.html index 44a977a95..040466963 100644 --- a/docs/story/102314.html +++ b/docs/story/102314.html @@ -11,6 +11,14 @@

    1章/バトルADV/D0905_BTLモルドレッドとクラリス1_交戦

    シーンID変更

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/バトルADV/D0905_BTLモルドレッドとクラリス1_交戦

    + + + + + + + +
    Load
    Play
    101022001
    【モルドレッド】
    アーサーのヤロウに調子狂わされちまったがよ
    シゴトとなりゃあ、言い訳なんてしてらんねえ
    101022001
    【モルドレッド】
    かかっていくから死にやがれ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102315.html b/docs/story/102315.html index f7177829b..17790813e 100644 --- a/docs/story/102315.html +++ b/docs/story/102315.html @@ -11,6 +11,14 @@

    1章/バトルADV/D0905_BTLモルドレッドとクラリス2_交戦

    シーンID変更

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/バトルADV/D0905_BTLモルドレッドとクラリス2_交戦

    + + + + + + + +
    Load
    Play
    101023002
    【クラリス・クラレント】
    モルくんが自分から手伝ってくれるなんて
    珍しいですね~
    101023002
    【クラリス・クラレント】
    よーし、わたしも頑張りますよ~
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102316.html b/docs/story/102316.html index b4924ea49..a694462e1 100644 --- a/docs/story/102316.html +++ b/docs/story/102316.html @@ -11,9 +11,25 @@

    1章/バトルADV/D0920_BTLブルーノの幻影_撃破

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101021002
    【ブルーノ・ジョワイユ】
    森よ…加護を………!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102317.html b/docs/story/102317.html index b8f843802..8a77f0f04 100644 --- a/docs/story/102317.html +++ b/docs/story/102317.html @@ -11,6 +11,14 @@

    1章/バトルADV/D0920_BTLブルーノの幻影1_交戦

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/バトルADV/D0920_BTLブルーノの幻影1_交戦

    + + + + + + + +
    Load
    Play
    101021002
    【ブルーノ・ジョワイユ】
    ノワール
    お前の選択は世界の行く末を決める
    101009001
    【ノワール】
    なにを言っている…?
    本当に父さん、なのか…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102318.html b/docs/story/102318.html index 9c7a041b0..db12acfc5 100644 --- a/docs/story/102318.html +++ b/docs/story/102318.html @@ -11,6 +11,14 @@

    1章/バトルADV/D0920_BTLブルーノの幻影2_交戦

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/バトルADV/D0920_BTLブルーノの幻影2_交戦

    + + + + + + + +
    Load
    Play
    101021002
    【ブルーノ・ジョワイユ】
    お前たちが
    この場所に来ずに済む未来を望んでいた
    101012002
    【ディナタン・アロンダイト】
    私たちの未来…?
    父さん、どういうことなの…!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102320.html b/docs/story/102320.html index a53dd5e1d..cd1ce53b1 100644 --- a/docs/story/102320.html +++ b/docs/story/102320.html @@ -11,6 +11,14 @@

    1章/バトルADV/D1103_BTLハロウィン準備1_交戦

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/バトルADV/D1103_BTLハロウィン準備1_交戦

    + + + + + + + +
    Load
    Play
    101046001
    【グリートン】
    どうしたものかしら
    たぎってたぎって仕方がないわ♪
    101046001
    【グリートン】
    ようやくあたしの祈りが成就したのかしら?
    うふ、うふふふふ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102321.html b/docs/story/102321.html index ef34555db..e7fb40144 100644 --- a/docs/story/102321.html +++ b/docs/story/102321.html @@ -11,6 +11,14 @@

    1章/バトルADV/D1103_BTLハロウィン準備2_交戦

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/バトルADV/D1103_BTLハロウィン準備2_交戦

    + + + + + + + +
    Load
    Play
    101044001
    【グリーテン】
    あらあら大変
    お腹の虫が今にも鳴き出しそうですわ
    101044001
    【グリーテン】
    …ちょっとくらいならつまみ食いしても
    モーロノエーお姉様に怒られないわよね?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102322.html b/docs/story/102322.html index 617c74ef5..ecc00c1dc 100644 --- a/docs/story/102322.html +++ b/docs/story/102322.html @@ -11,6 +11,14 @@

    1章/バトルADV/D1108_BTLバルバロイの増加1_経過

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/バトルADV/D1108_BTLバルバロイの増加1_経過

    + + + + + + + +
    Load
    Play
    101033002
    【リオネス・タスラム】
    こりゃまた結構な数が出てきたな!
    さすがのあたしでも骨が折れそうだぞ!
    101009001
    【ノワール】
    ここ最近は、なにかおかしい
    よくないことが起こり始めている気がする…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102323.html b/docs/story/102323.html index 2d3d920eb..503ed9491 100644 --- a/docs/story/102323.html +++ b/docs/story/102323.html @@ -11,6 +11,14 @@

    1章/バトルADV/D1206_BTLログレス市街戦_撃破

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/バトルADV/D1206_BTLログレス市街戦_撃破

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    ゲシュタルト・シフトは済ませていないだろうに
    ここまでバルバロイと戦えるとはな
    101051001
    【ルーシャス】
    余はローマ皇太子だ
    余にできぬことなどない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102324.html b/docs/story/102324.html index 382b86da7..1de59d5cc 100644 --- a/docs/story/102324.html +++ b/docs/story/102324.html @@ -11,6 +11,14 @@

    1章/バトルADV/D1206_BTLログレス市街戦_接近

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/バトルADV/D1206_BTLログレス市街戦_接近

    + + + + + + + +
    Load
    Play
    101051001
    【ルーシャス】
    このようなところまで油を売りに来るとは
    継承者というのは存外に余裕があるのだな
    101051001
    【ルーシャス】
    まあよい。余もそろそろ遊び疲れていたところだ
    奴等を片付け、今日のところはお開きにするぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102325.html b/docs/story/102325.html index 4284f3e8f..e318f81d7 100644 --- a/docs/story/102325.html +++ b/docs/story/102325.html @@ -11,6 +11,14 @@

    1章/バトルADV/D1223_BTLランスロット戦_交戦

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/バトルADV/D1223_BTLランスロット戦_交戦

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    俺はあんたに追いつきたかった
    あんたは俺を待っていたと言ってくれた
    101009001
    【ノワール】
    ランスロット…なにを、なにを言っている…?
    俺の質問に答えてくれ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102326.html b/docs/story/102326.html index eb090218d..24e83c2fe 100644 --- a/docs/story/102326.html +++ b/docs/story/102326.html @@ -11,6 +11,14 @@

    1章/バトルADV/D0126_BTLギネヴィア戦_交戦

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/バトルADV/D0126_BTLギネヴィア戦_交戦

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    わたしね
    あなたに憧れてたの
    101011001
    【ギネヴィア】
    答えなんて
    そんなすぐには見つけられないわよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102327.html b/docs/story/102327.html index 08eab460b..bb3d03272 100644 --- a/docs/story/102327.html +++ b/docs/story/102327.html @@ -11,6 +11,14 @@

    1章/バトルADV/D0126_BTLギネヴィア戦1_撃破

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/バトルADV/D0126_BTLギネヴィア戦1_撃破

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    やっぱり、勝てないんだ
    101011001
    【ギネヴィア】
    ほんと
    弱っちくて、いやになる…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102328.html b/docs/story/102328.html index 97614f888..a9b5ad9b4 100644 --- a/docs/story/102328.html +++ b/docs/story/102328.html @@ -11,6 +11,14 @@

    1章/バトルADV/D0126_BTLギネヴィア戦2_撃破

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/バトルADV/D0126_BTLギネヴィア戦2_撃破

    + + + + + + + +
    Load
    Play
    101016002
    【ギネマウア・ロンゴミアント】
    これでいいんです
    殿下の…あの子の望みなら
    101016002
    【ギネマウア・ロンゴミアント】
    私の、いもうと――…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102329.html b/docs/story/102329.html index c778a174e..555706e3f 100644 --- a/docs/story/102329.html +++ b/docs/story/102329.html @@ -11,6 +11,14 @@

    1章/能動会話/x0505_エリアイベント02a

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/x0505_エリアイベント02a

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    ノワール!
    今日はいよいよ五月女王の発表よ
    101011001
    【ギネヴィア】
    主役が会場にいなかったらみんなガッカリよ
    早く行きましょ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102330.html b/docs/story/102330.html index ef3977e9a..cb5c73a1d 100644 --- a/docs/story/102330.html +++ b/docs/story/102330.html @@ -11,6 +11,14 @@

    1章/能動会話/x0701エリアイベント01a

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/x0701エリアイベント01a

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ランスロット
    相談があるんだ
    101010001
    【ランスロット】
    丁度いい
    全員で行こう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102331.html b/docs/story/102331.html index e9ce59c95..83cd6d18e 100644 --- a/docs/story/102331.html +++ b/docs/story/102331.html @@ -11,6 +11,18 @@

    1章/能動会話/G0130_エリアイベント02c

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/能動会話/G0130_エリアイベント02c

    + + + + + + + +
    template1
    Load
    Play
    101016001
    【ギネマウア】
    紅蓮の炎の影だけが
    101016001
    【ギネマウア】
    いまはただ、恋しくて
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102332.html b/docs/story/102332.html index 0d290230d..a81b36d14 100644 --- a/docs/story/102332.html +++ b/docs/story/102332.html @@ -11,6 +11,18 @@

    1章/能動会話/L0127_エリアイベント01c

    View script in lua + + + + + + + + + + + + @@ -105,5 +117,13 @@

    1章/能動会話/L0127_エリアイベント01c

    + + + + + + + +
    template1
    Load
    Play
    101034001
    【エクセリア】
    我ら銀卓
    四脚なれど
    101029001
    【アステラ】
    その軌跡を継いで
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102333.html b/docs/story/102333.html index a9e39f373..1d0300ad4 100644 --- a/docs/story/102333.html +++ b/docs/story/102333.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0407_ガウェイン加勢_友軍増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102334.html b/docs/story/102334.html index 5421eb58a..c9a90e652 100644 --- a/docs/story/102334.html +++ b/docs/story/102334.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0427_バルバロイ討伐2_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102335.html b/docs/story/102335.html index f131ee386..9151d7efa 100644 --- a/docs/story/102335.html +++ b/docs/story/102335.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0527_王と魔女_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102336.html b/docs/story/102336.html index f8719aaaf..241df4ce9 100644 --- a/docs/story/102336.html +++ b/docs/story/102336.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0710_ルーシャスのゲーム_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102337.html b/docs/story/102337.html index 92268dce2..d492b6fd5 100644 --- a/docs/story/102337.html +++ b/docs/story/102337.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0710_ルーシャスのゲーム_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102338.html b/docs/story/102338.html index cc65818eb..728ac0df6 100644 --- a/docs/story/102338.html +++ b/docs/story/102338.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0710_ルーシャスのゲーム_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102339.html b/docs/story/102339.html index 5874e020d..fa074fe41 100644 --- a/docs/story/102339.html +++ b/docs/story/102339.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0712_キャメリアード鉱山_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102340.html b/docs/story/102340.html index abfe4339f..c57e1b062 100644 --- a/docs/story/102340.html +++ b/docs/story/102340.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0712_キャメリアード鉱山2_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102341.html b/docs/story/102341.html index 0f18cbb7e..212aa3af3 100644 --- a/docs/story/102341.html +++ b/docs/story/102341.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0722_帰郷_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102342.html b/docs/story/102342.html index 7e76d7572..dd835fcc7 100644 --- a/docs/story/102342.html +++ b/docs/story/102342.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0830_ライエンス王戦_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102343.html b/docs/story/102343.html index aba509f71..5b5b4140b 100644 --- a/docs/story/102343.html +++ b/docs/story/102343.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0830_ライエンス王戦_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102344.html b/docs/story/102344.html index f142ea224..9015a7846 100644 --- a/docs/story/102344.html +++ b/docs/story/102344.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0830_ライエンス王戦_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102345.html b/docs/story/102345.html index f1928a551..beb679794 100644 --- a/docs/story/102345.html +++ b/docs/story/102345.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0830_ライエンス王戦_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102346.html b/docs/story/102346.html index 3b544f029..d506e32a7 100644 --- a/docs/story/102346.html +++ b/docs/story/102346.html @@ -10,5 +10,21 @@

    1章/バトルADV/G0830_侵食ライエンスG_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102347.html b/docs/story/102347.html index 5ce085ef3..0469d6369 100644 --- a/docs/story/102347.html +++ b/docs/story/102347.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0830_侵食ライエンスL_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102348.html b/docs/story/102348.html index 67fc3900a..523586508 100644 --- a/docs/story/102348.html +++ b/docs/story/102348.html @@ -10,5 +10,21 @@

    1章/バトルADV/D0830_侵食ライエンスD_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102349.html b/docs/story/102349.html index 636f985cb..c018ff2e2 100644 --- a/docs/story/102349.html +++ b/docs/story/102349.html @@ -10,5 +10,21 @@

    1章/バトルADV/G0924_エレイン+ラヴェイン_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102350.html b/docs/story/102350.html index 6b6dd88d4..85c4c847d 100644 --- a/docs/story/102350.html +++ b/docs/story/102350.html @@ -10,5 +10,21 @@

    1章/バトルADV/G0123_vs白き竜_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102351.html b/docs/story/102351.html index 018dcc830..51e5c52b8 100644 --- a/docs/story/102351.html +++ b/docs/story/102351.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0912_最後の授業_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102352.html b/docs/story/102352.html index b7d2baf34..39e335ab1 100644 --- a/docs/story/102352.html +++ b/docs/story/102352.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0912_最後の授業_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102353.html b/docs/story/102353.html index 0fd4fc2d4..ff84b5af9 100644 --- a/docs/story/102353.html +++ b/docs/story/102353.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0912_最後の授業_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102354.html b/docs/story/102354.html index a7dccffcf..9ba4fb4fa 100644 --- a/docs/story/102354.html +++ b/docs/story/102354.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0912_最後の授業_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102355.html b/docs/story/102355.html index 5a7836ddc..3c666f02c 100644 --- a/docs/story/102355.html +++ b/docs/story/102355.html @@ -10,5 +10,21 @@

    1章/バトルADV/L1019_聖杯探索2V①_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102356.html b/docs/story/102356.html index a3b8d11bc..23991c3e6 100644 --- a/docs/story/102356.html +++ b/docs/story/102356.html @@ -10,5 +10,21 @@

    1章/バトルADV/L1019_聖杯探索2V①_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102357.html b/docs/story/102357.html index 3e4cc7ee3..e769437f6 100644 --- a/docs/story/102357.html +++ b/docs/story/102357.html @@ -10,5 +10,21 @@

    1章/バトルADV/L1019_聖杯探索2V①_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102358.html b/docs/story/102358.html index de193f3ea..b8a5aa04e 100644 --- a/docs/story/102358.html +++ b/docs/story/102358.html @@ -10,5 +10,21 @@

    1章/バトルADV/L1019_聖杯探索2V①_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102359.html b/docs/story/102359.html index aa69da78c..09e34ba29 100644 --- a/docs/story/102359.html +++ b/docs/story/102359.html @@ -10,5 +10,21 @@

    1章/バトルADV/L1019_聖杯探索2V①_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102360.html b/docs/story/102360.html index 3b73b5524..b34ca5d43 100644 --- a/docs/story/102360.html +++ b/docs/story/102360.html @@ -10,5 +10,21 @@

    1章/バトルADV/L1022_聖杯探索2V②_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102361.html b/docs/story/102361.html index 65d2d8405..4fe86049a 100644 --- a/docs/story/102361.html +++ b/docs/story/102361.html @@ -10,5 +10,21 @@

    1章/バトルADV/L1022_聖杯探索2V②_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102362.html b/docs/story/102362.html index 8692cc393..c2e13a128 100644 --- a/docs/story/102362.html +++ b/docs/story/102362.html @@ -10,5 +10,21 @@

    1章/バトルADV/L1022_聖杯探索2V②_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102363.html b/docs/story/102363.html index 4a258a3e3..d9668f1fa 100644 --- a/docs/story/102363.html +++ b/docs/story/102363.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0124_白き竜決戦_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102364.html b/docs/story/102364.html index bf7e3dc37..6730be931 100644 --- a/docs/story/102364.html +++ b/docs/story/102364.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0124_白き竜決戦_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102365.html b/docs/story/102365.html index 391f0a9ce..13805ee62 100644 --- a/docs/story/102365.html +++ b/docs/story/102365.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0124_白き竜決戦_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102366.html b/docs/story/102366.html index 6bcf65019..1049834be 100644 --- a/docs/story/102366.html +++ b/docs/story/102366.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0124_白き竜決戦_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102367.html b/docs/story/102367.html index 8c7224a28..053641b66 100644 --- a/docs/story/102367.html +++ b/docs/story/102367.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0124_白き竜決戦_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102368.html b/docs/story/102368.html index 6cb7db91a..3a20f64f1 100644 --- a/docs/story/102368.html +++ b/docs/story/102368.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0124_白き竜決戦_友軍増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102369.html b/docs/story/102369.html index 14652de7b..4dab52368 100644 --- a/docs/story/102369.html +++ b/docs/story/102369.html @@ -10,5 +10,21 @@

    1章/バトルADV/D0905_モルドレッドとクラリス_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102370.html b/docs/story/102370.html index b3a9d0079..291952f00 100644 --- a/docs/story/102370.html +++ b/docs/story/102370.html @@ -10,5 +10,21 @@

    1章/バトルADV/D0920_ブルーノの幻影_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102371.html b/docs/story/102371.html index ef3288aa8..99c7409e1 100644 --- a/docs/story/102371.html +++ b/docs/story/102371.html @@ -10,5 +10,21 @@

    1章/バトルADV/D0920_ブルーノの幻影_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102372.html b/docs/story/102372.html index cc0c8448d..b7ef4dae9 100644 --- a/docs/story/102372.html +++ b/docs/story/102372.html @@ -10,5 +10,21 @@

    1章/バトルADV/D0920_ブルーノの幻影_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102373.html b/docs/story/102373.html index 14a3776d2..fc54aec26 100644 --- a/docs/story/102373.html +++ b/docs/story/102373.html @@ -10,5 +10,21 @@

    1章/バトルADV/D0920_妖精の森_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102374.html b/docs/story/102374.html index e58b0aa5d..670a40349 100644 --- a/docs/story/102374.html +++ b/docs/story/102374.html @@ -10,5 +10,21 @@

    1章/バトルADV/D1021_モルドレッドの帰還_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102375.html b/docs/story/102375.html index 49ea00fbb..d363a1fab 100644 --- a/docs/story/102375.html +++ b/docs/story/102375.html @@ -10,5 +10,21 @@

    1章/バトルADV/D1021_モルドレッドの帰還_友軍増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102376.html b/docs/story/102376.html index be0db90de..5d8c1e24e 100644 --- a/docs/story/102376.html +++ b/docs/story/102376.html @@ -10,5 +10,21 @@

    1章/バトルADV/D1108_バルバロイの増加1_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102377.html b/docs/story/102377.html index c64846d94..c77c1dec3 100644 --- a/docs/story/102377.html +++ b/docs/story/102377.html @@ -10,5 +10,21 @@

    1章/バトルADV/D1108_バルバロイの増加2_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102378.html b/docs/story/102378.html index b2c0535d0..12cbcd986 100644 --- a/docs/story/102378.html +++ b/docs/story/102378.html @@ -10,5 +10,21 @@

    1章/バトルADV/D1108_バルバロイの増加2_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102379.html b/docs/story/102379.html index 8a88a598f..d79848149 100644 --- a/docs/story/102379.html +++ b/docs/story/102379.html @@ -10,5 +10,21 @@

    1章/バトルADV/D1108_バルバロイの増加2_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102380.html b/docs/story/102380.html index b79a22243..aa5dd3f1c 100644 --- a/docs/story/102380.html +++ b/docs/story/102380.html @@ -10,5 +10,21 @@

    1章/バトルADV/D1116_ハロウィンの魔女_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102381.html b/docs/story/102381.html index 571187905..e17aa0914 100644 --- a/docs/story/102381.html +++ b/docs/story/102381.html @@ -10,5 +10,21 @@

    1章/バトルADV/D1116_ハロウィンの魔女_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102382.html b/docs/story/102382.html index 10e97e5ca..5dd5abab9 100644 --- a/docs/story/102382.html +++ b/docs/story/102382.html @@ -10,5 +10,21 @@

    1章/バトルADV/D1128_ヴェルナルス加勢_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102383.html b/docs/story/102383.html index d029e61bc..3a0ecf0da 100644 --- a/docs/story/102383.html +++ b/docs/story/102383.html @@ -10,5 +10,21 @@

    1章/バトルADV/D1215_スノードン山道中1_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102384.html b/docs/story/102384.html index dfb19884f..f65b498a5 100644 --- a/docs/story/102384.html +++ b/docs/story/102384.html @@ -10,5 +10,21 @@

    1章/バトルADV/D1215_スノードン山道中1_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102385.html b/docs/story/102385.html index 439767f24..ec8decc0f 100644 --- a/docs/story/102385.html +++ b/docs/story/102385.html @@ -10,5 +10,21 @@

    1章/バトルADV/D1215_スノードン山道中1_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102386.html b/docs/story/102386.html index 9a3ebee3e..b8095ec30 100644 --- a/docs/story/102386.html +++ b/docs/story/102386.html @@ -10,5 +10,21 @@

    1章/バトルADV/D1215_スノードン山道中2_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102387.html b/docs/story/102387.html index 84b8d5d2d..a600929b5 100644 --- a/docs/story/102387.html +++ b/docs/story/102387.html @@ -10,5 +10,21 @@

    1章/バトルADV/D1215_スノードン山道中2_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102388.html b/docs/story/102388.html index ae1c490ca..9b54930b8 100644 --- a/docs/story/102388.html +++ b/docs/story/102388.html @@ -10,5 +10,21 @@

    1章/バトルADV/D1215_スノードン山道中2_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102389.html b/docs/story/102389.html index 2044d6b7c..706605e17 100644 --- a/docs/story/102389.html +++ b/docs/story/102389.html @@ -10,5 +10,21 @@

    1章/バトルADV/D0115_キャメリアード城_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102390.html b/docs/story/102390.html index d9ac3b985..a52f5f9dc 100644 --- a/docs/story/102390.html +++ b/docs/story/102390.html @@ -10,5 +10,21 @@

    1章/バトルADV/D0115_キャメリアード城_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102391.html b/docs/story/102391.html index 3fd3fc7bb..4b1694400 100644 --- a/docs/story/102391.html +++ b/docs/story/102391.html @@ -10,5 +10,21 @@

    1章/バトルADV/D0126_ギネヴィア戦_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102392.html b/docs/story/102392.html index d79b6c6bc..6c424f9da 100644 --- a/docs/story/102392.html +++ b/docs/story/102392.html @@ -10,5 +10,21 @@

    1章/バトルADV/D0206_ガウェイン戦_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102393.html b/docs/story/102393.html index 1d335c119..f72db970e 100644 --- a/docs/story/102393.html +++ b/docs/story/102393.html @@ -10,5 +10,21 @@

    1章/バトルADV/D0210_アーサー対峙1_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102394.html b/docs/story/102394.html index 046bda4de..6bb15cd56 100644 --- a/docs/story/102394.html +++ b/docs/story/102394.html @@ -10,5 +10,21 @@

    1章/バトルADV/D0210_アーサー対峙2_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102395.html b/docs/story/102395.html index a585bc2ac..591b8cf22 100644 --- a/docs/story/102395.html +++ b/docs/story/102395.html @@ -10,5 +10,21 @@

    1章/バトルADV/D0210_アーサー対峙3_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/102396.html b/docs/story/102396.html index 52cab9e50..e202958d2 100644 --- a/docs/story/102396.html +++ b/docs/story/102396.html @@ -10,5 +10,21 @@

    1章/バトルADV/D0210_アーサーと魔女_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/11001.html b/docs/story/11001.html index 0a8cbdae4..3fefd08c3 100644 --- a/docs/story/11001.html +++ b/docs/story/11001.html @@ -11,6 +11,18 @@

    導入/DLシーン/チュートリアル

    導入短縮用

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    導入/DLシーン/チュートリアル

    + + + + + + + +
    template1
    Load
    Play
    101059001
    【アルハン】
    継承者よ
    贈り物を用意しておいたぞ
    101059001
    【アルハン】
    これがあれば旅立ちの助けとなるはずだ
    是非、プレゼントボックスから受け取ってくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200001.html b/docs/story/200001.html index 0f2c5ef9b..6514309c3 100644 --- a/docs/story/200001.html +++ b/docs/story/200001.html @@ -11,6 +11,18 @@

    パターン/D/10月23日/PTN登校D10月1

    新規追加

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    パターン/D/10月23日/PTN登校D10月1

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    おはよう、ノワール
    101011001
    【ギネヴィア】
    うん!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200002.html b/docs/story/200002.html index b8512d989..5c2eec117 100644 --- a/docs/story/200002.html +++ b/docs/story/200002.html @@ -11,6 +11,18 @@

    パターン/共通/04月11日/PTN噂話A1

    新規追加

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    パターン/共通/04月11日/PTN噂話A1

    + + + + + + + +
    template1
    Load
    Play
    【噂好きな女子生徒】
    ねぇ、聞いた?
    例の転校生の話
    【真面目な男子生徒】
    さすがにないと思うけど…なんか不安だな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200003.html b/docs/story/200003.html index d39f616c3..d4d3a79c2 100644 --- a/docs/story/200003.html +++ b/docs/story/200003.html @@ -12,7 +12,15 @@

    メイン/共通/08月16日/出発前・モルガン

    View script in lua - + + + + + + + + + @@ -22,7 +30,7 @@

    メイン/共通/08月16日/出発前・モルガン

    - + @@ -32,22 +40,22 @@

    メイン/共通/08月16日/出発前・モルガン

    - + - + - + - + @@ -57,7 +65,7 @@

    メイン/共通/08月16日/出発前・モルガン

    - + @@ -67,12 +75,12 @@

    メイン/共通/08月16日/出発前・モルガン

    - + - + @@ -82,13 +90,21 @@

    メイン/共通/08月16日/出発前・モルガン

    - + - + + + + + + + + +
    101041001
    Load
    Play
    101041003
    【モルガン】
    まって
    101041001
    101041003
    【モルガン】
    杞憂であってほしいのだけれど…
    いやなことが起こりそうな予感がするの
    101041001
    101041003
    【モルガン】
    ランスロット…仮定の話をしましょう
    「もし、仮に」の話よ…?
    101041001
    101041003
    【モルガン】
    もしも戦友(アーサー)弟弟子(ノワールくん)
    その両方が危機に陥ったとしたら…
    101041001
    101041003
    【モルガン】
    もしもの話…仮定の話よ?
    101041001
    101041003
    【モルガン】
    ランスロット…
    貴方は最強騎士としてどちらを守るかしら?
    101041001
    101041003
    【モルガン】
    できる?
    101041001
    101041003
    【モルガン】
    ………ノワールくん
    101041001
    101041003
    【モルガン】
    リンゴ園でした話、覚えてる?
    101041001
    101041003
    【モルガン】
    「本当を得られるのなら
    代償が伴っても構わないと思う」かどうか
    101041001
    101041003
    【モルガン】
    よく考えて
    後悔のないように
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200004.html b/docs/story/200004.html index f30eb85c8..1c078f769 100644 --- a/docs/story/200004.html +++ b/docs/story/200004.html @@ -11,6 +11,14 @@

    メイン/共通/08月30日/大分岐戦GS②D

    新規追加

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    メイン/共通/08月30日/大分岐戦GS②D

    + + + + + + + +
    Load
    Play
    101058002
    【ライエンス】
    継承者ァ…!!
    101009001
    【ノワール】
    革命の(つるぎ)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200005.html b/docs/story/200005.html index 92647ae15..e4722d17e 100644 --- a/docs/story/200005.html +++ b/docs/story/200005.html @@ -11,6 +11,14 @@

    メイン/共通/08月30日/大分岐戦GS②L

    新規追加

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    メイン/共通/08月30日/大分岐戦GS②L

    + + + + + + + +
    Load
    Play
    101058002
    【ライエンス】
    継承者ァ…!!
    101009001
    【ノワール】
    革命の(つるぎ)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200006.html b/docs/story/200006.html index 687aa9553..6f845671a 100644 --- a/docs/story/200006.html +++ b/docs/story/200006.html @@ -11,6 +11,18 @@

    元サブ/D/01月03日/【マルディサントの思いとディナタン

    新規追加

    View script in lua + + + + + + + + + + + + @@ -140,5 +152,13 @@

    元サブ/D/01月03日/【マルディサントの思いとディナタン

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    もう歌わないのか?
    101012001
    【ディナタン】
    そうかな…そうだといいな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200007.html b/docs/story/200007.html index a2e58b935..32c68e598 100644 --- a/docs/story/200007.html +++ b/docs/story/200007.html @@ -11,6 +11,18 @@

    元サブ/D/01月04日/【ルーシャスとの対話】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    元サブ/D/01月04日/【ルーシャスとの対話】

    + + + + + + + + + @@ -71,6 +92,10 @@

    元サブ/D/01月04日/【ルーシャスとの対話】

    + + + + @@ -96,6 +121,10 @@

    元サブ/D/01月04日/【ルーシャスとの対話】

    + + + + @@ -120,5 +149,13 @@

    元サブ/D/01月04日/【ルーシャスとの対話】

    + + + + + + + +
    template1
    Load
    Play
    101051001
    【ルーシャス】
    歴史の授業は得意か?
    【ルーシャス】
    人間とバルバロイの共存ですら
    不可能とは言い切れないのかもしれん
    101009002
    【(選択肢)】
    1. バルバロイとの共存はありえない
    2. それも考える必要があるかも
    Block1_1
    101009002
    【ノワール】
    バルバロイとの共存…?
    【ルーシャス】
    それが最善のものであるなら
    ここで決断することはひとつの務めであろう
    Block1_2
    101009002
    【ノワール】
    人間とバルバロイの共存か
    それも考える必要があるのかもしれない
    【ルーシャス】
    余に権利があるのならば
    民に危害が及ぶ可能性のある選択などせんがな
    Block1end
    101051001
    【ルーシャス】
    人がバルバロイという強靭な種と混ざり合い
    愛や生死、飢餓や病という概念を超越する
    101051001
    【ルーシャス】
    あやつがまだ王であるならば、あるいは
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200008.html b/docs/story/200008.html index 69d481326..ddf87421b 100644 --- a/docs/story/200008.html +++ b/docs/story/200008.html @@ -11,6 +11,18 @@

    元サブ/D/01月05日/【モルドレッドとの対話】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    元サブ/D/01月05日/【モルドレッドとの対話】

    + + + + + + + + + @@ -36,6 +57,10 @@

    元サブ/D/01月05日/【モルドレッドとの対話】

    + + + + @@ -51,6 +76,10 @@

    元サブ/D/01月05日/【モルドレッドとの対話】

    + + + + @@ -105,5 +134,13 @@

    元サブ/D/01月05日/【モルドレッドとの対話】

    + + + + + + + +
    template1
    Load
    Play
    101022001
    【モルドレッド】
    なんでアーサーのヤロウは
    聖杯を壊したと思う
    【ノワール】
    それは…
    101009002
    【(選択肢)】
    1. 恐れているから
    2. 嫌っているから
    Block1_1
    101009002
    【ノワール】
    恐れているからかな
    聖杯の力を
    【モルドレッド】
    けど、どうもしっくりこねぇ
    Block1_2
    101009002
    【ノワール】
    嫌っているから…とか?
    【モルドレッド】
    伝説が憎いかなんだか知らねえが
    聞き分けのねえガキかっつーんだ
    Block1end
    101009002
    【ノワール】
    アーサーは強い。けどそんなアーサーですら
    聖杯の力に抗うのは難しいのかもしれない
    101022001
    【モルドレッド】
    ただ倒さなきゃならねえ相手ってだけだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200009.html b/docs/story/200009.html index fc94b8f29..6f6bea683 100644 --- a/docs/story/200009.html +++ b/docs/story/200009.html @@ -11,6 +11,18 @@

    元サブ/D/01月21日/【血の繋がり:ディナタンとマルディ

    新規追加

    View script in lua + + + + + + + + + + + + @@ -180,5 +192,13 @@

    元サブ/D/01月21日/【血の繋がり:ディナタンとマルディ

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    こんなところでなにやってんだ?
    101017001
    【マルディサント】
    …そいつはどーも
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200010.html b/docs/story/200010.html index 309d1803e..7a77ce414 100644 --- a/docs/story/200010.html +++ b/docs/story/200010.html @@ -11,6 +11,18 @@

    元サブ/D/01月21日/病室のギネヴィア

    新規追加

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    元サブ/D/01月21日/病室のギネヴィア

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    ギネヴィアさん、大丈夫なんですか?
    101012001
    【ディナタン】
    もう、心配しすぎ!
    最近は元気だよ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200011.html b/docs/story/200011.html index cf081e36f..32587b40a 100644 --- a/docs/story/200011.html +++ b/docs/story/200011.html @@ -11,6 +11,18 @@

    元サブ/D/01月22日/【ディナタンとガレス】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    元サブ/D/01月22日/【ディナタンとガレス】

    + + + + + + + +
    template1
    Load
    Play
    101032001
    【ガレス】
    だいぶ食べられるようになってきたんだな~
    ギネヴィア
    101032001
    【ガレス】
    次、ご飯持ってくときは
    わたしもついてくよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200012.html b/docs/story/200012.html index fb3edab4e..e76434ad8 100644 --- a/docs/story/200012.html +++ b/docs/story/200012.html @@ -11,6 +11,18 @@

    元サブ/D/01月23日/【ギネマウアの独白】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    元サブ/D/01月23日/【ギネマウアの独白】

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    私は誰を恨めばいいのでしょう
    もう、それすらわからない
    101016001
    【ギネマウア】
    それが、私からあなたに
    してあげられる唯一のことだから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200013.html b/docs/story/200013.html index 32cbe65b0..5a19e0e4c 100644 --- a/docs/story/200013.html +++ b/docs/story/200013.html @@ -11,6 +11,18 @@

    元サブ/D/01月26日/【語られる真実】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -146,6 +158,15 @@

    元サブ/D/01月26日/【語られる真実】

    + + + + + + + + + @@ -161,6 +182,10 @@

    元サブ/D/01月26日/【語られる真実】

    + + + + @@ -176,6 +201,10 @@

    元サブ/D/01月26日/【語られる真実】

    + + + + @@ -315,5 +344,13 @@

    元サブ/D/01月26日/【語られる真実】

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    どういうことなんですか
    【マーリン】
    その王子がアーサーです
    101009002
    【(選択肢)】
    1. ウソだ!
    2. ディナタンは本当の妹じゃない…
    Block1_1
    101009002
    【ノワール】
    ウソだ!ディナタンが妖精の娘だなんて
    そんな話、信じられない!
    【ノワール】
    常人にはない…力…!
    Block1_2
    101009002
    【ノワール】
    ディナタンは俺の妹じゃ、ない…?
    【ノワール】
    そんな、そんなことって………
    Block1end
    101009002
    【ノワール】
    …でも、どうしてあなたがそのことを…
    101009002
    【ノワール】
    俺たちは兄妹じゃない…
    そしてディナタンは妖精の血が半分
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200014.html b/docs/story/200014.html index e9e7ac899..d4c93ccf6 100644 --- a/docs/story/200014.html +++ b/docs/story/200014.html @@ -11,11 +11,32 @@

    元サブ/D/02月01日/【ケイの後悔】

    新規追加

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -36,6 +57,10 @@

    元サブ/D/02月01日/【ケイの後悔】

    + + + + @@ -56,6 +81,10 @@

    元サブ/D/02月01日/【ケイの後悔】

    + + + + @@ -105,5 +134,13 @@

    元サブ/D/02月01日/【ケイの後悔】

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    すまない、ノワール
    貴公にばかり背負わせてしまう
    101009002
    【(選択肢)】
    1. あんたにそんなこと言われるとは
    2. もう慣れたよ
    Block1_1
    101009002
    【ノワール】
    え…?
    【ケイ】
    そうか?…いや、そうだな
    Block1_2
    101009002
    【ノワール】
    気にしないでくれ
    もう慣れたよ
    【ノワール】
    さぁ?誰だろうな
    Block1end
    101040001
    【ケイ】
    継承者ならば背負って当然だと
    以前の私であれば思っていたかもしれない
    101009002
    【ノワール】
    この学園は、そういう場所だったよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200015.html b/docs/story/200015.html index d9a5fc331..741ae9584 100644 --- a/docs/story/200015.html +++ b/docs/story/200015.html @@ -11,6 +11,18 @@

    元サブ/D/02月01日/【トリスタンとイゾルデ、ガレス】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -125,5 +137,13 @@

    元サブ/D/02月01日/【トリスタンとイゾルデ、ガレス】

    + + + + + + + +
    template1
    Load
    Play
    101032001
    【ガレス】
    ランチセットふたつ、おまちど~♪
    101014001
    【トリスタン】
    それがきっと
    ボクたちがあいつにしてやれることだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200016.html b/docs/story/200016.html index 18806c416..146d0c8fa 100644 --- a/docs/story/200016.html +++ b/docs/story/200016.html @@ -11,6 +11,18 @@

    元サブ/D/02月01日/【ルーシャス、汚れた血について】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    元サブ/D/02月01日/【ルーシャス、汚れた血について】

    + + + + + + + + + @@ -51,6 +72,10 @@

    元サブ/D/02月01日/【ルーシャス、汚れた血について】

    + + + + @@ -150,5 +175,17 @@

    元サブ/D/02月01日/【ルーシャス、汚れた血について】

    + + + + + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ルーシャス…
    【ルーシャス】
    さて…余と少し話をしていくか?
    101009002
    【(選択肢)】
    1. やめておく
    2. 話そうか
    Block1_1
    101009002
    【ノワール】
    いや…やめておくよ
    【ルーシャス】
    そうか
    それは残念
    Block1_2
    101009002
    【ノワール】
    そうだな。少し話そうか
    …聞きたいこともある
    101009002
    【ノワール】
    でも…それでも俺は…わかりたい
    アーサーの『本当』の思いを
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200017.html b/docs/story/200017.html index dbced9b3f..e9aa7d0da 100644 --- a/docs/story/200017.html +++ b/docs/story/200017.html @@ -11,6 +11,18 @@

    元サブ/D/02月02日/食卓に戻るために

    新規追加

    View script in lua + + + + + + + + + + + + @@ -155,5 +167,13 @@

    元サブ/D/02月02日/食卓に戻るために

    + + + + + + + +
    template1
    Load
    Play
    101032001
    【ガレス】
    おりょおりょ~?
    ディナタン、なにしてるんだ?
    101032001
    【ガレス】
    腕をふるうぞ~!
    そんで頑張って兄さんを止めるからな!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200018.html b/docs/story/200018.html index 031c15d55..e29c0a7aa 100644 --- a/docs/story/200018.html +++ b/docs/story/200018.html @@ -11,6 +11,18 @@

    元サブ/D/02月02日/【モルドレッド、GSについて】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    元サブ/D/02月02日/【モルドレッド、GSについて】

    + + + + + + + + + @@ -36,6 +57,10 @@

    元サブ/D/02月02日/【モルドレッド、GSについて】

    + + + + @@ -51,6 +76,10 @@

    元サブ/D/02月02日/【モルドレッド、GSについて】

    + + + + @@ -100,5 +129,13 @@

    元サブ/D/02月02日/【モルドレッド、GSについて】

    + + + + + + + +
    template1
    Load
    Play
    101022001
    【モルドレッド】
    伝説や妖精、GS(ゲシュタルト・シフト)に頼らず
    人として生きていく…ねぇ
    【モルドレッド】
    今更そんなこと言われてもって思わねえか?
    こっちは散々戦ってきてんのによ
    101009002
    【(選択肢)】
    1. そうだよな
    2. アーサーの考えもわかる気がする
    Block1_1
    101009002
    【ノワール】
    そうだよな
    ずっとこれしかないと思ってきたのに
    【モルドレッド】
    ああ、そうだ
    …そうじゃなきゃ、誰がこんな真似
    Block1_2
    101009002
    【ノワール】
    でも…アーサーの考えもわかる気がするんだ
    俺だって、最初は動揺した
    【モルドレッド】
    けど、そのうち慣れてったろ?
    みんなそうしてきたじゃねぇか
    Block1end
    101022001
    【モルドレッド】
    オレだって、バルバロイをぶっ倒す方法が
    ほかにあればGSに頼ったりしねえ
    101022001
    【モルドレッド】
    …チッ。なんかむしゃくしゃしてきたぜ
    その辺でバルバロイでも狩ってくるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200019.html b/docs/story/200019.html index 5dd255f2e..ef8214678 100644 --- a/docs/story/200019.html +++ b/docs/story/200019.html @@ -11,6 +11,18 @@

    元サブ/D/02月02日/【伝説のふたり】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -160,5 +172,13 @@

    元サブ/D/02月02日/【伝説のふたり】

    + + + + + + + +
    template1
    Load
    Play
    101013002
    【ガウェイン】
    円卓は壊滅状態っスけどね
    パーシヴァルにヴォールス…
    101015003
    【アーサー】
    頼んだぞ、ラグネル、ガウェイン
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200020.html b/docs/story/200020.html index b6e92fb62..82e538b0b 100644 --- a/docs/story/200020.html +++ b/docs/story/200020.html @@ -11,6 +11,18 @@

    元サブ/D/02月04日/【カムランの丘に向かう】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    元サブ/D/02月04日/【カムランの丘に向かう】

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    カムランの丘は
    アーサーにとってなにか重要な土地なのか?
    101022001
    【モルドレッド】
    なんだろうと構いやしねえ
    あのヤロウの墓標にしてやる
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200021.html b/docs/story/200021.html index e2d1c59d2..2713ab959 100644 --- a/docs/story/200021.html +++ b/docs/story/200021.html @@ -11,6 +11,18 @@

    元サブ/D/09月03日/これで見納め

    新規追加

    View script in lua + + + + + + + + + + + + @@ -160,5 +172,13 @@

    元サブ/D/09月03日/これで見納め

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    いいものだな
    青春というのは
    101020001
    【マーリン】
    私たちは、ここまでです
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200022.html b/docs/story/200022.html index 9d285d8e4..a17e48957 100644 --- a/docs/story/200022.html +++ b/docs/story/200022.html @@ -11,6 +11,18 @@

    元サブ/D/09月03日/フレンとローラ

    新規追加

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    元サブ/D/09月03日/フレンとローラ

    + + + + + + + +
    template1
    Load
    Play
    101039001
    【フレン】
    おこがましかったかな
    101039001
    【フレン】
    だから待っててあげなきゃ、信じて
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200023.html b/docs/story/200023.html index 90bd20ae4..b4af39c76 100644 --- a/docs/story/200023.html +++ b/docs/story/200023.html @@ -11,6 +11,18 @@

    元サブ/D/09月06日/マルディサントと

    新規追加

    View script in lua + + + + + + + + + + + + @@ -96,6 +108,15 @@

    元サブ/D/09月06日/マルディサントと

    + + + + + + + + + @@ -121,6 +142,10 @@

    元サブ/D/09月06日/マルディサントと

    + + + + @@ -146,6 +171,10 @@

    元サブ/D/09月06日/マルディサントと

    + + + + @@ -190,5 +219,13 @@

    元サブ/D/09月06日/マルディサントと

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    いけねえことをしちまうのは
    ダメなもんかな
    【マルディサント】
    ディーナがアンタのキラーズになったあと
    ディーナのキラーズのアタシはどうなる?
    101009002
    【(選択肢)】
    1. 俺のキラーズでもある…?
    2. マスターはディナタンのまま
    Block1_1
    101009002
    【ノワール】
    うーん
    俺のキラーズでもある、のか…?
    【ディナタン】
    仲良し兄妹…そ、そうかな
    Block1_2
    101009002
    【ノワール】
    マスターは
    ディナタンのままなんじゃないか?
    【ディナタン】
    …これって褒められてるの?
    いいように扱われてるだけ?
    Block1end
    101041003
    【モルガン】
    でも先生、羨ましいなぁ
    ノワールくんとディナタンちゃんの関係
    101012001
    【ディナタン】
    あっ、はい!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200024.html b/docs/story/200024.html index 7d6e61d2f..142138e04 100644 --- a/docs/story/200024.html +++ b/docs/story/200024.html @@ -11,6 +11,18 @@

    元サブ/D/09月07日/ランスロットと

    新規追加

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    元サブ/D/09月07日/ランスロットと

    + + + + + + + + + @@ -46,6 +67,10 @@

    元サブ/D/09月07日/ランスロットと

    + + + + @@ -61,6 +86,10 @@

    元サブ/D/09月07日/ランスロットと

    + + + + @@ -95,5 +124,13 @@

    元サブ/D/09月07日/ランスロットと

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    …そうか!
    それは大変助かる、と伝えてくれ
    【ランスロット】
    バルバロイおよびローマとの戦いへの
    協力は惜しまない、とのことだ
    101009002
    【(選択肢)】
    1. それは心強いな
    2. …父さんたちのおかげかな
    Block1_1
    101009002
    【ノワール】
    銀卓騎士団(シルバタブラナイツ)が協力してくれるのか
    それは心強いな
    【ランスロット】
    …あの人の犠牲は
    無駄にはならなかったようだな
    Block1_2
    101009002
    【ノワール】
    良かった
    ブライアンや…父さんのおかげかな
    【ランスロット】
    それに、お前が見事GS(ゲシュタルト・シフト)を果たしたことも
    ペレス王たちを動かした要因のひとつだ
    Block1end
    101009002
    【ノワール】
    みんなは父さんのこと
    すっかり忘れてしまったんだな
    101009002
    【ノワール】
    …ああ、そうだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200025.html b/docs/story/200025.html index a281319a8..0579fd596 100644 --- a/docs/story/200025.html +++ b/docs/story/200025.html @@ -12,93 +12,109 @@

    元サブ/D/09月20日/学園を前に

    View script in lua - + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + +
    101013002
    Load
    Play
    101013001
    【ガウェイン】
    全部壊さなくていいんですか
    101015003
    101015001
    【アーサー】
    いや…
    101013002
    101013001
    【ガウェイン】
    …それとも壊すのは気が引けますか
    101015003
    101015001
    【アーサー】
    …そうかもしれないな
    101013002
    101013001
    【ガウェイン】
    そうっすよね
    人間、そう簡単には変わらねーもんっすよ
    101015003
    101015001
    【アーサー】
    円卓は?
    101013002
    101013001
    【ガウェイン】
    いったんひいたようです
    101013002
    101013001
    【ガウェイン】
    攻め込みますか?
    101015003
    101015001
    【アーサー】
    いや、継承者を逃がしてしまったからには
    戻ってくる場所が必要だろう
    101015003
    101015001
    【アーサー】
    戻ってくれば追いやすい
    すべてを壊すのはその後でいい
    101013002
    101013001
    【ガウェイン】
    …そうですね
    101015003
    101015001
    【アーサー】
    本当にいいのか?
    俺はお前さえも壊すというのに
    101013002
    101013001
    【ガウェイン】
    その話はもう無しですよ、アーサー様
    俺は、ハラ決めたんで
    101013002
    101013001
    【ガウェイン】
    俺はアンタの選んだ道についていく
    101015003
    101015001
    【アーサー】
    ガウェイン…
    101013002
    101013001
    【ガウェイン】
    俺はバルバロイを使って
    継承者をさがしに行きます
    101013002
    101013001
    【ガウェイン】
    見つけたら
    ここも壊してしまえばいい
    101015003
    101015001
    【アーサー】
    …ああ、そうだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200026.html b/docs/story/200026.html index 21862eaea..707a07499 100644 --- a/docs/story/200026.html +++ b/docs/story/200026.html @@ -11,6 +11,18 @@

    元サブ/D/10月17日/学園で:ギネヴィア

    新規追加

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    元サブ/D/10月17日/学園で:ギネヴィア

    + + + + + + + + + @@ -41,6 +62,10 @@

    元サブ/D/10月17日/学園で:ギネヴィア

    + + + + @@ -56,6 +81,10 @@

    元サブ/D/10月17日/学園で:ギネヴィア

    + + + + @@ -100,5 +129,13 @@

    元サブ/D/10月17日/学園で:ギネヴィア

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    …んん~?
    【ギネヴィア】
    …なんかノワール、雰囲気変わった?
    なんていうか…大人びたっていうか?
    101009002
    【(選択肢)】
    1. 自覚はある
    2. 大人びたのはギネヴィアだろ
    Block1_1
    101009002
    【ノワール】
    ディナタンとふたりで
    生き延びるのに必死だったから
    【ギネヴィア】
    でもこっちでは1ヶ月くらいなのに
    ずっと長くいた気がするなんて不思議
    Block1_2
    101009002
    【ノワール】
    そうか?ガレスにも言われたけど
    自分じゃわからないな
    【ギネヴィア】
    おやおや?大人の女の魅力ってやつ?
    出てきちゃってますぅ?
    Block1end
    101011001
    【ギネヴィア】
    ま、お互い色々ありましたってコトで
    101011001
    【ギネヴィア】
    にしし…♪
    頼りにしてるわよ、継承者様
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200027.html b/docs/story/200027.html index 970f88dce..b1f4f5e1e 100644 --- a/docs/story/200027.html +++ b/docs/story/200027.html @@ -11,6 +11,18 @@

    元サブ/D/10月21日/学園で:ランスロット

    新規追加

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    元サブ/D/10月21日/学園で:ランスロット

    + + + + + + + + + @@ -46,6 +67,10 @@

    元サブ/D/10月21日/学園で:ランスロット

    + + + + @@ -71,6 +96,10 @@

    元サブ/D/10月21日/学園で:ランスロット

    + + + + @@ -155,5 +184,13 @@

    元サブ/D/10月21日/学園で:ランスロット

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    学園内の様子を見てこなくていいのか?
    【ランスロット】
    久しぶりに会う連中もいるだろう
    挨拶してくるといい
    101009002
    【(選択肢)】
    1. まずはあんたの顔が見たくて
    2. あとで行くよ
    Block1_1
    101009002
    【ノワール】
    そう思って挨拶しにきたんだよ
    まずはあんたの顔が見たかった
    【ランスロット】
    それにしても
    妖精の森に呼ばれていたとは思わなかった
    Block1_2
    101009002
    【ノワール】
    あとで行くよ
    それより
    【ランスロット】
    それに俺たちもさがすのが遅れた
    …まさか、妖精の森にいたとはな
    Block1end
    101009002
    【ノワール】
    わからないんだ。どうして森にいたのか
    どうやって森に着いたのか
    101011001
    【ギネヴィア】
    敵襲よ…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200028.html b/docs/story/200028.html index 4cb16692a..0dcd5ec9c 100644 --- a/docs/story/200028.html +++ b/docs/story/200028.html @@ -12,17 +12,25 @@

    元サブ/D/10月22日/【モルドレッドとアーサー】

    View script in lua - + + + + + + + + + - + - + @@ -32,7 +40,7 @@

    元サブ/D/10月22日/【モルドレッドとアーサー】

    - + @@ -72,12 +80,12 @@

    元サブ/D/10月22日/【モルドレッドとアーサー】

    - + - + @@ -87,7 +95,7 @@

    元サブ/D/10月22日/【モルドレッドとアーサー】

    - + @@ -97,12 +105,12 @@

    元サブ/D/10月22日/【モルドレッドとアーサー】

    - + - + @@ -112,8 +120,16 @@

    元サブ/D/10月22日/【モルドレッドとアーサー】

    - + + + + + + + + +
    101015003
    Load
    Play
    101015001
    【アーサー】
    わざわざ追いかけてきたのか
    そう死に急ぐこともないだろうに
    101015003
    101015001
    【アーサー】
    遅かれ早かれ
    お前のこともちゃんと片を付けてやるさ
    101015003
    101015001
    【アーサー】
    そうしなければならないんだ
    罪を(あがな)うためには
    101015003
    101015001
    【アーサー】
    …!
    101015003
    101015001
    【アーサー】
    弱いな
    キラーズといえどこんなものか
    101015003
    101015001
    【アーサー】
    やはり、GS(ゲシュタルト・シフト)がもたらす絆などとるにたらん
    王が(すが)るものではない
    101015003
    101015001
    【アーサー】
    さあ、次はお前の番だ
    モルドレッド――
    101015003
    101015001
    【アーサー】
    クラリス
    そうまでして、我が義弟を守りたいか
    101015003
    101015001
    【アーサー】
    その献身はお前の意志か?
    それとも、伝承に惑わされたものか
    101015003
    101015001
    【アーサー】
    …さあな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200029.html b/docs/story/200029.html index e4b34c0a3..5e72f29ab 100644 --- a/docs/story/200029.html +++ b/docs/story/200029.html @@ -11,6 +11,18 @@

    元サブ/D/10月23日/【学園で:ガレス】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    元サブ/D/10月23日/【学園で:ガレス】

    + + + + + + + + + @@ -61,6 +82,10 @@

    元サブ/D/10月23日/【学園で:ガレス】

    + + + + @@ -81,6 +106,10 @@

    元サブ/D/10月23日/【学園で:ガレス】

    + + + + @@ -160,5 +189,13 @@

    元サブ/D/10月23日/【学園で:ガレス】

    + + + + + + + +
    template1
    Load
    Play
    101033001
    【リオネス】
    おまちどー!
    Aランチを3つだ!
    【ガレス】
    1ヶ月、ろくに食べてなかったから
    体がわたしのご飯を求めているんだ!
    101009002
    【(選択肢)】
    1. そうかもしれないな
    2. ディナタンも誘えばよかったな
    Block1_1
    101009002
    【ノワール】
    そうかもしれないな
    【ガレス】
    それもいいことだ
    お腹が空かないなんて人間じゃない
    Block1_2
    101009002
    【ノワール】
    ああ、しまった
    ディナタンも誘えばよかったな
    【ノワール】
    あまりお腹が空いているように
    見えなかったってのもあるけど
    Block1end
    101032001
    【ガレス】
    でも、学園がめちゃくちゃになって
    しばらくは皆もそうだった
    101032001
    【ガレス】
    いっぱい食べるのはいいとして
    メニューくらい変えてもいいと思うぞ~?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200030.html b/docs/story/200030.html index 57c34ef1d..a1d9d3dab 100644 --- a/docs/story/200030.html +++ b/docs/story/200030.html @@ -11,6 +11,18 @@

    元サブ/D/10月23日/【学園で:マーリン】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    元サブ/D/10月23日/【学園で:マーリン】

    + + + + + + + + + @@ -46,6 +67,10 @@

    元サブ/D/10月23日/【学園で:マーリン】

    + + + + @@ -76,6 +101,10 @@

    元サブ/D/10月23日/【学園で:マーリン】

    + + + + @@ -175,5 +204,13 @@

    元サブ/D/10月23日/【学園で:マーリン】

    + + + + + + + +
    template1
    Load
    Play
    101020001
    【マーリン】
    ………ああ、ノワール様
    【ノワール】
    そんなことはありません
    101009002
    【(選択肢)】
    1. ちゃんと帰って来れました
    2. ディナタンがいてくれたから
    Block1_1
    101009002
    【ノワール】
    みんなのおかげで
    ちゃんと帰って来れましたし
    【マーリン】
    あの森にいた影響かもしれませんね
    Block1_2
    101009002
    【ノワール】
    ディナタンがあの森について知っていたようで
    それほど苦労はありませんでした
    【マーリン】
    …そういう森ですから
    Block1end
    101009002
    【ノワール】
    …今、森のなかであったことが
    なにも思い出せないんです
    101020001
    【マーリン】
    今はただ待ちましょう。時が来るのを
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200031.html b/docs/story/200031.html index 878353b3f..7f3998e9e 100644 --- a/docs/story/200031.html +++ b/docs/story/200031.html @@ -11,6 +11,18 @@

    元サブ/D/11月04日/【ハロウィンその1:マーリン】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    元サブ/D/11月04日/【ハロウィンその1:マーリン】

    + + + + + + + + + @@ -106,6 +127,10 @@

    元サブ/D/11月04日/【ハロウィンその1:マーリン】

    + + + + @@ -131,6 +156,10 @@

    元サブ/D/11月04日/【ハロウィンその1:マーリン】

    + + + + @@ -185,5 +214,13 @@

    元サブ/D/11月04日/【ハロウィンその1:マーリン】

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    どうしてこの時期は
    魔女の力が増すんですか
    【マーリン】
    なにかわからない点はありましたか?
    101009002
    【(選択肢)】
    1. 祭で対抗することは可能?
    2. 魔女と戦うのは得策ではない?
    Block1_1
    101009002
    【ノワール】
    突飛な思い付きかも知れないんですけど
    【マーリン】
    その絆が、魔女を退ける
    大いなる力となることもあるかもしれませんから
    Block1_2
    101009002
    【ノワール】
    だとすると、やっぱりこの時期に
    魔女と戦うのは得策ではないんでしょうか
    【マーリン】
    でも今はそんなことを言っていられる
    状況ではないことも理解しているつもりです
    Block1end
    101009002
    【ノワール】
    しばらく森にいたせいでしょうか
    いまだに実感わかないところがあるんです
    101020001
    【マーリン】
    ノワール様
    あなたに対しても
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200032.html b/docs/story/200032.html index 99310f3af..42bd57d63 100644 --- a/docs/story/200032.html +++ b/docs/story/200032.html @@ -11,6 +11,22 @@

    元サブ/D/11月05日/【ハロウィンその2:ガレスとガウェ

    新規追加

    View script in lua + + + + + + + + + + + + + + + + @@ -106,6 +122,15 @@

    元サブ/D/11月05日/【ハロウィンその2:ガレスとガウェ

    + + + + + + + + + @@ -141,6 +166,10 @@

    元サブ/D/11月05日/【ハロウィンその2:ガレスとガウェ

    + + + + @@ -171,6 +200,10 @@

    元サブ/D/11月05日/【ハロウィンその2:ガレスとガウェ

    + + + + @@ -230,5 +263,13 @@

    元サブ/D/11月05日/【ハロウィンその2:ガレスとガウェ

    + + + + + + + +
    template1
    template2
    Load
    Play
    101033001
    【リオネス】
    お、ノワールとディナタン
    いいところに来たな!
    【ガレス】
    …へへ。それじゃ…全部食べたうえで
    忌憚(きたん)なき意見をよろしく~♪
    101009002
    【(選択肢)】
    1. 全部は無理だよ
    2. とことん食ってやる!
    Block1_1
    101009002
    【ノワール】
    全部は無理だよ
    【ノワール】
    モゴモゴモゴッ!
    Block1_2
    101009002
    【ノワール】
    こうなったら乗りかかった船だ
    とことん食ってやる!
    【ノワール】
    モゴモゴモゴッ!
    Block1end
    101009002
    【ノワール】
    一生ぶんのカボチャを食べた気がする…
    101032001
    【ガレス】
    まあお前たちは心配なさそうだけどな♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200033.html b/docs/story/200033.html index 1b5fd3623..a067e275e 100644 --- a/docs/story/200033.html +++ b/docs/story/200033.html @@ -11,6 +11,18 @@

    元サブ/D/11月06日/【ハロウィンその3:ランスロット】新規追加

    View script in lua + + + + + + + + + + + + @@ -76,6 +88,15 @@

    元サブ/D/11月06日/【ハロウィンその3:ランスロット】【ランスロット】
    聞かないのか?
    師匠とのこと

    + + + + + + + + + @@ -91,6 +112,10 @@

    元サブ/D/11月06日/【ハロウィンその3:ランスロット】【ランスロット】
    …お前にはまだ
    話してないことがたくさんある

    + + + + @@ -111,9 +136,21 @@

    元サブ/D/11月06日/【ハロウィンその3:ランスロット】【ランスロット】
    …すまない

    + + + + + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ランスロットは
    ハロウィンには参加しないのか
    101009002
    【(選択肢)】
    1. 帰ったら聞く
    2. 教えてくれるのか?
    Block1_1
    101009002
    【ノワール】
    帰ったら聞く
    だから無事に帰ってこいよ
    Block1_2
    101009002
    【ノワール】
    聞いたら教えてくれるのか?
    Block1end
    101010001
    【ランスロット】
    落ち着いたらゆっくり話そう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200034.html b/docs/story/200034.html index 740720da3..a9198e11a 100644 --- a/docs/story/200034.html +++ b/docs/story/200034.html @@ -11,6 +11,18 @@

    元サブ/D/11月07日/【ハロウィンどころじゃない】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    元サブ/D/11月07日/【ハロウィンどころじゃない】

    + + + + + + + + + @@ -131,6 +152,10 @@

    元サブ/D/11月07日/【ハロウィンどころじゃない】

    + + + + @@ -166,6 +191,10 @@

    元サブ/D/11月07日/【ハロウィンどころじゃない】

    + + + + @@ -175,5 +204,13 @@

    元サブ/D/11月07日/【ハロウィンどころじゃない】

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    どうしたんだ、ふたりとも
    そんな暗い顔して
    【フレン】
    …うん。そうだよね
    でも…
    101009002
    【(選択肢)】
    1. ローマに行きたい?
    2. ルーシャスが選んだ道だ
    Block1_1
    101009002
    【ノワール】
    今からでもローマに行きたいか?
    【ノワール】
    フレン…
    Block1_2
    101009002
    【ノワール】
    仮にそうだったとしても
    それは、ルーシャスが選んだ道だ
    【フレン】
    …ごめん。八つ当たりしちゃった
    気持ちが落ち着かなくて
    Block1end
    101039001
    【フレン】
    私たち、もう行くね
    それじゃ
    101009002
    【ノワール】
    ………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200035.html b/docs/story/200035.html index 1149f6656..4f525d07a 100644 --- a/docs/story/200035.html +++ b/docs/story/200035.html @@ -11,6 +11,22 @@

    元サブ/D/11月13日/【ローマ陥落】

    新規追加

    View script in lua + + + + + + + + + + + + + + + + @@ -205,5 +221,13 @@

    元サブ/D/11月13日/【ローマ陥落】

    + + + + + + + +
    template1
    template2
    Load
    Play
    101042001
    【モーロノエー】
    皇太子殿下、お願いがあるのよ
    101038001
    【ローラ】
    そんな…ロンディニウムの人たちが…
    ルーシャス様が…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200036.html b/docs/story/200036.html index 2ac65f736..361d772c0 100644 --- a/docs/story/200036.html +++ b/docs/story/200036.html @@ -11,6 +11,18 @@

    元サブ/D/11月15日/【ヴェルナルス脱出】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    元サブ/D/11月15日/【ヴェルナルス脱出】

    + + + + + + + +
    template1
    Load
    Play
    101051001
    【ルーシャス】
    ノワールとその妹を呼べ、か
    101052001
    【ヴェルナルス】
    …御意
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200037.html b/docs/story/200037.html index 9ac2c1a02..a35ff5b5f 100644 --- a/docs/story/200037.html +++ b/docs/story/200037.html @@ -11,6 +11,18 @@

    元サブ/D/11月16日/【ハロウィンその4.5:クラリスの

    新規追加

    View script in lua + + + + + + + + + + + + @@ -100,5 +112,13 @@

    元サブ/D/11月16日/【ハロウィンその4.5:クラリスの

    + + + + + + + +
    template1
    Load
    Play
    101023001
    【クラリス】
    信じられます~?
    101023001
    【クラリス】
    信じてもらいたいものですね?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200038.html b/docs/story/200038.html index e99894431..fd7fb8c14 100644 --- a/docs/story/200038.html +++ b/docs/story/200038.html @@ -11,6 +11,18 @@

    元サブ/D/11月16日/【ハロウィンその5:モルドレッドのト

    新規追加

    View script in lua + + + + + + + + + + + + @@ -155,5 +167,13 @@

    元サブ/D/11月16日/【ハロウィンその5:モルドレッドのト

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    おい、大丈夫かよ
    今少しフラついたんじゃねえか
    101022001
    【モルドレッド】
    ………クラリス、どこいった
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200039.html b/docs/story/200039.html index abc37de4d..b925fab7d 100644 --- a/docs/story/200039.html +++ b/docs/story/200039.html @@ -11,6 +11,18 @@

    元サブ/D/11月23日/【ロンディニウム防衛】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -215,5 +227,13 @@

    元サブ/D/11月23日/【ロンディニウム防衛】

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    ノワールたちのもとにロンディニウム付近で
    魔女らしき影を見たとの報が入る
    101015003
    【アーサー】
    スノードンにて待っている
    すべてはそこで話そう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200040.html b/docs/story/200040.html index cb6cfcaca..05ac55e64 100644 --- a/docs/story/200040.html +++ b/docs/story/200040.html @@ -11,6 +11,18 @@

    元サブ/D/12月03日/【アーサーを追う3人】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

    元サブ/D/12月03日/【アーサーを追う3人】

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    スノードンで待つ、か…
    101010001
    【ランスロット】
    俺もあいつと話がしたい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200041.html b/docs/story/200041.html index 8d4d3c904..c540c19e7 100644 --- a/docs/story/200041.html +++ b/docs/story/200041.html @@ -11,6 +11,18 @@

    元サブ/D/12月10日/【3人娘合流】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    元サブ/D/12月10日/【3人娘合流】

    + + + + + + + + + @@ -66,6 +87,10 @@

    元サブ/D/12月10日/【3人娘合流】

    + + + + @@ -96,6 +121,10 @@

    元サブ/D/12月10日/【3人娘合流】

    + + + + @@ -195,5 +224,13 @@

    元サブ/D/12月10日/【3人娘合流】

    + + + + + + + +
    template1
    Load
    Play
    101039001
    【フレン】
    あのっ!
    【フレン】
    ルーシャスくん、どうせ
    ちゃんとお礼を言ってないでしょ
    101009002
    【(選択肢)】
    1. 言われてないな
    2. 別に気にしてないよ
    Block1_1
    101009002
    【ノワール】
    そういえば、確かに言われてないな
    【ノワール】
    ルーシャスにそんなこと言えるの
    フレンくらいだろうな
    Block1_2
    101009002
    【ノワール】
    ああ、別に気にしてないよ
    そんなこというヤツじゃないってわかってるし
    【ローラ】
    言わないよ
    ローマでも、この国でも…
    Block1end
    101009002
    【ノワール】
    それより、ローラのほうこそ
    体の調子はどうなんだ?
    101039001
    【フレン】
    よろしくね
    ルーシャスくんともども
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200042.html b/docs/story/200042.html index ea1fc56c8..c1cfd89dc 100644 --- a/docs/story/200042.html +++ b/docs/story/200042.html @@ -11,6 +11,18 @@

    元サブ/D/12月12日/【モルガンの思い】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -100,5 +112,13 @@

    元サブ/D/12月12日/【モルガンの思い】

    + + + + + + + +
    template1
    Load
    Play
    101041003
    【モルガン】
    またひとり、飲み込まれた
    101041003
    【モルガン】
    …ええ。大好きよ、アーサー
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200043.html b/docs/story/200043.html index 6b2afeee7..a87529952 100644 --- a/docs/story/200043.html +++ b/docs/story/200043.html @@ -11,6 +11,18 @@

    元サブ/D/12月12日/【ルーシャスの復学】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -116,6 +128,15 @@

    元サブ/D/12月12日/【ルーシャスの復学】

    + + + + + + + + + @@ -141,6 +162,10 @@

    元サブ/D/12月12日/【ルーシャスの復学】

    + + + + @@ -161,6 +186,10 @@

    元サブ/D/12月12日/【ルーシャスの復学】

    + + + + @@ -175,5 +204,13 @@

    元サブ/D/12月12日/【ルーシャスの復学】

    + + + + + + + +
    template1
    Load
    Play
    101051001
    【ルーシャス】
    遅くなったが
    この度の救援、感謝の意を述べておこう
    【マーリン】
    そうですね
    ぬるっと戻っていただければよいかと
    101009002
    【(選択肢)】
    1. いいのか?そんな雑な処理で
    2. またよろしくな、ルーシャス
    Block1_1
    101009002
    【ノワール】
    いいのか?
    そんな雑に処理してしまって
    【ルーシャス】
    いささか腹立たしいが
    今回はヤツの思惑に乗ってやる
    Block1_2
    101009002
    【ノワール】
    というわけらしい
    またよろしくな、ルーシャス
    【ルーシャス】
    せいぜい余を楽しませてくれ
    Block1end
    101009002
    【ノワール】
    ところで、ヴェルナルス先生の容態は…
    101051001
    【ルーシャス】
    まだまだ余の役に立ってもらわねばな
    ヴェルナルスには
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200044.html b/docs/story/200044.html index c6926900b..15e2a4ac4 100644 --- a/docs/story/200044.html +++ b/docs/story/200044.html @@ -11,6 +11,18 @@

    元サブ/D/12月19日/【アーサーとランスロット、ギネヴィ

    新規追加

    View script in lua + + + + + + + + + + + + @@ -100,5 +112,13 @@

    元サブ/D/12月19日/【アーサーとランスロット、ギネヴィ

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    パーシヴァルを殺し
    聖杯を破壊など…バカな…
    101015003
    【アーサー】
    そんな世界に興味はないか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200045.html b/docs/story/200045.html index ef1aa2166..eaab99352 100644 --- a/docs/story/200045.html +++ b/docs/story/200045.html @@ -11,6 +11,18 @@

    元サブ/D/12月19日/【ディナタンとマルディサントの思い

    新規追加

    View script in lua + + + + + + + + + + + + @@ -160,5 +172,13 @@

    元サブ/D/12月19日/【ディナタンとマルディサントの思い

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    夢を見たの
    聞いてくれる?
    101012001
    【ディナタン】
    …わからない…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200046.html b/docs/story/200046.html index 62633744b..9e666683d 100644 --- a/docs/story/200046.html +++ b/docs/story/200046.html @@ -11,6 +11,18 @@

    元サブ/D/12月19日/【マーリンから語られるアーサーへの

    新規追加

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    元サブ/D/12月19日/【マーリンから語られるアーサーへの

    + + + + + + + + + @@ -71,6 +92,10 @@

    元サブ/D/12月19日/【マーリンから語られるアーサーへの

    + + + + @@ -86,6 +111,10 @@

    元サブ/D/12月19日/【マーリンから語られるアーサーへの

    + + + + @@ -105,5 +134,13 @@

    元サブ/D/12月19日/【マーリンから語られるアーサーへの

    + + + + + + + +
    template1
    Load
    Play
    101020001
    【マーリン】
    どこまでお話ししたでしょうか
    【マーリン】
    そんなことを仰るくらいですから
    101009002
    【(選択肢)】
    1. 素敵なことだと思う
    2. アーサーは青春を謳歌できたかな
    Block1_1
    101009002
    【ノワール】
    アーサーの考えは素敵だと思う
    本当にそうできたら、どれだけ幸せか
    【マーリン】
    あの方はお優しい
    お優しすぎたからこそ…
    Block1_2
    101009002
    【ノワール】
    そういうアーサーは…
    青春を謳歌できたんだろうか
    【マーリン】
    私の前で弱音を吐いたことなどありませんが
    心の奥底ではきっと…
    Block1end
    101020001
    【マーリン】
    でも、買い食いしてるあの方は
    いつもとても楽しそうでした
    101020001
    【マーリン】
    あの方もそれを望まないでしょうから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200047.html b/docs/story/200047.html index 9e698e5a7..563866205 100644 --- a/docs/story/200047.html +++ b/docs/story/200047.html @@ -11,6 +11,18 @@

    元サブ/D/12月19日/【モルドレッドの思い】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -76,6 +88,15 @@

    元サブ/D/12月19日/【モルドレッドの思い】

    + + + + + + + + + @@ -91,6 +112,10 @@

    元サブ/D/12月19日/【モルドレッドの思い】

    + + + + @@ -111,6 +136,10 @@

    元サブ/D/12月19日/【モルドレッドの思い】

    + + + + @@ -190,5 +219,13 @@

    元サブ/D/12月19日/【モルドレッドの思い】

    + + + + + + + +
    template1
    Load
    Play
    101022001
    【モルドレッド】
    よお、継承者
    【モルドレッド】
    どうせてめえらだけじゃ
    あのヤロウには歯が立たねえんだ
    101009002
    【(選択肢)】
    1. ああ、そのとおりだ
    2. 自分だってそうだろ
    Block1_1
    101009002
    【ノワール】
    …ああ、そのとおりだ
    【モルドレッド】
    チッ…組む相手間違えたか?
    Block1_2
    101009002
    【ノワール】
    自分だってそうだろ
    【モルドレッド】
    黙ってろって言ってんだろ
    Block1end
    101009002
    【ノワール】
    …どうすれば、アーサーに勝てるんだ
    101022001
    【モルドレッド】
    てめえにも役に立ってもらうぞ
    継承者
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200048.html b/docs/story/200048.html index d3e6789cf..f716ef806 100644 --- a/docs/story/200048.html +++ b/docs/story/200048.html @@ -11,6 +11,18 @@

    元サブ/D/12月19日/【ルーシャスの思い】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -105,5 +117,13 @@

    元サブ/D/12月19日/【ルーシャスの思い】

    + + + + + + + +
    template1
    Load
    Play
    101051001
    【ルーシャス】
    こうもすべてを掻っ攫(かっさら)われるとは
    笑えてくるな
    101051001
    【ルーシャス】
    平時であれば下手な冗談でも
    笑ってやったのだがな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200049.html b/docs/story/200049.html index badbc29bf..1d7b3618f 100644 --- a/docs/story/200049.html +++ b/docs/story/200049.html @@ -11,6 +11,18 @@

    元サブ/D/12月20日/【学園とクリスマス:クラリス】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    元サブ/D/12月20日/【学園とクリスマス:クラリス】

    + + + + + + + + + @@ -41,6 +62,10 @@

    元サブ/D/12月20日/【学園とクリスマス:クラリス】

    + + + + @@ -61,6 +86,10 @@

    元サブ/D/12月20日/【学園とクリスマス:クラリス】

    + + + + @@ -125,5 +154,13 @@

    元サブ/D/12月20日/【学園とクリスマス:クラリス】

    + + + + + + + +
    template1
    Load
    Play
    101023001
    【クラリス】
    あ!ノワールくん、いらっしゃ~い
    すみません、今ドタバタしてて
    【ノワール】
    ああ、そうだったのか
    101009002
    【(選択肢)】
    1. すぐに失礼するよ
    2. なにか手伝おうか?
    Block1_1
    101009002
    【ノワール】
    とくに用事があったわけじゃないし
    俺はすぐに失礼するよ
    【クラリス】
    ちょうど
    私も少し休憩したかったところなんです
    Block1_2
    101009002
    【ノワール】
    なにか手伝おうか?
    こう見えて、細かい作業は得意なんだ
    【クラリス】
    モルくんもきっと手伝ってくれます
    ああ見えて、面倒見がいいんです
    Block1end
    101023001
    【クラリス】
    「クリスマスだからって浮かれんな!」って
    モルくんには注意されましたけど
    【クラリス】
    モルくん、待ってくださーい!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200050.html b/docs/story/200050.html index 392736c6d..217eba5c8 100644 --- a/docs/story/200050.html +++ b/docs/story/200050.html @@ -11,6 +11,18 @@

    元サブ/D/12月20日/【学園とクリスマス:仲間たち】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -76,6 +88,15 @@

    元サブ/D/12月20日/【学園とクリスマス:仲間たち】

    + + + + + + + + + @@ -91,6 +112,10 @@

    元サブ/D/12月20日/【学園とクリスマス:仲間たち】

    + + + + @@ -106,6 +131,10 @@

    元サブ/D/12月20日/【学園とクリスマス:仲間たち】

    + + + + @@ -125,5 +154,13 @@

    元サブ/D/12月20日/【学園とクリスマス:仲間たち】

    + + + + + + + +
    template1
    Load
    Play
    101023001
    【クラリス】
    うーん…なんか、空気が重いですねぇ…
    せっかくのクリスマスなのに…
    【トリスタン】
    キミの頭で考えられることなんて
    どうせタカが知れてるんだから
    101009002
    【(選択肢)】
    1. ごめん、気を付けるよ
    2. ありがとう
    Block1_1
    101009002
    【ノワール】
    ごめん、気を付けるよ
    【ガレス】
    トリスタン、素直じゃないぞ~
    Block1_2
    101009002
    【ノワール】
    ありがとう
    心配してくれてるんだよな
    【イゾルデ】
    あら、よかったじゃない
    ちゃんと真意が伝わって
    Block1end
    101032001
    【ガレス】
    でもトリスタンの言うことも一理あるぞ
    とりあえず今は、できることをしよう!
    101014001
    【トリスタン】
    それはなかなか難しそうだね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200051.html b/docs/story/200051.html index 0bbba736b..3d040b657 100644 --- a/docs/story/200051.html +++ b/docs/story/200051.html @@ -11,6 +11,18 @@

    元サブ/G/01月12日/【ギネマウア逡巡】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    元サブ/G/01月12日/【ギネマウア逡巡】

    + + + + + + + +
    template1
    Load
    Play
    101016001
    【ギネマウア】
    101016001
    【ギネマウア】
    …なにをしてあげられるの?
    あなたに
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200052.html b/docs/story/200052.html index 02acb426b..0afc05099 100644 --- a/docs/story/200052.html +++ b/docs/story/200052.html @@ -11,6 +11,22 @@

    元サブ/G/01月16日/【聖都サラスへ1・マーリンによる開

    新規追加

    View script in lua + + + + + + + + + + + + + + + + @@ -36,6 +52,15 @@

    元サブ/G/01月16日/【聖都サラスへ1・マーリンによる開

    + + + + + + + + + @@ -51,6 +76,10 @@

    元サブ/G/01月16日/【聖都サラスへ1・マーリンによる開

    + + + + @@ -71,6 +100,10 @@

    元サブ/G/01月16日/【聖都サラスへ1・マーリンによる開

    + + + + @@ -216,6 +249,15 @@

    元サブ/G/01月16日/【聖都サラスへ1・マーリンによる開

    + + + + + + + + + @@ -231,6 +273,10 @@

    元サブ/G/01月16日/【聖都サラスへ1・マーリンによる開

    + + + + @@ -246,6 +292,10 @@

    元サブ/G/01月16日/【聖都サラスへ1・マーリンによる開

    + + + + @@ -335,5 +385,13 @@

    元サブ/G/01月16日/【聖都サラスへ1・マーリンによる開

    + + + + + + + +
    template1
    template2
    Load
    Play
    【telop】
    ノワールとアーサーはギネヴィアを救う方法を
    調べるが、その回答はどこにも見つからない
    【マーリン】
    …ノワール様?
    その節は大変お世話になりました
    101009002
    【(選択肢)】
    1. ご丁寧にどうも
    2. なにか調べものですか?
    Block1_1
    101009002
    【ノワール】
    ご、ご丁寧にどうも
    【マーリン】
    むしろ言葉のみでは申し訳ないほど
    Block1_2
    101009002
    【ノワール】
    なにか調べものですか?
    【マーリン】
    …となれば、これは残酷な報せかもしれません
    Block1end
    101020001
    【マーリン】
    もうすぐ
    『サラスの都』への門が開きます
    【マーリン】
    悔いなき選択をなされること、祈っています
    101009002
    【(選択肢)】
    1. いってきます
    2. 選択してきます
    Block2_1
    101009002
    【ノワール】
    【マーリン】
    はい
    お気をつけて
    Block2_2
    101009002
    【ノワール】
    選択してきます
    【マーリン】
    あなたなら大丈夫ですよ
    きっと
    Block2end
    101020001
    【マーリン】
    いって、らっしゃい
    101020001
    【マーリン】
    ──魔法のような、日々でした
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200053.html b/docs/story/200053.html index ced92f650..0d943c0fc 100644 --- a/docs/story/200053.html +++ b/docs/story/200053.html @@ -11,6 +11,18 @@

    元サブ/G/09月04日/エレインとラシア1

    新規追加

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    元サブ/G/09月04日/エレインとラシア1

    + + + + + + + +
    template1
    Load
    Play
    【避難民A】
    見て
    101030001
    【エレイン】
    …──っ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200054.html b/docs/story/200054.html index a5008bacb..b370007ff 100644 --- a/docs/story/200054.html +++ b/docs/story/200054.html @@ -11,6 +11,18 @@

    元サブ/G/09月04日/エレインとラシア2

    新規追加

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    元サブ/G/09月04日/エレインとラシア2

    + + + + + + + +
    template1
    Load
    Play
    【男子生徒A】
    『アストラットの美姫』?
    101030001
    【エレイン】
    え…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200055.html b/docs/story/200055.html index f0e55e6a9..6901b41b2 100644 --- a/docs/story/200055.html +++ b/docs/story/200055.html @@ -11,6 +11,18 @@

    元サブ/G/09月04日/エレインとラシア3

    新規追加

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    元サブ/G/09月04日/エレインとラシア3

    + + + + + + + +
    template1
    Load
    Play
    101037001
    【ラシア】
    おせっかい…でしたか?
    101037001
    【ラシア】
    …『アストラットの美姫』
    あれが…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200056.html b/docs/story/200056.html index 953d307e3..4e7d5a810 100644 --- a/docs/story/200056.html +++ b/docs/story/200056.html @@ -11,6 +11,18 @@

    元サブ/G/09月06日/【フレンローラ姉妹とラシア・家族、

    新規追加

    View script in lua + + + + + + + + + + + + @@ -105,5 +117,13 @@

    元サブ/G/09月06日/【フレンローラ姉妹とラシア・家族、

    + + + + + + + +
    template1
    Load
    Play
    101038001
    【ローラ】
    私、どこだっていい
    お姉ちゃんとなら
    101039001
    【フレン】
    道を踏み外したら終わりだね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200057.html b/docs/story/200057.html index b8fefb05f..bd9c6ee5f 100644 --- a/docs/story/200057.html +++ b/docs/story/200057.html @@ -11,6 +11,18 @@

    元サブ/G/09月09日/【エレインとラシア2・ラヴェインの

    新規追加

    View script in lua + + + + + + + + + + + + @@ -175,5 +187,13 @@

    元サブ/G/09月09日/【エレインとラシア2・ラヴェインの

    + + + + + + + +
    template1
    Load
    Play
    101031001
    【ラヴェイン】
    次の問題は自分で解いてみてください
    101031001
    【ラヴェイン】
    その問題集が全部解けてから…
    行きましょうか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200058.html b/docs/story/200058.html index 3e33f7cae..64e88afd6 100644 --- a/docs/story/200058.html +++ b/docs/story/200058.html @@ -11,6 +11,18 @@

    元サブ/G/09月14日/【エレインとラシア3・今、学園にい

    新規追加

    View script in lua + + + + + + + + + + + + @@ -120,5 +132,13 @@

    元サブ/G/09月14日/【エレインとラシア3・今、学園にい

    + + + + + + + +
    template1
    Load
    Play
    101037001
    【ラシア】
    敬虔(けいけん)ですね
    101030001
    【エレイン】
    うまく、口にできなくて
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200059.html b/docs/story/200059.html index 892bf821f..e2acab9bd 100644 --- a/docs/story/200059.html +++ b/docs/story/200059.html @@ -11,6 +11,18 @@

    元サブ/G/10月01日/【ローマ・胃の中を問い、グリートー

    新規追加

    View script in lua + + + + + + + + + + + + @@ -200,5 +212,13 @@

    元サブ/G/10月01日/【ローマ・胃の中を問い、グリートー

    + + + + + + + +
    template1
    Load
    Play
    101051001
    【ルーシャス】
    そなたの胃の中が見たいのだ
    101051001
    【ルーシャス】
    悲恋だったよ
    身を焦がすほどのな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200060.html b/docs/story/200060.html index 11f2cb3a1..fb3f7b0a7 100644 --- a/docs/story/200060.html +++ b/docs/story/200060.html @@ -11,6 +11,18 @@

    元サブ/G/10月05日/【マーリン、継承者の悪夢についての

    新規追加

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    元サブ/G/10月05日/【マーリン、継承者の悪夢についての

    + + + + + + + + + @@ -66,6 +87,10 @@

    元サブ/G/10月05日/【マーリン、継承者の悪夢についての

    + + + + @@ -81,6 +106,10 @@

    元サブ/G/10月05日/【マーリン、継承者の悪夢についての

    + + + + @@ -120,5 +149,13 @@

    元サブ/G/10月05日/【マーリン、継承者の悪夢についての

    + + + + + + + +
    template1
    Load
    Play
    101020001
    【マーリン】
    どうかされましたか?
    【マーリン】
    あなたは
    その夢についてどう思われますか?
    101009001
    【(選択肢)】
    1. ただの夢じゃない、と思う
    2. ただの夢であってほしい
    Block1_1
    101009001
    【ノワール】
    ただの夢じゃない、と思う
    【マーリン】
    …今はまだ
    Block1_2
    101009001
    【ノワール】
    ただの夢であってほしい
    【マーリン】
    でも、本来であればその反応が正常なのでしょう
    誰も悪夢に向かって歩いていこうとは思わない
    Block1end
    101009001
    【ノワール】
    マーリンさんは…アーサーは
    この――
    101020001
    【マーリン】
    それまではどうか
    夢も忘れて
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200061.html b/docs/story/200061.html index ba7ca6493..07a73f321 100644 --- a/docs/story/200061.html +++ b/docs/story/200061.html @@ -11,6 +11,18 @@

    元サブ/G/10月06日/【ローマ・グリートーネアとローラ】新規追加

    View script in lua + + + + + + + + + + + + @@ -100,5 +112,13 @@

    元サブ/G/10月06日/【ローマ・グリートーネアとローラ】101045001

    + + + + + + + +
    template1
    Load
    Play
    101042001
    【モーロノエー】
    なんの真似事か知らないけれど
    【グリートーネア】
    名案があるのです
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200062.html b/docs/story/200062.html index f7178daf9..f6df9b82d 100644 --- a/docs/story/200062.html +++ b/docs/story/200062.html @@ -11,6 +11,18 @@

    元サブ/G/10月12日/【ローマ・ヴェルナルスとラシア・理

    新規追加

    View script in lua + + + + + + + + + + + + @@ -145,5 +157,13 @@

    元サブ/G/10月12日/【ローマ・ヴェルナルスとラシア・理

    + + + + + + + +
    template1
    Load
    Play
    101037001
    【ラシア】
    もっとも醜い理由で
    ここまで来てしまいました
    101038001
    【ローラ】
    だから、無理くらいしなきゃ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200063.html b/docs/story/200063.html index 04458cd66..1ace61844 100644 --- a/docs/story/200063.html +++ b/docs/story/200063.html @@ -11,6 +11,18 @@

    元サブ/G/10月20日/【聖杯探索班・逸るガラハッド、“お

    新規追加

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    元サブ/G/10月20日/【聖杯探索班・逸るガラハッド、“お

    + + + + + + + +
    template1
    Load
    Play
    101028002
    【ガラハッド】
    成ってみせるんだ
    101028002
    【ガラハッド】
    「あなたのおさがりはうんざりだ」と!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200064.html b/docs/story/200064.html index b5213790b..4241ebba6 100644 --- a/docs/story/200064.html +++ b/docs/story/200064.html @@ -11,6 +11,18 @@

    元サブ/G/11月04日/【聖杯探索班・先走りガラハッド・実

    新規追加

    View script in lua + + + + + + + + + + + + @@ -116,6 +128,15 @@

    元サブ/G/11月04日/【聖杯探索班・先走りガラハッド・実

    + + + + + + + + + @@ -136,6 +157,10 @@

    元サブ/G/11月04日/【聖杯探索班・先走りガラハッド・実

    + + + + @@ -156,6 +181,10 @@

    元サブ/G/11月04日/【聖杯探索班・先走りガラハッド・実

    + + + + @@ -176,6 +205,10 @@

    元サブ/G/11月04日/【聖杯探索班・先走りガラハッド・実

    + + + + @@ -190,5 +223,13 @@

    元サブ/G/11月04日/【聖杯探索班・先走りガラハッド・実

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    学園祭が行われているあいだも
    聖杯探索班は聖杯の在処を探っていた
    【ヴォールス】
    大人が制してやらねばなるまいな
    101009002
    【(選択肢)】
    1. ぜひ、ついていきたいけど
    2. どうやって見つけているんだ?
    3. ガラハッドが心配だな
    Block1_1
    101009002
    【ノワール】
    ぜひ、ついていきたいけど…
    【ランスロット】
    お前はそばにいてやるべき相手がいる
    一緒に行くのは今度にしよう、ノワール
    Block1_2
    101009002
    【ノワール】
    どうやって探索場所を見つけているんだ?
    というか、どう探索範囲を絞っているのか…
    【ヴォールス】
    妖精にまつわる場所、もしくは魔女に有利な力場
    俺たちはそこを潰してまわってきたのだ
    Block1_3
    101009002
    【ノワール】
    ガラハッドが心配だな
    【クレア】
    …ガラハッドのあの意欲が
    空回りしなければいいけれどね
    Block1end
    101010001
    【ランスロット】
    今はローマや魔女も聖杯奪取に向けて
    戦力を整えているところだろう
    101010001
    【ランスロット】
    良い報せを持ち帰ろう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200065.html b/docs/story/200065.html index ee6d6eac3..6e72a81c3 100644 --- a/docs/story/200065.html +++ b/docs/story/200065.html @@ -11,6 +11,18 @@

    元サブ/G/11月05日/【ローマ・傷が縫えたらいいのにね】新規追加

    View script in lua + + + + + + + + + + + + @@ -215,5 +227,13 @@

    元サブ/G/11月05日/【ローマ・傷が縫えたらいいのにね】101037001

    + + + + + + + +
    template1
    Load
    Play
    101038001
    【ローラ】
    傷が縫えたら、いいのにね
    【ラシア】
    私が、勝利を
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200066.html b/docs/story/200066.html index 889850840..1ad0cdb21 100644 --- a/docs/story/200066.html +++ b/docs/story/200066.html @@ -11,6 +11,18 @@

    元サブ/G/11月07日/【アーサーとランス・登山予告と働か

    新規追加

    View script in lua + + + + + + + + + + + + @@ -125,5 +137,13 @@

    元サブ/G/11月07日/【アーサーとランス・登山予告と働か

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    山登りは得意か、アーサー?
    101015001
    【アーサー】
    選択肢を作ってやらなきゃな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200067.html b/docs/story/200067.html index 9752a6cb0..795c8979c 100644 --- a/docs/story/200067.html +++ b/docs/story/200067.html @@ -11,6 +11,18 @@

    元サブ/G/11月07日/【ガラハッドとフィエナ・るんるん聖

    新規追加

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    元サブ/G/11月07日/【ガラハッドとフィエナ・るんるん聖

    + + + + + + + + + @@ -41,6 +62,10 @@

    元サブ/G/11月07日/【ガラハッドとフィエナ・るんるん聖

    + + + + @@ -61,6 +86,10 @@

    元サブ/G/11月07日/【ガラハッドとフィエナ・るんるん聖

    + + + + @@ -86,6 +115,10 @@

    元サブ/G/11月07日/【ガラハッドとフィエナ・るんるん聖

    + + + + @@ -220,5 +253,13 @@

    元サブ/G/11月07日/【ガラハッドとフィエナ・るんるん聖

    + + + + + + + +
    template1
    Load
    Play
    101028002
    【ガラハッド】
    ノワール、ノワール
    【フィエナ】
    ノワール、ノワール、ノワール
    101009002
    【(選択肢)】
    1. ご機嫌だな
    2. 聖杯探索お疲れ様
    3. 2回も飛び出したそうじゃないか
    Block1_1
    101009002
    【ノワール】
    ご機嫌だな…
    【ノワール】
    なんだなんだ…!?
    Block1_2
    101009002
    【ノワール】
    聖杯探索お疲れ様
    【ガラハッド】
    姉上っ、や、やめてください…!
    Block1_3
    101009002
    【ノワール】
    飛び出したそうじゃないか
    【フィエナ】
    銀卓騎士団(シルバタブラナイツ)は人数が少ないからいいの!
    円卓の騎士たちは人数が多いから必要なの!
    Block1end
    101028002
    【ガラハッド】
    あまり大きな声では言えないが
    どうしても直接こっそり伝えたいことがあるんだ
    101028002
    【ガラハッド】
    聖杯を手渡してやるからな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200068.html b/docs/story/200068.html index 5d2bb81b0..f45b0d944 100644 --- a/docs/story/200068.html +++ b/docs/story/200068.html @@ -11,6 +11,18 @@

    元サブ/G/11月09日/【マーリンとモルガン・楽園】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -110,5 +122,13 @@

    元サブ/G/11月09日/【マーリンとモルガン・楽園】

    + + + + + + + +
    template1
    Load
    Play
    101041003
    【モルガン】
    食べごろよ、マーリン
    これを逃すと来年までないわ
    101041003
    【モルガン】
    答えは明白でしょう、違う?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200069.html b/docs/story/200069.html index 07f47950d..9260b7754 100644 --- a/docs/story/200069.html +++ b/docs/story/200069.html @@ -11,6 +11,18 @@

    元サブ/G/11月10日/【ローマ・ヴェルナルスの逡巡】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -195,5 +207,13 @@

    元サブ/G/11月10日/【ローマ・ヴェルナルスの逡巡】

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    ログレスが聖杯探索を進めている最中
    ローマ軍は魔女の手により浸食され始めていた
    101052001
    【ヴェルナルス】
    忘れてくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200070.html b/docs/story/200070.html index 35d37347d..9eb61bf40 100644 --- a/docs/story/200070.html +++ b/docs/story/200070.html @@ -11,6 +11,18 @@

    元サブ/G/11月19日/【ギネヴィア異変・わたしはどんな子

    新規追加

    View script in lua + + + + + + + + + + + + @@ -160,5 +172,13 @@

    元サブ/G/11月19日/【ギネヴィア異変・わたしはどんな子

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    お姉ちゃんって~
    もしわたしがいなくなってもさ、生きていける?
    101016001
    【ギネマウア】
    ギネヴィア!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200071.html b/docs/story/200071.html index 1851529ce..a54dd0a3b 100644 --- a/docs/story/200071.html +++ b/docs/story/200071.html @@ -11,6 +11,18 @@

    元サブ/G/11月19日/【きまずいラいランチ2・ラヴェイン

    新規追加

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    元サブ/G/11月19日/【きまずいラいランチ2・ラヴェイン

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    わかる?
    101009002
    【ノワール】
    (仲良くなっている…!『B』と…!
    そしてなんの話なのかさっぱりわからない…!)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200072.html b/docs/story/200072.html index 9b684ab49..2381509b5 100644 --- a/docs/story/200072.html +++ b/docs/story/200072.html @@ -11,6 +11,18 @@

    元サブ/G/11月19日/【ローマ・とっくの昔の決断が今にな

    新規追加

    View script in lua + + + + + + + + + + + + @@ -190,5 +202,13 @@

    元サブ/G/11月19日/【ローマ・とっくの昔の決断が今にな

    + + + + + + + +
    template1
    Load
    Play
    101044001
    【グリーテン】
    狂おしいほど
    愛しているかどうかね
    101037001
    【ラシア】
    …とっくの昔から
    決まってたのかもしれない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200073.html b/docs/story/200073.html index 388a72be2..d1cb0807b 100644 --- a/docs/story/200073.html +++ b/docs/story/200073.html @@ -11,6 +11,18 @@

    元サブ/G/11月29日/(add)フィエナ退場

    新規追加

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    元サブ/G/11月29日/(add)フィエナ退場

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    あんたは銀卓騎士の…?
    101053001
    【マターヤ】
    仲良くしてやってよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200074.html b/docs/story/200074.html index 6fa7b3327..a7a256e0c 100644 --- a/docs/story/200074.html +++ b/docs/story/200074.html @@ -11,6 +11,18 @@

    元サブ/G/12月01日/【ローマ・聖杯獲得、魔女の歓喜、小

    新規追加

    View script in lua + + + + + + + + + + + + @@ -220,5 +232,13 @@

    元サブ/G/12月01日/【ローマ・聖杯獲得、魔女の歓喜、小

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    スノードン山での戦いに勝利し
    ルーシャスはついに聖杯を手にした
    101039001
    【フレン】
    …私も、君が見えないよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200075.html b/docs/story/200075.html index a22c861bb..ae912cc11 100644 --- a/docs/story/200075.html +++ b/docs/story/200075.html @@ -11,6 +11,18 @@

    元サブ/G/12月05日/【ローマ・ルーシャスとフレン・神と

    新規追加

    View script in lua + + + + + + + + + + + + @@ -160,5 +172,13 @@

    元サブ/G/12月05日/【ローマ・ルーシャスとフレン・神と

    + + + + + + + +
    template1
    Load
    Play
    101039001
    【フレン】
    このままじゃ
    ひとりになるよ、ルーシャスくん
    101039001
    【フレン】
    神様みたいだよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200076.html b/docs/story/200076.html index ee9c6eae4..39f7f6f21 100644 --- a/docs/story/200076.html +++ b/docs/story/200076.html @@ -11,6 +11,18 @@

    元サブ/G/12月05日/【ローマ・ルーシャスとフレン・神と

    新規追加

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    元サブ/G/12月05日/【ローマ・ルーシャスとフレン・神と

    + + + + + + + +
    template1
    Load
    Play
    101042001
    【モーロノエー】
    長話だったわね
    101039001
    【フレン】
    神様に愛でられても、嬉しくないのよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200077.html b/docs/story/200077.html index 9c8c33a5f..c608ea791 100644 --- a/docs/story/200077.html +++ b/docs/story/200077.html @@ -11,6 +11,22 @@

    元サブ/G/12月07日/【ローマ・はじめまして。愛してる】新規追加

    View script in lua + + + + + + + + + + + + + + + + @@ -115,5 +131,13 @@

    元サブ/G/12月07日/【ローマ・はじめまして。愛してる】101039001

    + + + + + + + +
    template1
    template2
    Load
    Play
    101039001
    【フレン】
    行かないで
    【フレン】
    はじめまして。愛してる
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200078.html b/docs/story/200078.html index cc943079e..cad9d9a62 100644 --- a/docs/story/200078.html +++ b/docs/story/200078.html @@ -11,6 +11,18 @@

    元サブ/G/12月11日/【ローマ・ルーシャスとフレン・なき

    新規追加

    View script in lua + + + + + + + + + + + + @@ -195,5 +207,13 @@

    元サブ/G/12月11日/【ローマ・ルーシャスとフレン・なき

    + + + + + + + +
    template1
    Load
    Play
    101039001
    【フレン】
    お揃いが良いとねだられたの、よく
    101051001
    【ルーシャス】
    …神を理解しようとは奇特なことだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200079.html b/docs/story/200079.html index dc5305dd2..73788e878 100644 --- a/docs/story/200079.html +++ b/docs/story/200079.html @@ -12,43 +12,59 @@

    元サブ/G/12月12日/【魔女モルガンの再生、モルガンの消 View script in lua - + + + + + + + + + - + - + - + - + - + - + - + + + + + + + + +
    101042001
    Load
    Play
    【モーロノエー】
    蟲喰いのあなた
    101042001
    【モーロノエー】
    熟れて腐り朽ちて堕ちてしまっても
    死斑(しはん)まで愛おしく撫で頬擦るから
    101041002
    【モルガン】
    もう、やめて…!
    わすれたく…ないの
    101044001
    【グリーテン】
    癒しなき園までもう少し
    奇跡も福音もすでに枯れたもの
    101041002
    【モルガン】
    あー…サー、ノワーる…くん…
    おねがい…こないで、わたしを…みない…で
    101042001
    【モーロノエー】
    濁水の大釜魔女の再生
    幻想に溺れて水底で腐れ
    101041002
    【モルガン】
    たすけて
    101041002
    【モーロノエー/グリーテン】
    魔女モルガン
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200080.html b/docs/story/200080.html index adba7edb4..a22b3bc30 100644 --- a/docs/story/200080.html +++ b/docs/story/200080.html @@ -11,6 +11,18 @@

    元サブ/G/12月16日/【寒がりの紅蓮3・傷への報い、代わ

    新規追加

    View script in lua + + + + + + + + + + + + @@ -175,5 +187,13 @@

    元サブ/G/12月16日/【寒がりの紅蓮3・傷への報い、代わ

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    …さむいから、いれてくれない?
    101011001
    【ギネヴィア】
    癒えるまでは、いいんだよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200081.html b/docs/story/200081.html index f8fef9367..abc1472a0 100644 --- a/docs/story/200081.html +++ b/docs/story/200081.html @@ -11,6 +11,18 @@

    元サブ/G/12月24日/【魔女決戦後・モルガンの喪失①・マ

    新規追加

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    元サブ/G/12月24日/【魔女決戦後・モルガンの喪失①・マ

    + + + + + + + + + @@ -56,6 +77,10 @@

    元サブ/G/12月24日/【魔女決戦後・モルガンの喪失①・マ

    + + + + @@ -76,6 +101,10 @@

    元サブ/G/12月24日/【魔女決戦後・モルガンの喪失①・マ

    + + + + @@ -95,5 +124,13 @@

    元サブ/G/12月24日/【魔女決戦後・モルガンの喪失①・マ

    + + + + + + + +
    template1
    Load
    Play
    101020001
    【マーリン】
    モルガンの真意は
    今となっては測りかねますが
    【マーリン】
    生徒たちのバルバロイへの抵抗力は高まり
    ブライアンやマルディサントは長らえた
    101009002
    【(選択肢)】
    1. ブライアンにもリンゴを?
    2. マルディサントを助けていた?
    Block1_1
    101009002
    【ノワール】
    ブライアンにもリンゴを与えていたんですか!?
    【マーリン】
    それを回避させたのがモルガンのリンゴです
    バルバロイの因子を抑制し、彼を長らえさせた…
    Block1_2
    101009002
    【ノワール】
    マルディサントを…
    ずっと助けていたんですね
    【マーリン】
    ただ事実として
    モルガンのリンゴが救った者は多かった
    Block1end
    101020001
    【マーリン】
    アーサー様をお救いしたいモルガンの意志は
    バルバロイと混ざり黒く歪んでいきましたが
    101020001
    【マーリン】
    皮すら()けぬ今
    わからぬことですが
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200082.html b/docs/story/200082.html index d1614d201..0ba2cef12 100644 --- a/docs/story/200082.html +++ b/docs/story/200082.html @@ -11,6 +11,18 @@

    元サブ/G/12月24日/【魔女決戦後・モルガンの喪失②・マ

    新規追加

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    元サブ/G/12月24日/【魔女決戦後・モルガンの喪失②・マ

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    …ざけんな
    101041001
    【モルガン】
    ふんばろうねっ
    どんなに辛いことがあっても
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200083.html b/docs/story/200083.html index a12491768..16f8e02fd 100644 --- a/docs/story/200083.html +++ b/docs/story/200083.html @@ -11,6 +11,18 @@

    元サブ/L/01月10日/王殺し前夜1

    新規追加

    View script in lua + + + + + + + + + + + + @@ -66,6 +78,15 @@

    元サブ/L/01月10日/王殺し前夜1

    + + + + + + + + + @@ -86,6 +107,10 @@

    元サブ/L/01月10日/王殺し前夜1

    + + + + @@ -111,6 +136,10 @@

    元サブ/L/01月10日/王殺し前夜1

    + + + + @@ -165,5 +194,13 @@

    元サブ/L/01月10日/王殺し前夜1

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    私へ公務を丸投げしていたのが
    まさかこのためとはな
    【アーサー】
    出そうだろう?
    自由気ままにフラフラと
    101009002
    【(選択肢)】
    1. なにも知らせずにいるのは残酷だ
    2. 真実を伝えないのも優しさかも
    Block1_1
    101009002
    【ノワール】
    …なにも知らせずにいるのは残酷だ
    【ガラハッド】
    お爺様もきっと、そう考えていたんだ
    Block1_2
    101009002
    【ノワール】
    真実を伝えないのも優しさかもしれない
    【フィエナ】
    じゃあ…なおさらだね
    Block1end
    101040001
    【ケイ】
    まさかアーサー…貴公のその奔放な性格まで
    このときのために演じていたわけではあるまいな
    101015001
    【アーサー】
    昔のノワールと
    同じ目をしていたな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200084.html b/docs/story/200084.html index da48ac705..069e82932 100644 --- a/docs/story/200084.html +++ b/docs/story/200084.html @@ -11,6 +11,18 @@

    元サブ/L/01月10日/王殺し前夜2

    新規追加

    View script in lua + + + + + + + + + + + + @@ -86,6 +98,15 @@

    元サブ/L/01月10日/王殺し前夜2

    + + + + + + + + + @@ -101,6 +122,10 @@

    元サブ/L/01月10日/王殺し前夜2

    + + + + @@ -116,6 +141,10 @@

    元サブ/L/01月10日/王殺し前夜2

    + + + + @@ -131,6 +160,10 @@

    元サブ/L/01月10日/王殺し前夜2

    + + + + @@ -175,5 +208,13 @@

    元サブ/L/01月10日/王殺し前夜2

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    「はじめまして
    最低の格好だな」
    【ランスロット】
    (あなた)に挑むのは?
    101009002
    【(選択肢)】
    1. 俺よりトガってるじゃないか
    2. 先走ったな、俺を置いて
    3. ガラハッドとも似ているな
    Block1_1
    101009002
    【ノワール】
    俺よりトガってるじゃないか
    【ノワール】
    俺はずっとあんたの背中を
    追いかけてたんだな
    Block1_2
    101009002
    【ノワール】
    先走ったな、俺を置いて
    【ランスロット】
    焦っていたんだ
    Block1_3
    101009002
    【ノワール】
    ガラハッドとも似ているな
    【ガラハッド】
    置き去りにされたのかもしれないという絶望は
    誰しも同じものを追いかけさせるな
    Block1end
    101015001
    【アーサー】
    俺はその問いに
    喜んで聞き返した
    101015001
    【アーサー】
    (おれ)を殺してくれるのか」
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200085.html b/docs/story/200085.html index 2060a2912..091d97da7 100644 --- a/docs/story/200085.html +++ b/docs/story/200085.html @@ -11,6 +11,18 @@

    元サブ/L/01月16日/モルガン失踪

    新規追加

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    元サブ/L/01月16日/モルガン失踪

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    …ざけんな
    101041001
    【モルガン】
    ふんばろうねっ
    どんなに辛いことがあっても
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200086.html b/docs/story/200086.html index 712d4fb36..f67d5c2c2 100644 --- a/docs/story/200086.html +++ b/docs/story/200086.html @@ -11,6 +11,14 @@

    元サブ/L/09月01日/玻璃への祈り2

    新規追加

    View script in lua + + + + + + + + @@ -90,5 +98,13 @@

    元サブ/L/09月01日/玻璃への祈り2

    + + + + + + + +
    Load
    Play
    【リリアーナ・ロンギヌス】
    癒せず…
    滅びゆくのは我らのみなれば…
    【(ナレーション)】
    「『最強騎士』と名乗りを上げて」
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200087.html b/docs/story/200087.html index 0733a9d90..444e4cd6d 100644 --- a/docs/story/200087.html +++ b/docs/story/200087.html @@ -11,6 +11,18 @@

    元サブ/L/09月02日/【ノワールとギネヴィア、ただの飾り

    新規追加

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    元サブ/L/09月02日/【ノワールとギネヴィア、ただの飾り

    + + + + + + + + + @@ -51,6 +72,10 @@

    元サブ/L/09月02日/【ノワールとギネヴィア、ただの飾り

    + + + + @@ -66,6 +91,10 @@

    元サブ/L/09月02日/【ノワールとギネヴィア、ただの飾り

    + + + + @@ -76,6 +105,15 @@

    元サブ/L/09月02日/【ノワールとギネヴィア、ただの飾り

    + + + + + + + + + @@ -106,6 +144,10 @@

    元サブ/L/09月02日/【ノワールとギネヴィア、ただの飾り

    + + + + @@ -126,6 +168,10 @@

    元サブ/L/09月02日/【ノワールとギネヴィア、ただの飾り

    + + + + @@ -135,5 +181,13 @@

    元サブ/L/09月02日/【ノワールとギネヴィア、ただの飾り

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    王妃様が先陣に立つのよ
    この意味おわかり?
    【住人】
    悩みを聞いていただきありがとうございました
    王妃様
    101009002
    【(選択肢)】
    1. みんなの相談に乗ってたんだ?
    2. 体はもう大丈夫なのか?
    Block1_1
    101009002
    【ノワール】
    へえ
    みんなの相談に乗ってあげてるんだ
    【ギネヴィア】
    わたしにできることなんて
    これくらいだしね
    Block1_2
    101009002
    【ノワール】
    体はもう大丈夫なのか?
    【ギネヴィア】
    そんなことよりこれからのことよ!
    あなたの働き、期待させてよね
    Block1end
    101011001
    【ギネヴィア】
    わたしはノワールや円卓の騎士みたいに
    強くないからわかるような気がするの
    【ギネヴィア】
    街のみんなの不安な気持ち
    101009002
    【(選択肢)】
    1. ギネヴィアも強いよ
    2. 俺が守る
    Block2_1
    101009002
    【ノワール】
    ギネヴィアも強いよ
    【ギネヴィア】
    うん、ありがとう
    Block2_2
    101009002
    【ノワール】
    さすがギネヴィア
    俺も負けてられないな
    【ギネヴィア】
    …うん
    Block2end
    101011001
    【ギネヴィア】
    頑張んないとね
    あなたは継承者、わたしは王妃として
    101011001
    【ギネヴィア】
    ただの飾りでいられない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200088.html b/docs/story/200088.html index 5232f4c09..3866f74df 100644 --- a/docs/story/200088.html +++ b/docs/story/200088.html @@ -11,6 +11,18 @@

    元サブ/L/09月13日/ガラハッド/フィエナ参戦

    新規追加

    View script in lua + + + + + + + + + + + + @@ -130,5 +142,13 @@

    元サブ/L/09月13日/ガラハッド/フィエナ参戦

    + + + + + + + +
    template1
    Load
    Play
    101028001
    【ガラハッド】
    ──やはりこんな不愉快な布(スカート)
    人前に出るわけにはいきません、姉上
    101036001
    【フィエナ】
    一緒に奇跡を、探してくれる?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200089.html b/docs/story/200089.html index 49dccc85e..158f9706a 100644 --- a/docs/story/200089.html +++ b/docs/story/200089.html @@ -11,6 +11,18 @@

    元サブ/L/09月16日/パーシヴァルとディンドラン

    新規追加

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    元サブ/L/09月16日/パーシヴァルとディンドラン

    + + + + + + + + + @@ -41,6 +62,10 @@

    元サブ/L/09月16日/パーシヴァルとディンドラン

    + + + + @@ -61,6 +86,10 @@

    元サブ/L/09月16日/パーシヴァルとディンドラン

    + + + + @@ -165,5 +194,13 @@

    元サブ/L/09月16日/パーシヴァルとディンドラン

    + + + + + + + +
    template1
    Load
    Play
    101026001
    【パーシヴァル】
    ボクは知らないな
    『聖杯城の巫女』なんて
    【ガラハッド】
    姉上が嘘つきだとでも言う気か!
    101009002
    【(選択肢)】
    1. 喧嘩か?
    2. いじめるなよパーシヴァル
    Block1_1
    101009002
    【ノワール】
    なんだ?喧嘩か?
    【パーシヴァル】
    喧嘩などと
    低俗な表現をしてほしくないね
    Block1_2
    101009002
    【ノワール】
    女の子をいじめるなよ、パーシヴァル
    【パーシヴァル】
    なんだって!?
    Block1end
    101027001
    【ディンドラン】
    ちょうどいいところに
    ノワール様
    101036001
    【フィエナ】
    それが、私の役目だからね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200090.html b/docs/story/200090.html index 9f31fb391..e833981a7 100644 --- a/docs/story/200090.html +++ b/docs/story/200090.html @@ -11,6 +11,18 @@

    元サブ/L/09月16日/危難の留学3

    新規追加

    View script in lua + + + + + + + + + + + + @@ -210,5 +222,13 @@

    元サブ/L/09月16日/危難の留学3

    + + + + + + + +
    template1
    Load
    Play
    101014001
    【トリスタン】
    兜はどうしたんだい?
    そういえば
    101014001
    【トリスタン】
    背中に気を付けて
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200091.html b/docs/story/200091.html index 93a4875b6..3a4dc337e 100644 --- a/docs/story/200091.html +++ b/docs/story/200091.html @@ -11,6 +11,18 @@

    元サブ/L/09月20日/カーライル戦後

    新規追加

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    元サブ/L/09月20日/カーライル戦後

    + + + + + + + + + @@ -91,6 +112,10 @@

    元サブ/L/09月20日/カーライル戦後

    + + + + @@ -106,6 +131,10 @@

    元サブ/L/09月20日/カーライル戦後

    + + + + @@ -156,6 +185,15 @@

    元サブ/L/09月20日/カーライル戦後

    + + + + + + + + + @@ -181,6 +219,10 @@

    元サブ/L/09月20日/カーライル戦後

    + + + + @@ -196,6 +238,10 @@

    元サブ/L/09月20日/カーライル戦後

    + + + + @@ -310,5 +356,13 @@

    元サブ/L/09月20日/カーライル戦後

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    巫女の力でフィエナが探知した
    聖杯の在処はカーライル城だった
    【モルガン】
    言い訳しない!!
    101009002
    【(選択肢)】
    1. 許してやってください
    2. もっとやっちゃってください
    Block1_1
    101009002
    【ノワール】
    そのへんで許してやってください…
    【ガラハッド】
    が、ガラハッドか…!?
    ガラハッドは、ど、どちらとも…
    Block1_2
    101009002
    【ノワール】
    もっとやっちゃってください
    【モルガン】
    ノワールくんもああ言ってるじゃない
    しっかり反省しなさい!
    Block1end
    101041003
    【モルガン】
    アーサー…貴方は王様、この国の要よ
    進んで傷つきにいくことはないわ
    【アーサー】
    なら俺たちは終わりまで
    その選択に報いる義務がある
    101009002
    【(選択肢)】
    1. ふたりに無理はしてほしくない
    2. 重荷だなんて思ってないよ
    Block2_1
    101009002
    【ノワール】
    気持ちは嬉しいけど
    だからといって無理はしてほしくない
    【ランスロット】
    む…
    Block2_2
    101009002
    【ノワール】
    重荷だなんて思ってないよ
    俺は自分の知りたいことを追いかけてるだけだ
    【アーサー】
    そうか
    少し、気が楽になったよ
    Block2end
    101041003
    【モルガン】
    …なんにしても、王様としては失格よ
    101028002
    【ガラハッド】
    奇跡など
    本当に起こり得るのか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200092.html b/docs/story/200092.html index 2e49d7bfa..1e1daa5a3 100644 --- a/docs/story/200092.html +++ b/docs/story/200092.html @@ -11,6 +11,18 @@

    元サブ/L/09月23日/ロンディニウム奪還報告

    新規追加

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    元サブ/L/09月23日/ロンディニウム奪還報告

    + + + + + + + + + @@ -66,6 +87,10 @@

    元サブ/L/09月23日/ロンディニウム奪還報告

    + + + + @@ -86,6 +111,10 @@

    元サブ/L/09月23日/ロンディニウム奪還報告

    + + + + @@ -111,6 +140,10 @@

    元サブ/L/09月23日/ロンディニウム奪還報告

    + + + + @@ -130,5 +163,13 @@

    元サブ/L/09月23日/ロンディニウム奪還報告

    + + + + + + + +
    template1
    Load
    Play
    101018001
    【ラグネル】
    継承者殿にご報告っ
    【ガウェイン】
    島の南を抑えられたのはデケエ
    101009002
    【(選択肢)】
    1. 虐殺の狙いは?
    2. 町に被害は?
    3. ふたりとも無事で良かった
    Block1_1
    101009002
    【ノワール】
    なにが狙いで…?
    自国民を犠牲にする理由がどこにある?
    【ガウェイン】
    どうせ、ろくなコト吐きやしなかっただろうぜ
    なにが狙いだろうと…俺はやるだけだ
    Block1_2
    101009002
    【ノワール】
    町に被害は?
    ロンディニウム民たちに帰れる場所はあるのか?
    【ラグネル】
    …町に帰ったとしても
    もとどおりにはならないよ、なにも
    Block1_3
    101009002
    【ノワール】
    ガウェイン、ラグネル
    無事でなによりだよ
    【ガウェイン】
    だいたい、卑怯な手使うヤツらに負けっかよ
    悪評バラ巻いたり、汚ぇよな
    Block1end
    101009002
    【ノワール】
    止めよう
    必ず、一刻も早く
    101018001
    【ラグネル】
    どんな理由があったとしても、許せないよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200093.html b/docs/story/200093.html index c2291d205..2ae041a8b 100644 --- a/docs/story/200093.html +++ b/docs/story/200093.html @@ -11,6 +11,18 @@

    元サブ/L/09月23日/危難の留学4

    新規追加

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    元サブ/L/09月23日/危難の留学4

    + + + + + + + + + @@ -41,6 +62,10 @@

    元サブ/L/09月23日/危難の留学4

    + + + + @@ -56,6 +81,10 @@

    元サブ/L/09月23日/危難の留学4

    + + + + @@ -110,5 +139,13 @@

    元サブ/L/09月23日/危難の留学4

    + + + + + + + +
    template1
    Load
    Play
    101019001
    【イゾルデ】
    意地悪しているように
    お前からは見えてたかしら
    【イゾルデ】
    トリスタンのこと聞いていない?
    ガラハッドから
    101009002
    【(選択肢)】
    1. ガラハッドになにかしたのか?
    2. 新入生の監視も大変だな
    Block1_1
    101009002
    【ノワール】
    ガラハッドになにかしたのか?
    【イゾルデ】
    私たちは見守っているだけよ
    彼女が危ういことをしないようにね
    Block1_2
    101009002
    【ノワール】
    新入生の監視も大変だな
    【イゾルデ】
    うっとうしいったらないでしょ
    つきまとわれるのは
    Block1end
    101009002
    【ノワール】
    聞いてもいいか
    101019001
    【イゾルデ】
    奥ゆかしくって可愛らしいでしょ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200094.html b/docs/story/200094.html index 7db58ba41..b559ab55b 100644 --- a/docs/story/200094.html +++ b/docs/story/200094.html @@ -11,6 +11,18 @@

    元サブ/L/09月30日/【ガラハッドとモルガン・銀の色は鏡

    新規追加

    View script in lua + + + + + + + + + + + + @@ -135,5 +147,13 @@

    元サブ/L/09月30日/【ガラハッドとモルガン・銀の色は鏡

    + + + + + + + +
    template1
    Load
    Play
    101041003
    【モルガン】
    綺麗な色ね?
    101041003
    【モルガン】
    まるで、鏡みたいね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200095.html b/docs/story/200095.html index 89996a79d..811d519ea 100644 --- a/docs/story/200095.html +++ b/docs/story/200095.html @@ -11,6 +11,18 @@

    元サブ/L/09月30日/【クレアの真実追及、ランスロットの

    新規追加

    View script in lua + + + + + + + + + + + + @@ -115,5 +127,13 @@

    元サブ/L/09月30日/【クレアの真実追及、ランスロットの

    + + + + + + + +
    template1
    Load
    Play
    101025001
    【クレア】
    わたしの推論が正しいか否か
    そこに意味はないのだけれど
    101010001
    【ランスロット】
    あとは、立ち向かうだけだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200096.html b/docs/story/200096.html index 8d8f33e4f..ca1ce558e 100644 --- a/docs/story/200096.html +++ b/docs/story/200096.html @@ -11,6 +11,18 @@

    元サブ/L/10月01日/聖杯城・みなしごの道

    新規追加

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    元サブ/L/10月01日/聖杯城・みなしごの道

    + + + + + + + +
    template1
    Load
    Play
    101053001
    【マターヤ】
    口を閉ざし
    二度と語らせてくれるなよ
    101053001
    【マターヤ】
    みなしごが帰る道は
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200097.html b/docs/story/200097.html index 8d4c15084..59bf5c387 100644 --- a/docs/story/200097.html +++ b/docs/story/200097.html @@ -11,6 +11,18 @@

    元サブ/L/10月09日/逸るガラハッド

    新規追加

    View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

    元サブ/L/10月09日/逸るガラハッド

    + + + + + + + +
    template1
    Load
    Play
    101028002
    【ガラハッド】
    他人の名。真似事の僕
    101028002
    【ガラハッド】
    「あなたのおさがりはうんざりだ」と!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200098.html b/docs/story/200098.html index c2a57f1a9..8e142ba7a 100644 --- a/docs/story/200098.html +++ b/docs/story/200098.html @@ -11,11 +11,32 @@

    元サブ/L/10月29日/鏡面の黄金が照らす銀

    新規追加

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -36,6 +57,10 @@

    元サブ/L/10月29日/鏡面の黄金が照らす銀

    + + + + @@ -56,6 +81,10 @@

    元サブ/L/10月29日/鏡面の黄金が照らす銀

    + + + + @@ -71,6 +100,10 @@

    元サブ/L/10月29日/鏡面の黄金が照らす銀

    + + + + @@ -166,6 +199,15 @@

    元サブ/L/10月29日/鏡面の黄金が照らす銀

    + + + + + + + + + @@ -181,6 +223,10 @@

    元サブ/L/10月29日/鏡面の黄金が照らす銀

    + + + + @@ -201,6 +247,10 @@

    元サブ/L/10月29日/鏡面の黄金が照らす銀

    + + + + @@ -230,5 +280,13 @@

    元サブ/L/10月29日/鏡面の黄金が照らす銀

    + + + + + + + +
    template1
    Load
    Play
    101028001
    【ガラハッド】
    ………お祭りをやっていたんだな
    101009002
    【(選択肢)】
    1. こんなときだからこそだ
    2. 戦時なのに不謹慎だよな
    3. 祭りに参加した人たちが羨ましい
    Block1_1
    101009002
    【ノワール】
    こんなときだからこそ
    普通の学生らしくね
    【ガラハッド】
    ………見てみたかったな
    Block1_2
    101009002
    【ノワール】
    戦時なのに不謹慎だよな
    【ガラハッド】
    今だからこそかぎられた時間で
    楽しく過ごせる場所があるのは、うらやましい
    Block1_3
    101009002
    【ノワール】
    祭りで大騒ぎ出来た人たちが羨ましいよ
    【ガラハッド】
    仲間と過ごす時間がある人たちは
    やっぱり…うらやましいな
    Block1end
    101028001
    【ガラハッド】
    ひとりで
    なんでもできると思っていたんだ
    【ガラハッド】
    目指す先(ランスロット)()られたと…妬みすら感じた
    こう思うこと自体、おこがましく…汚い話だ
    101009002
    【(選択肢)】
    1. 妬まれても困る
    2. 一緒に進もう
    Block2_1
    101009002
    【ノワール】
    妬まれても困るよ
    【ガラハッド】
    学園に来てから
    自分の至らなさに気づかされてばかりだ
    Block2_2
    101009002
    【ノワール】
    目指す先が同じなら
    一緒に進めばいい
    【ガラハッド】
    …!ノワール…
    Block2end
    101009002
    【ノワール】
    ランスロットはまだ重いなにかを抱えてる
    俺には明かさない本当を、まだ
    101028001
    【ガラハッド】
    纏う金色が、よく似合う
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200099.html b/docs/story/200099.html index 5e8b565b2..c809138ea 100644 --- a/docs/story/200099.html +++ b/docs/story/200099.html @@ -11,6 +11,18 @@

    元サブ/L/10月29日/卓を回る王3

    新規追加

    View script in lua + + + + + + + + + + + + @@ -150,5 +162,13 @@

    元サブ/L/10月29日/卓を回る王3

    + + + + + + + +
    template1
    Load
    Play
    101020001
    【マーリン】
    自殺行為にほかなりません
    101015001
    【アーサー】
    そのときは
    ひとおもいにやってくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/2001.html b/docs/story/2001.html index b9e38c94b..46c130825 100644 --- a/docs/story/2001.html +++ b/docs/story/2001.html @@ -11,9 +11,25 @@

    武器持ち替えチュートリアルバトル_01

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009003
    【ノワール】
    かえせっ!
    みんなを…ディナタンをかえせッ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200100.html b/docs/story/200100.html index ee8cdb8af..31326620b 100644 --- a/docs/story/200100.html +++ b/docs/story/200100.html @@ -11,6 +11,18 @@

    元サブ/L/11月07日/ガラハッドとディナタン①

    新規追加

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    元サブ/L/11月07日/ガラハッドとディナタン①

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    お行儀悪いよ、マァル
    101028001
    【ガラハッド】
    ………勉強を、教えてくれないか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200101.html b/docs/story/200101.html index dfcc2a4e9..b0fc6e472 100644 --- a/docs/story/200101.html +++ b/docs/story/200101.html @@ -11,6 +11,18 @@

    元サブ/L/11月13日/エクセリアvsディンドラン

    新規追加

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    元サブ/L/11月13日/エクセリアvsディンドラン

    + + + + + + + +
    template1
    Load
    Play
    101034001
    【エクセリア】
    問題提起と推論の積み重ねばかりで
    断定的な答えの明示がなかったのがマイナスね
    101034001
    【エクセリア】
    貸し出しの延長を願える?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200102.html b/docs/story/200102.html index eddd3c153..71e7ae212 100644 --- a/docs/story/200102.html +++ b/docs/story/200102.html @@ -11,6 +11,18 @@

    元サブ/L/11月13日/ガラハッドとディナタン②

    新規追加

    View script in lua + + + + + + + + + + + + @@ -185,5 +197,13 @@

    元サブ/L/11月13日/ガラハッドとディナタン②

    + + + + + + + +
    template1
    Load
    Play
    101028001
    【ガラハッド】
    …質問していいか
    101028001
    【ガラハッド】
    べ、勉強させてもらおう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200103.html b/docs/story/200103.html index f03fedb5a..fa2f0f2b3 100644 --- a/docs/story/200103.html +++ b/docs/story/200103.html @@ -11,6 +11,18 @@

    元サブ/L/11月14日/リリアーナvsクレア

    新規追加

    View script in lua + + + + + + + + + + + + @@ -120,5 +132,13 @@

    元サブ/L/11月14日/リリアーナvsクレア

    + + + + + + + +
    template1
    Load
    Play
    101035001
    【リリアーナ】
    気候が違うんだ…
    だからこんなに育つ野菜が違うんだ…
    101035001
    【リリアーナ】
    罪滅ぼしを
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200104.html b/docs/story/200104.html index 63fb918b1..c4feea963 100644 --- a/docs/story/200104.html +++ b/docs/story/200104.html @@ -11,6 +11,18 @@

    元サブ/L/11月17日/たとえ不具となろうと

    新規追加

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    元サブ/L/11月17日/たとえ不具となろうと

    + + + + + + + +
    template1
    Load
    Play
    101056002
    【ペレス】
    我らは捨て石
    清らかなる水勢を抑えるべく
    101056002
    【ペレス】
    たとえ不具となろうと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200105.html b/docs/story/200105.html index e07a552cd..8b5615fac 100644 --- a/docs/story/200105.html +++ b/docs/story/200105.html @@ -11,6 +11,14 @@

    元サブ/L/11月26日/【聖杯探索最終戦7・鏡映し、最強の

    新規追加

    View script in lua + + + + + + + + @@ -37,7 +45,7 @@

    元サブ/L/11月26日/【聖杯探索最終戦7・鏡映し、最強の

    - + @@ -52,12 +60,12 @@

    元サブ/L/11月26日/【聖杯探索最終戦7・鏡映し、最強の

    - + - + @@ -72,18 +80,26 @@

    元サブ/L/11月26日/【聖杯探索最終戦7・鏡映し、最強の

    - + - + - + + + + + + + + +
    Load
    Play
    101028002
    【ガラハッド】
    …金のコートが(まぶ)しかった
    101027002
    【ディンドラン・ゲイボルグ】
    そうしてノワール様は
    ガラハッド卿ごと聖杯を抱きしめることで…
    101027002
    【ディンドラン・ゲイボルグ】
    …ガラハッドの侵蝕が
    すんでのところで収まったのは
    101027002
    【ディンドラン・ゲイボルグ】
    4つ目の聖杯封印が不完全だったこと
    それも功を奏したとみていいでしょうね
    101027002
    【ディンドラン・ゲイボルグ】
    最初は誰しも
    格好付けかもしれませんがね?
    101027002
    【ディンドラン・ゲイボルグ】
    ですが彼は大図書院にもよく通われ本から学び
    仲間から絆を学び、兄弟子から剣を学び…
    101027002
    【ディンドラン・ゲイボルグ】
    継承者として讃えられるに
    相応しい格好となりつつあるようですから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200106.html b/docs/story/200106.html index 2d2344849..a0a3de376 100644 --- a/docs/story/200106.html +++ b/docs/story/200106.html @@ -11,6 +11,18 @@

    元サブ/L/11月26日/消えた王妃と宮廷魔導士

    新規追加

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    元サブ/L/11月26日/消えた王妃と宮廷魔導士

    + + + + + + + +
    template1
    Load
    Play
    101016001
    【ギネマウア】
    どこにいるの!?
    ギネヴィア、ギネヴィア!!
    101015001
    【アーサー】
    一滴、遺さず
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200107.html b/docs/story/200107.html index a7ca2c6f5..5e2ea4942 100644 --- a/docs/story/200107.html +++ b/docs/story/200107.html @@ -11,6 +11,18 @@

    元サブ/L/12月04日/ローマその後

    新規追加

    View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

    元サブ/L/12月04日/ローマその後

    + + + + + + + +
    template1
    Load
    Play
    101051001
    【ルーシャス】
    魔女に愛想をつかされたな
    101051001
    【ルーシャス】
    やはり、愛は身を滅ぼすな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200108.html b/docs/story/200108.html index 5d3f0e612..94f2e5c30 100644 --- a/docs/story/200108.html +++ b/docs/story/200108.html @@ -11,6 +11,18 @@

    元サブ/L/12月05日/アステラ

    新規追加

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    元サブ/L/12月05日/アステラ

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    父なる彼の、遺児…?
    101011001
    【ギネヴィア】
    はァ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200109.html b/docs/story/200109.html index 120c87ed6..647317ae6 100644 --- a/docs/story/200109.html +++ b/docs/story/200109.html @@ -11,6 +11,18 @@

    元サブ/L/12月05日/エクセリア

    新規追加

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    元サブ/L/12月05日/エクセリア

    + + + + + + + +
    template1
    Load
    Play
    101034001
    【エクセリア】
    『父なる彼』の名も顔も
    思い出せはしないわ
    101034001
    【エクセリア】
    私たちに引き継がれた騎士道が
    その忘れられし父の存在した証
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200110.html b/docs/story/200110.html index 9b56fb420..0f4f6cadf 100644 --- a/docs/story/200110.html +++ b/docs/story/200110.html @@ -11,6 +11,18 @@

    元サブ/L/12月05日/マーリン

    新規追加

    View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

    元サブ/L/12月05日/マーリン

    + + + + + + + +
    template1
    Load
    Play
    101020001
    【マーリン】
    …合点がいきました
    101056002
    【ペレス】
    この命を()
    護らぬ理由はない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200111.html b/docs/story/200111.html index 7839f6568..b3aba577a 100644 --- a/docs/story/200111.html +++ b/docs/story/200111.html @@ -11,6 +11,18 @@

    元サブ/L/12月05日/リリアーナ

    新規追加

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    元サブ/L/12月05日/リリアーナ

    + + + + + + + +
    template1
    Load
    Play
    101025001
    【クレア】
    『父なる彼』のことを
    ガラハッドは?
    101025001
    【クレア】
    …銀卓騎士団は誰を護ろうとしているの?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200112.html b/docs/story/200112.html index f3f3cb3ab..76d06e5ad 100644 --- a/docs/story/200112.html +++ b/docs/story/200112.html @@ -11,6 +11,18 @@

    元サブ/L/12月07日/【フィエナvsエクセリア、聖杯穢した由

    新規追加

    View script in lua + + + + + + + + + + + + @@ -140,5 +152,13 @@

    元サブ/L/12月07日/【フィエナvsエクセリア、聖杯穢した由

    + + + + + + + +
    template1
    Load
    Play
    101034001
    【エクセリア】
    お爺様に逆らったと聞いたけど
    101034001
    【エクセリア】
    その矜持に
    一片の曇りもない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200113.html b/docs/story/200113.html index e29e842af..cee097c2e 100644 --- a/docs/story/200113.html +++ b/docs/story/200113.html @@ -11,6 +11,18 @@

    元サブ/L/12月07日/【降誕祭のフリ】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    元サブ/L/12月07日/【降誕祭のフリ】

    + + + + + + + + + @@ -51,6 +72,10 @@

    元サブ/L/12月07日/【降誕祭のフリ】

    + + + + @@ -76,6 +101,10 @@

    元サブ/L/12月07日/【降誕祭のフリ】

    + + + + @@ -111,6 +140,10 @@

    元サブ/L/12月07日/【降誕祭のフリ】

    + + + + @@ -191,6 +224,15 @@

    元サブ/L/12月07日/【降誕祭のフリ】

    + + + + + + + + + @@ -211,6 +253,10 @@

    元サブ/L/12月07日/【降誕祭のフリ】

    + + + + @@ -241,6 +287,10 @@

    元サブ/L/12月07日/【降誕祭のフリ】

    + + + + @@ -280,5 +330,13 @@

    元サブ/L/12月07日/【降誕祭のフリ】

    + + + + + + + +
    template1
    Load
    Play
    101028001
    【ガラハッド】
    …忘れてくれ
    見なかったことにしてくれ
    【ノワール】
    まだなにも言ってないぞ…
    101009002
    【(選択肢)】
    1. なにを食べてるんだ?
    2. 街に馴染んできたみたいだな
    3. 俺も買い食いしよう
    Block1_1
    101009002
    【ノワール】
    なにを食べてるんだ?
    【ガラハッド】
    もちろんコルベニック城の静穏を愛しているが
    たまにはこんな喧騒にまみれるのも悪くない
    Block1_2
    101009002
    【ノワール】
    だいぶ街に馴染んできたみたいだな
    すぐにガラハッドだとわからなかった
    【ノワール】
    この街のみんなはいい人ばっかりだ
    ゆっくり仲良くなっていけばいいさ
    Block1_3
    101009002
    【ノワール】
    俺も買い食いしよう
    【ノワール】
    それは国王の影響じゃないかな
    Block1end
    【子供A】
    おじさん!クムピルアーサーセットちょうだい!
    【ガラハッド】
    降誕祭…
    101009002
    【(選択肢)】
    1. さすがに無理じゃないか?
    2. 提案してみよう
    Block2_1
    101009002
    【ノワール】
    この状況じゃ、さすがに無理じゃないかな
    【ガラハッド】
    ガラハッドは、やる価値があると思う
    Block2_2
    101009002
    【ノワール】
    降誕祭をやろうって
    みんなに提案してみないか?
    【ガラハッド】
    そうだな!いい案だとガラハッドも思う!
    Block2end
    101028001
    【ガラハッド】
    …皆!心配いらないぞ
    101028001
    【ガラハッド】
    負けるわけには、いかなくなったな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200114.html b/docs/story/200114.html index 1f8575bc9..7d0588a5a 100644 --- a/docs/story/200114.html +++ b/docs/story/200114.html @@ -11,6 +11,18 @@

    元サブ/L/12月08日/【ガラハッドvsリリアーナ、王討つ由は

    新規追加

    View script in lua + + + + + + + + + + + + @@ -165,5 +177,13 @@

    元サブ/L/12月08日/【ガラハッドvsリリアーナ、王討つ由は

    + + + + + + + +
    template1
    Load
    Play
    101025001
    【クレア】
    耳障りでしょう?
    仕事の音は
    101035001
    【リリアーナ】
    王殺しの、です
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200115.html b/docs/story/200115.html index ab24343d5..61277c0bd 100644 --- a/docs/story/200115.html +++ b/docs/story/200115.html @@ -11,6 +11,18 @@

    元サブ/共通/04月05日/【ギネヴィアとの交流、剣の祭壇へ

    新規追加

    View script in lua + + + + + + + + + + + + @@ -111,6 +123,15 @@

    元サブ/共通/04月05日/【ギネヴィアとの交流、剣の祭壇へ

    + + + + + + + + + @@ -126,6 +147,10 @@

    元サブ/共通/04月05日/【ギネヴィアとの交流、剣の祭壇へ

    + + + + @@ -141,6 +166,10 @@

    元サブ/共通/04月05日/【ギネヴィアとの交流、剣の祭壇へ

    + + + + @@ -196,6 +225,15 @@

    元サブ/共通/04月05日/【ギネヴィアとの交流、剣の祭壇へ

    + + + + + + + + + @@ -211,6 +249,10 @@

    元サブ/共通/04月05日/【ギネヴィアとの交流、剣の祭壇へ

    + + + + @@ -226,6 +268,10 @@

    元サブ/共通/04月05日/【ギネヴィアとの交流、剣の祭壇へ

    + + + + @@ -250,5 +296,13 @@

    元サブ/共通/04月05日/【ギネヴィアとの交流、剣の祭壇へ

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    言っておくわ
    箔をつけたいのよ。わたしは
    【侍女】
    ………左様ですね。殿下
    101009002
    【(選択肢)】
    1. 王妃がすることじゃない
    2. 燃えるな
    Block1_1
    101009002
    【ノワール】
    王妃がすることじゃないよ
    【ギネヴィア】
    無茶はしょーちなんだから!
    Block1_2
    101009002
    【ノワール】
    燃えるな
    戦う王妃殿下
    【ギネヴィア】
    せっかくのレッテルだもんね
    利用してやんないと
    Block1end
    101016001
    【侍女】
    …おいたわしい
    【侍女】
    各所でお拾いになった物をコレクションとは…
    お金としては価値のない異国の…
    101009002
    【(選択肢)】
    1. 大事なコレクションをくれたんだ
    2. ガラクタばっかり…
    Block2_1
    101009002
    【ノワール】
    ありがとう
    大事なコレクションをくれたんだな
    【ギネヴィア】
    …誰かにあげることなんてないんだからね?
    だいじにしてよ
    Block2_2
    101009002
    【ノワール】
    ガラクタばっかり…
    【ギネヴィア】
    いいもんね!こーゆーのは理解されないまま
    こっそり集めるのが楽しいんだもんね!!
    Block2end
    101011001
    【ギネヴィア】
    発想が貧困と思う?
    こんなにジャラジャラお金持ちなのにって
    101011001
    【ギネヴィア】
    旅路と帰路を拓く
    派手な飾りになって欲しいなって
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200117.html b/docs/story/200117.html index e293ae11d..b1d838fd6 100644 --- a/docs/story/200117.html +++ b/docs/story/200117.html @@ -11,6 +11,18 @@

    元サブ/共通/04月05日/良い子と独り法師2

    新規追加

    View script in lua + + + + + + + + + + + + @@ -205,5 +217,13 @@

    元サブ/共通/04月05日/良い子と独り法師2

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    ………サボっちゃった。授業
    101017001
    【マルディサント】
    非行少女(アタシ)に絡まれた」ってな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200118.html b/docs/story/200118.html index 0c80dfcab..3c4a367ec 100644 --- a/docs/story/200118.html +++ b/docs/story/200118.html @@ -11,6 +11,18 @@

    元サブ/共通/04月09日/【良い子と独り法師3・病室面接】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -150,5 +162,13 @@

    元サブ/共通/04月09日/【良い子と独り法師3・病室面接】

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    せっかくご足労をおかけしたにも関わらず
    誠に心苦しいのですが
    101017001
    【マルディサント】
    ぐうの音も出ねえな!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200119.html b/docs/story/200119.html index 2bed6813d..6e5007d89 100644 --- a/docs/story/200119.html +++ b/docs/story/200119.html @@ -11,6 +11,18 @@

    元サブ/共通/04月10日/【ディナタンがアイドル扱いされる

    新規追加

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    元サブ/共通/04月10日/【ディナタンがアイドル扱いされる

    + + + + + + + +
    template1
    Load
    Play
    【男子生徒A】
    今日もかわいかったよなぁ
    俺たちのアイドル!
    101017001
    【マルディサント】
    泥臭すぎんだよ
    フェアリーにしちゃ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200120.html b/docs/story/200120.html index 734040db5..3d177a506 100644 --- a/docs/story/200120.html +++ b/docs/story/200120.html @@ -11,9 +11,29 @@

    元サブ/共通/04月23日/1章:4月23日_良い子と独り法師4-1②新規追加

    View script in lua + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    101018001
    【ラグネル】
    明日ねえ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200121.html b/docs/story/200121.html index c6099d7c7..84843cb30 100644 --- a/docs/story/200121.html +++ b/docs/story/200121.html @@ -11,6 +11,18 @@

    元サブ/共通/04月23日/良い子と独り法師4-1①

    新規追加

    View script in lua + + + + + + + + + + + + @@ -270,5 +282,13 @@

    元サブ/共通/04月23日/良い子と独り法師4-1①

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    ねえ、どうしてヒドイコトばっかり言うの?
    101017001
    【マルディサント】
    ほれみろ…
    安息が乱され始めたぜ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200122.html b/docs/story/200122.html index 6350cddc4..d233a01a6 100644 --- a/docs/story/200122.html +++ b/docs/story/200122.html @@ -11,6 +11,18 @@

    元サブ/共通/04月24日/良い子と独り法師4-2

    新規追加

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    元サブ/共通/04月24日/良い子と独り法師4-2

    + + + + + + + + + @@ -61,6 +82,10 @@

    元サブ/共通/04月24日/良い子と独り法師4-2

    + + + + @@ -76,6 +101,10 @@

    元サブ/共通/04月24日/良い子と独り法師4-2

    + + + + @@ -170,5 +199,13 @@

    元サブ/共通/04月24日/良い子と独り法師4-2

    + + + + + + + +
    template1
    Load
    Play
    101018001
    【ラグネル】
    あたし、思うんだけど
    彼女、きっと急いでるんじゃないかなって
    【ラグネル】
    ・ディナタンちゃん、療養院で働く
    ・そしてこのたび非行少女と儀式へ赴く
    101009002
    【(選択肢)】
    1. ディナタンを問い詰めよう
    2. 見守るべきか
    Block1_1
    101009002
    【ノワール】
    ディナタンを問い詰めよう
    【ラグネル】
    ヒミツにしてることを尋ねたって
    かたくなになるだけだって!
    Block1_2
    101009002
    【ノワール】
    見守るべきか…?
    ディナタンの決めたことなら
    【ラグネル】
    知られたくないし、心配かけたくないんだろうね
    あるある、そういうことあるある
    Block1end
    101013001
    【ガウェイン】
    そーだ。そんなに心配なら
    ノワールもついて行っちまえばいいんじゃねえ?
    101018001
    【ラグネル】
    ナイスな兄貴じゃねえの~
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200123.html b/docs/story/200123.html index dee1def1a..485b6cfa5 100644 --- a/docs/story/200123.html +++ b/docs/story/200123.html @@ -11,6 +11,18 @@

    元サブ/共通/04月24日/良い子と独り法師5①

    新規追加

    View script in lua + + + + + + + + + + + + @@ -135,5 +147,13 @@

    元サブ/共通/04月24日/良い子と独り法師5①

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    それで?
    非行少女と逢引の気分はどーだ?
    101012001
    【ディナタン】
    ………勉強になります
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200124.html b/docs/story/200124.html index 643f7576a..fd2baa7e5 100644 --- a/docs/story/200124.html +++ b/docs/story/200124.html @@ -11,6 +11,18 @@

    元サブ/共通/04月24日/良い子と独り法師5②

    新規追加

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    元サブ/共通/04月24日/良い子と独り法師5②

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    焚きつけるのが貴公の仕事ではなかろう
    モルガン女史
    101040001
    【ケイ】
    誰のせいか、誰の!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200125.html b/docs/story/200125.html index 23d7ac7f7..cb8019674 100644 --- a/docs/story/200125.html +++ b/docs/story/200125.html @@ -12,27 +12,35 @@

    元サブ/共通/04月24日/良い子と独り法師5③

    View script in lua - + + + + + + + + + - + - + - + - + @@ -47,7 +55,7 @@

    元サブ/共通/04月24日/良い子と独り法師5③

    - + @@ -101,6 +109,19 @@

    元サブ/共通/04月24日/良い子と独り法師5③

    + + + + + + + + + + + + + @@ -116,6 +137,10 @@

    元サブ/共通/04月24日/良い子と独り法師5③

    + + + + @@ -131,6 +156,10 @@

    元サブ/共通/04月24日/良い子と独り法師5③

    + + + + @@ -146,6 +175,10 @@

    元サブ/共通/04月24日/良い子と独り法師5③

    + + + + @@ -175,5 +208,13 @@

    元サブ/共通/04月24日/良い子と独り法師5③

    + + + + + + + +
    101001001
    Load
    Play
    【ティルフィング】
    あの剣は
    すでに抜け殻です
    101001001
    【ティルフィング】
    マスター、アナタがカリバーンを抜いたことで
    私という存在がこの歴史に抜き放たれた
    101001001
    【ティルフィング】
    ですが太古より歴史の(くさび)であったカリバーンは
    抜け殻となってもなお──
    101001001
    【ティルフィング】
    本来あるべき場所(あそこ)へ還りました
    101001001
    【ティルフィング】
    この地を守る騎士たちを見出す役目はそのままに
    アナタ以外には抜けぬ剣として
    101001001
    【ティルフィング】
    …申し訳ありません。マスター
    時が至れば──いずれは
    【マルディサント】
    オニーサンに。結果をさ
    101009001
    【(選択肢)】
    1. ごめん、つい気になって
    2. 戦う気なのか、ディナタン
    3. 決めたんだな
    MA_01104_39_select1
    MA_01104_39_select1_1
    101009001
    【ノワール】
    …ごめん、つい気になって
    【マルディサント】
    アタシみてえなワリィやつになる日も近ぇな
    MA_01104_39_select1_2
    101009001
    【ノワール】
    戦う気なのか、ディナタン
    【ディナタン】
    兄さんだけボロボロになってくのは
    見ていられないから
    MA_01104_39_select1_3
    101009001
    【ノワール】
    …決めたんだな
    【ディナタン】
    だけど、私は兄さんを応援できるようになる
    なにもできないなんていやだから
    MA_01104_39_end
    101012001
    【ディナタン】
    私ね、兄さんが先に行っちゃう感じがしたの
    きっと兄さんはそれでも良いって言うと思うけど
    101012001
    【ディナタン】
    だから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200126.html b/docs/story/200126.html index 99977a801..f3855b05e 100644 --- a/docs/story/200126.html +++ b/docs/story/200126.html @@ -11,6 +11,18 @@

    元サブ/共通/04月30日/良い子と独り法師6①

    新規追加

    View script in lua + + + + + + + + + + + + @@ -125,5 +137,13 @@

    元サブ/共通/04月30日/良い子と独り法師6①

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    意外だな。なんか
    101017001
    【マルディサント】
    あ…おい!待てって
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200127.html b/docs/story/200127.html index b673ccc77..915d5dec7 100644 --- a/docs/story/200127.html +++ b/docs/story/200127.html @@ -11,6 +11,18 @@

    元サブ/共通/04月30日/良い子と独り法師6②

    新規追加

    View script in lua + + + + + + + + + + + + @@ -130,5 +142,13 @@

    元サブ/共通/04月30日/良い子と独り法師6②

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    こんなトコで走ってんじゃねぇよ
    101017001
    【マルディサント】
    ………アンタ
    結構ワルくなってきたな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200128.html b/docs/story/200128.html index f1ca9ddbe..fb78a6add 100644 --- a/docs/story/200128.html +++ b/docs/story/200128.html @@ -11,6 +11,18 @@

    元サブ/共通/05月06日/ギネヴィア眠りの中3

    新規追加

    View script in lua + + + + + + + + + + + + @@ -105,5 +117,13 @@

    元サブ/共通/05月06日/ギネヴィア眠りの中3

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    『せめて、リッチな夢を』
    101011001
    【ギネヴィア】
    …コインを磨いたら、なんだっけ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200129.html b/docs/story/200129.html index 07012282a..a27e67743 100644 --- a/docs/story/200129.html +++ b/docs/story/200129.html @@ -11,6 +11,18 @@

    元サブ/共通/05月13日/1章:5月13日_先遣隊3・進展

    新規追加

    View script in lua + + + + + + + + + + + + @@ -96,6 +108,15 @@

    元サブ/共通/05月13日/1章:5月13日_先遣隊3・進展

    + + + + + + + + + @@ -111,6 +132,10 @@

    元サブ/共通/05月13日/1章:5月13日_先遣隊3・進展

    + + + + @@ -126,6 +151,10 @@

    元サブ/共通/05月13日/1章:5月13日_先遣隊3・進展

    + + + + @@ -176,6 +205,15 @@

    元サブ/共通/05月13日/1章:5月13日_先遣隊3・進展

    + + + + + + + + + @@ -191,6 +229,10 @@

    元サブ/共通/05月13日/1章:5月13日_先遣隊3・進展

    + + + + @@ -216,6 +258,10 @@

    元サブ/共通/05月13日/1章:5月13日_先遣隊3・進展

    + + + + @@ -231,6 +277,10 @@

    元サブ/共通/05月13日/1章:5月13日_先遣隊3・進展

    + + + + @@ -285,5 +335,13 @@

    元サブ/共通/05月13日/1章:5月13日_先遣隊3・進展

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    やる気ねーなら
    帰ってもいいんだぜ
    【ガウェイン】
    なあ。ランスロットとノワール
    どういう関係なんだよ
    101009001
    【(選択肢)】
    1. 父の仇
    2. 憧れ
    Block1_1
    101009001
    【ノワール】
    父さんの仇だ
    【ガウェイン】
    でも、そんな相手と同じ学園で同じ円卓について
    それでお前はいいのかよ?
    Block1_2
    101009001
    【ノワール】
    憧れなんだ
    小さいころからの
    【ガウェイン】
    だが今は
    なぜだか仇ってわけだ
    Block1end
    101013001
    【ガウェイン】
    憧れてた人が親父さんの仇って
    どんな気分なんだよ
    【ガウェイン】
    …欲張りなヤツ
    101009001
    【(選択肢)】
    1. 俺の命の恩人の故郷も取り戻す
    2. ガウェインの助けにもなりたい
    3. 家族に心配をかけたくない
    Block2_1
    101009001
    【ノワール】
    それに、俺の命の恩人の故郷も
    取り戻さなきゃならない
    【侍女】
    居場所を奪われた者同士
    支え合わねばなりませんね
    Block2_2
    101009001
    【ノワール】
    それに、ガウェインの助けにもなりたい
    【ラグネル】
    いいんじゃない?
    人を助けるのはそのぐらいの理由でさ
    Block2_3
    101009001
    【ノワール】
    これ以上
    家族に心配をかけないためにも
    【ラグネル】
    うんうん
    早く帰ってあげなきゃだね
    Block2end
    101009001
    【ノワール】
    俺は助けられてばかりだ
    気が(はや)ってばかりでディナタンのことを言えない
    101013001
    【ガウェイン】
    話してたらキリがなくなりそうだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200130.html b/docs/story/200130.html index 7baf7ae5d..9a1a49b47 100644 --- a/docs/story/200130.html +++ b/docs/story/200130.html @@ -11,6 +11,18 @@

    元サブ/共通/05月17日/ギネヴィアとルーシャス

    新規追加

    View script in lua + + + + + + + + + + + + @@ -135,5 +147,13 @@

    元サブ/共通/05月17日/ギネヴィアとルーシャス

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    ………やだ
    101051001
    【ルーシャス】
    そなたはそこで
    ──ずっと夢を見ていればいい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200131.html b/docs/story/200131.html index 1bdad710f..15d9d6d18 100644 --- a/docs/story/200131.html +++ b/docs/story/200131.html @@ -11,6 +11,18 @@

    元サブ/共通/05月17日/ギネヴィアの悪夢2

    新規追加

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    元サブ/共通/05月17日/ギネヴィアの悪夢2

    + + + + + + + +
    template1
    Load
    Play
    【ギネヴィア】
    『どうか、リッチな夢だけでも』
    【レオデグランス】
    「異国のコインを磨いて***
    *****──…」
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200132.html b/docs/story/200132.html index 1a79d3232..f5f0f04fd 100644 --- a/docs/story/200132.html +++ b/docs/story/200132.html @@ -11,6 +11,18 @@

    元サブ/共通/05月17日/円卓会議・先遣隊結果報告。交渉の

    新規追加

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    元サブ/共通/05月17日/円卓会議・先遣隊結果報告。交渉の

    + + + + + + + + + @@ -66,6 +87,10 @@

    元サブ/共通/05月17日/円卓会議・先遣隊結果報告。交渉の

    + + + + @@ -86,6 +111,10 @@

    元サブ/共通/05月17日/円卓会議・先遣隊結果報告。交渉の

    + + + + @@ -115,5 +144,13 @@

    元サブ/共通/05月17日/円卓会議・先遣隊結果報告。交渉の

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    割り切れねーよな
    殿下にとっては
    【ガウェイン】
    殿下が自分の目で確かめてえって気持ち
    俺はわかるぜ、だからついてったんだ
    101009002
    【(選択肢)】
    1. 無理もない
    2. すぐにいつもの彼女に戻るさ
    Block1_1
    101009002
    【ノワール】
    無理もない
    【侍女】
    お気持ちだけで、結構です
    殿下にはそのお心遣いだけで、今は…
    Block1_2
    101009002
    【ノワール】
    大丈夫
    きっとすぐにいつもの彼女に戻るさ
    【ガウェイン】
    …いつまでもヘコんでる
    殿下を見たくねーけど、まあ確かにな…
    Block1end
    101016001
    【侍女】
    あれほど外に出たがっていたあの子が
    今は籠り切りとは…皮肉ですね
    101015001
    【アーサー】
    どちらの扉も開かぬままだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200133.html b/docs/story/200133.html index 092f25780..4b8652b51 100644 --- a/docs/story/200133.html +++ b/docs/story/200133.html @@ -11,6 +11,18 @@

    元サブ/共通/05月27日/ティルフィングと魔女

    新規追加

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    元サブ/共通/05月27日/ティルフィングと魔女

    + + + + + + + +
    template1
    Load
    Play
    101042001
    【モーロノエー】
    やあっぱり、継承者だったようね
    101001002
    【ティルフィング】
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200134.html b/docs/story/200134.html index 209730bf0..a7d67799b 100644 --- a/docs/story/200134.html +++ b/docs/story/200134.html @@ -11,9 +11,29 @@

    元サブ/共通/05月27日/ランスロットの助勢

    新規追加

    View script in lua + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    101021001
    【???】
    ………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200135.html b/docs/story/200135.html index 7214b0efa..787231d1b 100644 --- a/docs/story/200135.html +++ b/docs/story/200135.html @@ -11,6 +11,14 @@

    元サブ/共通/05月27日/ルーシャスとヴェルナルス

    新規追加

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    元サブ/共通/05月27日/ルーシャスとヴェルナルス

    + + + + + + + +
    Load
    Play
    101051001
    【ルーシャス】
    ヴェルナルス、余は人殺しよりも政治よりも
    難しい命題を見つけてしまったよ
    101051001
    【ルーシャス】
    ククッ…夜も眠れぬよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200136.html b/docs/story/200136.html index a51bf07e7..0d6d9998d 100644 --- a/docs/story/200136.html +++ b/docs/story/200136.html @@ -11,6 +11,14 @@

    元サブ/共通/05月27日/戦闘終えて2

    新規追加

    View script in lua + + + + + + + + @@ -142,7 +150,7 @@

    元サブ/共通/05月27日/戦闘終えて2

    - + @@ -205,5 +213,13 @@

    元サブ/共通/05月27日/戦闘終えて2

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    ダジャレじゃん。パパ
    101018002
    【ラグネル・ガラティン】
    うんうん。これはなんとしても
    連れ帰らねばなりませんなあ
    101011001
    【ギネヴィア】
    ………いま、出た
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200137.html b/docs/story/200137.html index fbbc41e51..fae69ac33 100644 --- a/docs/story/200137.html +++ b/docs/story/200137.html @@ -11,6 +11,18 @@

    元サブ/共通/05月28日/良い子と独り法師6

    新規追加

    View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

    元サブ/共通/05月28日/良い子と独り法師6

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    また、サボリ?
    101017001
    【マルディサント】
    よくそんなに
    演じてられるよな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200138.html b/docs/story/200138.html index 20caa38fd..c92eccd61 100644 --- a/docs/story/200138.html +++ b/docs/story/200138.html @@ -11,6 +11,18 @@

    元サブ/共通/06月03日/【ディナタンの歌、マルディサント

    新規追加

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    元サブ/共通/06月03日/【ディナタンの歌、マルディサント

    + + + + + + + + + @@ -36,6 +57,10 @@

    元サブ/共通/06月03日/【ディナタンの歌、マルディサント

    + + + + @@ -51,6 +76,10 @@

    元サブ/共通/06月03日/【ディナタンの歌、マルディサント

    + + + + @@ -211,6 +240,15 @@

    元サブ/共通/06月03日/【ディナタンの歌、マルディサント

    + + + + + + + + + @@ -231,6 +269,10 @@

    元サブ/共通/06月03日/【ディナタンの歌、マルディサント

    + + + + @@ -261,6 +303,10 @@

    元サブ/共通/06月03日/【ディナタンの歌、マルディサント

    + + + + @@ -290,5 +336,13 @@

    元サブ/共通/06月03日/【ディナタンの歌、マルディサント

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    花を飾りながら
    歌ってくれてたよね
    【ディナタン】
    母さんみたいにうまくはできないけど
    どうかな…兄さん?
    101009002
    【(選択肢)】
    1. 上手だよ。母さんを思い出す
    2. 練習なら付き合うよ
    Block1_1
    101009002
    【ノワール】
    上手だよ
    母さんを思い出す
    【ディナタン】
    兄さんに褒めてもらえるのが
    一番嬉しいな
    Block1_2
    101009002
    【ノワール】
    練習なら付き合うよ
    【ノワール】
    ち、違う違う!
    もっと上手になれるかも、ってことだよ
    Block1end
    101009002
    【ノワール】
    友達と歌ったりはするのか?
    【モルガン】
    だからお誘いしたの
    「私の別荘でもっと見せてくれません?」って
    101009002
    【(選択肢)】
    1. 優しいんだな、モルガン先生
    2. 優しいんだな、マルディサント
    Block2_1
    101009002
    【ノワール】
    優しいんだな、モルガン先生
    【マルディサント】
    アタシと妹のために
    キレーな部屋まで用意してくれてな
    Block2_2
    101009002
    【ノワール】
    優しいんだな、マルディサント
    【マルディサント】
    …ホめてねーだろ、それ
    Block2end
    101012001
    【ディナタン】
    …マルディサントの妹さんにも
    会ってみたいな
    101017001
    【マルディサント】
    ここで寝てりゃ
    いつかは会いに行ける
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200139.html b/docs/story/200139.html index 5c8e0820f..8a2faef75 100644 --- a/docs/story/200139.html +++ b/docs/story/200139.html @@ -11,6 +11,18 @@

    元サブ/共通/06月03日/【ノワール兄妹の過去、ブライアン

    新規追加

    View script in lua + + + + + + + + + + + + @@ -150,5 +162,13 @@

    元サブ/共通/06月03日/【ノワール兄妹の過去、ブライアン

    + + + + + + + +
    template1
    Load
    Play
    101012003
    【ディナタン】
    また、傷だらけ
    101050001
    【ブライアン】
    いつも
    ノワールのそばにいてやってくれや
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200140.html b/docs/story/200140.html index 884e82ef2..41ee58aac 100644 --- a/docs/story/200140.html +++ b/docs/story/200140.html @@ -11,6 +11,18 @@

    元サブ/共通/06月03日/【歌劇2・イゾルデの調べ】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -190,5 +202,13 @@

    元サブ/共通/06月03日/【歌劇2・イゾルデの調べ】

    + + + + + + + +
    template1
    Load
    Play
    101019001
    【イゾルデ】
    1曲、聴かせてもらえる?
    101019001
    【イゾルデ】
    深情けにならないことを祈るわ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200141.html b/docs/story/200141.html index e5eeba281..55ee5cd38 100644 --- a/docs/story/200141.html +++ b/docs/story/200141.html @@ -11,6 +11,18 @@

    元サブ/共通/06月10日/【歌劇3・「いつも」に帰る場所】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -130,5 +142,13 @@

    元サブ/共通/06月10日/【歌劇3・「いつも」に帰る場所】

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    ねえ
    101012001
    【ディナタン】
    家族がいる場所…
    「いつも」に、帰れる場所があるなら
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200142.html b/docs/story/200142.html index 8fef2cdee..951a3144c 100644 --- a/docs/story/200142.html +++ b/docs/story/200142.html @@ -11,6 +11,18 @@

    元サブ/共通/07月01日/【ブライアンと牢屋越しの会話①・

    新規追加

    View script in lua + + + + + + + + + + + + @@ -140,5 +152,13 @@

    元サブ/共通/07月01日/【ブライアンと牢屋越しの会話①・

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    モルガン救出のためカーライル城に乗りこんだ
    ノワールたちは魔女との戦いで苦戦を強いられる
    101050001
    【ブライアン】
    聞き分けねえな、本当に
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200143.html b/docs/story/200143.html index 52d41f94f..f3ea4707c 100644 --- a/docs/story/200143.html +++ b/docs/story/200143.html @@ -11,6 +11,14 @@

    元サブ/共通/07月04日/【ルーシャスとフレン姉妹①・初体

    新規追加

    View script in lua + + + + + + + + @@ -190,5 +198,13 @@

    元サブ/共通/07月04日/【ルーシャスとフレン姉妹①・初体

    + + + + + + + +
    Load
    Play
    101051001
    【ルーシャス】
    つまらぬな
    101051001
    【ルーシャス】
    思い知らされたよ。フレン
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200144.html b/docs/story/200144.html index b7405da22..1432ba115 100644 --- a/docs/story/200144.html +++ b/docs/story/200144.html @@ -11,6 +11,22 @@

    元サブ/共通/07月07日/【ルーシャスとフレン姉妹②・叩い

    新規追加

    View script in lua + + + + + + + + + + + + + + + + @@ -225,5 +241,13 @@

    元サブ/共通/07月07日/【ルーシャスとフレン姉妹②・叩い

    + + + + + + + +
    template1
    template2
    Load
    Play
    101039001
    【フレン】
    小腹がすいたの
    だけどお小遣いがないのよ
    101051001
    【ルーシャス】
    小腹がすいたな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200145.html b/docs/story/200145.html index 890dbeadf..d6f4cd563 100644 --- a/docs/story/200145.html +++ b/docs/story/200145.html @@ -11,6 +11,18 @@

    元サブ/共通/07月08日/【歌劇5・思い出のうつしみ、慈母

    新規追加

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    元サブ/共通/07月08日/【歌劇5・思い出のうつしみ、慈母

    + + + + + + + + + @@ -86,6 +107,10 @@

    元サブ/共通/07月08日/【歌劇5・思い出のうつしみ、慈母

    + + + + @@ -106,6 +131,10 @@

    元サブ/共通/07月08日/【歌劇5・思い出のうつしみ、慈母

    + + + + @@ -190,5 +219,13 @@

    元サブ/共通/07月08日/【歌劇5・思い出のうつしみ、慈母

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    ………わかった。わかったぜ
    【マルディサント】
    …いつかこんなの着て
    舞台に立とうな~…ってさ、言ってた
    101009002
    【(選択肢)】
    1. よく似合ってると思う
    2. ディナタンが着せてくれたんだな
    Block1_1
    101009002
    【ノワール】
    うん
    よく似合っていると思う
    【マルディサント】
    見せてやりたかったな
    へへへ…
    Block1_2
    101009002
    【ノワール】
    ディナタンが着せてくれたんだな
    【マルディサント】
    そう考えるとすげえ嬉しいや
    どう考えても嬉しいけどさ
    Block1end
    101017001
    【マルディサント】
    こう考えるとさ
    『わかる』ってのはイイかもな
    101017001
    【マルディサント】
    勉強、大好き
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200146.html b/docs/story/200146.html index e01c064eb..262f065ad 100644 --- a/docs/story/200146.html +++ b/docs/story/200146.html @@ -11,6 +11,18 @@

    元サブ/共通/07月30日/【ブライアン脱走】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    元サブ/共通/07月30日/【ブライアン脱走】

    + + + + + + + +
    template1
    Load
    Play
    101050001
    【ブライアン】
    あ、グッ、ゲホッ、ゲホゲホッ…!!
    101050001
    【ブライアン】
    …リンゴ…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200147.html b/docs/story/200147.html index 3fb27378b..e356c2aef 100644 --- a/docs/story/200147.html +++ b/docs/story/200147.html @@ -11,6 +11,14 @@

    元サブ/共通/07月30日/駆ける銀兜

    新規追加

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    元サブ/共通/07月30日/駆ける銀兜

    + + + + + + + +
    Load
    Play
    101028003
    【銀騎士】
    ………見えた、学園だ
    101028003
    【銀騎士】
    『最強騎士』ランスロットは何処(いずこ)か!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200148.html b/docs/story/200148.html index 520818fd3..69e66fac4 100644 --- a/docs/story/200148.html +++ b/docs/story/200148.html @@ -11,6 +11,18 @@

    元サブ/共通/08月02日/【留学生ガラハッド】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    元サブ/共通/08月02日/【留学生ガラハッド】

    + + + + + + + + + @@ -66,6 +87,10 @@

    元サブ/共通/08月02日/【留学生ガラハッド】

    + + + + @@ -101,6 +126,10 @@

    元サブ/共通/08月02日/【留学生ガラハッド】

    + + + + @@ -131,6 +160,10 @@

    元サブ/共通/08月02日/【留学生ガラハッド】

    + + + + @@ -200,5 +233,13 @@

    元サブ/共通/08月02日/【留学生ガラハッド】

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    着飾らせたげたわ。どうぞ?
    【ガラハッド】
    な、ならいい…ならいいんだ
    イヤ良くない!こんな心もとない布では…!
    101009002
    【(選択肢)】
    1. さすがはギネヴィアだ
    2. どう思う、ランスロット?
    3. アレンジはディナタンが?
    Block1_1
    101009002
    【ノワール】
    似合ってると思うな
    さすがはギネヴィアだ
    【ガラハッド】
    こ、こそばゆかったんだ…っ
    触れられるのは慣れていない…!
    Block1_2
    101009002
    【ノワール】
    どう思う、ランスロット?
    【ランスロット】
    ガラハッド…
    Block1_3
    101009002
    【ノワール】
    アレンジはディナタンが?
    凄く似合ってるよ
    【ガラハッド】
    そうか!!ならいい!!
    感謝する!!
    Block1end
    101028001
    【ガラハッド】
    …そ、そんなに似合っているというなら
    コルベニックの皆に見せてやりたいな
    101028001
    【ガラハッド】
    だからガラハッドが来たんだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200149.html b/docs/story/200149.html index 2b39ec02c..f0517b606 100644 --- a/docs/story/200149.html +++ b/docs/story/200149.html @@ -11,6 +11,18 @@

    元サブ/共通/08月12日/【ティルフィングとの語らい】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    元サブ/共通/08月12日/【ティルフィングとの語らい】

    + + + + + + + + + @@ -51,6 +72,10 @@

    元サブ/共通/08月12日/【ティルフィングとの語らい】

    + + + + @@ -66,6 +91,10 @@

    元サブ/共通/08月12日/【ティルフィングとの語らい】

    + + + + @@ -106,6 +135,15 @@

    元サブ/共通/08月12日/【ティルフィングとの語らい】

    + + + + + + + + + @@ -136,6 +174,10 @@

    元サブ/共通/08月12日/【ティルフィングとの語らい】

    + + + + @@ -166,6 +208,10 @@

    元サブ/共通/08月12日/【ティルフィングとの語らい】

    + + + + @@ -265,5 +311,13 @@

    元サブ/共通/08月12日/【ティルフィングとの語らい】

    + + + + + + + +
    template1
    Load
    Play
    101001001
    【ティルフィング】
    こんばんは、マスター
    【ティルフィング】
    眠れませんか
    101009002
    【(選択肢)】
    1. うん、さすがにね
    2. キミのほうこそ
    Block1_1
    101009002
    【ノワール】
    うん、さすがにね
    【ティルフィング】
    …ですが同時に
    かすかな希望でもあります
    Block1_2
    101009002
    【ノワール】
    キミのほうこそ
    休まなくていいのか?
    【ティルフィング】
    …ですが、マスターのお心遣い
    嬉しく思います
    Block1end
    101001001
    【ティルフィング】
    お伝えしたいことがあるのです
    【ティルフィング】
    ご自身の使命
    恨みはしませんか
    101009002
    【(選択肢)】
    1. 恨んだことがある
    2. 走り続けるのに精一杯だった
    Block2_1
    101009002
    【ノワール】
    …正直、どうして俺がと
    恨んだことはあるよ
    【ティルフィング】
    …マスターが戦い続けた結果、です
    Block2_2
    101009002
    【ノワール】
    正直、走りつづけることに精一杯だったからな
    【ティルフィング】
    アナタはご自身の力で走り
    辿り着こうとしているのです
    Block2end
    101001001
    【ティルフィング】
    私の役目は継承者(アナタ)を導くことのみ
    この時代に深く関わることは許されていません
    101001001
    【ティルフィング】
    …はい
    マスター
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200150.html b/docs/story/200150.html index a790dd67e..735a09d2d 100644 --- a/docs/story/200150.html +++ b/docs/story/200150.html @@ -11,6 +11,14 @@

    元サブ/共通/08月13日/【ライエンスとブライアン、平行線

    新規追加

    View script in lua + + + + + + + + @@ -47,12 +55,12 @@

    元サブ/共通/08月13日/【ライエンスとブライアン、平行線

    - + - + @@ -82,7 +90,7 @@

    元サブ/共通/08月13日/【ライエンスとブライアン、平行線

    - + @@ -160,5 +168,13 @@

    元サブ/共通/08月13日/【ライエンスとブライアン、平行線

    + + + + + + + +
    Load
    Play
    101058002
    【ライエンス】
    最初から
    貴様が一因であった
    101042001
    【モーロノエー】
    ライエンス陛下は家族に甘いから
    許してくれるとお思いでしょうけれど
    101043001
    【マゾエー】
    嘘はダメ♪
    101042001
    【モーロノエー】
    心外ね。王と魔女が仲良く
    宝探しに勤しんでるだけだっていうのに
    101058002
    【ライエンス】
    愉しい走馬灯は見られそうか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200151.html b/docs/story/200151.html index 61722ec37..f8a6ede56 100644 --- a/docs/story/200151.html +++ b/docs/story/200151.html @@ -11,6 +11,18 @@

    元サブ/共通/08月16日/【モルドレッド蠢動】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    元サブ/共通/08月16日/【モルドレッド蠢動】

    + + + + + + + +
    template1
    Load
    Play
    101022001
    【モルドレッド】
    …行きやがったか
    101022001
    【モルドレッド】
    どれを本物として選ぶかだろ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200152.html b/docs/story/200152.html index b0faa6319..4cbd2ac21 100644 --- a/docs/story/200152.html +++ b/docs/story/200152.html @@ -11,6 +11,18 @@

    元サブ/共通/08月16日/【聖杯城のある島へ出発】

    新規追加

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    元サブ/共通/08月16日/【聖杯城のある島へ出発】

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    たらればの話をしてもキリがないわね
    101001001
    【ティルフィング】
    参りましょう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200157.html b/docs/story/200157.html index 9ba5114fc..190994177 100644 --- a/docs/story/200157.html +++ b/docs/story/200157.html @@ -12,7 +12,15 @@

    追加メイン/D/09月20日/追加ストーリーADV_43

    View script in lua - + + + + + + + + + @@ -27,7 +35,7 @@

    追加メイン/D/09月20日/追加ストーリーADV_43

    - + @@ -47,7 +55,7 @@

    追加メイン/D/09月20日/追加ストーリーADV_43

    - + @@ -57,7 +65,7 @@

    追加メイン/D/09月20日/追加ストーリーADV_43

    - + @@ -67,17 +75,17 @@

    追加メイン/D/09月20日/追加ストーリーADV_43

    - + - + - + @@ -87,7 +95,7 @@

    追加メイン/D/09月20日/追加ストーリーADV_43

    - + @@ -130,5 +138,13 @@

    追加メイン/D/09月20日/追加ストーリーADV_43

    + + + + + + + +
    101015003
    Load
    Play
    101015001
    【アーサー】
    円卓を葬り、伝説を終わらせる
    101015003
    101015001
    【アーサー】
    それが唯一の贖罪だ
    101015003
    101015001
    【アーサー】
    歌………?
    101010001
    【ランスロット】
    …消えた……!?
    101015003
    101015001
    【アーサー】
    ………妖精の羽音だな、まるで
    101015003
    101015001
    【???】
    うるせえ御託は終わったか?
    101015003
    101015001
    【アーサー】
    高みの見物(けんぶつ)は終わったか?
    101015003
    101015001
    【アーサー】
    そうもいかないらしい
    【(ナレーション)】
    だから、今は逃げよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200163.html b/docs/story/200163.html index 9e2948829..0ff025c42 100644 --- a/docs/story/200163.html +++ b/docs/story/200163.html @@ -11,6 +11,18 @@

    追加メイン/G/09月13日/追加ストーリーADV_11

    新規追加

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    追加メイン/G/09月13日/追加ストーリーADV_11

    + + + + + + + +
    template1
    Load
    Play
    101039001
    【フレン】
    ノワールくん、どこに行くの?
    101009002
    【ノワール】
    わかった
    でも、くれぐれも無理はしないでくれよ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200164.html b/docs/story/200164.html index 0f59f47e9..a3d0796e8 100644 --- a/docs/story/200164.html +++ b/docs/story/200164.html @@ -11,6 +11,14 @@

    追加メイン/G/09月13日/追加ストーリーADV_12

    新規追加

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    追加メイン/G/09月13日/追加ストーリーADV_12

    + + + + + + + +
    Load
    Play
    【商人】
    うわあああ!バルバロイだ!
    だ、誰か助けてくれえええーっ!
    101039001
    【フレン】
    ………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200165.html b/docs/story/200165.html index af1b1ac25..8451b71a6 100644 --- a/docs/story/200165.html +++ b/docs/story/200165.html @@ -11,6 +11,14 @@

    追加メイン/G/09月13日/追加ストーリーADV_13

    新規追加

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    追加メイン/G/09月13日/追加ストーリーADV_13

    + + + + + + + +
    Load
    Play
    【商人】
    あ、ありがとうよ
    なんつーか、すまねえ
    101038001
    【ローラ】
    お姉ちゃん…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200167.html b/docs/story/200167.html index e1e618c6a..8aff3d185 100644 --- a/docs/story/200167.html +++ b/docs/story/200167.html @@ -11,6 +11,18 @@

    追加メイン/G/09月26日/追加ストーリーADV_15

    新規追加

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    追加メイン/G/09月26日/追加ストーリーADV_15

    + + + + + + + + + @@ -61,6 +82,10 @@

    追加メイン/G/09月26日/追加ストーリーADV_15

    + + + + @@ -76,6 +101,10 @@

    追加メイン/G/09月26日/追加ストーリーADV_15

    + + + + @@ -270,5 +299,13 @@

    追加メイン/G/09月26日/追加ストーリーADV_15

    + + + + + + + +
    template1
    Load
    Play
    101041003
    【モルガン】
    戦い詰めでしょう
    安静にしていてと言ったはずよ
    【モルガン】
    安静にしてて欲しいのに
    聖杯探索班の援護に出て行っちゃうし…
    101009002
    【(選択肢)】
    1. 許してやってください
    2. もっとやっちゃってください
    Block1_1
    101009002
    【ノワール】
    そのへんで許してやってください…
    【ガラハッド】
    が、ガラハッドか…!?
    ガラハッドは、ど、どちらとも…
    Block1_2
    101009002
    【ノワール】
    もっとやっちゃってください
    【モルガン】
    ノワールくんもああ言ってるじゃない
    しっかり反省しなさい!
    Block1end
    101041003
    【モルガン】
    アーサー…貴方は王様、この国の要よ
    進んで傷つけられに行くことはないわ
    101009002
    【ノワール】
    ええ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200168.html b/docs/story/200168.html index b9f7fdc3c..e5fb2dc16 100644 --- a/docs/story/200168.html +++ b/docs/story/200168.html @@ -11,6 +11,18 @@

    追加メイン/G/09月26日/追加ストーリーADV_16

    新規追加

    View script in lua + + + + + + + + + + + + @@ -185,5 +197,13 @@

    追加メイン/G/09月26日/追加ストーリーADV_16

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    ………あんまり
    101011001
    【ギネヴィア】
    ………間違ってないよね、パパ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200169.html b/docs/story/200169.html index 815e538e0..3772fc90d 100644 --- a/docs/story/200169.html +++ b/docs/story/200169.html @@ -11,9 +11,46 @@

    追加メイン/G/09月29日/追加ストーリーADV_17

    新規追加

    View script in lua + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    …まいったな
    はぐれてしまった
    101009001
    【(選択肢)】
    1. ギネヴィアを探す
    2. 少しこの場で待つ
    Block76662844_1
    Block76662844_2
    Block76662844end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200172.html b/docs/story/200172.html index 18edd39e4..cb91dda1e 100644 --- a/docs/story/200172.html +++ b/docs/story/200172.html @@ -11,6 +11,14 @@

    追加メイン/G/10月14日/追加ストーリーADV_20

    新規追加

    View script in lua + + + + + + + + @@ -22,7 +30,7 @@

    追加メイン/G/10月14日/追加ストーリーADV_20

    - + @@ -30,5 +38,13 @@

    追加メイン/G/10月14日/追加ストーリーADV_20

    + + + + + + + +
    Load
    Play
    101031001
    【ラヴェイン】
    ノワール君
    お休みのところ恐縮ですが敵襲です
    101030001
    【エレイン】
    いえ
    野盗の集団のようです
    101009001
    【ノワール】
    わかった、すぐに準備する
    みんなにも伝えてくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200173.html b/docs/story/200173.html index f250ffa17..98f2dcff8 100644 --- a/docs/story/200173.html +++ b/docs/story/200173.html @@ -11,11 +11,32 @@

    追加メイン/G/10月27日/追加ストーリーADV_21

    新規追加

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -56,6 +77,10 @@

    追加メイン/G/10月27日/追加ストーリーADV_21

    + + + + @@ -71,6 +96,10 @@

    追加メイン/G/10月27日/追加ストーリーADV_21

    + + + + @@ -100,5 +129,13 @@

    追加メイン/G/10月27日/追加ストーリーADV_21

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    …楽しかった?
    101009002
    【(選択肢)】
    1. ギネヴィアとまわれて楽しかった
    2. すこし疲れたかも
    Block1_1
    101009002
    【ノワール】
    楽しかったよ
    色んなことを忘れるくらい
    【ギネヴィア】
    もう、触れてもだいじょぶだよ?
    Block1_2
    101009002
    【ノワール】
    すこし疲れたかも…
    【ギネヴィア】
    戦い詰めだったもんね
    気分転換になればと思ったんだけど…
    Block1end
    101011001
    【ギネヴィア】
    …終わっちゃうね
    101011001
    【ギネヴィア】
    やくそくだよ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200174.html b/docs/story/200174.html index c16d47eba..e71abd41b 100644 --- a/docs/story/200174.html +++ b/docs/story/200174.html @@ -11,11 +11,32 @@

    追加メイン/G/10月27日/追加ストーリーADV_22

    新規追加

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -56,6 +77,10 @@

    追加メイン/G/10月27日/追加ストーリーADV_22

    + + + + @@ -76,6 +101,10 @@

    追加メイン/G/10月27日/追加ストーリーADV_22

    + + + + @@ -105,5 +134,13 @@

    追加メイン/G/10月27日/追加ストーリーADV_22

    + + + + + + + +
    template1
    Load
    Play
    101030001
    【エレイン】
    おいしいものがいっぱいあったせいで私…
    食べすぎちゃって…はずかしい
    101009002
    【(選択肢)】
    1. エレインとまわれて楽しかった
    2. すこし疲れたな
    Block1_1
    101009002
    【ノワール】
    楽しかったよ
    色んなことを忘れるくらい
    【エレイン】
    ………これも、冗談…ですけど
    Block1_2
    101009002
    【ノワール】
    すこし疲れたかも…
    【エレイン】
    よければ、またチャレンジさせてください
    先輩さえ…よければ
    Block1end
    101030001
    【エレイン】
    好きになってしまいそうです
    101030001
    【エレイン】
    ………ここが
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200175.html b/docs/story/200175.html index d9292c9ca..3e460e453 100644 --- a/docs/story/200175.html +++ b/docs/story/200175.html @@ -11,13 +11,21 @@

    追加メイン/L/01月13日/追加ストーリーADV_36

    新規追加

    View script in lua + + + + + + + + - + @@ -27,7 +35,7 @@

    追加メイン/L/01月13日/追加ストーリーADV_36

    - + @@ -42,8 +50,16 @@

    追加メイン/L/01月13日/追加ストーリーADV_36

    - + + + + + + + + +
    Load
    Play
    101015001
    【アーサー】
    さあランス
    ひとおもいにやってくれ
    101010001
    【ランスロット】
    構えろ、アーサー
    101010001
    【ランスロット】
    お前と剣を交えた
    その証が欲しい
    101010001
    【ランスロット】
    深く、食い込む方が良い
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200176.html b/docs/story/200176.html index 426c60f83..500c16d55 100644 --- a/docs/story/200176.html +++ b/docs/story/200176.html @@ -11,18 +11,26 @@

    追加メイン/L/01月13日/追加ストーリーADV_37

    新規追加

    View script in lua + + + + + + + + - + - + @@ -32,7 +40,7 @@

    追加メイン/L/01月13日/追加ストーリーADV_37

    - + @@ -42,12 +50,12 @@

    追加メイン/L/01月13日/追加ストーリーADV_37

    - + - + @@ -67,7 +75,7 @@

    追加メイン/L/01月13日/追加ストーリーADV_37

    - + @@ -125,5 +133,13 @@

    追加メイン/L/01月13日/追加ストーリーADV_37

    + + + + + + + +
    Load
    Play
    101015001
    【アーサー】
    満足だ。ランス
    101010001
    【ランスロット】
    やりきれないな、アーサー
    101020001
    【マーリン】
    (けが)れが王を喰い破らんとしています
    人としての生も残りわずか…
    101010001
    【ランスロット】
    …お前が、耐え続けてくれたおかげだ
    お前が先陣を駆け続けてくれたから
    101020001
    【マーリン】
    聖杯の力を解放するには
    その代償──妖精の命を捧げることが必要です
    101020001
    【マーリン】
    妖精(わたし)も間もなく王のあとを追います
    継承者(ノワール)様に世界を託して
    101010001
    【ランスロット】
    アーサー
    101041001
    【モルガン】
    私を置いて
    勝手に何処へ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200177.html b/docs/story/200177.html index f223c1c3a..1eb29fbb0 100644 --- a/docs/story/200177.html +++ b/docs/story/200177.html @@ -11,6 +11,18 @@

    追加メイン/L/01月20日/追加ストーリーADV_38

    新規追加

    View script in lua + + + + + + + + + + + + @@ -121,6 +133,15 @@

    追加メイン/L/01月20日/追加ストーリーADV_38

    + + + + + + + + + @@ -136,6 +157,10 @@

    追加メイン/L/01月20日/追加ストーリーADV_38

    + + + + @@ -156,6 +181,10 @@

    追加メイン/L/01月20日/追加ストーリーADV_38

    + + + + @@ -171,6 +200,10 @@

    追加メイン/L/01月20日/追加ストーリーADV_38

    + + + + @@ -295,5 +328,13 @@

    追加メイン/L/01月20日/追加ストーリーADV_38

    + + + + + + + +
    template1
    Load
    Play
    101036001
    【フィエナ】
    私は「聖杯へ導く妖精」の巫女
    つまり、妖精の力の受け皿として育てられたの
    【ノワール】
    …こ、こんなことのために
    守ってきたわけじゃない…!
    101009002
    【(選択肢)】
    1. 誰も喪いたくないから
    2. 母さんの遺言だから
    3. たったひとりの家族だから
    Block1_1
    101009002
    【ノワール】
    誰も(うしな)いたくないから──
    【フィエナ】
    ランスロットも、ディナタンも
    同じ気持ちなんだよ
    Block1_2
    101009002
    【ノワール】
    母さんの遺言だから──
    【フィエナ】
    平和な日々を夢見てたんだよ、きっと
    Block1_3
    101009002
    【ノワール】
    たったひとりの家族だから──
    【フィエナ】
    私もたったひとりの家族(ガラハッド)を守りたいの
    自分がどうなったとしても
    Block1end
    101017001
    【マルディサント】
    …どうしたら、せ、正解なんだよ
    あ、あ、アタシ、なんも言えねえ
    101036001
    【フィエナ】
    だけどお願い
    私に…家族を護らせて
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200181.html b/docs/story/200181.html index f26568690..17b6a1bbd 100644 --- a/docs/story/200181.html +++ b/docs/story/200181.html @@ -11,6 +11,14 @@

    追加メイン/L/09月12日/追加ストーリーADV_26

    新規追加

    View script in lua + + + + + + + + @@ -70,5 +78,13 @@

    追加メイン/L/09月12日/追加ストーリーADV_26

    + + + + + + + +
    Load
    Play
    【男子生徒】
    やろう。最後の授業とならないように
    101010001
    【ランスロット】
    俺の剣を
    覚えていてくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200182.html b/docs/story/200182.html index c062d7f17..29e881523 100644 --- a/docs/story/200182.html +++ b/docs/story/200182.html @@ -11,6 +11,14 @@

    追加メイン/L/10月19日/追加ストーリーADV_27

    新規追加

    View script in lua + + + + + + + + @@ -27,12 +35,12 @@

    追加メイン/L/10月19日/追加ストーリーADV_27

    - + - + @@ -42,7 +50,7 @@

    追加メイン/L/10月19日/追加ストーリーADV_27

    - + @@ -50,5 +58,13 @@

    追加メイン/L/10月19日/追加ストーリーADV_27

    + + + + + + + +
    Load
    Play
    101027001
    【ディンドラン】
    こんなところではないかと──
    101042001
    【モーロノエー】
    もと傭兵団団長の寝首をかけると考えるほど
    慢心してはいないの
    101042001
    【モーロノエー】
    だからひとりでもつまみ喰いできれば…
    と思っていたけれど、まあいいわ
    101042001
    【モーロノエー】
    遊びましょう、夜は長いもの
    101026001
    【パーシヴァル】
    だから野宿はイヤなんだ!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200183.html b/docs/story/200183.html index bfea21fb8..91d1ac9f5 100644 --- a/docs/story/200183.html +++ b/docs/story/200183.html @@ -11,6 +11,14 @@

    追加メイン/L/10月19日/追加ストーリーADV_28

    新規追加

    View script in lua + + + + + + + + @@ -22,7 +30,7 @@

    追加メイン/L/10月19日/追加ストーリーADV_28

    - + @@ -37,7 +45,7 @@

    追加メイン/L/10月19日/追加ストーリーADV_28

    - + @@ -45,5 +53,13 @@

    追加メイン/L/10月19日/追加ストーリーADV_28

    + + + + + + + +
    Load
    Play
    101025001
    【クレア】
    さて。わかりづらかった出題編は終了
    あとは力押しでどうぞ
    101042001
    【モーロノエー】
    楽しんでもらえたかしら
    101042001
    【モーロノエー】
    つまみ喰いしにきただけよ
    継承者に聖杯城の巫女…絶好の機会だもの
    101024001
    【ヴォールス】
    グルメだったとは、意外だよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200186.html b/docs/story/200186.html index 2de677294..0c4eaf679 100644 --- a/docs/story/200186.html +++ b/docs/story/200186.html @@ -11,6 +11,14 @@

    追加メイン/L/11月26日/追加ストーリーADV_31

    新規追加

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    追加メイン/L/11月26日/追加ストーリーADV_31

    + + + + + + + +
    Load
    Play
    101028004
    【ガラハッド】
    よ、かっ…た
    101028002
    【ガラハッド】
    ころして
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200187.html b/docs/story/200187.html index 2e7dec625..85ba7e3d5 100644 --- a/docs/story/200187.html +++ b/docs/story/200187.html @@ -11,6 +11,18 @@

    追加メイン/L/12月10日/追加ストーリーADV_32

    新規追加

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    追加メイン/L/12月10日/追加ストーリーADV_32

    + + + + + + + +
    template1
    Load
    Play
    101028001
    【ガラハッド】
    つ、つきあってくれないか。ノワール
    101028001
    【ガラハッド】
    非行少女が怖くてな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200189.html b/docs/story/200189.html index 71e0d808b..afb0c27ef 100644 --- a/docs/story/200189.html +++ b/docs/story/200189.html @@ -11,6 +11,18 @@

    追加メイン/共通/04月12日/追加ストーリーADV_1

    新規追加

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    追加メイン/共通/04月12日/追加ストーリーADV_1

    + + + + + + + +
    template1
    Load
    Play
    401027001
    【酒場店主】
    いらっしゃい
    どなたかをおさがしですか?
    101009002
    【ノワール】
    あ、ああ…よろしく、キッスさん
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200190.html b/docs/story/200190.html index b3d3a9956..30fc5c558 100644 --- a/docs/story/200190.html +++ b/docs/story/200190.html @@ -11,6 +11,18 @@

    追加メイン/共通/04月27日/追加ストーリーADV_2

    新規追加

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    追加メイン/共通/04月27日/追加ストーリーADV_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ケイ
    バルバロイの掃討作戦を終わらせてきた
    101040001
    【ケイ】
    今回の働きについては
    私から王によく伝えておく
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200194.html b/docs/story/200194.html index ccd3332df..a85070a3f 100644 --- a/docs/story/200194.html +++ b/docs/story/200194.html @@ -11,6 +11,14 @@

    追加メイン/共通/05月05日/追加ストーリーADV_6

    新規追加

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    追加メイン/共通/05月05日/追加ストーリーADV_6

    + + + + + + + +
    Load
    Play
    【隊商リーダー】
    へえ
    坊主はカレドニアで傭兵をやってたのか
    101009001
    【隊商リーダー】
    坊主、あいつらを片付けてくれ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200197.html b/docs/story/200197.html index 8144aa775..c492937d2 100644 --- a/docs/story/200197.html +++ b/docs/story/200197.html @@ -11,6 +11,18 @@

    追加メイン/共通/07月02日/追加ストーリーADV_9

    新規追加

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    追加メイン/共通/07月02日/追加ストーリーADV_9

    + + + + + + + + + @@ -71,6 +92,10 @@

    追加メイン/共通/07月02日/追加ストーリーADV_9

    + + + + @@ -86,6 +111,10 @@

    追加メイン/共通/07月02日/追加ストーリーADV_9

    + + + + @@ -101,6 +130,10 @@

    追加メイン/共通/07月02日/追加ストーリーADV_9

    + + + + @@ -305,5 +338,13 @@

    追加メイン/共通/07月02日/追加ストーリーADV_9

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    アタシがサボってたぶんの補習…
    ってワケじゃねえよなァ?
    【マルディサント】
    ウワ最強騎士じゃん!!マジかよ!!ヒュー!
    最強騎士の最強補講ってことかぁヤッタネおい!
    101009001
    【(選択肢)】
    1. 教えてくれるのか、ランスロット
    2. 色々とありがとう、ギネヴィア
    3. しっかり勉強しよう、ディナタン
    Block1_1
    101009001
    【ノワール】
    なにを教えてくれるんだ、ランスロット
    【ディナタン】
    …ランス兄ちゃん
    Block1_2
    101009001
    【ノワール】
    色々とありがとう、ギネヴィア
    …気を遣ってくれたみたいで
    【ギネマウア】
    殿下は照れ隠しが下手ですね
    Block1_3
    101009001
    【ノワール】
    しっかり勉強しよう、ディナタン
    【ディナタン】
    居眠りしちゃっても
    私が後で教えてあげるからね?
    Block1end
    101010001
    【ランスロット】
    伝えたいことはひとつ
    GS(ゲシュタルト・シフト)の必要性』についてだ
    101001001
    【ティルフィング】
    バルバロイを討ち果たし
    真実を掴むための
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200198.html b/docs/story/200198.html index 74920d6b6..c347a5c6e 100644 --- a/docs/story/200198.html +++ b/docs/story/200198.html @@ -11,6 +11,18 @@

    追加メイン/共通/07月11日/追加ストーリーADV_10

    新規追加

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    追加メイン/共通/07月11日/追加ストーリーADV_10

    + + + + + + + +
    template1
    Load
    Play
    101001001
    【ティルフィング】
    …マスター
    101001001
    【ティルフィング】
    …では、お言葉に甘えて
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200199.html b/docs/story/200199.html index 41890c27c..1df29a898 100644 --- a/docs/story/200199.html +++ b/docs/story/200199.html @@ -10,5 +10,21 @@

    1章/コミュ/汎用18_スノードン山

    新規追加

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/2002.html b/docs/story/2002.html index 1f3a9e4e0..9320c905c 100644 --- a/docs/story/2002.html +++ b/docs/story/2002.html @@ -10,5 +10,21 @@

    武器持ち替えチュートリアルバトル_02

    武器持ち替えチュートリアルバトル

    デバッグ用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200200.html b/docs/story/200200.html index fa43604bc..c15ff9015 100644 --- a/docs/story/200200.html +++ b/docs/story/200200.html @@ -10,5 +10,21 @@

    1章/コミュ/汎用19_果てなき森

    新規追加

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200201.html b/docs/story/200201.html index efa8984c2..3032a6cf9 100644 --- a/docs/story/200201.html +++ b/docs/story/200201.html @@ -10,5 +10,21 @@

    1章/コミュ/汎用20_ログレス近郊

    新規追加

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200202.html b/docs/story/200202.html index 846140637..df98a9e46 100644 --- a/docs/story/200202.html +++ b/docs/story/200202.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0401_討伐(闇・斧)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0401_討伐(闇・斧)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、いいところに来てくれた
    街の周辺でバルバロイの群れが確認されたんだ
    【】
    俺たちは街の警備のため、ここを離れられない
    お前が代わりに片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200203.html b/docs/story/200203.html index 8f14706ef..2d8595184 100644 --- a/docs/story/200203.html +++ b/docs/story/200203.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0401_討伐(闇・斧)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0401_討伐(闇・斧)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    ヤツらを片づけてくれたんだな、ありがとう!
    お前に頼んだ甲斐があったよ
    401036001
    【ログレス憲兵団員】
    今回の報酬だ、受け取ってくれ
    またなにかあったら頼むな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200204.html b/docs/story/200204.html index ffeb12881..40b4ed298 100644 --- a/docs/story/200204.html +++ b/docs/story/200204.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0401_討伐(闇・剣)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0401_討伐(闇・剣)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、いいところに来てくれた
    街の周辺でバルバロイの群れが確認されたんだ
    【】
    俺たちは街の警備のため、ここを離れられない
    お前が代わりに片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200205.html b/docs/story/200205.html index 87cba58cf..cf38f1e21 100644 --- a/docs/story/200205.html +++ b/docs/story/200205.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0401_討伐(闇・剣)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0401_討伐(闇・剣)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    ヤツらを片づけてくれたんだな、ありがとう!
    お前に頼んだ甲斐があったよ
    401036001
    【ログレス憲兵団員】
    今回の報酬だ、受け取ってくれ
    またなにかあったら頼むな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200206.html b/docs/story/200206.html index a9df4b46a..9e7bdd496 100644 --- a/docs/story/200206.html +++ b/docs/story/200206.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0401_討伐(闇・弓)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0401_討伐(闇・弓)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、いいところに来てくれた
    街の周辺でバルバロイの群れが確認されたんだ
    【】
    俺たちは街の警備のため、ここを離れられない
    お前が代わりに片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200207.html b/docs/story/200207.html index 8a1fdcbcf..6a71f9435 100644 --- a/docs/story/200207.html +++ b/docs/story/200207.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0401_討伐(闇・弓)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0401_討伐(闇・弓)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    ヤツらを片づけてくれたんだな、ありがとう!
    お前に頼んだ甲斐があったよ
    401036001
    【ログレス憲兵団員】
    今回の報酬だ、受け取ってくれ
    またなにかあったら頼むな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200208.html b/docs/story/200208.html index e2582ff8a..fd5d34153 100644 --- a/docs/story/200208.html +++ b/docs/story/200208.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0401_討伐(闇・槍)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0401_討伐(闇・槍)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、いいところに来てくれた
    街の周辺でバルバロイの群れが確認されたんだ
    【】
    俺たちは街の警備のため、ここを離れられない
    お前が代わりに片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200209.html b/docs/story/200209.html index 1eb0b6ec4..2d6881ea1 100644 --- a/docs/story/200209.html +++ b/docs/story/200209.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0401_討伐(闇・槍)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0401_討伐(闇・槍)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    ヤツらを片づけてくれたんだな、ありがとう!
    お前に頼んだ甲斐があったよ
    401036001
    【ログレス憲兵団員】
    今回の報酬だ、受け取ってくれ
    またなにかあったら頼むな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200210.html b/docs/story/200210.html index 18eee25ff..694a01d51 100644 --- a/docs/story/200210.html +++ b/docs/story/200210.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0501_討伐(光・斧)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0501_討伐(光・斧)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、いいところに来てくれた
    街の周辺でバルバロイの群れが確認されたんだ
    【】
    俺たちは街の警備のため、ここを離れられない
    お前が代わりに片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200211.html b/docs/story/200211.html index 7700d3c47..895a6fe34 100644 --- a/docs/story/200211.html +++ b/docs/story/200211.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0501_討伐(光・斧)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0501_討伐(光・斧)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    ヤツらを片づけてくれたんだな、ありがとう!
    お前に頼んだ甲斐があったよ
    401036001
    【ログレス憲兵団員】
    今回の報酬だ、受け取ってくれ
    またなにかあったら頼むな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200212.html b/docs/story/200212.html index e40b0256f..8601a90f4 100644 --- a/docs/story/200212.html +++ b/docs/story/200212.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0501_討伐(光・剣)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0501_討伐(光・剣)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、いいところに来てくれた
    街の周辺でバルバロイの群れが確認されたんだ
    【】
    俺たちは街の警備のため、ここを離れられない
    お前が代わりに片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200213.html b/docs/story/200213.html index 98a2b4f9e..f62be661c 100644 --- a/docs/story/200213.html +++ b/docs/story/200213.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0501_討伐(光・剣)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0501_討伐(光・剣)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    ヤツらを片づけてくれたんだな、ありがとう!
    お前に頼んだ甲斐があったよ
    401036001
    【ログレス憲兵団員】
    今回の報酬だ、受け取ってくれ
    またなにかあったら頼むな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200214.html b/docs/story/200214.html index e3eb68515..3f6d72962 100644 --- a/docs/story/200214.html +++ b/docs/story/200214.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0501_討伐(光・弓)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0501_討伐(光・弓)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、いいところに来てくれた
    街の周辺でバルバロイの群れが確認されたんだ
    【】
    俺たちは街の警備のため、ここを離れられない
    お前が代わりに片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200215.html b/docs/story/200215.html index 39bd1605c..4a91c08e3 100644 --- a/docs/story/200215.html +++ b/docs/story/200215.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0501_討伐(光・弓)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0501_討伐(光・弓)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    ヤツらを片づけてくれたんだな、ありがとう!
    お前に頼んだ甲斐があったよ
    401036001
    【ログレス憲兵団員】
    今回の報酬だ、受け取ってくれ
    またなにかあったら頼むな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200216.html b/docs/story/200216.html index 3961448ee..ed9b40e37 100644 --- a/docs/story/200216.html +++ b/docs/story/200216.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0501_討伐(光・槍)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0501_討伐(光・槍)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、いいところに来てくれた
    街の周辺でバルバロイの群れが確認されたんだ
    【】
    俺たちは街の警備のため、ここを離れられない
    お前が代わりに片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200217.html b/docs/story/200217.html index dad080ace..4a4ce6ad2 100644 --- a/docs/story/200217.html +++ b/docs/story/200217.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0501_討伐(光・槍)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0501_討伐(光・槍)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    ヤツらを片づけてくれたんだな、ありがとう!
    お前に頼んだ甲斐があったよ
    401036001
    【ログレス憲兵団員】
    今回の報酬だ、受け取ってくれ
    またなにかあったら頼むな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200218.html b/docs/story/200218.html index 0e2a9e380..29b33baab 100644 --- a/docs/story/200218.html +++ b/docs/story/200218.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0601_討伐(炎・斧)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0601_討伐(炎・斧)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、いいところに来てくれた
    街の周辺でバルバロイの群れが確認されたんだ
    【】
    俺たちは街の警備のため、ここを離れられない
    お前が代わりに片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200219.html b/docs/story/200219.html index 739bc82ff..71f06dc28 100644 --- a/docs/story/200219.html +++ b/docs/story/200219.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0601_討伐(炎・斧)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0601_討伐(炎・斧)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    ヤツらを片づけてくれたんだな、ありがとう!
    お前に頼んだ甲斐があったよ
    401036001
    【ログレス憲兵団員】
    今回の報酬だ、受け取ってくれ
    またなにかあったら頼むな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200220.html b/docs/story/200220.html index b819069bf..543082595 100644 --- a/docs/story/200220.html +++ b/docs/story/200220.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0601_討伐(炎・剣)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0601_討伐(炎・剣)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、いいところに来てくれた
    街の周辺でバルバロイの群れが確認されたんだ
    【】
    俺たちは街の警備のため、ここを離れられない
    お前が代わりに片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200221.html b/docs/story/200221.html index 5ad3e7b99..105f27033 100644 --- a/docs/story/200221.html +++ b/docs/story/200221.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0601_討伐(炎・剣)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0601_討伐(炎・剣)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    ヤツらを片づけてくれたんだな、ありがとう!
    お前に頼んだ甲斐があったよ
    401036001
    【ログレス憲兵団員】
    今回の報酬だ、受け取ってくれ
    またなにかあったら頼むな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200222.html b/docs/story/200222.html index c9caccf2e..53d78de5a 100644 --- a/docs/story/200222.html +++ b/docs/story/200222.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0601_討伐(炎・弓)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0601_討伐(炎・弓)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、いいところに来てくれた
    街の周辺でバルバロイの群れが確認されたんだ
    【】
    俺たちは街の警備のため、ここを離れられない
    お前が代わりに片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200223.html b/docs/story/200223.html index bd6d46413..743c1b2cb 100644 --- a/docs/story/200223.html +++ b/docs/story/200223.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0601_討伐(炎・弓)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0601_討伐(炎・弓)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    ヤツらを片づけてくれたんだな、ありがとう!
    お前に頼んだ甲斐があったよ
    401036001
    【ログレス憲兵団員】
    今回の報酬だ、受け取ってくれ
    またなにかあったら頼むな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200224.html b/docs/story/200224.html index 9c204518c..0fc6a85f9 100644 --- a/docs/story/200224.html +++ b/docs/story/200224.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0601_討伐(炎・槍)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0601_討伐(炎・槍)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、いいところに来てくれた
    街の周辺でバルバロイの群れが確認されたんだ
    【】
    俺たちは街の警備のため、ここを離れられない
    お前が代わりに片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200225.html b/docs/story/200225.html index 793acf05c..92690fc52 100644 --- a/docs/story/200225.html +++ b/docs/story/200225.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0601_討伐(炎・槍)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0601_討伐(炎・槍)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    ヤツらを片づけてくれたんだな、ありがとう!
    お前に頼んだ甲斐があったよ
    401036001
    【ログレス憲兵団員】
    今回の報酬だ、受け取ってくれ
    またなにかあったら頼むな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200226.html b/docs/story/200226.html index 025320841..4101e13db 100644 --- a/docs/story/200226.html +++ b/docs/story/200226.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0701_討伐(雷・斧)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0701_討伐(雷・斧)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、いいところに来てくれた
    街の周辺でバルバロイの群れが確認されたんだ
    【】
    俺たちは街の警備のため、ここを離れられない
    お前が代わりに片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200227.html b/docs/story/200227.html index 2d27a615b..4ca851f93 100644 --- a/docs/story/200227.html +++ b/docs/story/200227.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0701_討伐(雷・斧)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0701_討伐(雷・斧)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    ヤツらを片づけてくれたんだな、ありがとう!
    お前に頼んだ甲斐があったよ
    401036001
    【ログレス憲兵団員】
    今回の報酬だ、受け取ってくれ
    またなにかあったら頼むな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200228.html b/docs/story/200228.html index e03871e61..8c94124fd 100644 --- a/docs/story/200228.html +++ b/docs/story/200228.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0701_討伐(雷・剣)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0701_討伐(雷・剣)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、いいところに来てくれた
    街の周辺でバルバロイの群れが確認されたんだ
    【】
    俺たちは街の警備のため、ここを離れられない
    お前が代わりに片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200229.html b/docs/story/200229.html index a36f8f877..5efcb777c 100644 --- a/docs/story/200229.html +++ b/docs/story/200229.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0701_討伐(雷・剣)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0701_討伐(雷・剣)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    ヤツらを片づけてくれたんだな、ありがとう!
    お前に頼んだ甲斐があったよ
    401036001
    【ログレス憲兵団員】
    今回の報酬だ、受け取ってくれ
    またなにかあったら頼むな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200230.html b/docs/story/200230.html index bf9da1492..ccac0c13d 100644 --- a/docs/story/200230.html +++ b/docs/story/200230.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0701_討伐(雷・弓)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0701_討伐(雷・弓)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、いいところに来てくれた
    街の周辺でバルバロイの群れが確認されたんだ
    【】
    俺たちは街の警備のため、ここを離れられない
    お前が代わりに片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200231.html b/docs/story/200231.html index 5b584eaeb..167ae0dd9 100644 --- a/docs/story/200231.html +++ b/docs/story/200231.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0501_討伐(雷・弓)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0501_討伐(雷・弓)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    ヤツらを片づけてくれたんだな、ありがとう!
    お前に頼んだ甲斐があったよ
    401036001
    【ログレス憲兵団員】
    今回の報酬だ、受け取ってくれ
    またなにかあったら頼むな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200232.html b/docs/story/200232.html index 3401bd60c..984d5560b 100644 --- a/docs/story/200232.html +++ b/docs/story/200232.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0701_討伐(雷・槍)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0701_討伐(雷・槍)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、いいところに来てくれた
    街の周辺でバルバロイの群れが確認されたんだ
    【】
    俺たちは街の警備のため、ここを離れられない
    お前が代わりに片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200233.html b/docs/story/200233.html index c318bc56a..74be6a8c9 100644 --- a/docs/story/200233.html +++ b/docs/story/200233.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0501_討伐(雷・槍)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0501_討伐(雷・槍)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    ヤツらを片づけてくれたんだな、ありがとう!
    お前に頼んだ甲斐があったよ
    401036001
    【ログレス憲兵団員】
    今回の報酬だ、受け取ってくれ
    またなにかあったら頼むな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200234.html b/docs/story/200234.html index 82359dd8f..e2073ae1f 100644 --- a/docs/story/200234.html +++ b/docs/story/200234.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0801_討伐(氷・斧)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0801_討伐(氷・斧)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、いいところに来てくれた
    街の周辺でバルバロイの群れが確認されたんだ
    【】
    俺たちは街の警備のため、ここを離れられない
    お前が代わりに片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200235.html b/docs/story/200235.html index d1969a5f4..e870ba2f9 100644 --- a/docs/story/200235.html +++ b/docs/story/200235.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0801_討伐(氷・斧)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0801_討伐(氷・斧)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    ヤツらを片づけてくれたんだな、ありがとう!
    お前に頼んだ甲斐があったよ
    401036001
    【ログレス憲兵団員】
    今回の報酬だ、受け取ってくれ
    またなにかあったら頼むな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200236.html b/docs/story/200236.html index 0fa1856c0..92003a94f 100644 --- a/docs/story/200236.html +++ b/docs/story/200236.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0801_討伐(氷・剣)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0801_討伐(氷・剣)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、いいところに来てくれた
    街の周辺でバルバロイの群れが確認されたんだ
    【】
    俺たちは街の警備のため、ここを離れられない
    お前が代わりに片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200237.html b/docs/story/200237.html index b04f0e400..a970dd7bf 100644 --- a/docs/story/200237.html +++ b/docs/story/200237.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0801_討伐(氷・剣)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0801_討伐(氷・剣)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    ヤツらを片づけてくれたんだな、ありがとう!
    お前に頼んだ甲斐があったよ
    401036001
    【ログレス憲兵団員】
    今回の報酬だ、受け取ってくれ
    またなにかあったら頼むな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200238.html b/docs/story/200238.html index f468a5b53..ed5db48da 100644 --- a/docs/story/200238.html +++ b/docs/story/200238.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0801_討伐(氷・弓)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0801_討伐(氷・弓)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、いいところに来てくれた
    街の周辺でバルバロイの群れが確認されたんだ
    【】
    俺たちは街の警備のため、ここを離れられない
    お前が代わりに片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200239.html b/docs/story/200239.html index b5a0c1d28..7db3679aa 100644 --- a/docs/story/200239.html +++ b/docs/story/200239.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0801_討伐(氷・弓)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0801_討伐(氷・弓)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    ヤツらを片づけてくれたんだな、ありがとう!
    お前に頼んだ甲斐があったよ
    401036001
    【ログレス憲兵団員】
    今回の報酬だ、受け取ってくれ
    またなにかあったら頼むな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200240.html b/docs/story/200240.html index 341d28adc..cf5410593 100644 --- a/docs/story/200240.html +++ b/docs/story/200240.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0801_討伐(氷・槍)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0801_討伐(氷・槍)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、いいところに来てくれた
    街の周辺でバルバロイの群れが確認されたんだ
    【】
    俺たちは街の警備のため、ここを離れられない
    お前が代わりに片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200241.html b/docs/story/200241.html index e77e455c0..387b7a70c 100644 --- a/docs/story/200241.html +++ b/docs/story/200241.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0801_討伐(氷・槍)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0801_討伐(氷・槍)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    ヤツらを片づけてくれたんだな、ありがとう!
    お前に頼んだ甲斐があったよ
    401036001
    【ログレス憲兵団員】
    今回の報酬だ、受け取ってくれ
    またなにかあったら頼むな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200242.html b/docs/story/200242.html index 6abde7247..fabf6cc27 100644 --- a/docs/story/200242.html +++ b/docs/story/200242.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0901_討伐(風・斧)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0901_討伐(風・斧)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、いいところに来てくれた
    街の周辺でバルバロイの群れが確認されたんだ
    【】
    俺たちは街の警備のため、ここを離れられない
    お前が代わりに片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200243.html b/docs/story/200243.html index a1794e9fd..5a667a1c6 100644 --- a/docs/story/200243.html +++ b/docs/story/200243.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0901_討伐(風・斧)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0901_討伐(風・斧)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    ヤツらを片づけてくれたんだな、ありがとう!
    お前に頼んだ甲斐があったよ
    401036001
    【ログレス憲兵団員】
    今回の報酬だ、受け取ってくれ
    またなにかあったら頼むな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200244.html b/docs/story/200244.html index 3f39dceb9..750d97ba6 100644 --- a/docs/story/200244.html +++ b/docs/story/200244.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0901_討伐(風・剣)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0901_討伐(風・剣)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、いいところに来てくれた
    街の周辺でバルバロイの群れが確認されたんだ
    【】
    俺たちは街の警備のため、ここを離れられない
    お前が代わりに片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200245.html b/docs/story/200245.html index 847937447..ad9a7d009 100644 --- a/docs/story/200245.html +++ b/docs/story/200245.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0901_討伐(風・剣)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0901_討伐(風・剣)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    ヤツらを片づけてくれたんだな、ありがとう!
    お前に頼んだ甲斐があったよ
    401036001
    【ログレス憲兵団員】
    今回の報酬だ、受け取ってくれ
    またなにかあったら頼むな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200246.html b/docs/story/200246.html index 917ccfd99..9c5ca2e11 100644 --- a/docs/story/200246.html +++ b/docs/story/200246.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0901_討伐(風・弓)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0901_討伐(風・弓)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、いいところに来てくれた
    街の周辺でバルバロイの群れが確認されたんだ
    【】
    俺たちは街の警備のため、ここを離れられない
    お前が代わりに片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200247.html b/docs/story/200247.html index f5feff513..db8cb14cc 100644 --- a/docs/story/200247.html +++ b/docs/story/200247.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0901_討伐(風・弓)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0901_討伐(風・弓)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    ヤツらを片づけてくれたんだな、ありがとう!
    お前に頼んだ甲斐があったよ
    401036001
    【ログレス憲兵団員】
    今回の報酬だ、受け取ってくれ
    またなにかあったら頼むな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200248.html b/docs/story/200248.html index 0a41edaed..1bc648458 100644 --- a/docs/story/200248.html +++ b/docs/story/200248.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0901_討伐(風・槍)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0901_討伐(風・槍)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、いいところに来てくれた
    街の周辺でバルバロイの群れが確認されたんだ
    【】
    俺たちは街の警備のため、ここを離れられない
    お前が代わりに片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200249.html b/docs/story/200249.html index 72b38acee..15a8850ee 100644 --- a/docs/story/200249.html +++ b/docs/story/200249.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0901_討伐(風・槍)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0901_討伐(風・槍)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    ヤツらを片づけてくれたんだな、ありがとう!
    お前に頼んだ甲斐があったよ
    401036001
    【ログレス憲兵団員】
    今回の報酬だ、受け取ってくれ
    またなにかあったら頼むな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200250.html b/docs/story/200250.html index dff98bbb6..f25ca31f2 100644 --- a/docs/story/200250.html +++ b/docs/story/200250.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1001_討伐(炎・斧)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x1001_討伐(炎・斧)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、大変だ!
    街の周辺で大型バルバロイの姿が確認された!
    【】
    情けない話だが、俺たちの手に負える敵じゃない
    代わりに行って片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200251.html b/docs/story/200251.html index 5d59521a8..3345f6fbc 100644 --- a/docs/story/200251.html +++ b/docs/story/200251.html @@ -11,6 +11,18 @@

    1章/サブクエ/x1001_討伐(炎・斧)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x1001_討伐(炎・斧)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    大型バルバロイを倒してくれたみたいだな
    さすがはノワールだ!
    401036001
    【ログレス憲兵団員】
    これは今回の報酬だ
    ぜひ受け取ってほしい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200252.html b/docs/story/200252.html index 12b7e3a80..43c32d1b1 100644 --- a/docs/story/200252.html +++ b/docs/story/200252.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1001_討伐(炎・剣)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x1001_討伐(炎・剣)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、大変だ!
    街の周辺で大型バルバロイの姿が確認された!
    【】
    情けない話だが、俺たちの手に負える敵じゃない
    代わりに行って片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200253.html b/docs/story/200253.html index 4cca16618..2a6fc4afd 100644 --- a/docs/story/200253.html +++ b/docs/story/200253.html @@ -11,6 +11,18 @@

    1章/サブクエ/x1001_討伐(炎・剣)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x1001_討伐(炎・剣)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    大型バルバロイを倒してくれたみたいだな
    さすがはノワールだ!
    401036001
    【ログレス憲兵団員】
    これは今回の報酬だ
    ぜひ受け取ってほしい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200254.html b/docs/story/200254.html index 61a83b294..3c40623f5 100644 --- a/docs/story/200254.html +++ b/docs/story/200254.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1001_討伐(炎・弓)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x1001_討伐(炎・弓)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、大変だ!
    街の周辺で大型バルバロイの姿が確認された!
    【】
    情けない話だが、俺たちの手に負える敵じゃない
    代わりに行って片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200255.html b/docs/story/200255.html index 65508b2c8..5e3d7139a 100644 --- a/docs/story/200255.html +++ b/docs/story/200255.html @@ -11,6 +11,18 @@

    1章/サブクエ/x1001_討伐(炎・弓)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x1001_討伐(炎・弓)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    大型バルバロイを倒してくれたみたいだな
    さすがはノワールだ!
    401036001
    【ログレス憲兵団員】
    これは今回の報酬だ
    ぜひ受け取ってほしい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200256.html b/docs/story/200256.html index c2646e6bd..a8b97f390 100644 --- a/docs/story/200256.html +++ b/docs/story/200256.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1001_討伐(炎・槍)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x1001_討伐(炎・槍)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、大変だ!
    街の周辺で大型バルバロイの姿が確認された!
    【】
    情けない話だが、俺たちの手に負える敵じゃない
    代わりに行って片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200257.html b/docs/story/200257.html index 4e8bd4d01..0e68b9583 100644 --- a/docs/story/200257.html +++ b/docs/story/200257.html @@ -11,6 +11,18 @@

    1章/サブクエ/x1001_討伐(炎・槍)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x1001_討伐(炎・槍)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    大型バルバロイを倒してくれたみたいだな
    さすがはノワールだ!
    401036001
    【ログレス憲兵団員】
    これは今回の報酬だ
    ぜひ受け取ってほしい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200258.html b/docs/story/200258.html index c15d29d44..933b11969 100644 --- a/docs/story/200258.html +++ b/docs/story/200258.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1101_討伐(雷・斧)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x1101_討伐(雷・斧)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、大変だ!
    街の周辺で大型バルバロイの姿が確認された!
    【】
    情けない話だが、俺たちの手に負える敵じゃない
    代わりに行って片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200259.html b/docs/story/200259.html index 71e721410..0008b562e 100644 --- a/docs/story/200259.html +++ b/docs/story/200259.html @@ -11,6 +11,18 @@

    1章/サブクエ/x1101_討伐(雷・斧)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x1101_討伐(雷・斧)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    大型バルバロイを倒してくれたみたいだな
    さすがはノワールだ!
    401036001
    【ログレス憲兵団員】
    これは今回の報酬だ
    ぜひ受け取ってほしい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200260.html b/docs/story/200260.html index 5f9b15b5c..b983311b5 100644 --- a/docs/story/200260.html +++ b/docs/story/200260.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1101_討伐(雷・剣)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x1101_討伐(雷・剣)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、大変だ!
    街の周辺で大型バルバロイの姿が確認された!
    【】
    情けない話だが、俺たちの手に負える敵じゃない
    代わりに行って片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200261.html b/docs/story/200261.html index 771993002..3ef338357 100644 --- a/docs/story/200261.html +++ b/docs/story/200261.html @@ -11,6 +11,18 @@

    1章/サブクエ/x1101_討伐(雷・剣)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x1101_討伐(雷・剣)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    大型バルバロイを倒してくれたみたいだな
    さすがはノワールだ!
    401036001
    【ログレス憲兵団員】
    これは今回の報酬だ
    ぜひ受け取ってほしい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200262.html b/docs/story/200262.html index 8db695640..86ddb5e9d 100644 --- a/docs/story/200262.html +++ b/docs/story/200262.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1101_討伐(雷・弓)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x1101_討伐(雷・弓)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、大変だ!
    街の周辺で大型バルバロイの姿が確認された!
    【】
    情けない話だが、俺たちの手に負える敵じゃない
    代わりに行って片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200263.html b/docs/story/200263.html index d9578ac2f..60cc2a976 100644 --- a/docs/story/200263.html +++ b/docs/story/200263.html @@ -11,6 +11,18 @@

    1章/サブクエ/x1101_討伐(雷・弓)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x1101_討伐(雷・弓)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    大型バルバロイを倒してくれたみたいだな
    さすがはノワールだ!
    401036001
    【ログレス憲兵団員】
    これは今回の報酬だ
    ぜひ受け取ってほしい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200264.html b/docs/story/200264.html index be963b3e0..1a05ae05e 100644 --- a/docs/story/200264.html +++ b/docs/story/200264.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1101_討伐(雷・槍)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x1101_討伐(雷・槍)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、大変だ!
    街の周辺で大型バルバロイの姿が確認された!
    【】
    情けない話だが、俺たちの手に負える敵じゃない
    代わりに行って片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200265.html b/docs/story/200265.html index ca6c4a155..155b45069 100644 --- a/docs/story/200265.html +++ b/docs/story/200265.html @@ -11,6 +11,18 @@

    1章/サブクエ/x1101_討伐(雷・槍)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x1101_討伐(雷・槍)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    大型バルバロイを倒してくれたみたいだな
    さすがはノワールだ!
    401036001
    【ログレス憲兵団員】
    これは今回の報酬だ
    ぜひ受け取ってほしい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200266.html b/docs/story/200266.html index 8544deb45..72939170b 100644 --- a/docs/story/200266.html +++ b/docs/story/200266.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1201_討伐(氷・斧)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x1201_討伐(氷・斧)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、大変だ!
    街の周辺で大型バルバロイの姿が確認された!
    【】
    情けない話だが、俺たちの手に負える敵じゃない
    代わりに行って片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200267.html b/docs/story/200267.html index e4df6bec7..e7b22ce78 100644 --- a/docs/story/200267.html +++ b/docs/story/200267.html @@ -11,6 +11,18 @@

    1章/サブクエ/x1201_討伐(氷・斧)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x1201_討伐(氷・斧)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    大型バルバロイを倒してくれたみたいだな
    さすがはノワールだ!
    401036001
    【ログレス憲兵団員】
    これは今回の報酬だ
    ぜひ受け取ってほしい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200268.html b/docs/story/200268.html index b350a7b83..2a9ed5542 100644 --- a/docs/story/200268.html +++ b/docs/story/200268.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1201_討伐(氷・剣)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x1201_討伐(氷・剣)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、大変だ!
    街の周辺で大型バルバロイの姿が確認された!
    【】
    情けない話だが、俺たちの手に負える敵じゃない
    代わりに行って片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200269.html b/docs/story/200269.html index 50fae7f3d..1ad5df2ce 100644 --- a/docs/story/200269.html +++ b/docs/story/200269.html @@ -11,6 +11,18 @@

    1章/サブクエ/x1201_討伐(氷・剣)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x1201_討伐(氷・剣)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    大型バルバロイを倒してくれたみたいだな
    さすがはノワールだ!
    401036001
    【ログレス憲兵団員】
    これは今回の報酬だ
    ぜひ受け取ってほしい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200270.html b/docs/story/200270.html index d159ba063..af65364eb 100644 --- a/docs/story/200270.html +++ b/docs/story/200270.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1201_討伐(氷・弓)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x1201_討伐(氷・弓)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、大変だ!
    街の周辺で大型バルバロイの姿が確認された!
    【】
    情けない話だが、俺たちの手に負える敵じゃない
    代わりに行って片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200271.html b/docs/story/200271.html index 08bf32a3d..90bbd6fbb 100644 --- a/docs/story/200271.html +++ b/docs/story/200271.html @@ -11,6 +11,18 @@

    1章/サブクエ/x1201_討伐(氷・弓)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x1201_討伐(氷・弓)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    大型バルバロイを倒してくれたみたいだな
    さすがはノワールだ!
    401036001
    【ログレス憲兵団員】
    これは今回の報酬だ
    ぜひ受け取ってほしい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200272.html b/docs/story/200272.html index a1b04d193..7bd241a0e 100644 --- a/docs/story/200272.html +++ b/docs/story/200272.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1201_討伐(氷・槍)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x1201_討伐(氷・槍)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、大変だ!
    街の周辺で大型バルバロイの姿が確認された!
    【】
    情けない話だが、俺たちの手に負える敵じゃない
    代わりに行って片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200273.html b/docs/story/200273.html index 10697f8b4..d7f8a0e66 100644 --- a/docs/story/200273.html +++ b/docs/story/200273.html @@ -11,6 +11,18 @@

    1章/サブクエ/x1201_討伐(氷・槍)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x1201_討伐(氷・槍)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    大型バルバロイを倒してくれたみたいだな
    さすがはノワールだ!
    401036001
    【ログレス憲兵団員】
    これは今回の報酬だ
    ぜひ受け取ってほしい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200274.html b/docs/story/200274.html index c8cfe36bf..c50259078 100644 --- a/docs/story/200274.html +++ b/docs/story/200274.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0101_討伐(風・斧)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0101_討伐(風・斧)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、大変だ!
    街の周辺で大型バルバロイの姿が確認された!
    【】
    情けない話だが、俺たちの手に負える敵じゃない
    代わりに行って片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200275.html b/docs/story/200275.html index 85eed1d42..3faab0e5d 100644 --- a/docs/story/200275.html +++ b/docs/story/200275.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0101_討伐(風・斧)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0101_討伐(風・斧)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    大型バルバロイを倒してくれたみたいだな
    さすがはノワールだ!
    401036001
    【ログレス憲兵団員】
    これは今回の報酬だ
    ぜひ受け取ってほしい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200276.html b/docs/story/200276.html index e3cfd6628..de3419908 100644 --- a/docs/story/200276.html +++ b/docs/story/200276.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0101_討伐(風・剣)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0101_討伐(風・剣)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、大変だ!
    街の周辺で大型バルバロイの姿が確認された!
    【】
    情けない話だが、俺たちの手に負える敵じゃない
    代わりに行って片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200277.html b/docs/story/200277.html index dd9a1d83d..f52eb0e6c 100644 --- a/docs/story/200277.html +++ b/docs/story/200277.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0101_討伐(風・剣)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0101_討伐(風・剣)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    大型バルバロイを倒してくれたみたいだな
    さすがはノワールだ!
    401036001
    【ログレス憲兵団員】
    これは今回の報酬だ
    ぜひ受け取ってほしい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200278.html b/docs/story/200278.html index 9fbf4b49e..f381d4446 100644 --- a/docs/story/200278.html +++ b/docs/story/200278.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0101_討伐(風・弓)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x0101_討伐(風・弓)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、大変だ!
    街の周辺で大型バルバロイの姿が確認された!
    【】
    情けない話だが、俺たちの手に負える敵じゃない
    代わりに行って片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200279.html b/docs/story/200279.html index f80c23ccf..e7aaabefd 100644 --- a/docs/story/200279.html +++ b/docs/story/200279.html @@ -11,6 +11,18 @@

    1章/サブクエ/x0101_討伐(風・弓)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x0101_討伐(風・弓)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    大型バルバロイを倒してくれたみたいだな
    さすがはノワールだ!
    401036001
    【ログレス憲兵団員】
    これは今回の報酬だ
    ぜひ受け取ってほしい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200280.html b/docs/story/200280.html index 919c0dfde..a1c3f9ce0 100644 --- a/docs/story/200280.html +++ b/docs/story/200280.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1101_討伐(風・槍)_受注

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/x1101_討伐(風・槍)_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、大変だ!
    街の周辺で大型バルバロイの姿が確認された!
    【】
    情けない話だが、俺たちの手に負える敵じゃない
    代わりに行って片づけてきてくれないか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200281.html b/docs/story/200281.html index 32eabbe28..71f6c18f6 100644 --- a/docs/story/200281.html +++ b/docs/story/200281.html @@ -11,6 +11,18 @@

    1章/サブクエ/x1101_討伐(風・槍)_完了

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/サブクエ/x1101_討伐(風・槍)_完了

    + + + + + + + +
    template1
    Load
    Play
    401036001
    【ログレス憲兵団員】
    大型バルバロイを倒してくれたみたいだな
    さすがはノワールだ!
    401036001
    【ログレス憲兵団員】
    これは今回の報酬だ
    ぜひ受け取ってほしい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200282.html b/docs/story/200282.html index f2962b9f3..d88724ba3 100644 --- a/docs/story/200282.html +++ b/docs/story/200282.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0401_無くし物1_受注

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/サブクエ/x0401_無くし物1_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、手が空いているなら
    街の人の落とし物探しを手伝ってくれないか?
    【】
    見つけられたらここに持ってきてくれ
    それじゃあ、頼んだぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200283.html b/docs/story/200283.html index e0bf8671a..f11e37a18 100644 --- a/docs/story/200283.html +++ b/docs/story/200283.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0401_無くし物1_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/x0401_無くし物1_完了

    + + + + + + + +
    Load
    Play
    【】
    ありがとう!
    落とし物を見つけてくれたんだな
    【】
    どうにもこの街は落とし物をする人が多くてな…
    また同じような依頼があったら手伝ってくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200284.html b/docs/story/200284.html index cea61fb08..0e4483bf6 100644 --- a/docs/story/200284.html +++ b/docs/story/200284.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0401_無くし物2_受注

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/サブクエ/x0401_無くし物2_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、手が空いているなら
    街の人の落とし物探しを手伝ってくれないか?
    【】
    見つけられたらここに持ってきてくれ
    それじゃあ、頼んだぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200285.html b/docs/story/200285.html index 3b83e4701..f61363a23 100644 --- a/docs/story/200285.html +++ b/docs/story/200285.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0401_無くし物2_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/x0401_無くし物2_完了

    + + + + + + + +
    Load
    Play
    【】
    ありがとう!
    落とし物を見つけてくれたんだな
    【】
    どうにもこの街は落とし物をする人が多くてな…
    また同じような依頼があったら手伝ってくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200286.html b/docs/story/200286.html index 6a6501957..ae209f617 100644 --- a/docs/story/200286.html +++ b/docs/story/200286.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0501_無くし物3_受注

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/サブクエ/x0501_無くし物3_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、手が空いているなら
    街の人の落とし物探しを手伝ってくれないか?
    【】
    見つけられたらここに持ってきてくれ
    それじゃあ、頼んだぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200287.html b/docs/story/200287.html index 6651829e3..b2cf7dfdf 100644 --- a/docs/story/200287.html +++ b/docs/story/200287.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0501_無くし物3_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/x0501_無くし物3_完了

    + + + + + + + +
    Load
    Play
    【】
    ありがとう!
    落とし物を見つけてくれたんだな
    【】
    どうにもこの街は落とし物をする人が多くてな…
    また同じような依頼があったら手伝ってくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200288.html b/docs/story/200288.html index a77ee862e..1d1bd6caa 100644 --- a/docs/story/200288.html +++ b/docs/story/200288.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0501_無くし物4_受注

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/サブクエ/x0501_無くし物4_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、手が空いているなら
    街の人の落とし物探しを手伝ってくれないか?
    【】
    見つけられたらここに持ってきてくれ
    それじゃあ、頼んだぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200289.html b/docs/story/200289.html index c796a0c0f..d87fddd3b 100644 --- a/docs/story/200289.html +++ b/docs/story/200289.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0501_無くし物4_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/x0501_無くし物4_完了

    + + + + + + + +
    Load
    Play
    【】
    ありがとう!
    落とし物を見つけてくれたんだな
    【】
    どうにもこの街は落とし物をする人が多くてな…
    また同じような依頼があったら手伝ってくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200290.html b/docs/story/200290.html index f17a3ed52..1ffeb900f 100644 --- a/docs/story/200290.html +++ b/docs/story/200290.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0601_無くし物5_受注

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/サブクエ/x0601_無くし物5_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、手が空いているなら
    街の人の落とし物探しを手伝ってくれないか?
    【】
    見つけられたらここに持ってきてくれ
    それじゃあ、頼んだぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200291.html b/docs/story/200291.html index 490fd2d39..54b3b5bbb 100644 --- a/docs/story/200291.html +++ b/docs/story/200291.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0601_無くし物5_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/x0601_無くし物5_完了

    + + + + + + + +
    Load
    Play
    【】
    ありがとう!
    落とし物を見つけてくれたんだな
    【】
    どうにもこの街は落とし物をする人が多くてな…
    また同じような依頼があったら手伝ってくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200292.html b/docs/story/200292.html index 865bf6a29..a51e04536 100644 --- a/docs/story/200292.html +++ b/docs/story/200292.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0601_無くし物6_受注

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/サブクエ/x0601_無くし物6_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、手が空いているなら
    街の人の落とし物探しを手伝ってくれないか?
    【】
    見つけられたらここに持ってきてくれ
    それじゃあ、頼んだぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200293.html b/docs/story/200293.html index 4c842cabe..43319203e 100644 --- a/docs/story/200293.html +++ b/docs/story/200293.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0601_無くし物6_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/x0601_無くし物6_完了

    + + + + + + + +
    Load
    Play
    【】
    ありがとう!
    落とし物を見つけてくれたんだな
    【】
    どうにもこの街は落とし物をする人が多くてな…
    また同じような依頼があったら手伝ってくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200294.html b/docs/story/200294.html index 8a2cb7031..153c99ea7 100644 --- a/docs/story/200294.html +++ b/docs/story/200294.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0701_無くし物7_受注

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/サブクエ/x0701_無くし物7_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、手が空いているなら
    街の人の落とし物探しを手伝ってくれないか?
    【】
    見つけられたらここに持ってきてくれ
    それじゃあ、頼んだぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200295.html b/docs/story/200295.html index db83fafff..273f04a99 100644 --- a/docs/story/200295.html +++ b/docs/story/200295.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0701_無くし物7_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/x0701_無くし物7_完了

    + + + + + + + +
    Load
    Play
    【】
    ありがとう!
    落とし物を見つけてくれたんだな
    【】
    どうにもこの街は落とし物をする人が多くてな…
    また同じような依頼があったら手伝ってくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200296.html b/docs/story/200296.html index f5ce2c5de..b55b6379b 100644 --- a/docs/story/200296.html +++ b/docs/story/200296.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0701_無くし物8_受注

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/サブクエ/x0701_無くし物8_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、手が空いているなら
    街の人の落とし物探しを手伝ってくれないか?
    【】
    見つけられたらここに持ってきてくれ
    それじゃあ、頼んだぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200297.html b/docs/story/200297.html index 8eccf9e61..5442e9488 100644 --- a/docs/story/200297.html +++ b/docs/story/200297.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0701_無くし物8_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/x0701_無くし物8_完了

    + + + + + + + +
    Load
    Play
    【】
    ありがとう!
    落とし物を見つけてくれたんだな
    【】
    どうにもこの街は落とし物をする人が多くてな…
    また同じような依頼があったら手伝ってくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200298.html b/docs/story/200298.html index 1bdebb710..14775ccb4 100644 --- a/docs/story/200298.html +++ b/docs/story/200298.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0801_無くし物9_受注

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/サブクエ/x0801_無くし物9_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、手が空いているなら
    街の人の落とし物探しを手伝ってくれないか?
    【】
    見つけられたらここに持ってきてくれ
    それじゃあ、頼んだぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200299.html b/docs/story/200299.html index 4be758933..a9e097844 100644 --- a/docs/story/200299.html +++ b/docs/story/200299.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0801_無くし物9_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/x0801_無くし物9_完了

    + + + + + + + +
    Load
    Play
    【】
    ありがとう!
    落とし物を見つけてくれたんだな
    【】
    どうにもこの街は落とし物をする人が多くてな…
    また同じような依頼があったら手伝ってくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/2003.html b/docs/story/2003.html index 38de788e8..83fb83fa6 100644 --- a/docs/story/2003.html +++ b/docs/story/2003.html @@ -11,6 +11,14 @@

    武器持ち替えチュートリアルバトル_03

    デバッグ用

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    武器持ち替えチュートリアルバトル_03

    + + + + + + + +
    Load
    Play
    101009003
    【ノワール】
    ※削除
    101009003
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200300.html b/docs/story/200300.html index 2a981f563..5490faa15 100644 --- a/docs/story/200300.html +++ b/docs/story/200300.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0801_無くし物10_受注

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/サブクエ/x0801_無くし物10_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、手が空いているなら
    街の人の落とし物探しを手伝ってくれないか?
    【】
    見つけられたらここに持ってきてくれ
    それじゃあ、頼んだぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200301.html b/docs/story/200301.html index bfa49bd11..1e7d62df1 100644 --- a/docs/story/200301.html +++ b/docs/story/200301.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0801_無くし物10_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/x0801_無くし物10_完了

    + + + + + + + +
    Load
    Play
    【】
    ありがとう!
    落とし物を見つけてくれたんだな
    【】
    どうにもこの街は落とし物をする人が多くてな…
    また同じような依頼があったら手伝ってくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200302.html b/docs/story/200302.html index 9174d1be3..cf1a5ac11 100644 --- a/docs/story/200302.html +++ b/docs/story/200302.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0901_無くし物11_受注

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/サブクエ/x0901_無くし物11_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、手が空いているなら
    街の人の落とし物探しを手伝ってくれないか?
    【】
    見つけられたらここに持ってきてくれ
    それじゃあ、頼んだぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200303.html b/docs/story/200303.html index a944389ae..739abc33c 100644 --- a/docs/story/200303.html +++ b/docs/story/200303.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0901_無くし物11_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/x0901_無くし物11_完了

    + + + + + + + +
    Load
    Play
    【】
    ありがとう!
    落とし物を見つけてくれたんだな
    【】
    どうにもこの街は落とし物をする人が多くてな…
    また同じような依頼があったら手伝ってくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200304.html b/docs/story/200304.html index cf37dc5f1..cd0ba2b0f 100644 --- a/docs/story/200304.html +++ b/docs/story/200304.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0901_無くし物12_受注

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/サブクエ/x0901_無くし物12_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、手が空いているなら
    街の人の落とし物探しを手伝ってくれないか?
    【】
    見つけられたらここに持ってきてくれ
    それじゃあ、頼んだぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200305.html b/docs/story/200305.html index e39adf19e..16dd062f2 100644 --- a/docs/story/200305.html +++ b/docs/story/200305.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0901_無くし物12_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/x0901_無くし物12_完了

    + + + + + + + +
    Load
    Play
    【】
    ありがとう!
    落とし物を見つけてくれたんだな
    【】
    どうにもこの街は落とし物をする人が多くてな…
    また同じような依頼があったら手伝ってくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200306.html b/docs/story/200306.html index 89f7e6b00..33a4cc932 100644 --- a/docs/story/200306.html +++ b/docs/story/200306.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1001_無くし物13_受注

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/サブクエ/x1001_無くし物13_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、手が空いているなら
    街の人の落とし物探しを手伝ってくれないか?
    【】
    見つけられたらここに持ってきてくれ
    それじゃあ、頼んだぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200307.html b/docs/story/200307.html index 0494410a8..7c5ce3edc 100644 --- a/docs/story/200307.html +++ b/docs/story/200307.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1001_無くし物13_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/x1001_無くし物13_完了

    + + + + + + + +
    Load
    Play
    【】
    ありがとう!
    落とし物を見つけてくれたんだな
    【】
    どうにもこの街は落とし物をする人が多くてな…
    また同じような依頼があったら手伝ってくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200308.html b/docs/story/200308.html index 60a14ed24..5d37a1366 100644 --- a/docs/story/200308.html +++ b/docs/story/200308.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1001_無くし物14_受注

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/サブクエ/x1001_無くし物14_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、手が空いているなら
    街の人の落とし物探しを手伝ってくれないか?
    【】
    見つけられたらここに持ってきてくれ
    それじゃあ、頼んだぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200309.html b/docs/story/200309.html index a2d38e462..59c3bdfb3 100644 --- a/docs/story/200309.html +++ b/docs/story/200309.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1001_無くし物14_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/x1001_無くし物14_完了

    + + + + + + + +
    Load
    Play
    【】
    ありがとう!
    落とし物を見つけてくれたんだな
    【】
    どうにもこの街は落とし物をする人が多くてな…
    また同じような依頼があったら手伝ってくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200310.html b/docs/story/200310.html index e28b94b01..c0175c88b 100644 --- a/docs/story/200310.html +++ b/docs/story/200310.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1101_無くし物15_受注

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/サブクエ/x1101_無くし物15_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、手が空いているなら
    街の人の落とし物探しを手伝ってくれないか?
    【】
    見つけられたらここに持ってきてくれ
    それじゃあ、頼んだぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200311.html b/docs/story/200311.html index cd064627f..216c552b1 100644 --- a/docs/story/200311.html +++ b/docs/story/200311.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1101_無くし物15_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/x1101_無くし物15_完了

    + + + + + + + +
    Load
    Play
    【】
    ありがとう!
    落とし物を見つけてくれたんだな
    【】
    どうにもこの街は落とし物をする人が多くてな…
    また同じような依頼があったら手伝ってくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200312.html b/docs/story/200312.html index da9e2d8da..54476e48e 100644 --- a/docs/story/200312.html +++ b/docs/story/200312.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1101_無くし物16_受注

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/サブクエ/x1101_無くし物16_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、手が空いているなら
    街の人の落とし物探しを手伝ってくれないか?
    【】
    見つけられたらここに持ってきてくれ
    それじゃあ、頼んだぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200313.html b/docs/story/200313.html index f11a14ce5..4b9d3612d 100644 --- a/docs/story/200313.html +++ b/docs/story/200313.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1101_無くし物16_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/x1101_無くし物16_完了

    + + + + + + + +
    Load
    Play
    【】
    ありがとう!
    落とし物を見つけてくれたんだな
    【】
    どうにもこの街は落とし物をする人が多くてな…
    また同じような依頼があったら手伝ってくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200314.html b/docs/story/200314.html index 60ed13b1f..760f75029 100644 --- a/docs/story/200314.html +++ b/docs/story/200314.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1201_無くし物17_受注

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/サブクエ/x1201_無くし物17_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、手が空いているなら
    街の人の落とし物探しを手伝ってくれないか?
    【】
    見つけられたらここに持ってきてくれ
    それじゃあ、頼んだぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200315.html b/docs/story/200315.html index 50f104b00..a0852f847 100644 --- a/docs/story/200315.html +++ b/docs/story/200315.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1201_無くし物17_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/x1201_無くし物17_完了

    + + + + + + + +
    Load
    Play
    【】
    ありがとう!
    落とし物を見つけてくれたんだな
    【】
    どうにもこの街は落とし物をする人が多くてな…
    また同じような依頼があったら手伝ってくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200316.html b/docs/story/200316.html index f61f4413e..e8d040b62 100644 --- a/docs/story/200316.html +++ b/docs/story/200316.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1201_無くし物18_受注

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/サブクエ/x1201_無くし物18_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、手が空いているなら
    街の人の落とし物探しを手伝ってくれないか?
    【】
    見つけられたらここに持ってきてくれ
    それじゃあ、頼んだぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200317.html b/docs/story/200317.html index a854cfe2b..624b3cacc 100644 --- a/docs/story/200317.html +++ b/docs/story/200317.html @@ -11,6 +11,14 @@

    1章/サブクエ/x1201_無くし物18_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/x1201_無くし物18_完了

    + + + + + + + +
    Load
    Play
    【】
    ありがとう!
    落とし物を見つけてくれたんだな
    【】
    どうにもこの街は落とし物をする人が多くてな…
    また同じような依頼があったら手伝ってくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200318.html b/docs/story/200318.html index 4f69d6be7..09a22f330 100644 --- a/docs/story/200318.html +++ b/docs/story/200318.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0101_無くし物19_受注

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/サブクエ/x0101_無くし物19_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、手が空いているなら
    街の人の落とし物探しを手伝ってくれないか?
    【】
    見つけられたらここに持ってきてくれ
    それじゃあ、頼んだぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200319.html b/docs/story/200319.html index 428601f52..1fe920524 100644 --- a/docs/story/200319.html +++ b/docs/story/200319.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0101_無くし物19_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/x0101_無くし物19_完了

    + + + + + + + +
    Load
    Play
    【】
    ありがとう!
    落とし物を見つけてくれたんだな
    【】
    どうにもこの街は落とし物をする人が多くてな…
    また同じような依頼があったら手伝ってくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200320.html b/docs/story/200320.html index 3779e7986..b9b3d82b5 100644 --- a/docs/story/200320.html +++ b/docs/story/200320.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0101_無くし物20_受注

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/サブクエ/x0101_無くし物20_受注

    + + + + + + + +
    Load
    Play
    【】
    ノワール、手が空いているなら
    街の人の落とし物探しを手伝ってくれないか?
    【】
    見つけられたらここに持ってきてくれ
    それじゃあ、頼んだぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200321.html b/docs/story/200321.html index 047b43a75..9c1a557f8 100644 --- a/docs/story/200321.html +++ b/docs/story/200321.html @@ -11,6 +11,14 @@

    1章/サブクエ/x0101_無くし物20_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/x0101_無くし物20_完了

    + + + + + + + +
    Load
    Play
    【】
    ありがとう!
    落とし物を見つけてくれたんだな
    【】
    どうにもこの街は落とし物をする人が多くてな…
    また同じような依頼があったら手伝ってくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200322.html b/docs/story/200322.html index 9876d9d43..9a972d654 100644 --- a/docs/story/200322.html +++ b/docs/story/200322.html @@ -11,6 +11,14 @@

    1章/能動会話/x0506_学園雰囲気2a

    変更により追加

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/能動会話/x0506_学園雰囲気2a

    + + + + + + + +
    Load
    Play
    【くつろぐ市民】
    五月祭、ログレスの外からも
    見物客が来てくれたのは良かったんだけどさ
    【くつろぐ市民】
    ゴミの量がすごくて、片付けが大変だったよ
    盛り上がりすぎるってのも考え物だな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200323.html b/docs/story/200323.html index 15cf7eb43..d44fe8cf7 100644 --- a/docs/story/200323.html +++ b/docs/story/200323.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0403_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    はぁ。慣れないことばかりで疲れた…
    ディナタンはうまくやれたかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200324.html b/docs/story/200324.html index 31de08971..188c2dc86 100644 --- a/docs/story/200324.html +++ b/docs/story/200324.html @@ -11,9 +11,46 @@

    1章/エリアイベ/x0504_開始テキスト

    View script in lua + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    さて、どうするかな
    101009002
    【(選択肢)】
    1. ギネヴィアはいないかな
    2. ディナタンはどこに…
    3. 人の少ない所に行こう
    Block1_1
    Block1_2
    Block1_3
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200325.html b/docs/story/200325.html index 6afdf8bcc..f90cb6d40 100644 --- a/docs/story/200325.html +++ b/docs/story/200325.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0505_開始テキスト

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/エリアイベ/x0505_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    今日も街は五月祭で賑わってるみたいだな
    こんなに人が集まるなんて思わなかった
    101009002
    【ノワール】
    あれのせいだろうな、たぶん
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200326.html b/docs/story/200326.html index 889155861..beb3791c8 100644 --- a/docs/story/200326.html +++ b/docs/story/200326.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0610_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0610_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    トリスタンが放課後になったら
    円卓の間に来いって言ってたな
    101009002
    【ノワール】
    なんの用だろう?
    とりあえず行って話を聞いてみるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200327.html b/docs/story/200327.html index ed4316e60..1d5c4535f 100644 --- a/docs/story/200327.html +++ b/docs/story/200327.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0613_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0613_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    やっと午前の授業が終わった…
    さて、昼食はどうしようかな
    101009002
    【ノワール】
    ティルフィングは食堂に行ったっぽいな
    今日は俺もそうするか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200328.html b/docs/story/200328.html index e0efebf73..7774067e1 100644 --- a/docs/story/200328.html +++ b/docs/story/200328.html @@ -10,5 +10,21 @@

    1章/エリアイベ/x0615_開始テキスト

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200329.html b/docs/story/200329.html index 122a3e128..8d84a3f10 100644 --- a/docs/story/200329.html +++ b/docs/story/200329.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0701_開始テキスト

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/エリアイベ/x0701_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ブライアンは
    あのあと牢に入れられたって聞いたけど
    101009002
    【ノワール】
    様子を見に行かせてもらえないか
    ランスロットに相談してみよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200330.html b/docs/story/200330.html index 599dbf83f..2cdf0bac4 100644 --- a/docs/story/200330.html +++ b/docs/story/200330.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0706_開始テキスト

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/エリアイベ/x0706_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ギネマウアさん
    昼に補講をやるって言ってたけど
    101009002
    【ノワール】
    とりあえず集合時間が近いし
    ディナタンとマルディサントをさがそう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200331.html b/docs/story/200331.html index 4f7fc9021..c87446ed6 100644 --- a/docs/story/200331.html +++ b/docs/story/200331.html @@ -11,6 +11,14 @@

    1章/エリアイベ/G0917_開始テキスト

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/エリアイベ/G0917_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    号外に書いてあった日付って
    確か今日だったよな
    101009002
    【ノワール】
    俺のこともいろいろ書かれてたし…
    講堂を覗いてみたほうが良さそうだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200332.html b/docs/story/200332.html index 9dbbc759a..f079360dc 100644 --- a/docs/story/200332.html +++ b/docs/story/200332.html @@ -11,6 +11,18 @@

    1章/エリアイベ/G1009_開始テキスト

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/エリアイベ/G1009_開始テキスト

    + + + + + + + +
    template1
    Load
    Play
    101030001
    【エレイン】
    先輩…こんにちは
    101009002
    【ノワール】
    俺も食堂に行くか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200333.html b/docs/story/200333.html index c7bc80a32..526d148de 100644 --- a/docs/story/200333.html +++ b/docs/story/200333.html @@ -10,5 +10,21 @@

    1章/エリアイベ/G0130_開始テキスト

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200334.html b/docs/story/200334.html index 8cf13bd99..f38cf3e79 100644 --- a/docs/story/200334.html +++ b/docs/story/200334.html @@ -11,6 +11,14 @@

    1章/エリアイベ/L1030_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/L1030_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ここは先輩として
    しっかり案内してあげないとな
    101009002
    【ノワール】
    この時間だと、トリスタンは音楽室か…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200335.html b/docs/story/200335.html index 6119b8b5d..bb02c9fc9 100644 --- a/docs/story/200335.html +++ b/docs/story/200335.html @@ -11,9 +11,25 @@

    1章/エリアイベ/L1101_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ボーイフレンド…?
    一体誰のことだ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200336.html b/docs/story/200336.html index bea8be784..d1b030ce2 100644 --- a/docs/story/200336.html +++ b/docs/story/200336.html @@ -11,6 +11,14 @@

    1章/エリアイベ/L1216_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/L1216_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ガラハッドが言ってる非行少女って
    多分、マルディサントのことだよな…?
    101009002
    【ノワール】
    つまり、療養院まで
    一緒に行って欲しいってことか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200337.html b/docs/story/200337.html index d47d0bf0c..5d1f7a492 100644 --- a/docs/story/200337.html +++ b/docs/story/200337.html @@ -11,9 +11,25 @@

    1章/エリアイベ/L1225_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    みんな忙しそうにしてる
    俺になにか手伝えることはないかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200338.html b/docs/story/200338.html index af74c1680..c8898b095 100644 --- a/docs/story/200338.html +++ b/docs/story/200338.html @@ -10,5 +10,21 @@

    1章/エリアイベ/L0127_開始テキスト

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200339.html b/docs/story/200339.html index a06ee959d..20002872d 100644 --- a/docs/story/200339.html +++ b/docs/story/200339.html @@ -11,9 +11,25 @@

    1章/エリアイベ/D0920_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    出番って…なにが起きたんだ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200340.html b/docs/story/200340.html index e968aadef..ae3c490f2 100644 --- a/docs/story/200340.html +++ b/docs/story/200340.html @@ -11,6 +11,14 @@

    1章/エリアイベ/D1016_開始テキスト

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/エリアイベ/D1016_開始テキスト

    + + + + + + + +
    Load
    Play
    【(ナレーション)】
    アーサーに付き従うことを選んだ
    ガウェインとラグネル
    101009002
    【ノワール】
    …みんな、元気かな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200341.html b/docs/story/200341.html index 328b9349a..6345250f2 100644 --- a/docs/story/200341.html +++ b/docs/story/200341.html @@ -11,9 +11,25 @@

    1章/エリアイベ/D1211_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    (気分転換か…
    ひとまず、学園の外に出てみよう)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200342.html b/docs/story/200342.html index 56aa57916..72fd8e54b 100644 --- a/docs/story/200342.html +++ b/docs/story/200342.html @@ -11,6 +11,14 @@

    1章/エリアイベ/D0120_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/D0120_開始テキスト

    + + + + + + + +
    Load
    Play
    【女子生徒】
    ギネヴィア様が戻って来たって!
    みんな前庭に集まってる!
    101009002
    【ノワール】
    なんだって?
    ギネヴィアが…!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200343.html b/docs/story/200343.html index d88ffc7cb..552ca8f23 100644 --- a/docs/story/200343.html +++ b/docs/story/200343.html @@ -11,6 +11,14 @@

    1章/エリアイベ/D0203_開始テキスト

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/エリアイベ/D0203_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    王?モルドレッドのことか?
    101009002
    【ノワール】
    とにかく、大聖堂に向かおう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200344.html b/docs/story/200344.html index a0ff88f98..3ff66aa64 100644 --- a/docs/story/200344.html +++ b/docs/story/200344.html @@ -11,9 +11,25 @@

    1章/サブクエ/x0401_無くし物1_進行

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「中身がぎっしり詰まった宝石箱」を
    見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200345.html b/docs/story/200345.html index 7ac25d19a..265a5279d 100644 --- a/docs/story/200345.html +++ b/docs/story/200345.html @@ -11,9 +11,25 @@

    1章/サブクエ/x0401_無くし物2_進行

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「期間限定の高級チョコレート」を
    見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200346.html b/docs/story/200346.html index b93cbff62..81d1e9043 100644 --- a/docs/story/200346.html +++ b/docs/story/200346.html @@ -11,9 +11,25 @@

    1章/サブクエ/x0501_無くし物3_進行

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「女の子のあいだで流行しているアクセ」を
    見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200347.html b/docs/story/200347.html index 9b2f50ff4..09d632c58 100644 --- a/docs/story/200347.html +++ b/docs/story/200347.html @@ -11,9 +11,25 @@

    1章/サブクエ/x0501_無くし物4_進行

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「ハデハデのアウター」を
    見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200348.html b/docs/story/200348.html index 1b7cec37d..69554cbcd 100644 --- a/docs/story/200348.html +++ b/docs/story/200348.html @@ -11,9 +11,25 @@

    1章/サブクエ/x0601_無くし物5_進行

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「水辺で読んだため少し湿ってしまった本」を
    見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200349.html b/docs/story/200349.html index 6f57d131f..df95b8d5c 100644 --- a/docs/story/200349.html +++ b/docs/story/200349.html @@ -11,9 +11,25 @@

    1章/サブクエ/x0601_無くし物6_進行

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「書きかけの台本」を
    見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200350.html b/docs/story/200350.html index 322eb89a5..2ba6488ed 100644 --- a/docs/story/200350.html +++ b/docs/story/200350.html @@ -11,9 +11,25 @@

    1章/サブクエ/x0701_無くし物7_進行

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「編みぐるみ用のカラフルな毛糸」を
    見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200351.html b/docs/story/200351.html index 72ea86681..6ddbd4d32 100644 --- a/docs/story/200351.html +++ b/docs/story/200351.html @@ -11,9 +11,25 @@

    1章/サブクエ/x0701_無くし物8_進行

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「カジノの入場パス」を
    見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200352.html b/docs/story/200352.html index 00a33f3dd..b17c4402f 100644 --- a/docs/story/200352.html +++ b/docs/story/200352.html @@ -11,9 +11,25 @@

    1章/サブクエ/x0801_無くし物9_進行

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「B級グルメグランプリの投票券」を
    見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200353.html b/docs/story/200353.html index 39d5a9c02..872e551b1 100644 --- a/docs/story/200353.html +++ b/docs/story/200353.html @@ -11,9 +11,25 @@

    1章/サブクエ/x0801_無くし物10_進行

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「異国の言語で書かれた本」を
    見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200354.html b/docs/story/200354.html index 0e0ad893b..1f760fa22 100644 --- a/docs/story/200354.html +++ b/docs/story/200354.html @@ -11,9 +11,25 @@

    1章/サブクエ/x0901_無くし物11_進行

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「ゴシップ情報誌」を
    見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200355.html b/docs/story/200355.html index a77e39a80..73eb552f9 100644 --- a/docs/story/200355.html +++ b/docs/story/200355.html @@ -11,9 +11,25 @@

    1章/サブクエ/x0901_無くし物12_進行

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「有機栽培で作った新鮮トマトのジュース」を
    見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200356.html b/docs/story/200356.html index b54292c4f..f7f62a962 100644 --- a/docs/story/200356.html +++ b/docs/story/200356.html @@ -11,9 +11,25 @@

    1章/サブクエ/x1001_無くし物13_進行

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「精巧なデザインが施された銀のブローチ」を
    見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200357.html b/docs/story/200357.html index d8ef9c12f..bf013f76f 100644 --- a/docs/story/200357.html +++ b/docs/story/200357.html @@ -11,9 +11,25 @@

    1章/サブクエ/x1001_無くし物14_進行

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「超上級者向けの知恵の輪」を
    見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200358.html b/docs/story/200358.html index 7857fb3cd..aba1a5d2f 100644 --- a/docs/story/200358.html +++ b/docs/story/200358.html @@ -11,9 +11,25 @@

    1章/サブクエ/x1101_無くし物15_進行

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「タイムセールで買った大量のステーキ肉」を
    見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200359.html b/docs/story/200359.html index c19313231..7e4fd2cc2 100644 --- a/docs/story/200359.html +++ b/docs/story/200359.html @@ -11,9 +11,25 @@

    1章/サブクエ/x1101_無くし物16_進行

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「ローマでよく栽培されている野菜の種」を
    見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200360.html b/docs/story/200360.html index 9d3be76fd..d2ba24cde 100644 --- a/docs/story/200360.html +++ b/docs/story/200360.html @@ -11,9 +11,25 @@

    1章/サブクエ/x1201_無くし物17_進行

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「ブドウパンの材料」を
    見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200361.html b/docs/story/200361.html index fde003154..43ef0af50 100644 --- a/docs/story/200361.html +++ b/docs/story/200361.html @@ -11,9 +11,25 @@

    1章/サブクエ/x1201_無くし物18_進行

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「珍しい品種のオレンジ」を
    見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200362.html b/docs/story/200362.html index 6637b794e..da205bf0d 100644 --- a/docs/story/200362.html +++ b/docs/story/200362.html @@ -11,9 +11,25 @@

    1章/サブクエ/x0101_無くし物19_進行

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「ハムスターたちのエサ」を
    見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200363.html b/docs/story/200363.html index a835771de..2d7b353a6 100644 --- a/docs/story/200363.html +++ b/docs/story/200363.html @@ -11,9 +11,25 @@

    1章/サブクエ/x0101_無くし物20_進行

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「リンゴを使った料理のレシピ帳」を
    見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200364.html b/docs/story/200364.html index 9c99d85d3..2a9925ba2 100644 --- a/docs/story/200364.html +++ b/docs/story/200364.html @@ -11,6 +11,18 @@

    1章/メイン/x0404_転校直後その②

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    1章/メイン/x0404_転校直後その②

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    正直に言っていいかな?
    101012001
    【ディナタン】
    …がんばろうね、兄さん
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200365.html b/docs/story/200365.html index e74de8368..2acd244a1 100644 --- a/docs/story/200365.html +++ b/docs/story/200365.html @@ -11,6 +11,18 @@

    1章/メイン/G1009_おかわりプリンセス③0

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    1章/メイン/G1009_おかわりプリンセス③0

    + + + + + + + +
    template1
    Load
    Play
    101030001
    【エレイン】
    GS(ゲシュタルト・シフト)が、憎らしくて
    101030001
    【エレイン】
    気づけば、言葉も出なくて
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200366.html b/docs/story/200366.html index e83448a7c..0825f0cdd 100644 --- a/docs/story/200366.html +++ b/docs/story/200366.html @@ -11,6 +11,14 @@

    1章/能動会話/x0403_エリアイベント01a

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/能動会話/x0403_エリアイベント01a

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    聞いてるぜ
    妹さんも一緒に転入して来たんだってな
    101013001
    【ガウェイン】
    様子見に行ってやったほうがいーんじゃね?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200367.html b/docs/story/200367.html index 55ba6d3af..16344bd75 100644 --- a/docs/story/200367.html +++ b/docs/story/200367.html @@ -11,6 +11,18 @@

    1章/能動会話/G1009_エリアイベント01a

    View script in lua + + + + + + + + + + + + @@ -120,5 +132,13 @@

    1章/能動会話/G1009_エリアイベント01a

    + + + + + + + +
    template1
    Load
    Play
    101018001
    【ラグネル】
    勝ち気な子だったらしいですよ
    ギネヴィア様みたいに
    101018001
    【ラグネル】
    でも、学園を離れた理由は
    留学を言い訳に遠くへ行っていた理由は──
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200368.html b/docs/story/200368.html index b032588d0..90b938ca0 100644 --- a/docs/story/200368.html +++ b/docs/story/200368.html @@ -11,6 +11,18 @@

    1章/能動会話/G0130_エリアイベント02a

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    1章/能動会話/G0130_エリアイベント02a

    + + + + + + + +
    template1
    Load
    Play
    101031001
    【ラヴェイン】
    問題は(うしな)ったことではありませんよね
    101031001
    【ラヴェイン】
    愛されて生きることを避けないでください
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200369.html b/docs/story/200369.html index 4a774e1c0..615988036 100644 --- a/docs/story/200369.html +++ b/docs/story/200369.html @@ -11,6 +11,18 @@

    1章/能動会話/G0130_エリアイベント02b

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/能動会話/G0130_エリアイベント02b

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    俺は過去を振り返らないオトコだぜ
    だからお前が過去になにしてようが知らねえ
    101013001
    【ガウェイン】
    ヒロインだったよな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200370.html b/docs/story/200370.html index 6ce8dabf6..6213b7420 100644 --- a/docs/story/200370.html +++ b/docs/story/200370.html @@ -11,6 +11,18 @@

    1章/能動会話/L1225_エリアイベント01a

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    1章/能動会話/L1225_エリアイベント01a

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    プレゼントを配るの、手伝おうか?
    101011001
    【ギネヴィア】
    そ、そうだった、プレゼント配りの途中だった
    ノワール、またあとでね!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200371.html b/docs/story/200371.html index 87c636add..33c575024 100644 --- a/docs/story/200371.html +++ b/docs/story/200371.html @@ -11,6 +11,18 @@

    1章/能動会話/L1225_エリアイベント01b

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/能動会話/L1225_エリアイベント01b

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ディナタン、調子はどうだ?
    101012001
    【ディナタン】
    あっ、ごめんね!今渡すからね
    …兄さん、またあとで!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200372.html b/docs/story/200372.html index ba3a1f136..2314e354d 100644 --- a/docs/story/200372.html +++ b/docs/story/200372.html @@ -11,6 +11,18 @@

    1章/能動会話/L0127_エリアイベント01a

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/能動会話/L0127_エリアイベント01a

    + + + + + + + +
    template1
    Load
    Play
    101026001
    【パーシヴァル】
    公平無私で
    面白味のないヤツだと思っていたよ
    101026001
    【パーシヴァル】
    流されたからだね。キミたちに
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200373.html b/docs/story/200373.html index 6c0283b40..5ad69eda1 100644 --- a/docs/story/200373.html +++ b/docs/story/200373.html @@ -11,6 +11,18 @@

    1章/能動会話/L0127_エリアイベント01b

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/能動会話/L0127_エリアイベント01b

    + + + + + + + +
    template1
    Load
    Play
    101025001
    【クレア】
    隠された真実など
    足を引っ張るだけだと思っていたけれど
    101025001
    【クレア】
    あなたを本当に
    前へと進ませるはず
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200374.html b/docs/story/200374.html index 0b7ce2fb1..ed9adc03d 100644 --- a/docs/story/200374.html +++ b/docs/story/200374.html @@ -11,6 +11,14 @@

    1章/能動会話/D0120_エリアイベント01a

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/能動会話/D0120_エリアイベント01a

    + + + + + + + +
    Load
    Play
    101032001
    【ガレス】
    聞いたか、ノワール!?
    ギネヴィアが戻ってきたらしいぞ!
    101032001
    【ガレス】
    早く迎えに行ってやろう!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200375.html b/docs/story/200375.html index dc86a1dcf..f8305f09a 100644 --- a/docs/story/200375.html +++ b/docs/story/200375.html @@ -11,6 +11,14 @@

    1章/能動会話/D0120_エリアイベント01b

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/能動会話/D0120_エリアイベント01b

    + + + + + + + +
    Load
    Play
    101023001
    【クラリス】
    ギネヴィアさんが戻ってきたみたいですよ~
    よかったですね~
    101023001
    【クラリス】
    このお薬を持っていってあげてください
    え?これは薬じゃなくてお菓子の袋?あれれ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200376.html b/docs/story/200376.html index dc9ede4fb..19b014b46 100644 --- a/docs/story/200376.html +++ b/docs/story/200376.html @@ -11,6 +11,14 @@

    1章/能動会話/D0203_エリアイベント01a

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/D0203_エリアイベント01a

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    兄さん、どうしたの?
    こんなところに来るなんて珍しいね
    101009002
    【ノワール】
    そうか?
    それならいいけど
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200377.html b/docs/story/200377.html index b5a6eb302..695a2b06c 100644 --- a/docs/story/200377.html +++ b/docs/story/200377.html @@ -11,6 +11,14 @@

    1章/バトルADV/D0920_BTL学園敵襲_経過

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/バトルADV/D0920_BTL学園敵襲_経過

    + + + + + + + +
    Load
    Play
    101012002
    【ディナタン・アロンダイト】
    学園にこれだけの数のバルバロイが…
    どういうことなの?なにが起きているの!?
    101012002
    【ディナタン・アロンダイト】
    私はゲシュタルト・シフトを果たしたマスター
    …ううん、継承者(にいさん)のキラーズなんだから!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200384.html b/docs/story/200384.html index 047f886e2..956984470 100644 --- a/docs/story/200384.html +++ b/docs/story/200384.html @@ -11,6 +11,14 @@

    1章/バトルADV/L1210_BTL王の復帰_導入

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/バトルADV/L1210_BTL王の復帰_導入

    + + + + + + + +
    Load
    Play
    101015001
    【アーサー】
    ぐっ!?
    …はぁ、はぁ………
    101010002
    【ランスロット・アロンダイト】
    ともかく、増援に来られては厄介だ
    急いでログレスに戻るぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200386.html b/docs/story/200386.html index ebccf8fde..ff2e56c49 100644 --- a/docs/story/200386.html +++ b/docs/story/200386.html @@ -10,5 +10,25 @@

    1章/メイン/G0130_エピローグ

    View script in lua -
    + + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200387.html b/docs/story/200387.html index dc62b9d65..ab628fdd2 100644 --- a/docs/story/200387.html +++ b/docs/story/200387.html @@ -10,5 +10,25 @@

    1章/メイン/L0127_エピローグ

    View script in lua -
    + + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200388.html b/docs/story/200388.html index d5526c9fc..61ac304b0 100644 --- a/docs/story/200388.html +++ b/docs/story/200388.html @@ -11,6 +11,18 @@

    1章/メイン/D0210_マルディサントED8

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/メイン/D0210_マルディサントED8

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    思い出した……
    思い出したんだ、ディナタン
    【telop】
    でも世界はずっと覚えている
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200389.html b/docs/story/200389.html index b791cf87b..5e27c1f84 100644 --- a/docs/story/200389.html +++ b/docs/story/200389.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0113_魔女モルガン_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200390.html b/docs/story/200390.html index b5c593cd6..50d1ae6b4 100644 --- a/docs/story/200390.html +++ b/docs/story/200390.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0113_魔女モルガン_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200391.html b/docs/story/200391.html index dbc0dce79..4f4addab9 100644 --- a/docs/story/200391.html +++ b/docs/story/200391.html @@ -10,5 +10,21 @@

    1章/バトルADV/D0126_ギネヴィア戦_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200392.html b/docs/story/200392.html index 8b12e6f8c..e1161bbab 100644 --- a/docs/story/200392.html +++ b/docs/story/200392.html @@ -10,5 +10,21 @@

    1章/バトルADV/D0210_アーサー対峙2_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200393.html b/docs/story/200393.html index ae629b07f..fd74df69a 100644 --- a/docs/story/200393.html +++ b/docs/story/200393.html @@ -10,5 +10,21 @@

    1章/バトルADV/G0830_侵食ライエンスG_N+_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200394.html b/docs/story/200394.html index 81d19a002..f768f9d63 100644 --- a/docs/story/200394.html +++ b/docs/story/200394.html @@ -10,5 +10,21 @@

    1章/バトルADV/G0830_侵食ライエンスG_N+2_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200395.html b/docs/story/200395.html index 4db2db5c4..d0a2027ac 100644 --- a/docs/story/200395.html +++ b/docs/story/200395.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0830_侵食ライエンスL_N+_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200396.html b/docs/story/200396.html index 7c688a85a..99e4c3237 100644 --- a/docs/story/200396.html +++ b/docs/story/200396.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0830_侵食ライエンスL_N+2_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200397.html b/docs/story/200397.html index c0877760a..ab43d0ad7 100644 --- a/docs/story/200397.html +++ b/docs/story/200397.html @@ -10,5 +10,21 @@

    1章/バトルADV/D0830_侵食ライエンスD_N+_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200398.html b/docs/story/200398.html index dfc58540c..939a936b0 100644 --- a/docs/story/200398.html +++ b/docs/story/200398.html @@ -10,5 +10,21 @@

    1章/バトルADV/D0830_侵食ライエンスD_N+2_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200399.html b/docs/story/200399.html index a4da9ac6b..04a17b8e7 100644 --- a/docs/story/200399.html +++ b/docs/story/200399.html @@ -10,5 +10,21 @@

    1章/バトルADV/G0123_vs白き竜_N+_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/2004.html b/docs/story/2004.html index fd03de78f..5bc45a77c 100644 --- a/docs/story/2004.html +++ b/docs/story/2004.html @@ -10,5 +10,21 @@

    武器持ち替えチュートリアルバトル_04

    武器持ち替えチュートリアルバトル

    デバッグ用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200400.html b/docs/story/200400.html index 3c96d552e..b77714ab3 100644 --- a/docs/story/200400.html +++ b/docs/story/200400.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0124_白き竜決戦_N+_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200401.html b/docs/story/200401.html index 418ddf58b..e284eb41f 100644 --- a/docs/story/200401.html +++ b/docs/story/200401.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0124_白き竜決戦_N+_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200402.html b/docs/story/200402.html index 0c7c56db7..54a7cead1 100644 --- a/docs/story/200402.html +++ b/docs/story/200402.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0124_白き竜決戦_N+_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200403.html b/docs/story/200403.html index 63ac2cd52..402fed059 100644 --- a/docs/story/200403.html +++ b/docs/story/200403.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0124_白き竜決戦_N+_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200404.html b/docs/story/200404.html index 88321e202..52049a176 100644 --- a/docs/story/200404.html +++ b/docs/story/200404.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0124_白き竜決戦_N+_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200405.html b/docs/story/200405.html index b8abe5719..68cd1e247 100644 --- a/docs/story/200405.html +++ b/docs/story/200405.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0124_白き竜決戦_N+_友軍増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200406.html b/docs/story/200406.html index d2b81507e..c41a4cf9e 100644 --- a/docs/story/200406.html +++ b/docs/story/200406.html @@ -10,5 +10,21 @@

    1章/バトルADV/D0210_アーサーと魔女_N+_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200407.html b/docs/story/200407.html index 6c48917f4..8137e2865 100644 --- a/docs/story/200407.html +++ b/docs/story/200407.html @@ -11,6 +11,14 @@

    導入/能動会話/チュートリアル

    現代編チュートリアル用

    View script in lua + + + + + + + + @@ -20,5 +28,17 @@

    導入/能動会話/チュートリアル

    + + + + + + + + + + + +
    Load
    Play
    【男子生徒】
    よっ、転校生!
    これから仲良くやろうぜ!よろしくな!
    【女子生徒】
    わからないことがあったら
    なんでも聞いてね
    InitializeActiveCharacter_GendaiPlayer
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200408.html b/docs/story/200408.html index 037fc8f43..a82cbeaaf 100644 --- a/docs/story/200408.html +++ b/docs/story/200408.html @@ -10,5 +10,21 @@

    導入/メイン/MA_00100_01

    現代編チュートリアル用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200409.html b/docs/story/200409.html index 584109995..5e1f0e862 100644 --- a/docs/story/200409.html +++ b/docs/story/200409.html @@ -11,6 +11,18 @@

    導入/メイン/MA_00100_07

    現代編チュートリアル用

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    導入/メイン/MA_00100_07

    + + + + + + + +
    template1
    Load
    Play
    【】
    ひとつも失くしたくないのに
    ひとつしか残せないのなら
    【】
    選ぶことしか出来ないのか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200410.html b/docs/story/200410.html index 8ed72f469..88b02484e 100644 --- a/docs/story/200410.html +++ b/docs/story/200410.html @@ -10,5 +10,21 @@

    導入/メイン/MA_00100_08

    現代編チュートリアル用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200411.html b/docs/story/200411.html index 982eacaf3..e9ec51df1 100644 --- a/docs/story/200411.html +++ b/docs/story/200411.html @@ -10,5 +10,21 @@

    導入/メイン/MA_00100_12

    現代編チュートリアル用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200412.html b/docs/story/200412.html index a6f6eb977..8c22aeb50 100644 --- a/docs/story/200412.html +++ b/docs/story/200412.html @@ -11,6 +11,18 @@

    導入/メイン/MA_00100_13

    現代編チュートリアル用

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    導入/メイン/MA_00100_13

    + + + + + + + +
    template1
    Load
    Play
    【】
    日本 東京 六千年学園
    2XXX年
    【先生】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200413.html b/docs/story/200413.html index 9531118f9..837450471 100644 --- a/docs/story/200413.html +++ b/docs/story/200413.html @@ -11,6 +11,18 @@

    導入/メイン/MA_00100_14

    現代編チュートリアル用

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    導入/メイン/MA_00100_14

    + + + + + + + +
    template1
    Load
    Play
    【???】
    ※削除
    【???】
    …たったひとつだけ
    救いの道があるとすれば
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200414.html b/docs/story/200414.html index 9fe6dea92..45f5cbdaa 100644 --- a/docs/story/200414.html +++ b/docs/story/200414.html @@ -11,6 +11,18 @@

    導入/メイン/MA_00100_15

    現代編チュートリアル用

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    導入/メイン/MA_00100_15

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    ※削除
    101059001
    【猫?】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200415.html b/docs/story/200415.html index 41747b4d8..04f804eeb 100644 --- a/docs/story/200415.html +++ b/docs/story/200415.html @@ -11,6 +11,18 @@

    導入/メイン/MA_00100_19

    現代編チュートリアル用

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    導入/メイン/MA_00100_19

    + + + + + + + + + @@ -36,6 +57,10 @@

    導入/メイン/MA_00100_19

    + + + + @@ -51,6 +76,10 @@

    導入/メイン/MA_00100_19

    + + + + @@ -66,6 +95,10 @@

    導入/メイン/MA_00100_19

    + + + + @@ -75,5 +108,13 @@

    導入/メイン/MA_00100_19

    + + + + + + + +
    template1
    Load
    Play
    101059001
    【猫?】
    ※削除
    【猫?】
    ※削除
    101003001
    【(選択肢)】
    1. ※削除
    2. ※削除
    3. ※削除
    Block1_1
    101059001
    【猫?】
    ※削除
    【猫?】
    ※削除
    Block1_2
    101059001
    【猫?】
    ※削除
    【猫?】
    ※削除
    Block1_3
    101059001
    【猫?】
    ※削除
    【猫?】
    ※削除
    Block1end
    101059001
    【猫?】
    ※削除
    101059001
    【猫?】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200416.html b/docs/story/200416.html index b5f08b8b8..944ca22ed 100644 --- a/docs/story/200416.html +++ b/docs/story/200416.html @@ -10,5 +10,21 @@

    導入/メイン/MA_00100_20

    現代編チュートリアル用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200417.html b/docs/story/200417.html index 794e3804c..474c4859d 100644 --- a/docs/story/200417.html +++ b/docs/story/200417.html @@ -11,6 +11,18 @@

    導入/メイン/MA_00100_21

    現代編チュートリアル用

    View script in lua + + + + + + + + + + + + @@ -66,6 +78,15 @@

    導入/メイン/MA_00100_21

    + + + + + + + + + @@ -81,6 +102,10 @@

    導入/メイン/MA_00100_21

    + + + + @@ -96,6 +121,10 @@

    導入/メイン/MA_00100_21

    + + + + @@ -116,6 +145,27 @@

    導入/メイン/MA_00100_21

    + + + + + + + + + + + + + + + + + + + + + @@ -130,5 +180,13 @@

    導入/メイン/MA_00100_21

    + + + + + + + +
    template1
    Load
    Play
    101059001
    【猫?】
    見下すな、仰ぎ見ろ
    ワタシに耳をかたむけよ
    【アルハン】
    お前だ
    最後の継承者<%player>
    101003001
    【(選択肢)】
    1. なぜ自分なのか?
    2. 最後の?
    Block2_1
    101059001
    【アルハン】
    わからないのか?
    本当に?
    【アルハン】
    キサマがここまでやってきたからだ
    Block2_2
    101059001
    【アルハン】
    そう。最後だ
    【アルハン】
    世界がどうなろうとな
    Block2end
    101059001
    【アルハン】
    過去、バルバロイを討ったのは伝説の武器たちだ
    それを現在まで継承してくれた者たちがいる
    【アルハン】
    それらの記憶を呼び覚ます必要がある
    101003001
    【(選択肢)】
    1. 武器の歴史に潜る?
    2. 記憶を呼び覚ます?
    3. どうやって終末を回避するのか
    Block3_1
    Block3_2
    Block3_3
    Block3end
    101059001
    【アルハン】
    武器に秘められた歴史の可能性を
    キサマが体験し、一本に選び抜くのだ
    101059001
    【アルハン】
    その稀少性(レアリティ)が力となる
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200418.html b/docs/story/200418.html index 72354e67b..63638c503 100644 --- a/docs/story/200418.html +++ b/docs/story/200418.html @@ -10,5 +10,25 @@

    導入/メイン/MA_00100_24

    現代編チュートリアル用

    View script in lua -
    + + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200419.html b/docs/story/200419.html index f5fc03950..bea515432 100644 --- a/docs/story/200419.html +++ b/docs/story/200419.html @@ -11,6 +11,14 @@

    導入/メイン/MA_01100_02

    現代編チュートリアル用

    View script in lua + + + + + + + + @@ -110,5 +118,13 @@

    導入/メイン/MA_01100_02

    + + + + + + + +
    Load
    Play
    【(ナレーション)】
    ようやく見つけた絆のほつれ
    【(ナレーション)】
    この金色を
    覚えているか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200420.html b/docs/story/200420.html index 9e4e15f35..ac1e11226 100644 --- a/docs/story/200420.html +++ b/docs/story/200420.html @@ -10,5 +10,21 @@

    導入/メイン/MA_01100_04

    現代編チュートリアル用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200421.html b/docs/story/200421.html index 2090f3c78..978e67aa3 100644 --- a/docs/story/200421.html +++ b/docs/story/200421.html @@ -11,9 +11,25 @@

    導入/メイン/MA_01100_05

    現代編チュートリアル用

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール】
    追いつけないのか、まだ──…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200422.html b/docs/story/200422.html index 061967260..a9e854f37 100644 --- a/docs/story/200422.html +++ b/docs/story/200422.html @@ -11,6 +11,18 @@

    導入/メイン/MA_01100_06

    現代編チュートリアル用

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    導入/メイン/MA_01100_06

    + + + + + + + +
    template1
    Load
    Play
    101010003
    【ランスロット】
    来い、ノワール
    101010003
    【ランスロット】
    なら俺が先に行く
    待ってるぞ、ノワール
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200423.html b/docs/story/200423.html index 6022b099f..7ab02e574 100644 --- a/docs/story/200423.html +++ b/docs/story/200423.html @@ -11,6 +11,18 @@

    導入/メイン/MA_01100_07

    現代編チュートリアル用

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    導入/メイン/MA_01100_07

    + + + + + + + +
    template1
    Load
    Play
    101060001
    【母】
    ──ごめんね、ふたりとも
    置き去りに、しちゃうね
    【???】
    (つるぎ)をご用命ですか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200424.html b/docs/story/200424.html index c4d05e138..3a2688a6e 100644 --- a/docs/story/200424.html +++ b/docs/story/200424.html @@ -10,5 +10,21 @@

    導入/メイン/MA_01100_08

    現代編チュートリアル用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200426.html b/docs/story/200426.html index fe7b8a48f..af6f91060 100644 --- a/docs/story/200426.html +++ b/docs/story/200426.html @@ -10,5 +10,21 @@

    導入/メイン/MA_01100_10_01

    現代編チュートリアル用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200427.html b/docs/story/200427.html index 510155397..64589071a 100644 --- a/docs/story/200427.html +++ b/docs/story/200427.html @@ -11,6 +11,14 @@

    導入/メイン/MA_01100_10_02

    現代編チュートリアル用

    View script in lua + + + + + + + + @@ -75,5 +83,13 @@

    導入/メイン/MA_01100_10_02

    + + + + + + + +
    Load
    Play
    101011001
    【???】
    うっそぉ
    101011001
    【ギネヴィア】
    もう!
    シブトイっていうか、シツコイっていうか!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200428.html b/docs/story/200428.html index f7cb8c5ec..cc5b132e1 100644 --- a/docs/story/200428.html +++ b/docs/story/200428.html @@ -11,6 +11,14 @@

    導入/メイン/MA_01100_10_03

    現代編チュートリアル用

    View script in lua + + + + + + + + @@ -192,7 +200,7 @@

    導入/メイン/MA_01100_10_03

    - + @@ -202,7 +210,7 @@

    導入/メイン/MA_01100_10_03

    - + @@ -212,7 +220,7 @@

    導入/メイン/MA_01100_10_03

    - + @@ -222,7 +230,7 @@

    導入/メイン/MA_01100_10_03

    - + @@ -237,7 +245,7 @@

    導入/メイン/MA_01100_10_03

    - + @@ -247,7 +255,7 @@

    導入/メイン/MA_01100_10_03

    - + @@ -267,7 +275,7 @@

    導入/メイン/MA_01100_10_03

    - + @@ -302,7 +310,7 @@

    導入/メイン/MA_01100_10_03

    - + @@ -312,7 +320,7 @@

    導入/メイン/MA_01100_10_03

    - + @@ -320,5 +328,13 @@

    導入/メイン/MA_01100_10_03

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    聞いたことあるわ
    バカみたいな金コートのウワサ
    101010001
    【ランスロット】
    …なにをなさって?殿下
    101010001
    【ランスロット】
    …困らせないでいただきたい
    留守番のはずでしょう
    101010001
    【ランスロット】
    …殿下
    お引きを
    101010001
    【ランスロット】
    いいえ、それは
    101010001
    【ランスロット】
    ノワール…
    101010001
    【ランスロット】
    お前を、待っていたんだ。…ノワール
    101010001
    【ランスロット】
    ………ああ
    101010001
    【ランスロット】
    連れて行け
    101010001
    【ランスロット】
    101009003
    【ノワール】
    本当のことを言ってくれ!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200429.html b/docs/story/200429.html index bfc0cd50f..45beb8847 100644 --- a/docs/story/200429.html +++ b/docs/story/200429.html @@ -11,6 +11,18 @@

    導入/メイン/MA_01100_11

    現代編チュートリアル用

    View script in lua + + + + + + + + + + + + @@ -165,5 +177,13 @@

    導入/メイン/MA_01100_11

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【???】
    さあ。進路相談といこうか
    101011001
    【ギネヴィア】
    にっしっし…♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200430.html b/docs/story/200430.html index 7ad32da0f..6719a816b 100644 --- a/docs/story/200430.html +++ b/docs/story/200430.html @@ -11,6 +11,18 @@

    導入/メイン/MA_01100_12

    現代編チュートリアル用

    View script in lua + + + + + + + + + + + + @@ -325,5 +337,13 @@

    導入/メイン/MA_01100_12

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【???】
    ようこそ
    101009003
    【ノワール】
    思い出したよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200451.html b/docs/story/200451.html index 536fa98f4..71bb90952 100644 --- a/docs/story/200451.html +++ b/docs/story/200451.html @@ -11,6 +11,18 @@

    1章/メイン/x0502_PTN座学授業5_パターン

    View script in lua + + + + + + + + + + + + @@ -105,5 +117,13 @@

    1章/メイン/x0502_PTN座学授業5_パターン

    + + + + + + + +
    template1
    Load
    Play
    101066001
    【ブレイズ】
    今日はバルバロイの特徴のひとつ
    記憶を喰らう、について学んでいこうかの
    101066001
    【ブレイズ】
    ワシはそんな未来を望んでおるよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200452.html b/docs/story/200452.html index 3811a80e4..92c2f05db 100644 --- a/docs/story/200452.html +++ b/docs/story/200452.html @@ -11,6 +11,18 @@

    1章/メイン/x0503_PTN座学授業6_パターン

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/メイン/x0503_PTN座学授業6_パターン

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/メイン/x0503_PTN座学授業6_パターン

    + + + + @@ -56,6 +81,10 @@

    1章/メイン/x0503_PTN座学授業6_パターン

    + + + + @@ -66,6 +95,10 @@

    1章/メイン/x0503_PTN座学授業6_パターン

    + + + + @@ -110,5 +143,13 @@

    1章/メイン/x0503_PTN座学授業6_パターン

    + + + + + + + +
    template1
    Load
    Play
    101066001
    【ブレイズ】
    前回の授業で
    バルバロイは人間の記憶を喰らうと述べたが…
    【ブレイズ】
    ノワールに質問じゃ
    バルバロイが好むのはどんな人間じゃと思う?
    101009002
    【(選択肢)】
    1. 大人
    2. 子供
    3. キラーズ
    Block1_1
    101009002
    【ノワール】
    たくさんの記憶をもっている人間のほうが
    狙われやすいんじゃないか?
    【ブレイズ】
    残念、ちょっと違うのう
    Block1_2
    101009002
    【ノワール】
    うーん…
    新鮮な記憶を求めて子供を狙うとか?
    【ブレイズ】
    お主、なかなか怖いことを考えるのう…
    ワシ、ちょっとゾクッとしちゃったぞい
    Block1_3
    101009002
    【ノワール】
    うーん、なんだろう?
    …キラーズとか?
    【ブレイズ】
    正確には少し違うのじゃが
    特別に正解としておいてやろう
    Block1end
    101066001
    【ブレイズ】
    これまでの記録を見てみるとじゃな
    101066001
    【ブレイズ】
    バルバロイのエサになどならぬよう
    鍛錬を怠らぬようにの
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200453.html b/docs/story/200453.html index a85b771b0..00be79601 100644 --- a/docs/story/200453.html +++ b/docs/story/200453.html @@ -11,6 +11,18 @@

    1章/メイン/x0610_PTN座学授業5_パターン

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/x0610_PTN座学授業5_パターン

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    キラーズは常に戦闘状態でいるわけではない
    消耗が激しいからな
    101010001
    【ランスロット】
    ある程度経験を積んだキラーズであれば
    単身、因枢分解を行うことも可能だそうだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200454.html b/docs/story/200454.html index 2662e1de2..66f537e68 100644 --- a/docs/story/200454.html +++ b/docs/story/200454.html @@ -11,6 +11,18 @@

    1章/メイン/x0412_PTN座学授業4_パターン

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/メイン/x0412_PTN座学授業4_パターン

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/メイン/x0412_PTN座学授業4_パターン

    + + + + @@ -71,6 +96,10 @@

    1章/メイン/x0412_PTN座学授業4_パターン

    + + + + @@ -86,6 +115,10 @@

    1章/メイン/x0412_PTN座学授業4_パターン

    + + + + @@ -95,5 +128,13 @@

    1章/メイン/x0412_PTN座学授業4_パターン

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    そもそもキラーズとはどんな存在なのか?
    今回はそれについて考えていってみよう
    【ランスロット】
    ではGSを果たしたあと
    キラーズはもはや人間ではないのだろうか?
    101009002
    【(選択肢)】
    1. そう思う
    2. そうは思わない
    3. そんなこと考えたことがなかった
    Block1_1
    101009002
    【ノワール】
    ああ
    俺はそんな認識でいた
    【ランスロット】
    しかしそれは戦いにおいてだけだ
    普段は人間とほとんど違いはない
    Block1_2
    101009002
    【ノワール】
    いや
    GSを果たしたあとだって
    【ランスロット】
    ………
    ああ、そのとおりだ
    Block1_3
    101009002
    【ノワール】
    そんなこと考えたこともなかったな
    【ランスロット】
    ………。そうだな、そのとおりだ
    ノワール、その考えのままでいてほしい
    Block1end
    101010001
    【ランスロット】
    GSを経てキラーズとなることは
    人間を守るための力を手に入れることなのだ
    101010001
    【ランスロット】
    それを誇りに思ってほしい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200455.html b/docs/story/200455.html index f88888ef0..942dec303 100644 --- a/docs/story/200455.html +++ b/docs/story/200455.html @@ -11,6 +11,18 @@

    1章/メイン/x0416_PTN座学授業5_パターン

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/メイン/x0416_PTN座学授業5_パターン

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/メイン/x0416_PTN座学授業5_パターン

    + + + + @@ -51,6 +76,10 @@

    1章/メイン/x0416_PTN座学授業5_パターン

    + + + + @@ -66,6 +95,10 @@

    1章/メイン/x0416_PTN座学授業5_パターン

    + + + + @@ -85,5 +118,13 @@

    1章/メイン/x0416_PTN座学授業5_パターン

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    先日のキラーズに続き
    今度はマスターについて考えてみよう
    【ランスロット】
    ではマスターとキラーズには
    主従関係が存在するのだろうか?
    101009002
    【(選択肢)】
    1. すると思う
    2. しないと思う
    3. そんなこと考えるのは間違ってる
    Block1_1
    101009002
    【ノワール】
    主従関係は存在するんじゃないか?
    マスターっていうくらいだし
    【ランスロット】
    …ノワール
    幻滅させるようなことを言わないでくれ
    Block1_2
    101009002
    【ノワール】
    絆を育んでGSを果たしたんだろ?
    ふたりのあいだに主従関係なんてありえない
    【ランスロット】
    ああ
    ノワールのいうとおりだ
    Block1_3
    101009002
    【ノワール】
    GSに必要なのは
    お互いの絆だったり信頼関係だろ?
    【ランスロット】
    …ノワール
    そう言ってくれると思っていた
    Block1end
    101010001
    【ランスロット】
    いいか、GSを果たしたあと
    どちらが上でどちらが下だとか
    101010001
    【ランスロット】
    それは忘れないでおいてくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200456.html b/docs/story/200456.html index 847eb6ec1..096e1b2a6 100644 --- a/docs/story/200456.html +++ b/docs/story/200456.html @@ -11,6 +11,18 @@

    1章/メイン/x0417_PTN座学授業6_パターン

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    1章/メイン/x0417_PTN座学授業6_パターン

    + + + + + + + + + @@ -91,6 +112,10 @@

    1章/メイン/x0417_PTN座学授業6_パターン

    + + + + @@ -106,6 +131,10 @@

    1章/メイン/x0417_PTN座学授業6_パターン

    + + + + @@ -126,6 +155,10 @@

    1章/メイン/x0417_PTN座学授業6_パターン

    + + + + @@ -135,5 +168,13 @@

    1章/メイン/x0417_PTN座学授業6_パターン

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    今日は円卓の騎士について話していこう
    【ランスロット】
    上座も下座もないという前提で
    意見を戦わせたり、意思決定を行うことになる
    101009002
    【(選択肢)】
    1. 本当に上座も下座もないのか?
    2. 今、円卓の騎士は何人いるんだ?
    3. どうすれば円卓の騎士になれる?
    Block1_1
    101009002
    【ノワール】
    本当に円卓には上座も下座もないのか?
    アーサーも円卓の騎士のひとりなんだろ?
    【ランスロット】
    これはアーサー直々の発案なんだ
    Block1_2
    101009002
    【ノワール】
    今、円卓の騎士は何人いるんだ?
    【ランスロット】
    優れた騎士を選ぶことが大事なのであって
    席を埋めることは重要ではないからな
    Block1_3
    101009002
    【ノワール】
    円卓の騎士になるには
    どうしたらいいんだ?
    【ランスロット】
    相応しい人材であると評価されれば
    円卓の騎士に任命される
    Block1end
    101010001
    【ランスロット】
    円卓の騎士の名は他国にも響き渡っている
    もしも円卓入りを果たしたのであれば
    101010001
    【ランスロット】
    その名に恥じぬ行いを心掛けてほしい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200457.html b/docs/story/200457.html index 6f5ed685b..069bcd3cf 100644 --- a/docs/story/200457.html +++ b/docs/story/200457.html @@ -11,6 +11,18 @@

    1章/メイン/x0517_PTN座学授業7_パターン

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    1章/メイン/x0517_PTN座学授業7_パターン

    + + + + + + + + + @@ -91,6 +112,10 @@

    1章/メイン/x0517_PTN座学授業7_パターン

    + + + + @@ -111,6 +136,10 @@

    1章/メイン/x0517_PTN座学授業7_パターン

    + + + + @@ -126,6 +155,10 @@

    1章/メイン/x0517_PTN座学授業7_パターン

    + + + + @@ -135,5 +168,13 @@

    1章/メイン/x0517_PTN座学授業7_パターン

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    今日は東の大国
    カレドニア連合国について話していく
    【ケイ】
    腑に落ちぬ部分があるのだよ
    101009002
    【(選択肢)】
    1. ライエンス王の変貌か?
    2. カレドニア軍の陣容か?
    3. カレドニアは強い国だ
    Block1_1
    101009002
    【ノワール】
    ライエンス王って温厚な性格の人だったんだろ?
    それがなぜ侵略行為をはじめたんだ?
    【ケイ】
    それまでの温厚さがまるで嘘だったかのように
    狡猾で残虐…人間らしさの欠片もない人物にな
    Block1_2
    101009002
    【ノワール】
    カレドニア軍は
    バルバロイが紛れ込んでいるとも聞くな
    【ケイ】
    それこそ人間を超越した
    魔物のような力がな
    Block1_3
    101009002
    【ノワール】
    カレドニアは強い国だ
    なにもおかしな点はないよ
    【ケイ】
    ああ、そうか
    貴公はもともとカレドニアの傭兵だったのだな
    Block1end
    101040001
    【ケイ】
    王がまるで別人のような性格に豹変し
    陣営にはバルバロイの姿すら見受けられる…
    101040001
    【ケイ】
    これがなにを意味しているのかは…
    すべて説明するべくもないな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200460.html b/docs/story/200460.html index b2f9f983b..2751dbd6a 100644 --- a/docs/story/200460.html +++ b/docs/story/200460.html @@ -10,5 +10,21 @@

    1章/メイン/クレジット_エレイン

    エンディング用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200461.html b/docs/story/200461.html index 3c3c9ff59..fcc770ab1 100644 --- a/docs/story/200461.html +++ b/docs/story/200461.html @@ -10,5 +10,21 @@

    1章/メイン/クレジット_ギネヴィア

    エンディング用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200462.html b/docs/story/200462.html index 3d92516cd..cc599713f 100644 --- a/docs/story/200462.html +++ b/docs/story/200462.html @@ -10,5 +10,21 @@

    1章/メイン/クレジット_ガラハッド

    エンディング用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200463.html b/docs/story/200463.html index d33feed10..d2077b114 100644 --- a/docs/story/200463.html +++ b/docs/story/200463.html @@ -10,5 +10,21 @@

    1章/メイン/クレジット_ランスロット

    エンディング用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200464.html b/docs/story/200464.html index 4f85d48e6..86dd84855 100644 --- a/docs/story/200464.html +++ b/docs/story/200464.html @@ -10,5 +10,21 @@

    1章/メイン/クレジット_ディナタン

    エンディング用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200465.html b/docs/story/200465.html index 376990819..2147090c1 100644 --- a/docs/story/200465.html +++ b/docs/story/200465.html @@ -10,5 +10,21 @@

    1章/メイン/クレジット_マルディサント

    エンディング用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200466.html b/docs/story/200466.html index 18a099996..ca660d63c 100644 --- a/docs/story/200466.html +++ b/docs/story/200466.html @@ -10,5 +10,25 @@

    1章/メイン/エピローグ_エレイン

    エンディング用

    View script in lua -
    + + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200467.html b/docs/story/200467.html index 0d5c817b3..819f15126 100644 --- a/docs/story/200467.html +++ b/docs/story/200467.html @@ -10,5 +10,25 @@

    1章/メイン/エピローグ_ギネヴィア

    エンディング用

    View script in lua -
    + + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200468.html b/docs/story/200468.html index 0a7d75d84..5b3e6ba4f 100644 --- a/docs/story/200468.html +++ b/docs/story/200468.html @@ -10,5 +10,25 @@

    1章/メイン/エピローグ_ガラハッド

    エンディング用

    View script in lua -
    + + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200469.html b/docs/story/200469.html index 8d415c77e..0e49ec74f 100644 --- a/docs/story/200469.html +++ b/docs/story/200469.html @@ -10,5 +10,25 @@

    1章/メイン/エピローグ_ランスロット

    エンディング用

    View script in lua -
    + + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200470.html b/docs/story/200470.html index 6253d43bb..19a14f8c0 100644 --- a/docs/story/200470.html +++ b/docs/story/200470.html @@ -10,5 +10,25 @@

    1章/メイン/エピローグ_ディナタン

    エンディング用

    View script in lua -
    + + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200471.html b/docs/story/200471.html index 303bacacf..1f280ce18 100644 --- a/docs/story/200471.html +++ b/docs/story/200471.html @@ -11,6 +11,18 @@

    1章/メイン/エピローグ_マルディサント

    エンディング用

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/メイン/エピローグ_マルディサント

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    思い出した……
    思い出したんだ、ディナタン
    【telop】
    でも世界はずっと覚えている
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200472.html b/docs/story/200472.html index c7599b33d..975e9dc92 100644 --- a/docs/story/200472.html +++ b/docs/story/200472.html @@ -11,6 +11,18 @@

    1章/メイン/D0210_マルディサントED8_02

    エンディング用

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/メイン/D0210_マルディサントED8_02

    + + + + + + + +
    template1
    Load
    Play
    【】
    あなたは忘れてしまう
    【】
    でも世界はずっと覚えている
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200475.html b/docs/story/200475.html index 9380cb648..f5afc5102 100644 --- a/docs/story/200475.html +++ b/docs/story/200475.html @@ -10,5 +10,25 @@

    1章/メイン/エピローグ_マルディサント2

    エンディング用

    View script in lua -
    + + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200476.html b/docs/story/200476.html index ec3e5648d..ce9c75631 100644 --- a/docs/story/200476.html +++ b/docs/story/200476.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ1_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -30,5 +42,13 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ1_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ひとりで心細いかと思って声かけたけど
    余計なお世話だったかなぁ
    101009002
    【ノワール】
    ティルフィング…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200477.html b/docs/story/200477.html index b2071f74b..9a18a8c82 100644 --- a/docs/story/200477.html +++ b/docs/story/200477.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ2_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -116,6 +128,15 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ2_2

    + + + + + + + + + @@ -131,6 +152,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ2_2

    + + + + @@ -151,6 +176,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ2_2

    + + + + @@ -171,6 +200,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ2_2

    + + + + @@ -185,5 +218,13 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ2_2

    + + + + + + + +
    template1
    Load
    Play
    101001001
    【ティルフィング】
    それで、マスター
    私に提案というのは、いったいどのような?
    【ティルフィング】
    ただ、学園生活を楽しむといっても
    どのようなことをしたらよいものかと
    101009002
    【(選択肢)】
    1. 一緒に課題をやるとか
    2. 一緒に買い食いするとか
    3. 思いつくことを全部やってみよう
    Block1_1
    101009002
    【ノワール】
    一緒に授業の課題をやるとか
    【ノワール】
    せっかくの学園生活なんだしさ
    そういうのも思い出になるだろ?
    Block1_2
    101009002
    【ノワール】
    一緒に街に出て買い食いするとか
    【ノワール】
    やっぱり出来立てが一番うまいし
    みんなでシェアしたりするのも楽しいぞ
    Block1_3
    101009002
    【ノワール】
    思いつくことをやってみよう
    ぜーんぶ、さ!
    【ティルフィング】
    私と、みなさんの思い出…
    Block1end
    101009002
    【ノワール】
    どうだ?
    やってみないか?
    101001001
    【ティルフィング】
    マスターのご命令であれば
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200478.html b/docs/story/200478.html index b7ecb5f6b..84090d13b 100644 --- a/docs/story/200478.html +++ b/docs/story/200478.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ3_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ3_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    今日はみんなで協力して
    授業の課題をやろうと思う
    101009002
    【ノワール】
    よし、始めるぞ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200479.html b/docs/story/200479.html index 4e302b493..3ec06c77b 100644 --- a/docs/story/200479.html +++ b/docs/story/200479.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ3_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ3_3

    + + + + + + + + + @@ -91,6 +112,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ3_3

    + + + + @@ -121,6 +146,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ3_3

    + + + + @@ -160,5 +189,13 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ3_3

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    え~っと、なになに…
    【ガウェイン】
    いやいや、十分スゲーよ!
    さっきから、いいトコで助け船出してくれるし!
    101009002
    【(選択肢)】
    1. 俺だってわかってた
    2. さすがティルフィング
    Block1_1
    101009002
    【ノワール】
    お、俺だってわかってたし
    【ラグネル】
    こういうところでムキになるのって
    あんまりカッコよくないよ、ノワール
    Block1_2
    101009002
    【ノワール】
    すごいだろ?
    【ティルフィング】
    …ありがとうございます
    Block1end
    101009002
    【ノワール】
    ティルフィングは名称と一緒に
    その歴史も教えてくれるからタメになるな
    101013001
    【ガウェイン】
    よーし、テンション上がってきたついでに
    さっさと残りも片付けちまおうぜ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200480.html b/docs/story/200480.html index 134c32ab7..1e7bd71b6 100644 --- a/docs/story/200480.html +++ b/docs/story/200480.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ3_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ3_4

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    できた~!
    101001001
    【ティルフィング】
    とても新鮮で、楽しい体験でした
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200481.html b/docs/story/200481.html index 9376d35c0..d1f14d8a8 100644 --- a/docs/story/200481.html +++ b/docs/story/200481.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ4_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -111,6 +123,15 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ4_2

    + + + + + + + + + @@ -126,6 +147,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ4_2

    + + + + @@ -141,6 +166,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ4_2

    + + + + @@ -161,6 +190,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ4_2

    + + + + @@ -215,5 +248,13 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ4_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    今日は
    ログレスの城下町に繰り出そうと思う
    【ディナタン】
    本当ですか!?
    じゃあ、ぜひ一緒に…いいよね、兄さん?
    101009002
    【(選択肢)】
    1. もちろん構わない
    2. ティルフィングはどうだ?
    3. 断る
    Block1_1
    101009002
    【ノワール】
    もちろん構わないよ
    よろしくな
    【リオネス】
    まかされたー!
    Block1_2
    101009002
    【ノワール】
    すごくいい提案だと思うんだけど
    ティルフィングはどうだ?
    【ガレス】
    ばっちり
    楽しいツアーを約束するぞ~!
    Block1_3
    101009002
    【ノワール】
    申し出は嬉しいんだけど
    せっかくだし俺が案内したいところだな
    【ノワール】
    そ、そうか
    Block1end
    101009002
    【ノワール】
    それじゃ、思ったより人数増えちゃったけど
    行くとしよう
    101001001
    【ティルフィング】
    …はい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200482.html b/docs/story/200482.html index be8bb7849..0b534842f 100644 --- a/docs/story/200482.html +++ b/docs/story/200482.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ4_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ4_3

    + + + + + + + +
    template1
    Load
    Play
    101032001
    【ガレス】
    おおっ、新作のエプロンだ!
    ちょうど欲しかったんだよな~
    101009002
    【ノワール】
    騒がしいなぁ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200483.html b/docs/story/200483.html index 5c9eb6f4e..5a2fa4779 100644 --- a/docs/story/200483.html +++ b/docs/story/200483.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ4_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -126,6 +138,15 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ4_4

    + + + + + + + + + @@ -141,6 +162,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ4_4

    + + + + @@ -165,5 +190,17 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ4_4

    + + + + + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ティルフィング?
    どうした?
    【ティルフィング】
    マスター…
    101009002
    【(選択肢)】
    1. 買ってやるよ
    2. ちょっと待って
    Block1_1
    101009002
    【ノワール】
    あ~~もう、わかった!
    わかったよ!
    【ディナタン】
    やったー!
    さすが兄さん!
    Block1_2
    101009002
    【ノワール】
    待て待て、そんな予定は…
    101009002
    【ノワール】
    ぐぅっ…!ここで断ったら
    兄としての、いや騎士としてのメンツが…
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200484.html b/docs/story/200484.html index 3e39a0a19..6d3c0a66a 100644 --- a/docs/story/200484.html +++ b/docs/story/200484.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ4_5

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ4_5

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ティルフィングひとりに
    奢るつもりだったのに…
    101001001
    【ティルフィング】
    …はい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200485.html b/docs/story/200485.html index add742af7..86fd2a47f 100644 --- a/docs/story/200485.html +++ b/docs/story/200485.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ5_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -126,6 +138,15 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ5_2

    + + + + + + + + + @@ -151,6 +172,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ5_2

    + + + + @@ -166,6 +191,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ5_2

    + + + + @@ -210,5 +239,13 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ5_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    いい眺めだな
    【ティルフィング】
    継承者であるアナタのその想いが
    私にとっての喜びとなります
    101009002
    【(選択肢)】
    1. 前もそう呼ばれた
    2. 継承者ってなんなんだ?
    Block1_1
    101009002
    【ノワール】
    そういえば
    初めて会ったときも継承者って呼ばれたな
    【ティルフィング】
    ついこのあいだのことかもしれないし
    はるか昔から続いているのかもしれません
    Block1_2
    101009002
    【ノワール】
    継承者って
    いったい、なんなんだ?
    【ノワール】
    俺だけに与えられた資格…?
    Block1end
    101001001
    【ティルフィング】
    世界のため、未来のために
    101001001
    【ティルフィング】
    世界を救うには
    アナタの力が、選択が、必要なのです
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200486.html b/docs/story/200486.html index faa815753..108f39a11 100644 --- a/docs/story/200486.html +++ b/docs/story/200486.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ6_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ6_2

    + + + + + + + +
    template1
    Load
    Play
    101027001
    【ディンドラン】
    あら、ふたり一緒とは珍しいですね
    今日はどのような本をお探しに?
    101027001
    【ディンドラン】
    それなら、こちらへ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200487.html b/docs/story/200487.html index f7c212d97..d2e988a83 100644 --- a/docs/story/200487.html +++ b/docs/story/200487.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ6_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ6_3

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ6_3

    + + + + @@ -61,6 +86,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ6_3

    + + + + @@ -86,6 +115,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ6_3

    + + + + @@ -101,6 +134,15 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ6_3

    + + + + + + + + + @@ -116,6 +158,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ6_3

    + + + + @@ -136,6 +182,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ6_3

    + + + + @@ -265,5 +315,13 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ6_3

    + + + + + + + +
    template1
    Load
    Play
    101027001
    【ディンドラン】
    伝記の棚はこちらです
    【ティルフィング】
    ありがとうございます
    101009002
    【(選択肢)】
    1. 誰について調べてるんだ?
    2. 武器を調べたかったのか?
    3. 俺はどこかで時間を潰そうかな
    Block1_1
    101009002
    【ノワール】
    誰について調べるんだ?
    やっぱり過去の偉大な王様とか?
    【ノワール】
    昔のティルフィングの仲間ってことか
    Block1_2
    101009002
    【ノワール】
    なにか調べたい武器があったのか?
    以前、キミが使っていた武器とか?
    【ノワール】
    (もしかして、昔に一緒に戦った
    仲間のことを調べたいのかな?)
    Block1_3
    101009002
    【ノワール】
    キミの調べものが終わるまで
    俺はどこかで時間を潰していようかな
    【ティルフィング】
    かつて私とともに戦ってくれた
    人々のことです
    Block1end
    101001001
    【ティルフィング】
    ………
    【ティルフィング】
    いいえ
    それらしきものは、まるで遺っていません
    101009002
    【(選択肢)】
    1. 残念だな
    2. クリスティーナさんに聞くか?
    Block2_1
    101009002
    【ノワール】
    そっか…残念だな
    【ティルフィング】
    そういうもの、ですから
    Block2_2
    101009002
    【ノワール】
    やっぱり
    クリスティーナさんにも聞いてみるか?
    【ティルフィング】
    お気遣い、感謝します
    Block2end
    101001001
    【ティルフィング】
    私が求める記載のある書物は無いのでしょう
    多分…最初から
    101009002
    【ノワール】
    俺は、そう思うよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200488.html b/docs/story/200488.html index a629411e1..bb92dd936 100644 --- a/docs/story/200488.html +++ b/docs/story/200488.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ7_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ7_2

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ7_2

    + + + + @@ -81,6 +106,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ7_2

    + + + + @@ -90,5 +119,13 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ7_2

    + + + + + + + +
    template1
    Load
    Play
    101062001
    【マルイル】
    あっ、ノワールさん!
    いいところに!
    【マルイル】
    もちろん、報酬は払いますので!
    101009002
    【(選択肢)】
    1. 当然だ
    2. ティルフィング、どうしようか?
    Block1_1
    101009002
    【ノワール】
    当然だ
    困ってる人を見過ごすわけにはいかない
    【ノワール】
    頼りにしてるよ、ティルフィング!
    Block1_2
    101009002
    【ノワール】
    ティルフィング、どうしよう?
    【ノワール】
    ありがとう
    迷惑をかけるな
    Block1end
    101009002
    【ノワール】
    引き受けるよ
    101062001
    【マルイル】
    ありがとうございます!
    よろしくお願いしますね~!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200489.html b/docs/story/200489.html index 5d65696ae..9080639b0 100644 --- a/docs/story/200489.html +++ b/docs/story/200489.html @@ -11,6 +11,14 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ7_3

    デバッグ用

    View script in lua + + + + + + + + @@ -160,5 +168,13 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ7_3

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    はあっ!
    101009001
    【ノワール】
    息の合ったコンビ、か…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200490.html b/docs/story/200490.html index 32e88d463..8069a1b97 100644 --- a/docs/story/200490.html +++ b/docs/story/200490.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ8_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ8_2

    + + + + + + + + + @@ -56,6 +77,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ8_2

    + + + + @@ -81,6 +106,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ8_2

    + + + + @@ -101,9 +130,21 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ8_2

    + + + + + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    このあいだ、ログレスへ通じる街道のひとつで
    暴れている盗賊を追い払ってくれただろう?
    【アーサー】
    奴らが集めた品のなかに聖杯や継承者に繋がる
    手がかりがないか調べてきて欲しい
    101009002
    【(選択肢)】
    1. 了解だ
    2. 昔の仲間の記録が残っているかも
    3. 面倒くさい
    Block1_1
    101009002
    【ノワール】
    伝説について
    なにかがわかるかもしれないわけか
    【ティルフィング】
    お任せください、アーサー様
    Block1_2
    101009002
    【ノワール】
    ひょっとしたら
    キミの昔の仲間についての記録もあるかも
    【ノワール】
    こっちのこと
    それより、任務については理解したよ
    Block1_3
    101009002
    【ノワール】
    なにか手がかりが見つかるっていう
    保証があるわけじゃないんだろ?
    【ノワール】
    キミがそこまで言うなら
    行ってみるか
    Block1end
    101015001
    【アーサー】
    じゃあ、頼んだぞ
    ふたりとも
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200491.html b/docs/story/200491.html index ebd5cdc8a..f6f99209f 100644 --- a/docs/story/200491.html +++ b/docs/story/200491.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ8_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -106,6 +118,15 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ8_3

    + + + + + + + + + @@ -121,6 +142,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ8_3

    + + + + @@ -136,6 +161,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ8_3

    + + + + @@ -305,5 +334,13 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ8_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ここか…
    【ティルフィング】
    あ…
    マスター…
    101009002
    【(選択肢)】
    1. 大丈夫か?
    2. なにか見つけたのか?
    Block1_1
    101009002
    【ノワール】
    どうした?
    大丈夫か?
    【ティルフィング】
    ああ、すみません…
    ご心配をおかけいたしました
    Block1_2
    101009002
    【ノワール】
    なにか見つけたのか?
    【ティルフィング】
    はい、実は…
    Block1end
    101001001
    【ティルフィング】
    この壁にかすかに遺る絵に
    見覚えがあったものですから
    101001001
    【ティルフィング】
    はい!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200492.html b/docs/story/200492.html index 8094e6ccb..87d6bf67c 100644 --- a/docs/story/200492.html +++ b/docs/story/200492.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ9_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -116,6 +128,15 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ9_2

    + + + + + + + + + @@ -136,6 +157,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ9_2

    + + + + @@ -151,6 +176,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ9_2

    + + + + @@ -176,6 +205,15 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ9_2

    + + + + + + + + + @@ -191,6 +229,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ9_2

    + + + + @@ -206,9 +248,21 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ9_2

    + + + + + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    …結構歩いたけど
    やっぱり最後はここに戻ってきちゃったな
    【ティルフィング】
    私は…遺物、ですから
    101009002
    【(選択肢)】
    1. 俺にとってキミは大事な存在だ
    2. そうなのか
    Block1_1
    101009002
    【ノワール】
    そんな悲しいことを言うなよ
    【ティルフィング】
    ああ、マスター…!
    そう言っていただけただけで私は満足です
    Block1_2
    101009002
    【ノワール】
    そうなのか
    でも、そんな寂しい言いかたしないでほしい
    【ティルフィング】
    ですが、これは事実なのです
    Block1end
    101001001
    【ティルフィング】
    これから先の世界を背負うのは
    【ティルフィング】
    心のままに、選び取ってください
    アナタの思う、アナタの道を
    101009002
    【(選択肢)】
    1. 分かった
    2. 今はまだ決められない
    Block2_1
    101009002
    【ノワール】
    …分かった
    【ティルフィング】
    期待しています
    マスター
    Block2_2
    101009002
    【ノワール】
    急に言われても、今はまだ決められない
    俺には分からないことだらけだ
    【ティルフィング】
    ゆっくりでいいのです
    でも、そのときはいつか必ず来ます
    Block2end
    101001001
    【ティルフィング】
    どうか、良き選択を
    継承者(マスター)ノワール
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200493.html b/docs/story/200493.html index 9b1383109..ffdec7181 100644 --- a/docs/story/200493.html +++ b/docs/story/200493.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ10_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -196,6 +208,15 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ10_2

    + + + + + + + + + @@ -226,6 +247,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ10_2

    + + + + @@ -256,6 +281,10 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ10_2

    + + + + @@ -320,5 +349,13 @@

    1章/コミュ/x0401_ティルフィング_ランクアップ10_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    それで?
    【ティルフィング】
    私は
    恵まれているのかも知れませんね
    101009002
    【(選択肢)】
    1. 「かも」じゃない
    2. 俺も恵まれてるよ
    Block1_1
    101009002
    【ノワール】
    「かも」じゃないよ
    【ティルフィング】
    マスター…
    Block1_2
    101009002
    【ノワール】
    俺もだよ
    俺も、恵まれてる
    【ティルフィング】
    はい、私もです
    Block1end
    101001001
    【ティルフィング】
    新たな出会いがあり
    そして驚くべき再会もありました
    101001001
    【ティルフィング】
    アナタに出会えて、よかった
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200494.html b/docs/story/200494.html index 737ae84af..04d0e0ce6 100644 --- a/docs/story/200494.html +++ b/docs/story/200494.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ランスロット_ランクアップ1_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/コミュ/x0401_ランスロット_ランクアップ1_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    …よし、これでどうだ?
    101009002
    【ノワール】
    でも、あの口ぶりだと
    補習はこの1回きりってことはないよな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200495.html b/docs/story/200495.html index 9befb5125..92a7a5251 100644 --- a/docs/story/200495.html +++ b/docs/story/200495.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ランスロット_ランクアップ2_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    1章/コミュ/x0401_ランスロット_ランクアップ2_2

    + + + + + + + + + @@ -36,6 +57,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ2_2

    + + + + @@ -56,6 +81,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ2_2

    + + + + @@ -286,6 +315,15 @@

    1章/コミュ/x0401_ランスロット_ランクアップ2_2

    + + + + + + + + + @@ -301,6 +339,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ2_2

    + + + + @@ -331,6 +373,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ2_2

    + + + + @@ -385,5 +431,13 @@

    1章/コミュ/x0401_ランスロット_ランクアップ2_2

    + + + + + + + +
    template1
    Load
    Play
    101066001
    【ブレイズ】
    ランスロット
    少しいいかの?
    【ブレイズ】
    今ちょっとした実験をしておって
    おぬしの力を借りたいんじゃ
    101009002
    【(選択肢)】
    1. 行って来いよランスロット
    2. じゃあ、今日の補習はなしで
    Block1_1
    101009002
    【ノワール】
    行って来いよ、ランスロット
    俺のことは後回しでいいから
    【ノワール】
    (俺は補習してくれなんて頼んでない…)
    Block1_2
    101009002
    【ノワール】
    あ、じゃあ
    今日の補習はなしってことだな
    【ブレイズ】
    ふぉっふぉ!
    逃げられず残念じゃったのう、ノワール
    Block1end
    101066001
    【ブレイズ】
    そこまで大がかりな実験ではないから
    すぐに解放できるじゃろうて
    【ランスロット】
    ノワールになにか
    余計なことを言ったんじゃないだろうな?
    101009002
    【(選択肢)】
    1. なにも聞いてない
    2. モテモテらしいな
    Block2_1
    101009002
    【ノワール】
    別に
    俺はなにも聞いてないけど
    【ランスロット】
    的中したようだな、嫌な予感は…
    Block2_2
    101009002
    【ノワール】
    聞いたぞ
    女子生徒にモテモテだそうじゃないか
    【ノワール】
    (気づいてない…!)
    Block2end
    101015001
    【アーサー】
    まぁまぁ、許せ許せ
    悪いことは言ってないさ
    101009002
    【ノワール】
    (…もしかして、照れてるのか?)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200496.html b/docs/story/200496.html index 39e7930e6..614397edc 100644 --- a/docs/story/200496.html +++ b/docs/story/200496.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ランスロット_ランクアップ3_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -266,6 +278,15 @@

    1章/コミュ/x0401_ランスロット_ランクアップ3_2

    + + + + + + + + + @@ -286,6 +307,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ3_2

    + + + + @@ -301,6 +326,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ3_2

    + + + + @@ -315,5 +344,13 @@

    1章/コミュ/x0401_ランスロット_ランクアップ3_2

    + + + + + + + +
    template1
    Load
    Play
    【女子生徒A】
    ランスロット先生~
    ちょっと聞きたいことが…ってあれ?いない
    【ランスロット】
    ノワール、俺はそんなに
    質問しにくい態度をしていただろうか?
    101009002
    【(選択肢)】
    1. してた
    2. してない
    Block1_1
    101009002
    【ノワール】
    まぁ、してたとも言えるかな
    ある意味
    【ノワール】
    そのままでいいんじゃないか?
    よくわからないけど
    Block1_2
    101009002
    【ノワール】
    いや、そういうわけじゃないけど…
    【ノワール】
    まぁ、当人たちが解決したって言ってたし
    気にしないでいいんじゃないか
    Block1end
    101010001
    【ランスロット】
    そういうものだろうか…
    101010001
    【ランスロット】
    ああ、そうだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200497.html b/docs/story/200497.html index 0cbae9b3f..83c6b5a45 100644 --- a/docs/story/200497.html +++ b/docs/story/200497.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ランスロット_ランクアップ3_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -130,5 +142,13 @@

    1章/コミュ/x0401_ランスロット_ランクアップ3_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    やっと…終わった………
    101009002
    【ノワール】
    笑うな!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200498.html b/docs/story/200498.html index 36464d436..5a77603a0 100644 --- a/docs/story/200498.html +++ b/docs/story/200498.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ランスロット_ランクアップ4_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/コミュ/x0401_ランスロット_ランクアップ4_2

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ4_2

    + + + + @@ -91,6 +116,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ4_2

    + + + + @@ -160,5 +189,13 @@

    1章/コミュ/x0401_ランスロット_ランクアップ4_2

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    騎士たるもの
    常に周囲の警戒を怠ってはならない
    【ランスロット】
    基礎訓練の時間だ
    聞いていなかったのか?
    101009002
    【(選択肢)】
    1. 聞いてた
    2. 聞いてなかった
    Block1_1
    101009002
    【ノワール】
    聞いてたよ
    【ランスロット】
    肝に銘じておけ
    Block1_2
    101009002
    【ノワール】
    聞いてませんでした…
    【ノワール】
    あ、ありがとう
    Block1end
    101010001
    【ランスロット】
    やれやれ
    ここが戦場なら命を落としていたぞ
    101010001
    【ランスロット】
    なら、試してみるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200499.html b/docs/story/200499.html index ef85737e8..39da455d8 100644 --- a/docs/story/200499.html +++ b/docs/story/200499.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ランスロット_ランクアップ4_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/コミュ/x0401_ランスロット_ランクアップ4_3

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    今日の補習だ
    101009002
    【ノワール】
    望むところだ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/2005.html b/docs/story/2005.html index 3bdd9b9ab..26f1f7c5c 100644 --- a/docs/story/2005.html +++ b/docs/story/2005.html @@ -11,9 +11,25 @@

    武器持ち替えチュートリアルバトル_05

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009003
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200500.html b/docs/story/200500.html index 92dd04592..def13340f 100644 --- a/docs/story/200500.html +++ b/docs/story/200500.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ランスロット_ランクアップ4_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -106,6 +118,15 @@

    1章/コミュ/x0401_ランスロット_ランクアップ4_4

    + + + + + + + + + @@ -141,6 +162,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ4_4

    + + + + @@ -166,6 +191,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ4_4

    + + + + @@ -235,5 +264,13 @@

    1章/コミュ/x0401_ランスロット_ランクアップ4_4

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    はあ…はあ…
    【ランスロット】
    いなくなった俺のことを
    お前はきっと怒っているだろうがな
    101009002
    【(選択肢)】
    1. 怒ってる
    2. 怒ってない
    Block1_1
    101009002
    【ノワール】
    当たり前だろ…怒ってるよ
    【ノワール】
    けど…
    Block1_2
    101009002
    【ノワール】
    怒ってないさ
    【ランスロット】
    そうか
    Block1end
    101009002
    【ノワール】
    あんたを追ってここまで来て
    あの頃には知らなかったいろんなことを知った
    101010001
    【ランスロット】
    強くなれる、お前は
    …今よりももっと、な
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200501.html b/docs/story/200501.html index 3aafbea69..18f66e96a 100644 --- a/docs/story/200501.html +++ b/docs/story/200501.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ランスロット_ランクアップ5_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -76,6 +88,15 @@

    1章/コミュ/x0401_ランスロット_ランクアップ5_2

    + + + + + + + + + @@ -91,6 +112,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ5_2

    + + + + @@ -106,6 +131,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ5_2

    + + + + @@ -136,6 +165,15 @@

    1章/コミュ/x0401_ランスロット_ランクアップ5_2

    + + + + + + + + + @@ -151,6 +189,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ5_2

    + + + + @@ -176,6 +218,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ5_2

    + + + + @@ -190,5 +236,13 @@

    1章/コミュ/x0401_ランスロット_ランクアップ5_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    それで、話って?
    【ノワール】
    父さんの過去、か
    101009002
    【(選択肢)】
    1. 全然知らないな
    2. 昔ちょっとだけ聞いた
    Block1_1
    101009002
    【ノワール】
    言われてみれば…全然知らないな
    【ランスロット】
    俺たちがあの人について知っていたのは
    リムニーナ村で見せる顔だけだったんだ
    Block1_2
    101009002
    【ノワール】
    昔、ちょっとだけ聞いたような気がするな
    【ランスロット】
    団らんのときにも
    自分の過去については語りたがらなかったな
    Block1end
    101010001
    【ランスロット】
    ノワール、提案がある
    【ランスロット】
    師匠の記憶を心に刻もう
    101009002
    【(選択肢)】
    1. 賛成だ
    2. 反対だ
    Block2_1
    101009002
    【ノワール】
    賛成だ
    父さんも喜ぶよ、きっと
    【ランスロット】
    …ありがとう。決まりだな
    Block2_2
    101009002
    【ノワール】
    うーん、どうかなあ
    【ノワール】
    そうか
    それなら賛成だ
    Block2end
    101009002
    【ノワール】
    ところで…これも補習か?
    101010001
    【ランスロット】
    俺とお前、ふたりで受ける…
    『師匠学』の補習だ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200502.html b/docs/story/200502.html index 0c08c49a5..3bfd4a992 100644 --- a/docs/story/200502.html +++ b/docs/story/200502.html @@ -11,13 +11,21 @@

    1章/コミュ/x0401_ランスロット_ランクアップ6_2

    デバッグ用

    View script in lua + + + + + + + + - + @@ -32,7 +40,7 @@

    1章/コミュ/x0401_ランスロット_ランクアップ6_2

    - + @@ -42,12 +50,12 @@

    1章/コミュ/x0401_ランスロット_ランクアップ6_2

    - + - + @@ -55,5 +63,13 @@

    1章/コミュ/x0401_ランスロット_ランクアップ6_2

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    ここは?
    101010001
    【ランスロット】
    リムニーナ村で暮らしていた頃
    師匠が鍛錬すべく訪れていた場所だ
    101010001
    【ランスロット】
    手荒い歓迎だな
    101010001
    【ランスロット】
    ふっ、確かに
    101010001
    【ランスロット】
    せっかくだ
    俺たちも腕試しといくか
    101009001
    【ノワール】
    ああ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200503.html b/docs/story/200503.html index 2b7b21eea..71cb0dfb3 100644 --- a/docs/story/200503.html +++ b/docs/story/200503.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ランスロット_ランクアップ6_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/コミュ/x0401_ランスロット_ランクアップ6_3

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    基礎はそれなりになってきたようだが
    まだまだバイブス学の神髄を体得はしていないな
    101010001
    【ランスロット】
    せっかく近くまで来たんだ
    リムニーナ村で休憩していこうか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200504.html b/docs/story/200504.html index 97639064b..7ee9e9e47 100644 --- a/docs/story/200504.html +++ b/docs/story/200504.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ランスロット_ランクアップ6_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/コミュ/x0401_ランスロット_ランクアップ6_4

    + + + + + + + + + @@ -66,6 +87,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ6_4

    + + + + @@ -86,6 +111,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ6_4

    + + + + @@ -190,5 +219,13 @@

    1章/コミュ/x0401_ランスロット_ランクアップ6_4

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    やっぱり落ち着くな、ここにいると
    【ランスロット】
    師匠はな。湖の妖精の守護のためこの村を訪れ
    お前の母上と出会ったらしい
    101009001
    【(選択肢)】
    1. 父さんの記憶か?
    2. どっちから声かけたんだろうな
    Block1_1
    101009001
    【ノワール】
    それ…父さんの記憶に遺ってたのか?
    【ランスロット】
    …そうだな
    Block1_2
    101009001
    【ノワール】
    父さんと母さん
    どっちから先に声をかけたんだろうな?
    【ランスロット】
    やれやれ
    Block1end
    101010001
    【ランスロット】
    知ってのとおり
    お前の母上は妖精の侍女だった
    101009001
    【ノワール】
    そういうのを女の子に聞いちゃうところが
    鈍感なんだよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200505.html b/docs/story/200505.html index cf8174761..d8b014644 100644 --- a/docs/story/200505.html +++ b/docs/story/200505.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ランスロット_ランクアップ7_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -106,6 +118,15 @@

    1章/コミュ/x0401_ランスロット_ランクアップ7_2

    + + + + + + + + + @@ -121,6 +142,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ7_2

    + + + + @@ -151,6 +176,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ7_2

    + + + + @@ -210,5 +239,13 @@

    1章/コミュ/x0401_ランスロット_ランクアップ7_2

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    ここで父さんとブライアンは出会ったんだな
    【ランスロット】
    いや、なんでもない
    101009001
    【(選択肢)】
    1. さっきからそればかり
    2. 隠しごとはなしにしよう
    Block1_1
    101009001
    【ノワール】
    「いや、なんでもない」
    さっきからそればっかりだな
    【ノワール】
    まあ、いいけどさ
    はぐらかされるのには慣れてる、あんたに
    Block1_2
    101009001
    【ノワール】
    なあ、ランスロット
    【ノワール】
    それならいいけどさ…
    Block1end
    101010001
    【ランスロット】
    ブライアンに、感謝しなければな
    101010001
    【ランスロット】
    ああ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200506.html b/docs/story/200506.html index 47b341bc0..1a23319f5 100644 --- a/docs/story/200506.html +++ b/docs/story/200506.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ランスロット_ランクアップ8_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    1章/コミュ/x0401_ランスロット_ランクアップ8_2

    + + + + + + + + + @@ -66,6 +87,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ8_2

    + + + + @@ -91,6 +116,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ8_2

    + + + + @@ -116,6 +145,15 @@

    1章/コミュ/x0401_ランスロット_ランクアップ8_2

    + + + + + + + + + @@ -151,6 +189,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ8_2

    + + + + @@ -171,6 +213,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ8_2

    + + + + @@ -250,5 +296,13 @@

    1章/コミュ/x0401_ランスロット_ランクアップ8_2

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    今回はロジーの里か?
    【ランスロット】
    常に目を光らせていたんだ
    101009001
    【(選択肢)】
    1. 母さんは知っていたんだろうか
    2. 言ってくれればよかったのに…
    Block1_1
    101009001
    【ノワール】
    母さんはそのことを
    知っていたんだろうか?
    【ノワール】
    ランスロット、どうした?
    Block1_2
    101009001
    【ノワール】
    父さん…
    言ってくれればよかったのに…
    【ランスロット】
    ノワール…
    Block1end
    101010001
    【ランスロット】
    …実はな
    俺もこの里の近くを訪れたことがあるんだ
    【ランスロット】
    このあいだのお前よりも
    ひどい動きをしていたと思う
    101009001
    【(選択肢)】
    1. そうなのか!?
    2. ちょっと見たかったかも
    Block2_1
    101009001
    【ノワール】
    そうなのか?
    ランスロットが!?
    【ノワール】
    はいはい、わかったよ
    Block2_2
    101009001
    【ノワール】
    ちょっと見てみたかったな
    その光景
    【ランスロット】
    見せないようにしてるんだよ
    皆の前ではな
    Block2end
    101010001
    【ランスロット】
    あの頃の俺は、焦っていたんだ
    101009001
    【ノワール】
    あんたも
    しっかり継いでるんだなって思っただけさ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200507.html b/docs/story/200507.html index 17c65176d..83f79b550 100644 --- a/docs/story/200507.html +++ b/docs/story/200507.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ランスロット_ランクアップ9_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/コミュ/x0401_ランスロット_ランクアップ9_2

    + + + + + + + + + @@ -66,6 +87,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ9_2

    + + + + @@ -111,6 +136,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ9_2

    + + + + @@ -135,5 +164,13 @@

    1章/コミュ/x0401_ランスロット_ランクアップ9_2

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    それにしても
    ふたりでいろんな場所を巡ったな
    【ランスロット】
    冗談だろう?最初はお前も
    似合わないと言っていたじゃないか
    101009001
    【(選択肢)】
    1. そうだっけ?
    2. 当てつけだよ
    Block1_1
    101009001
    【ノワール】
    そうだっけ?
    よく覚えてないな…
    【ノワール】
    ははっ!
    Block1_2
    101009001
    【ノワール】
    それは、その…当てつけってやつだよ
    【ランスロット】
    …いいや。そんなことないさ
    Block1end
    101009001
    【ノワール】
    いろいろ落ち着いたらさ
    しばらくリムニーナ村に戻らないか?
    101010001
    【ランスロット】
    そうだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200508.html b/docs/story/200508.html index 462e72b37..7c6bc2004 100644 --- a/docs/story/200508.html +++ b/docs/story/200508.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ランスロット_ランクアップ9_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -335,5 +347,13 @@

    1章/コミュ/x0401_ランスロット_ランクアップ9_3

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    ここが今回の目的地だ
    101009001
    【ノワール】
    …ランスロット?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200509.html b/docs/story/200509.html index 52dfd2f5a..d86056006 100644 --- a/docs/story/200509.html +++ b/docs/story/200509.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ランスロット_ランクアップ10_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -66,6 +78,15 @@

    1章/コミュ/x0401_ランスロット_ランクアップ10_2

    + + + + + + + + + @@ -91,6 +112,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ10_2

    + + + + @@ -106,6 +131,10 @@

    1章/コミュ/x0401_ランスロット_ランクアップ10_2

    + + + + @@ -240,5 +269,13 @@

    1章/コミュ/x0401_ランスロット_ランクアップ10_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    連れてきたかったところってここか?
    円卓の間じゃないか
    【ランスロット】
    お前のためにな
    ブルーノ・ル・ノワール
    101009002
    【(選択肢)】
    1. 責任重大だな
    2. 連れてきてくれてありがとう
    Block1_1
    101009002
    【ノワール】
    父さんがそこまでの騎士だったとは
    思いもよらなかったよ
    【ノワール】
    …兄さんにも
    Block1_2
    101009002
    【ノワール】
    連れてきてくれてありがとう
    円卓の間(このばしょ)
    【ランスロット】
    あらためて言わせてくれ
    ようこそ、ノワール
    Block1end
    101009002
    【ノワール】
    そうか…
    父さんもここに座っていたのか
    101010001
    【ランスロット】
    見上げたやつだよ。本当に
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200510.html b/docs/story/200510.html index d163d1dfd..7223db267 100644 --- a/docs/story/200510.html +++ b/docs/story/200510.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ1_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ1_2

    + + + + + + + + + @@ -66,6 +87,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ1_2

    + + + + @@ -81,6 +106,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ1_2

    + + + + @@ -101,6 +130,15 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ1_2

    + + + + + + + + + @@ -116,6 +154,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ1_2

    + + + + @@ -151,6 +193,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ1_2

    + + + + @@ -166,6 +212,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ1_2

    + + + + @@ -220,5 +270,13 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ1_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    …屋上でパーッと遊ぶのか?
    【ギネヴィア】
    あのとき励ましてくれてありがと
    …嬉しかった
    101009002
    【(選択肢)】
    1. 大したことしてないよ
    2. …そんなことあったっけ?
    Block1_1
    101009002
    【ノワール】
    俺はなにも大したことしてないよ
    キミが頑張ったんだ
    【ギネヴィア】
    やさしいね、ノワールは
    Block1_2
    101009002
    【ノワール】
    …そんなことあったっけ?
    キミが頑張ってたことは覚えてるけど
    【ギネヴィア】
    …気を使ってくれたんだよね
    ありがと
    Block1end
    101011001
    【ギネヴィア】
    あのね
    わたし、考えたの
    【ギネヴィア】
    じゃあ、今度はわたしがノワールを
    元気づけてあげる番なんじゃないかなって
    101009002
    【(選択肢)】
    1. お願いしようかな
    2. いつも元気をもらってるよ
    3. 今は間に合ってる
    Block2_1
    101009002
    【ノワール】
    ありがとう
    せっかくだし、お願いしようかな
    【ギネマウア】
    あまり自慢できることでは
    ないような気もしますけれどね
    Block2_2
    101009002
    【ノワール】
    そこまで気にしてもらわなくても
    いつも元気をもらってるよ
    【ギネマウア】
    羽目を外し過ぎないように
    しばらくは私もおともします
    Block2_3
    101009002
    【ノワール】
    今は間に合ってる
    【ギネマウア】
    やっかいなお相手のようですね
    Block2end
    101011001
    【ギネヴィア】
    とにかく、もう決めたの
    決めたの、わたし
    101009002
    【ノワール】
    仕方ない
    付き合ってやるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200511.html b/docs/story/200511.html index fd202b6ff..295d5232e 100644 --- a/docs/story/200511.html +++ b/docs/story/200511.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ2_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -111,6 +123,15 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ2_2

    + + + + + + + + + @@ -126,6 +147,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ2_2

    + + + + @@ -146,6 +171,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ2_2

    + + + + @@ -161,6 +190,15 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ2_2

    + + + + + + + + + @@ -176,6 +214,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ2_2

    + + + + @@ -196,6 +238,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ2_2

    + + + + @@ -211,6 +257,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ2_2

    + + + + @@ -260,5 +310,13 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ2_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    このあいだも来たけど
    アストラット郷はのどかでいいですね
    【ギネヴィア】
    だいたいどうして
    わたしがお使いに行くのよ!?
    101009002
    【(選択肢)】
    1. 言い出しっぺはキミだから
    2. キミがジャンケンで負けたから
    Block1_1
    101009002
    【ノワール】
    ソフトクリームを食べようって言いだしたのは
    キミだからだろう
    【ギネマウア】
    私はダイエット中ですし
    Block1_2
    101009002
    【ノワール】
    キミがジャンケンで負けたからだろう
    【ノワール】
    「泣きの1回!」をあそこまで
    連発されたのは初めてだったよ
    Block1end
    101011001
    【ギネヴィア】
    うるさいうるさーい!
    【ギネヴィア】
    あげるのやめようっと
    101009002
    【(選択肢)】
    1. ごめん!
    2. なにをくれるんだ?
    3. 別にいらない
    Block2_1
    101009002
    【ノワール】
    ごめん!
    俺が悪かった!
    【ギネヴィア】
    まあいいわ
    Block2_2
    101009002
    【ノワール】
    なにをくれるんだ?
    【ギネマウア】
    そもそもノワール様が
    怒られる理由はありませんしね
    Block2_3
    101009002
    【ノワール】
    別にいらない
    【ギネマウア】
    単純ですこと
    Block2end
    101011001
    【ギネヴィア】
    はい、これ
    101011001
    【ギネヴィア】
    にししっ♪
    また今度、遊びに行こうね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200512.html b/docs/story/200512.html index cebfbed16..eeea40a7b 100644 --- a/docs/story/200512.html +++ b/docs/story/200512.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ3_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ3_2

    + + + + + + + + + @@ -96,6 +117,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ3_2

    + + + + @@ -121,6 +146,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ3_2

    + + + + @@ -161,6 +190,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ3_2

    + + + + @@ -260,5 +293,13 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ3_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    …すごい賑わいだな
    【ギネヴィア】
    ねえねえ、ノワール
    今日はどこに行ってみる?
    101009002
    【(選択肢)】
    1. 大道芸人を見に行ってみよう
    2. 珍しい食べ物はないかな
    3. キミに任せるよ
    Block1_1
    101009002
    【ノワール】
    向こうの広場に大道芸人が
    来ているみたいだ
    【ギネヴィア】
    そうね、移動しましょ
    Block1_2
    101009002
    【ノワール】
    ちょっとハラが減ったな
    なにか珍しい食べ物でもないかな?
    【ノワール】
    帰ったらアーサーに
    教えてやろう
    Block1_3
    101009002
    【ノワール】
    うーん、俺はこの都に詳しくないからな
    キミに任せるよ
    【ギネヴィア】
    ご予約、承りました~♪
    Block1end
    101009002
    【ノワール】
    ありがとう、ギネヴィア
    リフレッシュできた気がするよ
    101016001
    【ギネマウア】
    そうね
    ずっと一緒
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200513.html b/docs/story/200513.html index 2b940d2e3..71476df9b 100644 --- a/docs/story/200513.html +++ b/docs/story/200513.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ4_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ4_2

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ4_2

    + + + + @@ -66,6 +91,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ4_2

    + + + + @@ -121,6 +150,15 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ4_2

    + + + + + + + + + @@ -141,6 +179,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ4_2

    + + + + @@ -156,6 +198,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ4_2

    + + + + @@ -171,6 +217,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ4_2

    + + + + @@ -195,5 +245,13 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ4_2

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    今日はね
    コインのコレクションを見せてあげようと思って
    【ギネヴィア】
    ノワールにその素晴らしさを
    あらためて教えてあげようと思って!
    101009002
    【(選択肢)】
    1. いや、いいよ
    2. おもしろそうだ
    Block1_1
    101009002
    【ノワール】
    え…
    い、いや、俺はいいよ…
    【ノワール】
    そういう問題じゃあないんだけど
    Block1_2
    101009002
    【ノワール】
    へえ
    おもしろそうだな
    【ギネヴィア】
    フフン
    まあ、フツーの人はそうよね~
    Block1end
    101011001
    【ギネヴィア】
    たとえばこれ
    【ギネヴィア】
    えっと、あー…
    そうだ、今日はノワールにこれをあげる
    101009002
    【(選択肢)】
    1. ありがとう、大事にするよ
    2. どんな効果があるんだ?
    3. 宝石っていろいろあるんだな
    Block2_1
    101009002
    【ノワール】
    ずいぶん古びたコインだな…?
    【ギネヴィア】
    ずっと身に着けててね
    あなたをケガや病気から守ってくれるはずだから
    Block2_2
    101009002
    【ノワール】
    この古びたコインには
    どんな効果があるんだ?
    【ギネヴィア】
    身に着けていれば
    ケガや病気から守ってくれるはずよ
    Block2_3
    101009002
    【ノワール】
    ありがとう!
    【ギネヴィア】
    今度時間があったら
    他のコインのことも教えてあげるわね
    Block2end
    101009002
    【ノワール】
    …それは?
    コインじゃなくてガラス玉に見えるけど…
    101011001
    【ギネヴィア】
    大切な人からもらった
    大切な大切な宝物
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200514.html b/docs/story/200514.html index 3ab715360..3465f61d9 100644 --- a/docs/story/200514.html +++ b/docs/story/200514.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ5_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ5_2

    + + + + + + + +
    template1
    Load
    Play
    【妹】
    うわーん!
    おねえちゃんのいじわるー!
    101011001
    【ギネヴィア】
    なんでもない
    にししっ♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200515.html b/docs/story/200515.html index f44101699..09f45c317 100644 --- a/docs/story/200515.html +++ b/docs/story/200515.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ5_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ5_3

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ5_3

    + + + + @@ -86,6 +111,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ5_3

    + + + + @@ -145,5 +174,13 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ5_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    このあいだの
    あのガラス玉だけどさ
    【ギネヴィア】
    別のプレゼントをもらったのにも関わらず
    大騒ぎしちゃったの
    101009002
    【(選択肢)】
    1. その光景、目に浮かぶな
    2. それで、ガラス玉をもらえたの?
    Block1_1
    101009002
    【ノワール】
    誰かのものを欲しがって大騒ぎか
    【ギネヴィア】
    うるさい
    黙って聞きなさい
    Block1_2
    101009002
    【ノワール】
    それで
    ガラス玉をもらえたのか?
    【ギネヴィア】
    これから話したげるから
    ゆっくり聞きなさい
    Block1end
    101011001
    【ギネヴィア】
    でもね、お姉ちゃんはくれなかった
    意外に頑固なのよ
    101011001
    【ギネヴィア】
    あ、あはははは、は…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200516.html b/docs/story/200516.html index 3889f20c8..8ab9b55a2 100644 --- a/docs/story/200516.html +++ b/docs/story/200516.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ6_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -116,6 +128,15 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ6_2

    + + + + + + + + + @@ -131,6 +152,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ6_2

    + + + + @@ -146,6 +171,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ6_2

    + + + + @@ -190,5 +219,13 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ6_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    約束してる相手って
    ギネマウアさんだったのか
    【ギネヴィア・アロンダイト】
    はぁ、ふぅ…
    ほんと、弱っちくてイヤになる…
    101009002
    【(選択肢)】
    1. よく頑張ったな
    2. さすがはギネマウアさんだ
    Block1_1
    101009002
    【ノワール】
    よく頑張ったな
    【ギネヴィア・アロンダイト】
    まだまだお姉ちゃんには
    ぜんぜんかなわないよ
    Block1_2
    101009002
    【ノワール】
    さすがはギネマウアさんだ
    強くなったはずのギネヴィアを終始圧倒してた
    【ギネヴィア・アロンダイト】
    やっぱりお姉ちゃんには
    かなわないなぁ~
    Block1end
    101011002
    【ギネヴィア・アロンダイト】
    わたしがノワールの
    キラーズとして戦ってるときも
    101016002
    【ギネマウア・ロンゴミアント】
    ふたり、仲がいいわね、って
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200517.html b/docs/story/200517.html index 05458c6ff..fca1b0fd1 100644 --- a/docs/story/200517.html +++ b/docs/story/200517.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ7_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ7_2

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ7_2

    + + + + @@ -66,6 +91,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ7_2

    + + + + @@ -80,5 +109,13 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ7_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    それで?
    どうしたんだ、いったい
    【ギネヴィア】
    うん…
    101009002
    【(選択肢)】
    1. すぐ探しに行こう
    2. 落とし物として届けられてるかも
    Block1_1
    101009002
    【ノワール】
    すぐに探しに行こう
    【ノワール】
    なにか心当たりは?
    どこかに落とした覚えはないか?
    Block1_2
    101009002
    【ノワール】
    落とし物としてどこかに
    届けられてないか?
    【ギネヴィア】
    どこでなくしちゃったのかな…
    Block1end
    101011001
    【ギネヴィア】
    昨日まではたしかにあったから
    101009002
    【ノワール】
    よし、出発だ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200518.html b/docs/story/200518.html index a833f1aa0..162222cb9 100644 --- a/docs/story/200518.html +++ b/docs/story/200518.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ7_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ7_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    …それらしきものは
    見当たらないな
    101011001
    【ギネヴィア】
    次の場所に行こ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200519.html b/docs/story/200519.html index c6ef412a3..fb6c2ac7b 100644 --- a/docs/story/200519.html +++ b/docs/story/200519.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ7_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ7_4

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    …ここにもない
    101009002
    【ノワール】
    なあ
    他にどんな場所に行ったんだ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200520.html b/docs/story/200520.html index 737e3b983..2185cc3e3 100644 --- a/docs/story/200520.html +++ b/docs/story/200520.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ7_5

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ7_5

    + + + + + + + + + @@ -46,6 +67,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ7_5

    + + + + @@ -61,9 +86,21 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ7_5

    + + + + + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    何人かに聞いてみたんだけど
    見た覚えはないって
    【ギネヴィア】
    今日はここまでにしよう?
    101009002
    【(選択肢)】
    1. まだ付き合うよ
    2. きっと見つかるよ
    Block1_1
    101009002
    【ノワール】
    まだ付き合うよ
    気になる場所があれば…
    【ギネヴィア】
    でも…
    今日はやめとく
    Block1_2
    101009002
    【ノワール】
    …そっか
    きっと見つかるよ、諦めないで
    【ギネヴィア】
    …うん
    ……うん!
    Block1end
    101011001
    【ギネヴィア】
    ありがとね、ノワール
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200521.html b/docs/story/200521.html index a3a0be1fc..22a69f140 100644 --- a/docs/story/200521.html +++ b/docs/story/200521.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ8_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -136,6 +148,15 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ8_2

    + + + + + + + + + @@ -151,6 +172,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ8_2

    + + + + @@ -166,6 +191,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ8_2

    + + + + @@ -195,5 +224,13 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ8_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    うーん、ここにもないか
    次はどこを探す、ギネヴィア?
    【ギネヴィア】
    「私たちはふたりでひとつ
    これからずっと一緒にいられるの」って
    101009002
    【(選択肢)】
    1. 優しいお姉さんだな
    2. 俺もそう思うよ
    Block1_1
    101009002
    【ノワール】
    優しいお姉さんだな
    ギネマウアさん
    【ギネヴィア】
    わたしのことを見守ってくれる
    自慢のお姉ちゃんなんだ
    Block1_2
    101009002
    【ノワール】
    俺もそう思う
    【ギネヴィア】
    そうだよね
    お姉ちゃんに言われて恥ずかしくて
    Block1end
    101011001
    【ギネヴィア】
    そのあとね
    あの魔法のガラス玉をくれたの
    101009002
    【ノワール】
    見つけ出そう、必ず
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200522.html b/docs/story/200522.html index fcb193728..8a04d97b6 100644 --- a/docs/story/200522.html +++ b/docs/story/200522.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ8_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -30,5 +42,13 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ8_3

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    見つからないよ…
    お姉ちゃんになんて説明しよう…
    101011001
    【ギネヴィア】
    うん…
    また声かけるわね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200523.html b/docs/story/200523.html index 4b11061c9..c628aa417 100644 --- a/docs/story/200523.html +++ b/docs/story/200523.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ9_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ9_2

    + + + + + + + + + @@ -56,6 +77,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ9_2

    + + + + @@ -76,6 +101,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ9_2

    + + + + @@ -101,6 +130,15 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ9_2

    + + + + + + + + + @@ -126,6 +164,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ9_2

    + + + + @@ -141,6 +183,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ9_2

    + + + + @@ -161,6 +207,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ9_2

    + + + + @@ -175,5 +225,13 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ9_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    あれからギネマウアさんとは
    話をしたのか?
    【ギネヴィア】
    怒って
    わたしのことを避けてるのかなあ…
    101009002
    【(選択肢)】
    1. ありえない話じゃない
    2. そんなことはない
    Block1_1
    101009002
    【ノワール】
    うーん
    ありえない話じゃないかもな
    【ギネヴィア】
    こ、怖いこと言わないでよ!
    お姉ちゃんがそんなことするはずないでしょ!?
    Block1_2
    101009002
    【ノワール】
    うーん
    それはないんじゃないか?
    【ギネヴィア】
    そうだよね…
    Block1end
    101011001
    【ギネヴィア】
    とにかく
    今日も引き続きガラス玉を探しましょ
    【ノワール】
    なんだって!?
    ガラス玉を盗んだ犯人からの手紙か!
    101009002
    【(選択肢)】
    1. 罠かもしれない
    2. 罠でも行くしかない
    3. 悪戯じゃないか?
    Block2_1
    101009002
    【ノワール】
    ガラス玉がなくなってからしばらく経つ
    そこにこの手紙だ
    【ノワール】
    …わかった
    俺もついていくよ
    Block2_2
    101009002
    【ノワール】
    罠かもしれないけど
    キミの大切な宝物があるかもしれないんだろ?
    【ギネヴィア】
    ノワール…ありがとう!
    Block2_3
    101009002
    【ノワール】
    うーん…悪戯じゃないか?
    【ノワール】
    お、おい!?
    キミひとりで行かせるわけにはいかない
    Block2end
    101011001
    【ギネヴィア】
    それにしても、この文字…?
    101011001
    【ギネヴィア】
    ううん、気のせいだと思う
    キャメリアード城に急ごう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200524.html b/docs/story/200524.html index 00e820681..0d893c337 100644 --- a/docs/story/200524.html +++ b/docs/story/200524.html @@ -11,6 +11,22 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ9_3

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + @@ -255,5 +271,13 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ9_3

    + + + + + + + +
    template1
    template2
    Load
    Play
    101009002
    【ノワール】
    誰もいない…?
    101011001
    【ギネヴィア】
    見間違うわけないわよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200525.html b/docs/story/200525.html index c6ff9142f..483e7aa10 100644 --- a/docs/story/200525.html +++ b/docs/story/200525.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ10_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ10_2

    + + + + + + + + + @@ -76,6 +97,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ10_2

    + + + + @@ -96,6 +121,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ10_2

    + + + + @@ -131,6 +160,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ10_2

    + + + + @@ -241,6 +274,15 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ10_2

    + + + + + + + + + @@ -261,6 +303,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ10_2

    + + + + @@ -276,6 +322,10 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ10_2

    + + + + @@ -405,5 +455,13 @@

    1章/コミュ/x0401_ギネヴィア_ランクアップ10_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    …ここか
    まあ、気分転換にはピッタリかもな
    【ギネヴィア】
    ごめんなさい!
    101009002
    【(選択肢)】
    1. マスターとキラーズだろ?
    2. ふたりが仲直りできてよかった
    3. 迷惑だった
    Block1_1
    101009002
    【ノワール】
    謝る必要なんてないよ
    俺とキミはマスターとキラーズの関係だろ?
    【ギネヴィア】
    聞こえてるくせに!
    いじわる!
    Block1_2
    101009002
    【ノワール】
    俺のことは気にしないでいいよ
    それより、ふたりが仲直りできてよかった
    【ギネヴィア】
    ノワール…!
    ありがとう、お姉ちゃんも喜ぶよ
    Block1_3
    101009002
    【ノワール】
    ほんと
    キミにはいつも振り回される
    【ノワール】
    (しまった…調子に乗りすぎたか…?)
    Block1end
    101009002
    【ノワール】
    でもさ
    キミのお父さん
    【ギネヴィア】
    あなたに幸せを運んでくれる魔法をね
    101009002
    【(選択肢)】
    1. ありがとう
    2. 欲しかったんだ
    Block2_1
    101009002
    【ノワール】
    ありがとう
    大切にするよ
    【ノワール】
    もちろん
    ずっと大事にするから
    Block2_2
    101009002
    【ノワール】
    ふたりの話を聞いて羨ましくなっちゃって
    俺も欲しいなって思ってたんだ
    【ギネヴィア】
    うん
    ずっと大事にしてね
    Block2end
    101011001
    【ギネヴィア】
    お姉ちゃんにも同じのあるんだ
    101011001
    【ギネヴィア】
    お姉ちゃんと一緒に、ね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200526.html b/docs/story/200526.html index ca1be9d62..5f9f4a32c 100644 --- a/docs/story/200526.html +++ b/docs/story/200526.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ディナタン_ランクアップ2_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -91,6 +103,15 @@

    1章/コミュ/x0401_ディナタン_ランクアップ2_2

    + + + + + + + + + @@ -111,6 +132,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ2_2

    + + + + @@ -126,6 +151,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ2_2

    + + + + @@ -146,6 +175,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ2_2

    + + + + @@ -230,5 +263,13 @@

    1章/コミュ/x0401_ディナタン_ランクアップ2_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    話って、やっぱり例の件か?
    みんなに避けられてるかもって
    【ノワール】
    そうだなあ…
    101009002
    【(選択肢)】
    1. ひとりも悪くないぞ
    2. 諦めずに声をかけてみよう
    3. 俺がいるじゃないか
    Block1_1
    101009002
    【ノワール】
    気にしなくていいんじゃないか?
    ひとりも悪くないぞ
    【ノワール】
    そういうわけじゃないけど…
    Block1_2
    101009002
    【ノワール】
    諦めずに声をかけてみよう
    そのうち誰か友達になってくれるって
    【ノワール】
    それはそうだろうけど
    …そもそも、なんで逃げたりするんだ…?
    Block1_3
    101009002
    【ノワール】
    無理して友達を作らなくても
    俺がいるじゃないか
    【ノワール】
    うーん、それもそうか
    Block1end
    101014001
    【トリスタン】
    やれやれ
    キミたち、周りが見えてないの?
    101009002
    【ノワール】
    (…別の心配がありそうだな)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200527.html b/docs/story/200527.html index 276df7802..2b2a9df21 100644 --- a/docs/story/200527.html +++ b/docs/story/200527.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ディナタン_ランクアップ3_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -86,6 +98,15 @@

    1章/コミュ/x0401_ディナタン_ランクアップ3_2

    + + + + + + + + + @@ -116,6 +137,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ3_2

    + + + + @@ -136,6 +161,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ3_2

    + + + + @@ -175,5 +204,13 @@

    1章/コミュ/x0401_ディナタン_ランクアップ3_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    …よいしょっと!
    これで全部か?
    【モルガン】
    よかったじゃない。ね、ノワールくん?
    101009002
    【(選択肢)】
    1. ああ、よかった
    2. ちょっと心配だ
    Block1_1
    101009002
    【ノワール】
    ああ、よかった
    【ディナタン】
    …はい!
    Block1_2
    101009002
    【ノワール】
    友達ができたのはいいけど…
    ちょっと心配だな
    【モルガン】
    でもこういうときは喜んであげるのが
    お兄ちゃんの役目だと私は思うわ
    Block1end
    101012001
    【ディナタン】
    でも…このお手紙、どうしよう
    101012001
    【ディナタン】
    …なるほど!その手がありましたね!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200528.html b/docs/story/200528.html index 2b99c68c3..0aafa0627 100644 --- a/docs/story/200528.html +++ b/docs/story/200528.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ディナタン_ランクアップ3_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -100,5 +112,13 @@

    1章/コミュ/x0401_ディナタン_ランクアップ3_3

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    はあ?ラブレターの返事書くのを手伝えだぁ?
    なんでアタシがそんなこと!
    101017001
    【マルディサント】
    こりゃまた、妹さんのファンが増えちまうなあ
    オニーサン?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200529.html b/docs/story/200529.html index 49f7c3e6a..b62410853 100644 --- a/docs/story/200529.html +++ b/docs/story/200529.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ディナタン_ランクアップ4_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/コミュ/x0401_ディナタン_ランクアップ4_2

    + + + + + + + + + @@ -56,6 +77,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ4_2

    + + + + @@ -71,6 +96,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ4_2

    + + + + @@ -86,6 +115,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ4_2

    + + + + @@ -150,5 +183,13 @@

    1章/コミュ/x0401_ディナタン_ランクアップ4_2

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    実はね、この間の手紙の件で…
    【ディナタン】
    それで、私断れなくって…
    101009002
    【(選択肢)】
    1. ディナタンらしいな
    2. 俺が断ってやろうか?
    3. 図々しい奴だな
    Block1_1
    101009002
    【ノワール】
    優しいディナタンらしいな
    【ディナタン】
    ………うん
    Block1_2
    101009002
    【ノワール】
    俺が代わりに断ってやろうか?
    【ディナタン】
    それに…兄さんの印象も悪くなっちゃう
    そんなの嫌だから
    Block1_3
    101009002
    【ノワール】
    すでにフラれたくせにデートに誘うとか
    図々しい奴だな
    【ディナタン】
    この人は悪くないよ
    悪いのはちゃんと断れなかった私なの
    Block1end
    101009002
    【ノワール】
    …で、これからそいつとデートってわけか?
    101012001
    【ディナタン】
    う、うん…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200530.html b/docs/story/200530.html index 149e3d648..b41fcc03e 100644 --- a/docs/story/200530.html +++ b/docs/story/200530.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ディナタン_ランクアップ4_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -165,5 +177,13 @@

    1章/コミュ/x0401_ディナタン_ランクアップ4_3

    + + + + + + + +
    template1
    Load
    Play
    【ウィル】
    はい、ディナタン
    このソフトクリーム、すごくおいしいんだ
    101012001
    【ディナタン】
    でもいつか機会があれば…
    歌ってみてもいいかも
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200531.html b/docs/story/200531.html index c84042077..b87e982dc 100644 --- a/docs/story/200531.html +++ b/docs/story/200531.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ディナタン_ランクアップ5_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/コミュ/x0401_ディナタン_ランクアップ5_2

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ5_2

    + + + + @@ -76,6 +101,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ5_2

    + + + + @@ -106,6 +135,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ5_2

    + + + + @@ -191,6 +224,15 @@

    1章/コミュ/x0401_ディナタン_ランクアップ5_2

    + + + + + + + + + @@ -221,6 +263,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ5_2

    + + + + @@ -236,6 +282,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ5_2

    + + + + @@ -255,5 +305,13 @@

    1章/コミュ/x0401_ディナタン_ランクアップ5_2

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    【ディナタン】
    「また迷子になったりすんなよ」って
    送り出してはくれたけどね
    101009001
    【(選択肢)】
    1. 心配してるんだよ
    2. あれは迷子だったのか?
    3. 悪い場所じゃなかった
    Block1_1
    101009001
    【ノワール】
    マルディサントは
    ディナタンを心配してるんだよ
    【ディナタン】
    …ううん。友達だから
    Block1_2
    101009001
    【ノワール】
    あれは迷子だったのか?
    確かに、ずっと森から出られなかったけど
    【ディナタン】
    でも、私たちが森にいた時間はきっと
    意味のある時間だった…って思う
    Block1_3
    101009001
    【ノワール】
    今思えば、いいところだったのかもな
    穏やかで、つらいこともなにもなくて
    【ディナタン】
    それに…実は、私もちょっとだけ
    同じこと思ってたから
    Block1end
    101012001
    【ディナタン】
    …あの森で私たち
    ふたりだけで暮らしてたんだよね
    【ディナタン】
    だから、後ろ向きな気持ちは
    この森に置いていこうって
    101009001
    【(選択肢)】
    1. 無理に頑張らなくていい
    2. 一緒に頑張ろう
    Block2_1
    101009001
    【ノワール】
    …無理に頑張らなくていい
    急にいろんなことがありすぎたし
    【ディナタン】
    えへへ…ありがとう
    頼っちゃうから
    Block2_2
    101009001
    【ノワール】
    ああ
    一緒に頑張っていこう
    【ディナタン】
    だって私は兄さんの武器なんだから
    Block2end
    101012001
    【ディナタン】
    兄さんと話してたらなんとかなる気がしてきたよ
    やっぱり兄さんは頼りになるね
    101012001
    【ディナタン】
    そうだよね、兄さん
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200532.html b/docs/story/200532.html index b84e4aa78..3726267ed 100644 --- a/docs/story/200532.html +++ b/docs/story/200532.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ディナタン_ランクアップ6_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/コミュ/x0401_ディナタン_ランクアップ6_2

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ6_2

    + + + + @@ -71,6 +96,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ6_2

    + + + + @@ -101,6 +130,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ6_2

    + + + + @@ -265,5 +298,13 @@

    1章/コミュ/x0401_ディナタン_ランクアップ6_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    …よし。これで全部か
    ふぅ。意外と疲れたな
    【イゾルデ】
    これで治療に専念できるわ
    感謝するわね、ノワール
    101009002
    【(選択肢)】
    1. ディナタンが世話になってるから
    2. イゾルデに礼を言われるなんて
    3. 療養院の状況はどうなってる?
    Block1_1
    101009002
    【ノワール】
    大したことはしてないよ
    ディナタンが世話になってるからそのお礼だ
    【ディナタン】
    そんな…私なんて全然ですよ
    Block1_2
    101009002
    【ノワール】
    イゾルデに礼を言われるなんてな
    【ノワール】
    ご、ごめん
    Block1_3
    101009002
    【ノワール】
    療養院の状況はどうなってるんだ?
    【ディナタン】
    …なにか、できることないかな
    Block1end
    101019001
    【イゾルデ】
    じゃあ、あとは任せていいかしら
    私は他の患者を診ないといけないから
    101012001
    【ディナタン】
    よし…私、がんばってみる
    みんなが元気になれるような歌を作るために
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200533.html b/docs/story/200533.html index 5ecf82ab9..9aff59cab 100644 --- a/docs/story/200533.html +++ b/docs/story/200533.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ディナタン_ランクアップ7_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -61,6 +73,15 @@

    1章/コミュ/x0401_ディナタン_ランクアップ7_2

    + + + + + + + + + @@ -86,6 +107,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ7_2

    + + + + @@ -121,6 +146,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ7_2

    + + + + @@ -156,6 +185,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ7_2

    + + + + @@ -300,5 +333,13 @@

    1章/コミュ/x0401_ディナタン_ランクアップ7_2

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    うむむむむ…
    【ディナタン】
    マァル!
    101009002
    【(選択肢)】
    1. ディナタンに付き合ってるんだ
    2. 人のこと言えないだろ
    3. マルディサント、会いたかった!
    Block1_1
    101009002
    【ノワール】
    俺はディナタンに付き合ってるんだよ
    【マルディサント】
    あ?なんの話だ?
    Block1_2
    101009002
    【ノワール】
    マルディサントだって人のこと言えないだろ
    ここで芝居の練習してたって聞いたけど
    【ディナタン】
    …ねぇ、マァル
    お願いがあるんだけど
    Block1_3
    101009002
    【ノワール】
    マルディサント、会いたかった!
    【ディナタン】
    あのね…マァル!
    お願いがあるんだけど…
    Block1end
    101012001
    【ディナタン】
    実はね。療養院のみんなを元気づけるために
    コンサートを開くことになったの
    101009002
    【ノワール】
    ああ、わかってるさ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200534.html b/docs/story/200534.html index 819447932..90dc72745 100644 --- a/docs/story/200534.html +++ b/docs/story/200534.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ディナタン_ランクアップ8_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/コミュ/x0401_ディナタン_ランクアップ8_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    それで
    今度はなにに行き詰まったんだ?
    101012001
    【ディナタン】
    ああ!トリスタンさん、竪琴が得意だったよね
    ちょっとお願いに行ってみよう!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200535.html b/docs/story/200535.html index 2ea0a97cd..73dd728a2 100644 --- a/docs/story/200535.html +++ b/docs/story/200535.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ディナタン_ランクアップ8_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/コミュ/x0401_ディナタン_ランクアップ8_3

    + + + + + + + +
    template1
    Load
    Play
    101014001
    【トリスタン】
    作曲を頼みたいって?このボクに?
    101009002
    【ノワール】
    よし。行こう、ディナタン
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200536.html b/docs/story/200536.html index f7f8ea848..4f773ee43 100644 --- a/docs/story/200536.html +++ b/docs/story/200536.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ディナタン_ランクアップ8_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/コミュ/x0401_ディナタン_ランクアップ8_4

    + + + + + + + + + @@ -66,6 +87,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ8_4

    + + + + @@ -86,6 +111,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ8_4

    + + + + @@ -111,6 +140,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ8_4

    + + + + @@ -165,5 +198,13 @@

    1章/コミュ/x0401_ディナタン_ランクアップ8_4

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    修理、ちょっと時間がかかりそうだね
    【ノワール】
    俺も
    101009002
    【(選択肢)】
    1. 綺麗だな
    2. 俺は湖派だな
    3. 海に向かって叫んでみるか?
    Block1_1
    101009002
    【ノワール】
    綺麗だな
    【ディナタン】
    私の顔、じっと見ながら言うんだもん
    びっくりしちゃった
    Block1_2
    101009002
    【ノワール】
    海か…俺は湖のほうが好きだな
    【ディナタン】
    でも、海は海で違った魅力がない?
    すごく広くて、綺麗
    Block1_3
    101009002
    【ノワール】
    海に向かって叫んでみるか?
    【ノワール】
    そうかな…
    Block1end
    101012001
    【ディナタン】
    …この海の向こうには
    どんな世界が広がってるんだろう
    101012001
    【ディナタン】
    …うん。頑張らなきゃ
    みんなのために!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200537.html b/docs/story/200537.html index 0e2f1c2e0..0949acbd1 100644 --- a/docs/story/200537.html +++ b/docs/story/200537.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ディナタン_ランクアップ9_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/コミュ/x0401_ディナタン_ランクアップ9_2

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ9_2

    + + + + @@ -76,6 +101,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ9_2

    + + + + @@ -195,5 +224,13 @@

    1章/コミュ/x0401_ディナタン_ランクアップ9_2

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    …なんだか、緊張してきちゃった
    【ディナタン】
    …こんなときに歌なんてって、思われないかな
    101009002
    【(選択肢)】
    1. みんな楽しみにしてる
    2. 頑張れ、ディナタン
    Block1_1
    101009002
    【ノワール】
    大丈夫
    みんな楽しみにしてるって
    【イゾルデ】
    ここまで頑張ってきたのなら
    自信を持ちなさい
    Block1_2
    101009002
    【ノワール】
    ここまで頑張って準備してきただろ
    がんばれ、ディナタン
    【ディナタン】
    …うん!
    Block1end
    101012001
    【ディナタン】
    …こんにちは、みなさん
    今日はみなさんに歌を届けたくて来ました
    【ウィル】
    やっと、君の歌が聞けた
    ………ありがとう、ディナタン
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200538.html b/docs/story/200538.html index db1d80cdb..5e4a5d3cb 100644 --- a/docs/story/200538.html +++ b/docs/story/200538.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ディナタン_ランクアップ10_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    1章/コミュ/x0401_ディナタン_ランクアップ10_2

    + + + + + + + + + @@ -81,6 +102,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ10_2

    + + + + @@ -106,6 +131,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ10_2

    + + + + @@ -131,6 +160,10 @@

    1章/コミュ/x0401_ディナタン_ランクアップ10_2

    + + + + @@ -265,5 +298,13 @@

    1章/コミュ/x0401_ディナタン_ランクアップ10_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    …ふぅ。こんなもんだろ
    【ディナタン】
    イゾルデさん…
    101009002
    【(選択肢)】
    1. 歌声が最高だった
    2. 歌詞が最高だった
    3. 曲が最高だった
    Block1_1
    101009002
    【ノワール】
    あの日の歌声は、特に良かったもんな
    【ディナタン】
    …ふふ。冗談
    ありがと、兄さん
    Block1_2
    101009002
    【ノワール】
    特に歌詞が良かったな
    胸に響くっていうか
    【ディナタン】
    そ、そんなにまっすぐ褒められると
    なんか照れちゃうなぁ
    Block1_3
    101009002
    【ノワール】
    特に曲が良かったよな
    心が洗われるっていうか
    【ディナタン】
    イゾルデさん…
    Block1end
    101019001
    【イゾルデ】
    それじゃ、私は他の患者の様子を診てくるわ
    101012001
    【ディナタン】
    これからもよろしくね。兄さんっ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200539.html b/docs/story/200539.html index 8a70fb21a..3fbd741ab 100644 --- a/docs/story/200539.html +++ b/docs/story/200539.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ1_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -116,6 +128,15 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ1_2

    + + + + + + + + + @@ -151,6 +172,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ1_2

    + + + + @@ -181,6 +206,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ1_2

    + + + + @@ -285,5 +314,13 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ1_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    で、ガウェインの憧れてる
    ふたりのヒーローって誰なんだ?
    【ラグネル】
    もうめちゃくちゃ強かったよね!
    101009002
    【(選択肢)】
    1. それはすごいな
    2. 話を盛りすぎじゃないか?
    Block1_1
    101009002
    【ノワール】
    たったひとりで?
    それはすごいな
    【ガウェイン】
    俺たちの街に来た理由も
    「たまたま通りがかった」とか言ってたしな
    Block1_2
    101009002
    【ノワール】
    たったひとりで野盗を壊滅?
    それは話を盛り過ぎじゃないか~?
    【ガウェイン】
    だから!俺はともかくとして、って
    どういうことなんだよっ!?
    Block1end
    101018001
    【ラグネル】
    その人は野盗を懲らしめたあともさ
    壊された家の修理とかケガ人の手当てとか
    101013001
    【ガウェイン】
    そうだな
    活躍の場をローマの外まで広げてたりするかもな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200540.html b/docs/story/200540.html index 10bb10375..51d18b8d0 100644 --- a/docs/story/200540.html +++ b/docs/story/200540.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ2_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -155,5 +167,13 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ2_2

    + + + + + + + +
    template1
    Load
    Play
    【町人A】
    よう、ガウェイン!
    こないだは仕事手伝ってくれてありがとな!
    【女性】
    そうですね…それでは私は
    ここで待たせていただきますね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200541.html b/docs/story/200541.html index 9a3d4c50b..5c6c75c17 100644 --- a/docs/story/200541.html +++ b/docs/story/200541.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ2_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ2_3

    + + + + + + + +
    template1
    Load
    Play
    【町人C】
    うーん、見てないなあ
    101009002
    【ノワール】
    行ってみよう、ガウェイン!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200542.html b/docs/story/200542.html index 8fc3ff696..3e3b690d2 100644 --- a/docs/story/200542.html +++ b/docs/story/200542.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ2_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -146,6 +158,15 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ2_4

    + + + + + + + + + @@ -161,6 +182,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ2_4

    + + + + @@ -191,6 +216,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ2_4

    + + + + @@ -245,5 +274,13 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ2_4

    + + + + + + + +
    template1
    Load
    Play
    【トムの母親】
    本当にありがとうございます
    【トム】
    僕がお母さんのそばで泣いてたら
    優しく頭を撫でてくれたんだ
    101009002
    【(選択肢)】
    1. 知り合いか?
    2. 誰なんだろうな
    Block1_1
    101009002
    【ノワール】
    なんだ、その反応?
    もしかして心当たりがあるのか?
    【ガウェイン】
    でも、やっぱりヒーローは
    名も告げず去るのがカッコイイなと思ってさ
    Block1_2
    101009002
    【ノワール】
    たまたま村を訪れていたのか
    非番の兵士かな
    【ノワール】
    どういうことだ?
    Block1end
    【トム】
    思い出のキンイロチョウが
    そばにいてくれれば…
    101009002
    【ノワール】
    (けど、虫捕りか…
    苦手なんだよな、虫………)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200543.html b/docs/story/200543.html index fa192379e..15511df22 100644 --- a/docs/story/200543.html +++ b/docs/story/200543.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ3_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -100,5 +112,13 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ3_2

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    まずは近場から…って思ったけど
    実はキンイロチョウって聞いたことないんだよな
    101013001
    【ガウェイン】
    もう少し先まで行ってみっか!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200544.html b/docs/story/200544.html index c0a50e947..39f4cee92 100644 --- a/docs/story/200544.html +++ b/docs/story/200544.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ3_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ3_3

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ3_3

    + + + + @@ -76,6 +101,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ3_3

    + + + + @@ -155,5 +184,13 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ3_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ほんと、太陽が出てるときの
    ガウェインは元気だな…
    【ガウェイン】
    ノワール、ラグネルの様子を
    見てもらってていいか?
    101009002
    【(選択肢)】
    1. 俺も蝶を探したい
    2. 心配なんだな
    Block1_1
    101009002
    【ノワール】
    せっかく来たんだし
    俺も一緒に蝶を探させてくれ
    【ガウェイン】
    まあ、そうか
    じゃあ、手伝ってくれ!
    Block1_2
    101009002
    【ノワール】
    なんだかんだ言って
    心配なんだな、ラグネルのこと
    【ガウェイン】
    そういうもんだよ
    Block1end
    101013001
    【ガウェイン】
    しっかし、いねーなあ
    キンイロチョウ…
    101013001
    【ガウェイン】
    トムの親父さんも
    「諦めない心が大事」って言ってるしな!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200545.html b/docs/story/200545.html index 0fe06a901..02459fc37 100644 --- a/docs/story/200545.html +++ b/docs/story/200545.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ3_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -61,6 +73,15 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ3_4

    + + + + + + + + + @@ -76,6 +97,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ3_4

    + + + + @@ -91,6 +116,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ3_4

    + + + + @@ -155,5 +184,13 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ3_4

    + + + + + + + +
    template1
    Load
    Play
    101018001
    【ラグネル】
    ねえ、そろそろ帰らない?
    【トム】
    …金色の、蝶?
    101009002
    【(選択肢)】
    1. ガウェイン、捕まえよう!
    2. 綺麗だな
    Block1_1
    101009002
    【ノワール】
    ガウェイン、ぼーっとしてる場合じゃないぞ!
    【ガウェイン】
    そ、そっか!
    おっし、捕まえてやるぜ!
    Block1_2
    101009002
    【ノワール】
    へえ
    金色に輝く蝶か、綺麗だな
    【ガウェイン】
    …じゃねえよ!
    あれがキンイロチョウだろ、捕まえねえと!
    Block1end
    101013001
    【ガウェイン】
    よーし、捕まえた!
    待たせたなトム、これを親父さんに…
    101013001
    【ガウェイン】
    ああ、そうだな!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200546.html b/docs/story/200546.html index 1d1a72aa6..08f11bd63 100644 --- a/docs/story/200546.html +++ b/docs/story/200546.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ4_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ4_2

    + + + + + + + + + @@ -56,6 +77,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ4_2

    + + + + @@ -81,6 +106,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ4_2

    + + + + @@ -106,6 +135,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ4_2

    + + + + @@ -166,6 +199,15 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ4_2

    + + + + + + + + + @@ -186,6 +228,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ4_2

    + + + + @@ -221,6 +267,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ4_2

    + + + + @@ -235,5 +285,13 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ4_2

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    えーっと…蝶、蝶…っと…
    蝶の項目はどこだ…?
    【ガウェイン】
    あ?
    101009002
    【(選択肢)】
    1. かっこいい
    2. その熱意を勉強に活かしたら?
    3. 太陽は出ていないのに
    Block1_1
    101009002
    【ノワール】
    誰かのために頑張れるって
    すごくかっこいいことだと思う
    【ガウェイン】
    あ、そうなの?
    ありがとな…なんか照れくせーけど
    Block1_2
    101009002
    【ノワール】
    その頑張りを
    勉強にも活かせばいいのに
    【ガウェイン】
    たしかにここで本を探すのも
    だいぶ手慣れていた気がする…!
    Block1_3
    101009002
    【ノワール】
    ここだと
    太陽が出ているか確認できないのに
    【ノワール】
    わ、わかった
    憶えておくよ
    Block1end
    101013001
    【ガウェイン】
    頑張って当たり前だ
    トムを喜ばせてやりてーからな
    【ガウェイン】
    手で触れちゃダメって
    じゃあどうやって捕まえるんだよ!?
    101009002
    【(選択肢)】
    1. 網で捕まえるとか
    2. もう少し調べてみよう
    Block2_1
    101009002
    【ノワール】
    網で捕まえたあと
    カゴに入れるとか
    【ガウェイン】
    なにかうまい方法がないか
    探してみようぜ
    Block2_2
    101009002
    【ノワール】
    手で触れられないとすると…
    【ガウェイン】
    そう言ってくれると助かるぜ
    Block2end
    101013001
    【ガウェイン】
    ダメだ~
    どの本にも確実な捕まえかたは載ってねえ
    101013001
    【ガウェイン】
    街に出て聞いてみるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200547.html b/docs/story/200547.html index 4bbabd97b..5d1110e3e 100644 --- a/docs/story/200547.html +++ b/docs/story/200547.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ4_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -156,6 +168,15 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ4_3

    + + + + + + + + + @@ -171,6 +192,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ4_3

    + + + + @@ -186,6 +211,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ4_3

    + + + + @@ -201,6 +230,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ4_3

    + + + + @@ -225,5 +258,13 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ4_3

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    ちょっと知り合いの何人かに聞いてきてみるわ
    ノワールはここで待っててくれていいぜ
    【ガウェイン】
    そ、そんなにすんの!?
    101009002
    【(選択肢)】
    1. 金なら貸せないぞ
    2. どうにかして稼ぐか
    3. 諦めよう
    Block1_1
    101009002
    【ノワール】
    一応言っておくけど…俺は貸せないからな?
    【ガウェイン】
    貸してくれって言うつもりはねーけど
    お前、お小遣い制だったのか…
    Block1_2
    101009002
    【ノワール】
    どうにかして稼ぐか?
    【ガウェイン】
    お前らしい堅実な考えかただな
    Block1_3
    101009002
    【ノワール】
    俺たちの小遣いじゃ買えないよ
    諦めたほうがいいんじゃないか?
    【ガウェイン】
    俺にはそんな酷いことできねーよ
    Block1end
    101013001
    【ガウェイン】
    うーん頑張ってカネを用意するしかねーか
    101009002
    【ノワール】
    わかってる、協力するよ
    元傭兵に任せてくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200548.html b/docs/story/200548.html index 264d8c7cf..60b7d6e4d 100644 --- a/docs/story/200548.html +++ b/docs/story/200548.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ5_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -96,6 +108,15 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ5_2

    + + + + + + + + + @@ -111,6 +132,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ5_2

    + + + + @@ -146,6 +171,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ5_2

    + + + + @@ -160,5 +189,13 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ5_2

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    あれ?
    ししょ…ヴェルナルス先生?
    【ラグネル】
    だね!
    101009002
    【(選択肢)】
    1. 俺たちに任せてください
    2. 報酬は?
    Block1_1
    101009002
    【ノワール】
    その手の仕事なら俺たちの得意とするところだ
    任せてください
    【ヴェルナルス】
    すまない
    だが、くれぐれも無理はしないようにな
    Block1_2
    101009002
    【ノワール】
    えっと…依頼を受けるのはいいんですが
    報酬はどのくらい貰えます?
    【ラグネル】
    さすがはローマ…!
    Block1end
    101052001
    【ヴェルナルス】
    これがその書状だ
    101009002
    【ノワール】
    わかりました
    さっそく出発します
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200549.html b/docs/story/200549.html index 5d4fcf722..96e0919ab 100644 --- a/docs/story/200549.html +++ b/docs/story/200549.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ5_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ5_3

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ5_3

    + + + + @@ -81,6 +106,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ5_3

    + + + + @@ -135,5 +164,13 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ5_3

    + + + + + + + +
    template1
    Load
    Play
    【村人】
    た、大変だーっ!
    【村人】
    ほ、本当に…!?
    よかった、みんな助かるかもしれない…!
    101009001
    【(選択肢)】
    1. 先生の荷物を届けないと
    2. すぐに行こう
    Block1_1
    101009001
    【ノワール】
    ヴェルナルス先生は急いでほしいって言ってた
    ロンディニウムに行ったほうが良くないか?
    【ラグネル】
    うん、そうだよね!
    Block1_2
    101009001
    【ノワール】
    ガウェイン
    この人たちの村を助けに行こう!
    【ラグネル】
    そうこなくっちゃ!
    Block1end
    101013001
    【ガウェイン】
    あんたたちの村に案内してくれ!
    【村人】
    えっ?あの、ちょっと…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200550.html b/docs/story/200550.html index 91759dd5c..2f0b10029 100644 --- a/docs/story/200550.html +++ b/docs/story/200550.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ5_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ5_4

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ5_4

    + + + + @@ -66,6 +91,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ5_4

    + + + + @@ -86,9 +115,21 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ5_4

    + + + + + + + + + + + +
    template1
    Load
    Play
    101018001
    【ラグネル】
    えーっ!?
    ローマ行きの船、もう出ちゃったの?
    【ガウェイン】
    なあノワール
    なんて言って謝るのがいいかなあ?
    101009001
    【(選択肢)】
    1. 事情を説明する
    2. 素直に謝る
    3. 俺は知らない
    Block1_1
    101009001
    【ノワール】
    バルバロイに襲われた村を助けていましたって
    事情を説明すればいいんじゃないか?
    【ガウェイン】
    そうだよな
    変に言い訳とかはしないほうがいいよな
    Block1_2
    101009001
    【ノワール】
    こういうときは
    素直に「すみませんでした」と謝るのが一番
    【ガウェイン】
    なんかバカにされてる気もするけど
    まあ、それがよさそうだよな
    Block1_3
    101009001
    【ノワール】
    俺は知らない
    【ノワール】
    じょ、冗談!冗談だって…
    俺も一緒に謝るからさ
    Block1end
    101013001
    【ガウェイン】
    はあ…
    ログレスに戻って、先生んとこ行こうぜ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200551.html b/docs/story/200551.html index 434b4f621..360d08e38 100644 --- a/docs/story/200551.html +++ b/docs/story/200551.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ5_5

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ5_5

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    すんません!
    先生からの依頼、失敗しちゃいました
    101009002
    【ノワール】
    …はい!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200552.html b/docs/story/200552.html index a15713cfe..42401a9cc 100644 --- a/docs/story/200552.html +++ b/docs/story/200552.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ6_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ6_2

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ6_2

    + + + + @@ -81,6 +106,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ6_2

    + + + + @@ -101,6 +130,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ6_2

    + + + + @@ -176,6 +209,15 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ6_2

    + + + + + + + + + @@ -201,6 +243,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ6_2

    + + + + @@ -216,6 +262,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ6_2

    + + + + @@ -240,5 +290,13 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ6_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    どうした?
    元気ないみたいだけど
    【ガウェイン】
    ちょっと前にあった依頼の件も
    もっとお詫びしとくべきだったと思うしさ
    101009002
    【(選択肢)】
    1. もっといろいろ教わりたかったな
    2. ローマは敵になったんだ
    3. よくやったって言ってくれてた
    Block1_1
    101009002
    【ノワール】
    うん。ヴェルナルス先生には
    もっと色々教わりたかったな
    【ガウェイン】
    うまく言えねえけど
    男の生き様みたいなもんをさ
    Block1_2
    101009002
    【ノワール】
    悲しいけど
    ローマは俺たちの敵になったんだ
    【ガウェイン】
    わかりたくねーことだってあんだよ
    Block1_3
    101009002
    【ノワール】
    あの件なら叱られてないだろ?
    【ガウェイン】
    …お前も励ましてくれてサンキューな
    Block1end
    101013001
    【ガウェイン】
    ヴェルナルス先生はなんでもできる人だった
    俺の憧れの存在のひとりだ
    【ガウェイン】
    みんなの金!?
    ダメだって!修繕やらでこれからも必要だろ!
    101009002
    【(選択肢)】
    1. ガウェインの言うとおり
    2. 貰っておけば?
    Block2_1
    101009002
    【ノワール】
    申し出はありがたいけど
    ガウェインの言うとおり
    【ガウェイン】
    参ったなあ…
    Block2_2
    101009002
    【ノワール】
    ここまで言ってくれてるんだったら
    断るのはかえって失礼になるかもしれない
    【ガウェイン】
    うーん…
    ノワールがそこまで言うなら、まあ…
    Block2end
    101013001
    【ガウェイン】
    結局もらっちまったな
    101013001
    【ガウェイン】
    じゃ、さっそく宝石屋に行こうぜ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200553.html b/docs/story/200553.html index a9f4984ae..ae74b5465 100644 --- a/docs/story/200553.html +++ b/docs/story/200553.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ6_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ6_3

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    え…売れちゃった…?
    101013001
    【ガウェイン】
    ああ、悪いな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200554.html b/docs/story/200554.html index e425353b6..13fe7b921 100644 --- a/docs/story/200554.html +++ b/docs/story/200554.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ7_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ7_2

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ7_2

    + + + + @@ -71,6 +96,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ7_2

    + + + + @@ -91,6 +120,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ7_2

    + + + + @@ -206,6 +239,15 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ7_2

    + + + + + + + + + @@ -221,6 +263,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ7_2

    + + + + @@ -236,6 +282,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ7_2

    + + + + @@ -325,5 +375,13 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ7_2

    + + + + + + + +
    template1
    Load
    Play
    【トム】
    あっ!
    ガウェインお兄ちゃんにノワールお兄ちゃん!
    【トム】
    キンイロチョウ、見つかりそう?
    101009002
    【(選択肢)】
    1. もうすぐだ
    2. ガウェインがなんとかしてくれる
    3. 諦めてくれ
    Block1_1
    101009002
    【ノワール】
    あのあと
    学園で本を読んでいろいろ調べてさ
    【ガウェイン】
    ノワール…ありがとな
    Block1_2
    101009002
    【ノワール】
    今、ガウェインが頑張って
    捕まえかたを調べてくれるから
    【トム】
    そうなんだ
    うん、わかった。僕、待ってるよ
    Block1_3
    101009002
    【ノワール】
    それがな
    あの蝶、捕まえるのがすごく難しいんだ
    【ガウェイン】
    こないだ本を読んで
    捕まえかたがわかったからよ!
    Block1end
    【トム】
    お兄ちゃんたちなら
    ぜったいに捕まえられるよね!
    【ガウェイン】
    なんかダメだわ
    ここんところずっと失敗続きでよ…
    101009002
    【(選択肢)】
    1. トムには想いが伝わったよ
    2. キンイロチョウ、捕まえないとな
    Block2_1
    101009002
    【ノワール】
    いや
    トムにはきちんと伝わったと思うよ
    【ガウェイン】
    そうかな
    …そうだといいな
    Block2_2
    101009002
    【ノワール】
    しょげてる場合じゃないぞ
    【ガウェイン】
    ああ、悪い
    お前にも心配かけさせちまったな
    Block2end
    101009002
    【ノワール】
    なあ、ガウェインはどうして
    トムに対してそこまで親身になれるんだ?
    101013001
    【ガウェイン】
    ヒーローにはなれねえよな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200555.html b/docs/story/200555.html index 4b9ffe84c..e71d041a6 100644 --- a/docs/story/200555.html +++ b/docs/story/200555.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ8_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -81,6 +93,15 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ8_2

    + + + + + + + + + @@ -121,6 +142,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ8_2

    + + + + @@ -136,6 +161,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ8_2

    + + + + @@ -290,5 +319,13 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ8_2

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    ダメだ、いねえ…
    【アーサー】
    それでさっきの話の続きだが
    俺が本当になんでもできると思っているのか?
    101009002
    【(選択肢)】
    1. 思っている
    2. 思っていない
    Block1_1
    101009002
    【ノワール】
    あんたはリーダーシップもカリスマ性もあって
    さらに剣術も相当な腕前ときてる
    【アーサー】
    ガ、ガウェインもそう思ってるわけだな…
    ちょっぴりショック…
    Block1_2
    101009002
    【ノワール】
    思っていない
    【アーサー】
    自分から言ったことではあるんだが
    面と向かって言われるとさすがにヘコむな…
    Block1end
    101015001
    【アーサー】
    俺はお前たちが思っているような
    できた人間じゃないぞ?
    101015001
    【アーサー】
    詳しくは円卓の間で話したい
    一度学園に戻ろう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200556.html b/docs/story/200556.html index ee341ce2e..5205a03e6 100644 --- a/docs/story/200556.html +++ b/docs/story/200556.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ8_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ8_3

    + + + + + + + +
    template1
    Load
    Play
    【町人A】
    いたいた、ガウェイン!
    ちょっと相談に乗ってほしいことがあるんだ
    101015001
    【アーサー】
    またにしとくよ
    ヒーローの邪魔をするわけにはいかないだろう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200557.html b/docs/story/200557.html index 775c34194..45feab793 100644 --- a/docs/story/200557.html +++ b/docs/story/200557.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ9_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ9_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    キッスさん
    ちょっと相談があるんだけど…
    101065001
    【キッス】
    う、うん、行ってらっしゃい
    用事が終わったらまた顔を出してね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200558.html b/docs/story/200558.html index aa8fa1023..20b9ccba6 100644 --- a/docs/story/200558.html +++ b/docs/story/200558.html @@ -11,6 +11,28 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ9_3

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + + + + + + + @@ -61,6 +83,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ9_3

    + + + + @@ -86,6 +112,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ9_3

    + + + + @@ -116,6 +146,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ9_3

    + + + + @@ -176,6 +210,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ9_3

    + + + + @@ -206,6 +244,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ9_3

    + + + + @@ -246,6 +288,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ9_3

    + + + + @@ -260,5 +306,13 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ9_3

    + + + + + + + +
    Load
    Play
    101009001
    【(選択肢)】
    1. 一発ガツンと頼む
    2. お前がやらないなら俺がやる
    101009001
    【(選択肢)】
    1. そんなことない
    2. そうかもしれない
    CO_101013_0903_select1
    101009001
    【ノワール】
    雨が降りそうだな
    【ガウェイン】
    俺が?
    CO_101013_0903_select1_1
    101009001
    【ノワール】
    そうだよ
    お前の笑顔と明るい声が
    【ノワール】
    ガウェインは戦場の太陽なんだよ
    みんなを元気づけてやってくれ
    CO_101013_0903_select1_2
    101009001
    【ノワール】
    イヤなのか?
    お前がやらないなら俺がやるけど
    【ノワール】
    ガウェインは戦場の太陽なんだよ
    みんなを元気づけてやってくれ
    CO_101013_0903_select2
    101013001
    【ガウェイン】
    みんな、ここらで気合を入れ直そうぜ!
    疲れてるのはわかる、だから朗報をもってきた
    【ガウェイン】
    イタイ奴だった
    CO_101013_0903_select2_1
    101009001
    【ノワール】
    そんなことないよ
    お前はこれまでも十分ヒーローだったと思う
    【ガウェイン】
    それはヒーローとはいえねーかもだけどさ
    CO_101013_0903_select2_2
    101009001
    【ノワール】
    言われてみれば
    そうかもしれない
    【ガウェイン】
    それはヒーローとはいえねーかもだけどさ
    CO_101013_0903_end
    101018002
    【ラグネル・ガラティン】
    うん
    あんたらしくていいと思うよ
    101013001
    【ガウェイン】
    ありがとよ
    ノワール、ラグネル
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200559.html b/docs/story/200559.html index 6e4cd0894..dbd090edd 100644 --- a/docs/story/200559.html +++ b/docs/story/200559.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ9_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ9_4

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ごめんごめん、キッスさん
    さっきは話の途中で出て行っちゃって
    101013001
    【ガウェイン】
    ありがとう、ございます…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200560.html b/docs/story/200560.html index 67a1fae9e..2eb6f6048 100644 --- a/docs/story/200560.html +++ b/docs/story/200560.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ10_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -111,6 +123,15 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ10_2

    + + + + + + + + + @@ -131,6 +152,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ10_2

    + + + + @@ -161,6 +186,10 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ10_2

    + + + + @@ -320,5 +349,13 @@

    1章/コミュ/x0401_ガウェイン_ランクアップ10_2

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    トム!久しぶりだな!
    【ガウェイン】
    そんときさ
    こっちの兄ちゃんも連れて行っていいか?
    101009002
    【(選択肢)】
    1. 遠慮する
    2. ダメって言われてもついていく
    Block1_1
    101009002
    【ノワール】
    いや、俺はいいよ
    せっかくだしふたりで行って来いよ
    【ノワール】
    大人だって苦手なものくらいあるんだ!
    Block1_2
    101009002
    【ノワール】
    ダメって言われてもついていくぞ
    【トム】
    そうなの?残念だなあ
    Block1end
    【トム】
    みんなですっごく大きなやつを捕まえようよ
    ガウェインお兄ちゃんならできるでしょ?
    101013001
    【ガウェイン】
    …だよな!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200561.html b/docs/story/200561.html index 6824cae08..47842de8e 100644 --- a/docs/story/200561.html +++ b/docs/story/200561.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_トリスタン_ランクアップ1_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -205,5 +217,13 @@

    1章/コミュ/x0401_トリスタン_ランクアップ1_2

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    ノワール、少しいいかね
    101009002
    【ノワール】
    人との関わり合いを避けてるわけじゃないのかな
    トリスタンのやつ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200562.html b/docs/story/200562.html index 04765bf3c..d54deb3e8 100644 --- a/docs/story/200562.html +++ b/docs/story/200562.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_トリスタン_ランクアップ2_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    1章/コミュ/x0401_トリスタン_ランクアップ2_2

    + + + + + + + + + @@ -36,6 +57,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ2_2

    + + + + @@ -51,6 +76,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ2_2

    + + + + @@ -71,6 +100,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ2_2

    + + + + @@ -110,5 +143,13 @@

    1章/コミュ/x0401_トリスタン_ランクアップ2_2

    + + + + + + + +
    template1
    Load
    Play
    【男子生徒A】
    す、すごい!皆中(かいちゅう)だ!
    さすがだなあ、トリスタンくん
    【トリスタン】
    この程度、できて当たり前でしょ
    驚かれるようなことじゃない
    101009002
    【(選択肢)】
    1. さすがだな
    2. 剣術なら俺が上だ
    3. 俺にも弓術を教えてくれ
    Block1_1
    101009002
    【ノワール】
    さすがだな。的中率もさることながら
    射る動作に無駄がいっさいない
    【トリスタン】
    へえ、よく見てるじゃない
    褒めてくれてありがとう、と言っておくよ
    Block1_2
    101009002
    【ノワール】
    むむ…、剣術なら俺のほうが上だ
    【ノワール】
    う、うぐ…
    (口ではトリスタンに勝てないな)
    Block1_3
    101009002
    【ノワール】
    本当にすごいなあ
    今度、俺にも弓術を教えてくれないか?
    【ノワール】
    (断られたってことかな…)
    Block1end
    101014001
    【トリスタン】
    姿勢からなってないんだよ、キミたちは
    力み過ぎ
    101009002
    【ノワール】
    (…あんまり優しくはないか?)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200563.html b/docs/story/200563.html index b66a60503..e57e2f1b7 100644 --- a/docs/story/200563.html +++ b/docs/story/200563.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_トリスタン_ランクアップ2_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    1章/コミュ/x0401_トリスタン_ランクアップ2_3

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ2_3

    + + + + @@ -61,6 +86,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ2_3

    + + + + @@ -76,6 +105,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ2_3

    + + + + @@ -130,5 +163,13 @@

    1章/コミュ/x0401_トリスタン_ランクアップ2_3

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    いやー、やっぱトリスタンの竪琴はいいな!
    【ガウェイン】
    俺には音楽の理論のこととか
    形式のこととかはよくわかんねーけどさ
    101009002
    【(選択肢)】
    1. 確かに
    2. 俺も楽器を覚えようかな
    3. 誰かに習ったのか?
    Block1_1
    101009002
    【ノワール】
    確かに
    【トリスタン】
    へえ?それが本当なら
    キミの妹の歌、ちょっと気になるね
    Block1_2
    101009002
    【ノワール】
    俺もなにか楽器を覚えてみようかな
    【ノワール】
    そ、そうか…悪い
    Block1_3
    101009002
    【ノワール】
    ホント、上手いもんだなあ
    誰かに習ったのか?
    【ノワール】
    そ、そうか…なんか、ごめん
    Block1end
    101013001
    【ガウェイン】
    なあ、トリスタン!
    もう1曲聞かせてくれよ!
    101014001
    【トリスタン】
    …自分の心のキズも治せたなら
    どんなに良いだろうね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200564.html b/docs/story/200564.html index 7c5644fbf..f7a9d91a2 100644 --- a/docs/story/200564.html +++ b/docs/story/200564.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_トリスタン_ランクアップ3_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    1章/コミュ/x0401_トリスタン_ランクアップ3_2

    + + + + + + + + + @@ -36,6 +57,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ3_2

    + + + + @@ -56,6 +81,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ3_2

    + + + + @@ -81,6 +110,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ3_2

    + + + + @@ -165,5 +198,13 @@

    1章/コミュ/x0401_トリスタン_ランクアップ3_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    詩ってどうやって書けばいいんだ…?
    【ノワール】
    なんにも思いつかないし
    まるでできる気がしない…
    101009002
    【(選択肢)】
    1. マルディサントの手を借りたい
    2. コツを教えて欲しい
    3. なぜ俺をパートナーにしたんだ?
    Block1_1
    101009002
    【ノワール】
    ここにマルディサントがいてくれたらな…
    【トリスタン】
    キミのパートが未完成でも
    ボクは無視して提出するからね
    Block1_2
    101009002
    【ノワール】
    俺、詩の作りかたとか全然わからなくてさ
    コツを教えて欲しい
    【トリスタン】
    ラクしようと思って作ったものに
    人は高い評価をしてくれないよ
    Block1_3
    101009002
    【ノワール】
    なあ。詩を作るためのパートナーに
    どうして俺を選んだんだ?
    【ノワール】
    ああ、なるほどな
    Block1end
    101014001
    【トリスタン】
    音楽や絵なんかと同じく
    詩にも理論や形式はある
    101009002
    【ノワール】
    な、なんでもないよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200565.html b/docs/story/200565.html index d772d48af..414887f00 100644 --- a/docs/story/200565.html +++ b/docs/story/200565.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_トリスタン_ランクアップ3_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -225,5 +237,13 @@

    1章/コミュ/x0401_トリスタン_ランクアップ3_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    最後は…この棚か
    101014001
    【トリスタン】
    まあ、彼女たちの勉強がはかどるといいね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200566.html b/docs/story/200566.html index bccb76d08..182d0380e 100644 --- a/docs/story/200566.html +++ b/docs/story/200566.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_トリスタン_ランクアップ4_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -141,6 +153,15 @@

    1章/コミュ/x0401_トリスタン_ランクアップ4_2

    + + + + + + + + + @@ -166,6 +187,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ4_2

    + + + + @@ -181,6 +206,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ4_2

    + + + + @@ -215,5 +244,13 @@

    1章/コミュ/x0401_トリスタン_ランクアップ4_2

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    修繕用の資材は
    あらかた運び終えました
    【トリスタン】
    なんだ、キミか…
    101009001
    【(選択肢)】
    1. ごめん、驚かせたか?
    2. なんだはないだろ
    Block1_1
    101009001
    【ノワール】
    ごめん、驚かせたか?
    【トリスタン】
    へえ
    意外に手際がいいじゃない
    Block1_2
    101009001
    【ノワール】
    なんだはないだろ
    ここまで一緒に来たじゃないか
    【トリスタン】
    っていうか、ずっとそこにいたの?
    盗み聞きなんて、いい趣味してるね
    Block1end
    101009001
    【ノワール】
    今回の事件、近くの洞窟に眠る巨大なドラゴンの
    仕業ってウワサがあるみたいだけど…
    101009001
    【ノワール】
    しかし、ドラゴンの仕業、ねえ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200567.html b/docs/story/200567.html index 2772407a9..ac38e2b8d 100644 --- a/docs/story/200567.html +++ b/docs/story/200567.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_トリスタン_ランクアップ5_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/コミュ/x0401_トリスタン_ランクアップ5_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    イゾルデは『連鎖する幸運』の教室(ここ)
    待ってろって言ってたけど…
    101019001
    【イゾルデ】
    …ここはあまり場所が良くないわね
    もう少し静かなところに移動しましょう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200568.html b/docs/story/200568.html index 6854fcfcd..2f22b7ade 100644 --- a/docs/story/200568.html +++ b/docs/story/200568.html @@ -11,11 +11,32 @@

    1章/コミュ/x0401_トリスタン_ランクアップ5_3

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -46,6 +67,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ5_3

    + + + + @@ -61,6 +86,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ5_3

    + + + + @@ -185,5 +214,13 @@

    1章/コミュ/x0401_トリスタン_ランクアップ5_3

    + + + + + + + +
    template1
    Load
    Play
    101019001
    【イゾルデ】
    単刀直入に聞くけれど…
    お前はトリスタンのことをどう思っているの?
    101009002
    【(選択肢)】
    1. 好き
    2. 嫌い
    Block1_1
    101009002
    【ノワール】
    好きだな
    【イゾルデ】
    そう
    Block1_2
    101009002
    【ノワール】
    嫌いだ
    【ノワール】
    じょ、冗談だよ。ごめん…
    Block1end
    101019001
    【イゾルデ】
    最近
    妙に付き纏われて困っているらしいの
    101019001
    【イゾルデ】
    …話はそれだけ
    もう行っていいわよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200569.html b/docs/story/200569.html index 829f644ad..f23341304 100644 --- a/docs/story/200569.html +++ b/docs/story/200569.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_トリスタン_ランクアップ5_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    1章/コミュ/x0401_トリスタン_ランクアップ5_4

    + + + + + + + + + @@ -76,6 +97,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ5_4

    + + + + @@ -91,6 +116,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ5_4

    + + + + @@ -110,5 +139,13 @@

    1章/コミュ/x0401_トリスタン_ランクアップ5_4

    + + + + + + + +
    template1
    Load
    Play
    101014001
    【トリスタン】
    ねえ
    なんの話だったの?
    【トリスタン】
    ねえ、キミはなんでだと思う?
    101009002
    【(選択肢)】
    1. 心配してる
    2. 俺のことを愚痴ってるのか?
    Block1_1
    101009002
    【ノワール】
    なんでって言われてもな…
    【トリスタン】
    心配?なんでそんな…
    それに言いたいことがあるなら言えばいいのに
    Block1_2
    101009002
    【ノワール】
    それより
    イゾルデに俺の愚痴を聞かせてるのか?
    【ノワール】
    本人を前に
    それを言えるってすごいな、お前…
    Block1end
    101009002
    【ノワール】
    ともかくさ
    身近すぎるからこそ言えないこともあるだろ
    101009002
    【ノワール】
    ああ
    ぜひ、そうしてくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200570.html b/docs/story/200570.html index 22fe6cc04..28f88f133 100644 --- a/docs/story/200570.html +++ b/docs/story/200570.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_トリスタン_ランクアップ6_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/コミュ/x0401_トリスタン_ランクアップ6_2

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ6_2

    + + + + @@ -76,6 +101,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ6_2

    + + + + @@ -186,6 +215,15 @@

    1章/コミュ/x0401_トリスタン_ランクアップ6_2

    + + + + + + + + + @@ -201,6 +239,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ6_2

    + + + + @@ -221,6 +263,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ6_2

    + + + + @@ -325,5 +371,13 @@

    1章/コミュ/x0401_トリスタン_ランクアップ6_2

    + + + + + + + +
    template1
    Load
    Play
    101014001
    【トリスタン】
    少し前…イゾルデに言ったんだ
    【トリスタン】
    見抜かれてたんだよね、結局
    ボクが臆病で中途半端なことをさ
    101009002
    【(選択肢)】
    1. そのとおりだな
    2. 違う
    Block1_1
    101009002
    【ノワール】
    臆病で中途半端か
    たしかにそのとおりだな
    【トリスタン】
    …キミ、なかなかいい性格してるよね
    Block1_2
    101009002
    【ノワール】
    お前は臆病でも中途半端でもない
    優しいんだ。優しすぎるんだよ
    【トリスタン】
    なんでもない
    ただのひとりごとだよ
    Block1end
    101014001
    【トリスタン】
    …教えてほしいんだ
    【トリスタン】
    あのときのあいつの醜悪な顔は
    今も脳裏から消えないよ
    101009002
    【(選択肢)】
    1. 大変だったな
    2. なんて奴だ
    Block2_1
    101009002
    【ノワール】
    その…月並みなことしか言えないけど
    大変だったな
    【トリスタン】
    人間の醜さを
    まざまざと見せつけられた
    Block2_2
    101009002
    【ノワール】
    なんて奴だ!
    身内を売るだなんて…!
    【ノワール】
    トリスタン…
    Block2end
    101014001
    【トリスタン】
    身近な人間に裏切られるなんて
    想像もしてなかったよ
    101014001
    【トリスタン】
    気分転換でもして帰ろうかな
    じゃね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200571.html b/docs/story/200571.html index 9181e6ef4..b20a85d6f 100644 --- a/docs/story/200571.html +++ b/docs/story/200571.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_トリスタン_ランクアップ7_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/コミュ/x0401_トリスタン_ランクアップ7_2

    + + + + + + + + + @@ -46,6 +67,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ7_2

    + + + + @@ -71,6 +96,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ7_2

    + + + + @@ -160,5 +189,13 @@

    1章/コミュ/x0401_トリスタン_ランクアップ7_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    なんだ、用事って大図書院か
    ちょっと前にも一緒に来たよな
    【トリスタン】
    なんでキミここまでついて来たの?
    101009002
    【(選択肢)】
    1. 暇だから
    2. 俺たち友達だろ?
    Block1_1
    101009002
    【ノワール】
    暇だから
    【ノワール】
    じょ、冗談だよ…
    Block1_2
    101009002
    【ノワール】
    だって俺たち友達だろ?
    【トリスタン】
    いいよね、キミは
    いつも能天気でさ
    Block1end
    101009002
    【ノワール】
    本気で迷惑そうなら
    無理についてったりはしないけど
    101009002
    【ノワール】
    え?ああ、別にいいけど
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200572.html b/docs/story/200572.html index c362d7a6f..bb294ce1c 100644 --- a/docs/story/200572.html +++ b/docs/story/200572.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_トリスタン_ランクアップ7_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/コミュ/x0401_トリスタン_ランクアップ7_3

    + + + + + + + +
    template1
    Load
    Play
    101014001
    【トリスタン】
    お待たせ
    101009001
    【ノワール】
    お、おい!
    詳しく聞かせろよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200573.html b/docs/story/200573.html index b8e1c68bd..6dad239c2 100644 --- a/docs/story/200573.html +++ b/docs/story/200573.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_トリスタン_ランクアップ8_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -66,6 +78,15 @@

    1章/コミュ/x0401_トリスタン_ランクアップ8_2

    + + + + + + + + + @@ -81,6 +102,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ8_2

    + + + + @@ -111,6 +136,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ8_2

    + + + + @@ -161,6 +190,15 @@

    1章/コミュ/x0401_トリスタン_ランクアップ8_2

    + + + + + + + + + @@ -176,6 +214,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ8_2

    + + + + @@ -201,6 +243,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ8_2

    + + + + @@ -265,5 +311,13 @@

    1章/コミュ/x0401_トリスタン_ランクアップ8_2

    + + + + + + + +
    template1
    Load
    Play
    【大臣】
    民たちの不安は日増しに強まるばかりです
    生贄を捧げ、ドラゴンの怒りを鎮めねば
    【トリスタン】
    ところでさ
    ボクは賛成だよ、生贄の件
    101009001
    【(選択肢)】
    1. なにを言ってるんだ!?
    2. なにか考えがあるのか?
    Block1_1
    101009001
    【ノワール】
    トリスタン、お前!
    なにを言ってるんだ!?
    【トリスタン】
    うるさいな
    ボクに考えがあるんだ。黙っててよ
    Block1_2
    101009001
    【ノワール】
    トリスタン
    なにか考えがあるんだな?
    【トリスタン】
    …正解
    Block1end
    101014001
    【トリスタン】
    そのドラゴンの怒りを鎮められれば
    しばらく町が襲われることはないわけでしょ
    【領主】
    私は皆の笑顔を守ってあげたい
    皆の想いを信じたい…それだけなのです
    101009001
    【(選択肢)】
    1. 素晴らしいことだと思う
    2. 娘を犠牲にしてもか?
    Block2_1
    101009001
    【ノワール】
    皆の想いを信じたい、か
    それはとても素晴らしいことだと思う
    【トリスタン】
    信じあう心…
    Block2_2
    101009001
    【ノワール】
    娘を犠牲にしてでも守るべきものだと?
    【領主】
    この地を気にかけていただけているのなら
    領民のこともお願いできますし
    Block2end
    101019001
    【イゾルデ】
    やりようはいくらでもあると思うわよ
    101014001
    【トリスタン】
    最後まで人を信じた結果
    どんな結末を迎えるのかさ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200574.html b/docs/story/200574.html index 1a5e7dc89..c799b5df2 100644 --- a/docs/story/200574.html +++ b/docs/story/200574.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_トリスタン_ランクアップ9_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    1章/コミュ/x0401_トリスタン_ランクアップ9_2

    + + + + + + + +
    template1
    Load
    Play
    【領主】
    娘よ、いたらぬ父を許してくれ…
    【大臣】
    い、いえ…
    わかりました、参りましょう…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200575.html b/docs/story/200575.html index 7ce439691..11daeb8de 100644 --- a/docs/story/200575.html +++ b/docs/story/200575.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_トリスタン_ランクアップ9_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -145,5 +157,13 @@

    1章/コミュ/x0401_トリスタン_ランクアップ9_3

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    この洞窟に
    巨大なドラゴンがいるのか?
    101014001
    【トリスタン】
    やれやれ
    円卓の騎士も舐められたものだね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200576.html b/docs/story/200576.html index fc749f7cd..7565541e4 100644 --- a/docs/story/200576.html +++ b/docs/story/200576.html @@ -11,11 +11,32 @@

    1章/コミュ/x0401_トリスタン_ランクアップ9_4

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -36,6 +57,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ9_4

    + + + + @@ -61,6 +86,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ9_4

    + + + + @@ -95,5 +124,13 @@

    1章/コミュ/x0401_トリスタン_ランクアップ9_4

    + + + + + + + +
    template1
    Load
    Play
    【領主】
    まさかすべて大臣の企みだったとは…
    あなた方にはなんと感謝してよいやら
    101009001
    【(選択肢)】
    1. 騎士として当然のことをしたまで
    2. すべてトリスタンのおかげです
    Block1_1
    101009001
    【ノワール】
    礼にはおよびません
    騎士として当然のことをしたまでです
    【トリスタン】
    遠慮しとくよ
    むず痒くってかなわない
    Block1_2
    101009001
    【ノワール】
    いえ、俺はなにもしていません
    すべてトリスタンのおかげです
    【トリスタン】
    なんかよくわからないけど
    まあ、悪い気はしないかな
    Block1end
    【領主】
    改めてお礼を申し上げさせてください
    ありがとうございました
    101014001
    【トリスタン】
    あ~~~~~もう!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200577.html b/docs/story/200577.html index f646da926..048370e39 100644 --- a/docs/story/200577.html +++ b/docs/story/200577.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_トリスタン_ランクアップ9_5

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    1章/コミュ/x0401_トリスタン_ランクアップ9_5

    + + + + + + + +
    template1
    Load
    Play
    401041001
    【ゴロツキA】
    いててて…旦那よぉ~
    話が違うじゃねえか
    【大臣】
    ドッ…ドラ…!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200578.html b/docs/story/200578.html index e89e9a6bb..3c710f1b1 100644 --- a/docs/story/200578.html +++ b/docs/story/200578.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_トリスタン_ランクアップ10_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -61,6 +73,15 @@

    1章/コミュ/x0401_トリスタン_ランクアップ10_2

    + + + + + + + + + @@ -86,6 +107,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ10_2

    + + + + @@ -101,6 +126,10 @@

    1章/コミュ/x0401_トリスタン_ランクアップ10_2

    + + + + @@ -125,5 +154,13 @@

    1章/コミュ/x0401_トリスタン_ランクアップ10_2

    + + + + + + + +
    template1
    Load
    Play
    【領主】
    あれほどお助けいただいたと言うのに
    更に慰労の催しまで、ですと…!?
    【トリスタン】
    ボクは、別に…
    101009001
    【(選択肢)】
    1. 俺がもらう
    2. 受け取っておけよ
    Block1_1
    101009001
    【ノワール】
    トリスタンがいらないなら
    俺がもらおうかな
    【ノワール】
    笑えない冗談だったな、ごめん…
    Block1_2
    101009001
    【ノワール】
    それはトリスタンがもらうべきだ
    受け取っておけよ
    【トリスタン】
    そう、かな…
    Block1end
    101019001
    【イゾルデ】
    この土地の者からのお前への想いよ
    トリスタン、しっかり受け止めるべきだわ
    101014001
    【トリスタン】
    ありがとう、大事にします
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200579.html b/docs/story/200579.html index daf97b1ab..98968de15 100644 --- a/docs/story/200579.html +++ b/docs/story/200579.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_トリスタン_ランクアップ10_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    1章/コミュ/x0401_トリスタン_ランクアップ10_3

    + + + + + + + +
    template1
    Load
    Play
    101019001
    【イゾルデ】
    お前もだいぶ素直になれたようね、トリスタン
    101014001
    【トリスタン】
    思ってたほど悪くないね
    誰かの手を握るってのもさ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200580.html b/docs/story/200580.html index 664c639cc..70eba5912 100644 --- a/docs/story/200580.html +++ b/docs/story/200580.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_アーサー_ランクアップ2_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/コミュ/x0401_アーサー_ランクアップ2_2

    + + + + + + + + + @@ -76,6 +97,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ2_2

    + + + + @@ -101,6 +126,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ2_2

    + + + + @@ -160,5 +189,13 @@

    1章/コミュ/x0401_アーサー_ランクアップ2_2

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    参ったな。ホットドッグの話を聞いたら
    また食べたくなってしまった!
    【ケイ】
    もしや、貴公は何か知っているのか?
    101009002
    【(選択肢)】
    1. (誤魔化す)
    2. (誤魔化さない)
    Block1_1
    101009002
    【ノワール】
    いや、わからない
    全然、サッパリ
    【ケイ】
    まったく、あいつは…!
    Block1_2
    101009002
    【ノワール】
    あ…ホットドッグを食べに行くって
    すぐに戻るらしいけど
    【ケイ】
    だいたい、あいつはいつも…!
    Block1end
    101040001
    【ケイ】
    そんなにB級グルメを食べたければ
    せめて誰かに買いに行かせればいいだろう
    101009002
    【ノワール】
    …わかったよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200581.html b/docs/story/200581.html index eee645ba9..c6bb35651 100644 --- a/docs/story/200581.html +++ b/docs/story/200581.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_アーサー_ランクアップ2_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -111,6 +123,15 @@

    1章/コミュ/x0401_アーサー_ランクアップ2_3

    + + + + + + + + + @@ -136,6 +157,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ2_3

    + + + + @@ -161,6 +186,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ2_3

    + + + + @@ -240,5 +269,13 @@

    1章/コミュ/x0401_アーサー_ランクアップ2_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    あ…いた!
    あんなところでなにしてるんだ?
    【アーサー】
    ムリヤリ連れていくこともできただろうに
    お前は優しい男だな、ノワール
    101009002
    【(選択肢)】
    1. そんなんじゃない
    2. そのつもりだった
    Block1_1
    101009002
    【ノワール】
    別に、そんなんじゃない
    【ノワール】
    それは…そうかも
    Block1_2
    101009002
    【ノワール】
    あと数分待ってもあそこを動かないなら
    連れ戻そうと思ってたんだ
    【ノワール】
    そ、そんなにか
    Block1end
    101009002
    【ノワール】
    それにしても、なんであんたはあんな場所で
    みんなの相手をしてるんだ?
    101009002
    【ノワール】
    公務に戻るんじゃないのか!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200582.html b/docs/story/200582.html index b1e281df7..caa8ba2e6 100644 --- a/docs/story/200582.html +++ b/docs/story/200582.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_アーサー_ランクアップ3_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/コミュ/x0401_アーサー_ランクアップ3_2

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    ああ、集中が途切れてしまった!
    そろそろ息抜きのタイミングだ!
    101009002
    【ノワール】
    ああ、わかった
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200583.html b/docs/story/200583.html index db19f4432..599bc13f0 100644 --- a/docs/story/200583.html +++ b/docs/story/200583.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_アーサー_ランクアップ3_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/コミュ/x0401_アーサー_ランクアップ3_3

    + + + + + + + +
    template1
    Load
    Play
    101020001
    【マーリン】
    ノワール様
    ひとつお願いがあるのですが
    101009002
    【ノワール】
    …?
    わかりました、行ってきます
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200584.html b/docs/story/200584.html index fce87498e..30e1ef4b2 100644 --- a/docs/story/200584.html +++ b/docs/story/200584.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_アーサー_ランクアップ3_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/コミュ/x0401_アーサー_ランクアップ3_4

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ3_4

    + + + + @@ -86,6 +111,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ3_4

    + + + + @@ -235,5 +264,13 @@

    1章/コミュ/x0401_アーサー_ランクアップ3_4

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    失礼します…って
    アーサー!?大丈夫か!?
    【アーサー】
    ではさっそく…もぐもぐ
    101009002
    【(選択肢)】
    1. こぼすなよ
    2. 俺も食べたくなってきた
    Block1_1
    101009002
    【ノワール】
    書類の上でホットドッグって…
    ソースこぼすなよ?
    【ケイ】
    …アーサー、お前というやつは
    Block1_2
    101009002
    【ノワール】
    いい食いっぷりだな
    …俺も食べたくなってきた
    【ノワール】
    取らないって
    Block1end
    101040001
    【ケイ】
    相変わらずそんな物ばかり食べて…
    まったく、マーリンも甘すぎるな
    101009002
    【ノワール】
    (…やっぱりただ単に
    B級グルメが好きなだけか…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200585.html b/docs/story/200585.html index 0c9560dd1..e017dd410 100644 --- a/docs/story/200585.html +++ b/docs/story/200585.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_アーサー_ランクアップ4_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/コミュ/x0401_アーサー_ランクアップ4_2

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    …さて、キリのいいところまで片付けたし
    今日はこのくらいにしておこう
    101009002
    【ノワール】
    はいはい
    またアーサーをさがせばいいんだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200586.html b/docs/story/200586.html index 8f71817dc..8b859288e 100644 --- a/docs/story/200586.html +++ b/docs/story/200586.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_アーサー_ランクアップ4_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    1章/コミュ/x0401_アーサー_ランクアップ4_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    …といったものの
    アーサーのやつ、どこに行ったんだ?
    101020001
    【マーリン】
    …恐らく、屋上にいるかと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200587.html b/docs/story/200587.html index cc0ce6da0..b49ae1202 100644 --- a/docs/story/200587.html +++ b/docs/story/200587.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_アーサー_ランクアップ4_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -96,6 +108,15 @@

    1章/コミュ/x0401_アーサー_ランクアップ4_4

    + + + + + + + + + @@ -116,6 +137,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ4_4

    + + + + @@ -141,6 +166,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ4_4

    + + + + @@ -166,6 +195,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ4_4

    + + + + @@ -270,5 +303,13 @@

    1章/コミュ/x0401_アーサー_ランクアップ4_4

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    ほう。よくここが分かったな!
    【アーサー】
    実は、視力には自信があってな!
    101009002
    【(選択肢)】
    1. のぞきが趣味なのか?
    2. 生徒を見守っているんだな
    3. モルガン先生がこっちを見た?
    Block1_1
    101009002
    【ノワール】
    あんた、のぞきが趣味なのか?
    【ノワール】
    あんま変わらないと思うけど
    Block1_2
    101009002
    【ノワール】
    いつも生徒を見守っているんだな
    さすが学長
    【アーサー】
    さてなぁ~?
    Block1_3
    101009002
    【ノワール】
    あ、今モルガン先生がこっちを見たような
    【アーサー】
    だが、そういうの意外と嫌いじゃないぞ!
    Block1end
    101015001
    【アーサー】
    こうして皆が青春を謳歌している様子を
    眺めているのが俺の幸せでな
    101015001
    【アーサー】
    ハハハ!正論だな!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200588.html b/docs/story/200588.html index e6dbcb1df..646b1663c 100644 --- a/docs/story/200588.html +++ b/docs/story/200588.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_アーサー_ランクアップ5_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/コミュ/x0401_アーサー_ランクアップ5_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    (…アーサーのやつ、
    なんか、いつもと雰囲気違ったな)
    101020001
    【マーリン】
    それでも
    今のあの方に一番必要なことだと思うのです
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200589.html b/docs/story/200589.html index 249a0fd21..616fe6292 100644 --- a/docs/story/200589.html +++ b/docs/story/200589.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_アーサー_ランクアップ5_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -121,6 +133,15 @@

    1章/コミュ/x0401_アーサー_ランクアップ5_3

    + + + + + + + + + @@ -151,6 +172,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ5_3

    + + + + @@ -176,6 +201,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ5_3

    + + + + @@ -201,6 +230,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ5_3

    + + + + @@ -275,5 +308,13 @@

    1章/コミュ/x0401_アーサー_ランクアップ5_3

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    お、おい、ノワール!どうした!?
    どこへ行く!?
    【ノワール】
    アーサー…
    101009002
    【(選択肢)】
    1. 至らなくなんかない
    2. 悪いのはルーシャスや魔女だろ
    3. 俺も守れなかった
    Block1_1
    101009002
    【ノワール】
    至らなくなんかない
    あんたはあのときできることをした
    【ノワール】
    それだって、あんたが王として
    やってきたことの結果だ
    Block1_2
    101009002
    【ノワール】
    あんたは悪くない
    悪いのはルーシャスや魔女だろ
    【アーサー】
    それは…
    Block1_3
    101009002
    【ノワール】
    あんただけじゃない
    俺も守れなかった
    【アーサー】
    …まったく、俺が弱音を吐いてどうするんだ
    お前のほうがよほど背負うものが大きいのに
    Block1end
    101009002
    【ノワール】
    みんながあんたを心配するのは
    あんたが王様としてちゃんとやってきたからだろ
    101015001
    【アーサー】
    あの青い誓いは今も俺の胸にある
    3人で食べたホットドッグの味とともにな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200590.html b/docs/story/200590.html index 3a0cc1d76..c6239a58a 100644 --- a/docs/story/200590.html +++ b/docs/story/200590.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_アーサー_ランクアップ6_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -146,6 +158,15 @@

    1章/コミュ/x0401_アーサー_ランクアップ6_2

    + + + + + + + + + @@ -171,6 +192,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ6_2

    + + + + @@ -201,6 +226,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ6_2

    + + + + @@ -226,6 +255,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ6_2

    + + + + @@ -255,5 +288,13 @@

    1章/コミュ/x0401_アーサー_ランクアップ6_2

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    見えるか?
    ロンディニウムの復興が進んでいる様子が
    【アーサー】
    お前が俺を認めてくれたから
    101009001
    【(選択肢)】
    1. 俺だけじゃない
    2. あんたは立派な王だ
    3. そんなつもりじゃなかった
    Block1_1
    101009001
    【ノワール】
    あんたを認めてるのは俺だけじゃない
    【アーサー】
    世界に誇れる
    俺の宝物たちだ
    Block1_2
    101009001
    【ノワール】
    …認めるよ
    あんたは立派な王だ
    【アーサー】
    すべてを引き受ける覚悟が
    Block1_3
    101009001
    【ノワール】
    俺は…そんなつもりで言ったんじゃない
    【アーサー】
    欲しい言葉をくれたんだ、お前は
    Block1end
    101015001
    【アーサー】
    崩れ去った平穏、突き刺すような敵意
    …すべてが俺の咎だ
    101015001
    【アーサー】
    …心強い
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200591.html b/docs/story/200591.html index b7b59bd5e..2d2b5918d 100644 --- a/docs/story/200591.html +++ b/docs/story/200591.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_アーサー_ランクアップ7_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    1章/コミュ/x0401_アーサー_ランクアップ7_2

    + + + + + + + + + @@ -96,6 +117,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ7_2

    + + + + @@ -126,6 +151,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ7_2

    + + + + @@ -146,6 +175,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ7_2

    + + + + @@ -240,5 +273,13 @@

    1章/コミュ/x0401_アーサー_ランクアップ7_2

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    うーん、風が気持ちいいな!
    …お、あそこにイチャついてる生徒たちが!
    【アーサー】
    それからおやつのホットドッグを並んで食べて
    どんな大人になるかと、夢を語り合ったりもした
    101009002
    【(選択肢)】
    1. いい思い出だな
    2. 今とあまり変わらないな
    3. 気になる女の子ってもしかして…
    Block1_1
    101009002
    【ノワール】
    いい思い出だな
    【アーサー】
    それか…
    もっと王様らしくなっていたかもな
    Block1_2
    101009002
    【ノワール】
    今とあまり変わらないな
    ケイ卿に追い回されたりとか
    【アーサー】
    ぐ…
    Block1_3
    101009002
    【ノワール】
    気になる女の子ってもしかして…
    【アーサー】
    ぜっっっったいやめてくれ!!
    Block1end
    101015001
    【アーサー】
    …今思えば
    あれが俺の青春だったんだろうな
    101015001
    【アーサー】
    あんまりサボっていると
    義兄さんの血管が切れてしまうからな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200592.html b/docs/story/200592.html index 3f00520f5..b5f03f051 100644 --- a/docs/story/200592.html +++ b/docs/story/200592.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_アーサー_ランクアップ8_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -131,6 +143,15 @@

    1章/コミュ/x0401_アーサー_ランクアップ8_2

    + + + + + + + + + @@ -156,6 +177,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ8_2

    + + + + @@ -176,6 +201,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ8_2

    + + + + @@ -196,6 +225,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ8_2

    + + + + @@ -275,5 +308,13 @@

    1章/コミュ/x0401_アーサー_ランクアップ8_2

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    よし、さっそく行こう!
    【ブレイズ】
    どういうわけか…先代のマーリンなら
    いろいろと知っているやもしれんが
    101009002
    【(選択肢)】
    1. これは罠だ
    2. 行っちゃダメだ
    3. 先代マーリンって
    Block1_1
    101009002
    【ノワール】
    これは罠だ
    それくらい、俺にだってわかる
    【ノワール】
    あんたは思い出の大切さを
    一番わかってるからな
    Block1_2
    101009002
    【ノワール】
    アーサー
    ここで動いちゃダメだ
    【ケイ】
    …お前の気持ちもわかるがな
    Block1_3
    101009002
    【ノワール】
    先代マーリンって、どんな人なんだ?
    【アーサー】
    俺に王としての在り方を教えてくれた
    「運命に負けず、強く在れ」と
    Block1end
    101040001
    【ケイ】
    …とにかく
    101015001
    【アーサー】
    …少し考えさせてくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200593.html b/docs/story/200593.html index 1476fe7af..b588e81d4 100644 --- a/docs/story/200593.html +++ b/docs/story/200593.html @@ -11,11 +11,48 @@

    1章/コミュ/x0401_アーサー_ランクアップ9_2

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -31,6 +68,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ9_2

    + + + + @@ -51,6 +92,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ9_2

    + + + + @@ -86,6 +131,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ9_2

    + + + + @@ -250,5 +299,13 @@

    1章/コミュ/x0401_アーサー_ランクアップ9_2

    + + + + + + + +
    Load
    NoirMoveSet
    ArthurMoveSet
    NoirMoveSet2
    ArthurMoveSet2
    Play
    101015001
    【アーサー】
    …ローマの兵士はわずかだな
    ほとんどがバルバロイだ
    101009001
    【(選択肢)】
    1. これもルーシャスの策か?
    2. 住民は無事なんだろうか
    3. 兵の様子を窺おう
    CO_101015_0902_select1
    CO_101015_0902_select1_1
    101009001
    【ノワール】
    これもルーシャスの策なのか?
    【アーサー】
    魔女に(そそのか)された兵士が功を急いだのかもしれん
    なんにせよ、許しはしないがな
    CO_101015_0902_select1_2
    101009001
    【ノワール】
    村の住民は無事なんだろうか
    【ノワール】
    早く助けてやらないとな
    CO_101015_0902_select1_3
    101009001
    【ノワール】
    兵の様子をうかがってみよう
    【アーサー】
    まあ、普通は思わんよ
    CO_101015_0902_end
    101015001
    【アーサー】
    ――よし、今だ!行くぞ、ノワール!
    101015001
    【アーサー】
    …義兄さんめ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200594.html b/docs/story/200594.html index b17d74e2f..ed55504db 100644 --- a/docs/story/200594.html +++ b/docs/story/200594.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_アーサー_ランクアップ10_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -171,6 +183,15 @@

    1章/コミュ/x0401_アーサー_ランクアップ10_2

    + + + + + + + + + @@ -196,6 +217,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ10_2

    + + + + @@ -221,6 +246,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ10_2

    + + + + @@ -261,6 +290,10 @@

    1章/コミュ/x0401_アーサー_ランクアップ10_2

    + + + + @@ -325,5 +358,13 @@

    1章/コミュ/x0401_アーサー_ランクアップ10_2

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    まったく、お前というやつは…!
    【アーサー】
    いやあ、久しぶりにこってり絞られたな!
    101009002
    【(選択肢)】
    1. マーリンさん、怖かったな…
    2. ケイ卿、嬉しそうだったな
    3. あの子ども、大丈夫かな
    Block1_1
    101009002
    【ノワール】
    マーリンさん、怖かったな…
    怒るとあんな感じなんだ
    【アーサー】
    だからお前もマーリンを怒らせるようなことは
    絶対にするな。絶対にな…
    Block1_2
    101009002
    【ノワール】
    …ケイのやつ、ガミガミ怒ってる割には
    なんか嬉しそうだったな
    【アーサー】
    あとで義兄さんに教えてやろう
    きっと悔しがるぞ
    Block1_3
    101009002
    【ノワール】
    孤児院のあの子ども、大丈夫かな
    【アーサー】
    つい俺も童心に戻ってしまったようだ
    Block1end
    101015001
    【アーサー】
    …しかし、お前がいなければ
    こうも上手くはいかなかったかもな
    101015001
    【アーサー】
    さっそく食べに行くとしよう!
    さあ、ノワール!お前もついてこい!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200595.html b/docs/story/200595.html index aa65903ce..da5d115c3 100644 --- a/docs/story/200595.html +++ b/docs/story/200595.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ2_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -136,6 +148,15 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ2_2

    + + + + + + + + + @@ -151,6 +172,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ2_2

    + + + + @@ -166,6 +191,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ2_2

    + + + + @@ -241,6 +270,15 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ2_2

    + + + + + + + + + @@ -281,6 +319,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ2_2

    + + + + @@ -296,6 +338,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ2_2

    + + + + @@ -345,5 +391,13 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ2_2

    + + + + + + + +
    template1
    Load
    Play
    101022001
    【モルドレッド】
    よお、てめえら
    ヘマしてねえか
    【ノワール】
    へえ…
    101009002
    【(選択肢)】
    1. なんかわかるかも
    2. 意外だ
    Block1_1
    101009002
    【ノワール】
    なんか…わかる気はする
    【ジョーカー生徒A】
    はは、正解!
    さすが円卓の騎士、見るとこ見てるね
    Block1_2
    101009002
    【ノワール】
    意外だな…
    モルドレッドってさ
    【クラリス】
    モルくんはとっても優しいですよ~
    Block1end
    101009002
    【ノワール】
    慕われてるんだな、結構
    【ジョーカー生徒A】
    しょっちゅう
    俺たちに黙って学園を離れていたよ
    101009002
    【(選択肢)】
    1. 怒るべきなんじゃないか?
    2. なにをやってたのか気になるな
    Block2_1
    101009002
    【ノワール】
    黙って出て行ったのか?
    【ノワール】
    (じゃあ、みんなに伝えていくときは…
    それなりの覚悟をしている、ってことか…)
    Block2_2
    101009002
    【ノワール】
    なにやってたんだろう
    気にならないか?
    【ジョーカー生徒A】
    余計な詮索はしないことにしてるんだよ
    俺たちはさ
    Block2end
    101023001
    【クラリス】
    モルくんはわかってたんです
    アーサー様に会ったら大変なことになるって
    101009002
    【ノワール】
    なんでもない
    こっちのことさ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200596.html b/docs/story/200596.html index 7fe44dcad..7ead3646c 100644 --- a/docs/story/200596.html +++ b/docs/story/200596.html @@ -11,6 +11,28 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ3_2

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + + + + + + + @@ -126,6 +148,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ3_2

    + + + + @@ -141,6 +167,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ3_2

    + + + + @@ -161,6 +191,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ3_2

    + + + + @@ -176,6 +210,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ3_2

    + + + + @@ -246,6 +284,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ3_2

    + + + + @@ -266,6 +308,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ3_2

    + + + + @@ -286,6 +332,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ3_2

    + + + + @@ -365,5 +415,13 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ3_2

    + + + + + + + +
    Load
    Play
    101009001
    【(選択肢)】
    1. すごいな
    2. どんな理由があったんだろうな
    3. あのときはありがとう
    101009001
    【(選択肢)】
    1. なんであんなことになった?
    2. どうにかしなくちゃ
    CO_101022_0302_select1
    101023002
    【クラリス・クラレント】
    や、やっと終わりました~
    【モルドレッド】
    なんとなくだけどな
    CO_101022_0302_select1_1
    101009001
    【ノワール】
    すごいな
    俺は考えたこともなかった
    【モルドレッド】
    ま、そうだろうな
    てめえはそういうヤツだよ
    CO_101022_0302_select1_2
    101009001
    【ノワール】
    俺には、アーサーが最初から
    あんなことを起こそうと考えていたとは思えない
    【モルドレッド】
    最初からそのつもりでいたわけじゃねえ
    って考えにはオレも同意見だ
    CO_101022_0302_select1_3
    101009001
    【ノワール】
    あのときはありがとう
    【モルドレッド】
    犠牲者が出るのを食い止められた
    わけでもねえしな
    CO_101022_0302_select2
    101022001
    【モルドレッド】
    先に戻る
    報告は適当にしとけ
    【ノワール】
    アーサー…
    CO_101022_0302_select2_1
    101009001
    【ノワール】
    なんで…あんなことに
    なっちゃったんだろうな
    【クラリス・クラレント】
    い、いいえ!
    わたしこそごめんなさい…
    CO_101022_0302_select2_2
    101009001
    【ノワール】
    バルバロイとか、魔女とか
    やらなきゃならないことは山積みだけど…
    【クラリス・クラレント】
    はい…
    モルくんもそう思ってるはずです
    CO_101022_0302_end
    101023002
    【クラリス・クラレント】
    わたし…わたしにできることって
    なんでしょう…?
    101009001
    【ノワール】
    ああ。応援してるよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200597.html b/docs/story/200597.html index aacaad74a..01f3dffc4 100644 --- a/docs/story/200597.html +++ b/docs/story/200597.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ4_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -136,6 +148,15 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ4_2

    + + + + + + + + + @@ -156,6 +177,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ4_2

    + + + + @@ -171,6 +196,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ4_2

    + + + + @@ -180,5 +209,13 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ4_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ちょっといいか、イゾルデ
    【ノワール】
    でも…なんで突然怒り出したんだ、あいつ
    101009002
    【(選択肢)】
    1. マルディサントの態度の問題かな
    2. 頑張ってるって言ったのが?
    Block1_1
    101009002
    【ノワール】
    マルディサントの態度が悪すぎたから?
    【マルディサント】
    ほっとけ!
    そーゆー性質なんだよ、アタシは!
    Block1_2
    101009002
    【ノワール】
    「頑張ってる」って言葉がいけなかったのかな?
    【イゾルデ】
    答えてもらえるかは知らないけれど
    Block1end
    101009002
    【ノワール】
    まぁともかく、薬を届けに行くよ
    あまり待たせるわけにもいかない
    101019001
    【イゾルデ】
    それが賢明ね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200598.html b/docs/story/200598.html index d333ea89b..e3ab808d2 100644 --- a/docs/story/200598.html +++ b/docs/story/200598.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ4_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -76,6 +88,15 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ4_3

    + + + + + + + + + @@ -96,6 +117,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ4_3

    + + + + @@ -116,6 +141,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ4_3

    + + + + @@ -160,5 +189,13 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ4_3

    + + + + + + + +
    template1
    Load
    Play
    101022001
    【モルドレッド】
    おせえ
    【モルドレッド】
    おめえには関係ねえ
    101009002
    【(選択肢)】
    1. 関係あるさ、仲間だろ
    2. クラリスにさっきのこと話すぞ
    Block1_1
    101009002
    【ノワール】
    関係ないことはないだろ
    一緒に戦う仲間同士なんだから
    【モルドレッド】
    チッ、ああ言えばこう言う…
    まったく調子狂うぜ
    Block1_2
    101009002
    【ノワール】
    さっきの療養院でのやりとりを
    クラリスに話したら、理由を教えてくれるかな?
    【モルドレッド】
    おめえ…大したタマだな………
    Block1end
    101022001
    【モルドレッド】
    あいつは口癖みてえに
    「みなさんにシアワセ」なんて言いやがるがよ
    101022001
    【モルドレッド】
    …じゃな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200599.html b/docs/story/200599.html index e7007c6f4..6a155a9c6 100644 --- a/docs/story/200599.html +++ b/docs/story/200599.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ5_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -256,6 +268,15 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ5_2

    + + + + + + + + + @@ -271,6 +292,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ5_2

    + + + + @@ -286,6 +311,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ5_2

    + + + + @@ -340,5 +369,13 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ5_2

    + + + + + + + +
    template1
    Load
    Play
    101023001
    【クラリス】
    こんにちは~ノワールくん
    【モルドレッド】
    なんでいるんだてめえ!!
    101009002
    【(選択肢)】
    1. あんたが俺を呼んだ
    2. いつもの店ってなんだ?
    Block1_1
    101009002
    【ノワール】
    あんたが俺に伝えてきたんだろ
    クラリスが呼んでるって
    【ノワール】
    仕方ないだろ
    クラリスと話したかったんだから
    Block1_2
    101009002
    【ノワール】
    いつもの店ってなんだ?
    【ノワール】
    いやでも
    焼き菓子買ってきたって聞いちゃったし
    Block1end
    101023001
    【クラリス】
    おかえりなさい、モルくん~
    101009002
    【ノワール】
    はい
    (並んで買ってきたのか…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200600.html b/docs/story/200600.html index ba8351b93..758fec4b4 100644 --- a/docs/story/200600.html +++ b/docs/story/200600.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ6_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -126,6 +138,15 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ6_2

    + + + + + + + + + @@ -141,6 +162,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ6_2

    + + + + @@ -156,6 +181,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ6_2

    + + + + @@ -301,6 +330,15 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ6_2

    + + + + + + + + + @@ -321,6 +359,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ6_2

    + + + + @@ -341,6 +383,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ6_2

    + + + + @@ -485,5 +531,13 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ6_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    思ったより呆気なかったな
    【調子のいい男】
    その鮮烈な登場に惑わされ
    従うべき相手を間違えてしまったのです!
    101009002
    【(選択肢)】
    1. アーサーに従ったのが間違い?
    2. もともとはモルドレッド派?
    Block1_1
    101009002
    【ノワール】
    なんだよ、その言い草!
    【調子のいい男】
    間違いだったのだ!このログレスの現状を見よ!
    誰のせいでこうなったと思っている!
    Block1_2
    101009002
    【ノワール】
    あんた、もしかして
    もともとはモルドレッド派の人間か?
    【調子のいい男】
    だが怪しき宮廷魔術師が私に
    魅了の魔法をかけたのだ!きっと!おそらく!
    Block1end
    【調子のいい男】
    そもそもアーサーは
    故ユーサー王の長子というだけで王となり
    【モルドレッド】
    オレには関係ねえことだ
    101009002
    【(選択肢)】
    1. モルドレッド様って呼ばれてたな
    2. アーサーを庇った
    Block2_1
    101009002
    【ノワール】
    でも
    モルドレッド様って呼ばれてたじゃないか
    【モルドレッド】
    てめえ、死にてえのか?
    Block2_2
    101009002
    【ノワール】
    アーサーを庇ってたな
    嫌いなんじゃなかったのか?
    【ノワール】
    ムリだな
    Block2end
    101022001
    【モルドレッド】
    オレはアーサーを
    ムカつくヤロウだと思ってたが
    101022001
    【モルドレッド】
    理想なんて
    棄てちまえばラクになれんのにな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200601.html b/docs/story/200601.html index d9e91f315..a2bf65bb0 100644 --- a/docs/story/200601.html +++ b/docs/story/200601.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ7_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ7_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    それにしても、ひどいウワサだな…
    101009002
    【ノワール】
    わかった。始めよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200602.html b/docs/story/200602.html index a029964da..58bc0f547 100644 --- a/docs/story/200602.html +++ b/docs/story/200602.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ7_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -121,6 +133,15 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ7_3

    + + + + + + + + + @@ -136,6 +157,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ7_3

    + + + + @@ -151,6 +176,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ7_3

    + + + + @@ -265,5 +294,13 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ7_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    あの、ちょっと聞きたいことがあるんだけど
    【女子生徒A】
    なんだったら
    新しく王様になるつもりなのかなって
    101009002
    【(選択肢)】
    1. 代わりみたいに言うな
    2. モルドレッドも裏切られた
    Block1_1
    101009002
    【ノワール】
    あいつをアーサーの代わりみたいに言うなよ
    失礼だろ
    【ノワール】
    そんな簡単に王になんか…なれるわけない
    Block1_2
    101009002
    【ノワール】
    あいつの気持ちも考えろよ
    【女子生徒A】
    そ、そうだよね
    ごめん…
    Block1end
    101009002
    【ノワール】
    モルドレッドもアーサーも
    きっとずっと大変な思いをしてきた
    101009002
    【ノワール】
    なに怒ってんだ、あいつ…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200603.html b/docs/story/200603.html index f26b4d521..37a7214b4 100644 --- a/docs/story/200603.html +++ b/docs/story/200603.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ8_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -181,6 +193,15 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ8_2

    + + + + + + + + + @@ -196,6 +217,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ8_2

    + + + + @@ -221,6 +246,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ8_2

    + + + + @@ -256,6 +285,15 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ8_2

    + + + + + + + + + @@ -271,6 +309,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ8_2

    + + + + @@ -286,6 +328,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ8_2

    + + + + @@ -340,5 +386,13 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ8_2

    + + + + + + + +
    template1
    Load
    Play
    101022001
    【モルドレッド】
    特徴、背格好も一致
    間違いねえこいつだ
    【モルドレッド】
    ウワサを流し
    アーサーへの反感を煽ることで得をする奴がいる
    101009002
    【(選択肢)】
    1. いったい誰が?
    2. あんたを担ごうとしてた奴か?
    Block1_1
    101009002
    【ノワール】
    いったい誰がそんなこと…
    【ノワール】
    今、俺が継承者かどうかは
    関係ないだろ
    Block1_2
    101009002
    【ノワール】
    まさか
    モルドレッドを担ごうとしてたあいつか?
    【ノワール】
    …どっちでもよくはないぞ
    Block1end
    101022001
    【モルドレッド】
    王だったアーサーへの反感を煽って
    もっとも得をするのは誰だと思う?
    【モルドレッド】
    オレだ
    101009002
    【(選択肢)】
    1. モルドレッド、あんたまさか…!
    2. 悪ぶるなよモルドレッド
    Block2_1
    101009002
    【ノワール】
    モ、モルドレッド、あんたまさか…!
    【モルドレッド】
    んだよ、つまんねー奴だな
    Block2_2
    101009002
    【ノワール】
    悪ぶるなよ、モルドレッド
    そんなことしても意味ない
    【モルドレッド】
    だぁれがいい奴だアマチャンが!
    クラリスみたいなこと言いやがって!!
    Block2end
    101009002
    【ノワール】
    つまり、あのときモルドレッドを担ごうと
    俺たちに接触してきた奴が…ってことだよな
    【男子生徒】
    本当だよ!
    信じておくれよ!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200604.html b/docs/story/200604.html index cb38c044d..5b1d58f8b 100644 --- a/docs/story/200604.html +++ b/docs/story/200604.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ8_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ8_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    黒幕がいるっていうのはわかったけど
    結局誰だったのかまでははっきりしないな
    101022001
    【モルドレッド】
    頼りにしてるぜ?ノワール
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200605.html b/docs/story/200605.html index 9f2ce22e6..1750e1e0b 100644 --- a/docs/story/200605.html +++ b/docs/story/200605.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ9_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -66,6 +78,15 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ9_2

    + + + + + + + + + @@ -86,6 +107,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ9_2

    + + + + @@ -101,6 +126,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ9_2

    + + + + @@ -370,5 +399,13 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ9_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    クラスのみんなにも手伝ってもらったけど
    それらしき情報は集められてないな
    【モルドレッド】
    向こうにとっても都合はいいはずだぜ
    欲しかった飾り(オレ)が自分を探してるのはな
    101009002
    【(選択肢)】
    1. 擁立できるものがあればいい、と
    2. このままずっと進展なし
    Block1_1
    101009002
    【ノワール】
    擁立できるものさえ手に入れば
    黒幕は得をするってことか?
    【モルドレッド】
    その判断は手に入れたあとにすればいい
    Block1_2
    101009002
    【ノワール】
    このままずっと進展なしで
    永久に見つけられないなんてことないよな?
    【ノワール】
    ここまで手がかりが得られないとは
    思ってなかったからさ…
    Block1end
    101009002
    【ノワール】
    本当に、見つかるのか?
    101009002
    【ノワール】
    じゃあ、今のアーサーは…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200606.html b/docs/story/200606.html index fb2568325..a477786b4 100644 --- a/docs/story/200606.html +++ b/docs/story/200606.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ10_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ10_2

    + + + + + + + + + @@ -91,6 +112,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ10_2

    + + + + @@ -106,6 +131,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ10_2

    + + + + @@ -230,5 +259,13 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ10_2

    + + + + + + + +
    template1
    Load
    Play
    【身なりの良い男】
    これはこれは、モルドレッド様
    【身なりの良い男】
    ならば今度こそ真に相応しい方を
    そこへ据えよう…そう考えただけのこと
    101009002
    【(選択肢)】
    1. 嘘をつけ
    2. 本当の目的はなんだ?
    Block1_1
    101009002
    【ノワール】
    嘘をつけ
    モルドレッドを飾りにしようとしているんだろう
    【モルドレッド】
    ふん、どうだかな
    Block1_2
    101009002
    【ノワール】
    それはただの手段であって目的じゃない
    真の目的を話せ
    【モルドレッド】
    当たり前だろ
    オレが使えねえヤツを連れて行動するもんかよ
    Block1end
    【身なりの良い男】
    アーサーを選んだ過去の王家は愚かだった
    101023001
    【クラリス】
    は、はい~!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200607.html b/docs/story/200607.html index 8026016b2..36d194a87 100644 --- a/docs/story/200607.html +++ b/docs/story/200607.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ10_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -91,6 +103,15 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ10_3

    + + + + + + + + + @@ -111,6 +132,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ10_3

    + + + + @@ -131,6 +156,10 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ10_3

    + + + + @@ -225,5 +254,13 @@

    1章/コミュ/x0401_モルドレッド_ランクアップ10_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    こんなところにいたのか
    【モルドレッド】
    そうしねえと、気が済まねえ
    101009002
    【(選択肢)】
    1. 楽しみにしてる
    2. 勝てるのか?
    Block1_1
    101009002
    【ノワール】
    直接対決か
    【モルドレッド】
    楽しみにしときな
    退屈はさせねえよ
    Block1_2
    101009002
    【ノワール】
    勝てるのか?
    【モルドレッド】
    だよな?
    Block1end
    101022001
    【モルドレッド】
    剣術部のあの泣き虫も
    オレを担ごうとしたコウモリ貴族も
    101009002
    【ノワール】
    責任重大だな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200608.html b/docs/story/200608.html index 9061d4d34..a2db0cb23 100644 --- a/docs/story/200608.html +++ b/docs/story/200608.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クレア_ランクアップ1_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    1章/コミュ/x0401_クレア_ランクアップ1_2

    + + + + + + + + + @@ -76,6 +97,10 @@

    1章/コミュ/x0401_クレア_ランクアップ1_2

    + + + + @@ -96,6 +121,10 @@

    1章/コミュ/x0401_クレア_ランクアップ1_2

    + + + + @@ -111,6 +140,10 @@

    1章/コミュ/x0401_クレア_ランクアップ1_2

    + + + + @@ -175,5 +208,13 @@

    1章/コミュ/x0401_クレア_ランクアップ1_2

    + + + + + + + +
    template1
    Load
    Play
    101025001
    【クレア】
    はい、見つけてきたわよ
    【ジョーイ】
    ありがとう、クレアおねえちゃん!
    じょしゅのおにいちゃんも!
    101009002
    【(選択肢)】
    1. 優しいんだな
    2. 犬探しに好奇心?
    3. 役に立ててよかった
    Block1_1
    101009002
    【ノワール】
    優しいんだな
    【クレア】
    …不思議な人ね
    Block1_2
    101009002
    【ノワール】
    犬探しで好奇心が満たされるのか?
    【クレア】
    どうしてかしらね
    それを知るにはまだ材料が足りないわ
    Block1_3
    101009002
    【ノワール】
    役に立ててよかったよ
    【ノワール】
    そうなのか
    だからあの場所にいたんだな
    Block1end
    101025001
    【クレア】
    …ねえ、ノワール
    101025001
    【クレア】
    ありがとう
    クレア探偵事務所で待ってるわ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200609.html b/docs/story/200609.html index 1b56baa88..c636d3d27 100644 --- a/docs/story/200609.html +++ b/docs/story/200609.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クレア_ランクアップ2_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -61,6 +73,15 @@

    1章/コミュ/x0401_クレア_ランクアップ2_2

    + + + + + + + + + @@ -86,6 +107,10 @@

    1章/コミュ/x0401_クレア_ランクアップ2_2

    + + + + @@ -106,6 +131,10 @@

    1章/コミュ/x0401_クレア_ランクアップ2_2

    + + + + @@ -126,6 +155,15 @@

    1章/コミュ/x0401_クレア_ランクアップ2_2

    + + + + + + + + + @@ -161,6 +199,10 @@

    1章/コミュ/x0401_クレア_ランクアップ2_2

    + + + + @@ -196,6 +238,10 @@

    1章/コミュ/x0401_クレア_ランクアップ2_2

    + + + + @@ -236,6 +282,10 @@

    1章/コミュ/x0401_クレア_ランクアップ2_2

    + + + + @@ -265,5 +315,13 @@

    1章/コミュ/x0401_クレア_ランクアップ2_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    えっと…ここが探偵事務所?
    【クレア】
    エトセトラ、エトセトラ
    101009002
    【(選択肢)】
    1. 全部さばけるのか?
    2. 頼りにされているんだな
    Block1_1
    101009002
    【ノワール】
    クレアとヴォールスだけで
    この依頼を全部さばけるのか?
    【ノワール】
    探偵の助手ってそういうこと…?
    Block1_2
    101009002
    【ノワール】
    クレアは街や学園のみんなから
    頼りにされているんだな
    【ヴォールス】
    好奇心がクレアの原動力だからな
    Block1end
    101009002
    【ノワール】
    さしあたって俺はなにをすればいい?
    【ノワール】
    そうだな…
    101009002
    【(選択肢)】
    1. 浮気調査
    2. 謎のうめき声
    3. おもちゃの捜索
    Block2_1
    101009002
    【ノワール】
    これなんてどうだ
    「最近、夫の帰りが遅いです」
    【クレア】
    お疲れさま
    Block2_2
    101009002
    【ノワール】
    これなんてどうだ
    【クレア】
    お疲れさま
    Block2_3
    101009002
    【ノワール】
    これなんてどうだ
    【クレア】
    それは…お疲れさま
    Block2end
    101025001
    【クレア】
    じゃあ、次はこの依頼の解決をお願い
    101025001
    【クレア】
    期待してるわよ、ノワール
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200610.html b/docs/story/200610.html index e39737413..b09e4c126 100644 --- a/docs/story/200610.html +++ b/docs/story/200610.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クレア_ランクアップ3_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/コミュ/x0401_クレア_ランクアップ3_2

    + + + + + + + +
    template1
    Load
    Play
    101025001
    【クレア】
    あなたが依頼人ね
    101025001
    【クレア】
    調査してみましょう
    死体の発見現場まで案内してくれる?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200611.html b/docs/story/200611.html index 19307731f..6e480d68c 100644 --- a/docs/story/200611.html +++ b/docs/story/200611.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クレア_ランクアップ3_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -76,6 +88,15 @@

    1章/コミュ/x0401_クレア_ランクアップ3_3

    + + + + + + + + + @@ -111,6 +132,10 @@

    1章/コミュ/x0401_クレア_ランクアップ3_3

    + + + + @@ -126,6 +151,10 @@

    1章/コミュ/x0401_クレア_ランクアップ3_3

    + + + + @@ -141,6 +170,15 @@

    1章/コミュ/x0401_クレア_ランクアップ3_3

    + + + + + + + + + @@ -156,6 +194,10 @@

    1章/コミュ/x0401_クレア_ランクアップ3_3

    + + + + @@ -181,6 +223,10 @@

    1章/コミュ/x0401_クレア_ランクアップ3_3

    + + + + @@ -230,5 +276,13 @@

    1章/コミュ/x0401_クレア_ランクアップ3_3

    + + + + + + + +
    template1
    Load
    Play
    101024001
    【ヴォールス】
    これか
    【町人B】
    これから街のみなさんに
    経緯を説明して謝ろうと思います
    101009002
    【(選択肢)】
    1. あんたがこの獣をやったのか?
    2. 人騒がせだなあ
    Block1_1
    101009002
    【ノワール】
    あんたがこの獣をやったのか?
    …どうやって?
    【町人B】
    あ、あー、どうだったかなぁ?
    私も状況をあまり覚えてなくて
    Block1_2
    【町人A】
    まったく人騒がせな…
    魔物でも現れたのかと思いましたよ
    【町人B】
    でも、バルバロイの目撃情報もたまに聞くし
    たしかにこのへんも物騒になりましたよね
    Block1end
    【町人B】
    本当にご迷惑をおかけしました
    この死体の処理は手配しておきました
    【ヴォールス】
    …どう思う?
    101009002
    【(選択肢)】
    1. 事件は解決した
    2. 事件は解決していない
    Block2_1
    101009002
    【ノワール】
    ひとまず
    事件は解決したと見ていいんじゃないか?
    【クレア】
    わたしの見込み違いだったかしら
    Block2_2
    101009002
    【ノワール】
    依頼人は納得してくれたみたいだけど
    事件が解決したとは思えない
    【ノワール】
    合格?
    Block2end
    101025001
    【クレア】
    ノワール、今日は付き合ってくれてありがとう
    101009002
    【ノワール】
    えっ?
    あ、ああ…またな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200612.html b/docs/story/200612.html index af4356bab..125206425 100644 --- a/docs/story/200612.html +++ b/docs/story/200612.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クレア_ランクアップ4_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    1章/コミュ/x0401_クレア_ランクアップ4_2

    + + + + + + + +
    template1
    Load
    Play
    101025001
    【クレア】
    このあいだの
    料理人を名乗った男の顔は覚えてる?
    101025001
    【クレア】
    うん、よく特徴を捉えられているわ
    これで聞き込みできそうね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200613.html b/docs/story/200613.html index 475e292ea..da8e0828b 100644 --- a/docs/story/200613.html +++ b/docs/story/200613.html @@ -11,6 +11,22 @@

    1章/コミュ/x0401_クレア_ランクアップ4_3

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + @@ -131,6 +147,15 @@

    1章/コミュ/x0401_クレア_ランクアップ4_3

    + + + + + + + + + @@ -156,6 +181,10 @@

    1章/コミュ/x0401_クレア_ランクアップ4_3

    + + + + @@ -171,6 +200,10 @@

    1章/コミュ/x0401_クレア_ランクアップ4_3

    + + + + @@ -180,5 +213,13 @@

    1章/コミュ/x0401_クレア_ランクアップ4_3

    + + + + + + + +
    template1
    template2
    Load
    Play
    【子供】
    そのおじさんなら見たよ
    【クレア】
    そう
    わたしの探偵の師匠が教えてくれたの
    101009002
    【(選択肢)】
    1. 素敵な師匠だな
    2. その人は今どこにいるんだ?
    Block1_1
    101009002
    【ノワール】
    「よく観察すること
    そして仮説を立てること」
    【クレア】
    ふふっありがとう
    師匠は世界一素敵な探偵よ
    Block1_2
    101009002
    【ノワール】
    クレアに探偵の言葉を教えてくれた師匠は
    今どこでなにをしてるんだ?
    【ノワール】
    …あっ!?
    ご、ごめん…
    Block1end
    101025001
    【クレア】
    次はログレスでの調査ね
    頃合いを見て連絡するわ、ノワール
    101009002
    【ノワール】
    わかった
    いつでも呼んでくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200614.html b/docs/story/200614.html index 51724dc61..6c51ce801 100644 --- a/docs/story/200614.html +++ b/docs/story/200614.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クレア_ランクアップ5_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/コミュ/x0401_クレア_ランクアップ5_2

    + + + + + + + +
    template1
    Load
    Play
    【町の人】
    いや!いやあああ!
    ジョーイ!どこに行ったの、ジョーイ!
    101009002
    【ノワール】
    なんだ?騒ぎになってるな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200615.html b/docs/story/200615.html index 045752623..051206e9a 100644 --- a/docs/story/200615.html +++ b/docs/story/200615.html @@ -11,6 +11,22 @@

    1章/コミュ/x0401_クレア_ランクアップ5_3

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + @@ -41,6 +57,15 @@

    1章/コミュ/x0401_クレア_ランクアップ5_3

    + + + + + + + + + @@ -56,6 +81,10 @@

    1章/コミュ/x0401_クレア_ランクアップ5_3

    + + + + @@ -91,6 +120,10 @@

    1章/コミュ/x0401_クレア_ランクアップ5_3

    + + + + @@ -151,6 +184,15 @@

    1章/コミュ/x0401_クレア_ランクアップ5_3

    + + + + + + + + + @@ -171,6 +213,10 @@

    1章/コミュ/x0401_クレア_ランクアップ5_3

    + + + + @@ -191,6 +237,10 @@

    1章/コミュ/x0401_クレア_ランクアップ5_3

    + + + + @@ -246,6 +296,15 @@

    1章/コミュ/x0401_クレア_ランクアップ5_3

    + + + + + + + + + @@ -266,6 +325,10 @@

    1章/コミュ/x0401_クレア_ランクアップ5_3

    + + + + @@ -281,6 +344,10 @@

    1章/コミュ/x0401_クレア_ランクアップ5_3

    + + + + @@ -300,5 +367,13 @@

    1章/コミュ/x0401_クレア_ランクアップ5_3

    + + + + + + + +
    template1
    template2
    Load
    Play
    101009002
    【ノワール】
    なにがあったんですか?
    【クレア】
    …バルバロイを信奉する教団のウワサは
    聞いたことあるかしら
    101009002
    【(選択肢)】
    1. ある
    2. ない
    Block1_1
    101009002
    【ノワール】
    ああ、何度か耳にしてる
    この誘拐はそいつらの仕業なのか?
    【クレア】
    わたしは違うと思うわ
    Block1_2
    101009002
    【ノワール】
    いや、ないな
    【クレア】
    わたしは違うと思うわ
    Block1end
    101025001
    【クレア】
    教団はときおり人をさらっては儀式を行い
    バルバロイや…魔女を増やすというわ
    【ヴォールス】
    わかった
    101009002
    【(選択肢)】
    1. 俺は外で待っていていいか?
    2. わかった
    Block2_1
    101009002
    【ノワール】
    い、いや、俺この部屋を調べるのはちょっと…
    【ヴォールス】
    俺がノワールのぶんも働けばいいことだ
    Block2_2
    101009002
    【ノワール】
    わかった、任せてくれ
    【クレア】
    心配いらないわ
    他の現場で何度も見ているもの
    Block2end
    101009002
    【ノワール】
    とんでもない部屋だったな…
    【ヴォールス】
    そこから
    『血の蒐集家』という異名が付けられた
    101009002
    【(選択肢)】
    1. あの子を助けなきゃ!
    2. そいつを追っているのか?
    Block3_1
    101009002
    【ノワール】
    あの男が血の蒐集家かどうかは
    わからないけど
    【クレア】
    そうね、調査を続けましょう
    Block3_2
    101009002
    【ノワール】
    ずいぶん詳しいけど、クレアとヴォールスは
    血の蒐集家を追っているのか?
    【ヴォールス】
    自分としては
    あまり無茶をしてほしくないのだがな
    Block3end
    101025001
    【クレア】
    男はロンディニウムの魔法道具屋で
    なにかを手に入れようとしていた
    101009002
    【ノワール】
    その前に
    男の行方をつかまないとだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200616.html b/docs/story/200616.html index fe16730f7..c1933ec0a 100644 --- a/docs/story/200616.html +++ b/docs/story/200616.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クレア_ランクアップ6_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/コミュ/x0401_クレア_ランクアップ6_2

    + + + + + + + +
    template1
    Load
    Play
    101024001
    【ヴォールス】
    ここが現場だ
    401036001
    【警吏】
    もうじき遺族が引き取りにくる
    これ以上引っ掻き回したら、逮捕すんぞ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200617.html b/docs/story/200617.html index 1c1bd0639..1b9e66b97 100644 --- a/docs/story/200617.html +++ b/docs/story/200617.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クレア_ランクアップ6_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/コミュ/x0401_クレア_ランクアップ6_3

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/コミュ/x0401_クレア_ランクアップ6_3

    + + + + @@ -61,6 +86,10 @@

    1章/コミュ/x0401_クレア_ランクアップ6_3

    + + + + @@ -86,6 +115,10 @@

    1章/コミュ/x0401_クレア_ランクアップ6_3

    + + + + @@ -315,5 +348,13 @@

    1章/コミュ/x0401_クレア_ランクアップ6_3

    + + + + + + + +
    template1
    Load
    Play
    101024001
    【ヴォールス】
    結局、取り合ってもらえなかったな
    【クレア】
    それはどうして?
    101009002
    【(選択肢)】
    1. 郵便配達人の記憶がある
    2. 遺体の損傷具合が気になった
    3. なんとなく
    Block1_1
    101009002
    【ノワール】
    バルバロイに喰われたなら
    俺たちは彼のことを忘れているはずだ
    【クレア】
    遺族が遺体を引き取りにくることはないわ
    だから、この事件は人間の手によるものよ
    Block1_2
    101009002
    【ノワール】
    遺体の損傷が
    バルバロイによるものとは思えなかった
    【ノワール】
    あっ、そうか…
    Block1_3
    101009002
    【ノワール】
    えーっと、その…探偵としてのカン、かな?
    【クレア】
    わたしたちは彼のことを覚えている
    つまり、彼はバルバロイに喰われたのではない
    Block1end
    101009002
    【ノワール】
    人間の手によるものだとすると
    血の蒐集家の仕業なんだろうか?
    101025001
    【クレア】
    今日はこのあたりにしましょう
    なにか動きがあったらまた伝えるわ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200618.html b/docs/story/200618.html index c2f9195d8..fe2895fe7 100644 --- a/docs/story/200618.html +++ b/docs/story/200618.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クレア_ランクアップ7_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -30,5 +42,13 @@

    1章/コミュ/x0401_クレア_ランクアップ7_2

    + + + + + + + +
    template1
    Load
    Play
    101025001
    【クレア】
    犯人の足取りを追うための
    手がかりが不足しているわ
    101009002
    【ノワール】
    なるほどな…
    ログレスで聞き込みをしてみようか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200619.html b/docs/story/200619.html index 9974a59de..de0160c6e 100644 --- a/docs/story/200619.html +++ b/docs/story/200619.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クレア_ランクアップ7_2_1

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/コミュ/x0401_クレア_ランクアップ7_2_1

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    今、この人物を探しているんですが
    ご存知ないですか?
    101009002
    【ノワール】
    さっそく行ってみるよ
    ありがとう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200620.html b/docs/story/200620.html index b2940f9bc..554fe5067 100644 --- a/docs/story/200620.html +++ b/docs/story/200620.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クレア_ランクアップ7_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/コミュ/x0401_クレア_ランクアップ7_3

    + + + + + + + +
    template1
    Load
    Play
    401027001
    【マスター】
    ジャスパーか…
    たしかにここのところ見てないですね
    101009002
    【ノワール】
    助かったよ、ありがとう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200621.html b/docs/story/200621.html index 88ac79a99..c4ad7502a 100644 --- a/docs/story/200621.html +++ b/docs/story/200621.html @@ -11,11 +11,32 @@

    1章/コミュ/x0401_クレア_ランクアップ7_4

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -36,6 +57,10 @@

    1章/コミュ/x0401_クレア_ランクアップ7_4

    + + + + @@ -56,6 +81,10 @@

    1章/コミュ/x0401_クレア_ランクアップ7_4

    + + + + @@ -155,5 +184,13 @@

    1章/コミュ/x0401_クレア_ランクアップ7_4

    + + + + + + + +
    template1
    Load
    Play
    101025001
    【クレア】
    おぼろげだけど
    ジャスパーの動機は見えてきたわね
    101009002
    【(選択肢)】
    1. ああ、わかってきた
    2. 考えを聞かせてくれ
    Block1_1
    101009002
    【ノワール】
    ジャスパーはバルバロイの教団に取り入って
    魔力を取り戻そうとしているようだな
    【クレア】
    素晴らしいわ、ノワール
    Block1_2
    101009002
    【ノワール】
    さすがはクレアだ
    ぜひ考えを聞かせてくれ
    【クレア】
    今の自分の力ではそれが難しいと考えた
    ジャスパーは大きな賭けに出た
    Block1end
    101025001
    【クレア】
    ジャスパーは有名な連続殺人鬼『血の蒐集家』の
    名を騙ろうとした
    101009002
    【ノワール】
    あ、ああ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200622.html b/docs/story/200622.html index bd4506f51..1724f0d90 100644 --- a/docs/story/200622.html +++ b/docs/story/200622.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クレア_ランクアップ8_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/コミュ/x0401_クレア_ランクアップ8_2

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/コミュ/x0401_クレア_ランクアップ8_2

    + + + + @@ -76,6 +101,10 @@

    1章/コミュ/x0401_クレア_ランクアップ8_2

    + + + + @@ -86,6 +115,15 @@

    1章/コミュ/x0401_クレア_ランクアップ8_2

    + + + + + + + + + @@ -111,6 +149,10 @@

    1章/コミュ/x0401_クレア_ランクアップ8_2

    + + + + @@ -126,9 +168,21 @@

    1章/コミュ/x0401_クレア_ランクアップ8_2

    + + + + + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    それで…
    ジャスパーの行き先の見当というのは?
    【クレア】
    そう
    つまりはどういうことかわかる?
    101009002
    【(選択肢)】
    1. わかった
    2. わからない
    Block1_1
    101009002
    【ノワール】
    ひょっとして…ジャスパーは
    すぐ近くに潜んでいるんじゃないか?
    【クレア】
    街のなかでジョーイを殺害すれば
    大騒ぎになることは間違いないわ
    Block1_2
    101009002
    【ノワール】
    ご、ごめん、わからない
    どういうことだろう
    【クレア】
    潜伏場所は
    この街から遠く離れていないはずよ
    Block1end
    101009002
    【ノワール】
    ジャスパーの居場所は絞り込めたけど
    特定にまでは至れていないな
    【ヴォールス】
    ここからが大変だな
    うーむ、どうしたものか
    101009002
    【(選択肢)】
    1. 猫の手でも借りたいところだな
    2. 犬の手でも借りたいところだな
    Block2_1
    101009002
    【ノワール】
    猫の手でも借りたいってのは
    このことだな
    【ノワール】
    ああっ、スコーンか!
    犬なら鼻が利く!
    Block2_2
    101009002
    【ノワール】
    あのさ。スコーンっていただろ?
    ジョーイたちが可愛がってた犬
    【クレア】
    おもしろいアイデアね
    試してみる価値はありそう
    Block2end
    101009002
    【ノワール】
    母親の所に行って
    ジョーイのにおいのついたものを貸してもらおう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200623.html b/docs/story/200623.html index 09cc2afda..f50bc8b38 100644 --- a/docs/story/200623.html +++ b/docs/story/200623.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クレア_ランクアップ8_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/コミュ/x0401_クレア_ランクアップ8_3

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    スコーン
    このにおいのする場所に連れて行ってくれ
    101009001
    【ノワール】
    「答えが近づいて来たら走れ」
    だったな!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200624.html b/docs/story/200624.html index d67dab0d5..dfcb6ec72 100644 --- a/docs/story/200624.html +++ b/docs/story/200624.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クレア_ランクアップ8_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -140,5 +152,13 @@

    1章/コミュ/x0401_クレア_ランクアップ8_4

    + + + + + + + +
    template1
    Load
    Play
    【ジャスパー】
    な、なんだこの犬!
    いてて、足に噛みつくな!!
    101025001
    【クレア】
    ありがとう
    探偵の心得のひとつに加えておくわ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200625.html b/docs/story/200625.html index 9c93f9f69..41e9b89ed 100644 --- a/docs/story/200625.html +++ b/docs/story/200625.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クレア_ランクアップ9_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/コミュ/x0401_クレア_ランクアップ9_2

    + + + + + + + +
    template1
    Load
    Play
    【スコーン】
    ワン!ワン!
    【スコーン】
    ワン!ワン!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200626.html b/docs/story/200626.html index 982239ed7..e8bf00bce 100644 --- a/docs/story/200626.html +++ b/docs/story/200626.html @@ -11,6 +11,22 @@

    1章/コミュ/x0401_クレア_ランクアップ9_3

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + @@ -116,6 +132,15 @@

    1章/コミュ/x0401_クレア_ランクアップ9_3

    + + + + + + + + + @@ -151,6 +176,10 @@

    1章/コミュ/x0401_クレア_ランクアップ9_3

    + + + + @@ -166,6 +195,10 @@

    1章/コミュ/x0401_クレア_ランクアップ9_3

    + + + + @@ -261,6 +294,15 @@

    1章/コミュ/x0401_クレア_ランクアップ9_3

    + + + + + + + + + @@ -281,6 +323,10 @@

    1章/コミュ/x0401_クレア_ランクアップ9_3

    + + + + @@ -296,6 +342,10 @@

    1章/コミュ/x0401_クレア_ランクアップ9_3

    + + + + @@ -305,5 +355,13 @@

    1章/コミュ/x0401_クレア_ランクアップ9_3

    + + + + + + + +
    template1
    template2
    Load
    Play
    101009001
    【ノワール】
    この森の奥に
    例の教団のアジトがあるのか
    【ヴォールス】
    「忘れたほうが良かったと思えるくらい
    悲劇の記憶を刻んでやる」か
    101009001
    【(選択肢)】
    1. 本当に悲劇だけなんだろうか
    2. 記憶を誰に遺したかったんだろう
    Block1_1
    101009001
    【ノワール】
    忘れたほうが良かった記憶って
    悲劇だけなんだろうか
    【ヴォールス】
    クレア…
    Block1_2
    101009001
    【ノワール】
    ジャスパーは家族も知り合いも
    いなかったと聞いた
    【クレア】
    Block1end
    101025001
    【クレア】
    血が乾ききっていない
    あいつはまだこのあたりにいる
    【ヴォールス】
    感謝状?
    …いや挑戦状か
    101009001
    【(選択肢)】
    1. 受けて立たないとな
    2. 頑張ってくれ
    Block2_1
    101009001
    【ノワール】
    受けて立たないとな、2代目名探偵さん
    【ヴォールス】
    自分は助手ではないと言ったはずだが…
    Block2_2
    101009001
    【ノワール】
    血の蒐集家とやり合うんだな
    応援するよ、頑張ってくれ
    【ヴォールス】
    どんな相手が現れても自分が守ってやる
    安心しろ、クレア
    Block2end
    101025001
    【クレア】
    さて、ふたりともお疲れさま
    これで一件落着よ
    101025001
    【クレア】
    ログレスに戻りましょう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200627.html b/docs/story/200627.html index 0d3d080a2..d99c2207d 100644 --- a/docs/story/200627.html +++ b/docs/story/200627.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クレア_ランクアップ10_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    1章/コミュ/x0401_クレア_ランクアップ10_2

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/コミュ/x0401_クレア_ランクアップ10_2

    + + + + @@ -56,6 +81,10 @@

    1章/コミュ/x0401_クレア_ランクアップ10_2

    + + + + @@ -130,5 +159,13 @@

    1章/コミュ/x0401_クレア_ランクアップ10_2

    + + + + + + + +
    template1
    Load
    Play
    101025001
    【クレア】
    あらためてお礼を言わせてほしいの
    ジャスパーの一件はありがとう
    【クレア】
    あなたの手助けがなければ
    解決できなかった事件かもしれない
    101009002
    【(選択肢)】
    1. どういたしまして
    2. そんなことはないよ
    Block1_1
    101009002
    【ノワール】
    どういたしまして
    力になれたのならなによりだ
    【クレア】
    ふふっ。そんなことないわ
    キチンと褒めているわよ
    Block1_2
    101009002
    【ノワール】
    そんなことないよ
    【クレア】
    ありがとう
    ヴォールスも喜ぶと思うわ、そのひとこと
    Block1end
    101009002
    【ノワール】
    ところで…
    ひとつ気になったことがあるんだ
    101025001
    【クレア】
    ふふっ、期待してるわよ
    これからもよろしくね、ノワール
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200628.html b/docs/story/200628.html index bbf434bb1..d39eccb5e 100644 --- a/docs/story/200628.html +++ b/docs/story/200628.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ1_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ1_2

    + + + + + + + + + @@ -81,6 +102,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ1_2

    + + + + @@ -111,6 +136,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ1_2

    + + + + @@ -126,6 +155,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ1_2

    + + + + @@ -151,6 +184,15 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ1_2

    + + + + + + + + + @@ -166,6 +208,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ1_2

    + + + + @@ -216,6 +262,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ1_2

    + + + + @@ -231,6 +281,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ1_2

    + + + + @@ -300,5 +354,13 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ1_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    えーと、なになに…
    【ノワール】
    ん…?
    101009002
    【(選択肢)】
    1. パーシヴァル、なんの用だ?
    2. MCやってた人か
    3. (無視する)
    Block1_1
    101009002
    【ノワール】
    パーシヴァルじゃないか
    【ノワール】
    (ふーん、でいいのか…?)
    Block1_2
    101009002
    【ノワール】
    五月祭のとき
    MCをやってた、えーと…
    【ノワール】
    (うるさいな、こいつ…)
    Block1_3
    101009002
    【ノワール】
    そんなことより次の本だ
    えーと、なになに…
    【パーシヴァル】
    円卓の騎士・八ノ座、パーシヴァルが
    話しかけてやっているんだぞ!?
    Block1end
    101026001
    【パーシヴァル】
    …失敬
    ボクとしたことが取り乱してしまったよ
    【パーシヴァル】
    妖精について詳しいこのボクが
    貴族のこのボクが力になってあげようかとね
    101009002
    【(選択肢)】
    1. 助かるよ
    2. 本当に詳しいのか?
    3. (無視する)
    Block2_1
    101009002
    【ノワール】
    えっ、本当か?
    【パーシヴァル】
    大変結構
    庶民はそうであるべきさ
    Block2_2
    101009002
    【ノワール】
    あんたが妖精に詳しいだって…?
    本当かなあ
    【ノワール】
    え?あ、ああ
    それじゃ、そういうことにしておくよ
    Block2_3
    101009002
    【ノワール】
    他にも妖精について書かれた本はないかな?
    ディンドランさんに聞いてみるか
    【パーシヴァル】
    相手にしてくれないと
    ボクにだって考えがあるぞ?拗ねるぞ?
    Block2end
    101009002
    【ノワール】
    なんであんたが
    突然話しかけてきたのかはわからないけど
    101009002
    【ノワール】
    なんで?
    本当にどういうこと…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200629.html b/docs/story/200629.html index fe376dd61..c3ffa694c 100644 --- a/docs/story/200629.html +++ b/docs/story/200629.html @@ -11,6 +11,22 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ2_2

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + @@ -86,6 +102,15 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ2_2

    + + + + + + + + + @@ -111,6 +136,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ2_2

    + + + + @@ -131,6 +160,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ2_2

    + + + + @@ -215,5 +248,13 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ2_2

    + + + + + + + +
    template1
    template2
    Load
    Play
    101026001
    【パーシヴァル】
    やあやあ、庶民のみんな
    元気してるかい?
    【取り巻きB】
    どうしたの、ノワール?
    101009002
    【(選択肢)】
    1. パーシヴァルが人気者だなんて…
    2. パーシヴァルって人気者だな
    Block1_1
    101009002
    【ノワール】
    いや、なんというか、意外だな
    【取り巻きA】
    それは勘違いだよ、ノワール
    Block1_2
    101009002
    【ノワール】
    へえ、パーシヴァルって人気者なんだな
    【取り巻きB】
    勘違いされることもたまにあるけど
    パーシヴァルくんは学園の人気者だよ
    Block1end
    101009002
    【ノワール】
    俺にはやたらと上から目線だから
    みんなに対してそうなのかと思ってたよ
    101009002
    【ノワール】
    (なんか、俺だけ扱いが違わないか…?)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200630.html b/docs/story/200630.html index 2d31ede04..4b8d68507 100644 --- a/docs/story/200630.html +++ b/docs/story/200630.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ3_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ3_2

    + + + + + + + +
    template1
    Load
    Play
    101027001
    【ディンドラン】
    パー坊…パーシヴァル様
    これからどこかへおでかけ?
    101009002
    【ノワール】
    わかってますよ、仲良くですよね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200631.html b/docs/story/200631.html index 65153e30d..e677a069b 100644 --- a/docs/story/200631.html +++ b/docs/story/200631.html @@ -11,6 +11,22 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ3_3

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + @@ -116,6 +132,15 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ3_3

    + + + + + + + + + @@ -136,6 +161,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ3_3

    + + + + @@ -151,6 +180,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ3_3

    + + + + @@ -190,5 +223,13 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ3_3

    + + + + + + + +
    template1
    template2
    Load
    Play
    101009002
    【ノワール】
    パーシヴァルのやつ
    貴族の人たちと普通に話してる…
    【ダニー】
    パーシヴァルくんがここに来るってなったときに
    俺たちもついてきたのさ
    101009002
    【(選択肢)】
    1. 付き人の鑑だな
    2. 友達なんだな
    Block1_1
    101009002
    【ノワール】
    パーシヴァルにくっついて
    学園に入学までしたのか?
    【ジャン】
    初めて言われたかもしれないな、そんなこと
    Block1_2
    101009002
    【ノワール】
    そっか
    友達なんだな、3人は
    【ジャン】
    僕らとパーシヴァルくんが?
    Block1end
    101026001
    【パーシヴァル】
    ………
    101009002
    【ノワール】
    え?あ、ああ、そうさせてもらおうかな
    (やっぱり、俺だけみんなと扱いが違うよな…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200632.html b/docs/story/200632.html index 7b059ded7..e1b89e52b 100644 --- a/docs/story/200632.html +++ b/docs/story/200632.html @@ -11,6 +11,22 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ4_2

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + @@ -116,6 +132,15 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ4_2

    + + + + + + + + + @@ -136,6 +161,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ4_2

    + + + + @@ -151,6 +180,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ4_2

    + + + + @@ -255,5 +288,13 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ4_2

    + + + + + + + +
    template1
    template2
    Load
    Play
    101009002
    【ノワール】
    なあ、これ…
    なんのパーティなんだ?
    【貴族C】
    あなた、どう落とし前をつけるつもりなの!?
    101009002
    【(選択肢)】
    1. (止める)
    2. (様子を見る)
    Block1_1
    101009002
    【ノワール】
    いくら高いドレスだからって
    言っていいことと悪いことがあるだろう!
    【パーシヴァル】
    キミは黙って見ているだけでいい
    Block1_2
    101009002
    【ノワール】
    なんて言い草だ
    これだから貴族ってやつは…
    【ノワール】
    えっ?
    Block1end
    【給仕】
    えっ!?
    な、なにをなさっているのです!
    【貴族C】
    ………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200633.html b/docs/story/200633.html index ccb684539..b28550260 100644 --- a/docs/story/200633.html +++ b/docs/story/200633.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ4_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ4_3

    + + + + + + + + + @@ -36,6 +57,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ4_3

    + + + + @@ -66,6 +91,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ4_3

    + + + + @@ -90,5 +119,13 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ4_3

    + + + + + + + +
    template1
    Load
    Play
    【給仕】
    先ほどは本当にありがとうございました!
    【パーシヴァル】
    ボクとしたことが我を忘れてしまったよ
    酔っ払ったつもりはないのだけどね
    101009002
    【(選択肢)】
    1. まだ未成年だもんな
    2. かっこよかった
    Block1_1
    101009002
    【ノワール】
    俺たちまだ未成年だもん
    酒は飲めないよな
    【パーシヴァル】
    そのあたりも
    教えてあげる必要があるようだね
    Block1_2
    101009002
    【ノワール】
    見直した。かっこよかったよ
    あんたのノブレス・オブリージュ
    【パーシヴァル】
    付き人としてのだ!
    Block1end
    101026001
    【パーシヴァル】
    なんにしても今日は失礼したね
    キミたちを厄介事に巻き込んでしまった
    101009002
    【ノワール】
    (なんで俺だけ
    いつもこんなにひどい扱いなんだ…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200634.html b/docs/story/200634.html index d7cb85bc7..87993326d 100644 --- a/docs/story/200634.html +++ b/docs/story/200634.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ5_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -76,6 +88,15 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ5_2

    + + + + + + + + + @@ -91,6 +112,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ5_2

    + + + + @@ -106,6 +131,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ5_2

    + + + + @@ -185,5 +214,13 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ5_2

    + + + + + + + +
    template1
    Load
    Play
    101026001
    【パーシヴァル】
    遅れてすまない、ケイ
    それで要件とはなんだい?
    【ケイ】
    最近仲が良いと聞いたものでな
    101009002
    【(選択肢)】
    1. 仲は良い
    2. 仲は悪い
    Block1_1
    101009002
    【ノワール】
    仲が良い…というのかはわからないけど
    確かに最近一緒にいることは多いな
    【ケイ】
    なんだかよくわからぬが、同じ円卓の騎士だ
    これからも仲良くやってくれたまえ
    Block1_2
    101009002
    【ノワール】
    仲が良いといわれるのは心外だな…
    【ケイ】
    やれやれ。同じ円卓の騎士だろう?
    ケンカなどせずに仲良くやりたまえ
    Block1end
    101026001
    【パーシヴァル】
    仲が良いか悪いかはともかくとして
    101026001
    【パーシヴァル】
    …フォー・ラウンド
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200635.html b/docs/story/200635.html index 289a04cc4..0f6984a89 100644 --- a/docs/story/200635.html +++ b/docs/story/200635.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ5_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ5_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    どうしたんだ?
    あまり乗り気じゃないみたいだな
    101026001
    【パーシヴァル】
    本当にそうであれば
    どんなに素敵だろうね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200636.html b/docs/story/200636.html index a931b9b9f..2329275db 100644 --- a/docs/story/200636.html +++ b/docs/story/200636.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ6_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ6_2

    + + + + + + + +
    template1
    Load
    Play
    101026001
    【パーシヴァル】
    義姉さん、聞きたいことがあるんだが
    101009002
    【ノワール】
    は、ははは…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200637.html b/docs/story/200637.html index ea0677ad3..f38d872f4 100644 --- a/docs/story/200637.html +++ b/docs/story/200637.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ6_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ6_3

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ6_3

    + + + + @@ -91,6 +116,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ6_3

    + + + + @@ -106,6 +135,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ6_3

    + + + + @@ -170,5 +203,13 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ6_3

    + + + + + + + +
    template1
    Load
    Play
    101027001
    【ディンドラン】
    果てなき森の抜け道、ですか…
    【ディンドラン】
    お力になれずごめんなさい…
    101009002
    【(選択肢)】
    1. ディンドランさんが謝る必要ない
    2. これからどうする?
    3. 諦めよう
    Block1_1
    101009002
    【ノワール】
    いえ
    ディンドランさんはなにも悪くないですよ
    【ノワール】
    (学園じゃなければいいのか?)
    Block1_2
    101009002
    【ノワール】
    ということだけど
    これからどうする、パーシヴァル?
    【ノワール】
    (つまり、なにも浮かんでないわけだな)
    Block1_3
    101009002
    【ノワール】
    ディンドランさんでも知らないんじゃ
    これはもうお手上げだな
    【パーシヴァル】
    キミひとりでするんだね
    ボクはそんな醜態をさらすつもりはないよ
    Block1end
    101009002
    【ノワール】
    さっきディンドランさんは
    こう言いましたよね?
    101009002
    【ノワール】
    つ、疲れる姉弟だな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200638.html b/docs/story/200638.html index 1fddcf1a4..b35e6c919 100644 --- a/docs/story/200638.html +++ b/docs/story/200638.html @@ -11,6 +11,14 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ7_2

    デバッグ用

    View script in lua + + + + + + + + @@ -21,6 +29,19 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ7_2

    + + + + + + + + + + + + + @@ -46,6 +67,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ7_2

    + + + + @@ -66,6 +91,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ7_2

    + + + + @@ -101,6 +130,19 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ7_2

    + + + + + + + + + + + + + @@ -121,6 +163,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ7_2

    + + + + @@ -146,6 +192,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ7_2

    + + + + @@ -250,5 +300,13 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ7_2

    + + + + + + + +
    Load
    Play
    101026001
    【パーシヴァル】
    義姉さんが描いてくれた地図を参考に
    手分けして未踏の地を探ってみよう
    【パーシヴァル】
    ノワールは向こう
    ボクたちはこちら側を見てくる
    101009001
    【(選択肢)】
    1. 俺はひとりなのか?
    2. わかった
    CO_101026_0702_select1
    CO_101026_0702_select1_1
    101009001
    【ノワール】
    えっ?
    俺はひとりなのか?
    【ノワール】
    …いいよ、わかったよ
    俺はひとりで見てくるよ
    CO_101026_0702_select1_2
    101009001
    【ノワール】
    わかった
    気を付けてな、3人とも
    【ダニー】
    気を付けてな、ノワール
    CO_101026_0702_end
    101026001
    【パーシヴァル】
    この森はただでさえ迷いやすい
    暗くなる前に探索は切り上げたほうがいい
    【パーシヴァル】
    陽が落ちるまではもう少し時間がある
    ギリギリまで探索を続けてみてもいいけど…?
    101009001
    【(選択肢)】
    1. 無理はやめておこう
    2. もう少し探索していくか
    CO_101026_0702_select2
    CO_101026_0702_select2_1
    101009001
    【ノワール】
    いや、無理はやめておこう
    後日また来ればいいさ
    【ノワール】
    よし、じゃあ学園に戻ろう
    CO_101026_0702_select2_2
    101009001
    【ノワール】
    もう少し、探索していくか
    【ノワール】
    よし、じゃあ学園に戻ろう
    CO_101026_0702_2_end
    101026001
    【パーシヴァル】
    バルバロイ!?
    こんなところにも出現するなんて…!
    101009001
    【ノワール】
    落ち込んでる場合じゃない
    急いでジャンを学園の療養院に運ぶぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200639.html b/docs/story/200639.html index 1df3ab2a3..ccdb52eac 100644 --- a/docs/story/200639.html +++ b/docs/story/200639.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ8_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ8_2

    + + + + + + + + + @@ -56,6 +77,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ8_2

    + + + + @@ -71,6 +96,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ8_2

    + + + + @@ -131,6 +160,15 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ8_2

    + + + + + + + + + @@ -146,6 +184,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ8_2

    + + + + @@ -166,6 +208,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ8_2

    + + + + @@ -260,5 +306,13 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ8_2

    + + + + + + + +
    template1
    Load
    Play
    【ダニー】
    あ、パーシヴァルくんにノワール
    来てくれたのか
    【パーシヴァル】
    いや、ふたりを森に連れて行かなければ
    こんな事態にはならなかった!
    101009002
    【(選択肢)】
    1. あんたのせいじゃない
    2. ふたりで行くべきだったか
    Block1_1
    101009002
    【ノワール】
    パーシヴァルのせいじゃない
    【パーシヴァル】
    …いや、なんでもない
    Block1_2
    101009002
    【ノワール】
    そうだな、危険な場所に
    ダニーとジャンを連れていくべきじゃなかった
    【パーシヴァル】
    …ボクは、なんて弱いんだ………!
    Block1end
    101009002
    【ノワール】
    ちょっと前に聞いたんだ
    ふたりは幼い頃からあんたと一緒にいるって
    【パーシヴァル】
    自分たちの家族の命を犠牲にしてまでもね
    101009002
    【(選択肢)】
    1. それに報いているんだな
    2. あんたは強くなれている
    Block2_1
    101009002
    【ノワール】
    あんたの言う責務の意味
    やっとわかった気がするよ
    【パーシヴァル】
    …フン。そんな格好良いものじゃない
    貴族として当然の行為をしているだけさ
    Block2_2
    101009002
    【ノワール】
    あんたは十分強くなれてるよ
    【ノワール】
    パーシヴァル…
    Block2end
    【ジャン】
    ううっ…
    101026001
    【パーシヴァル】
    ジャン!
    嘘だろう、覚えていると言ってくれ!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200640.html b/docs/story/200640.html index a593e579f..2918e8565 100644 --- a/docs/story/200640.html +++ b/docs/story/200640.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ9_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ9_2

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ9_2

    + + + + @@ -66,6 +91,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ9_2

    + + + + @@ -80,5 +109,13 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ9_2

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    あら、ノワールちゃんにパーシヴァルちゃん
    今日はどんなご用かしら?
    【パーシヴァル】
    どこかの森だって…?
    101009002
    【(選択肢)】
    1. なにかイヤな予感がする
    2. たまには休みをとらないとな
    Block1_1
    101009002
    【ノワール】
    なあ、パーシヴァル
    なにかイヤな予感がしないか?
    【パーシヴァル】
    義姉さんはあの森に行っている
    Block1_2
    101009002
    【ノワール】
    ディンドランさんはいつ来てもここにいるし
    たまには休みをとったほうがいいよな
    【パーシヴァル】
    この状況で義姉さんが行く森なんて
    あそこしかないだろう?
    Block1end
    101026001
    【パーシヴァル】
    果てなき森に生息するバルバロイが
    このあいだ倒したものですべてとは思えない
    101009002
    【ノワール】
    ああ、もちろんだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200641.html b/docs/story/200641.html index 288de8e3a..37107f177 100644 --- a/docs/story/200641.html +++ b/docs/story/200641.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ9_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ9_3

    + + + + + + + + + @@ -36,6 +57,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ9_3

    + + + + @@ -66,6 +91,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ9_3

    + + + + @@ -81,6 +110,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ9_3

    + + + + @@ -90,5 +123,13 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ9_3

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    ディンドランさん、どこに行ったんだ…?
    【パーシヴァル】
    そもそも義姉さんは
    なぜひとりでこの森に入ったんだ!?
    101009001
    【(選択肢)】
    1. 抜け道の場所がわかった
    2. パーシヴァルのため
    3. わからない
    Block1_1
    101009001
    【ノワール】
    ひょっとして
    例の抜け道の場所がわかったとか?
    【パーシヴァル】
    もしそれなら真っ先に
    ボクに教えてくれるはずだ
    Block1_2
    101009001
    【ノワール】
    詳しくはわからないけれど
    ひとつだけ確かなことがある
    【パーシヴァル】
    そうだろうね。まったく…
    いつまでも弟離れできない義姉で困るよ
    Block1_3
    101009001
    【ノワール】
    パーシヴァルがわからないなら
    俺にもわからないな
    【パーシヴァル】
    はあ。ボクの見込み違いだったよ
    キミはなにしについてきたんだい?
    Block1end
    101026001
    【パーシヴァル】
    このあいだの地図で行っていなかった場所
    義姉さんはそこを目指しているはずだ
    101026001
    【パーシヴァル】
    こっちだノワール
    ついてきてくれ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200642.html b/docs/story/200642.html index c3770248c..4f3476512 100644 --- a/docs/story/200642.html +++ b/docs/story/200642.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ9_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -100,5 +112,13 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ9_4

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    これまでとは景色が違う場所に出た
    ここはいったい…?
    101009001
    【ノワール】
    …そ、そんな…ここは…この場所は…!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200643.html b/docs/story/200643.html index b6957eeeb..6434ee1e0 100644 --- a/docs/story/200643.html +++ b/docs/story/200643.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ9_5

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ9_5

    + + + + + + + +
    template1
    Load
    Play
    101026001
    【パーシヴァル】
    湖?
    ノワール、キミの知っている場所かい?
    101009001
    【ノワール】
    状況が、よく、飲み込めないが…
    いったん戻ってケイに報告しよう…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200644.html b/docs/story/200644.html index f790a831a..fb4b293ac 100644 --- a/docs/story/200644.html +++ b/docs/story/200644.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ10_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ10_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    …というわけなんだ
    101040001
    【ケイ】
    ふたりともご苦労だった
    これで今回の任務は完遂としよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200645.html b/docs/story/200645.html index 2b052b0d5..9e09b4300 100644 --- a/docs/story/200645.html +++ b/docs/story/200645.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ10_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ10_3

    + + + + + + + +
    template1
    Load
    Play
    101026001
    【パーシヴァル】
    やあ、ジャン
    体の調子はどうだい?
    101026001
    【パーシヴァル】
    付き人は大切にすべし
    ノブレス・オブリージュの基本だよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200646.html b/docs/story/200646.html index 208e35ccd..aba3064e4 100644 --- a/docs/story/200646.html +++ b/docs/story/200646.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ10_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ10_4

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ10_4

    + + + + @@ -101,6 +126,10 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ10_4

    + + + + @@ -165,5 +194,13 @@

    1章/コミュ/x0401_パーシヴァル_ランクアップ10_4

    + + + + + + + +
    template1
    Load
    Play
    101026001
    【パーシヴァル】
    義姉さんが引き続き
    妖精の森に集まる記憶について調べてくれてる
    【パーシヴァル】
    古い記憶に負けない
    新しい記憶をね
    101009002
    【(選択肢)】
    1. 俺にも協力させてくれ
    2. それもノブリス・オブリージュ?
    Block1_1
    101009002
    【ノワール】
    ジャンとの思い出作り
    俺にも協力させてくれ
    【パーシヴァル】
    もとよりそのつもりさ
    イヤだといっても付き合わせるよ
    Block1_2
    101009002
    【ノワール】
    それもノブリス・オブリージュの一環か?
    【パーシヴァル】
    なんでもない
    こっちのことさ
    Block1end
    101026001
    【パーシヴァル】
    そろそろキミを付き人から外そうと思う
    十分、貴族について理解したようだからね
    101026001
    【パーシヴァル】
    では、これからもよろしく頼むよ
    同じ円卓の騎士として。そして友達としてね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200647.html b/docs/story/200647.html index 22d2db87c..9fc59dd66 100644 --- a/docs/story/200647.html +++ b/docs/story/200647.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ2_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ2_2

    + + + + + + + + + @@ -46,6 +67,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ2_2

    + + + + @@ -66,6 +91,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ2_2

    + + + + @@ -96,6 +125,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ2_2

    + + + + @@ -191,6 +224,15 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ2_2

    + + + + + + + + + @@ -211,6 +253,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ2_2

    + + + + @@ -241,6 +287,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ2_2

    + + + + @@ -260,5 +310,13 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ2_2

    + + + + + + + +
    template1
    Load
    Play
    101036001
    【フィエナ】
    おっ待たせ~
    よしよし、ノワールもいるね!
    【フィエナ】
    そのことについてなんだけど
    ノワールの協力が絶対に必要なんだよねえ
    101009002
    【(選択肢)】
    1. なんでも任せてくれ
    2. 内容にもよる
    3. すまん、用事ができた
    Block1_1
    101009002
    【ノワール】
    フィエナの頼みならなんでも聞くつもりだ
    遠慮せずに言ってくれ
    【ガラハッド】
    お、おい!
    そんな安請け合いしていいのか?
    Block1_2
    101009002
    【ノワール】
    んー…内容にもよるかな
    【ガラハッド】
    (あまり大丈夫そうじゃないな…)
    Block1_3
    101009002
    【ノワール】
    (フィエナのあの笑顔…嫌な予感がする)
    【ガラハッド】
    ノワール、諦めろ…
    こうなった姉上からは逃げられない
    Block1end
    101036001
    【フィエナ】
    それじゃー、フィエナちゃんの計画発表~
    はくしゅはくしゅ~
    【フィエナ】
    せっかくの学園生活なんだし
    もっと女の子を楽しんでほしいなって
    101009002
    【(選択肢)】
    1. やってみたらいいじゃないか
    2. 女の子らしいところが見たい
    Block2_1
    101009002
    【ノワール】
    やってみたらいいじゃないか
    【ガラハッド】
    や、やれるだけやってみよう、かな
    Block2_2
    101009002
    【ノワール】
    俺もガラハッドの女の子らしいところ
    もっと見てみたいな
    【ガラハッド】
    むう。そこまで言われて断っては騎士の名折れか
    覚悟を決めよう
    Block2end
    101036001
    【フィエナ】
    それじゃあ、さっそく次回から
    ビューティープリンセス・プロジェクト開始ね!
    101028001
    【ガラハッド】
    …早くも気が重い…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200648.html b/docs/story/200648.html index cbae3ac44..ab88a7d89 100644 --- a/docs/story/200648.html +++ b/docs/story/200648.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ3_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -61,6 +73,15 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ3_2

    + + + + + + + + + @@ -81,6 +102,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ3_2

    + + + + @@ -116,6 +141,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ3_2

    + + + + @@ -131,6 +160,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ3_2

    + + + + @@ -266,6 +299,15 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ3_2

    + + + + + + + + + @@ -296,6 +338,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ3_2

    + + + + @@ -321,6 +367,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ3_2

    + + + + @@ -336,6 +386,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ3_2

    + + + + @@ -360,5 +414,13 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ3_2

    + + + + + + + +
    template1
    Load
    Play
    101036001
    【フィエナ】
    女の子らしい話しかたのレッスン!
    【ガラハッド】
    ガラハッドでよければ付き合おう
    どうだろうか?
    101009002
    【(選択肢)】
    1. 女の子らしくない
    2. 間に合ってる
    3. お願いするよ
    Block1_1
    101009002
    【ノワール】
    なんというか
    女の子らしくないな
    【ノワール】
    (そういう問題じゃないけどな)
    Block1_2
    101009002
    【ノワール】
    大丈夫だ
    ランスロットに付き合ってもらうつもりだから
    【ノワール】
    (ご、ごめん、つい…)
    Block1_3
    101009002
    【ノワール】
    ぜひお願いしたい
    ガラハッドが相手してくれるなら鍛錬も捗るよ
    【ガラハッド】
    同じ道を進む者同士
    ふだんから切磋琢磨していかねばな!
    Block1end
    101036001
    【フィエナ】
    ガラハッドのその勇ましい話しかたは
    嫌いじゃないけど
    【ガラハッド】
    ガ、ガラハッドは、その、騎士だぞ!
    騎士に向かって、その、可憐とは、なんだ!
    101009002
    【(選択肢)】
    1. 女の子らしい話しかたをしないと
    2. そう思ったから
    3. 冗談だよ
    Block2_1
    101009002
    【ノワール】
    ガラハッド、女の子らしい話しかたをしないと
    フィエナが見てるぞ
    【ノワール】
    (よろしいのか?)
    Block2_2
    101009002
    【ノワール】
    うーん
    でも、ガラハッドを見てそう思ったから
    【ノワール】
    喜んで
    Block2_3
    101009002
    【ノワール】
    冗談だよ
    【フィエナ】
    ノワール!
    デリカシー!デリカシーッ!!
    Block2end
    101036001
    【フィエナ】
    というわけで
    今日のレッスンはここまで!
    101028001
    【ガラハッド】
    バ、バルバロイとの戦闘より
    これは何倍も大変だ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200649.html b/docs/story/200649.html index eb44e8858..69bcf3af6 100644 --- a/docs/story/200649.html +++ b/docs/story/200649.html @@ -11,6 +11,22 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ4_2

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + @@ -86,6 +102,15 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ4_2

    + + + + + + + + + @@ -106,6 +131,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ4_2

    + + + + @@ -121,6 +150,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ4_2

    + + + + @@ -161,6 +194,15 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ4_2

    + + + + + + + + + @@ -196,6 +238,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ4_2

    + + + + @@ -221,6 +267,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ4_2

    + + + + @@ -246,6 +296,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ4_2

    + + + + @@ -295,5 +349,13 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ4_2

    + + + + + + + +
    template1
    template2
    Load
    Play
    101028001
    【ガラハッド】
    姉上。ガラハッドは
    料理などしたことがないのですが
    【ガラハッド】
    で、でも!高熱のハコのなかへ入れるには
    こうする以外ないのでは!?
    101009002
    【(選択肢)】
    1. (ガラハッドを励ます)
    2. (逃走を図る)
    Block1_1
    101009002
    【ノワール】
    ガラハッド!
    落ち着いてやれば大丈夫だ
    【フィエナ】
    だめだめだめーっ!
    そんなに細かく刻んじゃ食べた気がしないよ!
    Block1_2
    101009002
    【ノワール】
    今のうちに逃げ…
    【ノワール】
    …のはやめておこう、念のため
    Block1end
    101036001
    【フィエナ】
    というわけで
    なにごともなくかんせーい!
    【ガラハッド】
    どうだ…?
    101009002
    【(選択肢)】
    1. お、おいしい
    2. ハートを感じた
    3. まずい
    Block2_1
    101009002
    【ノワール】
    お、おいしいよ
    【ガラハッド】
    …でも、気を使ってくれたことには感謝する
    ありがとう
    Block2_2
    101009002
    【ノワール】
    …うん。ハートを感じたよ
    【フィエナ】
    そうそう!
    上出来、上出来、よくできました!
    Block2_3
    101009002
    【ノワール】
    変に誤魔化すのも良くないと思うし
    ハッキリ言うけど、まず…
    【ガラハッド】
    そ、そうか!
    それならよかった…
    Block2end
    101028001
    【ガラハッド】
    それにしても僕はなんて不甲斐ない…!
    料理ひとつできず、なにが銀卓騎士か!
    101009002
    【ノワール】
    フィエナ、マジ悪魔…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200650.html b/docs/story/200650.html index ff48c5556..5d76b7d7b 100644 --- a/docs/story/200650.html +++ b/docs/story/200650.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ5_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -166,6 +178,15 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ5_2

    + + + + + + + + + @@ -201,6 +222,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ5_2

    + + + + @@ -231,6 +256,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ5_2

    + + + + @@ -246,6 +275,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ5_2

    + + + + @@ -265,5 +298,13 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ5_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    俺はここで待っているから
    ふたりだけで服を見てくるといいよ
    【ガラハッド】
    えっ…
    このアクセサリーを僕に?
    101009002
    【(選択肢)】
    1. 似合うと思ってさ
    2. こういうのが好きかなと思って
    3. 落ち込んでたから
    Block1_1
    101009002
    【ノワール】
    似合うと思ってさ
    【ノワール】
    な、なんだよ突然
    Block1_2
    101009002
    【ノワール】
    こういうのが好きかなと思って
    【ノワール】
    …どういう意味だ?
    Block1_3
    101009002
    【ノワール】
    落ち込んでるみたいだったからさ
    【フィエナ】
    ううん、それは私が悪いの!
    ありがとね、ノワール
    Block1end
    101036001
    【フィエナ】
    素敵なプレゼント、もらえたね
    101028001
    【ガラハッド】
    …そうだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200651.html b/docs/story/200651.html index 80cfbfd92..ecd5af22d 100644 --- a/docs/story/200651.html +++ b/docs/story/200651.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ6_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ6_2

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ6_2

    + + + + @@ -76,6 +101,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ6_2

    + + + + @@ -151,6 +180,15 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ6_2

    + + + + + + + + + @@ -166,6 +204,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ6_2

    + + + + @@ -181,6 +223,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ6_2

    + + + + @@ -226,6 +272,15 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ6_2

    + + + + + + + + + @@ -251,6 +306,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ6_2

    + + + + @@ -286,6 +345,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ6_2

    + + + + @@ -301,6 +364,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ6_2

    + + + + @@ -320,5 +387,13 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ6_2

    + + + + + + + +
    template1
    Load
    Play
    101028001
    【ガラハッド】
    プリンセス・バトルロードを通して
    痛感しているんだ
    【ガラハッド】
    やはり、ガラハッドが女の子らしく
    振る舞うなんて無理なんじゃないかと思う
    101009002
    【(選択肢)】
    1. 俺のことなら気にしなくていい
    2. 振る舞えてきている
    Block1_1
    101009002
    【ノワール】
    ひょっとして付き合ってる俺に
    迷惑をかけてるとか思ってないか?
    【ガラハッド】
    だが…
    どうしてもあと一歩が踏み出せないんだ
    Block1_2
    101009002
    【ノワール】
    女の子らしく
    振る舞えてきてると思うけどな
    【ガラハッド】
    ノワールや姉上の言葉を
    素直に受け入れられない、この姿勢が
    Block1end
    101009002
    【ノワール】
    そもそも、どうしてガラハッドは
    フィエナのレッスンに付き合っているんだ?
    【ガラハッド】
    優しい顔の裏で
    僕を嘲笑っているのではないかとすら思った
    101009002
    【(選択肢)】
    1. 大変だったんだな
    2. フィエナはそんな子じゃない
    Block2_1
    101009002
    【ノワール】
    キミの過去にそんなことがあったのか
    大変だったんだな
    【ガラハッド】
    でも、そんな僕を
    姉上が救ってくれたんだ
    Block2_2
    101009002
    【ノワール】
    フィエナはそんな…!
    【ガラハッド】
    僕はそれをよく知っているんだ
    Block2end
    101028001
    【ガラハッド】
    僕がどれだけ心にカギをかけても
    姉上はそれをこじあけてきた
    【ガラハッド】
    僕がワガママに騎士道を押し付けたせいで
    姉上に嫌われてしまった
    101009002
    【(選択肢)】
    1. 騎士道と女の子らしさは両立可能
    2. 絆はそんなカンタンに壊れない
    3. フィエナ、悲しかったろうな…
    Block3_1
    101009002
    【ノワール】
    騎士道と女の子らしさは両立できるさ
    【ガラハッド】
    そうだな、こんなことで諦めたら
    つまらない騎士道で終わってしまう
    Block3_2
    101009002
    【ノワール】
    たった数回のケンカで…
    【ノワール】
    ああ、そういうものだよ
    Block3_3
    101009002
    【ノワール】
    ふたりのあいだに
    そんなことがあったのか…
    【ガラハッド】
    何度も何度も同じ過ちを繰り返す…
    僕はなんて愚かなんだ…!
    Block3end
    101009002
    【ノワール】
    でも、もしも本当に辛いのなら
    レッスンを続けなくてもいいと思う
    101028001
    【ガラハッド】
    まだ、わからない
    少し考えさせてくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200652.html b/docs/story/200652.html index 00640168d..d580491ad 100644 --- a/docs/story/200652.html +++ b/docs/story/200652.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ7_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -66,6 +78,15 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ7_2

    + + + + + + + + + @@ -86,6 +107,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ7_2

    + + + + @@ -106,6 +131,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ7_2

    + + + + @@ -121,6 +150,15 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ7_2

    + + + + + + + + + @@ -136,6 +174,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ7_2

    + + + + @@ -156,6 +198,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ7_2

    + + + + @@ -240,5 +286,13 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ7_2

    + + + + + + + +
    template1
    Load
    Play
    101028001
    【ガラハッド】
    以前やった女の子らしい歩きかたの
    自主練をしておきたいんだ
    【ガラハッド】
    ふう…どうだ
    女の子らしく、なっているか?
    101009002
    【(選択肢)】
    1. よくなった
    2. フィエナも喜ぶ
    Block1_1
    101009002
    【ノワール】
    だいぶよくなったな
    【ノワール】
    回数を重ねていけば
    そのうち自然に歩けるようになるさ
    Block1_2
    101009002
    【ノワール】
    ああ、今の歩きかたを見れば
    フィエナもきっと喜ぶと思う
    【ガラハッド】
    ノワールのお墨付きなら
    安心して披露できる
    Block1end
    101009002
    【ノワール】
    見たところ
    ひとりでかなり練習したんじゃないか?
    【ガラハッド】
    こういった訓練の類は苦手ではない
    コルベニック城にいた頃、いつもやっていたから
    101009002
    【(選択肢)】
    1. 努力家なんだな
    2. 騎士の訓練とどっちが大変だ?
    Block2_1
    101009002
    【ノワール】
    努力家なんだな、ガラハッドは
    【ガラハッド】
    でも、姉上やお爺様の喜ぶ顔を想像すると
    どんな苦労にも耐えられる気はするな
    Block2_2
    101009002
    【ノワール】
    騎士の訓練とフィエナのレッスン
    どっちが大変に感じる?
    【ガラハッド】
    大変の度合いが
    まるで違う気がする
    Block2end
    101028001
    【ガラハッド】
    こうしてやってみて感じたんだが
    101009002
    【ノワール】
    言っただろ?
    とことんまで付き合うって
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200653.html b/docs/story/200653.html index 5d1a5d227..34e8882df 100644 --- a/docs/story/200653.html +++ b/docs/story/200653.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ8_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -101,6 +113,15 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ8_2

    + + + + + + + + + @@ -121,6 +142,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ8_2

    + + + + @@ -156,6 +181,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ8_2

    + + + + @@ -225,5 +254,13 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ8_2

    + + + + + + + +
    template1
    Load
    Play
    101028001
    【ガラハッド】
    さ、さあ、食べてくれ
    【ガラハッド】
    身体の小さな僕が仲間を守るには
    大きな鎧を着るしかないと思ったんだ
    101009002
    【(選択肢)】
    1. そんな想いがあったんだな
    2. その気持ち、わかる気がする
    Block1_1
    101009002
    【ノワール】
    理想とする騎士像に近づくためなんだろ?
    熱いじゃないか、素敵じゃないか
    【ガラハッド】
    これまでの自分が肯定してもらえたようで
    すごく嬉しい
    Block1_2
    101009002
    【ノワール】
    ガラハッドの気持ち、わかる気がする
    【ノワール】
    いつかそのときが来たら、な
    Block1end
    101028001
    【ガラハッド】
    ただ、レッスンを通じて
    女の子らしくあるのもいいと思えてきた
    101036001
    【フィエナ】
    そういうことだからガラハッド!
    女子力を磨いてその日を待つように!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200654.html b/docs/story/200654.html index 4e1ea76c2..8cbfcf31b 100644 --- a/docs/story/200654.html +++ b/docs/story/200654.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ9_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ9_2

    + + + + + + + +
    template1
    Load
    Play
    101028001
    【ガラハッド】
    それで姉上
    最終試験はなにをすればいいのです?
    101036001
    【フィエナ】
    ずばり、ノワールと1日デートして
    女の子らしくエスコートされる、じゃー!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200655.html b/docs/story/200655.html index 2f926b3c4..e5be68051 100644 --- a/docs/story/200655.html +++ b/docs/story/200655.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ9_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -66,6 +78,15 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ9_3

    + + + + + + + + + @@ -96,6 +117,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ9_3

    + + + + @@ -111,6 +136,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ9_3

    + + + + @@ -126,6 +155,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ9_3

    + + + + @@ -181,6 +214,15 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ9_3

    + + + + + + + + + @@ -221,6 +263,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ9_3

    + + + + @@ -236,6 +282,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ9_3

    + + + + @@ -375,5 +425,13 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ9_3

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    試験だからって
    そんなに緊張しなくてもいいだろ
    【ガラハッド】
    いや違う僕はなにを言っているんだいいかノワー
    ル気を悪くするな仕方なくというのは言葉のアヤ
    101009001
    【(選択肢)】
    1. 似合ってるよ、かわいい
    2. なにを焦ってるんだ?
    3. 最終試験だもんな
    Block1_1
    101009001
    【ノワール】
    すごく似合ってるよ
    かわいいと思う
    【ノワール】
    落ち着いて
    落ち着いて、ガラハッド
    Block1_2
    101009001
    【ノワール】
    どうした?
    突然なにを焦ってるんだ、ガラハッド
    【ノワール】
    なんで俺に?
    Block1_3
    101009001
    【ノワール】
    フィエナの最終試験に
    手を抜くわけにはいかないよな
    【ガラハッド】
    昨晩、寝ずに考えたんだ
    ベストを尽くすにはどうすればいいかを!
    Block1end
    101009001
    【ノワール】
    だったら俺も本気でエスコートしないとな
    【ガラハッド】
    しかし…!
    101009001
    【(選択肢)】
    1. (頷く)
    2. (制する)
    Block2_1
    101009001
    【ノワール】
    今は最終試験の真っ最中
    男の子っぽい振る舞いは禁止
    【ガラハッド】
    僕はみんなを守る!
    弱き者たちを守る!
    Block2_2
    101009001
    【ノワール】
    ガラハッド、ここは俺がやる
    【ガラハッド】
    あの男の悪辣な所業、許しておけない
    Block2end
    401041001
    【乱暴そうな男】
    なんだあ、ガキ…?
    101028001
    【ガラハッド】
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200656.html b/docs/story/200656.html index 361efb44b..27668abde 100644 --- a/docs/story/200656.html +++ b/docs/story/200656.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ10_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -116,6 +128,15 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ10_2

    + + + + + + + + + @@ -131,6 +152,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ10_2

    + + + + @@ -146,6 +171,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ10_2

    + + + + @@ -285,5 +314,13 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ10_2

    + + + + + + + +
    template1
    Load
    Play
    101036001
    【フィエナ】
    よくぞ参った、諸君!
    【フィエナ】
    ノワールだって
    アクセサリーのこと気にしてないでしょ?
    101009002
    【(選択肢)】
    1. 気にしてる
    2. 気にしてない
    Block1_1
    101009002
    【ノワール】
    気にしてるよ
    結構高かったし、あれ
    【ノワール】
    う、ウソウソ!
    まったくぜんぜんこれっぽっちも気にしてないよ
    Block1_2
    101009002
    【ノワール】
    気にするわけないだろ
    またいつでもプレゼントするよ
    【ノワール】
    そこまでは言ってない
    Block1end
    101036001
    【フィエナ】
    それよりノワールとのデート、楽しかった?
    101036001
    【フィエナ】
    うん!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200657.html b/docs/story/200657.html index 2eccba419..3e7a27be7 100644 --- a/docs/story/200657.html +++ b/docs/story/200657.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ10_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ10_3

    + + + + + + + + + @@ -56,6 +77,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ10_3

    + + + + @@ -71,6 +96,10 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ10_3

    + + + + @@ -120,5 +149,13 @@

    1章/コミュ/x0401_ガラハッド_ランクアップ10_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    フィエナはガラハッドのこと
    拒絶したりしていなかっただろ?
    【ガラハッド】
    そう思えたのもノワールのおかげだ
    レッスンに付き合ってくれてありがとう
    101009002
    【(選択肢)】
    1. フリフリの服、楽しみにしてる
    2. こちらこそデート楽しかったよ
    Block1_1
    101009002
    【ノワール】
    どういたしまして
    フリフリのドレス、楽しみにしてるよ
    【ガラハッド】
    もっと…修行を積んでから、な
    Block1_2
    101009002
    【ノワール】
    こちらこそ、どういたしまして
    俺もデート、楽しかったよ
    【ガラハッド】
    あれが、僕の
    初めてのデートだったから…嬉しい
    Block1end
    101009002
    【ノワール】
    手伝いが必要になったらいつでも言ってくれ
    101028001
    【ガラハッド】
    うう…意地悪…!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200658.html b/docs/story/200658.html index 0f7743aad..14faa8a1f 100644 --- a/docs/story/200658.html +++ b/docs/story/200658.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エレイン_ランクアップ2_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/コミュ/x0401_エレイン_ランクアップ2_2

    + + + + + + + + + @@ -46,6 +67,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ2_2

    + + + + @@ -96,9 +121,21 @@

    1章/コミュ/x0401_エレイン_ランクアップ2_2

    + + + + + + + + + + + +
    template1
    Load
    Play
    101014001
    【トリスタン】
    おまたせ
    【エレイン】
    はい
    イゾルデさんにお願いしたいことがありまして
    101009001
    【(選択肢)】
    1. トリスタンはおまけか
    2. 賑やかになりそうだな
    Block1_1
    101009001
    【ノワール】
    なんだ、トリスタンはおまけか
    【イゾルデ】
    エレイン、心配する必要はないわ
    いつものことだから
    Block1_2
    101009001
    【ノワール】
    賑やかな道中になりそうだな
    【トリスタン】
    …どういうヤツ?
    Block1end
    101031001
    【ラヴェイン】
    では、暗くならないうちに出発しましょう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200659.html b/docs/story/200659.html index e5cbc5e57..86202820a 100644 --- a/docs/story/200659.html +++ b/docs/story/200659.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エレイン_ランクアップ2_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -101,6 +113,15 @@

    1章/コミュ/x0401_エレイン_ランクアップ2_3

    + + + + + + + + + @@ -126,6 +147,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ2_3

    + + + + @@ -151,6 +176,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ2_3

    + + + + @@ -166,6 +195,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ2_3

    + + + + @@ -200,5 +233,13 @@

    1章/コミュ/x0401_エレイン_ランクアップ2_3

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    すごい人気だな、エレイン
    【トリスタン】
    そういうときって
    どうするのが一番だと思う?ノワール
    101009001
    【(選択肢)】
    1. ゆっくり休ませる
    2. ショック療法
    3. 諦める
    Block1_1
    101009001
    【ノワール】
    うーん…
    ゆっくり体と心を休ませてやる、とか?
    【エレイン】
    そう、ですね…
    Block1_2
    101009001
    【ノワール】
    ショック療法はどうだろう?
    【ノワール】
    ご、ごめん…
    Block1_3
    101009001
    【ノワール】
    イゾルデもお手上げなんだとしたら
    あきら…
    【トリスタン】
    少なくとも
    ここにいる子供たちの前ではね
    Block1end
    101014001
    【トリスタン】
    本当にこのあいだの戦いで
    見たくもないものを見たのだとしたら
    101009001
    【ノワール】
    心の傷を癒してやる、か…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200660.html b/docs/story/200660.html index b549ed11d..5b4148167 100644 --- a/docs/story/200660.html +++ b/docs/story/200660.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エレイン_ランクアップ3_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/コミュ/x0401_エレイン_ランクアップ3_2

    + + + + + + + + + @@ -56,6 +77,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ3_2

    + + + + @@ -71,6 +96,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ3_2

    + + + + @@ -80,5 +109,13 @@

    1章/コミュ/x0401_エレイン_ランクアップ3_2

    + + + + + + + +
    template1
    Load
    Play
    101030001
    【エレイン】
    …それでね、トビーくん
    【トビー】
    …ぼく、ここにあんまりいたくない
    お姉ちゃんについていくよ
    101009001
    【(選択肢)】
    1. アストラット郷はいいところだぞ
    2. よかったな、エレイン
    Block1_1
    101009001
    【ノワール】
    俺も行ったことあるけどな
    すごくいいところだぞ
    【エレイン】
    私も保証する!
    期待していいからね!!
    Block1_2
    101009001
    【ノワール】
    トビーがOKしてくれて
    よかったな、エレイン
    【エレイン】
    ゆっくり休めば
    きっと目も見えるようになるはずだから
    Block1end
    101030001
    【エレイン】
    馬車の手配をしておきました
    101030001
    【エレイン】
    今からここを出れば
    今日中にアストラットに着けるはずです
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200661.html b/docs/story/200661.html index 55b751214..ebed9b204 100644 --- a/docs/story/200661.html +++ b/docs/story/200661.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エレイン_ランクアップ3_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -115,5 +127,13 @@

    1章/コミュ/x0401_エレイン_ランクアップ3_3

    + + + + + + + +
    template1
    Load
    Play
    101030001
    【エレイン】
    私の家の者が来てくれるはずなのですが…
    少し遅れているようですね
    101030001
    【エレイン】
    私は時間があるときに
    様子を見に来ようと思います
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200662.html b/docs/story/200662.html index 39e686b75..de3e2000d 100644 --- a/docs/story/200662.html +++ b/docs/story/200662.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エレイン_ランクアップ3_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    1章/コミュ/x0401_エレイン_ランクアップ3_4

    + + + + + + + + + @@ -86,6 +107,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ3_4

    + + + + @@ -116,6 +141,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ3_4

    + + + + @@ -130,5 +159,13 @@

    1章/コミュ/x0401_エレイン_ランクアップ3_4

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    あの、さ。触れられたくないなら
    無理に話してくれなくていいんだけど…
    【エレイン】
    私は徒花
    見る価値のない、期待する価値のない存在です
    101009001
    【(選択肢)】
    1. そんなことないよ
    2. 同じように思ってた時期がある
    Block1_1
    101009001
    【ノワール】
    そんなに自分を卑下する必要はないよ
    【エレイン】
    そう、でしょうか…
    Block1_2
    101009001
    【ノワール】
    なんとなくだけど、わかるよ
    俺も『継承者』なんて持ち上げられてるしさ
    【エレイン】
    先輩…
    ありがとうございます
    Block1end
    101030001
    【エレイン】
    トビーくん
    良くなってくれるといいんですけど…
    101030001
    【エレイン】
    はい!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200663.html b/docs/story/200663.html index df77cddd8..fdbef0bb2 100644 --- a/docs/story/200663.html +++ b/docs/story/200663.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エレイン_ランクアップ4_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -141,6 +153,15 @@

    1章/コミュ/x0401_エレイン_ランクアップ4_2

    + + + + + + + + + @@ -161,6 +182,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ4_2

    + + + + @@ -171,9 +196,21 @@

    1章/コミュ/x0401_エレイン_ランクアップ4_2

    + + + + + + + + + + + +
    template1
    Load
    Play
    101030001
    【エレイン】
    …それでね。この前の事件のとき
    【エレイン】
    いえ、大丈夫です
    今日はひとりで行かせてください
    101009001
    【(選択肢)】
    1. 心配だ。ついていく
    2. わかった。気を付けて
    Block1_1
    101009001
    【ノワール】
    心配だ
    俺もついていくよ
    【ノワール】
    …わかった
    Block1_2
    101009001
    【ノワール】
    わかった
    じゃあ、俺は先に学園に戻っておく
    【ノワール】
    気を付けて行ってきてくれ
    それから…トビーによろしく
    Block1end
    101030001
    【エレイン】
    では、先輩
    今日はここで失礼します
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200664.html b/docs/story/200664.html index 97f8bdbaa..6c38a7cb1 100644 --- a/docs/story/200664.html +++ b/docs/story/200664.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エレイン_ランクアップ5_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -136,6 +148,15 @@

    1章/コミュ/x0401_エレイン_ランクアップ5_2

    + + + + + + + + + @@ -161,6 +182,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ5_2

    + + + + @@ -191,6 +216,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ5_2

    + + + + @@ -230,5 +259,13 @@

    1章/コミュ/x0401_エレイン_ランクアップ5_2

    + + + + + + + +
    template1
    Load
    Play
    101030001
    【エレイン】
    トビーくんのお父さんについて
    お兄ちゃんが調べてくれているんですが
    【エレイン】
    お兄ちゃんのおかげで、手紙越しですが
    私は少しずつ人と話せるようになったんです
    101009002
    【(選択肢)】
    1. ラヴェインの真意は違う
    2. キミは間違っている
    Block1_1
    101009002
    【ノワール】
    手紙を通じての会話なら嘘がつけない
    ラヴェインはそれが伝えたかったんだろうか?
    【エレイン】
    手紙をきっかけに…
    Block1_2
    101009002
    【ノワール】
    エレイン、キミは間違っている
    【ノワール】
    ラヴェインは手紙をきっかけに
    キミを正しい道に戻してくれたんだよ
    Block1end
    101030001
    【エレイン】
    私は間違って、いた…
    101030001
    【エレイン】
    怖がらずに
    相手の目をまっすぐに見られるように
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200665.html b/docs/story/200665.html index 789528074..c758fc4be 100644 --- a/docs/story/200665.html +++ b/docs/story/200665.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エレイン_ランクアップ6_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -126,6 +138,15 @@

    1章/コミュ/x0401_エレイン_ランクアップ6_2

    + + + + + + + + + @@ -146,6 +167,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ6_2

    + + + + @@ -171,11 +196,24 @@

    1章/コミュ/x0401_エレイン_ランクアップ6_2

    + + + + + + + + + + + + + @@ -206,6 +244,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ6_2

    + + + + @@ -226,6 +268,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ6_2

    + + + + @@ -235,5 +281,13 @@

    1章/コミュ/x0401_エレイン_ランクアップ6_2

    + + + + + + + +
    template1
    Load
    Play
    【トビー】
    ぼくにお手紙?
    【トビー】
    本当に円卓の騎士が助けてくれるの?
    101009001
    【(選択肢)】
    1. 約束するよ
    2. どうかなあ
    Block1_1
    101009001
    【ノワール】
    もちろんだ
    円卓の騎士のひとり、ノワールが約束する
    【トビー】
    うん、わかったよ!
    Block1_2
    101009001
    【ノワール】
    うーん、どうかなあ…
    【トビー】
    わかった!
    ぼく、大人しくしているよ!
    Block1end
    【使用人】
    エレイン様
    それでは今日はこのへんで失礼します
    101009001
    【(選択肢)】
    1. 喜んでくれて良かったな
    2. カッコつけすぎちゃったかな?
    Block2_1
    101009001
    【ノワール】
    トビー、すごく喜んでた
    良かったな
    【エレイン】
    ふふっ、そうですね
    Block2_2
    101009001
    【ノワール】
    ちょっとカッコつけすぎちゃったかなぁ?
    【エレイン】
    あのくらいでちょうど良かったと思いますよ!
    ちょうど良かったと!
    Block2end
    101009001
    【ノワール】
    それじゃ、また機会を見て
    手紙を持って来てやろうか
    101030001
    【エレイン】
    はい。ロンディニウムの子供たちにも
    トビーくんが喜んでいたと伝えてあげないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200666.html b/docs/story/200666.html index 25ca1ef9b..c3ca6a053 100644 --- a/docs/story/200666.html +++ b/docs/story/200666.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エレイン_ランクアップ7_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/コミュ/x0401_エレイン_ランクアップ7_2

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ7_2

    + + + + @@ -81,6 +106,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ7_2

    + + + + @@ -101,6 +130,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ7_2

    + + + + @@ -165,5 +198,13 @@

    1章/コミュ/x0401_エレイン_ランクアップ7_2

    + + + + + + + +
    template1
    Load
    Play
    101031001
    【ラヴェイン】
    ノワール君
    キミをさがしていました
    【ラヴェイン】
    市民を守るべくバルバロイに立ち向かい
    命を落としたとのことです
    101009002
    【(選択肢)】
    1. 喰われたわけじゃないのか
    2. 確かな情報なのか?
    3. エレインには聞かせられないな
    Block1_1
    101009002
    【ノワール】
    バルバロイに喰われたわけじゃないのか?
    【ラヴェイン】
    バルバロイにやられたものの
    喰われるまでには至らなかったようですね
    Block1_2
    101009002
    【ノワール】
    そんな…!
    確かな情報なのか!?
    【ノワール】
    勇敢な兵士だったんだな
    Block1_3
    101009002
    【ノワール】
    このこと、エレインに聞かせたのか?
    【ノワール】
    できれば知らせたくはないけど…
    Block1end
    101030001
    【エレイン】
    本当なの、お兄ちゃん…?
    101031001
    【ラヴェイン】
    行ってらっしゃい
    気を付けて、ふたりとも
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200667.html b/docs/story/200667.html index b74a30c48..60dd8eeff 100644 --- a/docs/story/200667.html +++ b/docs/story/200667.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エレイン_ランクアップ7_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -160,5 +172,13 @@

    1章/コミュ/x0401_エレイン_ランクアップ7_3

    + + + + + + + +
    template1
    Load
    Play
    101030001
    【エレイン】
    トビーくん
    今日もみんなからの手紙を預かって来たわ
    101030001
    【エレイン】
    はい…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200668.html b/docs/story/200668.html index 47e673adf..8bca2af60 100644 --- a/docs/story/200668.html +++ b/docs/story/200668.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エレイン_ランクアップ8_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/コミュ/x0401_エレイン_ランクアップ8_2

    + + + + + + + +
    template1
    Load
    Play
    【使用人】
    ああっ!
    エレイン様、大変なんです!!
    101009001
    【ノワール】
    心配だ
    さがしにいこう、エレイン
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200669.html b/docs/story/200669.html index 08be89c60..0c81086f9 100644 --- a/docs/story/200669.html +++ b/docs/story/200669.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エレイン_ランクアップ8_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/コミュ/x0401_エレイン_ランクアップ8_3

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ8_3

    + + + + @@ -66,6 +91,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ8_3

    + + + + @@ -81,6 +110,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ8_3

    + + + + @@ -106,6 +139,15 @@

    1章/コミュ/x0401_エレイン_ランクアップ8_3

    + + + + + + + + + @@ -131,6 +173,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ8_3

    + + + + @@ -156,6 +202,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ8_3

    + + + + @@ -176,6 +226,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ8_3

    + + + + @@ -205,5 +259,13 @@

    1章/コミュ/x0401_エレイン_ランクアップ8_3

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    まだあまり遠くには
    行っていないと思うけれど…
    【エレイン】
    私がお父さんが生きているといったせいで
    トビーくんはロンディニウムに…?
    101009001
    【(選択肢)】
    1. キミのせいじゃない
    2. そうかもしれない
    3. 手分けしてさがそう
    Block1_1
    101009001
    【ノワール】
    エレインが気に病む必要はないよ
    トビーはキミに懐いていた
    【エレイン】
    ありがとうございます…
    でも、トビーくんは出て行ってしまった
    Block1_2
    101009001
    【ノワール】
    …かもしれない
    【エレイン】
    私は大馬鹿だ…トビーくんの心を傷つけて
    今度は命の危険に遭わせようとしている…
    Block1_3
    101009001
    【ノワール】
    今は誰が悪いとか考えている場合じゃない
    一刻も早くトビーをさがさないと
    【エレイン】
    わ、わかりました
    トビーくん、無事でいて…
    Block1end
    101030002
    【エレイン】
    私、かわりたかったんです
    【エレイン】
    でも、そう思っていたのは
    私だけなのかもしれません
    101009001
    【(選択肢)】
    1. かわったよ
    2. かわっていない
    3. かわらなくてもいい
    Block2_1
    101009001
    【ノワール】
    エレインはかわったじゃないか
    【ノワール】
    キミがみんなを引っ張ってくれたから
    成功したんじゃないか
    Block2_2
    101009001
    【ノワール】
    たしかに、出会ったときから
    あまりかわったようには思えないな
    【ノワール】
    ご、ごめん
    そんなつもりじゃなかったんだけど…
    Block2_3
    101009001
    【ノワール】
    無理にかわろうとしなくてもいいんじゃないか?
    キミはキミのままで十分魅力的だよ
    【エレイン】
    私は、かわらないと
    Block2end
    101030002
    【エレイン】
    心を閉ざしてしまいそうなトビーくんを見て
    思ったんです
    101030002
    【エレイン】
    あっ!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200670.html b/docs/story/200670.html index 14399f379..dfd041ca1 100644 --- a/docs/story/200670.html +++ b/docs/story/200670.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エレイン_ランクアップ8_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -30,5 +42,13 @@

    1章/コミュ/x0401_エレイン_ランクアップ8_4

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    トビー!
    101030002
    【エレイン】
    今日のところはアストラット郷に連れ帰って
    あらためて話をしに来ましょう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200671.html b/docs/story/200671.html index f94106fed..cc0eccd08 100644 --- a/docs/story/200671.html +++ b/docs/story/200671.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エレイン_ランクアップ9_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    1章/コミュ/x0401_エレイン_ランクアップ9_2

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ9_2

    + + + + @@ -91,6 +116,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ9_2

    + + + + @@ -196,6 +225,15 @@

    1章/コミュ/x0401_エレイン_ランクアップ9_2

    + + + + + + + + + @@ -211,6 +249,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ9_2

    + + + + @@ -226,6 +268,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ9_2

    + + + + @@ -320,5 +366,13 @@

    1章/コミュ/x0401_エレイン_ランクアップ9_2

    + + + + + + + +
    template1
    Load
    Play
    【トビー】
    エレインお姉ちゃん!
    ノワールお兄ちゃん!
    【トビー】
    お姉ちゃんたちに迷惑かけちゃった
    本当にごめんなさい
    101009001
    【(選択肢)】
    1. 無事でよかったよ
    2. みんなに迷惑をかけるな
    Block1_1
    101009001
    【ノワール】
    無事でよかったよ
    【エレイン】
    せ、先輩っ!
    そんなことは…ありますけど
    Block1_2
    101009001
    【ノワール】
    無茶をするな!
    みんながどれだけ心配したと思ってる!?
    【エレイン】
    先輩
    そんなに怒ったら可哀そうですよ…
    Block1end
    101030002
    【エレイン】
    私があんなことを言ったから
    ロンディニウムに行ったんだとばかり…
    【トビー】
    お姉ちゃんの心はほかの誰よりも
    キレイに見えるよ?
    101009001
    【(選択肢)】
    1. エレインほど綺麗な女性はいない
    2. …だってさ、エレイン
    Block2_1
    101009001
    【ノワール】
    わかってるな、トビー
    【トビー】
    だよね!
    Block2_2
    101009001
    【ノワール】
    …だってさ、エレイン
    【ノワール】
    俺もトビーの意見に賛成だ
    キミほど心の綺麗な女性はいないと思う
    Block2end
    101030002
    【エレイン】
    せ、先輩!
    や、やめてください、恥ずかしいです…
    101030002
    【エレイン】
    …え?
    あ、ああ、はい、そうですね…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200672.html b/docs/story/200672.html index a19d51271..8b03d8f16 100644 --- a/docs/story/200672.html +++ b/docs/story/200672.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エレイン_ランクアップ10_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -61,6 +73,15 @@

    1章/コミュ/x0401_エレイン_ランクアップ10_2

    + + + + + + + + + @@ -81,6 +102,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ10_2

    + + + + @@ -101,6 +126,10 @@

    1章/コミュ/x0401_エレイン_ランクアップ10_2

    + + + + @@ -240,5 +269,13 @@

    1章/コミュ/x0401_エレイン_ランクアップ10_2

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    たしかここは
    キミと初めて会った花畑…
    【エレイン】
    話せるようになったんです
    みなさんの目を見て
    101009001
    【(選択肢)】
    1. かわれたな
    2. みんなはなんて?
    Block1_1
    101009001
    【ノワール】
    かわれたんだな
    【エレイン】
    アストラットの領主…
    いえ、アストラットの美姫として
    Block1_2
    101009001
    【ノワール】
    そうか
    みんなはなんて言ってるんだ?
    【エレイン】
    まだ私、なにも始められてないのに…
    Block1end
    101030002
    【エレイン】
    先輩、見ててくださいね
    101030002
    【エレイン】
    まだまだだ、私
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200673.html b/docs/story/200673.html index 8a88fefd8..562ff5808 100644 --- a/docs/story/200673.html +++ b/docs/story/200673.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガレス_ランクアップ2_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/コミュ/x0401_ガレス_ランクアップ2_2

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ2_2

    + + + + @@ -66,6 +91,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ2_2

    + + + + @@ -96,6 +125,15 @@

    1章/コミュ/x0401_ガレス_ランクアップ2_2

    + + + + + + + + + @@ -111,6 +149,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ2_2

    + + + + @@ -131,6 +173,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ2_2

    + + + + @@ -156,6 +202,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ2_2

    + + + + @@ -245,5 +295,13 @@

    1章/コミュ/x0401_ガレス_ランクアップ2_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    …料理の手伝いじゃなかったっけ?
    【ガレス】
    だからみんなで新しい食材を探そう~!
    101009002
    【(選択肢)】
    1. わざわざこんな森の奥で?
    2. 気分転換にもなりそうだな
    Block1_1
    101009002
    【ノワール】
    だからってわざわざ
    こんな森の奥まで来る必要あるのか?
    【ノワール】
    それはまぁ、確かに
    Block1_2
    101009002
    【ノワール】
    気分転換にもなりそうだな
    ピクニックみたいでさ
    【ノワール】
    視点を変えるのは大事だな
    俺も力になれるよう頑張るよ
    Block1end
    101009002
    【ノワール】
    それでさ
    どんな食材を探すかは決めてあるのか?
    【ガレス】
    全部どかされちゃった
    101009002
    【(選択肢)】
    1. 山菜が苦手なヤツって多いよな
    2. 美味しい山菜たくさんあるのにな
    3. …リオネス、どうした?
    Block2_1
    101009002
    【ノワール】
    ガウェイン以外の知り合いでも
    山菜が苦手なヤツって多い気がする
    【ガレス】
    いいメニューが見つかったら食堂でも出して
    みんなに食べさせることにしよう
    Block2_2
    101009002
    【ノワール】
    もったいない
    美味しい山菜はたくさんあるのにな
    【ガレス】
    帰ったら
    ノワールからも兄さんに言ってやってくれ!
    Block2_3
    101009002
    【ノワール】
    ところで…
    リオネス、なんか静かじゃないか?
    【ノワール】
    じゃ、お腹いっぱいになるくらい
    たくさん集めるかな
    Block2end
    101032001
    【ガレス】
    ってことで
    山菜をたくさん集めるぞ~♪
    101032001
    【ガレス】
    ふたりとも、ありがとう!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200674.html b/docs/story/200674.html index 9a66a8644..0353427fb 100644 --- a/docs/story/200674.html +++ b/docs/story/200674.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガレス_ランクアップ2_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/コミュ/x0401_ガレス_ランクアップ2_3

    + + + + + + + +
    template1
    Load
    Play
    101032001
    【ガレス】
    木の実をすりつぶして、山菜と和えてみた
    食べてみてくれ!
    【ノワール/リオネス】
    おーっ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200675.html b/docs/story/200675.html index 17406b92d..77f392f27 100644 --- a/docs/story/200675.html +++ b/docs/story/200675.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガレス_ランクアップ2_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/コミュ/x0401_ガレス_ランクアップ2_4

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ2_4

    + + + + @@ -71,6 +96,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ2_4

    + + + + @@ -105,5 +134,13 @@

    1章/コミュ/x0401_ガレス_ランクアップ2_4

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    よ、よう!
    ノワール
    【ガウェイン】
    こないだ、ハラいっぱいになったせいか
    言わなくてもいいこと言っちまったからよ
    101009002
    【(選択肢)】
    1. すごく怒ってた
    2. すごく燃えてた
    Block1_1
    101009002
    【ノワール】
    すごく怒ってたぞ?
    【ガウェイン】
    わかっちゃいるんだけどよお
    はあ、自己嫌悪
    Block1_2
    101009002
    【ノワール】
    怒ってはいなかったかな
    むしろ、燃え上がってたよ
    【ガウェイン】
    へえ…
    楽しみだな
    Block1end
    101009002
    【ノワール】
    なんにしても
    どこかで一度謝ったほうがいいと思う
    101013001
    【ガウェイン】
    うっせ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200676.html b/docs/story/200676.html index ab89118d3..3843a2d9c 100644 --- a/docs/story/200676.html +++ b/docs/story/200676.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガレス_ランクアップ3_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -156,6 +168,15 @@

    1章/コミュ/x0401_ガレス_ランクアップ3_2

    + + + + + + + + + @@ -176,6 +197,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ3_2

    + + + + @@ -196,6 +221,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ3_2

    + + + + @@ -210,5 +239,13 @@

    1章/コミュ/x0401_ガレス_ランクアップ3_2

    + + + + + + + +
    template1
    Load
    Play
    101033001
    【リオネス】
    なあなあ、そのスープってどんな味なんだ?
    肉は入ってるか?
    【おばあちゃん】
    炭鉱が閉鎖されてからは
    めったに出回らなくなっちゃったけどね
    101009002
    【(選択肢)】
    1. 諦めよう
    2. 行ってみよう
    Block1_1
    101009002
    【ノワール】
    閉鎖された鉱山でだけ採れるキノコか
    残念だけど諦めよう、ガレス
    【ガレス】
    このスープを作ることでなにか掴める気がする
    料理人のカンがそう言ってるんだ
    Block1_2
    101009002
    【ノワール】
    その炭鉱に行ってみよう、ガレス
    【リオネス】
    任せとけ!
    Block1end
    101009002
    【ノワール】
    その炭鉱に行ってみたいんですが
    どうすればいいかわかりますか?
    【おばあちゃん】
    キラーズとそのマスターがいるなら
    立ち入りの許可も出ると思うよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200677.html b/docs/story/200677.html index d86658fec..f69666f5e 100644 --- a/docs/story/200677.html +++ b/docs/story/200677.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガレス_ランクアップ3_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/コミュ/x0401_ガレス_ランクアップ3_3

    + + + + + + + +
    template1
    Load
    Play
    101033001
    【リオネス】
    こんなカビ臭いところに
    うまいものがあるとは思えないぞ
    101032001
    【ガレス】
    そうか
    そうだな、わかった!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200678.html b/docs/story/200678.html index be7b73785..df3477c9f 100644 --- a/docs/story/200678.html +++ b/docs/story/200678.html @@ -11,6 +11,22 @@

    1章/コミュ/x0401_ガレス_ランクアップ4_2

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + @@ -136,6 +152,15 @@

    1章/コミュ/x0401_ガレス_ランクアップ4_2

    + + + + + + + + + @@ -151,6 +176,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ4_2

    + + + + @@ -171,6 +200,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ4_2

    + + + + @@ -191,6 +224,15 @@

    1章/コミュ/x0401_ガレス_ランクアップ4_2

    + + + + + + + + + @@ -206,6 +248,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ4_2

    + + + + @@ -226,6 +272,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ4_2

    + + + + @@ -305,5 +355,13 @@

    1章/コミュ/x0401_ガレス_ランクアップ4_2

    + + + + + + + +
    template1
    template2
    Load
    Play
    101032001
    【ガレス】
    お待ちどう~♪炭鉱産の伝説のキノコと
    村の畑で採れた特産野菜を使った…
    【ガレス】
    …♪
    101009002
    【(選択肢)】
    1. おつかれさま
    2. なにか掴めた顔してるな
    Block1_1
    101009002
    【ノワール】
    ガレス、おつかれさま
    村のみんなも喜んでたな
    【リオネス】
    あたしはなにもしてないぞ
    ぜんぶガレスの頑張りだ!
    Block1_2
    101009002
    【ノワール】
    嬉しそうな顔してるな
    なにか掴めたのか?
    【ガレス】
    うんうん
    もちろんリオネスにもね
    Block1end
    101032001
    【ガレス】
    よく聞く言葉だけどさ
    やっぱり想いに勝る調味料はないんだね
    【ガレス】
    ひとりよがりの料理を作ってたんだと思う
    兄さんはそれを教えてくれたんだ、きっと
    101009002
    【(選択肢)】
    1. そうだな
    2. そうかな…?
    Block2_1
    101009002
    【ノワール】
    うん、きっとそうだよ
    【ガレス】
    ははっ!
    わかんないけど、そういうことにしとこう♪
    Block2_2
    101009002
    【ノワール】
    そうかなあ?
    そこまで深く考えてなかった気もするけど
    【ガレス】
    ああ見えて結構いい奴なんだぞ
    兄さんは?
    Block2end
    401029001
    【コック長】
    ガウェイン、そろそろ入ったらどうだ
    ハラ減ってんだろ?
    101013001
    【ガウェイン】
    楽しみに待ってるぜ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200679.html b/docs/story/200679.html index 63243f4ab..17d4fe499 100644 --- a/docs/story/200679.html +++ b/docs/story/200679.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガレス_ランクアップ5_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    1章/コミュ/x0401_ガレス_ランクアップ5_2

    + + + + + + + + + @@ -66,6 +87,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ5_2

    + + + + @@ -81,6 +106,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ5_2

    + + + + @@ -161,6 +190,15 @@

    1章/コミュ/x0401_ガレス_ランクアップ5_2

    + + + + + + + + + @@ -176,6 +214,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ5_2

    + + + + @@ -196,6 +238,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ5_2

    + + + + @@ -216,6 +262,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ5_2

    + + + + @@ -270,5 +320,13 @@

    1章/コミュ/x0401_ガレス_ランクアップ5_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ごちそうさま
    今日も美味しかったよ
    【ガレス】
    ランスロットとギネヴィアが元気になって
    そのおかげでみんなも元気になったから♪
    101009002
    【(選択肢)】
    1. ただいま
    2. ガレスのご飯が食べたかった
    Block1_1
    101009002
    【ノワール】
    ただいま
    心配させちゃってごめんな
    【ガレス】
    でも、もういなくならないって
    約束はしてほしい
    Block1_2
    101009002
    【ノワール】
    学園を離れているあいだ
    ずっとガレスのご飯が食べたかった
    【ガレス】
    励ましてくれてるんだな
    ありがとう、ノワール!
    Block1end
    401029001
    【コック長】
    珍しいな、ふたりで来るなんて
    で、ご注文は?
    【ガレス】
    心配ならいらないぞ?
    アシスタントのひとりが戻ってきてくれたしな♪
    101009002
    【(選択肢)】
    1. 誰?
    2. 心配いらないぞ
    3. 休んだほうがいい
    Block2_1
    101009002
    【ノワール】
    アシスタント?
    誰のことだ?
    【リオネス】
    あたしと一緒に
    ガレスをサポートするんだ、ノワール!
    Block2_2
    101009002
    【ノワール】
    ガレスのことなら俺がサポートする
    だから大丈夫だ
    【ガレス】
    そうそう
    わたしには頼りになるキラーズもいるもの
    Block2_3
    101009002
    【ノワール】
    ガレス、ふたりのいうとおりだ
    辛いなら無理せず休んだほうがいい
    【ノワール】
    えっ?
    ご、ごめん…
    Block2end
    101010001
    【ランスロット】
    わかった
    ガレスのことはノワールに任せる
    101032001
    【ガレス】
    本当に、ノワールが戻って来てくれてよかった
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200680.html b/docs/story/200680.html index d0c68e7cf..3235592df 100644 --- a/docs/story/200680.html +++ b/docs/story/200680.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガレス_ランクアップ6_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/コミュ/x0401_ガレス_ランクアップ6_2

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ6_2

    + + + + @@ -75,5 +100,17 @@

    1章/コミュ/x0401_ガレス_ランクアップ6_2

    + + + + + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    今さらなんだけどさ
    ナイトカジキってどんな魚なんだ?
    【ガレス】
    わたしたちのご馳走としてぴったりだろう!
    101009002
    【(選択肢)】
    1. 美味いのか?
    2. 釣れるのかな
    Block1_1
    101009002
    【ノワール】
    ナイトカジキって美味いのか?
    【リオネス】
    あたしは肉派だけど
    食べてみたいな~
    Block1_2
    101009002
    【ノワール】
    でも、釣れるのか?
    たまにしか揚がらない魚なんだろ?
    101009002
    【ノワール】
    あ、ああ…
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200681.html b/docs/story/200681.html index 463e360a4..39c00a488 100644 --- a/docs/story/200681.html +++ b/docs/story/200681.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガレス_ランクアップ6_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/コミュ/x0401_ガレス_ランクアップ6_3

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ6_3

    + + + + @@ -66,6 +91,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ6_3

    + + + + @@ -85,5 +114,13 @@

    1章/コミュ/x0401_ガレス_ランクアップ6_3

    + + + + + + + +
    template1
    Load
    Play
    101032001
    【ガレス】
    よーし、目的地に着いた
    たくさん釣るぞ~♪
    【リオネス】
    ナイトカジキの旬って
    もうちょっと先らしいぞ
    101009002
    【(選択肢)】
    1. 諦めよう
    2. 日をあらためよう
    Block1_1
    101009002
    【ノワール】
    旬じゃないんじゃ釣るのは難しい
    諦めよう
    【ガレス】
    釣れるまで
    何度だって挑戦する!
    Block1_2
    101009002
    【ノワール】
    そこまで珍しい魚とは知らなかった
    無策で来すぎたかもしれない
    【ガレス】
    …うん、それがよさそう
    Block1end
    101009002
    【ノワール】
    ナイトカジキの詳しい釣りかたについて
    大図書院で調べてみるよ
    101033001
    【リオネス】
    ガレス…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200682.html b/docs/story/200682.html index d9e42d735..709380233 100644 --- a/docs/story/200682.html +++ b/docs/story/200682.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガレス_ランクアップ6_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    1章/コミュ/x0401_ガレス_ランクアップ6_4

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ6_4

    + + + + @@ -56,6 +81,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ6_4

    + + + + @@ -76,6 +105,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ6_4

    + + + + @@ -120,5 +153,13 @@

    1章/コミュ/x0401_ガレス_ランクアップ6_4

    + + + + + + + +
    template1
    Load
    Play
    101032001
    【ガレス】
    兄さんはさ
    たまにアレだけど、すごく優しいんだ
    【ガレス】
    みんなの困った顔が苦手で
    誰かが泣いてると一緒になって泣いてあげて
    101009002
    【(選択肢)】
    1. たしかに、たまにアレだな
    2. ヒーローだよな
    3. 俺も助けてもらったことがある
    Block1_1
    101009002
    【ノワール】
    たしかに、たまにアレだな
    【ノワール】
    アレはアレだよ
    Block1_2
    101009002
    【ノワール】
    ヒーローだよな、あいつ
    【ガレス】
    うん…うん!
    自慢の兄さんだ
    Block1_3
    101009002
    【ノワール】
    俺もあいつに助けてもらったこと
    何回もあるよ
    【ガレス】
    わたしもいっつも励ましてもらってたよ
    …たまにケンカもしたけどね
    Block1end
    101032001
    【ガレス】
    わたしが「円卓の騎士になる」って言ったときさ
    兄さん、最初は反対してきたんだ
    101033001
    【リオネス】
    ガレス…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200683.html b/docs/story/200683.html index 379b239dd..8dba0362a 100644 --- a/docs/story/200683.html +++ b/docs/story/200683.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガレス_ランクアップ7_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/コミュ/x0401_ガレス_ランクアップ7_2

    + + + + + + + +
    template1
    Load
    Play
    101032001
    【ガレス】
    どうだ?
    なにかわかりそうか?
    101009002
    【ノワール】
    …やれやれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200684.html b/docs/story/200684.html index 68e09d616..5af81167a 100644 --- a/docs/story/200684.html +++ b/docs/story/200684.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガレス_ランクアップ7_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -81,6 +93,15 @@

    1章/コミュ/x0401_ガレス_ランクアップ7_3

    + + + + + + + + + @@ -101,6 +122,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ7_3

    + + + + @@ -121,6 +146,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ7_3

    + + + + @@ -151,6 +180,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ7_3

    + + + + @@ -215,5 +248,13 @@

    1章/コミュ/x0401_ガレス_ランクアップ7_3

    + + + + + + + +
    template1
    Load
    Play
    101032001
    【ガレス】
    …釣れなかった…
    …もはや存在しないのではと思えるくらい…
    【ガレス】
    でも、兄さんがいなくなった今
    わたしはなんで料理してるんだろう?
    101009002
    【(選択肢)】
    1. ガウェインは戻ってくるよ
    2. 無理しないほうがいい
    3. 俺はガレスの料理が大好きだ
    Block1_1
    101009002
    【ノワール】
    ガウェインは必ず戻ってくるよ
    【ガレス】
    うん、たしかに兄さんは言ってた
    ヒーローは約束を破らないよな♪
    Block1_2
    101009002
    【ノワール】
    ガレス
    無理はしないほうがいい
    【ガレス】
    わたしなら元気!
    バルバロイでもなんでもかかってこい!
    Block1_3
    101009002
    【ノワール】
    俺はガレスの料理が大好きだ
    【ガレス】
    料理人が匙を投げちゃダメだよね♪
    Block1end
    101032001
    【ガレス】
    ナイトカジキのことは残念だけど
    似た食材があるかもしれない。探してみよう
    101009002
    【ノワール】
    わ、わかった!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200685.html b/docs/story/200685.html index 26ba60065..36fa62439 100644 --- a/docs/story/200685.html +++ b/docs/story/200685.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガレス_ランクアップ7_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -30,5 +42,13 @@

    1章/コミュ/x0401_ガレス_ランクアップ7_4

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    うぐぐ、これは大物だぞ…!
    体が持っていかれる…!?
    101009002
    【ノワール】
    い、いいから
    みんな竿を引け~~~~~~!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200686.html b/docs/story/200686.html index d514080d5..f55a603eb 100644 --- a/docs/story/200686.html +++ b/docs/story/200686.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガレス_ランクアップ7_5

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/コミュ/x0401_ガレス_ランクアップ7_5

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    な、なんとか、釣り上げた…
    この魚は…?
    101032001
    【ガレス】
    さすがリオネス!
    わたしの親友(ベストフレンド)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200687.html b/docs/story/200687.html index 95db0b81d..7e6fda27d 100644 --- a/docs/story/200687.html +++ b/docs/story/200687.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガレス_ランクアップ8_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/コミュ/x0401_ガレス_ランクアップ8_2

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ8_2

    + + + + @@ -61,6 +86,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ8_2

    + + + + @@ -91,6 +120,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ8_2

    + + + + @@ -126,6 +159,15 @@

    1章/コミュ/x0401_ガレス_ランクアップ8_2

    + + + + + + + + + @@ -141,6 +183,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ8_2

    + + + + @@ -156,6 +202,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ8_2

    + + + + @@ -235,5 +285,13 @@

    1章/コミュ/x0401_ガレス_ランクアップ8_2

    + + + + + + + +
    template1
    Load
    Play
    101032001
    【ガレス】
    兄さんのための
    スペシャルメニューのことだけど
    【ガレス】
    いよいよメインディッシュを
    考えなきゃと思っているんだ
    101009002
    【(選択肢)】
    1. ナイトカジキがメインじゃない?
    2. 大詰めだな
    3. デザートはどうするんだ?
    Block1_1
    101009002
    【ノワール】
    ナイトカジキのグリルが
    メインディッシュじゃないのか?
    【ノワール】
    ガウェインに食べさせたいもの?
    Block1_2
    101009002
    【ノワール】
    メインディッシュを決めるのか
    いよいよ大詰めだな
    【ガレス】
    ずっと前から
    兄さんに食べさせたいと思ってたものがあるんだ
    Block1_3
    101009002
    【ノワール】
    デザートはどうするんだ?
    【ノワール】
    (考えてなかったのか…?)
    Block1end
    101032001
    【ガレス】
    前に話したと思うんだけど
    兄さんは生まれてすぐに家を出された
    【ガレス】
    ミートパイを食べながら教えてあげたいんだ
    母さんのこと、他の家族のことを
    101009002
    【(選択肢)】
    1. すごく良いと思う
    2. 美味しいのか?
    Block2_1
    101009002
    【ノワール】
    ガレスとガウェインのお母さんの得意料理か
    すごく良いと思う
    【ガレス】
    そうだろう!
    ノワールもそう思うだろう!?
    Block2_2
    101009002
    【ノワール】
    ミートパイ?
    美味しいのか?
    【リオネス】
    ガレスが大好物だったのなら
    きっとあたしの口にも合うに違いないぞ!
    Block2end
    101032001
    【ガレス】
    レシピは控えてあるから
    材料さえあれば作れるはず
    【ガレス/リオネス】
    おーっ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200688.html b/docs/story/200688.html index 556a7e699..009676d65 100644 --- a/docs/story/200688.html +++ b/docs/story/200688.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガレス_ランクアップ9_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -30,5 +42,13 @@

    1章/コミュ/x0401_ガレス_ランクアップ9_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    …で、どうやって行くんだ
    101009002
    【ノワール】
    わかった
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200689.html b/docs/story/200689.html index 99ff0e0c8..fe3ce6102 100644 --- a/docs/story/200689.html +++ b/docs/story/200689.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガレス_ランクアップ9_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    1章/コミュ/x0401_ガレス_ランクアップ9_3

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ9_3

    + + + + @@ -86,6 +111,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ9_3

    + + + + @@ -211,6 +240,15 @@

    1章/コミュ/x0401_ガレス_ランクアップ9_3

    + + + + + + + + + @@ -236,6 +274,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ9_3

    + + + + @@ -251,6 +293,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ9_3

    + + + + @@ -300,5 +346,13 @@

    1章/コミュ/x0401_ガレス_ランクアップ9_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ここがオークニー諸島か
    ガレスの生まれ育った城があるんだよな?
    【???】
    まさかこんなところで会うとはな
    101009002
    【(選択肢)】
    1. ガウェイン、会いたかった!
    2. なにしに来た
    Block1_1
    101009002
    【ノワール】
    ガウェイン!
    会いたかった、話を…
    【ガウェイン】
    …今日はお前を殺るつもりもねーけどな
    Block1_2
    101009002
    【ノワール】
    なにしに来た
    【ガウェイン】
    今さら友情だのなんだの
    甘っちょろいこと抜かすつもりはなさそうだな
    Block1end
    101013002
    【ガウェイン】
    たまには里帰りでもと思ったんだがよ
    そんな気分じゃなくなっちまったな
    【ガレス】
    …兄さん、泣いてた
    101009002
    【(選択肢)】
    1. ガウェインはガウェインだったな
    2. 戦うしかないんだな
    Block2_1
    101009002
    【ノワール】
    あんな口ぶりだったけど
    ガウェインはガウェインだったな
    【ノワール】
    うん、そうだな
    Block2_2
    101009002
    【ノワール】
    俺たちは道を違えてしまった
    もう戦うしかないんだな
    【ガレス】
    話してわかった
    兄さんは優しいままだもの
    Block2end
    101009002
    【ノワール】
    ガレス、リオネス
    今日のところは帰ろう
    101032001
    【ガレス】
    みんな、な!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200690.html b/docs/story/200690.html index 0a79014bc..0947d3ac6 100644 --- a/docs/story/200690.html +++ b/docs/story/200690.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ガレス_ランクアップ10_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -101,6 +113,15 @@

    1章/コミュ/x0401_ガレス_ランクアップ10_2

    + + + + + + + + + @@ -121,6 +142,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ10_2

    + + + + @@ -136,6 +161,10 @@

    1章/コミュ/x0401_ガレス_ランクアップ10_2

    + + + + @@ -185,5 +214,13 @@

    1章/コミュ/x0401_ガレス_ランクアップ10_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    な、なんか緊張するな
    【ガレス】
    どうだった?
    美味しかっただろう♪
    101009002
    【(選択肢)】
    1. 美味しかった!
    2. ガウェインも満足するはず!
    Block1_1
    101009002
    【ノワール】
    もちろん美味しかった!
    これまで食べた料理のなかで一番だった
    【コック長】
    ったく、どいつもこいつも
    調子がいいことで
    Block1_2
    101009002
    【ノワール】
    これならガウェインも満足するはず!
    俺が保証するよ
    【ガレス】
    頑張った甲斐があったぞ♪
    Block1end
    101032001
    【ガレス】
    ノワール
    わたし、決めたんだ
    101032001
    【ガレス】
    たっぷり…お灸を…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200691.html b/docs/story/200691.html index 1ede9006e..49d2de281 100644 --- a/docs/story/200691.html +++ b/docs/story/200691.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エクセリア_ランクアップ1_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/コミュ/x0401_エクセリア_ランクアップ1_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    どのくらいの人に聞いたんだ?
    101009002
    【ノワール】
    じゃ、俺もキミに合いそうなリフレッシュ方法を
    少し考えておくよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200692.html b/docs/story/200692.html index a6d97e952..b495d7fcf 100644 --- a/docs/story/200692.html +++ b/docs/story/200692.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エクセリア_ランクアップ2_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -151,6 +163,15 @@

    1章/コミュ/x0401_エクセリア_ランクアップ2_2

    + + + + + + + + + @@ -176,6 +197,10 @@

    1章/コミュ/x0401_エクセリア_ランクアップ2_2

    + + + + @@ -206,6 +231,10 @@

    1章/コミュ/x0401_エクセリア_ランクアップ2_2

    + + + + @@ -295,5 +324,13 @@

    1章/コミュ/x0401_エクセリア_ランクアップ2_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    最近、頑張ってるみたいだなリフレッシュ
    【エクセリア】
    花を育ててどうするの?
    リリアーナの作物のように食べられないし
    101009002
    【(選択肢)】
    1. 売ってみよう
    2. 楽しみかたを提案する
    Block1_1
    101009002
    【ノワール】
    せっかくだし
    たくさん育てて売るのも悪くないか
    【ノワール】
    たしかにエクセリアなら
    経営もうまいことやれそうだけどさ
    Block1_2
    101009002
    【ノワール】
    こないだリリアーナも言ってたろ
    育てる過程を楽しむんだよ
    【エクセリア】
    少し興味が湧いたわ
    Block1end
    101034001
    【エクセリア】
    では、次は花を育ててみることにするわ
    …あら?種はいくつか種類があるようね
    101009002
    【ノワール】
    俺、なんかマズイこと
    言っちゃったのかな…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200693.html b/docs/story/200693.html index 1732f7af8..ad040c645 100644 --- a/docs/story/200693.html +++ b/docs/story/200693.html @@ -11,6 +11,22 @@

    1章/コミュ/x0401_エクセリア_ランクアップ3_2

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + @@ -81,6 +97,15 @@

    1章/コミュ/x0401_エクセリア_ランクアップ3_2

    + + + + + + + + + @@ -106,6 +131,10 @@

    1章/コミュ/x0401_エクセリア_ランクアップ3_2

    + + + + @@ -126,6 +155,10 @@

    1章/コミュ/x0401_エクセリア_ランクアップ3_2

    + + + + @@ -210,5 +243,13 @@

    1章/コミュ/x0401_エクセリア_ランクアップ3_2

    + + + + + + + +
    template1
    template2
    Load
    Play
    101009001
    【ノワール】
    あー…
    エクセリア、このあいだなんだけどさ
    【ノワール】
    あぁ…うちのクラスにもいたな
    記憶の一部がなくなった生徒が
    101009001
    【(選択肢)】
    1. 自分が記憶を失うのが怖い
    2. 記憶を失った人を見るのはつらい
    Block1_1
    101009001
    【ノワール】
    バルバロイと戦い続けるってことは
    記憶を失うリスクと背中合わせだ
    【ノワール】
    …ああ、もちろんだ
    Block1_2
    101009001
    【ノワール】
    バルバロイに記憶を奪われる…
    きっとつらいことだろうな
    【ノワール】
    …エクセリア?
    どうした?
    Block1end
    101009001
    【ノワール】
    あのさ――
    101009001
    【ノワール】
    わかった、そうしよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200694.html b/docs/story/200694.html index b8669d5a1..f485d71bb 100644 --- a/docs/story/200694.html +++ b/docs/story/200694.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エクセリア_ランクアップ3_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/コミュ/x0401_エクセリア_ランクアップ3_3

    + + + + + + + +
    template1
    Load
    Play
    101034001
    【エクセリア】
    お待たせ…と言うべきかしら
    101034001
    【エクセリア】
    お役に立てたようで
    なによりよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200695.html b/docs/story/200695.html index ffffdbcd7..03ef785e7 100644 --- a/docs/story/200695.html +++ b/docs/story/200695.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エクセリア_ランクアップ4_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/コミュ/x0401_エクセリア_ランクアップ4_2

    + + + + + + + +
    template1
    Load
    Play
    101034001
    【エクセリア】
    植物に関する本が置かれている棚は
    このあたりのようね
    101009002
    【ノワール】
    楽しく感じてもらえているようでよかったよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200696.html b/docs/story/200696.html index 1f0589caa..bb1ed951a 100644 --- a/docs/story/200696.html +++ b/docs/story/200696.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エクセリア_ランクアップ4_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -76,6 +88,15 @@

    1章/コミュ/x0401_エクセリア_ランクアップ4_3

    + + + + + + + + + @@ -106,6 +127,10 @@

    1章/コミュ/x0401_エクセリア_ランクアップ4_3

    + + + + @@ -136,6 +161,10 @@

    1章/コミュ/x0401_エクセリア_ランクアップ4_3

    + + + + @@ -170,5 +199,13 @@

    1章/コミュ/x0401_エクセリア_ランクアップ4_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    図鑑を見るなら
    大図書院のほうが落ち着けるんじゃないか?
    【エクセリア】
    この花壇の花も
    最適な環境を整えられているのね
    101009002
    【(選択肢)】
    1. 感心するなあ
    2. 俺も少し知識があるんだ
    Block1_1
    101009002
    【ノワール】
    へえ、感心するなあ
    【エクセリア】
    ふふ、ありがとう
    Block1_2
    101009002
    【ノワール】
    種によっては光に当てないと
    芽が出ないのもあるらしい
    【エクセリア】
    ええ
    いつでも見返せるようにね
    Block1end
    101034001
    【エクセリア】
    花は育てる以外にも面白いことがあるのよ
    ノワールは『花言葉』って聞いたことある?
    101034001
    【エクセリア】
    ありがとう、ノワール
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200697.html b/docs/story/200697.html index 41564994c..cbfc69144 100644 --- a/docs/story/200697.html +++ b/docs/story/200697.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エクセリア_ランクアップ5_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -110,5 +122,13 @@

    1章/コミュ/x0401_エクセリア_ランクアップ5_2

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    ――以上が
    ここ最近のバルバロイによる被害のまとめだ
    101040001
    【ケイ】
    頼む、トリスタン
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200698.html b/docs/story/200698.html index 7b3258d77..589323761 100644 --- a/docs/story/200698.html +++ b/docs/story/200698.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エクセリア_ランクアップ5_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/コミュ/x0401_エクセリア_ランクアップ5_3

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/コミュ/x0401_エクセリア_ランクアップ5_3

    + + + + @@ -76,6 +101,10 @@

    1章/コミュ/x0401_エクセリア_ランクアップ5_3

    + + + + @@ -101,6 +130,10 @@

    1章/コミュ/x0401_エクセリア_ランクアップ5_3

    + + + + @@ -150,5 +183,13 @@

    1章/コミュ/x0401_エクセリア_ランクアップ5_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    さっきの報告、よくまとまってたな
    【エクセリア】
    アダンからそう教わってきたわ
    101009002
    【(選択肢)】
    1. いつから目撃情報を調べていた?
    2. お手柄だな
    3. さすがエクセリア
    Block1_1
    101009002
    【ノワール】
    どのくらいの時期から
    バルバロイの目撃情報をまとめてたんだ?
    【ノワール】
    あ、ああ…それは助かるよ
    Block1_2
    101009002
    【ノワール】
    この作戦で
    みんなを助けられるんじゃないかな
    【エクセリア】
    そうなの?
    …ありがとう
    Block1_3
    101009002
    【ノワール】
    防備体制のことまで考えていたとは
    さすがだな
    【エクセリア】
    私はアダンから学んだことを
    実践しているだけなのに
    Block1end
    101009002
    【ノワール】
    ところでさ。さっき言ってた中心地って
    前に俺たちが行った森だよな?
    101034001
    【エクセリア】
    ひどい目に遭ってほしくない、と私も思うわ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200699.html b/docs/story/200699.html index a6636d8c1..c2fc63b46 100644 --- a/docs/story/200699.html +++ b/docs/story/200699.html @@ -11,6 +11,14 @@

    1章/コミュ/x0401_エクセリア_ランクアップ6_2

    デバッグ用

    View script in lua + + + + + + + + @@ -221,6 +229,19 @@

    1章/コミュ/x0401_エクセリア_ランクアップ6_2

    + + + + + + + + + + + + + @@ -251,6 +272,10 @@

    1章/コミュ/x0401_エクセリア_ランクアップ6_2

    + + + + @@ -286,6 +311,10 @@

    1章/コミュ/x0401_エクセリア_ランクアップ6_2

    + + + + @@ -325,5 +354,13 @@

    1章/コミュ/x0401_エクセリア_ランクアップ6_2

    + + + + + + + +
    Load
    Play
    101034001
    【エクセリア】
    見えてきたわ
    この先が木こりたちの住む村よ
    【エクセリア】
    彼は…
    バルバロイに憑かれてしまったのね
    101009001
    【(選択肢)】
    1. (なぐさめる)
    2. (悔しがる)
    CO_101034_0602_select1
    CO_101034_0602_select1_1
    101009001
    【ノワール】
    そうだな…
    【ノワール】
    生存者がいるかもしれない
    村を隅々まで調査してみよう
    CO_101034_0602_select1_2
    101009001
    【ノワール】
    …くそっ
    【ノワール】
    生存者がいるかもしれない
    村を隅々まで調査してみよう
    CO_101034_0602_end
    101034001
    【エクセリア】
    …えぇ
    101009001
    【ノワール】
    …そうか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200700.html b/docs/story/200700.html index 41d1e0263..79a7ef7d0 100644 --- a/docs/story/200700.html +++ b/docs/story/200700.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エクセリア_ランクアップ7_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/コミュ/x0401_エクセリア_ランクアップ7_2

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/コミュ/x0401_エクセリア_ランクアップ7_2

    + + + + @@ -96,6 +121,10 @@

    1章/コミュ/x0401_エクセリア_ランクアップ7_2

    + + + + @@ -111,6 +140,10 @@

    1章/コミュ/x0401_エクセリア_ランクアップ7_2

    + + + + @@ -206,6 +239,15 @@

    1章/コミュ/x0401_エクセリア_ランクアップ7_2

    + + + + + + + + + @@ -221,6 +263,10 @@

    1章/コミュ/x0401_エクセリア_ランクアップ7_2

    + + + + @@ -236,6 +282,10 @@

    1章/コミュ/x0401_エクセリア_ランクアップ7_2

    + + + + @@ -250,5 +300,13 @@

    1章/コミュ/x0401_エクセリア_ランクアップ7_2

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    エクセリア…?
    【エクセリア】
    ところで
    ノワールはどうしてこんなところにいるの?
    101009001
    【(選択肢)】
    1. 心配で追ってきた
    2. なんとなく気になって
    3. 用事があった
    Block1_1
    101009001
    【ノワール】
    キミが心配で追いかけてきたんだ
    【エクセリア】
    でも、心配してくれたことは感謝するわ
    ありがとう
    Block1_2
    101009001
    【ノワール】
    キミの様子がいつもと違う気がしてさ
    【エクセリア】
    なんでもないわ
    Block1_3
    101009001
    【ノワール】
    俺も
    ちょうどこのあたりに用事があったんだ
    【エクセリア】
    説明してくれなくてもすぐにわかったわ
    それがウソだということくらい
    Block1end
    101009001
    【ノワール】
    それでエクセリアはここまで
    なにをしにきたんだ?
    【エクセリア】
    この人のような被害者を
    減らすことはできるのかしら
    101009001
    【(選択肢)】
    1. 俺がやり遂げてみせる
    2. 俺たちならできるさ
    Block2_1
    101009001
    【ノワール】
    やり遂げてみせる
    俺が、必ず
    【エクセリア】
    頑張って、継承者
    Block2_2
    101009001
    【ノワール】
    円卓の騎士と銀卓騎士団(シルバタブラナイツ)とが協力すれば
    魔女に遅れを取ることなんてない
    【エクセリア】
    そうね…そのとおりだわ
    Block2end
    101034001
    【エクセリア】
    ごめんなさい。私としたことが
    少し弱気になってしまったわ
    101034001
    【エクセリア】
    導き出さなければ…最適解を
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200701.html b/docs/story/200701.html index f5728e205..991f8b8b2 100644 --- a/docs/story/200701.html +++ b/docs/story/200701.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エクセリア_ランクアップ8_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    1章/コミュ/x0401_エクセリア_ランクアップ8_2

    + + + + + + + + + @@ -96,6 +117,10 @@

    1章/コミュ/x0401_エクセリア_ランクアップ8_2

    + + + + @@ -111,6 +136,10 @@

    1章/コミュ/x0401_エクセリア_ランクアップ8_2

    + + + + @@ -215,5 +244,13 @@

    1章/コミュ/x0401_エクセリア_ランクアップ8_2

    + + + + + + + +
    template1
    Load
    Play
    101034001
    【エクセリア】
    やはりあの村に
    人の気配はなかったわね
    【エクセリア】
    私たちはそんなあの人を討ってしまった
    それは正しいことだったのかしら
    101009001
    【(選択肢)】
    1. 正しいことだった
    2. 正しくなかったかも
    Block1_1
    101009001
    【ノワール】
    正しいことだったんじゃないかと
    俺は思う
    【エクセリア】
    …そうね
    Block1_2
    101009001
    【ノワール】
    俺にはわからない
    ひょっとしたら、正しくなかったのかも
    【エクセリア】
    …私にも、わからない
    Block1end
    101034001
    【エクセリア】
    私、聞いたことがあるの
    101009001
    【ノワール】
    これは…勿忘草(わすれなぐさ)…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200702.html b/docs/story/200702.html index 9fe241c05..450fdea0c 100644 --- a/docs/story/200702.html +++ b/docs/story/200702.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エクセリア_ランクアップ9_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    1章/コミュ/x0401_エクセリア_ランクアップ9_2

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/コミュ/x0401_エクセリア_ランクアップ9_2

    + + + + @@ -56,6 +81,10 @@

    1章/コミュ/x0401_エクセリア_ランクアップ9_2

    + + + + @@ -76,6 +105,10 @@

    1章/コミュ/x0401_エクセリア_ランクアップ9_2

    + + + + @@ -181,6 +214,15 @@

    1章/コミュ/x0401_エクセリア_ランクアップ9_2

    + + + + + + + + + @@ -201,6 +243,10 @@

    1章/コミュ/x0401_エクセリア_ランクアップ9_2

    + + + + @@ -226,6 +272,10 @@

    1章/コミュ/x0401_エクセリア_ランクアップ9_2

    + + + + @@ -261,6 +311,10 @@

    1章/コミュ/x0401_エクセリア_ランクアップ9_2

    + + + + @@ -360,5 +414,13 @@

    1章/コミュ/x0401_エクセリア_ランクアップ9_2

    + + + + + + + +
    template1
    Load
    Play
    101034001
    【エクセリア】
    気を遣わせてしまったみたいね
    ありがとう、ノワール
    【エクセリア】
    よかったら、聞いてくれる?
    このあいだの話の続き
    101009002
    【(選択肢)】
    1. 聞かせてほしい
    2. いいのか?
    3. 心の準備ができていない
    Block1_1
    101009002
    【ノワール】
    聞かせてほしい
    【エクセリア】
    …ごめんなさい
    Block1_2
    101009002
    【ノワール】
    いいのか?
    俺なんかに聞かせてくれるのか?
    【ノワール】
    わかった
    ぜひ聞かせてくれ
    Block1_3
    101009002
    【ノワール】
    えっ!?
    まだ心の準備ができていない…
    【エクセリア】
    ………
    Block1end
    101034001
    【エクセリア】
    私、とある研究施設にいたの
    【エクセリア】
    空腹に耐えられなくなって
    そのあたりに生えている草を食べたの
    101009002
    【(選択肢)】
    1. それは驚くよ
    2. どんな味だった?
    3. 食べられる草もある
    Block2_1
    101009002
    【ノワール】
    アダンもそれはビックリしただろうな
    【ノワール】
    そりゃそうだ
    Block2_2
    101009002
    【ノワール】
    どんな味だった?
    【ノワール】
    そ、それを聞いて安心したよ
    Block2_3
    101009002
    【ノワール】
    食べられる野草ってのも珍しくないけどな
    【エクセリア】
    ふふっ、たしかにね
    Block2end
    101034001
    【エクセリア】
    そのあと私はアダンとコルベニック城に行き
    そこで色々なことを教わった
    101034001
    【エクセリア】
    あなたを信じるわ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200703.html b/docs/story/200703.html index ddcfddef1..d2a254cac 100644 --- a/docs/story/200703.html +++ b/docs/story/200703.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_エクセリア_ランクアップ10_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -210,5 +222,13 @@

    1章/コミュ/x0401_エクセリア_ランクアップ10_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    そのノート…
    またなにかのデータを整理してたのか?
    101034001
    【エクセリア】
    それは自分で調べてみて
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200704.html b/docs/story/200704.html index ee683a227..247af8bfa 100644 --- a/docs/story/200704.html +++ b/docs/story/200704.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ1_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ1_2

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ1_2

    + + + + @@ -91,6 +116,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ1_2

    + + + + @@ -111,6 +140,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ1_2

    + + + + @@ -190,5 +223,13 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ1_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    あっ
    【リリアーナ】
    えっと…私に用事でも…?
    101009002
    【(選択肢)】
    1. クレアからなにか話がある
    2. 仲良くなりたい
    3. さっきの質問の答えは?
    Block1_1
    101009002
    【ノワール】
    いや、俺じゃなくて、その…
    クレアがなにか話があるみたいでさ
    【クレア】
    彼女の言動が気になっただけよ
    別に話すことがあったわけじゃない
    Block1_2
    101009002
    【ノワール】
    せっかく学園で
    一緒に過ごすことになったんだし
    【ノワール】
    じゃあ、よかったら
    どこか落ち着く場所で話…
    Block1_3
    101009002
    【ノワール】
    さっきの質問の答えを
    まだ聞いてなかったからさ
    【ノワール】
    ま、まあ、いいや
    せっかくだし3人で散歩でも…
    Block1end
    101035001
    【リリアーナ】
    あのっ!わた、私、今日はちょっと急いでいて…
    だから、これで、その、失礼しますっ!!
    101009002
    【ノワール】
    まぁ、気になるのは確かだし
    またリリアーナを見かけたら調べてみるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200705.html b/docs/story/200705.html index 2c67c3703..cc7438d5a 100644 --- a/docs/story/200705.html +++ b/docs/story/200705.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ2_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ2_2

    + + + + + + + + + @@ -46,6 +67,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ2_2

    + + + + @@ -76,6 +101,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ2_2

    + + + + @@ -101,6 +130,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ2_2

    + + + + @@ -206,6 +239,15 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ2_2

    + + + + + + + + + @@ -236,6 +278,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ2_2

    + + + + @@ -251,6 +297,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ2_2

    + + + + @@ -265,5 +315,13 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ2_2

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    こんなところで
    なにをしてるんだ?
    【リリアーナ】
    ノ、ノ、ノワールさん!?
    どうしてここに…?
    101009001
    【(選択肢)】
    1. 話がしたかった
    2. 挙動不審だったから
    3. 散歩の途中
    Block1_1
    101009001
    【ノワール】
    このあいだに続いて
    今日も避けられている気がしてさ
    【ノワール】
    それならいいんだけど…
    Block1_2
    101009001
    【ノワール】
    ここのところずっとコソコソしてるから
    気になっちゃってさ
    【リリアーナ】
    うぅ…
    Block1_3
    101009001
    【ノワール】
    散歩の途中に
    偶然ここを通りかかったんだ
    【リリアーナ】
    そうだったんですか…
    Block1end
    101009001
    【ノワール】
    いつもひとりで来てるのか?
    ここにはなにがあるんだ?
    【ノワール】
    もちろん
    101009001
    【(選択肢)】
    1. 今から手伝いたい
    2. 次回から手伝いたい
    Block2_1
    101009001
    【ノワール】
    さあ、なにから手伝えばいい?
    どんなことでも言ってくれ
    【ノワール】
    そうか?
    わかった
    Block2_2
    101009001
    【ノワール】
    じゃあ、次に来たときから
    リリアーナの仕事を手伝うことにする
    【ノワール】
    力仕事を中心に振ってくれて構わないからな
    Block2end
    101035001
    【リリアーナ】
    ふふっ
    畑仕事がこれまで以上に楽しみになってきました
    101035001
    【リリアーナ】
    今日は帰りましょう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200706.html b/docs/story/200706.html index 99fd5d090..56b9839f5 100644 --- a/docs/story/200706.html +++ b/docs/story/200706.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ3_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ3_2

    + + + + + + + + + @@ -66,6 +87,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ3_2

    + + + + @@ -85,5 +110,17 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ3_2

    + + + + + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    あの畑さ。学園からちょっと離れてるけど
    毎回歩いて往復するのは大変じゃないか?
    【リリアーナ】
    畑にする土地をいただけただけでも
    アーサー様には感謝しないと!
    101009002
    【(選択肢)】
    1. アーサーが手配してくれたのか
    2. 優しいんだな
    Block1_1
    101009002
    【ノワール】
    畑を手配してくれたのは
    アーサーだったのか
    【ノワール】
    (アーサーなりの気遣いなんだろうな、きっと)
    Block1_2
    101009002
    【ノワール】
    優しいんだな、リリアーナは
    101009002
    【ノワール】
    ははっ
    そういうことにしておくか
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200707.html b/docs/story/200707.html index bc3fe3f0b..dee427fff 100644 --- a/docs/story/200707.html +++ b/docs/story/200707.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ3_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ3_3

    + + + + + + + + + @@ -91,6 +112,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ3_3

    + + + + @@ -111,6 +136,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ3_3

    + + + + @@ -185,5 +214,13 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ3_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ふぅ、到着~
    ひとやすみしてから始めようか
    【リリアーナ】
    ローマには羊のミルクで作った
    チーズもあるんですよ
    101009002
    【(選択肢)】
    1. クセがありそう
    2. 食べてみたい
    Block1_1
    101009002
    【ノワール】
    羊のミルクで作ったチーズか
    クセがありそうだな
    【ノワール】
    へえ~
    ちょっと食べたくなったな
    Block1_2
    101009002
    【ノワール】
    どんな味なのか、一度食べてみたいな
    ログレスでも手に入るのか?
    【リリアーナ】
    なるべく早く
    羊を飼えるようにしますねっ!
    Block1end
    101009002
    【ノワール】
    リリアーナの意外な一面を知れた気がするよ
    101035001
    【リリアーナ】
    …はいっ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200708.html b/docs/story/200708.html index 403402a67..d6da356da 100644 --- a/docs/story/200708.html +++ b/docs/story/200708.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ4_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -151,6 +163,15 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ4_2

    + + + + + + + + + @@ -176,6 +197,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ4_2

    + + + + @@ -216,6 +241,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ4_2

    + + + + @@ -375,5 +404,13 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ4_2

    + + + + + + + +
    template1
    Load
    Play
    101035001
    【リリアーナ】
    ごちそうさまでした
    …ノワールさん、なんの本を読んでるんです?
    【ディナタン】
    もし人手が必要なら言ってね?
    私も手伝うから!
    101009002
    【(選択肢)】
    1. 断ってもいいんだぞ
    2. お願いしよう
    Block1_1
    101009002
    【ノワール】
    強引なタイプが苦手なら
    断ってもいいんだぞ、リリアーナ
    【ディナタン】
    うん、任せて!
    Block1_2
    101009002
    【ノワール】
    人手は多いに越したことはないだろ
    お願いしよう、リリアーナ
    【リリアーナ】
    ふふっ
    頼りにさせてもらいます、ふたりとも
    Block1end
    101012001
    【ディナタン】
    今度畑に行くときは
    絶対に声をかけてね!
    101035001
    【リリアーナ】
    はい
    きっと喜んでくれると思います
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200709.html b/docs/story/200709.html index 819795327..c63f6f515 100644 --- a/docs/story/200709.html +++ b/docs/story/200709.html @@ -11,11 +11,32 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ5_2

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -41,6 +62,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ5_2

    + + + + @@ -61,6 +86,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ5_2

    + + + + @@ -81,6 +110,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ5_2

    + + + + @@ -100,5 +133,13 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ5_2

    + + + + + + + +
    template1
    Load
    Play
    101035001
    【リリアーナ】
    すみません
    想像していたよりも時間がかかってしまいました
    101009002
    【(選択肢)】
    1. なんてことないよ
    2. 女性の買い物って長いよな
    3. 次は付き合ってもらおう
    Block1_1
    101009002
    【ノワール】
    なんてことないよ、これくらい
    【リリアーナ】
    ありがとうございます
    本当に助かります
    Block1_2
    101009002
    【ノワール】
    女性の買い物って長いよな
    【ノワール】
    いやいや、ディナタンに比べれば
    かわいいもんさ
    Block1_3
    101009002
    【ノワール】
    気にしないでくれ
    その代わりと言ってはなんだけど…
    【リリアーナ】
    私なんかでよければいつでも!
    ふふっ、楽しみにしていますね
    Block1end
    101012001
    【ディナタン】
    ごめんごめん!
    授業のあとかたづけに手間取っちゃって
    101035001
    【リリアーナ】
    じゃあ、行きましょう!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200710.html b/docs/story/200710.html index c044f9566..da7b10e85 100644 --- a/docs/story/200710.html +++ b/docs/story/200710.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ5_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ5_3

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    ここがリリアーナさんの畑ね
    確かにすごく手入れが行き届いてる!
    101035001
    【リリアーナ】
    い、いえ、なんでもありません…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200711.html b/docs/story/200711.html index 51fb325b4..f7421e37a 100644 --- a/docs/story/200711.html +++ b/docs/story/200711.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ5_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ5_4

    + + + + + + + + + @@ -81,6 +102,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ5_4

    + + + + @@ -96,6 +121,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ5_4

    + + + + @@ -215,5 +244,13 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ5_4

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    リリアーナさん…
    【クレア】
    足跡が続いているほうを見てくる
    101009001
    【(選択肢)】
    1. 俺も行くよ
    2. 気を付けてな
    Block1_1
    101009001
    【ノワール】
    クレア、待った
    俺も一緒に行くよ
    【リリアーナ】
    それは、そうかもしれませんけど…
    Block1_2
    101009001
    【ノワール】
    気を付けてな、クレア
    【ノワール】
    え?
    あ、ああ…
    Block1end
    101035001
    【リリアーナ】
    わ、私も――
    101035001
    【リリアーナ】
    は、はい
    わかりました…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200712.html b/docs/story/200712.html index 811df2dad..8fc0879f4 100644 --- a/docs/story/200712.html +++ b/docs/story/200712.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ6_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ6_2

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    もう消えているかと思ったけど
    足跡が残っていて良かったな
    101035001
    【リリアーナ】
    じゃあ、この足跡の持ち主が
    このあたりにいるってことですか…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200713.html b/docs/story/200713.html index 63a6fff1c..9284e1974 100644 --- a/docs/story/200713.html +++ b/docs/story/200713.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ6_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ6_3

    + + + + + + + + + @@ -56,6 +77,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ6_3

    + + + + @@ -76,6 +101,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ6_3

    + + + + @@ -101,6 +130,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ6_3

    + + + + @@ -150,5 +183,13 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ6_3

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    あれは…
    【リリアーナ】
    助けましょう!
    私は助けてあげたい…!
    101009001
    【(選択肢)】
    1. 気が進まない
    2. 放ってはおけない
    3. リリアーナはここにいるんだ
    Block1_1
    101009001
    【ノワール】
    見捨てるというわけではないけど
    助けるのは、ちょっと気が進まないな
    【リリアーナ】
    私は行きます!
    Block1_2
    101009001
    【ノワール】
    賛成だ。カレドニア兵とはいえ
    傷ついている人間を放っておくわけにはいかない
    【リリアーナ】
    ありがとうございます、ノワールさん
    急ぎましょう、手遅れになってしまう前に
    Block1_3
    101009001
    【ノワール】
    俺が様子を見てくる
    リリアーナとクレアはここにいてくれ
    【リリアーナ】
    おふたりともありがとうございます
    でも、私のことなら心配いりません!
    Block1end
    101035001
    【リリアーナ】
    熱がある…呼吸もかなり乱れていますね…
    101009001
    【ノワール】
    俺が運ぶよ
    ふたりはこの人の荷物を頼む
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200714.html b/docs/story/200714.html index e83958fad..08c762d3a 100644 --- a/docs/story/200714.html +++ b/docs/story/200714.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ6_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ6_4

    + + + + + + + +
    template1
    Load
    Play
    101035001
    【リリアーナ】
    よかった
    少し呼吸が落ち着いたみたいです
    101035001
    【リリアーナ】
    はい、もちろんです
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200715.html b/docs/story/200715.html index 192823b72..7a5bf47f4 100644 --- a/docs/story/200715.html +++ b/docs/story/200715.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ7_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -226,6 +238,15 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ7_2

    + + + + + + + + + @@ -246,6 +267,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ7_2

    + + + + @@ -266,6 +291,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ7_2

    + + + + @@ -320,5 +349,13 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ7_2

    + + + + + + + +
    template1
    Load
    Play
    101035001
    【リリアーナ】
    起き上がって食事ができるくらいには
    なりましたね。よかった…
    【リリアーナ】
    あ、ああ、あああ……っ!
    101009001
    【(選択肢)】
    1. 言葉でなだめる
    2. 肩を抱いて落ち着かせる
    Block1_1
    101009001
    【ノワール】
    突然どうしたんだリリアーナ?
    【ノワール】
    なにがあっても俺が守ってやる
    だから安心していい
    Block1_2
    101009001
    【ノワール】
    リリアーナ、落ち着いて
    【リリアーナ】
    うっ…ぐすっ…
    Block1end
    101035001
    【リリアーナ】
    ありがとうございます、ノワールさん
    もう…大丈夫です
    401038001
    【マルコ】
    はい、私のことなら心配いりません
    お気をつけて
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200716.html b/docs/story/200716.html index 75a02a0d7..dbea42f6d 100644 --- a/docs/story/200716.html +++ b/docs/story/200716.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ8_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ8_2

    + + + + + + + + + @@ -56,6 +77,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ8_2

    + + + + @@ -71,9 +96,21 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ8_2

    + + + + + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    マルコさん
    もう立って大丈夫なのか?
    【リリアーナ】
    えっ?でも…
    どうしましょう、ノワールさん?
    101009001
    【(選択肢)】
    1. お願いしよう
    2. まだ休んでいたほうがいい
    Block1_1
    101009001
    【ノワール】
    いいんじゃないか?
    お願いしよう
    【リリアーナ】
    そうか…そうですね
    Block1_2
    101009001
    【ノワール】
    まだ休んでいたほうがいいんじゃないか?
    【リリアーナ】
    そこまでおっしゃるなら…お願いします
    Block1end
    101035001
    【リリアーナ】
    では、畑まで移動しましょう
    マルコさんは無理なさらないでくださいね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200717.html b/docs/story/200717.html index ac8b990d0..4a21c0c42 100644 --- a/docs/story/200717.html +++ b/docs/story/200717.html @@ -11,6 +11,14 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ8_3

    デバッグ用

    View script in lua + + + + + + + + @@ -131,6 +139,19 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ8_3

    + + + + + + + + + + + + + @@ -156,6 +177,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ8_3

    + + + + @@ -176,6 +201,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ8_3

    + + + + @@ -245,5 +274,13 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ8_3

    + + + + + + + +
    Load
    Play
    101035001
    【リリアーナ】
    マルコさん、足の調子は大丈夫ですか?
    畑までもうすぐですから…
    【クレア・カシウス】
    命に別状はないようね
    安心したわ
    101009001
    【(選択肢)】
    1. よく頑張ったな、リリアーナ
    2. ディナタンに診てもらおう
    CO_101035_0803_select1
    CO_101035_0803_select1_1
    101009001
    【ノワール】
    俺が最初のバルバロイを手早く倒せていれば
    こんなことにはならなかったのに…ごめん
    【リリアーナ】
    いつもみんなに面倒をかけてばっかり…
    ミソッカスな自分が本当に嫌になります
    CO_101035_0803_select1_2
    101009001
    【ノワール】
    直撃を受けたんだ
    ディナタンにしっかり診てもらったほうがいい
    【リリアーナ】
    いつもみんなに面倒をかけてばっかり…
    ミソッカスな自分が本当に嫌になります
    CO_101035_0803_end
    101035001
    【マルコ】
    いいえ。あなたは
    一度ならず二度までも私の命を救ってくれた
    101009001
    【ノワール】
    リリアーナのあの頑張りを見せられたあとだ
    俺も負けてられないよな!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200718.html b/docs/story/200718.html index 33b3f3934..e07ee527b 100644 --- a/docs/story/200718.html +++ b/docs/story/200718.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ9_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -216,6 +228,15 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ9_2

    + + + + + + + + + @@ -246,6 +267,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ9_2

    + + + + @@ -271,6 +296,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ9_2

    + + + + @@ -291,6 +320,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ9_2

    + + + + @@ -330,5 +363,13 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ9_2

    + + + + + + + +
    template1
    Load
    Play
    101035001
    【リリアーナ】
    いったん休憩にしましょう
    【リリアーナ】
    マルコさんまで…!
    101009001
    【(選択肢)】
    1. 甘い考えじゃないだろうな?
    2. 俺にも教えて欲しい
    3. (リリアーナを見守る)
    Block1_1
    101009001
    【ノワール】
    兵士がだめでも…なんて甘い考えじゃ
    畑仕事だって成功しない
    【ノワール】
    …あんたなら大丈夫そうだな
    試すみたいなことを言って、ごめん
    Block1_2
    101009001
    【ノワール】
    俺もクワ扱いはまだまだ半人前だからな
    リリアーナに教えてもらいたい
    【クレア】
    どういうことかしらね
    Block1_3
    101035001
    【リリアーナ】
    えっとですね、クワを上手に扱うには
    まず柄の部分をこうやって握って…
    【ノワール】
    (乗って来たな、リリアーナ)
    Block1end
    101009001
    【ノワール】
    休憩はこのくらいにして、作業再開といこうか
    101035001
    【リリアーナ】
    はい!でも…
    みんなと一緒にいられて毎日楽しいです!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200719.html b/docs/story/200719.html index fc5dbc1dc..bdb2aa8e6 100644 --- a/docs/story/200719.html +++ b/docs/story/200719.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ10_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ10_2

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ10_2

    + + + + @@ -71,6 +96,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ10_2

    + + + + @@ -136,6 +165,15 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ10_2

    + + + + + + + + + @@ -161,6 +199,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ10_2

    + + + + @@ -186,6 +228,10 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ10_2

    + + + + @@ -335,5 +381,13 @@

    1章/コミュ/x0401_リリアーナ_ランクアップ10_2

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    それで、いいことって?
    【リリアーナ】
    手紙が届いたんです
    誰からか、わかりますか?
    101009001
    【(選択肢)】
    1. マルコさん
    2. 学園の男子
    Block1_1
    101009001
    【ノワール】
    その嬉しそうな顔を見れば見当がつくよ
    マルコさんだろ?
    【リリアーナ】
    それじゃあ、読みますね?
    Block1_2
    101009001
    【ノワール】
    ひょっとして学園の男子から
    ラブレターをもらった、とか…?
    【リリアーナ】
    もう、からかわないでください!
    マルコさんからの手紙です、読みますよ!?
    Block1end
    101035001
    【リリアーナ】
    「皆さんお元気ですか」
    【ノワール】
    してたよ、俺は知ってる
    101009001
    【(選択肢)】
    1. 顔が真っ赤じゃないか
    2. 無自覚ってこと?
    Block2_1
    101009001
    【ノワール】
    どうした?
    顔が真っ赤じゃないか
    【ノワール】
    (トマトは苦手だけど
    真っ赤なリリアーナはイヤじゃないな)
    Block2_2
    101009001
    【ノワール】
    リリアーナは
    自分の優しさに気づいてないんだな
    【ノワール】
    …当たり前にできることじゃないよ
    やっぱりすごいな、キミは
    Block2end
    101025001
    【クレア】
    来る途中で出会ったの
    畑仕事を手伝わせてほしいんですって
    101035001
    【リリアーナ】
    これからも頑張らなくっちゃ…
    この畑で…この学園で
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200720.html b/docs/story/200720.html index 53b71349a..c5b9ae46a 100644 --- a/docs/story/200720.html +++ b/docs/story/200720.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラシア_ランクアップ1_1_1

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/コミュ/x0401_ラシア_ランクアップ1_1_1

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ラシア!?
    101009002
    【ノワール】
    ありがとうございます
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200721.html b/docs/story/200721.html index 4d1188e3c..631fd54fb 100644 --- a/docs/story/200721.html +++ b/docs/story/200721.html @@ -11,6 +11,27 @@

    1章/コミュ/x0401_ラシア_ランクアップ1_2

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -31,6 +52,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ1_2

    + + + + @@ -66,6 +91,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ1_2

    + + + + @@ -86,6 +115,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ1_2

    + + + + @@ -125,5 +158,13 @@

    1章/コミュ/x0401_ラシア_ランクアップ1_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【(選択肢)】
    1. 見つけた
    2. お姫様、靴をお届けに参りました
    3. そそっかしいなあ
    Block1_1
    101009002
    【ノワール】
    見つけた
    おーい、ラシア!落とし物!
    【ラシア】
    ありがとう…
    うう…恥ずかしい…
    Block1_2
    101009002
    【ノワール】
    お姫様
    お忘れになった靴をお持ちいたしましたよ
    【ラシア】
    えっ?そうなんですか
    ヴェルナルス様にもお礼を言っておかないと
    Block1_3
    101009002
    【ノワール】
    はいこれ、忘れ物
    意外にそそっかしいんだな
    【ラシア】
    い、いえ!
    なんでもありません
    Block1end
    101037001
    【ラシア】
    靴が脱げたのに気づかないなんて…
    101009002
    【ノワール】
    あの女の子の物語
    どんな内容だったっけ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200722.html b/docs/story/200722.html index 4ae1428e5..6e9752a91 100644 --- a/docs/story/200722.html +++ b/docs/story/200722.html @@ -11,6 +11,22 @@

    1章/コミュ/x0401_ラシア_ランクアップ1_3

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + @@ -110,5 +126,13 @@

    1章/コミュ/x0401_ラシア_ランクアップ1_3

    + + + + + + + +
    template1
    template2
    Load
    Play
    101009002
    【ノワール】
    えーと…
    あ、あったあった、これだ
    101037001
    【ラシア】
    はい!
    都合の良いときに声をかけてください
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200723.html b/docs/story/200723.html index f48fc98bc..358da831e 100644 --- a/docs/story/200723.html +++ b/docs/story/200723.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラシア_ランクアップ2_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -30,5 +42,13 @@

    1章/コミュ/x0401_ラシア_ランクアップ2_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    それで、手袋を売っている
    ラシアのオススメの店ってのは?
    101009002
    【ノワール】
    それじゃあ
    その店に行ってみよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200724.html b/docs/story/200724.html index bab335eae..45bcc9022 100644 --- a/docs/story/200724.html +++ b/docs/story/200724.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラシア_ランクアップ2_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/コミュ/x0401_ラシア_ランクアップ2_3

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ2_3

    + + + + @@ -81,6 +106,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ2_3

    + + + + @@ -96,6 +125,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ2_3

    + + + + @@ -200,5 +233,13 @@

    1章/コミュ/x0401_ラシア_ランクアップ2_3

    + + + + + + + +
    template1
    Load
    Play
    101037001
    【ラシア】
    ここのお店、たまにですけど
    搾りたての野菜ジュースを出してるんですよ
    【ラシア】
    その隣のお店は串焼きのハムがおいしいし
    さらにその隣は…
    101009002
    【(選択肢)】
    1. 俺もオススメの店を教えるよ
    2. 食べ物の店ばっかりだな
    3. 詳しいんだな
    Block1_1
    101009002
    【ノワール】
    俺もオススメの店があってさ
    【ラシア】
    はい!
    Block1_2
    101037001
    【ラシア】
    あっちのボンボンのお店もいいし
    あとは、えーっと…
    【ノワール】
    それを一般的に
    食いしん坊って言うような気がするな…
    Block1_3
    101009002
    【ノワール】
    ここの露店に詳しいんだな
    よく来てるのか?
    【ラシア】
    食べ物のメニューが充実していて
    何度来ても飽きないんですよ
    Block1end
    101037001
    【ラシア】
    あっ!
    101037001
    【ラシア】
    ふふっ、
    では私たちもお目当ての店に行きましょう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200725.html b/docs/story/200725.html index dac74c686..9d731f16e 100644 --- a/docs/story/200725.html +++ b/docs/story/200725.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラシア_ランクアップ2_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/コミュ/x0401_ラシア_ランクアップ2_4

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ラシアのおかげでいい手袋が買えたよ
    他にも面白そうな店をたくさん教えてもらったし
    101037001
    【ラシア】
    ふふっ、なんですかそれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200726.html b/docs/story/200726.html index ac5740327..bf1ba6b58 100644 --- a/docs/story/200726.html +++ b/docs/story/200726.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラシア_ランクアップ3_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -136,6 +148,15 @@

    1章/コミュ/x0401_ラシア_ランクアップ3_2

    + + + + + + + + + @@ -161,6 +182,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ3_2

    + + + + @@ -181,6 +206,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ3_2

    + + + + @@ -211,6 +240,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ3_2

    + + + + @@ -251,6 +284,15 @@

    1章/コミュ/x0401_ラシア_ランクアップ3_2

    + + + + + + + + + @@ -276,6 +318,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ3_2

    + + + + @@ -296,6 +342,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ3_2

    + + + + @@ -316,6 +366,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ3_2

    + + + + @@ -350,5 +404,13 @@

    1章/コミュ/x0401_ラシア_ランクアップ3_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    このサンドイッチ、全部ラシアの手作りか?
    すごく多いな
    【ラシア】
    おかげでこの学園に通うことができて…
    フレンとローラとも再会できたんです
    101009002
    【(選択肢)】
    1. ふたりも驚いただろうな
    2. なにかの思し召しかも
    3. 俺もラシアと出会えて良かった
    Block1_1
    101009002
    【ノワール】
    ローマから離れたこの地で再会なんて
    ふたりも驚いただろうな
    【ラシア】
    はい!
    Block1_2
    101009002
    【ノワール】
    3人はそういう運命だったんだろうな
    神様の思し召しっていうか
    【ラシア】
    本当にこの学園に来てよかった
    Block1_3
    101009002
    【ノワール】
    俺もラシアと出会えて良かったよ
    【ラシア】
    えっ!?き、気のせいですよっ!
    Block1end
    101009002
    【ノワール】
    ヴェルナルス先生にフレンとローラか
    【ラシア】
    ヴェルナルス様の迷惑になってしまうから…
    101009002
    【(選択肢)】
    1. わかった、言わない
    2. 知られても問題ないと思う
    3. もうバレてるんじゃないか?
    Block2_1
    101009002
    【ノワール】
    わかった。言わない
    でも、先生は迷惑だなんて思ってないはずだ
    【ノワール】
    だからそんなに自分のことを
    卑下しなくてもいい
    Block2_2
    101009002
    【ノワール】
    知られてしまっても問題ないと思う
    【ノワール】
    みんなもそれを知ったからって
    ラシアや先生を色眼鏡でみたりしないよ
    Block2_3
    101009002
    【ノワール】
    もうバレてたりして
    【ノワール】
    ごめんごめん、俺の勘違い
    大丈夫だと思う。バレてないと思う
    Block2end
    101037001
    【ラシア】
    励ましてもらえるのは嬉しいですけど
    おっちょこちょいな自分がいつも嫌になります
    101009002
    【ノワール】
    俺でよければ
    いつでも相談に乗るよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200727.html b/docs/story/200727.html index 6e6bfcdb7..3fc702278 100644 --- a/docs/story/200727.html +++ b/docs/story/200727.html @@ -11,6 +11,22 @@

    1章/コミュ/x0401_ラシア_ランクアップ4_2

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + @@ -121,6 +137,15 @@

    1章/コミュ/x0401_ラシア_ランクアップ4_2

    + + + + + + + + + @@ -136,6 +161,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ4_2

    + + + + @@ -151,6 +180,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ4_2

    + + + + @@ -166,6 +199,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ4_2

    + + + + @@ -251,6 +288,15 @@

    1章/コミュ/x0401_ラシア_ランクアップ4_2

    + + + + + + + + + @@ -271,6 +317,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ4_2

    + + + + @@ -296,6 +346,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ4_2

    + + + + @@ -325,5 +379,13 @@

    1章/コミュ/x0401_ラシア_ランクアップ4_2

    + + + + + + + +
    template1
    template2
    Load
    Play
    101037001
    【ラシア】
    うーん、いませんね
    【フレン】
    そうそう、ラシアはなにも言ってないよ!
    ノワールも聞いてないよね?
    101009002
    【(選択肢)】
    1. 聞いた
    2. 聞いてない
    3. なんのことだ?
    Block1_1
    101009002
    【ノワール】
    いや、しっかり聞いちゃったけど
    ヴェルナ叔父様って言ってるの
    【ラシア】
    やっぱり
    みんなに聞かれてたんだぁ…
    Block1_2
    101009002
    【ノワール】
    え?あ、ああ
    聞いてないよ。俺はなにも
    【ノワール】
    これはその…
    4人のやりとりが微笑ましくてさ
    Block1_3
    101009002
    【ノワール】
    ごめん、まったく聞いてなかった
    別のことを考えててさ
    【ローラ】
    この場にいながら
    別のことを考えていたの…?
    Block1end
    101039001
    【フレン】
    …さて、私たちはそろそろ行こうか
    【ラシア】
    そうですか?
    101009002
    【(選択肢)】
    1. 呆れた顔なんてするんだな
    2. 優しく笑うんだな
    Block2_1
    101009002
    【ノワール】
    呆れてる顔とか、するんだな
    【ラシア】
    そう…でしょうか…?
    Block2_2
    101009002
    【ノワール】
    ラシアを見るときは
    すごく優しい目をしてたな
    【ノワール】
    お、お茶目?ユーモア?
    へえ、意外だな…
    Block2end
    101037001
    【ラシア】
    でも、先生もこのあいだのノワールと
    同じことを言っていましたね
    101009002
    【ノワール】
    そのときは、しっかり注意させてもらうよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200728.html b/docs/story/200728.html index 260029be5..1c2c8c023 100644 --- a/docs/story/200728.html +++ b/docs/story/200728.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラシア_ランクアップ5_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -61,6 +73,15 @@

    1章/コミュ/x0401_ラシア_ランクアップ5_2

    + + + + + + + + + @@ -86,6 +107,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ5_2

    + + + + @@ -101,6 +126,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ5_2

    + + + + @@ -166,6 +195,15 @@

    1章/コミュ/x0401_ラシア_ランクアップ5_2

    + + + + + + + + + @@ -181,6 +219,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ5_2

    + + + + @@ -206,6 +248,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ5_2

    + + + + @@ -315,5 +361,13 @@

    1章/コミュ/x0401_ラシア_ランクアップ5_2

    + + + + + + + +
    template1
    Load
    Play
    101037001
    【ラシア】
    ………
    【ラシア】
    ………
    101009001
    【(選択肢)】
    1. 喉が渇いた
    2. そろそろ疲れたんじゃないか?
    Block1_1
    101009001
    【ノワール】
    なんだか喉が渇いたな
    【ラシア】
    …はい
    Block1_2
    101009001
    【ノワール】
    出発してから結構歩いたし
    そろそろ疲れてるんじゃないか?
    【ラシア】
    まだまだ元気ですよ!
    ほら、このとおり…
    Block1end
    101037001
    【ラシア】
    きゃあっ!?
    【ラシア】
    なにか大変なことが
    あの方の身に起こっているのかも…
    101009001
    【(選択肢)】
    1. ラシアが心配なんだよ
    2. 別の意味が込められているのでは
    Block2_1
    101009001
    【ノワール】
    今はローマから手紙を出すことは
    かなり難しいはずだ
    【ラシア】
    そうでしょうか…
    Block2_2
    101009001
    【ノワール】
    なにか別のメッセージが
    込められてたりするんじゃないか?
    【ノワール】
    そうか…
    Block2end
    401040001
    【兵士】
    あなたは…
    401040001
    【兵士】
    はい、もちろん!
    ありがとうございます…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200729.html b/docs/story/200729.html index eb26f7709..360ebcf0a 100644 --- a/docs/story/200729.html +++ b/docs/story/200729.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラシア_ランクアップ6_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/コミュ/x0401_ラシア_ランクアップ6_2

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ6_2

    + + + + @@ -66,6 +91,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ6_2

    + + + + @@ -86,6 +115,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ6_2

    + + + + @@ -296,6 +329,15 @@

    1章/コミュ/x0401_ラシア_ランクアップ6_2

    + + + + + + + + + @@ -311,6 +353,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ6_2

    + + + + @@ -326,6 +372,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ6_2

    + + + + @@ -341,6 +391,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ6_2

    + + + + @@ -355,5 +409,13 @@

    1章/コミュ/x0401_ラシア_ランクアップ6_2

    + + + + + + + +
    template1
    Load
    Play
    101037001
    【ラシア】
    おいしい!
    どうやって作ってるんでしょう、これ…?
    【ラシア】
    ああ…
    気を使わせてしまって、ごめんなさい…
    101009002
    【(選択肢)】
    1. 騎士だから
    2. 一緒に食べたかったから
    3. 俺が食べたかっただけ
    Block1_1
    101009002
    【ノワール】
    コホン
    騎士たるもの…
    【ラシア】
    何度も聞かされたので
    覚えちゃいました
    Block1_2
    101009002
    【ノワール】
    この店のウワサを小耳にはさんでさ
    キミを誘おうと思ってたんだ
    【ラシア】
    使っている牛乳が違うのかな?
    それとも発酵させる時間とか温度…?
    Block1_3
    101009002
    【ノワール】
    いや…これについては
    単純に俺が食べたかっただけなんだ、けど…
    【ラシア】
    Block1end
    101037001
    【ラシア】
    それにしても本当においしいですね
    作りかた、教えてもらえないでしょうか
    【ラシア】
    本当に大丈夫でしょうか…?
    101009002
    【(選択肢)】
    1. 俺がキミを守る
    2. カレドニアの様子が気になる
    3. ちょっと怖いけどね
    Block2_1
    101009002
    【ノワール】
    大丈夫
    なにがあっても、俺がキミを守ってみせる
    【ラシア】
    ノワールがそう言ってくれると
    どんなに危険なことも怖くなくなりますね
    Block2_2
    101009002
    【ノワール】
    ヴェルナルス先生やローラもそうだけど
    カレドニアの様子が気になる
    【ラシア】
    そうですね
    私たちはバルバロイと戦う力を持つのだから
    Block2_3
    101009002
    【ノワール】
    本当に大丈夫か、って言われると
    …ちょっと怖いけど
    【ラシア】
    む、無理は
    してくれなくていいですからね…?
    Block2end
    101009002
    【ノワール】
    念のため
    国外へ行く許可をもらったほうがいいかな
    101009002
    【ノワール】
    じゃあ、日をあらためよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200730.html b/docs/story/200730.html index d9a220a3f..69a3c1b85 100644 --- a/docs/story/200730.html +++ b/docs/story/200730.html @@ -11,6 +11,14 @@

    1章/コミュ/x0401_ラシア_ランクアップ7_2

    デバッグ用

    View script in lua + + + + + + + + @@ -125,5 +133,13 @@

    1章/コミュ/x0401_ラシア_ランクアップ7_2

    + + + + + + + +
    Load
    Play
    【男性】
    た、助けてくれえーっ!
    101037001
    【ラシア】
    しばらく
    ひとりにしてもらっていいですか…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200731.html b/docs/story/200731.html index cd4caa22b..43df4b7a2 100644 --- a/docs/story/200731.html +++ b/docs/story/200731.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラシア_ランクアップ7_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/コミュ/x0401_ラシア_ランクアップ7_3

    + + + + + + + + + @@ -81,6 +102,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ7_3

    + + + + @@ -106,6 +131,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ7_3

    + + + + @@ -185,5 +214,13 @@

    1章/コミュ/x0401_ラシア_ランクアップ7_3

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    もうこんな時間だ
    遅くなる前に学園に戻ろう
    【ラシア】
    前に言ったとおりでしょう?
    苦労して送るほどの内容じゃないですよね
    101009001
    【(選択肢)】
    1. 短いけど、いい手紙だ
    2. ちょっと短すぎるな
    Block1_1
    101009001
    【ノワール】
    聞いていたとおり
    すごく短い手紙だな
    【ラシア】
    …そうですね
    言われてみれば、すごくヴェルナルス様らしい
    Block1_2
    101009001
    【ノワール】
    無口な先生らしい手紙だけど
    近況とかにも触れて欲しいよな
    【ノワール】
    そっか。そうだな
    確かにそれが一番大事なことだ
    Block1end
    101037001
    【ラシア】
    …ローマ陣営の惨状を聞くたびに
    じっとしていられなくて
    101037001
    【ラシア】
    はい!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200732.html b/docs/story/200732.html index 558836c81..9a7bf802f 100644 --- a/docs/story/200732.html +++ b/docs/story/200732.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラシア_ランクアップ8_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -136,6 +148,15 @@

    1章/コミュ/x0401_ラシア_ランクアップ8_2

    + + + + + + + + + @@ -161,6 +182,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ8_2

    + + + + @@ -191,6 +216,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ8_2

    + + + + @@ -206,6 +235,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ8_2

    + + + + @@ -395,5 +428,13 @@

    1章/コミュ/x0401_ラシア_ランクアップ8_2

    + + + + + + + +
    template1
    Load
    Play
    101039001
    【フレン】
    いたいた!ラシアにノワール!
    さがしたんだからーっ!
    【ラシア】
    フレンやローラの関係とは
    やっぱり違いますよ
    101009002
    【(選択肢)】
    1. もっと自分に自信をもっていい
    2. 先生がそう言ったのか?
    3. ラシアにこんな思いさせるなんて
    Block1_1
    101009002
    【ノワール】
    学園でキミを見かけたときに見せた優しい表情
    敵地にいながらも手紙を送ってくれた想い
    【ノワール】
    そう
    先生が戻ってきたときに叱ってやるくらいね
    Block1_2
    101009002
    【ノワール】
    そう、先生が言ったのか?
    【ノワール】
    キミと先生とは家族みたいなものなんだから
    なにも遠慮することはないんだよ
    Block1_3
    101009002
    【ノワール】
    ラシアに
    こんな寂しい想いをさせるなんて!
    【ラシア】
    ノワール…
    ヴェルナルス様を悪く言わないでください…
    Block1end
    101009002
    【ノワール】
    ずっと思っていたんだけどさ
    キミはなにをそんなに遠慮してるんだ?
    101009002
    【ノワール】
    わからないことは教えてくれるはずだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200733.html b/docs/story/200733.html index 0a869be61..33a6ec4a6 100644 --- a/docs/story/200733.html +++ b/docs/story/200733.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラシア_ランクアップ9_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/コミュ/x0401_ラシア_ランクアップ9_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    …えっ?
    まだお見舞いに一度も行ってない?
    101009002
    【ノワール】
    よし、じゃあそれを持っていこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200734.html b/docs/story/200734.html index d28369f7a..c2350cd4e 100644 --- a/docs/story/200734.html +++ b/docs/story/200734.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラシア_ランクアップ9_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/コミュ/x0401_ラシア_ランクアップ9_3

    + + + + + + + + + @@ -56,6 +77,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ9_3

    + + + + @@ -96,6 +121,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ9_3

    + + + + @@ -200,5 +229,13 @@

    1章/コミュ/x0401_ラシア_ランクアップ9_3

    + + + + + + + +
    template1
    Load
    Play
    101037001
    【ラシア】
    まずはなんて言ったらいいんでしょう?
    お見舞いの第一声の正解ってわからなくて…
    【ラシア】
    「お体の調子はいかがですか」?
    101009002
    【(選択肢)】
    1. いつもどおりでいい
    2. 明るく元気に
    Block1_1
    101009002
    【ノワール】
    正解なんてないと思うよ
    いつものラシアでいいんじゃないかな
    【ノワール】
    そうそう
    Block1_2
    101009002
    【ノワール】
    ここはやっぱり明るく元気にいこう
    【ノワール】
    あまり声が大きすぎても
    病室だと迷惑になりそうだけどな…
    Block1end
    101009002
    【ノワール】
    「おかえりなさい」
    なんてのもいいかもしれない
    101009002
    【ノワール】
    ほら、モタモタしてないで
    冷たいヨーグルトをご所望なんだろ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200735.html b/docs/story/200735.html index 17542d9a6..83741dd3d 100644 --- a/docs/story/200735.html +++ b/docs/story/200735.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラシア_ランクアップ9_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

    1章/コミュ/x0401_ラシア_ランクアップ9_4

    + + + + + + + +
    template1
    Load
    Play
    101037001
    【ラシア】
    えっと、えーっと…
    こ、こんにちは、ヴェルナルス様!
    101052001
    【ヴェルナルス】
    ああ。わざわざすまなかったな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200736.html b/docs/story/200736.html index bb05d9536..58d79e9dc 100644 --- a/docs/story/200736.html +++ b/docs/story/200736.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラシア_ランクアップ10_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    1章/コミュ/x0401_ラシア_ランクアップ10_2

    + + + + + + + + + @@ -96,6 +117,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ10_2

    + + + + @@ -111,6 +136,10 @@

    1章/コミュ/x0401_ラシア_ランクアップ10_2

    + + + + @@ -215,5 +244,13 @@

    1章/コミュ/x0401_ラシア_ランクアップ10_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ふう、ごちそうさま
    【ラシア】
    ノワールと読んだ絵本の話もしたら
    「懐かしいな」って言ってましたね
    101009002
    【(選択肢)】
    1. 先生もあの物語を知ってたのか
    2. さすがラシアだな
    Block1_1
    101009002
    【ノワール】
    ヴェルナルス先生は知ってたのか
    あの物語って有名なんだな
    【ノワール】
    冗談だよ
    ぜんぜん怒ってない
    Block1_2
    101009002
    【ノワール】
    上手くいったんだな
    良かったよ
    【ラシア】
    私もビックリしました
    勇気を出した甲斐がありました
    Block1end
    101037001
    【ラシア】
    ノワールには本当に感謝しています
    何度も何度も私の背中を押してくれて
    101037001
    【ラシア】
    もう落としません!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200737.html b/docs/story/200737.html index 13ba980e4..b36fa504d 100644 --- a/docs/story/200737.html +++ b/docs/story/200737.html @@ -11,6 +11,22 @@

    1章/コミュ/x0401_フレン_ランクアップ2_2

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + @@ -141,6 +157,15 @@

    1章/コミュ/x0401_フレン_ランクアップ2_2

    + + + + + + + + + @@ -166,6 +191,10 @@

    1章/コミュ/x0401_フレン_ランクアップ2_2

    + + + + @@ -181,6 +210,10 @@

    1章/コミュ/x0401_フレン_ランクアップ2_2

    + + + + @@ -216,6 +249,10 @@

    1章/コミュ/x0401_フレン_ランクアップ2_2

    + + + + @@ -286,6 +323,15 @@

    1章/コミュ/x0401_フレン_ランクアップ2_2

    + + + + + + + + + @@ -311,6 +357,10 @@

    1章/コミュ/x0401_フレン_ランクアップ2_2

    + + + + @@ -341,6 +391,10 @@

    1章/コミュ/x0401_フレン_ランクアップ2_2

    + + + + @@ -460,5 +514,13 @@

    1章/コミュ/x0401_フレン_ランクアップ2_2

    + + + + + + + +
    template1
    template2
    Load
    Play
    【ジーン】
    ノワール!
    お前のその運動神経を陸上部で活かそう!
    【ラシア】
    採れたての果物が食べられるのも嬉しいよね
    ノワールはどうですか?
    101009002
    【(選択肢)】
    1. 食べられればなんでも
    2. 日替わりセットばっかり頼んでる
    3. 俺もオムレツかな
    Block1_1
    101009002
    【ノワール】
    俺はあまり食にこだわりがなくてさ
    食べられればなんでもいい
    【ノワール】
    こんなにみんなから
    責められると思わなかった…
    Block1_2
    101009002
    【ノワール】
    どれが好きっていうのはないんだけど
    日替わりセットを頼むことが多いかな?
    【フレン】
    そういうのも
    この食堂の楽しみかたのひとつだね、うん!
    Block1_3
    101009002
    【ノワール】
    じつは俺も
    この食堂のオムレツが大好きなんだ
    【ノワール】
    はは、大袈裟だなあ
    Block1end
    101039001
    【フレン】
    さーて、それじゃ
    いっただきまーす!
    【フレン】
    でも、ノワールくんもいいセンスしてたよ
    だから陸上部にどう、って誘ってみたんだけどね
    101009002
    【(選択肢)】
    1. 応援なら
    2. たまに顔を出すよ
    Block2_1
    101009002
    【ノワール】
    俺はいいってば
    【ノワール】
    気が向いたら応援に行くから
    Block2_2
    101009002
    【ノワール】
    たまに顔を出させてもらうつもりだよ
    【フレン】
    …といっても決まったメンツは
    ほぼほぼ毎日いるんだけど
    Block2end
    101037001
    【ラシア】
    ノワールが陸上部に入部ですか
    101039001
    【フレン】
    おもしろいね~
    私も今度頼んでみようかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200738.html b/docs/story/200738.html index dce930d36..0841c0d0a 100644 --- a/docs/story/200738.html +++ b/docs/story/200738.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_フレン_ランクアップ3_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -181,6 +193,15 @@

    1章/コミュ/x0401_フレン_ランクアップ3_2

    + + + + + + + + + @@ -211,6 +232,10 @@

    1章/コミュ/x0401_フレン_ランクアップ3_2

    + + + + @@ -236,6 +261,10 @@

    1章/コミュ/x0401_フレン_ランクアップ3_2

    + + + + @@ -325,5 +354,13 @@

    1章/コミュ/x0401_フレン_ランクアップ3_2

    + + + + + + + +
    template1
    Load
    Play
    101039001
    【フレン】
    準備運動はしっかりやろうね
    ノワールくん
    【フレン】
    …あっ!?ルーシャスくんを陸上部に混ぜて
    一緒に運動して仲良くなればいいのかな?
    101009002
    【(選択肢)】
    1. 面白そうだ
    2. 無理じゃないか?
    Block1_1
    101009002
    【ノワール】
    来るかどうかはさておき
    あいつが参加したら面白そうだな
    【フレン】
    だよね?あはは!
    でも、誘うだけ誘ってみようかな?
    Block1_2
    101009002
    【ノワール】
    無理じゃないか~?
    だってルーシャスだぞ
    【フレン】
    でも
    きっとそうなっちゃうよね
    Block1end
    101039001
    【フレン】
    ルーシャスくんって
    ひとりでいることが多いよね
    101039001
    【フレン】
    よーし!大会に向けて
    準備に練習、頑張るぞーっ!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200739.html b/docs/story/200739.html index cb81cdfd8..1b18b392b 100644 --- a/docs/story/200739.html +++ b/docs/story/200739.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_フレン_ランクアップ4_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/コミュ/x0401_フレン_ランクアップ4_2

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/コミュ/x0401_フレン_ランクアップ4_2

    + + + + @@ -96,6 +121,10 @@

    1章/コミュ/x0401_フレン_ランクアップ4_2

    + + + + @@ -211,6 +240,15 @@

    1章/コミュ/x0401_フレン_ランクアップ4_2

    + + + + + + + + + @@ -246,6 +284,10 @@

    1章/コミュ/x0401_フレン_ランクアップ4_2

    + + + + @@ -266,6 +308,10 @@

    1章/コミュ/x0401_フレン_ランクアップ4_2

    + + + + @@ -295,5 +341,13 @@

    1章/コミュ/x0401_フレン_ランクアップ4_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    あれ?
    そこって、ローラの席だろ?
    【フレン】
    私がルーシャスくんの所に行くか行かないか
    煮え切らない態度をしてたから、愛想を尽かして
    101009002
    【(選択肢)】
    1. それは違うよ
    2. どうかな…
    Block1_1
    101009002
    【ノワール】
    それは少し違うと思う
    ローラはフレンのために行ったんじゃないかな
    【フレン】
    そうなのかな
    優しいね、ローラは
    Block1_2
    101009002
    【ノワール】
    悩むくらいなら動き出そう
    普段のフレンはそうするって伝えたかったのかも
    【フレン】
    そっか。早く普段の私に戻らないと
    ローラに怒られちゃうね
    Block1end
    101039001
    【フレン】
    ノワールくん、励ましてくれてありがとう
    【フレン】
    他のクラスの子とも話すことがあるなんて
    101009002
    【(選択肢)】
    1. 俺もローラのことは大好きだ
    2. そんなに意外なのか?
    Block2_1
    101009002
    【ノワール】
    リオネスだけじゃない
    俺もローラのことは大好きだ
    【ノワール】
    だから違うんだって!
    Block2_2
    101009002
    【ノワール】
    そんなに意外なことなのか?
    【フレン】
    ローラも成長してるんだね
    Block2end
    101039001
    【フレン】
    ふふっ
    101009002
    【ノワール】
    いいね
    付き合うよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200740.html b/docs/story/200740.html index 1ffc32cf7..461234dd7 100644 --- a/docs/story/200740.html +++ b/docs/story/200740.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_フレン_ランクアップ5_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -146,6 +158,15 @@

    1章/コミュ/x0401_フレン_ランクアップ5_2

    + + + + + + + + + @@ -171,6 +192,10 @@

    1章/コミュ/x0401_フレン_ランクアップ5_2

    + + + + @@ -196,6 +221,10 @@

    1章/コミュ/x0401_フレン_ランクアップ5_2

    + + + + @@ -221,6 +250,10 @@

    1章/コミュ/x0401_フレン_ランクアップ5_2

    + + + + @@ -255,5 +288,13 @@

    1章/コミュ/x0401_フレン_ランクアップ5_2

    + + + + + + + +
    template1
    Load
    Play
    101051001
    【ルーシャス】
    なぜ継承者までいる
    【フレン】
    じっ、時間の無駄って…
    101009002
    【(選択肢)】
    1. ふざけるな!
    2. ローラはそれでいいのか?
    3. フレン、冷静になろう
    Block1_1
    101009002
    【ノワール】
    ふざけるな!
    なにが時間の無駄だ!
    【ルーシャス】
    此度の任務はローラが適任なのだ
    ローラにしかできぬことなのだ
    Block1_2
    101009002
    【ノワール】
    この話、
    ローラは本当に納得しているのか?
    【ローラ】
    そう。だから心配しないで
    Block1_3
    101009002
    【ノワール】
    ルーシャスは冷静に事を運ぶヤツだ
    今回の件も後先考えずに起こした行動じゃない
    【フレン】
    そうは言ってもさあ!
    Block1end
    101051001
    【ルーシャス】
    継承者、フレンを連れて出て行け
    興奮状態が収まるまで話にならなそうだ
    101009002
    【ノワール】
    わかった
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200741.html b/docs/story/200741.html index aebfee879..3080b66d5 100644 --- a/docs/story/200741.html +++ b/docs/story/200741.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_フレン_ランクアップ5_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/コミュ/x0401_フレン_ランクアップ5_3

    + + + + + + + + + @@ -56,6 +77,10 @@

    1章/コミュ/x0401_フレン_ランクアップ5_3

    + + + + @@ -76,6 +101,10 @@

    1章/コミュ/x0401_フレン_ランクアップ5_3

    + + + + @@ -170,5 +199,13 @@

    1章/コミュ/x0401_フレン_ランクアップ5_3

    + + + + + + + +
    template1
    Load
    Play
    101039001
    【フレン】
    ルーシャスくんだけじゃなく
    ローラまであんなこと言うなんて…
    【フレン】
    でも、せっかく戻ってこられたのに!
    今度は学園とローマを往復するだなんて!
    101009002
    【(選択肢)】
    1. ローラはフレンが大事なんだよ
    2. 今生の別れじゃないんだ
    Block1_1
    101009002
    【ノワール】
    フレン
    ここは姉として妹の意思を大事にしてあげよう
    【フレン】
    ローラは私のことを考えて
    今回のことを決意した…?
    Block1_2
    101009002
    【ノワール】
    ローラも言ってたろ?
    今生の別れじゃないんだ、心配いらないよ
    【フレン】
    ノワールくんがそこまで言うなら…
    うん、わかった。信じてみるよ
    Block1end
    101039001
    【フレン】
    ありがとう、ノワールくん
    少し落ち着いた
    101039001
    【フレン】
    私にはなにができるの…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200742.html b/docs/story/200742.html index 24b943463..1a4a3154c 100644 --- a/docs/story/200742.html +++ b/docs/story/200742.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_フレン_ランクアップ6_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/コミュ/x0401_フレン_ランクアップ6_2

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/コミュ/x0401_フレン_ランクアップ6_2

    + + + + @@ -81,6 +106,10 @@

    1章/コミュ/x0401_フレン_ランクアップ6_2

    + + + + @@ -105,5 +134,13 @@

    1章/コミュ/x0401_フレン_ランクアップ6_2

    + + + + + + + +
    template1
    Load
    Play
    101038001
    【ローラ】
    ここまでで大丈夫だよ
    見送りありがとう、ふたりとも
    【ローラ】
    ノワールさん
    お姉ちゃんをよろしくお願いします
    101009002
    【(選択肢)】
    1. 任された
    2. お土産に期待してるよ
    Block1_1
    101009002
    【ノワール】
    ああ、任された
    【ローラ】
    ありがとう
    ノワールさんがいれば安心だね
    Block1_2
    101009002
    【ノワール】
    わかった
    その代わり、ローマのお土産よろしくな
    【フレン】
    えへへ
    Block1end
    101038001
    【ローラ】
    それじゃ、行ってくるね
    101009002
    【ノワール】
    大会の話がどうなったかも気になるし
    うん、俺も付き合うよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200743.html b/docs/story/200743.html index 9a59afcd6..2113b8288 100644 --- a/docs/story/200743.html +++ b/docs/story/200743.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_フレン_ランクアップ6_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -191,6 +203,15 @@

    1章/コミュ/x0401_フレン_ランクアップ6_3

    + + + + + + + + + @@ -211,6 +232,10 @@

    1章/コミュ/x0401_フレン_ランクアップ6_3

    + + + + @@ -231,6 +256,10 @@

    1章/コミュ/x0401_フレン_ランクアップ6_3

    + + + + @@ -261,6 +290,10 @@

    1章/コミュ/x0401_フレン_ランクアップ6_3

    + + + + @@ -285,5 +318,13 @@

    1章/コミュ/x0401_フレン_ランクアップ6_3

    + + + + + + + +
    template1
    Load
    Play
    101039001
    【フレン】
    ちょっとちょっと、みんなどうしたの!?
    【フレン】
    私はローマで生まれたけど
    ログレスの人を嫌いだなんて思ったことないよ
    101009002
    【(選択肢)】
    1. すぐ仲直りしてくれるさ
    2. そう思えない人もいる
    3. 俺もそうだ
    Block1_1
    101009002
    【ノワール】
    なあに
    これまで一緒にやってきた仲間だろ?
    【フレン】
    みんなずっと口にしなかっただけで
    いろいろ思うところがあったのかも
    Block1_2
    101009002
    【ノワール】
    残念だけど
    そう思えない人もいるんだ
    【フレン】
    そっか…そういうものかもしれないね
    Block1_3
    101009002
    【ノワール】
    俺もそう思うよ、フレン
    【フレン】
    みんなに仲直りしてもらわなきゃ
    Block1end
    101009002
    【ノワール】
    今はみんな興奮してるだろうから
    少し様子を見て話をしよう
    101009002
    【ノワール】
    ああ
    よく知ってるよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200744.html b/docs/story/200744.html index 24840cc7e..7eeffb4ca 100644 --- a/docs/story/200744.html +++ b/docs/story/200744.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_フレン_ランクアップ7_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    1章/コミュ/x0401_フレン_ランクアップ7_2

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/コミュ/x0401_フレン_ランクアップ7_2

    + + + + @@ -91,6 +116,10 @@

    1章/コミュ/x0401_フレン_ランクアップ7_2

    + + + + @@ -291,6 +320,15 @@

    1章/コミュ/x0401_フレン_ランクアップ7_2

    + + + + + + + + + @@ -306,6 +344,10 @@

    1章/コミュ/x0401_フレン_ランクアップ7_2

    + + + + @@ -321,6 +363,10 @@

    1章/コミュ/x0401_フレン_ランクアップ7_2

    + + + + @@ -370,5 +416,13 @@

    1章/コミュ/x0401_フレン_ランクアップ7_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    それにしても
    ここまでいがみ合いが長引くとは思わなかったな
    【フレン】
    ルーシャスくんだ
    101009002
    【(選択肢)】
    1. 今はそれどころじゃない
    2. あいつに頼んでみるか?
    Block1_1
    101009002
    【ノワール】
    今はルーシャスを気にしている場合じゃない
    陸上部をなんとかする方法を考えないと
    【ノワール】
    ルーシャスが?
    うーん…
    Block1_2
    101009002
    【ノワール】
    学園が許してくれないなら
    ルーシャスに頼んでみるってのはどうだろう
    【フレン】
    私の頑張りに?
    Block1end
    101009002
    【ノワール】
    「ローマの皇太子にできないことはない」って
    あいつはいつも言ってる
    【ルーシャス】
    ただし、条件がある
    101009002
    【(選択肢)】
    1. もうゲームはうんざりだ
    2. なにをすればいい?
    Block2_1
    101009002
    【ノワール】
    まさかお前…またゲームに挑戦しろとか
    言うんじゃないだろうな?
    【ルーシャス】
    粗忽者め
    人の話は最後まで聞け
    Block2_2
    101009002
    【ノワール】
    わかった
    俺はなにをすればいい?
    【ルーシャス】
    当然
    そなたらふたりへの条件だ
    Block2end
    101051001
    【ルーシャス】
    陸上部で起きている
    ローマとログレスの諍いを収めてみせろ
    101039001
    【フレン】
    部長にも教えてあげないとね!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200745.html b/docs/story/200745.html index e3ddeac98..3d9802ac4 100644 --- a/docs/story/200745.html +++ b/docs/story/200745.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_フレン_ランクアップ7_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -100,5 +112,13 @@

    1章/コミュ/x0401_フレン_ランクアップ7_3

    + + + + + + + +
    template1
    Load
    Play
    101039001
    【フレン】
    あれっ、ローラ!
    おっかえり~!
    101009002
    【ノワール】
    やれやれ
    俺たちでなんとかするしかないな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200746.html b/docs/story/200746.html index def09d8d9..f46957453 100644 --- a/docs/story/200746.html +++ b/docs/story/200746.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_フレン_ランクアップ8_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/コミュ/x0401_フレン_ランクアップ8_2

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/コミュ/x0401_フレン_ランクアップ8_2

    + + + + @@ -91,6 +116,10 @@

    1章/コミュ/x0401_フレン_ランクアップ8_2

    + + + + @@ -120,5 +149,13 @@

    1章/コミュ/x0401_フレン_ランクアップ8_2

    + + + + + + + +
    template1
    Load
    Play
    101038001
    【ローラ】
    あれ?
    お姉ちゃん、今日は練習じゃなかったの?
    【ローラ】
    ふたりとも
    競技大会の件、頑張ってね
    101009002
    【(選択肢)】
    1. ローラは気にしなくてもいい
    2. 必ず開催してみせる
    Block1_1
    101009002
    【ノワール】
    そのことなら心配はいらないよ
    【フレン】
    Block1_2
    101009002
    【ノワール】
    ああ、ありがとう
    【ローラ】
    えっ!?
    そ、そうなんだ…嬉しいな…
    Block1end
    101038001
    【ローラ】
    あっ!
    私、そろそろ行かないと
    101039001
    【フレン】
    ノワールくん、練習場に行って
    みんなの話を聞いてみよう!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200747.html b/docs/story/200747.html index 3bc076e83..4fa74cbe8 100644 --- a/docs/story/200747.html +++ b/docs/story/200747.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_フレン_ランクアップ8_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -86,6 +98,15 @@

    1章/コミュ/x0401_フレン_ランクアップ8_3

    + + + + + + + + + @@ -106,6 +127,10 @@

    1章/コミュ/x0401_フレン_ランクアップ8_3

    + + + + @@ -131,6 +156,10 @@

    1章/コミュ/x0401_フレン_ランクアップ8_3

    + + + + @@ -220,5 +249,13 @@

    1章/コミュ/x0401_フレン_ランクアップ8_3

    + + + + + + + +
    template1
    Load
    Play
    【ジーン】
    おおっ、フレンとノワール!
    ちょうどいいところに来てくれた!
    【ローマ出身生徒】
    ノワールも思うところがあるだろう!?
    101009002
    【(選択肢)】
    1. (なだめる)
    2. (怒鳴りつける)
    Block1_1
    101009002
    【ノワール】
    お、おいおい
    こんなことでケンカは良くないって…
    【ノワール】
    (巻き込んだのはそっちだろう…)
    Block1_2
    101009002
    【ノワール】
    お前ら、いい加減にしろ!
    【フレン】
    そうだよ、ノワールくんの言うとおり!
    Block1end
    101039001
    【フレン】
    今日はね
    みんなに伝えたいことがあるんだ
    101039001
    【フレン】
    ど、どうしたらいいの…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200748.html b/docs/story/200748.html index 11c30dff6..686b854db 100644 --- a/docs/story/200748.html +++ b/docs/story/200748.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_フレン_ランクアップ8_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/コミュ/x0401_フレン_ランクアップ8_4

    + + + + + + + + + @@ -46,6 +67,10 @@

    1章/コミュ/x0401_フレン_ランクアップ8_4

    + + + + @@ -76,6 +101,10 @@

    1章/コミュ/x0401_フレン_ランクアップ8_4

    + + + + @@ -91,6 +120,10 @@

    1章/コミュ/x0401_フレン_ランクアップ8_4

    + + + + @@ -120,5 +153,13 @@

    1章/コミュ/x0401_フレン_ランクアップ8_4

    + + + + + + + +
    template1
    Load
    Play
    101039001
    【フレン】
    ノワールくん、どうしよう…
    私のせいだよ
    【フレン】
    このままじゃ競技大会どころか
    陸上部がバラバラになっちゃうよ…
    101009002
    【(選択肢)】
    1. 諦めるのか?
    2. フレンらしくない
    3. 諦めよう
    Block1_1
    101009002
    【ノワール】
    これで諦めちゃうのか?
    フレンは陸上部を盛り上げたいんだろ?
    【フレン】
    ありがとう、ノワールくん…
    Block1_2
    101009002
    【ノワール】
    なんだかフレンらしくないな
    【フレン】
    そっか…そうだね
    私らしくなかったよね
    Block1_3
    101009002
    【ノワール】
    あそこまで仲がこじれてしまうと
    正直、修復は難しいかもしれない
    【フレン】
    そんな…!
    Block1end
    101033001
    【リオネス】
    スペシャルブレンドりんごジュース
    おまちどうーっ!
    101039001
    【フレン】
    ノワールくん…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200749.html b/docs/story/200749.html index 414ce2022..911722ea1 100644 --- a/docs/story/200749.html +++ b/docs/story/200749.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_フレン_ランクアップ9_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -151,6 +163,15 @@

    1章/コミュ/x0401_フレン_ランクアップ9_2

    + + + + + + + + + @@ -166,6 +187,10 @@

    1章/コミュ/x0401_フレン_ランクアップ9_2

    + + + + @@ -186,6 +211,10 @@

    1章/コミュ/x0401_フレン_ランクアップ9_2

    + + + + @@ -246,6 +275,15 @@

    1章/コミュ/x0401_フレン_ランクアップ9_2

    + + + + + + + + + @@ -261,6 +299,10 @@

    1章/コミュ/x0401_フレン_ランクアップ9_2

    + + + + @@ -281,6 +323,10 @@

    1章/コミュ/x0401_フレン_ランクアップ9_2

    + + + + @@ -290,5 +336,13 @@

    1章/コミュ/x0401_フレン_ランクアップ9_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    またやってるのか!?
    【ジーン】
    仲が良かったのなら
    昔の関係に戻ることだってできるだろう?
    101009002
    【(選択肢)】
    1. これまで以上に仲良くなれるかも
    2. それは難しいかも
    Block1_1
    101009002
    【ノワール】
    そうだよ
    「雨降って地固まる」ってやつだ
    【フレン】
    うんうん、そうだよね!
    Block1_2
    101009002
    【ノワール】
    いやー、それはどうだろう?
    とくに男って意地っ張りなもんだからなあ
    【フレン】
    絶対、これまで以上に仲良くなれるはずだから!
    Block1end
    【ローマ出身生徒】
    意地を張ってる場合じゃない、か
    そうだよな
    【フレン】
    当たり前でしょ
    私、まだチーム分けのこと言ってなかったもん
    101009002
    【(選択肢)】
    1. そんな話の流れだった?
    2. 望むところだ
    Block2_1
    101009002
    【ノワール】
    ええっ!?
    今、そんな話の流れだった?
    【フレン】
    私たちは競技大会では敵同士!
    ぜーったい負けないんだから!
    Block2_2
    101009002
    【ノワール】
    そっちがその気なら
    俺たちも全力でいくぞ?
    【フレン】
    正々堂々戦おうね!
    Block2end
    101039001
    【フレン】
    そうだ。みんなが仲直りできたこと
    ルーシャスくんに知らせないと
    101009002
    【ノワール】
    そうだな
    急いで競技大会の準備をさせよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200750.html b/docs/story/200750.html index a8e47b8ef..e227b831f 100644 --- a/docs/story/200750.html +++ b/docs/story/200750.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_フレン_ランクアップ9_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -76,6 +88,15 @@

    1章/コミュ/x0401_フレン_ランクアップ9_3

    + + + + + + + + + @@ -91,6 +112,10 @@

    1章/コミュ/x0401_フレン_ランクアップ9_3

    + + + + @@ -106,6 +131,10 @@

    1章/コミュ/x0401_フレン_ランクアップ9_3

    + + + + @@ -125,5 +154,13 @@

    1章/コミュ/x0401_フレン_ランクアップ9_3

    + + + + + + + +
    template1
    Load
    Play
    101039001
    【フレン】
    …というわけなんだ
    【ルーシャス】
    なかなかどうして
    面白い見世物であったよ
    101009002
    【(選択肢)】
    1. なんだあれ
    2. 素直じゃないな
    Block1_1
    101009002
    【ノワール】
    …なんだ、あれ?
    俺たちをからかってたのか?
    【フレン】
    ほんと、素直じゃないんだから
    Block1_2
    101009002
    【ノワール】
    まったく…素直じゃないな、相変わらず
    【フレン】
    私たちをからかってくれたお返しに
    うーんと高い賞品を用意させてやるんだ!
    Block1end
    101039001
    【フレン】
    それにしても…
    ルーシャスくん、見てたのかな?
    101039001
    【フレン】
    伝わるといいな、ルーシャスくんにも
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200751.html b/docs/story/200751.html index 992186463..2547d1be8 100644 --- a/docs/story/200751.html +++ b/docs/story/200751.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_フレン_ランクアップ10_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    1章/コミュ/x0401_フレン_ランクアップ10_2

    + + + + + + + +
    template1
    Load
    Play
    101038001
    【ローラ】
    ただいま、お姉ちゃん!
    【フレン/ローラ】
    はーい!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200752.html b/docs/story/200752.html index 36a8f356e..373aa55f6 100644 --- a/docs/story/200752.html +++ b/docs/story/200752.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_フレン_ランクアップ10_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -141,6 +153,15 @@

    1章/コミュ/x0401_フレン_ランクアップ10_3

    + + + + + + + + + @@ -166,6 +187,10 @@

    1章/コミュ/x0401_フレン_ランクアップ10_3

    + + + + @@ -181,6 +206,10 @@

    1章/コミュ/x0401_フレン_ランクアップ10_3

    + + + + @@ -300,5 +329,13 @@

    1章/コミュ/x0401_フレン_ランクアップ10_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    参加者はみんな集まってるみたいだな
    【フレン】
    結局、まだなにもできてない…
    101009002
    【(選択肢)】
    1. そんなことはないよ
    2. 焦る必要はないよ
    Block1_1
    101009002
    【ノワール】
    そんなことはないよ
    【ノワール】
    少しどころじゃないさ
    Block1_2
    101009002
    【ノワール】
    焦る必要はないんじゃないか
    【フレン】
    そうか…そうだよね
    Block1end
    101009002
    【ノワール】
    でも、俺は思うんだよ
    101039001
    【フレン】
    どっちにするかは
    公平に競技で決めようーっ!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200753.html b/docs/story/200753.html index 2e757e5af..cae164942 100644 --- a/docs/story/200753.html +++ b/docs/story/200753.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ1_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ1_2

    + + + + + + + + + @@ -76,6 +97,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ1_2

    + + + + @@ -96,6 +121,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ1_2

    + + + + @@ -116,6 +145,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ1_2

    + + + + @@ -205,5 +238,13 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ1_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    そろそろ話してくれよ
    俺になんの用事なんだ?
    【ラロゥ】
    あそこに通う唯一の知り合いであるアンタに
    聞きたいってわけ
    101009002
    【(選択肢)】
    1. 学園は勉強する場所
    2. 学園は友達を作る場所
    3. 学園はサークル活動を頑張る場所
    Block1_1
    101009002
    【ノワール】
    学園は勉強をする場所だよ
    【ノワール】
    秘密ってほどのことはないけど…
    Block1_2
    101009002
    【ノワール】
    学園は友達を作る場所だよ
    【ラロゥ】
    ふーん。まあ、一理あるかも
    路地だと地元の奴らばっかだし
    Block1_3
    101009002
    【ノワール】
    学園はサークル活動を頑張る場所だよ
    【ラロゥ】
    へえ、そんなのもあるんだ
    なかなか楽しそうだね
    Block1end
    101009002
    【ノワール】
    まあ、でも、実際それくらいだよ
    別に大したところじゃない
    101061001
    【ラロゥ】
    オレはふだん街中でブラブラしてるからさ
    時間あるときに声かけてよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200754.html b/docs/story/200754.html index 220657144..4ddd54f48 100644 --- a/docs/story/200754.html +++ b/docs/story/200754.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ2_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ2_2

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ2_2

    + + + + @@ -51,6 +76,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ2_2

    + + + + @@ -60,5 +89,17 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ2_2

    + + + + + + + + + + + +
    template1
    Load
    Play
    101061001
    【ラロゥ】
    へえ、こんな感じになってるんだ
    【ラロゥ】
    なんか聞きなれない音が聞こえてくる
    あっちからはおいしそうな匂いも
    101009002
    【(選択肢)】
    1. 音楽サークルでも見に行くか
    2. 食堂に行ってみるか
    3. 屋上から景色を見てみるか
    Block1_1
    101009002
    【ノワール】
    音楽サークルの様子でも見に行くか
    【ラロゥ】
    サークル活動ってやつ?
    じゃ、それで
    Block1_2
    101009002
    【ノワール】
    食堂に行ってみるか
    【ラロゥ】
    学園の中に
    ご飯食べられるところがあんの?
    Block1_3
    101009002
    【ノワール】
    屋上に上がって景色を見てみるか?
    高い場所から見るログレスは印象が違うかも
    101061001
    【ラロゥ】
    いいね、興味あるよ
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200755.html b/docs/story/200755.html index 206c67c68..6d7bc870e 100644 --- a/docs/story/200755.html +++ b/docs/story/200755.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ2_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ2_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    どうだった?音楽サークル
    101061001
    【ラロゥ】
    …ねえ
    他に行ってみたいところあるんだけどいい?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200756.html b/docs/story/200756.html index 3599a2290..cde4b3b8f 100644 --- a/docs/story/200756.html +++ b/docs/story/200756.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ2_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ2_4

    + + + + + + + +
    template1
    Load
    Play
    101061001
    【ラロゥ】
    うっま!!
    101061001
    【ラロゥ】
    …ねえ
    他に行ってみたいところあるんだけどいい?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200757.html b/docs/story/200757.html index 329ba4673..ae4f48882 100644 --- a/docs/story/200757.html +++ b/docs/story/200757.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ2_5

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -30,5 +42,13 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ2_5

    + + + + + + + +
    template1
    Load
    Play
    101061001
    【ラロゥ】
    すごい
    これがオレたちの住んでる場所なんだ
    101061001
    【ラロゥ】
    …ねえ
    他に行ってみたいところあるんだけどいい?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200758.html b/docs/story/200758.html index f8d1ffab0..9b22bf5c0 100644 --- a/docs/story/200758.html +++ b/docs/story/200758.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ2_6

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ2_6

    + + + + + + + +
    template1
    Load
    Play
    101061001
    【ラロゥ】
    こんなに本があるんだ、圧巻だね
    一生かけても読み切れなさそう
    101061001
    【ラロゥ】
    えっと…なんでもないよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200759.html b/docs/story/200759.html index 8afb2cea3..57e5ff86e 100644 --- a/docs/story/200759.html +++ b/docs/story/200759.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ2_7

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ2_7

    + + + + + + + +
    template1
    Load
    Play
    101061001
    【ラロゥ】
    今日はサンキュー
    学園ってこんな感じだったんだね
    101009002
    【ノワール】
    気にしなくていいさ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200760.html b/docs/story/200760.html index 317497dc8..799fec954 100644 --- a/docs/story/200760.html +++ b/docs/story/200760.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ3_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ3_2

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ3_2

    + + + + @@ -61,6 +86,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ3_2

    + + + + @@ -185,5 +214,13 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ3_2

    + + + + + + + +
    template1
    Load
    Play
    101061001
    【ラロゥ】
    はー、食った食った
    【ラロゥ】
    なに?
    101009002
    【(選択肢)】
    1. 美味しい料理だったなと思って
    2. 笑顔がかわいいなって思って
    Block1_1
    101009002
    【ノワール】
    美味しい料理だったなと思って
    【ラロゥ】
    他にオススメの店見つけたら
    紹介してあげるよ
    Block1_2
    101009002
    【ノワール】
    笑顔がかわいいなって思って
    【ラロゥ】
    アンタが変なこと言うからでしょ
    Block1end
    101061001
    【ラロゥ】
    それより、アンタのお陰で
    勉強が捗ってるよ
    101009002
    【ノワール】
    ああ、またな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200761.html b/docs/story/200761.html index 5a5b96cfe..850de209f 100644 --- a/docs/story/200761.html +++ b/docs/story/200761.html @@ -11,6 +11,22 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ4_2

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + @@ -121,6 +137,15 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ4_2

    + + + + + + + + + @@ -141,6 +166,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ4_2

    + + + + @@ -171,6 +200,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ4_2

    + + + + @@ -200,5 +233,13 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ4_2

    + + + + + + + +
    template1
    template2
    Load
    Play
    101009002
    【ノワール】
    …ということなんだけど
    大丈夫かな
    【ラロゥ】
    古代文字を読めるようになりたかったんだ
    それには学園がうってつけかなと思って
    101009002
    【(選択肢)】
    1. ずいぶん入れ込んでるな
    2. 勤勉だな
    Block1_1
    101009002
    【ノワール】
    ずいぶんと聖杯に入れ込んでるな
    【ラロゥ】
    おまけに思わぬ競合相手も見つかったし
    俄然燃えて来たよ
    Block1_2
    101009002
    【ノワール】
    動機はあまり良くないかもしれないけど
    【ラロゥ】
    いちいちうるさいよ
    Block1end
    101061001
    【ラロゥ】
    ともかく
    どっちが早く見つけられるか勝負だね
    101061001
    【ラロゥ】
    また今度話を聞くよ
    それじゃあね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200762.html b/docs/story/200762.html index 4afcf1ea2..ead2df804 100644 --- a/docs/story/200762.html +++ b/docs/story/200762.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ5_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -126,6 +138,15 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ5_2

    + + + + + + + + + @@ -146,6 +167,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ5_2

    + + + + @@ -181,6 +206,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ5_2

    + + + + @@ -211,6 +240,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ5_2

    + + + + @@ -360,5 +393,13 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ5_2

    + + + + + + + +
    template1
    Load
    Play
    101061001
    【ラロゥ】
    アンタの相談
    なんとなく想像はついてる
    【ノワール】
    うーん…
    101009002
    【(選択肢)】
    1. 手に入れるまで協力しよう
    2. 好きにしたらいい
    3. 俺が代わりに交渉する
    Block1_1
    101009002
    【ノワール】
    聖杯を手に入れたあとのことについては
    いったん保留しないか?
    【ラロゥ】
    問題の先送りでしかない気がするけど
    まあ、そこまでいうなら
    Block1_2
    101009002
    【ノワール】
    そこまで言うなら好きにすればいい
    【ノワール】
    まあな
    Block1_3
    101009002
    【ノワール】
    じゃあ、こういうのはどうだ?
    もし聖杯を手に入れられたら
    【ラロゥ】
    盗賊相手に言うこと?
    ま、悪い気はしないけどさ
    Block1end
    101061001
    【ラロゥ】
    というか、ノワールってば
    カッコつけてるけどさ
    101009002
    【ノワール】
    あ、ああ。わかった
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200763.html b/docs/story/200763.html index 05fafd914..a30b25988 100644 --- a/docs/story/200763.html +++ b/docs/story/200763.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ6_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -196,6 +208,15 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ6_2

    + + + + + + + + + @@ -211,6 +232,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ6_2

    + + + + @@ -231,6 +256,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ6_2

    + + + + @@ -325,5 +354,13 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ6_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ふわぁ…
    【ラロゥ】
    じゃあ、当ててみたら?
    101009002
    【(選択肢)】
    1. 大金持ち
    2. 世界平和
    Block1_1
    101009002
    【ノワール】
    大金持ちになりたい、とか?
    【ラロゥ】
    せっかくなら
    もっとスケールのでかいやつがいいよ
    Block1_2
    101009002
    【ノワール】
    意外と世界平和…とか
    【ラロゥ】
    ふうん…ま、そこだけは合ってるね
    Block1end
    101009002
    【ノワール】
    それで、正解はなんなんだ?
    101061001
    【ラロゥ】
    はいはい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200764.html b/docs/story/200764.html index 3ddc57b31..5a9e8cb9f 100644 --- a/docs/story/200764.html +++ b/docs/story/200764.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ7_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ7_2

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ7_2

    + + + + @@ -91,6 +116,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ7_2

    + + + + @@ -116,6 +145,15 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ7_2

    + + + + + + + + + @@ -136,6 +174,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ7_2

    + + + + @@ -151,6 +193,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ7_2

    + + + + @@ -195,5 +241,13 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ7_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    古書なんてどこに保管されてるんだ?
    【ラロゥ】
    ふぅん、初めて来たけど、こうなってるんだ
    さて、どこから手を付けようか?
    101009002
    【(選択肢)】
    1. 手近なところを探してみる
    2. 奥に行ってみる
    Block1_1
    101009002
    【ノワール】
    それじゃあ、手あたり次第見ていくか
    【ラロゥ】
    ん…わかった
    Block1_2
    101009002
    【ノワール】
    じゃあ、俺は奥を見てみるよ
    【ノワール】
    聖杯探しって大変だな
    Block1end
    101009002
    【ノワール】
    参ったな、成果なしか
    【ラロゥ】
    …古文書、見っけ
    101009002
    【(選択肢)】
    1. さすがだな
    2. まったく気が付かなかった
    Block2_1
    101009002
    【ノワール】
    さすが盗賊だな!
    【ノワール】
    結果オーライとしておこう
    Block2_2
    101009002
    【ノワール】
    うーん、まったく気が付かなかったな
    【ノワール】
    はは、ありがとな
    Block2end
    101009002
    【ノワール】
    それで、なにが書いてあるんだ?
    101061001
    【ラロゥ】
    やれやれ
    騎士ってメンドクサイね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200765.html b/docs/story/200765.html index 3e243d2c5..5c762324f 100644 --- a/docs/story/200765.html +++ b/docs/story/200765.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ8_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ8_2

    + + + + + + + + + @@ -56,6 +77,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ8_2

    + + + + @@ -81,6 +106,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ8_2

    + + + + @@ -165,5 +194,13 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ8_2

    + + + + + + + +
    template1
    Load
    Play
    101061001
    【ラロゥ】
    このページに書かれてる文字なんだけどさ
    どの資料にも載ってないんだよ
    【ラロゥ】
    はぁ、なんでこんな
    メンドクサイことするのかね
    101009002
    【(選択肢)】
    1. 秘密を隠すため?
    2. よく気づいたな
    Block1_1
    101009002
    【ノワール】
    聖杯の秘密を隠し
    誰にもわからないようにするため?
    【ラロゥ】
    でも、わざわざ秘密にしたがるってことは
    この古文書の記述、信ぴょう性が高いのかもね
    Block1_2
    101009002
    【ノワール】
    よく気づいたな、こんな仕掛け
    【ラロゥ】
    勉強してたのは手段だからだよ
    オレの目的は聖杯を手に入れること
    Block1end
    101009002
    【ノワール】
    それで、なんて書いてあるんだ?
    101061001
    【ラロゥ】
    できるだけ早くね
    あんまり遅くなるなら、オレひとりで行くから!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200766.html b/docs/story/200766.html index c9a96a202..5ac7756d5 100644 --- a/docs/story/200766.html +++ b/docs/story/200766.html @@ -11,11 +11,36 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ9_2

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + + + + + + + + + + @@ -36,6 +61,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ9_2

    + + + + @@ -61,6 +90,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ9_2

    + + + + @@ -301,6 +334,15 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ9_2

    + + + + + + + + + @@ -316,6 +358,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ9_2

    + + + + @@ -336,6 +382,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ9_2

    + + + + @@ -361,6 +411,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ9_2

    + + + + @@ -380,5 +434,13 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ9_2

    + + + + + + + +
    template1
    template2
    Load
    Play
    101061001
    【ラロゥ】
    ここだね
    さっそく手分けして探そう
    101009002
    【(選択肢)】
    1. 周囲は俺が見張っておく
    2. 俺が探してくる
    Block1_1
    101009002
    【ノワール】
    周囲は俺が見張っておく
    このあたりでバルバロイの目撃情報もあるから
    【ノワール】
    ああいうところは、まだまだ子供だな
    Block1_2
    101009002
    【ノワール】
    俺が探してくるから
    お前はここで待っていてくれ
    【ノワール】
    目を離さないようにしなくちゃな…
    Block1end
    101009002
    【ノワール】
    うん…?
    【ラロゥ】
    守ろうとしてくれたのは仲間だからってだけ?
    オレが…
    101009002
    【(選択肢)】
    1. 仲間だから
    2. 子供だから
    3. 可愛いから
    Block2_1
    101009002
    【ノワール】
    危険だって思われるところに
    仲間を行かせるわけにはいかない
    【ラロゥ】
    …あっそ
    Block2_2
    101009002
    【ノワール】
    仲間だからってだけじゃないよ
    【ラロゥ】
    ふーん
    大人の男って大変だね
    Block2_3
    101009002
    【ノワール】
    ラロゥが可愛いからさ
    【ノワール】
    どういうことだ?
    Block2end
    101061001
    【ラロゥ】
    久々にデカイ仕事したからか
    お腹空いちゃったよ
    101009002
    【ノワール】
    わかった
    ロンディニウムに寄ってから帰ろう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200767.html b/docs/story/200767.html index 13fb7768c..baadf6dcb 100644 --- a/docs/story/200767.html +++ b/docs/story/200767.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ10_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -66,6 +78,15 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ10_2

    + + + + + + + + + @@ -86,6 +107,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ10_2

    + + + + @@ -101,6 +126,10 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ10_2

    + + + + @@ -225,5 +254,13 @@

    1章/コミュ/x0401_ラロゥ_ランクアップ10_2

    + + + + + + + +
    template1
    Load
    Play
    101061001
    【ラロゥ】
    それで、聞きたいことってなに?
    【ラロゥ】
    結局、二束三文にしかならなかったよ
    あーあ、疲れただけだったな
    101009002
    【(選択肢)】
    1. 優しいんだな
    2. 素直じゃないな
    Block1_1
    101009002
    【ノワール】
    優しいんだな、ラロゥは
    【ラロゥ】
    だから
    気が向いただけだってば
    Block1_2
    101009002
    【ノワール】
    素直じゃないな、ラロゥは
    【ラロゥ】
    そう思いたいなら好きにすれば
    Block1end
    101061001
    【ラロゥ】
    前にさ
    叶えたい願いがあるって話したでしょ
    101061001
    【ラロゥ】
    置いて行かれないように
    しっかりついてきてよね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200768.html b/docs/story/200768.html index aa5b33411..283ec0ea5 100644 --- a/docs/story/200768.html +++ b/docs/story/200768.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_マルイル_ランクアップ2_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -131,6 +143,15 @@

    1章/コミュ/x0401_マルイル_ランクアップ2_2

    + + + + + + + + + @@ -161,6 +182,10 @@

    1章/コミュ/x0401_マルイル_ランクアップ2_2

    + + + + @@ -176,6 +201,10 @@

    1章/コミュ/x0401_マルイル_ランクアップ2_2

    + + + + @@ -191,6 +220,10 @@

    1章/コミュ/x0401_マルイル_ランクアップ2_2

    + + + + @@ -355,5 +388,13 @@

    1章/コミュ/x0401_マルイル_ランクアップ2_2

    + + + + + + + +
    template1
    Load
    Play
    101062001
    【マルイル】
    いいものたくさんそろってますからね~
    きっとノワールさんの欲しいものもあるはずです
    【ノワール】
    いや…
    101009002
    【(選択肢)】
    1. すごいな
    2. 本当に何でもあるんだな
    3. 最後のおじさんはなんて?
    Block1_1
    101009002
    【ノワール】
    すごいな、マルイル
    どんどん商品を売っていくじゃないか
    【マルイル】
    いやあ、ぼくなんてまだまだですって
    Block1_2
    101009002
    【ノワール】
    本当になんでもあるんだな、この店
    【マルイル】
    お客様のどんなご要望にも応えられるよう
    あらゆるジャンルのものを取り揃えています!
    Block1_3
    101009002
    【ノワール】
    最後のおじさんはなんて?
    【マルイル】
    情報漏洩ダメ、ゼッタイ!
    これは商人の鉄則です!
    Block1end
    【男性】
    あの…ちょっといいですか?
    探しているものがあるんですが
    101062001
    【マルイル】
    ありがとうございます!それでは
    出発の日取りが決まったらお知らせしますね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200769.html b/docs/story/200769.html index 7f1d4e08f..de1822ef0 100644 --- a/docs/story/200769.html +++ b/docs/story/200769.html @@ -11,6 +11,14 @@

    1章/コミュ/x0401_マルイル_ランクアップ3_2

    デバッグ用

    View script in lua + + + + + + + + @@ -105,5 +113,13 @@

    1章/コミュ/x0401_マルイル_ランクアップ3_2

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    それじゃ、出発だ
    道中長いから、適宜休憩していこう
    101009001
    【ノワール】
    (もしかして
    護衛は必要なかったのかも…?)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200770.html b/docs/story/200770.html index e2f73c552..840906409 100644 --- a/docs/story/200770.html +++ b/docs/story/200770.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_マルイル_ランクアップ3_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -86,6 +98,15 @@

    1章/コミュ/x0401_マルイル_ランクアップ3_3

    + + + + + + + + + @@ -106,6 +127,10 @@

    1章/コミュ/x0401_マルイル_ランクアップ3_3

    + + + + @@ -126,6 +151,10 @@

    1章/コミュ/x0401_マルイル_ランクアップ3_3

    + + + + @@ -195,5 +224,13 @@

    1章/コミュ/x0401_マルイル_ランクアップ3_3

    + + + + + + + +
    template1
    Load
    Play
    101062001
    【マルイル】
    ふぅ…お客さんの欲しいものを
    無事に仕入れられてよかったです!
    【マルイル】
    ふー。いいお湯でしたね~
    101009001
    【(選択肢)】
    1. おかげでリフレッシュできた
    2. もっと熱くてもよかった
    Block1_1
    101009001
    【ノワール】
    ああ。だいぶリフレッシュできたよ
    教えてくれてありがとう、マルイル
    【ノワール】
    えっ…?
    Block1_2
    101009001
    【ノワール】
    もっと熱くてもよかったな
    【マルイル】
    ノワールさん…
    なんか、おじいちゃんみたいですね
    Block1end
    101009001
    【ノワール】
    さて、あとはログレスに帰るだけか…
    101062001
    【マルイル】
    さあ、そうと決まれば急いで出発しましょう!
    「時は金なり」、ですからね!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200771.html b/docs/story/200771.html index f0d3ff7d0..02a054910 100644 --- a/docs/story/200771.html +++ b/docs/story/200771.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_マルイル_ランクアップ4_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    1章/コミュ/x0401_マルイル_ランクアップ4_2

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/コミュ/x0401_マルイル_ランクアップ4_2

    + + + + @@ -86,6 +111,10 @@

    1章/コミュ/x0401_マルイル_ランクアップ4_2

    + + + + @@ -200,5 +229,13 @@

    1章/コミュ/x0401_マルイル_ランクアップ4_2

    + + + + + + + +
    template1
    Load
    Play
    101062001
    【マルイル】
    はい!こちらがご注文の品です
    ご確認をお願いします
    【ノワール】
    いや…
    101009002
    【(選択肢)】
    1. 優しいんだな
    2. もらえばいいのに
    Block1_1
    101009002
    【ノワール】
    優しいんだな、マルイルは
    【マルイル】
    お客さんの気持ちを考えたら、むしろ
    もらったほうが優しいのかもしれませんしね
    Block1_2
    101009002
    【ノワール】
    もっと支払うって言ってたんだから
    もらっておけばいいのに
    【マルイル】
    それより多くもらうのは祖父の教えに反するし
    ぼくの信条にも反するんです!
    Block1end
    101062001
    【マルイル】
    いいですか?「正当な対価を正当な形で」
    これがぼくの商人としてのモットーです!
    101062001
    【マルイル】
    はい!大好きな、自慢の祖父です!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200772.html b/docs/story/200772.html index 9b9947f89..cbbb9c2df 100644 --- a/docs/story/200772.html +++ b/docs/story/200772.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_マルイル_ランクアップ5_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    1章/コミュ/x0401_マルイル_ランクアップ5_2

    + + + + + + + + + @@ -46,6 +67,10 @@

    1章/コミュ/x0401_マルイル_ランクアップ5_2

    + + + + @@ -61,6 +86,10 @@

    1章/コミュ/x0401_マルイル_ランクアップ5_2

    + + + + @@ -81,6 +110,10 @@

    1章/コミュ/x0401_マルイル_ランクアップ5_2

    + + + + @@ -215,5 +248,13 @@

    1章/コミュ/x0401_マルイル_ランクアップ5_2

    + + + + + + + +
    template1
    Load
    Play
    101062001
    【マルイル】
    実はぼく、こことは別に
    実家から任されてひとつ店を経営してるんです
    【ノワール】
    へえ…
    101009002
    【(選択肢)】
    1. なんでログレスで店を?
    2. どうして旅商人に?
    3. 店をふたつなんてすごい
    Block1_1
    101009002
    【ノワール】
    けどなんで自分の店があるのに
    ログレスで店を始めたんだ?
    【マルイル】
    それができてはじめて
    一人前、って感じがするじゃないですか
    Block1_2
    101009002
    【ノワール】
    そもそもなんで旅商人なんてやってたんだ?
    【マルイル】
    それに、ぼくはまだまだ未熟ですから
    旅をすればもっと成長できるかなと思って
    Block1_3
    101009002
    【ノワール】
    その若さで
    ふたつも店を持ってるなんてすごいな
    【マルイル】
    そう…なんですかね
    でも、そう言ってもらえて嬉しいです
    Block1end
    101062001
    【マルイル】
    ぼくは商人の家系に生まれたんです
    五人兄弟の末っ子です
    101009002
    【ノワール】
    …あいつ、なにか言いかけてたような
    なんだったんだろう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200773.html b/docs/story/200773.html index cc2afdb16..66ffea9eb 100644 --- a/docs/story/200773.html +++ b/docs/story/200773.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_マルイル_ランクアップ6_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -140,5 +152,13 @@

    1章/コミュ/x0401_マルイル_ランクアップ6_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    で、話って?
    101062001
    【マルイル】
    はい~っ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200774.html b/docs/story/200774.html index a1ce54d72..a557848dc 100644 --- a/docs/story/200774.html +++ b/docs/story/200774.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_マルイル_ランクアップ6_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/コミュ/x0401_マルイル_ランクアップ6_3

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/コミュ/x0401_マルイル_ランクアップ6_3

    + + + + @@ -61,6 +86,10 @@

    1章/コミュ/x0401_マルイル_ランクアップ6_3

    + + + + @@ -115,5 +144,13 @@

    1章/コミュ/x0401_マルイル_ランクアップ6_3

    + + + + + + + +
    template1
    Load
    Play
    101062001
    【マルイル】
    いやあ、いいお湯でしたねぇ
    稀少素材ゲット後のお湯は格別です~
    【マルイル】
    確かにちょっと大変な道のりでしたけど
    その甲斐は充分にありましたね!
    101009001
    【(選択肢)】
    1. ちょっと?
    2. 大丈夫か?
    Block1_1
    101009001
    【ノワール】
    ちょっとじゃなくて、
    かなり大変な道のりだったけどな
    【マルイル】
    あー、ありましたね。仕入れが上手くいくと
    苦労が全部吹き飛んじゃうので、忘れてました!
    Block1_2
    101009001
    【ノワール】
    あんたは大丈夫なのか?いくら鍛えてるとはいえ
    さすがに今回はハードだっただろ
    【マルイル】
    自分がそんな状態なのに、人のことを
    心配できるのがノワールさんの美徳ですよね
    Block1end
    101009001
    【ノワール】
    ところで
    それ、そんなに価値のあるものなのか?
    101062001
    【マルイル】
    ノワールさん…ノワールさんっ!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200775.html b/docs/story/200775.html index 5aa25eb2c..85b998eb8 100644 --- a/docs/story/200775.html +++ b/docs/story/200775.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_マルイル_ランクアップ7_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    1章/コミュ/x0401_マルイル_ランクアップ7_2

    + + + + + + + + + @@ -36,6 +57,10 @@

    1章/コミュ/x0401_マルイル_ランクアップ7_2

    + + + + @@ -51,6 +76,10 @@

    1章/コミュ/x0401_マルイル_ランクアップ7_2

    + + + + @@ -205,5 +234,13 @@

    1章/コミュ/x0401_マルイル_ランクアップ7_2

    + + + + + + + +
    template1
    Load
    Play
    101062001
    【マルイル】
    ノワールさん
    あの後、体の調子はいかがですか?
    【ノワール】
    あのマッサージのあとか…
    101009002
    【(選択肢)】
    1. 死ぬかと思った
    2. 調子がいいよ
    Block1_1
    101009002
    【ノワール】
    痛すぎて死ぬかと思ったよ
    【ノワール】
    そんなレベルの痛みじゃなかったぞ、あれは…
    Block1_2
    101009002
    【ノワール】
    今はだいぶ調子がいいよ
    肩凝りとか腰の痛みはすっかりなくなった
    【ノワール】
    (ただ、マッサージを受けている最中の痛みは
    この世のものとは思えないものだったけど…)
    Block1end
    101062001
    【マルイル】
    職業柄
    ぼくも肩凝り腰痛には悩まされていましてね
    101062001
    【マルイル】
    ………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200776.html b/docs/story/200776.html index c44619ef0..0d1407a75 100644 --- a/docs/story/200776.html +++ b/docs/story/200776.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_マルイル_ランクアップ8_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -91,6 +103,15 @@

    1章/コミュ/x0401_マルイル_ランクアップ8_2

    + + + + + + + + + @@ -116,6 +137,10 @@

    1章/コミュ/x0401_マルイル_ランクアップ8_2

    + + + + @@ -131,9 +156,21 @@

    1章/コミュ/x0401_マルイル_ランクアップ8_2

    + + + + + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    その手紙、また店からの業務報告か?
    【マルイル】
    それに、そうだとしても
    あの人がどこにいるかもわからないですし…
    101009002
    【(選択肢)】
    1. さがしにいけばいい
    2. 諦めるのか?
    Block1_1
    101009002
    【ノワール】
    だったら
    あの人をさがしにいけばいいだろ
    【マルイル】
    …そっくりですね
    ノワールさんとその人
    Block1_2
    101009002
    【ノワール】
    だからって諦めるのか?
    【マルイル】
    …ぼくらしく、ない…!?
    Block1end
    101062001
    【マルイル】
    そう、ですよね…!
    …ぼく、さがしにいきます!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200777.html b/docs/story/200777.html index 2bc184fe1..036fae298 100644 --- a/docs/story/200777.html +++ b/docs/story/200777.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_マルイル_ランクアップ8_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -105,5 +117,13 @@

    1章/コミュ/x0401_マルイル_ランクアップ8_3

    + + + + + + + +
    template1
    Load
    Play
    101062001
    【マルイル】
    あ!いた!!
    101062001
    【マルイル】
    ノワールさん…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200778.html b/docs/story/200778.html index 659814c71..05017178f 100644 --- a/docs/story/200778.html +++ b/docs/story/200778.html @@ -11,6 +11,14 @@

    1章/コミュ/x0401_マルイル_ランクアップ9_2

    デバッグ用

    View script in lua + + + + + + + + @@ -31,6 +39,19 @@

    1章/コミュ/x0401_マルイル_ランクアップ9_2

    + + + + + + + + + + + + + @@ -66,6 +87,10 @@

    1章/コミュ/x0401_マルイル_ランクアップ9_2

    + + + + @@ -86,6 +111,10 @@

    1章/コミュ/x0401_マルイル_ランクアップ9_2

    + + + + @@ -101,6 +130,10 @@

    1章/コミュ/x0401_マルイル_ランクアップ9_2

    + + + + @@ -185,5 +218,13 @@

    1章/コミュ/x0401_マルイル_ランクアップ9_2

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    かなり足場の悪い場所だな…
    【ノワール】
    フラついてるじゃないか
    101009001
    【(選択肢)】
    1. 少し休むか?
    2. ここで待ってろ
    3. 帰るか?
    CO_101062_0902_select1
    CO_101062_0902_select1_1
    101009001
    【ノワール】
    少し休むか
    【マルイル】
    す…すみません!
    でも、本当に大丈夫なので!
    CO_101062_0902_select1_2
    101009001
    【ノワール】
    …ここで待ってろよ
    俺が取ってくるから
    【マルイル】
    だからぼくがいかなきゃダメなんです!
    CO_101062_0902_select1_3
    101009001
    【ノワール】
    (今日のマルイル、ちょっと変だな…)
    【マルイル】
    ここまで来たんです!
    目的を果たしてからじゃなきゃ、帰れませんよ!
    CO_101062_0902_end
    101009001
    【ノワール】
    …わかった。けど無理するなよ
    あんた、本調子じゃないだろうから
    101062001
    【マルイル】
    …今だっ!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200779.html b/docs/story/200779.html index 3dc416105..157bf2d96 100644 --- a/docs/story/200779.html +++ b/docs/story/200779.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_マルイル_ランクアップ9_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/コミュ/x0401_マルイル_ランクアップ9_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    まさか本当にマルイルが
    バルバロイを倒してしまうなんてな
    101009002
    【ノワール】
    「正当な対価を正当な形で」ってやつじゃないか
    マルイルへの正当な対価だよ、それは
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200780.html b/docs/story/200780.html index c75233082..744a4f455 100644 --- a/docs/story/200780.html +++ b/docs/story/200780.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_マルイル_ランクアップ9_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -30,5 +42,13 @@

    1章/コミュ/x0401_マルイル_ランクアップ9_4

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    よかったな。その薬、どうするんだ?
    101062001
    【マルイル】
    はい…ノワールさん
    本当に、ありがとうございました!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200781.html b/docs/story/200781.html index e770c895e..f84ee09f7 100644 --- a/docs/story/200781.html +++ b/docs/story/200781.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_マルイル_ランクアップ10_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/コミュ/x0401_マルイル_ランクアップ10_2

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/コミュ/x0401_マルイル_ランクアップ10_2

    + + + + @@ -81,6 +106,10 @@

    1章/コミュ/x0401_マルイル_ランクアップ10_2

    + + + + @@ -240,5 +269,13 @@

    1章/コミュ/x0401_マルイル_ランクアップ10_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    あれ、手紙が2通
    【ノワール】
    爺さんから?
    ってことは…
    101009002
    【(選択肢)】
    1. 元気になったのか
    2. 薬は本物だったんだな
    Block1_1
    101009002
    【ノワール】
    元気になったのか。よかったな
    【マルイル】
    ノワールさん…
    本当に、頼りになる傭兵さんですね
    Block1_2
    101009002
    【ノワール】
    薬は本物だったんだな
    【ノワール】
    だから、無事元気になってよかったよ
    Block1end
    101062001
    【マルイル】
    これもノワールさんのおかげです
    本当にありがとうございました!
    101062001
    【マルイル】
    これからも商人として協力しますから
    ご入用のものがあればなんでも言ってくださいね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200782.html b/docs/story/200782.html index b8bd4f14c..6440343da 100644 --- a/docs/story/200782.html +++ b/docs/story/200782.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ1_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ1_2

    + + + + + + + + + @@ -66,6 +87,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ1_2

    + + + + @@ -86,6 +111,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ1_2

    + + + + @@ -105,5 +134,13 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ1_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    えーっと…あいつかな
    おーい
    【男子生徒】
    ところで…クリスさん、怒ってた?
    101009002
    【(選択肢)】
    1. ぜんぜん
    2. カンカン
    Block1_1
    101009002
    【ノワール】
    ぜんぜん
    困っている感じではあったけどな
    【ノワール】
    キチンと期日どおりに
    返せばいい話じゃないか…
    Block1_2
    101009002
    【ノワール】
    カンカンだったぞ
    【ノワール】
    そんなに怖がってるのに
    なんで滞納しちゃったんだよ
    Block1end
    【男子生徒】
    あのさ、ひとつ相談があるんだけど…
    101009002
    【ノワール】
    今回だけだからな?
    次はキチンと返すんだぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200783.html b/docs/story/200783.html index 528e59008..aad184237 100644 --- a/docs/story/200783.html +++ b/docs/story/200783.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ1_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ1_3

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ1_3

    + + + + @@ -86,6 +111,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ1_3

    + + + + @@ -105,5 +134,13 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ1_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    はい、これ
    次はキチンと返すように釘も刺しといたよ
    【クリスティーナ】
    うん、問題ないわね
    101009002
    【(選択肢)】
    1. ずいぶん大切に本を扱うんだな
    2. 状態が悪かったらどうしてた?
    Block1_1
    101009002
    【ノワール】
    ずいぶん大切に本を扱うんだな
    【クリスティーナ】
    そんな『想いの結晶』を変わらぬかたちで
    ほかの誰かに届ける…それが司書という仕事よ
    Block1_2
    101009002
    【ノワール】
    もしもの話だけど
    その本の状態が悪かったら、彼をどうしてた?
    【クリスティーナ】
    ジョーダンよ、ジョーダン
    Block1end
    101063001
    【クリスティーナ】
    ノワールちゃん。騎士として
    剣術の訓練は怠ってはならないものだろうけど
    101009002
    【ノワール】
    ああ、また来るよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200784.html b/docs/story/200784.html index f9e07d295..16421ab06 100644 --- a/docs/story/200784.html +++ b/docs/story/200784.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ2_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ2_2

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ2_2

    + + + + @@ -56,6 +81,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ2_2

    + + + + @@ -156,6 +185,15 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ2_2

    + + + + + + + + + @@ -171,6 +209,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ2_2

    + + + + @@ -186,6 +228,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ2_2

    + + + + @@ -210,5 +256,13 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ2_2

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    ふう、これで全部片付いたわね
    【クリスティーナ】
    持ち方のコツさえつかめば
    誰にでもできることよ
    101009002
    【(選択肢)】
    1. そもそもの筋力が違う
    2. コツを教えて欲しい
    Block1_1
    101009002
    【ノワール】
    コツというか
    そもそもの筋力が違う気が…
    【ノワール】
    あ、あまりジロジロ見ないでほしい…
    Block1_2
    101009002
    【ノワール】
    そんなコツがあるなら聞きたいな
    【ノワール】
    (それで安定性が増しても
    量を運ぶには筋力が必要じゃないだろうか…)
    Block1end
    【女子生徒A】
    クリスちゃーん!
    今、本返してもヘーキ?
    【クリスティーナ】
    あら…怖がらせちゃったかしら
    101009002
    【(選択肢)】
    1. きっと大丈夫だよ
    2. 俺もちょっと怖かった
    Block2_1
    101009002
    【ノワール】
    きっと大丈夫だよ
    【クリスティーナ】
    そうだといいけど…
    ありがとう、ノワールちゃん
    Block2_2
    101009002
    【ノワール】
    俺も…ちょっと、怖かった
    【クリスティーナ】
    そんなつもりはなかったんだけど…
    ごめんなさいね
    Block2end
    101063001
    【クリスティーナ】
    もう、私の悪いクセね
    101009002
    【ノワール】
    ああ、もちろんだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200785.html b/docs/story/200785.html index 5d6c80232..1a2d45460 100644 --- a/docs/story/200785.html +++ b/docs/story/200785.html @@ -11,11 +11,36 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ3_2

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + + + + + + + + + + @@ -31,6 +56,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ3_2

    + + + + @@ -51,6 +80,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ3_2

    + + + + @@ -66,6 +99,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ3_2

    + + + + @@ -245,5 +282,13 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ3_2

    + + + + + + + +
    template1
    template2
    Load
    Play
    101063001
    【クリスティーナ】
    ん~どのメンズも素敵だけど
    そろそろカワイイ男のコが来そうな予感!
    101009002
    【(選択肢)】
    1. いつもこんなことをしてるのか?
    2. どういう男がタイプ?
    3. ここに俺は必要なのか…?
    Block1_1
    101009002
    【ノワール】
    いつもこうやって
    通行人の観察をしてるのか?
    【クリスティーナ】
    どんな疲れも
    一瞬で吹き飛んでいくわ!
    Block1_2
    101009002
    【ノワール】
    どういう男がタイプなんだ?
    【ノワール】
    へ、へえ…
    Block1_3
    101009002
    【ノワール】
    ここに俺は必要なのか…?
    【ノワール】
    (わからなくてもいい…)
    Block1end
    101063001
    【クリスティーナ】
    あ、ほら、見て見て!
    101063001
    【クリスティーナ】
    あ、ううん!なんでもないわ
    さ、今日のところは解散しましょ♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200786.html b/docs/story/200786.html index 82d3da793..fed91e76f 100644 --- a/docs/story/200786.html +++ b/docs/story/200786.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ4_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ4_2

    + + + + + + + + + @@ -36,6 +57,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ4_2

    + + + + @@ -61,6 +86,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ4_2

    + + + + @@ -131,6 +160,15 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ4_2

    + + + + + + + + + @@ -146,6 +184,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ4_2

    + + + + @@ -161,6 +203,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ4_2

    + + + + @@ -176,6 +222,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ4_2

    + + + + @@ -225,5 +275,13 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ4_2

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    今日はとっておきのコスメグッズを
    たくさん持ってきたわ~
    【クリスティーナ】
    シャンプー、コンディショナーにボディーソープ
    洗顔料にオイル…これで綺麗になりましょっ!
    101009002
    【(選択肢)】
    1. 全身ピカピカになれそうだな
    2. そこまでしてもらっちゃ悪いよ
    Block1_1
    101009002
    【ノワール】
    全身ピカピカになれそうだな
    【クリスティーナ】
    香りもとってもいいから
    リピりたくなること間違いなし!
    Block1_2
    101009002
    【ノワール】
    高そうな美容品ばっかりじゃないか?
    そこまでしてもらうのは悪いよ
    【ノワール】
    や、やっぱり帰ろうかな…
    Block1end
    101063001
    【クリスティーナ】
    てことで、今回は特別に
    クリスティーナスペシャルコースにご招待!
    【クリスティーナ】
    みんなに受け入れてもらえてるって
    実感できているのよ
    101009002
    【(選択肢)】
    1. 素敵なものなんだ
    2. クリスさんの人徳だよ
    3. 美容の知識も本から得たのか?
    Block2_1
    101009002
    【ノワール】
    素敵なものなんだ
    【ノワール】
    ここまでやってもらったし
    少しはね
    Block2_2
    101009002
    【ノワール】
    美容品のおかげだけじゃないよ
    【クリスティーナ】
    ありがとう
    周りの人や環境に恵まれてるのは確かね
    Block2_3
    101009002
    【ノワール】
    こういった美容の知識は
    本から学んだのか?
    【クリスティーナ】
    私の探求心のたまもの!
    …というのが正しいかも
    Block2end
    101063001
    【クリスティーナ】
    でも…どんなに高価な美容品でも
    取り繕えるのは上面だけなのかもしれない
    101009002
    【ノワール】
    それは、違う………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200787.html b/docs/story/200787.html index f905ad2eb..53d86bb73 100644 --- a/docs/story/200787.html +++ b/docs/story/200787.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ5_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -30,5 +42,13 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ5_2

    + + + + + + + +
    template1
    Load
    Play
    【男子生徒】
    げ…、ノワール
    もしかして、本の催促じゃないよな
    101009002
    【ノワール】
    なっ…
    おい、待て!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200788.html b/docs/story/200788.html index 0074453be..9a25e0228 100644 --- a/docs/story/200788.html +++ b/docs/story/200788.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ5_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ5_3

    + + + + + + + +
    template1
    Load
    Play
    【男子生徒】
    な、なんでいつも俺ばっかり!
    ほかにも滞納してる奴いるだろ!
    101063001
    【クリスティーナ】
    なんですって?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200789.html b/docs/story/200789.html index 318309bac..2ab0836fe 100644 --- a/docs/story/200789.html +++ b/docs/story/200789.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ5_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -81,6 +93,15 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ5_4

    + + + + + + + + + @@ -96,6 +117,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ5_4

    + + + + @@ -115,5 +140,17 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ5_4

    + + + + + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    確かに部屋のどこにも見当たらなかったな
    【クリスティーナ】
    あらあら、あんなに急がなくてもいいのに
    101009002
    【(選択肢)】
    1. 誤解が解けたんだ
    2. 想いが伝わったんだ
    Block1_1
    101009002
    【ノワール】
    クリスさんへの誤解が解けたんだよ
    怖い人じゃないってわかってくれたんだ
    【ノワール】
    クリスさんの優しさが
    みんなに伝わればいいんだけどな
    Block1_2
    101009002
    【ノワール】
    クリスさんが本を大切にしている想いが
    あいつにも伝わったんだよ
    101063001
    【クリスティーナ】
    あのコが向き合ってくれることがわかったなら
    本のほうから出てきてくれるわ
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200790.html b/docs/story/200790.html index c41403eb1..3d0af7456 100644 --- a/docs/story/200790.html +++ b/docs/story/200790.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ6_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ6_2

    + + + + + + + +
    template1
    Load
    Play
    【男子生徒】
    あ、こっちこっち!
    101063001
    【クリスティーナ】
    いいえ、気にしないで
    これも司書の仕事よ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200791.html b/docs/story/200791.html index edab1ead2..ce59f51c8 100644 --- a/docs/story/200791.html +++ b/docs/story/200791.html @@ -11,6 +11,23 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ6_3

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + + @@ -91,6 +108,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ6_3

    + + + + @@ -116,6 +137,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ6_3

    + + + + @@ -136,6 +161,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ6_3

    + + + + @@ -185,5 +214,13 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ6_3

    + + + + + + + +
    Load
    Play
    101009001
    【(選択肢)】
    1. すごいパンチだった
    2. 商人のほうが心配
    CO_101063_0603_select1
    101009001
    【ノワール】
    いたぞ!
    【クリスティーナ】
    ノワールちゃん、大丈夫?
    CO_101063_0603_select1_1
    101009001
    【ノワール】
    あ、ああ、大丈夫だ
    【クリスティーナ】
    恥ずかしいっ!
    このことは忘れてちょうだい!
    CO_101063_0603_select1_2
    101009001
    【ノワール】
    俺はなんともないけど…
    あのパンチを受けた商人の身が心配だな
    【クリスティーナ】
    な、なんでもない!
    こっちのハナシよ
    CO_101063_0603_end
    101063001
    【悪徳商人】
    へっ…最初は誰だかわからなかったが
    思い出しやしたぜ…
    101063001
    【クリスティーナ】
    本を取り戻せたこと
    あのコに知らせてあげなくちゃ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200792.html b/docs/story/200792.html index 5836efb9c..43e8a6cb5 100644 --- a/docs/story/200792.html +++ b/docs/story/200792.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ7_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ7_2

    + + + + + + + + + @@ -36,6 +57,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ7_2

    + + + + @@ -56,6 +81,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ7_2

    + + + + @@ -111,6 +140,15 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ7_2

    + + + + + + + + + @@ -136,6 +174,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ7_2

    + + + + @@ -156,6 +198,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ7_2

    + + + + @@ -235,5 +281,13 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ7_2

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    近いうちに結構な量の本が入るみたいでね
    その前に書架を整理しておきたかったのよ
    【クリスティーナ】
    それで?
    聞きたいことがあって来たんでしょ
    101009002
    【(選択肢)】
    1. 『荒獅子ゴッデム』について
    2. クリスを手伝いに来ただけ
    Block1_1
    101009002
    【ノワール】
    このあいだ悪徳商人から
    『荒獅子ゴッデム』って呼ばれてたけど…
    【クリスティーナ】
    …本当よ
    Block1_2
    101009002
    【ノワール】
    別になにも?
    クリスさんを手伝いに来ただけだよ
    【ノワール】
    それは…うん
    Block1end
    101063001
    【クリスティーナ】
    …傭兵をやってたノワールちゃんには
    いつかはバレるかなって思ってた
    【クリスティーナ】
    あの人は強かった…
    模擬戦で勝てたことはほとんどなかったわ
    101009002
    【(選択肢)】
    1. さすがブライアンだ
    2. クリスさんも負けてないよ
    Block2_1
    101009002
    【ノワール】
    へえ…
    さすがはブライアンだ
    【クリスティーナ】
    冗談よ
    その言葉、ブライアンさんも嬉しいでしょうね
    Block2_2
    101009002
    【ノワール】
    俺はブライアンの戦いかたを
    近くで見ていたことがあるけど
    【クリスティーナ】
    戦いぶりを褒められるのは
    なんだか複雑な気分だわね
    Block2end
    101009002
    【ノワール】
    ブライアンとは
    ずっと一緒だったのか?
    101063001
    【クリスティーナ】
    話の続きはまた今度してあげるわ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200793.html b/docs/story/200793.html index 458f41549..63f5f709c 100644 --- a/docs/story/200793.html +++ b/docs/story/200793.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ8_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ8_2

    + + + + + + + + + @@ -41,6 +62,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ8_2

    + + + + @@ -56,6 +81,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ8_2

    + + + + @@ -151,6 +180,15 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ8_2

    + + + + + + + + + @@ -171,6 +209,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ8_2

    + + + + @@ -186,9 +228,21 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ8_2

    + + + + + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    一応、経緯を説明しておくとね
    【クリスティーナ】
    アストラット郷の名士のひとりが亡くなったから
    その方の蔵書を寄贈してくれるんですって
    101009002
    【(選択肢)】
    1. ありがたい話だな
    2. 送ってくれればいいのにな
    Block1_1
    101009002
    【ノワール】
    ありがたい話だな
    【クリスティーナ】
    この好意を無駄にしないようにしなくちゃ
    Block1_2
    101009002
    【ノワール】
    どのくらいの量があるんだろう
    送ってくれればよかったのに
    【クリスティーナ】
    蔵書を譲ってくれるだけでも
    ありがたいことなんだから
    Block1end
    101009002
    【ノワール】
    そういえば、前の話の続きだけど…
    【クリスティーナ】
    傭兵『荒獅子ゴッデム』の名を棄てて
    司書『クリスティーナ』としてね
    101009002
    【(選択肢)】
    1. (拍手する)
    2. (黙っている)
    Block2_1
    101009002
    【ノワール】
    『荒獅子ゴッデム』だった過去は消せないし
    消してはいけないことだと思う
    【クリスティーナ】
    そうね
    …うん、そうだと思う
    Block2_2
    101009002
    【ノワール】
    【クリスティーナ】
    私ひとりでずっと喋ってて
    恥ずかしいじゃない…!
    Block2end
    101063001
    【クリスティーナ】
    …なんて話してるうちに
    そろそろアストラット郷に到着ね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200794.html b/docs/story/200794.html index bf6d7aecc..5bb92c114 100644 --- a/docs/story/200794.html +++ b/docs/story/200794.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ8_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ8_3

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    えーと
    本を譲ってくれるお屋敷は…
    【???】
    金目のモンがたんまり眠ってるにおいがすらぁ
    大勢集めてこねえとな。へっへっへ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200795.html b/docs/story/200795.html index 71cd81ca2..5bfcc3b74 100644 --- a/docs/story/200795.html +++ b/docs/story/200795.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ9_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ9_2

    + + + + + + + +
    template1
    Load
    Play
    【女子生徒A】
    おーっす、クリスちゃん!
    来たよー!
    101063001
    【クリスティーナ】
    じゅうぶんね
    それじゃ、出発進行~!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200796.html b/docs/story/200796.html index f677ea194..6df7f7a44 100644 --- a/docs/story/200796.html +++ b/docs/story/200796.html @@ -11,6 +11,23 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ9_3

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + + @@ -71,6 +88,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ9_3

    + + + + @@ -91,6 +112,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ9_3

    + + + + @@ -106,6 +131,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ9_3

    + + + + @@ -200,5 +229,13 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ9_3

    + + + + + + + +
    Load
    Play
    101009001
    【(選択肢)】
    1. やれるか、クリスさん?
    2. ここは俺に任せてくれ
    CO_101063_0903_select1
    101063001
    【クリスティーナ】
    なんだか騒がしいわね
    【女子生徒B】
    こ、こっちに来る!
    CO_101063_0903_select1_1
    101009001
    【ノワール】
    本や学園のみんなに手を出そうとするなんて
    許しちゃおけない
    【クリスティーナ】
    利き腕が使えなくったって
    こんな連中に遅れを取る俺じゃねえ!!
    CO_101063_0903_select1_2
    101009001
    【ノワール】
    クリスさん、みんなが見てる
    ここは俺に任せてくれ
    【クリスティーナ】
    本や学園の生徒たちがやられるところを
    指くわえて見てるなんてできねえ!
    CO_101063_0903_end
    101063001
    【悪徳商人】
    なんの騒ぎかと思って戻ってきてみれば…
    『荒獅子ゴッデム』さんじゃねえですかい
    101009001
    【ノワール】
    クリスさん…!
    その名を…!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200797.html b/docs/story/200797.html index bcb200d3d..53f0650b1 100644 --- a/docs/story/200797.html +++ b/docs/story/200797.html @@ -11,11 +11,32 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ10_2

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -31,6 +52,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ10_2

    + + + + @@ -46,6 +71,10 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ10_2

    + + + + @@ -90,5 +119,13 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ10_2

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    あのね…
    私、学園を離れようかと思うの
    101009002
    【(選択肢)】
    1. どうして急に
    2. そんなことだと思った
    Block1_1
    101009002
    【ノワール】
    どうして急にそんな…
    【クリスティーナ】
    なにが本当の私なのか
    ここが本当の居場所なのかって
    Block1_2
    101009002
    【ノワール】
    そんなことだと思った
    【クリスティーナ】
    ノワールちゃんにはお見通しみたいね
    ただ、あの出来事はただのきっかけよ
    Block1end
    101063001
    【クリスティーナ】
    もう『クリスティーナ』になるのもオシマイ
    101063001
    【クリスティーナ】
    えっ…
    どういう、こと…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200798.html b/docs/story/200798.html index 450397b51..49cb16d85 100644 --- a/docs/story/200798.html +++ b/docs/story/200798.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ10_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -125,5 +137,13 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ10_3

    + + + + + + + +
    template1
    Load
    Play
    【女子生徒A】
    あ、クリスちゃんだ!
    みんな、クリスちゃん来たよ!
    101063001
    【クリスティーナ】
    あなた、自分が何度延滞したかわかってる?
    仏の顔もなんとやら、って言うでしょ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200799.html b/docs/story/200799.html index 374d36a5c..b52266564 100644 --- a/docs/story/200799.html +++ b/docs/story/200799.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ10_4

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/コミュ/x0401_クリスティーナ_ランクアップ10_4

    + + + + + + + +
    template1
    Load
    Play
    101063001
    【クリスティーナ】
    …ということで!
    司書クリスティーナよ。あらためてよろしくね
    101063001
    【クリスティーナ】
    逃がさないわよ、王子様♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200800.html b/docs/story/200800.html index c794526fe..588bb7325 100644 --- a/docs/story/200800.html +++ b/docs/story/200800.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_キッス_ランクアップ1_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -131,6 +143,15 @@

    1章/コミュ/x0401_キッス_ランクアップ1_2

    + + + + + + + + + @@ -151,6 +172,10 @@

    1章/コミュ/x0401_キッス_ランクアップ1_2

    + + + + @@ -176,6 +201,10 @@

    1章/コミュ/x0401_キッス_ランクアップ1_2

    + + + + @@ -225,5 +254,13 @@

    1章/コミュ/x0401_キッス_ランクアップ1_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    情報収集なら酒場、と思って来てみたけど…
    さすがにこの時間だと客が少ないな
    【ノワール】
    ええ…
    101009002
    【(選択肢)】
    1. そんなこと言われても困る
    2. 今日も綺麗だね
    Block1_1
    101009002
    【ノワール】
    き、急に
    そんなこと言われても困るよ
    【キッス】
    相手を気分よくさせて会話を円滑に進める…
    交渉の基本中の基本だと思うけど♪
    Block1_2
    101009002
    【ノワール】
    しかたないな…
    【キッス】
    ぶっぶー
    そんなんじゃ全然ダメダメよ~
    Block1end
    101009002
    【ノワール】
    やっぱり俺には無理だ…
    101009002
    【ノワール】
    えええええ…
    ま、またやるのか、あれを?俺が?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200801.html b/docs/story/200801.html index 51a7a17e4..c7b641575 100644 --- a/docs/story/200801.html +++ b/docs/story/200801.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_キッス_ランクアップ2_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -141,6 +153,15 @@

    1章/コミュ/x0401_キッス_ランクアップ2_2

    + + + + + + + + + @@ -156,6 +177,10 @@

    1章/コミュ/x0401_キッス_ランクアップ2_2

    + + + + @@ -176,6 +201,10 @@

    1章/コミュ/x0401_キッス_ランクアップ2_2

    + + + + @@ -200,5 +229,13 @@

    1章/コミュ/x0401_キッス_ランクアップ2_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    あんたはデキる女性だ。キッスさん
    俺に力を貸してくれないか?
    【キッス】
    もしかしたら…キミが知りたがってる
    ナニカが見つかるかも♪
    101009002
    【(選択肢)】
    1. それなら引き受ける
    2. 俺を騙そうとしてないか?
    Block1_1
    101009002
    【ノワール】
    そうなのか?
    それなら引き受けようかな
    【ノワール】
    なんだかいいように
    丸め込まれた気がする…
    Block1_2
    101009002
    【ノワール】
    俺を騙そうとしてないか?
    手がかりが見つかるって保証はあるのか?
    【ノワール】
    その答えはズルいと思うんだけど
    Block1end
    101009002
    【ノワール】
    わかった
    やるよ、やればいいんだろ…
    101065001
    【キッス】
    盗品と一緒に書類の束があると思うから
    あわせて回収、お願いね~♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200802.html b/docs/story/200802.html index 05af223f5..9c08f0323 100644 --- a/docs/story/200802.html +++ b/docs/story/200802.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_キッス_ランクアップ2_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/コミュ/x0401_キッス_ランクアップ2_3

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    …たいした連中じゃなかったな
    あとは盗まれた品物と書類の回収か
    101009001
    【ノワール】
    帰りが少し遅くなりそうだな
    キッスさんへの報告は後日にしよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200803.html b/docs/story/200803.html index 5cb469304..cb84905f3 100644 --- a/docs/story/200803.html +++ b/docs/story/200803.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_キッス_ランクアップ3_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -66,6 +78,15 @@

    1章/コミュ/x0401_キッス_ランクアップ3_2

    + + + + + + + + + @@ -81,6 +102,10 @@

    1章/コミュ/x0401_キッス_ランクアップ3_2

    + + + + @@ -96,6 +121,10 @@

    1章/コミュ/x0401_キッス_ランクアップ3_2

    + + + + @@ -141,6 +170,15 @@

    1章/コミュ/x0401_キッス_ランクアップ3_2

    + + + + + + + + + @@ -156,6 +194,10 @@

    1章/コミュ/x0401_キッス_ランクアップ3_2

    + + + + @@ -181,6 +223,10 @@

    1章/コミュ/x0401_キッス_ランクアップ3_2

    + + + + @@ -240,5 +286,13 @@

    1章/コミュ/x0401_キッス_ランクアップ3_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    例の盗賊の退治してきたよ
    で、これがついでに頼まれてた書類の束
    【キッス】
    やっぱりまだちょ~っと早い・か・な♪
    101009002
    【(選択肢)】
    1. どういう意味?
    2. どうしたら教えてもらえる?
    Block1_1
    101009002
    【ノワール】
    それってどういう意味?
    【ノワール】
    いや、わかんないんだけど…
    Block1_2
    101009002
    【ノワール】
    どうしたら教えてもらえるんだ?
    【ノワール】
    そういうこと
    聞いてるんじゃないんだけど…
    Block1end
    101009002
    【ノワール】
    …なんか、キッスさんに
    いいように遊ばれている気がする
    【キッス】
    その結果、騙されちゃったこともあるでしょ?
    101009002
    【(選択肢)】
    1. ある
    2. ない
    Block2_1
    101009002
    【ノワール】
    なくは、ない…かな
    【キッス】
    そういう依頼を
    断れるようになるといいわね
    Block2_2
    101009002
    【ノワール】
    ない、と思う
    でも…
    【キッス】
    ンフフ。そうね
    それもアリかもしれないわね
    Block2end
    101065001
    【キッス】
    強く生きてきたのね
    強く生きなきゃならない環境だったのかしら
    401027001
    【マスター】
    キッスさん、誰かの困った顔を
    見るのが趣味ですからね…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200804.html b/docs/story/200804.html index 5456b71e5..62ab8a83c 100644 --- a/docs/story/200804.html +++ b/docs/story/200804.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_キッス_ランクアップ4_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -86,6 +98,15 @@

    1章/コミュ/x0401_キッス_ランクアップ4_2

    + + + + + + + + + @@ -101,6 +122,10 @@

    1章/コミュ/x0401_キッス_ランクアップ4_2

    + + + + @@ -121,6 +146,10 @@

    1章/コミュ/x0401_キッス_ランクアップ4_2

    + + + + @@ -216,6 +245,15 @@

    1章/コミュ/x0401_キッス_ランクアップ4_2

    + + + + + + + + + @@ -241,6 +279,10 @@

    1章/コミュ/x0401_キッス_ランクアップ4_2

    + + + + @@ -256,6 +298,10 @@

    1章/コミュ/x0401_キッス_ランクアップ4_2

    + + + + @@ -320,5 +366,13 @@

    1章/コミュ/x0401_キッス_ランクアップ4_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    お、俺は外で待ってるから!!
    【ノワール】
    あー、それが…
    101009002
    【(選択肢)】
    1. 頑張ってはいる
    2. かんばしくない
    Block1_1
    101009002
    【ノワール】
    頑張ってはいる
    【ノワール】
    …ありていに言えば、まあ、そうだ
    Block1_2
    101009002
    【ノワール】
    正直あまり
    かんばしくない
    【ケイ】
    本人に面と向かって口にする度胸には
    敬意を表するとしよう
    Block1end
    101040001
    【ケイ】
    しかしやはり、あの依頼は
    貴公には荷が重かったようだな
    【キッス】
    ところで
    ケイ卿とラビットちゃんも仲良しなの?
    101009002
    【(選択肢)】
    1. 仲良しだ
    2. そういうわけじゃない
    Block2_1
    101009002
    【ノワール】
    ああ、仲良しだ
    【キッス】
    ンフフッ。息の合ったやりとり
    微笑ましいわ
    Block2_2
    101009002
    【ノワール】
    そういうわけじゃないけど
    知り合いではある
    【キッス】
    なるほどね~
    Block2end
    101009002
    【ノワール】
    バルバロイ信者についての噂の話
    ケイに調査を依頼されたんだ
    101009002
    【ノワール】
    素直に期待していいのか悪いのか…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200805.html b/docs/story/200805.html index 9a5f04e36..09ddebd88 100644 --- a/docs/story/200805.html +++ b/docs/story/200805.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_キッス_ランクアップ5_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/コミュ/x0401_キッス_ランクアップ5_2

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/コミュ/x0401_キッス_ランクアップ5_2

    + + + + @@ -66,6 +91,10 @@

    1章/コミュ/x0401_キッス_ランクアップ5_2

    + + + + @@ -210,5 +239,13 @@

    1章/コミュ/x0401_キッス_ランクアップ5_2

    + + + + + + + +
    template1
    Load
    Play
    101065001
    【キッス】
    んん~♪
    【キッス】
    アタシのさけがのめないとか
    そんなことはいわせないぞ♪
    101009002
    【(選択肢)】
    1. それじゃあ一杯
    2. いやダメだから
    Block1_1
    101009002
    【ノワール】
    それじゃあ一杯…
    【キッス】
    なによぉ
    つまんないの~
    Block1_2
    101009002
    【ノワール】
    いやダメだから
    【キッス】
    ええ~
    Block1end
    101009002
    【ノワール】
    キッスさんって
    いつも酒場にいるのに酒に弱いんだな
    101009002
    【ノワール】
    ちょっと気になるな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200806.html b/docs/story/200806.html index cd2322961..afff70889 100644 --- a/docs/story/200806.html +++ b/docs/story/200806.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_キッス_ランクアップ6_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    1章/コミュ/x0401_キッス_ランクアップ6_2

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/コミュ/x0401_キッス_ランクアップ6_2

    + + + + @@ -91,6 +116,10 @@

    1章/コミュ/x0401_キッス_ランクアップ6_2

    + + + + @@ -240,5 +269,13 @@

    1章/コミュ/x0401_キッス_ランクアップ6_2

    + + + + + + + +
    template1
    Load
    Play
    101065001
    【キッス】
    はぁ~…
    いらっしゃい、ラビットちゃん
    【キッス】
    あんな感じってどんな感じ…?
    アタシ、そんなひどい姿してた…?
    101009002
    【(選択肢)】
    1. ひどくなかった
    2. ひどかった
    Block1_1
    101009002
    【ノワール】
    いや…大丈夫
    ひどくなかったよ、ぜんぜん
    【ノワール】
    してないよ
    Block1_2
    101009002
    【ノワール】
    なんていうか…ひどかった
    【キッス】
    余計に気になるじゃない…!
    Block1end
    101009002
    【ノワール】
    覚えてないんだな
    飲んだときのこと
    101009002
    【ノワール】
    オトナって、大変なんだな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200807.html b/docs/story/200807.html index 0c51eacb1..901037722 100644 --- a/docs/story/200807.html +++ b/docs/story/200807.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_キッス_ランクアップ7_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/コミュ/x0401_キッス_ランクアップ7_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    そろそろ10分経つか
    もう話は終わったかな
    101009002
    【ノワール】
    見に行ってみるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200808.html b/docs/story/200808.html index d53ac5335..a12184dd8 100644 --- a/docs/story/200808.html +++ b/docs/story/200808.html @@ -11,6 +11,22 @@

    1章/コミュ/x0401_キッス_ランクアップ7_3

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + + @@ -141,6 +157,15 @@

    1章/コミュ/x0401_キッス_ランクアップ7_3

    + + + + + + + + + @@ -156,6 +181,10 @@

    1章/コミュ/x0401_キッス_ランクアップ7_3

    + + + + @@ -181,6 +210,10 @@

    1章/コミュ/x0401_キッス_ランクアップ7_3

    + + + + @@ -230,5 +263,13 @@

    1章/コミュ/x0401_キッス_ランクアップ7_3

    + + + + + + + +
    template1
    template2
    Load
    Play
    【男性】
    君のやっていることは素晴らしいことだと思う
    しかし、相手はひとりじゃない
    【キッス】
    あんまり
    アタシのキャラじゃないと思った?
    101009002
    【(選択肢)】
    1. 思った
    2. 思ってない
    Block1_1
    101009002
    【ノワール】
    正直言うと…ちょっと思った
    【キッス】
    でも、ときおり突き放した態度を取られると
    クラッと来ちゃうこともあるのよね♪
    Block1_2
    101009002
    【ノワール】
    思ってないよ
    【キッス】
    これはアタシが予想した以上に
    素敵なオトナになってくれそう♪
    Block1end
    101009002
    【ノワール】
    あんたが扱う依頼のなかには
    101009002
    【ノワール】
    ああ
    任せてくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200809.html b/docs/story/200809.html index 5bc61df26..c61b60bbf 100644 --- a/docs/story/200809.html +++ b/docs/story/200809.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_キッス_ランクアップ8_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    1章/コミュ/x0401_キッス_ランクアップ8_2

    + + + + + + + + + @@ -91,6 +112,10 @@

    1章/コミュ/x0401_キッス_ランクアップ8_2

    + + + + @@ -116,6 +141,10 @@

    1章/コミュ/x0401_キッス_ランクアップ8_2

    + + + + @@ -185,5 +214,13 @@

    1章/コミュ/x0401_キッス_ランクアップ8_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    それで、どんな仕事だ?
    【キッス】
    恐らく、ラビットちゃんが
    ケイ卿に調査を頼まれていた集団ね
    101009002
    【(選択肢)】
    1. 行かない理由がないな
    2. なぜ子供をさらうんだ?
    Block1_1
    101009002
    【ノワール】
    行かない理由がないな
    場所はどこなんだ?
    【キッス】
    落ち着いて
    お姉さんの話を聞きなさい♪
    Block1_2
    101009002
    【ノワール】
    バルバロイの信奉者たちは
    なぜ子供をさらうんだ?
    【ノワール】
    ますます放っておけないな
    Block1end
    101065001
    【キッス】
    取引される日にはまだ少し猶予があるの
    それまでに準備を整えておいてちょうだい
    101065001
    【キッス】
    待ってるわね~
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200810.html b/docs/story/200810.html index 357586345..c8a9c5066 100644 --- a/docs/story/200810.html +++ b/docs/story/200810.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_キッス_ランクアップ9_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -66,6 +78,15 @@

    1章/コミュ/x0401_キッス_ランクアップ9_2

    + + + + + + + + + @@ -86,6 +107,10 @@

    1章/コミュ/x0401_キッス_ランクアップ9_2

    + + + + @@ -106,6 +131,10 @@

    1章/コミュ/x0401_キッス_ランクアップ9_2

    + + + + @@ -120,5 +149,13 @@

    1章/コミュ/x0401_キッス_ランクアップ9_2

    + + + + + + + +
    template1
    Load
    Play
    【信者】
    それでは今回の取引は
    ………で………して………という流れで
    【ノワール】
    片付いたか
    101009001
    【(選択肢)】
    1. キッスさん、怪我は?
    2. これで子供たちも安全だな
    Block1_1
    101009001
    【ノワール】
    キッスさん
    怪我はないか?
    【キッス】
    エージェントは
    つねに危険と隣り合わせの仕事だもの♪
    Block1_2
    101009001
    【ノワール】
    これで子供たちも安心だな
    【キッス】
    その名に恥じぬ行いね
    …騎士として
    Block1end
    101065001
    【キッス】
    それじゃ、こいつらを捕まえて
    ログレスの警吏に引き渡しましょうか
    101009001
    【ノワール】
    ははっ、期待しとく
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200811.html b/docs/story/200811.html index 35d5df08e..c9086ca12 100644 --- a/docs/story/200811.html +++ b/docs/story/200811.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_キッス_ランクアップ9_3

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -115,5 +127,13 @@

    1章/コミュ/x0401_キッス_ランクアップ9_3

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    それにしても、あいつら…
    子供たちのことを生贄とか言ってたな
    101009001
    【ノワール】
    あ、イエ
    ナンデモナイデス
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200812.html b/docs/story/200812.html index 1c8d46edb..eebece983 100644 --- a/docs/story/200812.html +++ b/docs/story/200812.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_キッス_ランクアップ10_2

    デバッグ用

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/コミュ/x0401_キッス_ランクアップ10_2

    + + + + + + + + + @@ -56,6 +77,10 @@

    1章/コミュ/x0401_キッス_ランクアップ10_2

    + + + + @@ -71,6 +96,10 @@

    1章/コミュ/x0401_キッス_ランクアップ10_2

    + + + + @@ -180,5 +209,13 @@

    1章/コミュ/x0401_キッス_ランクアップ10_2

    + + + + + + + +
    template1
    Load
    Play
    101065001
    【キッス】
    はい、これで全部よ
    【キッス】
    間違っているとわかっていても
    すがってしまう者もいるのよ
    101009002
    【(選択肢)】
    1. 子供を巻き込むのは許せない
    2. 弱いままじゃいられない
    Block1_1
    101009002
    【ノワール】
    だからといって
    子供を巻き込むのは許せない
    【キッス】
    だからこそ
    アタシたちオトナが頑張らなくちゃいけない
    Block1_2
    101009002
    【ノワール】
    弱いまま、誰かにすがるままじゃ
    ずっと変わらない
    【キッス】
    キミみたいな人が増えれば
    世界が変わっていくかもしれないわね
    Block1end
    101009002
    【ノワール】
    キッスさんはこのあいだの一件以外でも
    子供たちを救い出してるんだろ?
    101065001
    【キッス】
    (キミならきっとなれるわ
    世界を救い、未来を紡ぐ継承者(オトナ)にね)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200814.html b/docs/story/200814.html index f047d6e77..b09e81a83 100644 --- a/docs/story/200814.html +++ b/docs/story/200814.html @@ -11,6 +11,18 @@

    1章/メイン/ウレリー生徒会長代理

    View script in lua + + + + + + + + + + + + @@ -101,6 +113,15 @@

    1章/メイン/ウレリー生徒会長代理

    + + + + + + + + + @@ -116,6 +137,10 @@

    1章/メイン/ウレリー生徒会長代理

    + + + + @@ -131,6 +156,10 @@

    1章/メイン/ウレリー生徒会長代理

    + + + + @@ -146,6 +175,10 @@

    1章/メイン/ウレリー生徒会長代理

    + + + + @@ -225,5 +258,13 @@

    1章/メイン/ウレリー生徒会長代理

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    現実は厳しいね。兄さん
    ちょっと…落ち着かない気がしない?
    【???】
    デマやゴシップを鵜呑みにする情報弱者どもに
    貴方の待遇が誤りではないことを!!
    101009002
    【(選択肢)】
    1. その熱意はどこからくるんだ?
    2. 思い知らせてやりたい
    3. ディナタンはどう思う?
    Block1_1
    101009002
    【ノワール】
    そ、その熱意はどこから…?
    【ノワール】
    この人スゴイな勢いが
    Block1_2
    101009002
    【ノワール】
    …思い知らせてやりたいよ
    できることなら
    【???】
    そうでしょ!?そうだよ!!
    現実に立ち向かってこそ青春だよ!
    Block1_3
    101009002
    【ノワール】
    ディナタンはどう思う?
    【???】
    妹さんは意外ときっぱりしててイイね!
    ノワールくんはもっと主体性を持ちなよ!
    Block1end
    101011001
    【ギネヴィア】
    生徒会長代理
    転校生クンのお世話もほどほどに
    101068001
    【ウレリー】
    ワタシね。キライなんだよ
    根も葉もない噂なんて
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200815.html b/docs/story/200815.html index e089b468a..8151e7b0f 100644 --- a/docs/story/200815.html +++ b/docs/story/200815.html @@ -11,6 +11,18 @@

    1章/メイン/ウレリー学級委員長

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    1章/メイン/ウレリー学級委員長

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    次の授業はなんだ…?
    なんか人がいなくなっていってるような──
    101068001
    【ウレリー】
    実戦形式の演習だよ。傭兵団長
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200816.html b/docs/story/200816.html index f03f7c500..9b5c85584 100644 --- a/docs/story/200816.html +++ b/docs/story/200816.html @@ -11,6 +11,18 @@

    1章/メイン/ラロゥ初登場

    View script in lua + + + + + + + + + + + + @@ -175,5 +187,13 @@

    1章/メイン/ラロゥ初登場

    + + + + + + + +
    template1
    Load
    Play
    401041001
    【ガラの悪い男】
    あぁ?おい、ガキ
    そんなんで謝ってるつもりかぁ!?
    101009002
    【ノワール】
    やれやれ…
    厄介なヤツと知り合いになっちゃったかな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200817.html b/docs/story/200817.html index 4e3a08393..e26ed5431 100644 --- a/docs/story/200817.html +++ b/docs/story/200817.html @@ -11,6 +11,22 @@

    1章/メイン/眼鏡越しの勇気II

    View script in lua + + + + + + + + + + + + + + + + @@ -76,6 +92,15 @@

    1章/メイン/眼鏡越しの勇気II

    + + + + + + + + + @@ -96,6 +121,10 @@

    1章/メイン/眼鏡越しの勇気II

    + + + + @@ -116,6 +145,10 @@

    1章/メイン/眼鏡越しの勇気II

    + + + + @@ -136,6 +169,10 @@

    1章/メイン/眼鏡越しの勇気II

    + + + + @@ -260,5 +297,13 @@

    1章/メイン/眼鏡越しの勇気II

    + + + + + + + +
    template1
    template2
    Load
    Play
    101068001
    【ウレリー】
    げっ
    【ウレリー】
    ワタシが、その…絡みに行かなくなったら
    …ちょっとは休めそう、かな?
    101009002
    【(選択肢)】
    1. 恩人の故郷の奪還を果たしたい
    2. 家族の安息地の確保がしたい
    3. 幼馴染を追わなきゃならない
    Block1_1
    101009002
    【ノワール】
    休む気はないよ。まずはキャメリアードを
    取り戻す。その力になりたいから
    【ノワール】
    その恩は返したい。ウレリーにだって
    ここまでよくしてもらってるしさ
    Block1_2
    101009002
    【ノワール】
    休む気はないかな
    ディナタンの居場所を作りたいんだ
    【ノワール】
    ディナタンにはせめて
    安心して学園にいられるようにしてあげたい
    Block1_3
    101009002
    【ノワール】
    休む暇はないよ。ランスロットを追って
    ここまで来たんだ。早く、追いつかないと
    【ノワール】
    この学園に入れば『本当』がわかると言っていた
    打ち明けてくれるまで追いかける
    Block1end
    101068001
    【ウレリー】
    ねえ
    戦うのってさ、怖くない?
    101068001
    【ウレリー】
    ………ほんと、たのもしい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200818.html b/docs/story/200818.html index 366e42e90..c5bf1add1 100644 --- a/docs/story/200818.html +++ b/docs/story/200818.html @@ -11,6 +11,18 @@

    1章/メイン/粗悪な兵、露悪な王

    View script in lua + + + + + + + + + + + + @@ -30,5 +42,13 @@

    1章/メイン/粗悪な兵、露悪な王

    + + + + + + + +
    template1
    Load
    Play
    101058001
    【???】
    元々が粗末な民を餌にした程度では
    粗悪なものにしかならぬか
    101058001
    【???】
    円卓の(サークル)活動を愉しめ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200819.html b/docs/story/200819.html index e098508d1..cc66285ad 100644 --- a/docs/story/200819.html +++ b/docs/story/200819.html @@ -11,6 +11,18 @@

    1章/メイン/現実が許せない、なら

    View script in lua + + + + + + + + + + + + @@ -261,6 +273,15 @@

    1章/メイン/現実が許せない、なら

    + + + + + + + + + @@ -276,6 +297,10 @@

    1章/メイン/現実が許せない、なら

    + + + + @@ -296,6 +321,10 @@

    1章/メイン/現実が許せない、なら

    + + + + @@ -385,5 +414,13 @@

    1章/メイン/現実が許せない、なら

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    昨日の襲撃については騒ぎになってたけど
    …亡くなった人のことは話題に出てなかった
    【ランスロット】
    …『本当』を伝えられるようになるまで
    俺にできることはする。だから
    101009002
    【(選択肢)】
    1. 信じる
    2. 信じない
    Block1_1
    101009002
    【ノワール】
    ………わかった
    何か理由があるんだろうってことも、わかった
    【ノワール】
    あんたは『本当』を知ってるってことだ
    だったら、いつか聞き出すまでだ
    Block1_2
    101009002
    【ノワール】
    信じられると思うのか!?そんな言葉!
    【ノワール】
    …ディナタン。答えがないのはわかってる
    もう、いいよ
    Block1end
    101009002
    【ノワール】
    こんな想い、もうたくさんだ
    101009002
    【ノワール】
    こんな現実、終わらせるよ。必ず
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200820.html b/docs/story/200820.html index d526a03d6..3ed4c1ee3 100644 --- a/docs/story/200820.html +++ b/docs/story/200820.html @@ -11,6 +11,18 @@

    1章/メイン/もう教えてもらえない

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    1章/メイン/もう教えてもらえない

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    …ねえ、一緒に背負えないかな
    101009002
    【ノワール】
    教えてあげられないんだ
    …約束、だから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200821.html b/docs/story/200821.html index 188d1076b..ff558a44e 100644 --- a/docs/story/200821.html +++ b/docs/story/200821.html @@ -11,9 +11,29 @@

    1章/メイン/裏口入学再試験1

    View script in lua + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    そろそろ出発の時間か
    ギネヴィアとの待ち合わせ場所に行かないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200822.html b/docs/story/200822.html index 05a9dc3ea..8cbbafae0 100644 --- a/docs/story/200822.html +++ b/docs/story/200822.html @@ -11,6 +11,18 @@

    1章/メイン/裏口入学再試験2

    View script in lua + + + + + + + + + + + + @@ -150,5 +162,13 @@

    1章/メイン/裏口入学再試験2

    + + + + + + + +
    template1
    Load
    Play
    101068001
    【ウレリー】
    聞いたよ、ノワールくん
    裏口入学だったんだ?
    101012001
    【ディナタン】
    私、兄さんとなら
    どこへだって行けるからね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200823.html b/docs/story/200823.html index 55d221580..56e90bd1b 100644 --- a/docs/story/200823.html +++ b/docs/story/200823.html @@ -11,6 +11,18 @@

    1章/メイン/眼鏡越しの勇気I_1

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/メイン/眼鏡越しの勇気I_1

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    (少しずつ学園にも慣れてきたけど…
    まだわからないことばかりだ)
    101009002
    【ノワール】
    (時間がある今のうちに
    ランスロットと少し話がしたいな)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200824.html b/docs/story/200824.html index 93d69ab5f..7e6797df0 100644 --- a/docs/story/200824.html +++ b/docs/story/200824.html @@ -11,6 +11,18 @@

    1章/メイン/眼鏡越しの勇気I_2

    View script in lua + + + + + + + + + + + + @@ -170,5 +182,13 @@

    1章/メイン/眼鏡越しの勇気I_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    (………いないか)
    101068001
    【ウレリー】
    あっはは。見習いたまえ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200825.html b/docs/story/200825.html index 154d159f3..ad92dcdf5 100644 --- a/docs/story/200825.html +++ b/docs/story/200825.html @@ -11,6 +11,18 @@

    1章/メイン/眼鏡越しの勇気III_バトル前_1

    View script in lua + + + + + + + + + + + + @@ -175,5 +187,13 @@

    1章/メイン/眼鏡越しの勇気III_バトル前_1

    + + + + + + + +
    template1
    Load
    Play
    101068001
    【ウレリー】
    今日はありがと。付き合ってくれて
    ご馳走するよ、昨日と変わり映えしないけど
    101068001
    【ウレリー】
    て、き…!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200826.html b/docs/story/200826.html index e12bf63fc..2a8e3f23e 100644 --- a/docs/story/200826.html +++ b/docs/story/200826.html @@ -11,6 +11,14 @@

    1章/メイン/眼鏡越しの勇気III_バトル前_2

    View script in lua + + + + + + + + @@ -190,5 +198,13 @@

    1章/メイン/眼鏡越しの勇気III_バトル前_2

    + + + + + + + +
    Load
    Play
    【ログレス兵B】
    何が起きた!?
    101009001
    【バルバロイ】
    ゴクン
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200827.html b/docs/story/200827.html index 6e8b1f2bb..e744f08f9 100644 --- a/docs/story/200827.html +++ b/docs/story/200827.html @@ -11,6 +11,14 @@

    1章/メイン/眼鏡越しの勇気III_バトル前_3

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/メイン/眼鏡越しの勇気III_バトル前_3

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    おまえッッ!!!!よくも…ッ!!
    101001002
    【ティルフィング】
    全霊をもって
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200828.html b/docs/story/200828.html index 963ed73e8..02d699b70 100644 --- a/docs/story/200828.html +++ b/docs/story/200828.html @@ -11,6 +11,14 @@

    1章/メイン/眼鏡越しの勇気III_バトル後_1

    View script in lua + + + + + + + + @@ -170,5 +178,13 @@

    1章/メイン/眼鏡越しの勇気III_バトル後_1

    + + + + + + + +
    Load
    Play
    101001002
    【ティルフィング】
    己を責めないでください。マスター
    101009001
    【ノワール】
    また、俺は
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200829.html b/docs/story/200829.html index 69ef5e768..19ee6c3a5 100644 --- a/docs/story/200829.html +++ b/docs/story/200829.html @@ -11,6 +11,14 @@

    1章/メイン/眼鏡越しの勇気III_バトル後_2

    View script in lua + + + + + + + + @@ -85,5 +93,13 @@

    1章/メイン/眼鏡越しの勇気III_バトル後_2

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    兄さん
    101012001
    【ディナタン】
    だれのこと?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200830.html b/docs/story/200830.html index 7d0a4300e..5f6b4a525 100644 --- a/docs/story/200830.html +++ b/docs/story/200830.html @@ -11,6 +11,18 @@

    1章/メイン/欠けた関心_1

    View script in lua + + + + + + + + + + + + @@ -110,5 +122,13 @@

    1章/メイン/欠けた関心_1

    + + + + + + + +
    template1
    Load
    Play
    【男子生徒A】
    無事だったか?
    101010001
    【ランスロット】
    ホームルームだ。全員席につけ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200831.html b/docs/story/200831.html index 26109917d..ab8bec8c0 100644 --- a/docs/story/200831.html +++ b/docs/story/200831.html @@ -11,6 +11,18 @@

    1章/メイン/欠けた関心_2

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    1章/メイン/欠けた関心_2

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    昨日の襲撃を収めるため
    ガウェインとラグネルは公欠だが──
    101001001
    【ティルフィング】
    のちほど、お話のつづきを
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200832.html b/docs/story/200832.html index 0978e49e5..5edf9f045 100644 --- a/docs/story/200832.html +++ b/docs/story/200832.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0402_開始テキスト

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/エリアイベ/x0402_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200833.html b/docs/story/200833.html index 746657d6c..265227023 100644 --- a/docs/story/200833.html +++ b/docs/story/200833.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0404_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0404_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200834.html b/docs/story/200834.html index 528ac4c5e..6f7279125 100644 --- a/docs/story/200834.html +++ b/docs/story/200834.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0410_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0410_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200835.html b/docs/story/200835.html index e91245063..1a2b9b188 100644 --- a/docs/story/200835.html +++ b/docs/story/200835.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0412_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    酒場に情報屋がいるってことだったな
    会って話を聞いてみよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200836.html b/docs/story/200836.html index f0e190d71..79699de85 100644 --- a/docs/story/200836.html +++ b/docs/story/200836.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0402_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/x0402_完了テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    401035001
    【ログレス兵】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200837.html b/docs/story/200837.html index 3da3b2456..d2473aab4 100644 --- a/docs/story/200837.html +++ b/docs/story/200837.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0404_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/x0404_完了テキスト

    + + + + + + + +
    Load
    Play
    101068001
    【ウレリー】
    ※削除
    101068001
    【ウレリー】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200838.html b/docs/story/200838.html index 562a0172c..58b5e7283 100644 --- a/docs/story/200838.html +++ b/docs/story/200838.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0410_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/x0410_完了テキスト

    + + + + + + + +
    Load
    Play
    101001001
    【ティルフィング】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200851.html b/docs/story/200851.html index 0965a8221..bcdb84d04 100644 --- a/docs/story/200851.html +++ b/docs/story/200851.html @@ -11,6 +11,18 @@

    1章/施設利用/キャラ登場_ティルフィング1

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/施設利用/キャラ登場_ティルフィング1

    + + + + + + + + + @@ -86,6 +107,10 @@

    1章/施設利用/キャラ登場_ティルフィング1

    + + + + @@ -126,6 +151,10 @@

    1章/施設利用/キャラ登場_ティルフィング1

    + + + + @@ -145,5 +174,17 @@

    1章/施設利用/キャラ登場_ティルフィング1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101001001
    【ティルフィング】
    マスター
    なにをなさっているのですか?
    【ティルフィング】
    いえ、そんな…
    それが私の使命でしたから
    101009002
    【(選択肢)】
    1. 見回りのコツを教えてほしい
    2. もっと誇っていい
    3. そうだな
    Block1_1
    101009002
    【ノワール】
    そうだ
    警備とか見回りのコツがあったら教えてほしい
    【ティルフィング】
    私など見習わなくとも
    マスターはきっとこの島に平和を導けますよ
    Block1_2
    101009002
    【ノワール】
    キミは自分のやってきたことを
    もっと誇っていいと思う
    【ティルフィング】
    とても心強いです
    よろしくお願いします、マスター
    Block1_3
    101009002
    【ノワール】
    そうだな
    みんなそれぞれに使命があるんだよな
    101009002
    【ノワール】
    ああ、わかったよ
    ティルフィング
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200852.html b/docs/story/200852.html index 69e6dc044..448e26947 100644 --- a/docs/story/200852.html +++ b/docs/story/200852.html @@ -11,6 +11,18 @@

    1章/施設利用/キャラ登場_ランスロット1

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/施設利用/キャラ登場_ランスロット1

    + + + + + + + + + @@ -86,6 +107,10 @@

    1章/施設利用/キャラ登場_ランスロット1

    + + + + @@ -121,6 +146,10 @@

    1章/施設利用/キャラ登場_ランスロット1

    + + + + @@ -160,5 +189,17 @@

    1章/施設利用/キャラ登場_ランスロット1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    ノワール?
    ここでなにをしているんだ?
    【ランスロット】
    …お前からはどう見えるんだ?
    101009002
    【(選択肢)】
    1. 仲が良さそう
    2. 仲が悪そう
    3. 気にしたことがなかった
    Block1_1
    101009002
    【ノワール】
    仲が良さそうに見える、かな
    【ノワール】
    (一応、気にはするのか…)
    Block1_2
    101009002
    【ノワール】
    仲が良さそうには見えないな
    【ノワール】
    (なんか俺、余計なこと言っちゃったかな…)
    Block1_3
    101009002
    【ノワール】
    あんたとヴォールスの仲か
    そんなこと、気にしたことがなかったな
    101010001
    【ランスロット】
    誰にだろうな
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200853.html b/docs/story/200853.html index abd60c174..93abd6a60 100644 --- a/docs/story/200853.html +++ b/docs/story/200853.html @@ -11,6 +11,18 @@

    1章/施設利用/キャラ登場_ギネヴィア1

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/施設利用/キャラ登場_ギネヴィア1

    + + + + + + + + + @@ -81,6 +102,10 @@

    1章/施設利用/キャラ登場_ギネヴィア1

    + + + + @@ -126,6 +151,10 @@

    1章/施設利用/キャラ登場_ギネヴィア1

    + + + + @@ -155,5 +184,17 @@

    1章/施設利用/キャラ登場_ギネヴィア1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    あら、ノワールじゃない
    こんなところでなにしてるの?
    【ノワール】
    手伝いはもう終わったんだけど…
    まぁ、少しならいいか
    101009002
    【(選択肢)】
    1. 綺麗な宝石
    2. カレドニアで流行りのスカーフ
    3. わからない
    Block1_1
    101009002
    【ノワール】
    そうだなあ
    この宝石なんかどうだ?
    【ノワール】
    …冷やかしなら帰ってくれ…
    Block1_2
    101009002
    【ノワール】
    俺は仕入れから手伝っているわけじゃないし
    どれがいい物なのかって言われても…
    【ギネヴィア】
    わたしを満足させてくれたら
    考えてもいいかな
    Block1_3
    101009002
    【ノワール】
    えーっと、ごめん…
    101009002
    【ノワール】
    次までには
    もう少し勉強しとくよ…
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200854.html b/docs/story/200854.html index 9290b47fc..1f59bfe67 100644 --- a/docs/story/200854.html +++ b/docs/story/200854.html @@ -11,6 +11,18 @@

    1章/施設利用/キャラ登場_ディナタン1

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/施設利用/キャラ登場_ディナタン1

    + + + + + + + + + @@ -81,6 +102,10 @@

    1章/施設利用/キャラ登場_ディナタン1

    + + + + @@ -136,6 +161,10 @@

    1章/施設利用/キャラ登場_ディナタン1

    + + + + @@ -175,5 +204,17 @@

    1章/施設利用/キャラ登場_ディナタン1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    兄さん?それって…
    寮で飼ってる犬だよね?
    【ディナタン】
    いいなあ。今度、私もその子たちの世話係
    やらせてもらおうかな
    101009002
    【(選択肢)】
    1. 簡単じゃないぞ
    2. いいと思う
    3. 自分たちの犬を飼おう
    Block1_1
    101009002
    【ノワール】
    止めないけど…
    そんなに簡単なもんじゃないぞ?
    【ディナタン】
    約束だよ
    Block1_2
    101009002
    【ノワール】
    いいんじゃないか?
    俺から話しておくよ
    【ノワール】
    ああ、そうしてやってくれ
    こいつらも喜ぶと思うから
    Block1_3
    101009002
    【ノワール】
    せっかくだし
    自分たちの犬を飼うか?
    101012001
    【ディナタン】
    …ありがと、兄さん
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200855.html b/docs/story/200855.html index 5e8c034f5..32877323d 100644 --- a/docs/story/200855.html +++ b/docs/story/200855.html @@ -11,6 +11,18 @@

    1章/施設利用/キャラ登場_ガウェイン1

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/施設利用/キャラ登場_ガウェイン1

    + + + + + + + + + @@ -76,6 +97,10 @@

    1章/施設利用/キャラ登場_ガウェイン1

    + + + + @@ -106,6 +131,10 @@

    1章/施設利用/キャラ登場_ガウェイン1

    + + + + @@ -145,5 +174,17 @@

    1章/施設利用/キャラ登場_ガウェイン1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    よう、ノワール!ちゃんとやってるか!?
    …って、もしかしてもうあがりか?
    【ガウェイン】
    そんなつれねーこと言うなって!
    お前のことを心配して来たんだからよ
    101009002
    【(選択肢)】
    1. じゃあ、手伝ってくれ
    2. ご注文は?
    3. いらっしゃいませ
    Block1_1
    101009002
    【ノワール】
    冷やかしじゃないなら手伝ってくれ
    まだ後片付けが少し残ってるから
    【ノワール】
    お、お手柔らかに頼むよ…
    Block1_2
    101009002
    【ノワール】
    それでご注文は?
    【ノワール】
    …やれやれ
    Block1_3
    101009002
    【ノワール】
    いらっしゃいませ
    空いてるお席にどうぞ
    101013001
    【ガウェイン】
    へえ!
    今度食わせてくれよ、それ!
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200856.html b/docs/story/200856.html index 63c2dab88..e83f0d0e4 100644 --- a/docs/story/200856.html +++ b/docs/story/200856.html @@ -11,6 +11,18 @@

    1章/施設利用/キャラ登場_トリスタン1

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/施設利用/キャラ登場_トリスタン1

    + + + + + + + + + @@ -76,6 +97,10 @@

    1章/施設利用/キャラ登場_トリスタン1

    + + + + @@ -121,6 +146,10 @@

    1章/施設利用/キャラ登場_トリスタン1

    + + + + @@ -155,5 +184,17 @@

    1章/施設利用/キャラ登場_トリスタン1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101014001
    【トリスタン】
    驚いたよ
    本当にキミがいるなんてね
    【トリスタン】
    ほかの兵士たちに迷惑をかけてないか
    見に来てあげたってわけ
    101009002
    【(選択肢)】
    1. ちゃんとやった
    2. まだまだだ
    3. 一緒にやらないか?
    Block1_1
    101009002
    【ノワール】
    誰にも迷惑はかけてないし
    ちゃんとやったよ
    【ノワール】
    おっしゃるとおりです…
    Block1_2
    101009002
    【ノワール】
    始めてそんなに経ってないから
    まだまだみんなに迷惑をかけてると思う
    【トリスタン】
    すぐにはできないだろうけどね
    頑張ってみて
    Block1_3
    101009002
    【ノワール】
    そうだ、今日はもう終わったけど
    今度はトリスタンもいっしょにどうだ?
    101009002
    【ノワール】
    ありがとう
    助かるよ
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200857.html b/docs/story/200857.html index 835dc9666..033fc543f 100644 --- a/docs/story/200857.html +++ b/docs/story/200857.html @@ -11,6 +11,18 @@

    1章/施設利用/キャラ登場_アーサー1

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/施設利用/キャラ登場_アーサー1

    + + + + + + + + + @@ -76,6 +97,10 @@

    1章/施設利用/キャラ登場_アーサー1

    + + + + @@ -111,6 +136,10 @@

    1章/施設利用/キャラ登場_アーサー1

    + + + + @@ -140,5 +169,17 @@

    1章/施設利用/キャラ登場_アーサー1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    おおっ、ノワールじゃないか!?
    ここに店を出しているとは知らなかったぞ!
    【ノワール】
    ちょうど手伝いが終わったところなんだけど…
    なにかあったかな?ちょっと待ってくれ
    101009002
    【(選択肢)】
    1. なにもない
    2. (新商品を勧める)
    3. (アーサーの好物を勧める)
    Block1_1
    101009002
    【ノワール】
    悪い
    今、食品類は切らしてるんだ
    【ノワール】
    …黙って出てきたんだな
    Block1_2
    101009002
    【ノワール】
    これなんてどうだ?
    【ノワール】
    そんなに喜んでくれるとは思わなかった
    マルイルにも伝えておくよ
    Block1_3
    101009002
    【ノワール】
    フィッシュアンドチップスならあるよ
    101009002
    【ノワール】
    いや、今は腹が減ってないから大丈夫だ
    アーサーが満足してくれたようで良かった
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200858.html b/docs/story/200858.html index dae432995..9ba54fd8a 100644 --- a/docs/story/200858.html +++ b/docs/story/200858.html @@ -11,6 +11,18 @@

    1章/施設利用/キャラ登場_モルドレッド1

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/施設利用/キャラ登場_モルドレッド1

    + + + + + + + + + @@ -81,6 +102,10 @@

    1章/施設利用/キャラ登場_モルドレッド1

    + + + + @@ -116,6 +141,10 @@

    1章/施設利用/キャラ登場_モルドレッド1

    + + + + @@ -140,5 +169,17 @@

    1章/施設利用/キャラ登場_モルドレッド1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101022001
    【モルドレッド】
    オイ!てめえ、こんなとこで
    なにボーっと突っ立ってやがる
    【モルドレッド】
    へえ?
    どんな事件が起きんのか聞かせてくれよ
    101009002
    【(選択肢)】
    1. バルバロイの出現
    2. 街の人たちのケンカ
    3. やっぱりなにも起こらない
    Block1_1
    101009002
    【ノワール】
    モルドレッドも
    学園がバルバロイに襲われたのを見たろ?
    【モルドレッド】
    手伝いもしねぇけどな
    ま、せいぜい頑張りな
    Block1_2
    101009002
    【ノワール】
    たとえば…
    街の人たちのケンカとか
    【モルドレッド】
    しっかり守ってやんな、継承者サマ
    Block1_3
    101009002
    【ノワール】
    大したことは…
    たしかにこれまでに起きてないな
    101022001
    【モルドレッド】
    オレはもう行くぜ
    学園になら、ほかの遊び相手もいそうだしな
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200859.html b/docs/story/200859.html index 3ab36a893..b1fa31317 100644 --- a/docs/story/200859.html +++ b/docs/story/200859.html @@ -11,6 +11,18 @@

    1章/施設利用/キャラ登場_クレア1

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/施設利用/キャラ登場_クレア1

    + + + + + + + + + @@ -76,6 +97,10 @@

    1章/施設利用/キャラ登場_クレア1

    + + + + @@ -106,6 +131,10 @@

    1章/施設利用/キャラ登場_クレア1

    + + + + @@ -135,5 +164,17 @@

    1章/施設利用/キャラ登場_クレア1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101025001
    【クレア】
    ノワール?
    武器の修理の依頼…にしてはずいぶん軽装ね
    【クレア】
    おかみさんの頼まれごとが済んだから
    報告に来たの
    101009002
    【(選択肢)】
    1. それは感心だな
    2. なにか事件はあった?
    3. お疲れさま
    Block1_1
    101009002
    【ノワール】
    探偵業だけじゃなくて
    この店の手伝いもやってるのか。働き者だな
    【クレア】
    ここで仕事を手伝っていれば
    見られる日が来るかもしれないわね
    Block1_2
    101009002
    【ノワール】
    なにかの事件だったのか?
    【ノワール】
    そうか、ごめん…
    Block1_3
    101009002
    【ノワール】
    お疲れさま
    大変じゃなかったか?
    101025001
    【クレア】
    ありがとう
    そのときはお願いするわ
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200860.html b/docs/story/200860.html index 554ce4f5c..72ac3f53b 100644 --- a/docs/story/200860.html +++ b/docs/story/200860.html @@ -11,6 +11,18 @@

    1章/施設利用/キャラ登場_パーシヴァル1

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/施設利用/キャラ登場_パーシヴァル1

    + + + + + + + + + @@ -96,6 +117,10 @@

    1章/施設利用/キャラ登場_パーシヴァル1

    + + + + @@ -136,6 +161,10 @@

    1章/施設利用/キャラ登場_パーシヴァル1

    + + + + @@ -165,5 +194,17 @@

    1章/施設利用/キャラ登場_パーシヴァル1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101026001
    【パーシヴァル】
    なにをやっているんだ、キミは?
    【パーシヴァル】
    へえ、それならぼくの愛馬の
    世話もさせてあげようか
    101009002
    【(選択肢)】
    1. 任せてくれ
    2. どうしようかな
    3. 嫌だ
    Block1_1
    101009002
    【ノワール】
    任せてくれ
    お安い御用だ
    【パーシヴァル】
    …キミの馬の世話の腕が確かだと
    わかったらね
    Block1_2
    101009002
    【ノワール】
    馬の世話か…
    どうしようかな
    【ノワール】
    別にダメならダメでもいいけどさ…
    Block1_3
    101009002
    【ノワール】
    嫌だ
    大変そうだし
    101009002
    【ノワール】
    (本当に疲れるな、パーシヴァルの相手は…)
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200861.html b/docs/story/200861.html index 5b6431b08..20eceb1a8 100644 --- a/docs/story/200861.html +++ b/docs/story/200861.html @@ -11,6 +11,18 @@

    1章/施設利用/キャラ登場_ガラハッド1

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    1章/施設利用/キャラ登場_ガラハッド1

    + + + + + + + + + @@ -91,6 +112,10 @@

    1章/施設利用/キャラ登場_ガラハッド1

    + + + + @@ -131,6 +156,10 @@

    1章/施設利用/キャラ登場_ガラハッド1

    + + + + @@ -180,5 +209,17 @@

    1章/施設利用/キャラ登場_ガラハッド1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101028001
    【ガラハッド】
    ノワール?
    それはお前が飼っている犬か?
    【ガラハッド】
    ノワールのほうこそどうなんだ?
    世話をするくらいだから嫌いではないと思うが
    101009002
    【(選択肢)】
    1. 好き
    2. 苦手な動物もいる
    3. 感情移入しないようにしている
    Block1_1
    101009002
    【ノワール】
    いうまでもなく大好きさ
    こいつらの無邪気さにどれだけ癒されたことか
    【ノワール】
    ああ、いっしょに
    Block1_2
    101009002
    【ノワール】
    犬は好きだけど…
    動物なら全部好きというわけじゃないな
    【ガラハッド】
    それはガラハッドが聞きたい…
    Block1_3
    101009002
    【ノワール】
    動物は好きなんだけど
    あまり感情移入はしないようにしてるんだ
    101009002
    【ノワール】
    そうさ
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200862.html b/docs/story/200862.html index 53d76d447..41cfc0c9f 100644 --- a/docs/story/200862.html +++ b/docs/story/200862.html @@ -11,6 +11,18 @@

    1章/施設利用/キャラ登場_エレイン1

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    1章/施設利用/キャラ登場_エレイン1

    + + + + + + + + + @@ -96,6 +117,10 @@

    1章/施設利用/キャラ登場_エレイン1

    + + + + @@ -136,6 +161,10 @@

    1章/施設利用/キャラ登場_エレイン1

    + + + + @@ -165,5 +194,17 @@

    1章/施設利用/キャラ登場_エレイン1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    エレイン、今日はひとりか?
    珍しいな
    【エレイン】
    私もここで働いたら
    人と話すのが怖くなくなるでしょうか?
    101009002
    【(選択肢)】
    1. まかないも量が多いしオススメ
    2. 良い案だ
    3. やめたほうがいい
    Block1_1
    101009002
    【ノワール】
    いいんじゃないか?
    オススメだよ
    【エレイン】
    もう!
    意地悪ですね…
    Block1_2
    101009002
    【ノワール】
    人と上手に話せるようになりたいなら
    たくさんの人と話してみるのがいちばんだよ
    【ノワール】
    あ、ああ
    (俺の言葉でもらえる勇気ってそんなもん…?)
    Block1_3
    101009002
    【ノワール】
    やめたほうがいいんじゃないかな
    エレインには難しそうな気がする
    101009002
    【ノワール】
    (落ち込ませちゃったな…
    もう少し言いかたを考えるべきだった)
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200863.html b/docs/story/200863.html index 1577b042a..e2e4aac32 100644 --- a/docs/story/200863.html +++ b/docs/story/200863.html @@ -11,6 +11,18 @@

    1章/施設利用/キャラ登場_ガレス1

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    1章/施設利用/キャラ登場_ガレス1

    + + + + + + + + + @@ -91,6 +112,10 @@

    1章/施設利用/キャラ登場_ガレス1

    + + + + @@ -126,6 +151,10 @@

    1章/施設利用/キャラ登場_ガレス1

    + + + + @@ -165,5 +194,17 @@

    1章/施設利用/キャラ登場_ガレス1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101032001
    【ガレス】
    あれれ~?ノワールじゃないか
    こんなところでなにしてるんだ~♪
    【ガレス】
    へえ~
    気に入ったものはあるのか?
    101009002
    【(選択肢)】
    1. カヌレ
    2. カエルの姿焼き
    3. ゆで卵
    Block1_1
    101009002
    【ノワール】
    カヌレかな
    あんなお菓子は初めて食べたよ
    【ノワール】
    ほんとか?ありがとう
    楽しみにしてるよ
    Block1_2
    101009002
    【ノワール】
    カエルの姿焼きかな
    【ガレス】
    鶏肉に近いのか。レシピが浮かびそうだ♪
    ちょっとマスターにも聞いてくる!
    Block1_3
    101009002
    【ノワール】
    ゆで卵…かな
    101032001
    【ガレス】
    ノワール
    新メニューのアイデア、ありがとうな♪
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200864.html b/docs/story/200864.html index 015bb274e..02352059d 100644 --- a/docs/story/200864.html +++ b/docs/story/200864.html @@ -11,6 +11,18 @@

    1章/施設利用/キャラ登場_エクセリア1

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    1章/施設利用/キャラ登場_エクセリア1

    + + + + + + + + + @@ -91,6 +112,10 @@

    1章/施設利用/キャラ登場_エクセリア1

    + + + + @@ -116,6 +141,10 @@

    1章/施設利用/キャラ登場_エクセリア1

    + + + + @@ -160,5 +189,17 @@

    1章/施設利用/キャラ登場_エクセリア1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101034001
    【エクセリア】
    ノワール…?
    ここでなにをしているの?
    【エクセリア】
    じゃあ、コルベニック城の防備に使うなら
    どんな武器が適しているかしら?
    101009002
    【(選択肢)】
    1. 片手剣
    2. 直槍
    3. 大砲
    Block1_1
    101009002
    【ノワール】
    ありきたりかもしれないけれど
    片手剣はどうだ?
    【エクセリア】
    ノワール
    今日は貴重な情報をどうもありがとう
    Block1_2
    101009002
    【ノワール】
    汎用性でいったら
    やっぱり直槍じゃないかな
    【エクセリア】
    でも、ありがとう
    あなたの戦士としての意見は参考になったわ
    Block1_3
    101009002
    【ノワール】
    今、ここにはないんだけどさ
    大砲なんてどうかな
    101034001
    【エクセリア】
    いいえ。大胆でとても素敵なアイデアだと思う
    参考にさせてもらうわね、ありがとう
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200865.html b/docs/story/200865.html index 4fd6fd42b..771255085 100644 --- a/docs/story/200865.html +++ b/docs/story/200865.html @@ -11,6 +11,18 @@

    1章/施設利用/キャラ登場_リリアーナ1

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    1章/施設利用/キャラ登場_リリアーナ1

    + + + + + + + + + @@ -101,6 +122,10 @@

    1章/施設利用/キャラ登場_リリアーナ1

    + + + + @@ -131,6 +156,10 @@

    1章/施設利用/キャラ登場_リリアーナ1

    + + + + @@ -165,5 +194,17 @@

    1章/施設利用/キャラ登場_リリアーナ1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101035001
    【リリアーナ】
    あの~、すみません…
    【ノワール】
    (有機肥料と無機肥料?2つあるけど
    どっちを渡せばいいんだ…?)
    101009002
    【(選択肢)】
    1. (有機肥料を渡す)
    2. (無機肥料を渡す)
    3. (肥料を選んでもらう)
    Block1_1
    101009002
    【ノワール】
    有機肥料でいいよな?
    【リリアーナ】
    がんばります!
    Block1_2
    101009002
    【ノワール】
    無機肥料のほうが効き目がありそうかな
    【ノワール】
    (恥ずかしいところを見せてしまった…
    もっと勉強しないとな)
    Block1_3
    101009002
    【ノワール】
    俺、どっちの肥料が良いのかわからなくて…
    悪いんだけど、リリアーナが選んでくれるか?
    101035001
    【リリアーナ】
    はい、また来ますね!
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200866.html b/docs/story/200866.html index 51b26f4df..2f5e50800 100644 --- a/docs/story/200866.html +++ b/docs/story/200866.html @@ -11,6 +11,18 @@

    1章/施設利用/キャラ登場_ラシア1

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    1章/施設利用/キャラ登場_ラシア1

    + + + + + + + + + @@ -81,6 +102,10 @@

    1章/施設利用/キャラ登場_ラシア1

    + + + + @@ -106,6 +131,10 @@

    1章/施設利用/キャラ登場_ラシア1

    + + + + @@ -140,5 +169,17 @@

    1章/施設利用/キャラ登場_ラシア1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101037001
    【ラシア】
    ノワール
    こんなところで、なにをしているんですか?
    【ラシア】
    警備の手伝いくらいなら
    今の私でもできるかなと思って…
    101009002
    【(選択肢)】
    1. よくない
    2. いいんじゃないか?
    3. 大歓迎だよ
    Block1_1
    101009002
    【ノワール】
    「警備の手伝いくらいなら」
    なんて考えかたじゃ、なにもうまくいかないよ
    【ラシア】
    焦らず、いろんなことを学びながら
    進んでいかないとですね
    Block1_2
    101009002
    【ノワール】
    人手不足って聞いてるし
    ラシアにその気があるならいいんじゃないかな?
    【ノワール】
    (しまった…
    もうちょっと親身に対応するべきだった…)
    Block1_3
    101009002
    【ノワール】
    手伝いたいなんて言ったら
    喜んで迎えてくれると思うぞ
    101037001
    【ラシア】
    ふふっ
    前向きに検討させてもらいますね
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200867.html b/docs/story/200867.html index b950e57c0..ea4dcbfd3 100644 --- a/docs/story/200867.html +++ b/docs/story/200867.html @@ -11,6 +11,18 @@

    1章/施設利用/キャラ登場_フレン1

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/施設利用/キャラ登場_フレン1

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/施設利用/キャラ登場_フレン1

    + + + + @@ -116,6 +141,10 @@

    1章/施設利用/キャラ登場_フレン1

    + + + + @@ -155,5 +184,17 @@

    1章/施設利用/キャラ登場_フレン1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101039001
    【フレン】
    あーっ、ノワールくんだー!
    やっほー、なにしてるの…
    【フレン】
    なにして遊んであげようかなあ
    わんこだからやっぱり運動かな?
    101009002
    【(選択肢)】
    1. ログレス王国一周
    2. 川で水遊び
    3. ボール遊び
    Block1_1
    101009002
    【ノワール】
    ログレスの国境沿いを
    一周走ってくるっていうのはどうだ?
    【ノワール】
    それもそうか
    Block1_2
    101009002
    【ノワール】
    水遊びなんてどうだ
    街の近くに川があっただろ?
    【フレン】
    うん!
    楽しんでくれるといいね
    Block1_3
    101009002
    【ノワール】
    ボール遊びはどうかな
    101039001
    【フレン】
    わかった!
    ん~!楽しみ!
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200868.html b/docs/story/200868.html index 6039368ce..570b1740b 100644 --- a/docs/story/200868.html +++ b/docs/story/200868.html @@ -11,9 +11,25 @@

    1章/メイン/大分岐前週次バトル前会話1_開始

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200869.html b/docs/story/200869.html index dba1c45f6..095a955f8 100644 --- a/docs/story/200869.html +++ b/docs/story/200869.html @@ -11,6 +11,18 @@

    1章/メイン/大分岐前週次バトル前会話1

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    1章/メイン/大分岐前週次バトル前会話1

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    キッスさんから連絡を受けた
    なにか任務があるって
    101009002
    【ノワール】
    よし、わかった!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200870.html b/docs/story/200870.html index 594911eea..4e90f1329 100644 --- a/docs/story/200870.html +++ b/docs/story/200870.html @@ -11,9 +11,25 @@

    1章/メイン/大分岐前週次バトル前会話2_開始

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200871.html b/docs/story/200871.html index 6a41d5c31..d1552011a 100644 --- a/docs/story/200871.html +++ b/docs/story/200871.html @@ -11,6 +11,18 @@

    1章/メイン/大分岐前週次バトル前会話2

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    1章/メイン/大分岐前週次バトル前会話2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    キッスさんから連絡を受けてきた
    なにか任務があるんだって?
    101009002
    【ノワール】
    オーケー
    すぐに行ってくるよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200872.html b/docs/story/200872.html index 3ad9e0f2b..8ccf203c2 100644 --- a/docs/story/200872.html +++ b/docs/story/200872.html @@ -11,9 +11,25 @@

    1章/メイン/大分岐後週次バトル前会話1_開始

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200873.html b/docs/story/200873.html index ba49fbfce..d440342a2 100644 --- a/docs/story/200873.html +++ b/docs/story/200873.html @@ -11,6 +11,18 @@

    1章/メイン/大分岐後週次バトル前会話1

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/大分岐後週次バトル前会話1

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    来たか
    101009002
    【ノワール】
    まったく…
    じゃあ、これから討伐に行ってくる
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200874.html b/docs/story/200874.html index 90f0b4793..838459dee 100644 --- a/docs/story/200874.html +++ b/docs/story/200874.html @@ -11,9 +11,25 @@

    1章/メイン/大分岐後週次バトル前会話2_開始

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200875.html b/docs/story/200875.html index 36cdb1641..6105f4f54 100644 --- a/docs/story/200875.html +++ b/docs/story/200875.html @@ -11,6 +11,18 @@

    1章/メイン/大分岐後週次バトル前会話2

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/大分岐後週次バトル前会話2

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    遅い
    101009002
    【ノワール】
    やれやれ
    俺に拒否権はないんだな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200876.html b/docs/story/200876.html index eeb69521b..414d52969 100644 --- a/docs/story/200876.html +++ b/docs/story/200876.html @@ -11,9 +11,25 @@

    1章/メイン/G、Lルート週次バトル前会話1_開始

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200877.html b/docs/story/200877.html index 38b11e3f1..e15e92bbb 100644 --- a/docs/story/200877.html +++ b/docs/story/200877.html @@ -11,6 +11,18 @@

    1章/メイン/G、Lルート週次バトル前会話1

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/メイン/G、Lルート週次バトル前会話1

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ローマ軍の動きが不穏だそうだな
    101040001
    【ケイ】
    …ふむ
    よろしく頼む
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200878.html b/docs/story/200878.html index fc191d14f..166f779bb 100644 --- a/docs/story/200878.html +++ b/docs/story/200878.html @@ -11,9 +11,25 @@

    1章/メイン/G、Lルート週次バトル前会話2_開始

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200879.html b/docs/story/200879.html index 60498e060..182327d07 100644 --- a/docs/story/200879.html +++ b/docs/story/200879.html @@ -11,6 +11,18 @@

    1章/メイン/G、Lルート週次バトル前会話2

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    1章/メイン/G、Lルート週次バトル前会話2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ケイ
    ローマ軍を攻めるという話を耳にしたんだが…
    101040001
    【ケイ】
    うむ、頼んだぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200880.html b/docs/story/200880.html index abd50d164..9b0a01f29 100644 --- a/docs/story/200880.html +++ b/docs/story/200880.html @@ -11,9 +11,25 @@

    1章/メイン/Dルート週次バトル前会話_開始

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200881.html b/docs/story/200881.html index de54d6c1d..3283e1ea6 100644 --- a/docs/story/200881.html +++ b/docs/story/200881.html @@ -11,6 +11,18 @@

    1章/メイン/Dルート週次バトル前会話

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/Dルート週次バトル前会話

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    アーサーに動きがあったのか?
    101040001
    【ケイ】
    そうだな…
    貴公に頼む
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200882.html b/docs/story/200882.html index 7c8adab35..66c9306b6 100644 --- a/docs/story/200882.html +++ b/docs/story/200882.html @@ -11,6 +11,14 @@

    1章/バトルADV/x0810_BTL小分岐L_導入

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/バトルADV/x0810_BTL小分岐L_導入

    + + + + + + + +
    Load
    Play
    101019001
    【イゾルデ】
    エルダーリンデンは
    この森の一番奥に生えているわ
    101019001
    【イゾルデ】
    近くには毒性の高い植物も生えているから
    注意して進んで
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200883.html b/docs/story/200883.html index 25ec79559..69ba8a33f 100644 --- a/docs/story/200883.html +++ b/docs/story/200883.html @@ -11,6 +11,14 @@

    1章/バトルADV/G1209_BTLキャメリアード電撃戦_導入

    View script in lua + + + + + + + + @@ -70,5 +78,13 @@

    1章/バトルADV/G1209_BTLキャメリアード電撃戦_導入

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    (かげ)る時間は終わりだぜ
    101037002
    【ラシア・アスカロン】
    我らがローマ!
    この五体、死しても眠らず!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200884.html b/docs/story/200884.html index ac0685491..0b5d3e1f9 100644 --- a/docs/story/200884.html +++ b/docs/story/200884.html @@ -11,6 +11,14 @@

    1章/サブクエ/ギネヴィアのお使い_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/ギネヴィアのお使い_受注

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    お姉ちゃんに教えてもらいながら
    洗濯に挑戦してみたんだけど
    101011001
    【ギネヴィア】
    ねえ、探してきてもらえない?
    たぶん食堂の前あたりに落ちてると思うのよね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200885.html b/docs/story/200885.html index a6a1691e5..a6f561833 100644 --- a/docs/story/200885.html +++ b/docs/story/200885.html @@ -11,9 +11,25 @@

    1章/サブクエ/ギネヴィアのお使い_進行1

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「取れてしまったボタン」を見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200886.html b/docs/story/200886.html index e69b6dc84..82c2fd3b4 100644 --- a/docs/story/200886.html +++ b/docs/story/200886.html @@ -11,6 +11,14 @@

    1章/サブクエ/ギネヴィアのお使い_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/ギネヴィアのお使い_完了

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    そうそう、これこれ!
    101011001
    【ギネヴィア】
    なんにしても、見つけてきてくれてありがとう
    これはお礼ね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200887.html b/docs/story/200887.html index 7b71a169e..3e5d3ed3b 100644 --- a/docs/story/200887.html +++ b/docs/story/200887.html @@ -11,6 +11,14 @@

    1章/サブクエ/ティルフィングのお使い_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/ティルフィングのお使い_受注

    + + + + + + + +
    Load
    Play
    101001001
    【ティルフィング】
    …何度探してもカバンには入っていない
    ここに来る途中でどこかで落とした…?
    101001001
    【ティルフィング】
    落とし場所は、おそらく
    マーケットからここに至るまでのどこかかと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200888.html b/docs/story/200888.html index 8d45658be..576dd0cc7 100644 --- a/docs/story/200888.html +++ b/docs/story/200888.html @@ -11,9 +11,25 @@

    1章/サブクエ/ティルフィングのお使い_進行1

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「ぎっしり詰まったケーキ箱」を見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200889.html b/docs/story/200889.html index efabb40dd..f1971119d 100644 --- a/docs/story/200889.html +++ b/docs/story/200889.html @@ -11,6 +11,14 @@

    1章/サブクエ/ティルフィングのお使い_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/ティルフィングのお使い_完了

    + + + + + + + +
    Load
    Play
    101001001
    【ティルフィング】
    ああ、これです!実は学園の女の子たちが
    新作スイーツの話をしているのを耳にしまして
    101001001
    【ティルフィング】
    あの!今日は本当にありがとうございました
    こちら、大したものではありませんがお礼です
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200890.html b/docs/story/200890.html index b2945a089..963dbae30 100644 --- a/docs/story/200890.html +++ b/docs/story/200890.html @@ -11,6 +11,14 @@

    1章/サブクエ/ランスロットのお使い_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/ランスロットのお使い_受注

    + + + + + + + +
    Load
    Play
    101010001
    【ランスロット】
    ノワール
    頼みごとをしてもいいだろうか?
    101010001
    【ランスロット】
    ログレス居住区にいる職人に
    修繕を依頼してきてほしいんだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200891.html b/docs/story/200891.html index 10c1c572b..2d79d93f5 100644 --- a/docs/story/200891.html +++ b/docs/story/200891.html @@ -11,6 +11,14 @@

    1章/サブクエ/ランスロットのお使い_進行1

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/ランスロットのお使い_進行1

    + + + + + + + +
    Load
    Play
    【職人】
    ランスロット卿からの依頼?
    ああ、鞭の修繕だね。承るよ
    【(ナレーション)】
    「ランスロット愛用のムチ」を渡した!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200892.html b/docs/story/200892.html index 3816c1fef..8e94f985f 100644 --- a/docs/story/200892.html +++ b/docs/story/200892.html @@ -11,6 +11,14 @@

    1章/サブクエ/ランスロットのお使い_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/ランスロットのお使い_完了

    + + + + + + + +
    Load
    Play
    101010001
    【ランスロット】
    職人に届けてくれたんだな
    ありがとう
    101010001
    【ランスロット】
    今後もずっと大切にしていこうと思っている
    …おっと、すまない。これは今回の礼だ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200893.html b/docs/story/200893.html index a3f8fdad5..dc8b0196f 100644 --- a/docs/story/200893.html +++ b/docs/story/200893.html @@ -11,6 +11,14 @@

    1章/サブクエ/ディナタンのお使い_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/ディナタンのお使い_受注

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    少し前に『連鎖する幸運』所属の子が
    ケガをして療養院に治療に来たんだけど
    101012001
    【ディナタン】
    今、ちょうどその薬を持ってるから
    私の代わりに渡してきてくれない?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200894.html b/docs/story/200894.html index d4b3cf4f8..a840b1af1 100644 --- a/docs/story/200894.html +++ b/docs/story/200894.html @@ -11,6 +11,14 @@

    1章/サブクエ/ディナタンのお使い_進行1

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/ディナタンのお使い_進行1

    + + + + + + + +
    Load
    Play
    【元気な男子生徒】
    薬を持ってきてくれたのか?わざわざゴメンな
    でも、実はもうすっかり治っちゃったんだよ
    【(ナレーション)】
    「キズによく効く薬」は不要だったようだ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200895.html b/docs/story/200895.html index e5c683ca3..4d05afaf6 100644 --- a/docs/story/200895.html +++ b/docs/story/200895.html @@ -11,6 +11,14 @@

    1章/サブクエ/ディナタンのお使い_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/ディナタンのお使い_完了

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    えっ、もう治っちゃってたの?
    この前はだいぶ痛そうな顔してたのに…驚き
    101012001
    【ディナタン】
    兄さん、お願いを聞いてくれてありがとう!
    はいこれ、お礼!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200896.html b/docs/story/200896.html index bb79c0e21..6d3feac1d 100644 --- a/docs/story/200896.html +++ b/docs/story/200896.html @@ -11,6 +11,14 @@

    1章/サブクエ/アーサーのお使い_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/アーサーのお使い_受注

    + + + + + + + +
    Load
    Play
    101015001
    【アーサー】
    ノワール、ちょっといいか?
    お前を騎士と見込んで頼みごとがあるんだ
    101015001
    【アーサー】
    だから、この手紙をマーケットにある
    ホットドッグ屋の親父さんに届けてくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200897.html b/docs/story/200897.html index bd42651b7..72437a8b1 100644 --- a/docs/story/200897.html +++ b/docs/story/200897.html @@ -11,6 +11,14 @@

    1章/サブクエ/アーサーのお使い_進行1

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/アーサーのお使い_進行1

    + + + + + + + +
    Load
    Play
    【ホットドッグ屋の主人】
    アーサー様からおいらに手紙だって?
    …ふぅむ…なるほど、すぐに仕入れないとな
    【(ナレーション)】
    「ホットドッグ屋への手紙」を渡した!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200898.html b/docs/story/200898.html index ba90cabd1..0f76e83e9 100644 --- a/docs/story/200898.html +++ b/docs/story/200898.html @@ -11,6 +11,14 @@

    1章/サブクエ/アーサーのお使い_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/アーサーのお使い_完了

    + + + + + + + +
    Load
    Play
    101015001
    【アーサー】
    行ってきてくれたか
    それで親父さんはなんだって?
    101015001
    【アーサー】
    …ん?ああ、こっちのことだ、気にしないでくれ
    それよりも、これは礼だ。取っておいてほしい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200899.html b/docs/story/200899.html index 3b1330e56..ca8db8cc2 100644 --- a/docs/story/200899.html +++ b/docs/story/200899.html @@ -11,6 +11,14 @@

    1章/サブクエ/ガウェインのお使い_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/ガウェインのお使い_受注

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    おっ、ノワール
    ちょうどいいところに!
    101013001
    【ガウェイン】
    悪いんだけど遺跡前まで
    取りに行ってきてもらえねーかな?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200900.html b/docs/story/200900.html index 1ddd7c91a..39c57e1d7 100644 --- a/docs/story/200900.html +++ b/docs/story/200900.html @@ -11,9 +11,25 @@

    1章/サブクエ/ガウェインのお使い_進行1

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「磯の香りが漂うバーベキュー用品」を
    見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200901.html b/docs/story/200901.html index 33353c8ce..2210f4f48 100644 --- a/docs/story/200901.html +++ b/docs/story/200901.html @@ -11,6 +11,14 @@

    1章/サブクエ/ガウェインのお使い_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/ガウェインのお使い_完了

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    おう、これこれ!
    近々コーンウォールの海に釣りに行くんだけどよ
    101013001
    【ガウェイン】
    今日はサンキューな、ノワール
    今度時間があったらお前も釣りに誘うからよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200902.html b/docs/story/200902.html index e8dc82ca9..1170d5b5f 100644 --- a/docs/story/200902.html +++ b/docs/story/200902.html @@ -11,6 +11,14 @@

    1章/サブクエ/トリスタンのお使い_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/トリスタンのお使い_受注

    + + + + + + + +
    Load
    Play
    101014001
    【トリスタン】
    ねえ、キミ、どうせヒマでしょ?
    ひとつ頼まれてくれる?
    101014001
    【トリスタン】
    ちょっと描いてみたんだ
    これを大聖堂内の隅に立てかけてきてよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200903.html b/docs/story/200903.html index db7f1b984..cfe1ca64f 100644 --- a/docs/story/200903.html +++ b/docs/story/200903.html @@ -11,9 +11,25 @@

    1章/サブクエ/トリスタンのお使い_進行1

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「トリスタンが描いた風景画」を立てかけた
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200904.html b/docs/story/200904.html index 5ac70d764..2d811366e 100644 --- a/docs/story/200904.html +++ b/docs/story/200904.html @@ -11,6 +11,14 @@

    1章/サブクエ/トリスタンのお使い_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/トリスタンのお使い_完了

    + + + + + + + +
    Load
    Play
    101014001
    【トリスタン】
    お疲れ様。意外に段取り良かったじゃない
    これが報酬だよ
    101014001
    【トリスタン】
    じゃあ自分で持っていけばよかった…って?
    嫌だよ。ボクが頼まれたのは絵を描くことだもの
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200905.html b/docs/story/200905.html index 707431e55..e66baed33 100644 --- a/docs/story/200905.html +++ b/docs/story/200905.html @@ -11,6 +11,14 @@

    1章/サブクエ/パーシヴァルのお使い_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/パーシヴァルのお使い_受注

    + + + + + + + +
    Load
    Play
    101026001
    【パーシヴァル】
    常々思っているのだがね
    キミはぼくの家系について知らなさすぎる
    101026001
    【パーシヴァル】
    よし、ひとつ任務を与えよう。大図書院に行き
    「妖精を護る一族」という本を読んできたまえ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200906.html b/docs/story/200906.html index 1d2145f28..c9ad93c64 100644 --- a/docs/story/200906.html +++ b/docs/story/200906.html @@ -11,9 +11,25 @@

    1章/サブクエ/パーシヴァルのお使い_進行1

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「妖精を護る一族」をざっと読んだ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200907.html b/docs/story/200907.html index 45e64ffcb..23bd43f23 100644 --- a/docs/story/200907.html +++ b/docs/story/200907.html @@ -11,6 +11,14 @@

    1章/サブクエ/パーシヴァルのお使い_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/パーシヴァルのお使い_完了

    + + + + + + + +
    Load
    Play
    101026001
    【パーシヴァル】
    お帰り
    どうだい?ぼくがいかに優れた血統かわかっ…
    101026001
    【パーシヴァル】
    やれやれ…
    任務を達成したのだから報酬は渡すけどね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200908.html b/docs/story/200908.html index d745d0c85..ed3d2b696 100644 --- a/docs/story/200908.html +++ b/docs/story/200908.html @@ -11,6 +11,14 @@

    1章/サブクエ/モルドレッドのお使い_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/モルドレッドのお使い_受注

    + + + + + + + +
    Load
    Play
    101022001
    【モルドレッド】
    オイ、継承者
    クラリスのヤツが落とし物をしやがってよ
    101022001
    【モルドレッド】
    次に学園の講堂で財布
    最後に学園2F北側の廊下でメガネ。この3つだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200909.html b/docs/story/200909.html index 5c7d3ac5c..d77c1cc17 100644 --- a/docs/story/200909.html +++ b/docs/story/200909.html @@ -11,9 +11,25 @@

    1章/サブクエ/モルドレッドのお使い_進行1

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「肉が多めの買い物袋」を手に入れた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200910.html b/docs/story/200910.html index 535892bc5..bd5dbbfa4 100644 --- a/docs/story/200910.html +++ b/docs/story/200910.html @@ -11,9 +11,25 @@

    1章/サブクエ/モルドレッドのお使い_進行2

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「質素だけどかわいいサイフ」を手に入れた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200911.html b/docs/story/200911.html index 6c207a918..068e6bbba 100644 --- a/docs/story/200911.html +++ b/docs/story/200911.html @@ -11,9 +11,25 @@

    1章/サブクエ/モルドレッドのお使い_進行3

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「丁寧に手入れされたメガネ」を手に入れた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200912.html b/docs/story/200912.html index 1ec5edeca..9a6ae898e 100644 --- a/docs/story/200912.html +++ b/docs/story/200912.html @@ -11,6 +11,14 @@

    1章/サブクエ/モルドレッドのお使い_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/モルドレッドのお使い_完了

    + + + + + + + +
    Load
    Play
    101022001
    【モルドレッド】
    …買い物袋、サイフ、メガネ
    よし、全部そろってる
    101022001
    【モルドレッド】
    …なんだァ、そのカオは?
    なにかしてもらったンなら礼はする。当然だろ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200913.html b/docs/story/200913.html index 634a3d5be..914c43002 100644 --- a/docs/story/200913.html +++ b/docs/story/200913.html @@ -11,6 +11,14 @@

    1章/サブクエ/ガレスのお使い_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/ガレスのお使い_受注

    + + + + + + + +
    Load
    Play
    101032001
    【ガレス】
    今日はお弁当の出前の注文が殺到しててさ
    ノワール、手伝ってくれないか?
    101032001
    【ガレス】
    それから学園1F東側にいる貴族の人と~
    西側にいる生徒だ。よろしくな♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200914.html b/docs/story/200914.html index 227b5313e..d5d3ebf2f 100644 --- a/docs/story/200914.html +++ b/docs/story/200914.html @@ -11,6 +11,14 @@

    1章/サブクエ/ガレスのお使い_進行1

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/ガレスのお使い_進行1

    + + + + + + + +
    Load
    Play
    【男子生徒】
    弁当を届けてくれたのか
    すまんな
    【(ナレーション)】
    「ガレス特製お弁当」を1つ渡した!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200915.html b/docs/story/200915.html index 9ca5b863d..3e876b9cc 100644 --- a/docs/story/200915.html +++ b/docs/story/200915.html @@ -11,6 +11,14 @@

    1章/サブクエ/ガレスのお使い_進行2

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/ガレスのお使い_進行2

    + + + + + + + +
    Load
    Play
    【貴族】
    おお、これがウワサの特製弁当か
    一度食べてみたかったのだよ
    【(ナレーション)】
    「ガレス特製お弁当」を1つ渡した!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200916.html b/docs/story/200916.html index cbde00211..43f804432 100644 --- a/docs/story/200916.html +++ b/docs/story/200916.html @@ -11,6 +11,14 @@

    1章/サブクエ/ガレスのお使い_進行3

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/ガレスのお使い_進行3

    + + + + + + + +
    Load
    Play
    【女子生徒】
    待ってました、ガレスちゃんのお弁当~!
    もうお腹ペコペコだったのよ
    【(ナレーション)】
    「ガレス特製お弁当」を1つ渡した!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200917.html b/docs/story/200917.html index 08439027a..273985851 100644 --- a/docs/story/200917.html +++ b/docs/story/200917.html @@ -11,6 +11,14 @@

    1章/サブクエ/ガレスのお使い_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/ガレスのお使い_完了

    + + + + + + + +
    Load
    Play
    101032001
    【ガレス】
    ノワール
    デリバリーお疲れ様だ~♪
    101032001
    【ガレス】
    お給料…じゃない、報酬も用意しといたからな
    またなにかあったらよろしく~!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200918.html b/docs/story/200918.html index 842646ea4..48e7b87ac 100644 --- a/docs/story/200918.html +++ b/docs/story/200918.html @@ -11,6 +11,14 @@

    1章/サブクエ/クレアのお使い_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/クレアのお使い_受注

    + + + + + + + +
    Load
    Play
    101025001
    【クレア】
    マーケットの宝石屋で窃盗事件があったらしいの
    捜査を手伝ってもらえないかしら?
    101025001
    【クレア】
    容疑者は『遥か望む剣』所属の男子生徒
    1F廊下にいる女子生徒、2F廊下の貴族よ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200919.html b/docs/story/200919.html index 5eaf48bfb..2e2d93dfb 100644 --- a/docs/story/200919.html +++ b/docs/story/200919.html @@ -11,6 +11,14 @@

    1章/サブクエ/クレアのお使い_進行1

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/クレアのお使い_進行1

    + + + + + + + +
    Load
    Play
    【容疑のかかった男子生徒】
    窃盗事件があった当日になにしてたかって?
    たしか、大図書院で勉強してたかな
    【(ナレーション)】
    容疑者のひとりからアリバイを聞いた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200920.html b/docs/story/200920.html index 05d3b202f..b34e5b348 100644 --- a/docs/story/200920.html +++ b/docs/story/200920.html @@ -11,6 +11,14 @@

    1章/サブクエ/クレアのお使い_進行2

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/クレアのお使い_進行2

    + + + + + + + +
    Load
    Play
    【容疑のかかった女子生徒】
    窃盗事件があった日にやってたこと~?
    同じクラスの子たちと買い物に行ったよ
    【(ナレーション)】
    容疑者のひとりからアリバイを聞いた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200921.html b/docs/story/200921.html index f0c2f927b..950debd11 100644 --- a/docs/story/200921.html +++ b/docs/story/200921.html @@ -11,6 +11,14 @@

    1章/サブクエ/クレアのお使い_進行3

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/クレアのお使い_進行3

    + + + + + + + +
    Load
    Play
    【容疑のかかった貴族】
    なにっ?窃盗事件になにをしていたか、だと?
    そ、そんなことお前には関係ないだろう!!
    【(ナレーション)】
    容疑者のひとりからアリバイを聞いた…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200922.html b/docs/story/200922.html index eee958016..8856daeba 100644 --- a/docs/story/200922.html +++ b/docs/story/200922.html @@ -11,6 +11,14 @@

    1章/サブクエ/クレアのお使い_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/クレアのお使い_完了

    + + + + + + + +
    Load
    Play
    101025001
    【クレア】
    話を聞いてきてくれたのね
    それで、3人はなんて言ってたのかしら
    101025001
    【クレア】
    ありがとう、ノワール
    報酬を用意しておいたから、受け取って
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200923.html b/docs/story/200923.html index a63e06fe9..5eedce2df 100644 --- a/docs/story/200923.html +++ b/docs/story/200923.html @@ -11,6 +11,14 @@

    1章/サブクエ/エレインのお使い_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/エレインのお使い_受注

    + + + + + + + +
    Load
    Play
    101030001
    【エレイン】
    先輩!いつもお世話になっているお礼に
    お兄ちゃんに贈り物をしようと思っているんです
    101030001
    【エレイン】
    いい草花が見つからなくて…
    前庭あたりで探すのを手伝っていただけませんか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200924.html b/docs/story/200924.html index 4f230bcde..4226bfbc2 100644 --- a/docs/story/200924.html +++ b/docs/story/200924.html @@ -11,9 +11,25 @@

    1章/サブクエ/エレインのお使い_進行1

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「四つ葉のクローバー」を見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200925.html b/docs/story/200925.html index d40fa722c..6c6395f7c 100644 --- a/docs/story/200925.html +++ b/docs/story/200925.html @@ -11,6 +11,14 @@

    1章/サブクエ/エレインのお使い_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/エレインのお使い_完了

    + + + + + + + +
    Load
    Play
    101030001
    【エレイン】
    わっ、四つ葉のクローバー!?
    これを栞にしてあげたらお兄ちゃんも喜びます!
    101030001
    【エレイン】
    い、今のは気にしないでください!独り言です!
    さっそく押し花にしてみますね。それでは!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200926.html b/docs/story/200926.html index 841bbdb26..e85da6e90 100644 --- a/docs/story/200926.html +++ b/docs/story/200926.html @@ -11,6 +11,14 @@

    1章/サブクエ/フレンのお使い_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/フレンのお使い_受注

    + + + + + + + +
    Load
    Play
    101039001
    【フレン】
    ノワールくん、大変なんだ!
    ウッチーが逃げ出しちゃったんだよ!
    101039001
    【フレン】
    校舎の外、そんなに遠くない場所にいると思うの
    探すのを手伝って!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200927.html b/docs/story/200927.html index 9acb3a96f..bafd47a59 100644 --- a/docs/story/200927.html +++ b/docs/story/200927.html @@ -11,9 +11,25 @@

    1章/サブクエ/フレンのお使い_進行1

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「小鳥のウッチー」をつかまえた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200928.html b/docs/story/200928.html index c0c3b3f43..7932a3e29 100644 --- a/docs/story/200928.html +++ b/docs/story/200928.html @@ -11,6 +11,14 @@

    1章/サブクエ/フレンのお使い_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/フレンのお使い_完了

    + + + + + + + +
    Load
    Play
    101039001
    【フレン】
    あっ、ウッチー!
    ノワールくん、つかまえてきてくれたんだね
    101039001
    【フレン】
    なにはともあれ、ウッチーが無事でよかった~
    ノワールくん、本当にありがとう!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200929.html b/docs/story/200929.html index 77ec0e3c7..19fcfdb08 100644 --- a/docs/story/200929.html +++ b/docs/story/200929.html @@ -11,6 +11,14 @@

    1章/サブクエ/ラシアのお使い_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/ラシアのお使い_受注

    + + + + + + + +
    Load
    Play
    101037001
    【ラシア】
    新しいヨーグルトを試作していたんですけど
    途中で材料が足りなくなってしまって…
    101037001
    【ラシア】
    必要なのは新鮮な牛乳とローマ産オレンジです
    よろしくお願いします
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200930.html b/docs/story/200930.html index 5e9aba600..a13c68137 100644 --- a/docs/story/200930.html +++ b/docs/story/200930.html @@ -11,6 +11,14 @@

    1章/サブクエ/ラシアのお使い_進行1

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/ラシアのお使い_進行1

    + + + + + + + +
    Load
    Play
    【店員】
    新鮮な牛乳がほしいのかい?
    ちょうど今いいのが入ったばかりだよ、ほら!
    【(ナレーション)】
    「新鮮な牛乳」を手に入れた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200931.html b/docs/story/200931.html index 5c9a8c25c..6e0adbd42 100644 --- a/docs/story/200931.html +++ b/docs/story/200931.html @@ -11,6 +11,14 @@

    1章/サブクエ/ラシアのお使い_進行2

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/ラシアのお使い_進行2

    + + + + + + + +
    Load
    Play
    【店員】
    オレンジといってもいろいろ種類があるけど…
    ローマ産?ああ、それならこれがオススメかな
    【(ナレーション)】
    「ローマ産オレンジ」を手に入れた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200932.html b/docs/story/200932.html index 1ecc05a3f..a2a8270ff 100644 --- a/docs/story/200932.html +++ b/docs/story/200932.html @@ -11,6 +11,14 @@

    1章/サブクエ/ラシアのお使い_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/ラシアのお使い_完了

    + + + + + + + +
    Load
    Play
    101037001
    【ラシア】
    ノワール、おかえりなさい
    突然お使いを頼んでしまってごめんなさい…
    101037001
    【ラシア】
    ノワールにもあとでご馳走しますね
    今日は本当にありがとう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200933.html b/docs/story/200933.html index 72161543b..5fe28c5b0 100644 --- a/docs/story/200933.html +++ b/docs/story/200933.html @@ -11,6 +11,14 @@

    1章/サブクエ/ガラハッドのお使い_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/ガラハッドのお使い_受注

    + + + + + + + +
    Load
    Play
    101028001
    【ガラハッド】
    ノワール、気づいているか?
    講堂に備え付けの椅子のいくつかが壊れかけてる
    101028001
    【ガラハッド】
    大工房へ行ってハンマーと釘を調達してきてくれ
    ハンマーはなるべく大振りのもので頼む
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200934.html b/docs/story/200934.html index 2e4927aa5..4489e1fc7 100644 --- a/docs/story/200934.html +++ b/docs/story/200934.html @@ -11,6 +11,14 @@

    1章/サブクエ/ガラハッドのお使い_進行1

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/サブクエ/ガラハッドのお使い_進行1

    + + + + + + + +
    Load
    Play
    【大工房の店員】
    釘と大振りのハンマー?なんで大振りが必要だ?
    ああ、ガラハッドちゃんが使うのか、なるほどね
    【(ナレーション)】
    「大振りのハンマーと釘」を手に入れた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200935.html b/docs/story/200935.html index d62684792..36181688b 100644 --- a/docs/story/200935.html +++ b/docs/story/200935.html @@ -11,6 +11,14 @@

    1章/サブクエ/ガラハッドのお使い_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/ガラハッドのお使い_完了

    + + + + + + + +
    Load
    Play
    101028001
    【ガラハッド】
    調達してきてくれたか、すまない
    …ん?ハンマーが大振りである必要は何故か?
    101028001
    【ガラハッド】
    お、おっと!修繕を急がなくてはならないな
    ノワール、これは今回の礼だ。取っておいてくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200936.html b/docs/story/200936.html index 076036ea1..e176b9070 100644 --- a/docs/story/200936.html +++ b/docs/story/200936.html @@ -11,6 +11,14 @@

    1章/サブクエ/エクセリアのお使い_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/エクセリアのお使い_受注

    + + + + + + + +
    Load
    Play
    101034001
    【エクセリア】
    ねえ、ノワール
    少し頭の体操はいかがかしら?
    101034001
    【エクセリア】
    ヒント1「東西にのびる長い道」
    ヒント2「湖の底」。さて、わかるかしら?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200937.html b/docs/story/200937.html index fd5c55323..352f3cfd7 100644 --- a/docs/story/200937.html +++ b/docs/story/200937.html @@ -11,9 +11,25 @@

    1章/サブクエ/エクセリアのお使い_進行1

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「『正解』と書かれた紙片」を見つけた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200938.html b/docs/story/200938.html index 95acf0e8f..c4cdd3651 100644 --- a/docs/story/200938.html +++ b/docs/story/200938.html @@ -11,6 +11,14 @@

    1章/サブクエ/エクセリアのお使い_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/エクセリアのお使い_完了

    + + + + + + + +
    Load
    Play
    101034001
    【エクセリア】
    おかえりなさい
    ふふっ、ちょっと簡単すぎたかしら?
    101034001
    【エクセリア】
    機会があれば、また問題を考えてあげるわ
    楽しみにしていてね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200939.html b/docs/story/200939.html index 0392d1c74..a146cf8e7 100644 --- a/docs/story/200939.html +++ b/docs/story/200939.html @@ -11,6 +11,14 @@

    1章/サブクエ/リリアーナのお使い_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/リリアーナのお使い_受注

    + + + + + + + +
    Load
    Play
    101035001
    【リリアーナ】
    あの…ノワールさん
    野菜の収穫を手伝っていただけないでしょうか?
    101035001
    【リリアーナ】
    そろそろ収穫できそうなんです
    お手すきの際にでもよろしくお願いいたします
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200940.html b/docs/story/200940.html index 0af30563a..0d3ddf437 100644 --- a/docs/story/200940.html +++ b/docs/story/200940.html @@ -11,9 +11,25 @@

    1章/サブクエ/リリアーナのお使い_進行1

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「リリアーナの育てた野菜」を収穫した!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200941.html b/docs/story/200941.html index f21352794..2147da8de 100644 --- a/docs/story/200941.html +++ b/docs/story/200941.html @@ -11,9 +11,25 @@

    1章/サブクエ/リリアーナのお使い_進行2

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「リリアーナの育てた野菜」を収穫した!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200942.html b/docs/story/200942.html index b0ea98be3..1b654173e 100644 --- a/docs/story/200942.html +++ b/docs/story/200942.html @@ -11,9 +11,25 @@

    1章/サブクエ/リリアーナのお使い_進行3

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「リリアーナの育てた野菜」を収穫した!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200943.html b/docs/story/200943.html index f1d15f55a..0cb6cc924 100644 --- a/docs/story/200943.html +++ b/docs/story/200943.html @@ -11,6 +11,14 @@

    1章/サブクエ/リリアーナのお使い_完了

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/リリアーナのお使い_完了

    + + + + + + + +
    Load
    Play
    101035001
    【リリアーナ】
    行ってきてくれたんですね
    ノワールさん、ありがとうございます!
    101035001
    【リリアーナ】
    それでは、こちらが今回のお礼です
    機会が合ったら、私の野菜も食べてみて下さいね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200944.html b/docs/story/200944.html index 5e1b3999d..8fd11e5d2 100644 --- a/docs/story/200944.html +++ b/docs/story/200944.html @@ -11,6 +11,14 @@

    1章/サブクエ/ギネヴィアのバトル_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/ギネヴィアのバトル_受注

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    7月にルーシャスに頼まれて
    鉱山に巣食うバルバロイを一掃したじゃない?
    101011001
    【ギネヴィア】
    キャメリアードにいた頃に仲良くしてた人も
    被害にあったっていうし、懲らしめに行きましょ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200945.html b/docs/story/200945.html index b09d8d4c9..88f8f6407 100644 --- a/docs/story/200945.html +++ b/docs/story/200945.html @@ -11,6 +11,18 @@

    1章/サブクエ/ギネヴィアのバトル_完了

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/サブクエ/ギネヴィアのバトル_完了

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    お疲れ様~!あのね、報酬をもらったときに
    鉱山近くに住んでる人が言ってたんだけど
    101011001
    【ギネヴィア】
    あの鉱山になにかあるのかしらね…?
    定期的に見回りに行ってみることにするわ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200946.html b/docs/story/200946.html index 5bbad3ef2..a50fbf1e0 100644 --- a/docs/story/200946.html +++ b/docs/story/200946.html @@ -11,6 +11,14 @@

    1章/サブクエ/ティルフィングのバトル_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/ティルフィングのバトル_受注

    + + + + + + + +
    Load
    Play
    101001001
    【ティルフィング】
    マスター。先日より
    キャメリアード城から不穏な気配を感じます
    101001001
    【ティルフィング】
    もちろん私もお供いたしますので
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200947.html b/docs/story/200947.html index 218c025c0..2cd04d36e 100644 --- a/docs/story/200947.html +++ b/docs/story/200947.html @@ -11,6 +11,18 @@

    1章/サブクエ/ティルフィングのバトル_完了

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/サブクエ/ティルフィングのバトル_完了

    + + + + + + + +
    template1
    Load
    Play
    101001001
    【ティルフィング】
    バルバロイたちは、このキャメリアードの地に
    残った力を求めてやってきたのか
    101001001
    【ティルフィング】
    あぁ、すみません。お気になさらないでください
    マスター、今日はお疲れ様でした
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200948.html b/docs/story/200948.html index a7b0a6494..30d840ccd 100644 --- a/docs/story/200948.html +++ b/docs/story/200948.html @@ -11,6 +11,14 @@

    1章/サブクエ/ランスロットのバトル_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/ランスロットのバトル_受注

    + + + + + + + +
    Load
    Play
    101010001
    【ランスロット】
    カレドニア軍の残党が人質をとり
    カレドニア城に立てこもっているらしい
    101010001
    【ランスロット】
    卑劣な輩を放っておくわけにはいかない
    ノワール、討伐に付き合ってくれないか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200949.html b/docs/story/200949.html index 823ab8f9f..444280ba6 100644 --- a/docs/story/200949.html +++ b/docs/story/200949.html @@ -11,6 +11,18 @@

    1章/サブクエ/ランスロットのバトル_完了

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/サブクエ/ランスロットのバトル_完了

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    ノワール、同行に感謝する
    おかげで人質たちも無事だったようだ
    101010001
    【ランスロット】
    誰よりも潔癖たれ、と師匠に教わったからな
    俺からお前に同じことを教えたい…それだけさ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200950.html b/docs/story/200950.html index 12a80670d..8ef8793cd 100644 --- a/docs/story/200950.html +++ b/docs/story/200950.html @@ -11,6 +11,14 @@

    1章/サブクエ/ディナタンのバトル_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/ディナタンのバトル_受注

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    ねえ、兄さん
    ロジーの里まで付き合ってくれない?
    101012001
    【ディナタン】
    気持ちをリフレッシュするためにも
    たまの帰省はいいと思うんだよね。どうかな?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200951.html b/docs/story/200951.html index fb2e6841f..ab0ddecb5 100644 --- a/docs/story/200951.html +++ b/docs/story/200951.html @@ -11,6 +11,18 @@

    1章/サブクエ/ディナタンのバトル_完了

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/サブクエ/ディナタンのバトル_完了

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    ふう、これで安心かな
    …しばらくは、かもだけど
    101012001
    【ディナタン】
    よく頑張ってるね?シャキッとしなさい?
    なんにしても味方になってくれるよね…きっと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200952.html b/docs/story/200952.html index f3d78877d..559a8f387 100644 --- a/docs/story/200952.html +++ b/docs/story/200952.html @@ -11,6 +11,14 @@

    1章/サブクエ/アーサーのバトル_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/アーサーのバトル_受注

    + + + + + + + +
    Load
    Play
    101015001
    【アーサー】
    ノワール
    少し手を貸してもらえないか
    101015001
    【アーサー】
    島のあちこちで被害が出ている
    急いで討伐しなければならん
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200953.html b/docs/story/200953.html index 8315ce66f..9d0dee7d0 100644 --- a/docs/story/200953.html +++ b/docs/story/200953.html @@ -11,6 +11,18 @@

    1章/サブクエ/アーサーのバトル_完了

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/サブクエ/アーサーのバトル_完了

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    なんとか討伐できたが
    コロッサスを自由に操るとは、ローマは侮れんな
    101015001
    【アーサー】
    いかん、王が弱気になっては兵の士気に影響する
    ノワールを見習い、前を向いていかねばな!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200954.html b/docs/story/200954.html index 364f3f478..0b8fc51f2 100644 --- a/docs/story/200954.html +++ b/docs/story/200954.html @@ -11,6 +11,14 @@

    1章/サブクエ/ガウェインのバトル_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/ガウェインのバトル_受注

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    ノワール!
    これからモルドレッドのヤツと決闘なんだ
    101013001
    【ガウェイン】
    付き合ってくれるよな?
    ダチだもんな、俺ら!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200955.html b/docs/story/200955.html index 7be71bc93..d6bb0603c 100644 --- a/docs/story/200955.html +++ b/docs/story/200955.html @@ -11,6 +11,18 @@

    1章/サブクエ/ガウェインのバトル_完了

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/サブクエ/ガウェインのバトル_完了

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    よっしゃ、俺らの勝ちだ!
    ノワール、付き合ってくれてありがとな
    101013001
    【ガウェイン】
    アイツなりにこの国のこと考えてるのは知ってる
    …でもよ、俺としても譲れねえことがあんだよな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200956.html b/docs/story/200956.html index 774fcb67d..710aa9e3c 100644 --- a/docs/story/200956.html +++ b/docs/story/200956.html @@ -11,6 +11,14 @@

    1章/サブクエ/トリスタンのバトル_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/トリスタンのバトル_受注

    + + + + + + + +
    Load
    Play
    101014001
    【トリスタン】
    あのさ
    ちょっとイゾルデのお使いで
    101014001
    【トリスタン】
    荷物持ちとして付き合ってよ
    報酬は支払うからさ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200957.html b/docs/story/200957.html index ca31f76cb..e1d6d1a3c 100644 --- a/docs/story/200957.html +++ b/docs/story/200957.html @@ -11,6 +11,18 @@

    1章/サブクエ/トリスタンのバトル_完了

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/サブクエ/トリスタンのバトル_完了

    + + + + + + + +
    template1
    Load
    Play
    101014001
    【トリスタン】
    やれやれ。張り合いがなさすぎても嫌だけど
    戦いはなるべく短時間で終わらせたいもんだよね
    101014001
    【トリスタン】
    さて、じゃあ頼まれた薬草を採って帰ろう
    報酬はこれでいいかい?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200958.html b/docs/story/200958.html index 539644b38..9e0b2dd54 100644 --- a/docs/story/200958.html +++ b/docs/story/200958.html @@ -11,6 +11,14 @@

    1章/サブクエ/パーシヴァルのバトル_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/パーシヴァルのバトル_受注

    + + + + + + + +
    Load
    Play
    101026001
    【パーシヴァル】
    このあいだは、ぼくが果てなき森で
    ヴォールスが滅びた都の案内をしたがね
    101026001
    【パーシヴァル】
    さあ、案内したまえ!
    滅びた都まで行ってやろうじゃないか!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200959.html b/docs/story/200959.html index 5c97b0ed0..07bc2bd52 100644 --- a/docs/story/200959.html +++ b/docs/story/200959.html @@ -11,6 +11,18 @@

    1章/サブクエ/パーシヴァルのバトル_完了

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/サブクエ/パーシヴァルのバトル_完了

    + + + + + + + +
    template1
    Load
    Play
    101026001
    【パーシヴァル】
    どうだい?
    言ったとおり、滅びた都にたどり着けただろう?
    101026001
    【パーシヴァル】
    うむ。なかなか楽しい小旅行になったよ
    キミには褒美をとらせないといけないね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200960.html b/docs/story/200960.html index fac13cf4c..55955cc79 100644 --- a/docs/story/200960.html +++ b/docs/story/200960.html @@ -11,6 +11,14 @@

    1章/サブクエ/モルドレッドのバトル_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/モルドレッドのバトル_受注

    + + + + + + + +
    Load
    Play
    101022001
    【モルドレッド】
    よう。てめえ、前にロンディニウムの城で
    ローマの皇太子とやり合ったらしいじゃねえか
    101022001
    【モルドレッド】
    ロンディニウムの連中には事前に話しといた
    訓練の一環として、てめえも付き合え
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200961.html b/docs/story/200961.html index 8a6e0b24d..e9b7e6bad 100644 --- a/docs/story/200961.html +++ b/docs/story/200961.html @@ -11,6 +11,18 @@

    1章/サブクエ/モルドレッドのバトル_完了

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/サブクエ/モルドレッドのバトル_完了

    + + + + + + + +
    template1
    Load
    Play
    101022001
    【モルドレッド】
    ハッ!
    常勝と名高いローマの兵士もこんなもんか
    101022001
    【モルドレッド】
    ま、てめえの実力を見極めるいい機会だったがよ
    …ってことで帰るか。オツカレサン
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200962.html b/docs/story/200962.html index ed82fb043..574029b12 100644 --- a/docs/story/200962.html +++ b/docs/story/200962.html @@ -11,6 +11,14 @@

    1章/サブクエ/ガレスのバトル_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/ガレスのバトル_受注

    + + + + + + + +
    Load
    Play
    101032001
    【ガレス】
    グラストンベリーの契約農家さんから
    いつも野菜や果物を仕入れてるんだけど
    101032001
    【ガレス】
    ノワール、よかったら
    退治に行くのに付き合ってくれないか~?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200963.html b/docs/story/200963.html index 2da6798f8..d4e0261eb 100644 --- a/docs/story/200963.html +++ b/docs/story/200963.html @@ -11,6 +11,18 @@

    1章/サブクエ/ガレスのバトル_完了

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/サブクエ/ガレスのバトル_完了

    + + + + + + + +
    template1
    Load
    Play
    101032001
    【ガレス】
    ノワール、今日はありがとうな
    農家さんも喜んでたぞ♪
    101032001
    【ガレス】
    早く世界を平和にしてやらないとな
    頼んだぞ、継承者~♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200964.html b/docs/story/200964.html index 637170956..fdb3d9e83 100644 --- a/docs/story/200964.html +++ b/docs/story/200964.html @@ -11,6 +11,14 @@

    1章/サブクエ/クレアのバトル_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/クレアのバトル_受注

    + + + + + + + +
    Load
    Play
    101025001
    【クレア】
    ノワール
    また捜査の手伝いを頼めるかしら
    101025001
    【クレア】
    あなたはあの森に行ったことがあるでしょう
    道案内してちょうだい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200965.html b/docs/story/200965.html index 3582c19f7..888a522cf 100644 --- a/docs/story/200965.html +++ b/docs/story/200965.html @@ -11,6 +11,18 @@

    1章/サブクエ/クレアのバトル_完了

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/サブクエ/クレアのバトル_完了

    + + + + + + + +
    template1
    Load
    Play
    101025001
    【クレア】
    …やはり犯人は魔物にやられてしまったようね
    詳しく話を聞けなかったのは残念だけれど
    101025001
    【クレア】
    一応は事件解決よ
    さっそく依頼主に報告してこないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200966.html b/docs/story/200966.html index 38f0a8ba3..9d1abfbce 100644 --- a/docs/story/200966.html +++ b/docs/story/200966.html @@ -11,6 +11,14 @@

    1章/サブクエ/エレインのバトル_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/エレインのバトル_受注

    + + + + + + + +
    Load
    Play
    101030001
    【エレイン】
    先輩。今度、リムニーナ村を
    じっくり案内していただけませんか?
    101030001
    【エレイン】
    おふたりがどんな場所で
    どんな目的でGSしたのかを知りたいんです
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200967.html b/docs/story/200967.html index 4138c0de3..fe40263cb 100644 --- a/docs/story/200967.html +++ b/docs/story/200967.html @@ -11,6 +11,18 @@

    1章/サブクエ/エレインのバトル_完了

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/サブクエ/エレインのバトル_完了

    + + + + + + + +
    template1
    Load
    Play
    101030001
    【エレイン】
    ふう
    これで全部退治できたでしょうか?
    101030001
    【エレイン】
    守っていきたいですね
    これからもずっと…ずっと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200968.html b/docs/story/200968.html index 061f7a3ad..f457c886f 100644 --- a/docs/story/200968.html +++ b/docs/story/200968.html @@ -11,6 +11,14 @@

    1章/サブクエ/フレンのバトル_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/フレンのバトル_受注

    + + + + + + + +
    Load
    Play
    101039001
    【フレン】
    この前ローラから
    武術の成績があんまり良くないって相談されてね
    101039001
    【フレン】
    ノワールくん、よかったら
    私のチームメンバーとして模擬戦に参加してよ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200969.html b/docs/story/200969.html index c160f9eb9..3ca03e425 100644 --- a/docs/story/200969.html +++ b/docs/story/200969.html @@ -11,6 +11,18 @@

    1章/サブクエ/フレンのバトル_完了

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/サブクエ/フレンのバトル_完了

    + + + + + + + +
    template1
    Load
    Play
    101039001
    【フレン】
    ロ、ローラってば、どこが成績よくないの…?
    私よりぜんぜん動けてる気がしたんだけど…!
    101039001
    【フレン】
    ひょっとしたらノワールくんも気づいてた?
    もう!みんな本当に優しいんだから。ありがとね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200970.html b/docs/story/200970.html index 8ce098f50..75a441fe0 100644 --- a/docs/story/200970.html +++ b/docs/story/200970.html @@ -11,6 +11,14 @@

    1章/サブクエ/ラシアのバトル_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/ラシアのバトル_受注

    + + + + + + + +
    Load
    Play
    101037001
    【ラシア】
    ログレス兵の一部がアーサー王の側につこうと
    港町サンダーンに集まっているそうなんです
    101037001
    【ラシア】
    住人たちを戦いに巻き込みたくはありません
    サンダーンまで付き合っていただけませんか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200971.html b/docs/story/200971.html index d47dadf7f..4edc93193 100644 --- a/docs/story/200971.html +++ b/docs/story/200971.html @@ -11,6 +11,18 @@

    1章/サブクエ/ラシアのバトル_完了

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/サブクエ/ラシアのバトル_完了

    + + + + + + + +
    template1
    Load
    Play
    101037001
    【ラシア】
    やりすぎてしまっていないか心配ですけど
    みなさん、これで話を聞いてくれるでしょう
    101037001
    【ラシア】
    苦しい状況でも、何が正しいのかを見極めないと
    きっとヴェルナルス様もそう仰るはずです
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200972.html b/docs/story/200972.html index 86475ba96..15b3eb1a7 100644 --- a/docs/story/200972.html +++ b/docs/story/200972.html @@ -11,6 +11,14 @@

    1章/サブクエ/ガラハッドのバトル_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/ガラハッドのバトル_受注

    + + + + + + + +
    Load
    Play
    101028001
    【ガラハッド】
    ノワール
    剣の祭壇へ連れて行ってもらえないだろうか
    101028001
    【ガラハッド】
    参考までに
    この学園のみなが儀式を行う地を見てみたい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200973.html b/docs/story/200973.html index 3f4cfb9f2..8e532548f 100644 --- a/docs/story/200973.html +++ b/docs/story/200973.html @@ -11,6 +11,18 @@

    1章/サブクエ/ガラハッドのバトル_完了

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/サブクエ/ガラハッドのバトル_完了

    + + + + + + + +
    template1
    Load
    Play
    101028001
    【ガラハッド】
    儀式の地には
    キラーズやバイブスの候補生らが集まる
    101028001
    【ガラハッド】
    戦いが落ち着いたら
    コルベニック城の周りも見回らないとな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200974.html b/docs/story/200974.html index bbc50e401..ee3cccf0e 100644 --- a/docs/story/200974.html +++ b/docs/story/200974.html @@ -11,6 +11,14 @@

    1章/サブクエ/エクセリアのバトル_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/エクセリアのバトル_受注

    + + + + + + + +
    Load
    Play
    101034001
    【エクセリア】
    ノワール、しばらく留守にしていいかしら?
    聖杯(コルベニック)城にいるアダンから連絡が入ったの
    101034001
    【エクセリア】
    退治に行こうと思って…えっ?
    付き合ってくれるの?それはとても助かるわ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200975.html b/docs/story/200975.html index 7d8833780..246ef1fbb 100644 --- a/docs/story/200975.html +++ b/docs/story/200975.html @@ -11,6 +11,18 @@

    1章/サブクエ/エクセリアのバトル_完了

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/サブクエ/エクセリアのバトル_完了

    + + + + + + + +
    template1
    Load
    Play
    101034001
    【エクセリア】
    聖杯伝承のせいかしら
    聖杯城には財宝が眠るなんて噂が広まっていてね
    101034001
    【エクセリア】
    だから私たちはこの港町を監視している
    これもその一環。手伝ってくれたこと感謝するわ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200976.html b/docs/story/200976.html index 61cf3aee5..21252dbf7 100644 --- a/docs/story/200976.html +++ b/docs/story/200976.html @@ -11,6 +11,14 @@

    1章/サブクエ/リリアーナのバトル_受注

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/サブクエ/リリアーナのバトル_受注

    + + + + + + + +
    Load
    Play
    101035001
    【リリアーナ】
    ノワールさん、あの…
    カーライル城まで付き合っていただけませんか?
    101035001
    【リリアーナ】
    おっ、お時間があるときで結構ですから!
    よっ、よろしくお願い、しますっ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200977.html b/docs/story/200977.html index 746068cdb..408209050 100644 --- a/docs/story/200977.html +++ b/docs/story/200977.html @@ -11,6 +11,18 @@

    1章/サブクエ/リリアーナのバトル_完了

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    1章/サブクエ/リリアーナのバトル_完了

    + + + + + + + +
    template1
    Load
    Play
    101035001
    【リリアーナ】
    マターヤがいうには
    カーライル城は力場のひとつなんだそうです
    101035001
    【リリアーナ】
    ノワールさん、今日はありがとうございました
    一緒に来てくれて、あの…すごく心強かったです
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200978.html b/docs/story/200978.html index 5973f630c..350799554 100644 --- a/docs/story/200978.html +++ b/docs/story/200978.html @@ -11,6 +11,18 @@

    1章/メイン/試験1

    試験用

    View script in lua + + + + + + + + + + + + @@ -36,81 +48,165 @@

    1章/メイン/試験1

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -130,5 +226,13 @@

    1章/メイン/試験1

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    これより学科試験を開始する
    【第1問】
    GS(ゲシュタルト・シフト)を果たしたバイブスと
    キラーズはどのような関係か答えよ
    101009002
    【(選択肢)】
    1. 信頼関係
    2. 恋愛関係
    3. 主従関係
    Block1_1
    101009002
    【ノワール】
    答えはこれだな
    次の問題は…
    Block1_2
    101009002
    【ノワール】
    答えはこれだな
    次の問題は…
    Block1_3
    101009002
    【ノワール】
    答えはこれだな
    次の問題は…
    Block1end
    【第2問】
    キラーズはなにを力に変えて
    バルバロイと戦っているか答えよ
    101009002
    【(選択肢)】
    1. 記憶
    Block2_1
    101009002
    【ノワール】
    これ、かな…?
    次の問題は…
    Block2_2
    101009002
    【ノワール】
    これ、かな…?
    次の問題は…
    Block2_3
    101009002
    【ノワール】
    これ、かな…?
    次の問題は…
    Block2end
    【第3問】
    GSを済ませたあとの
    バイブスの別称とはなにか
    101009002
    【(選択肢)】
    1. マスター
    2. ご主人様
    3. リーダー
    Block3_1
    101009002
    【ノワール】
    うーん…多分これ、かな
    次の問題は…
    Block3_2
    101009002
    【ノワール】
    うーん…多分これ、かな
    次の問題は…
    Block3_3
    101009002
    【ノワール】
    うーん…多分これ、かな
    次の問題は…
    Block3end
    【第4問】
    ブリテン島の南西部にある
    ローマの都の名称を答えよ
    101009002
    【(選択肢)】
    1. ロンディウム
    2. ロンディニウム
    3. カレドニア
    Block4_1
    101009002
    【ノワール】
    …よし
    今日の試験はこれで全部みたいだな
    Block4_2
    101009002
    【ノワール】
    …よし
    今日の試験はこれで全部みたいだな
    Block4_3
    101009002
    【ノワール】
    …よし
    今日の試験はこれで全部みたいだな
    Block4end
    101010001
    【ランスロット】
    そこまで
    101009002
    【ノワール】
    なんというか…これはマズイ気がするな
    明日の試験は万全の態勢で臨まないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200979.html b/docs/story/200979.html index 955a42c12..d9df34c89 100644 --- a/docs/story/200979.html +++ b/docs/story/200979.html @@ -11,6 +11,18 @@

    1章/メイン/試験2

    試験用

    View script in lua + + + + + + + + + + + + @@ -26,81 +38,165 @@

    1章/メイン/試験2

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -120,5 +216,13 @@

    1章/メイン/試験2

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    それでは学科試験2日目を開始する
    始め
    【第1問】
    バルバロイの生態として
    正しいものはどれか
    101009002
    【(選択肢)】
    1. 記憶を食べない
    2. 普通の武器で倒せない
    3. 自我を持っている
    Block1_1
    101009002
    【ノワール】
    うん、これだろう
    次の問題は…
    Block1_2
    101009002
    【ノワール】
    うん、これだろう
    次の問題は…
    Block1_3
    101009002
    【ノワール】
    うん、これだろう
    次の問題は…
    Block1end
    【第2問】
    『きょうぼうしょう』の
    正しい書きかたはどれか
    101009002
    【(選択肢)】
    1. 狂忘症
    2. 凶暴症
    3. 狂暴症
    Block2_1
    101009002
    【ノワール】
    これは授業でやったような気がするな
    次の問題は…
    Block2_2
    101009002
    【ノワール】
    これは授業でやったような気がするな
    次の問題は…
    Block2_3
    101009002
    【ノワール】
    これは授業でやったような気がするな
    次の問題は…
    Block2end
    【第3問】
    バルバロイに憑かれた場合に起こるものとして
    正しくないものはどれか
    101009002
    【(選択肢)】
    1. 憑かれた者の存在が失われる
    2. 過去に行ける
    3. バルバロイの力を得られる
    Block3_1
    101009002
    【ノワール】
    俺の記憶が確かなら、これだ
    次の問題は…
    Block3_2
    101009002
    【ノワール】
    俺の記憶が確かなら、これだ
    次の問題は…
    Block3_3
    101009002
    【ノワール】
    俺の記憶が確かなら、これだ
    次の問題は…
    Block3end
    【第4問】
    「魔女」とはどんな存在か答えよ
    101009002
    【(選択肢)】
    1. バルバロイの下位種
    2. 千年を生きた魔法使い
    3. バルバロイの上位種
    Block4_1
    101009002
    【ノワール】
    ふう
    これで全部終わったみたいだな
    Block4_2
    101009002
    【ノワール】
    ふう
    これで全部終わったみたいだな
    Block4_3
    101009002
    【ノワール】
    ふう
    これで全部終わったみたいだな
    Block4end
    101010001
    【ランスロット】
    そこまで
    101009002
    【ノワール】
    結果は後日発表なのか…
    今日サッパリだったし、見たくないなあ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200980.html b/docs/story/200980.html index 3bb95f537..0da4fcb32 100644 --- a/docs/story/200980.html +++ b/docs/story/200980.html @@ -11,6 +11,22 @@

    1章/メイン/試験結果1

    試験用

    View script in lua + + + + + + + + + + + + + + + + @@ -70,5 +86,13 @@

    1章/メイン/試験結果1

    + + + + + + + +
    template1
    template2
    Load
    Play
    101010001
    【ランスロット】
    これから試験の答案を返却する
    101009002
    【ノワール】
    ありがとう、ギネヴィア
    それじゃあ遠慮なくいただくよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200981.html b/docs/story/200981.html index 01e29377c..310c4432e 100644 --- a/docs/story/200981.html +++ b/docs/story/200981.html @@ -11,6 +11,22 @@

    1章/メイン/試験結果2

    試験用

    View script in lua + + + + + + + + + + + + + + + + @@ -70,5 +86,13 @@

    1章/メイン/試験結果2

    + + + + + + + +
    template1
    template2
    Load
    Play
    101010001
    【ランスロット】
    これから試験の答案を返却する
    101009002
    【ノワール】
    そっか、じゃあありがたく貰っておくよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200982.html b/docs/story/200982.html index 6f73fa438..ddbb13258 100644 --- a/docs/story/200982.html +++ b/docs/story/200982.html @@ -11,6 +11,22 @@

    1章/メイン/試験結果3

    試験用

    View script in lua + + + + + + + + + + + + + + + + @@ -70,5 +86,13 @@

    1章/メイン/試験結果3

    + + + + + + + +
    template1
    template2
    Load
    Play
    101010001
    【ランスロット】
    これから試験の答案を返却する
    101009002
    【ノワール】
    はいはい
    いつも感謝してますよ、ご主人様
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200983.html b/docs/story/200983.html index 60653742f..7af7e4a76 100644 --- a/docs/story/200983.html +++ b/docs/story/200983.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_001

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/談話室_001

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    兄さん…最近眠れてなさそうだね
    101012001
    【ディナタン】
    ふふ。おやすみ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200984.html b/docs/story/200984.html index 75c811ec2..d723d63d8 100644 --- a/docs/story/200984.html +++ b/docs/story/200984.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_002

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_002

    + + + + + + + +
    Load
    Play
    101068001
    【ウレリー】
    教えてあげる!
    この談話室では談話することができるよ!
    101009002
    【ノワール】
    談話室には入りきらないな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200985.html b/docs/story/200985.html index 1b51f2c18..272aabd0b 100644 --- a/docs/story/200985.html +++ b/docs/story/200985.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_003

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_003

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    ふぁ…ねみィ
    101009002
    【ノワール】
    そうか…肝に銘じておくよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200986.html b/docs/story/200986.html index 6a80ae4ad..23160368d 100644 --- a/docs/story/200986.html +++ b/docs/story/200986.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_004

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_004

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ランスロット…先生
    101009002
    【ノワール】
    わかってるよ
    あんたもディナタンも、俺を子ども扱いして…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200987.html b/docs/story/200987.html index 7604c49b0..61e3f630a 100644 --- a/docs/story/200987.html +++ b/docs/story/200987.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_005

    View script in lua + + + + + + + + @@ -140,5 +148,13 @@

    1章/能動会話/談話室_005

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    あれ?ギネヴィアに…侍女さん
    なんでここに?
    101009002
    【ノワール】
    ちゃんと顔を上げて、前に進まないと
    不格好なコート(ラ・コート・マルタイユ)』の連中に示しがつかないから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200988.html b/docs/story/200988.html index 83dfc1eef..283780e37 100644 --- a/docs/story/200988.html +++ b/docs/story/200988.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_006

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_006

    + + + + + + + +
    Load
    Play
    101001001
    【ティルフィング】
    マスター
    101001001
    【ティルフィング】
    私のことはお構いなく
    学園でのご活躍を祈っています。マスター
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200989.html b/docs/story/200989.html index 2e7be6b5e..4037530b1 100644 --- a/docs/story/200989.html +++ b/docs/story/200989.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_007

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_007

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ギネヴィア…王妃の部屋はこの宿舎じゃなくて
    王城にあるんじゃないのか?
    101011001
    【ギネヴィア】
    ああっ
    あとちょっとで侍女が迎えに来ちゃう…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200990.html b/docs/story/200990.html index 44e0f41c8..81dd67033 100644 --- a/docs/story/200990.html +++ b/docs/story/200990.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_008

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_008

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ふたりでなにを?
    101012001
    【ディナタン】
    お願いね、ふたりとも
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200991.html b/docs/story/200991.html index 5e5b6120c..d3eeb7644 100644 --- a/docs/story/200991.html +++ b/docs/story/200991.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_009

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_009

    + + + + + + + +
    Load
    Play
    101018001
    【ラグネル】
    いや、だからね?
    そうじゃなくて、こう。わかる?
    101013001
    【ガウェイン】
    よ、よし!やってやるぜ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200992.html b/docs/story/200992.html index fa0bc9b99..bb571e035 100644 --- a/docs/story/200992.html +++ b/docs/story/200992.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_010

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/談話室_010

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ディナタン…
    最近、なにかそわそわしてないか?
    101012001
    【ディナタン】
    私…兄さんには
    ゆっくり休んでほしいから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200993.html b/docs/story/200993.html index d21906931..e7615eeb2 100644 --- a/docs/story/200993.html +++ b/docs/story/200993.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_011

    View script in lua + + + + + + + + @@ -75,5 +83,13 @@

    1章/能動会話/談話室_011

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    兄さん、おかえり~
    …あれ?なんかちょっと疲れてる?
    101009002
    【ノワール】
    …確かに
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200994.html b/docs/story/200994.html index ff683f030..1d932aab1 100644 --- a/docs/story/200994.html +++ b/docs/story/200994.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_012

    View script in lua + + + + + + + + @@ -100,5 +108,13 @@

    1章/能動会話/談話室_012

    + + + + + + + +
    Load
    Play
    101001001
    【ティルフィング】
    こんばんは、マスター
    101001001
    【ティルフィング】
    アナタが呼びかけに応えてくれたことで
    世界が先へ進める可能性が産まれたのですから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200995.html b/docs/story/200995.html index 53993a4e4..84a4e8a40 100644 --- a/docs/story/200995.html +++ b/docs/story/200995.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_013

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_013

    + + + + + + + +
    Load
    Play
    101017001
    【マルディサント】
    101009002
    【ノワール】
    (な、なんだ、この子…!?)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200996.html b/docs/story/200996.html index 3cbfb6c98..f20f7b5a3 100644 --- a/docs/story/200996.html +++ b/docs/story/200996.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_014

    View script in lua + + + + + + + + @@ -90,5 +98,13 @@

    1章/能動会話/談話室_014

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    兄さん、知ってた?
    101012001
    【ディナタン】
    あははっ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200997.html b/docs/story/200997.html index 85eb4fa2e..6381af3b7 100644 --- a/docs/story/200997.html +++ b/docs/story/200997.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_015

    View script in lua + + + + + + + + @@ -120,5 +128,13 @@

    1章/能動会話/談話室_015

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    よう、ノワール!
    101013001
    【ガウェイン】
    なんで?なんで!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200998.html b/docs/story/200998.html index f8a6e1575..315cf9835 100644 --- a/docs/story/200998.html +++ b/docs/story/200998.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_016

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_016

    + + + + + + + +
    Load
    Play
    101001001
    【ティルフィング】
    お疲れ様です、マスター
    101009002
    【ノワール】
    (余計なことを言って困らせちゃったかな…?)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/200999.html b/docs/story/200999.html index 32d9885a6..770521225 100644 --- a/docs/story/200999.html +++ b/docs/story/200999.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_017

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_017

    + + + + + + + +
    Load
    Play
    101040001
    【ケイ】
    ずいぶんとゆっくりなのだな
    101040001
    【ケイ】
    せいぜい頑張るのだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201000.html b/docs/story/201000.html index 049ab1386..a4aa61d54 100644 --- a/docs/story/201000.html +++ b/docs/story/201000.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_018

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_018

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    ね。ノワール
    わたし、どこか変わったと思わない?
    101011001
    【ギネヴィア】
    お祭りが近いからねっ
    にっしっし…♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201001.html b/docs/story/201001.html index 81d09a398..ad24e56e9 100644 --- a/docs/story/201001.html +++ b/docs/story/201001.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_019

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/談話室_019

    + + + + + + + +
    Load
    Play
    101001001
    【ティルフィング】
    学園内が色めき立っていますね
    101001001
    【ティルフィング】
    この街はそれを知っているのでしょうね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201002.html b/docs/story/201002.html index 4772332fc..00e683c08 100644 --- a/docs/story/201002.html +++ b/docs/story/201002.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_020

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_020

    + + + + + + + +
    Load
    Play
    101014001
    【トリスタン】
    調子はどう?
    101014001
    【トリスタン】
    じゃあね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201003.html b/docs/story/201003.html index 9e704738b..b94715e7f 100644 --- a/docs/story/201003.html +++ b/docs/story/201003.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_021

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_021

    + + + + + + + +
    Load
    Play
    101019001
    【イゾルデ】
    こんばんは、転校生
    五月祭を楽しむ準備はできていて?
    101019001
    【イゾルデ】
    からかわないで
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201004.html b/docs/story/201004.html index d0b1e7002..406160c4a 100644 --- a/docs/story/201004.html +++ b/docs/story/201004.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_022

    View script in lua + + + + + + + + @@ -85,5 +93,13 @@

    1章/能動会話/談話室_022

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    よぉ、転校生
    101009002
    【ノワール】
    わかった。そうさせてもらうよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201005.html b/docs/story/201005.html index 1818dab3d..a7601492b 100644 --- a/docs/story/201005.html +++ b/docs/story/201005.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_023

    View script in lua + + + + + + + + @@ -70,5 +78,13 @@

    1章/能動会話/談話室_023

    + + + + + + + +
    Load
    Play
    101063001
    【クリスティーナ】
    あら、ノワールちゃんじゃない
    101009002
    【ノワール】
    (ま、まもらなきゃ、ぜったい…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201006.html b/docs/story/201006.html index 6e79396f5..f2bcbaaec 100644 --- a/docs/story/201006.html +++ b/docs/story/201006.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_024

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_024

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    なあに、兄さん。なにか聞きたそうだね
    五月女王のこと?
    101009002
    【ノワール】
    そういうのって…なんだ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201007.html b/docs/story/201007.html index 8ff580ead..770ac37c7 100644 --- a/docs/story/201007.html +++ b/docs/story/201007.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_025

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/談話室_025

    + + + + + + + +
    Load
    Play
    101019001
    【イゾルデ】
    こんばんは
    五月女王のお兄様
    101009002
    【ノワール】
    め、面倒くさくなってきたな
    五月女王イジリ…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201008.html b/docs/story/201008.html index f0db789eb..78d5fbd38 100644 --- a/docs/story/201008.html +++ b/docs/story/201008.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_026

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_026

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    なあ、ノワール
    ディナタンってあの後、なんともねえか?
    101013001
    【ガウェイン】
    いいって!
    騎士として当然の務めだろ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201009.html b/docs/story/201009.html index ba3cb2b1e..38e383ba6 100644 --- a/docs/story/201009.html +++ b/docs/story/201009.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_027

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_027

    + + + + + + + +
    Load
    Play
    101065001
    【キッス】
    あら、ラビットちゃん♪
    どうしてこんなところに~?
    101065001
    【キッス】
    ラビットちゃんとも
    太ォ~いお付き合いを続けたいわ♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201010.html b/docs/story/201010.html index 96b251f8c..15544900f 100644 --- a/docs/story/201010.html +++ b/docs/story/201010.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_028

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_028

    + + + + + + + +
    Load
    Play
    101020001
    【マーリン】
    ノワール様、夜分に失礼いたします
    101020001
    【マーリン】
    …失礼。今日のことは
    私とあなただけの秘密にしてくださいね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201011.html b/docs/story/201011.html index f3898d628..7ab15bd8c 100644 --- a/docs/story/201011.html +++ b/docs/story/201011.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_029

    View script in lua + + + + + + + + @@ -80,5 +88,13 @@

    1章/能動会話/談話室_029

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    あら、栄えある五月女王のお兄様じゃない
    101009002
    【ノワール】
    あ、ああ…わかった
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201012.html b/docs/story/201012.html index 15b7f8557..cec027919 100644 --- a/docs/story/201012.html +++ b/docs/story/201012.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_030

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_030

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    聞いたよ、兄さん
    101012001
    【ディナタン】
    …わかった
    気を付けて行ってきてね、兄さん
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201013.html b/docs/story/201013.html index 14e180423..eece49f7a 100644 --- a/docs/story/201013.html +++ b/docs/story/201013.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_031

    View script in lua + + + + + + + + @@ -80,5 +88,13 @@

    1章/能動会話/談話室_031

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    おーい、ディナタ…
    101009002
    【ノワール】
    (…大丈夫そうだな)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201014.html b/docs/story/201014.html index 267887b7b..2efb6738b 100644 --- a/docs/story/201014.html +++ b/docs/story/201014.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_032

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_032

    + + + + + + + +
    Load
    Play
    【キュー】
    ノワール卿!自己紹介をさせてください!
    【キュー】
    高嶺の花は、麓の影から見上げるが
    凡人である我らが定めゆえ!以上!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201015.html b/docs/story/201015.html index 62c7049da..1284f9e70 100644 --- a/docs/story/201015.html +++ b/docs/story/201015.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_033

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_033

    + + + + + + + +
    Load
    Play
    101066001
    【ブレイズ】
    おおノワール。探しておったぞ
    101066001
    【ブレイズ】
    彼女の心労はわかる
    となれば我らは支えるだけ。頼んだぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201016.html b/docs/story/201016.html index 987775279..06bf350aa 100644 --- a/docs/story/201016.html +++ b/docs/story/201016.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_034

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_034

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    …あの、ギネヴィアの様子は
    101009002
    【ノワール】
    …出来るかぎりのことをします
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201017.html b/docs/story/201017.html index 47fa8899f..f8024c5a5 100644 --- a/docs/story/201017.html +++ b/docs/story/201017.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_035

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_035

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    はあ…
    101013001
    【ガウェイン】
    しんどくても…
    忘れたくないことってあるよな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201018.html b/docs/story/201018.html index 67c5a7c2c..1a41596cd 100644 --- a/docs/story/201018.html +++ b/docs/story/201018.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_036

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_036

    + + + + + + + +
    Load
    Play
    101001001
    【ティルフィング】
    極端な話となりますが
    101001001
    【ティルフィング】
    ですが、買い上げられた傭兵の務めを
    アナタはきっと人任せにできないでしょうね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201019.html b/docs/story/201019.html index 9a28ec713..6704de225 100644 --- a/docs/story/201019.html +++ b/docs/story/201019.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_037

    View script in lua + + + + + + + + @@ -75,5 +83,13 @@

    1章/能動会話/談話室_037

    + + + + + + + +
    Load
    Play
    101001001
    【ティルフィング】
    マスター
    先日の任務、お疲れ様でした
    101009002
    【ノワール】
    ありがとう
    頼りにしてるよ、ティルフィング
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201020.html b/docs/story/201020.html index ba7fe232d..61700194a 100644 --- a/docs/story/201020.html +++ b/docs/story/201020.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_038

    View script in lua + + + + + + + + @@ -110,5 +118,13 @@

    1章/能動会話/談話室_038

    + + + + + + + +
    Load
    Play
    101018001
    【ラグネル】
    うーん…
    101009002
    【ノワール】
    でも、ギネヴィアが
    少しでも元気になってくれるといいですね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201021.html b/docs/story/201021.html index 8edf6b8a4..0f95ae393 100644 --- a/docs/story/201021.html +++ b/docs/story/201021.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_039

    View script in lua + + + + + + + + @@ -75,5 +83,13 @@

    1章/能動会話/談話室_039

    + + + + + + + +
    Load
    Play
    101032001
    【コック】
    ノワール
    ちょうどいいところに来たな!
    101032001
    【コック】
    おっ、それはいいアイディアだな~♪
    あとで聞きに行ってみよう!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201022.html b/docs/story/201022.html index 4bbb60803..130f3941e 100644 --- a/docs/story/201022.html +++ b/docs/story/201022.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_040

    View script in lua + + + + + + + + @@ -70,5 +78,13 @@

    1章/能動会話/談話室_040

    + + + + + + + +
    Load
    Play
    101001001
    【ティルフィング】
    マスター、おかえりなさい
    101009002
    【ノワール】
    力になってやりたいんだ
    ギネヴィアの
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201023.html b/docs/story/201023.html index 45fb6fc4f..23c414f4c 100644 --- a/docs/story/201023.html +++ b/docs/story/201023.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_041

    View script in lua + + + + + + + + @@ -100,5 +108,13 @@

    1章/能動会話/談話室_041

    + + + + + + + +
    Load
    Play
    101040001
    【ケイ】
    帰ったか
    101009002
    【ノワール】
    ああ
    いわれなくても、そうするよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201024.html b/docs/story/201024.html index 9f9b75b2c..0f5cda823 100644 --- a/docs/story/201024.html +++ b/docs/story/201024.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_042

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_042

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    火あぶりは回避できたわね
    101011001
    【ギネヴィア】
    ………うん。うんっ…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201025.html b/docs/story/201025.html index bb009ab86..6f6300ef4 100644 --- a/docs/story/201025.html +++ b/docs/story/201025.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_043

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_043

    + + + + + + + +
    Load
    Play
    【キュー】
    ノワール卿!キューであります!
    ギネヴィア殿下親衛隊(ファンクラブ)No.9であります!
    101009002
    【ノワール】
    お断りします
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201026.html b/docs/story/201026.html index 125408419..9783ad7d0 100644 --- a/docs/story/201026.html +++ b/docs/story/201026.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_044

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_044

    + + + + + + + +
    Load
    Play
    101016001
    【ギネマウア】
    殿下の涙のお世話は大変だったでしょう
    お付き合いいただき、ありがとうございました
    101016001
    【ギネマウア】
    …さて。語ることがあれば、いずれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201027.html b/docs/story/201027.html index 144ba88b0..a25cc6f69 100644 --- a/docs/story/201027.html +++ b/docs/story/201027.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_045

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_045

    + + + + + + + +
    Load
    Play
    101032001
    【コック】
    え?
    毎日違うメニューを出す~?
    101032001
    【コック】
    む。きみがそうまで言うなら
    ちょっと頑張ってみようかな♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201028.html b/docs/story/201028.html index 50cf5e597..ce6e7c97d 100644 --- a/docs/story/201028.html +++ b/docs/story/201028.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_046

    View script in lua + + + + + + + + @@ -70,5 +78,13 @@

    1章/能動会話/談話室_046

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    頼む!代わってくれ!
    101014001
    【トリスタン】
    キミ、そんなにリンゴ好きだったっけ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201029.html b/docs/story/201029.html index 6991c4797..864452206 100644 --- a/docs/story/201029.html +++ b/docs/story/201029.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_047

    View script in lua + + + + + + + + @@ -95,5 +103,13 @@

    1章/能動会話/談話室_047

    + + + + + + + +
    Load
    Play
    101018001
    【ラグネル】
    お願い!代わって!
    101018001
    【ラグネル】
    ええーっ、イゾルデちゃんのイジワルー!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201030.html b/docs/story/201030.html index e327733c2..ea70b9349 100644 --- a/docs/story/201030.html +++ b/docs/story/201030.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_048

    View script in lua + + + + + + + + @@ -90,5 +98,13 @@

    1章/能動会話/談話室_048

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    クリスティーナさん?
    寮にいるなんて珍しいな
    101063001
    【クリスティーナ】
    意外に近くにいたりするかもしれないけどね
    ふふっ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201031.html b/docs/story/201031.html index f625334d3..32973aaf9 100644 --- a/docs/story/201031.html +++ b/docs/story/201031.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_049

    View script in lua + + + + + + + + @@ -75,5 +83,13 @@

    1章/能動会話/談話室_049

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    マルディサント
    今度行くグラストンベリーってどんなところ?
    101009002
    【ノワール】
    いいな!
    ぜひ頼むよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201032.html b/docs/story/201032.html index 5e1688a2a..ba4823cca 100644 --- a/docs/story/201032.html +++ b/docs/story/201032.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_050

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_050

    + + + + + + + +
    Load
    Play
    101014001
    【トリスタン】
    療養院の様子はどう?
    101019001
    【イゾルデ】
    …お前って、本当に素直な人間よね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201033.html b/docs/story/201033.html index cba3b5a8f..98e7739b3 100644 --- a/docs/story/201033.html +++ b/docs/story/201033.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_051

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_051

    + + + + + + + +
    Load
    Play
    101015001
    【アーサー】
    おかえり!
    今日も学業に励んでいたようだな。結構結構!
    101009002
    【ノワール】
    …ああ、任せてくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201034.html b/docs/story/201034.html index e0c2d311f..39d606372 100644 --- a/docs/story/201034.html +++ b/docs/story/201034.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_052

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_052

    + + + + + + + +
    Load
    Play
    101063001
    【クリスティーナ】
    あら、おかえりなさい。ノワールちゃん
    101009002
    【ノワール】
    ああ、ありがとう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201035.html b/docs/story/201035.html index 3e724aa47..a2f627fe2 100644 --- a/docs/story/201035.html +++ b/docs/story/201035.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_053

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_053

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    お、ノワール!
    101009002
    【ノワール】
    ああ、ふたりともよろしく頼む
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201036.html b/docs/story/201036.html index 70aa00bba..4a7d763d0 100644 --- a/docs/story/201036.html +++ b/docs/story/201036.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_054

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/談話室_054

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    あれ?あんたは…
    101009002
    【ノワール】
    今はないなあ
    考えておくよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201037.html b/docs/story/201037.html index b5b32ccb6..03d8b43e6 100644 --- a/docs/story/201037.html +++ b/docs/story/201037.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_055

    View script in lua + + + + + + + + @@ -80,5 +88,13 @@

    1章/能動会話/談話室_055

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ディナタン?
    どうしたんだ、まだ起きてるのか
    101009002
    【ノワール】
    ああ
    ちゃんと話をしないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201038.html b/docs/story/201038.html index a634f58a4..62c4bf76d 100644 --- a/docs/story/201038.html +++ b/docs/story/201038.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_056

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_056

    + + + + + + + +
    Load
    Play
    101032001
    【ガレス】
    う~ん、ほかにはないかなぁ
    どうせなら雰囲気変わるほうがいいし…
    101033001
    【リオネス】
    そして持っていくのはあたしだ!
    すごいだろ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201039.html b/docs/story/201039.html index 85ea92c36..4dcf4123e 100644 --- a/docs/story/201039.html +++ b/docs/story/201039.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_057

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_057

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    …ねえ、あなたバイブス学の課題終わった?
    101009002
    【ノワール】
    (ここで甘やかしちゃダメだな)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201040.html b/docs/story/201040.html index 807ba6d44..67c291a6e 100644 --- a/docs/story/201040.html +++ b/docs/story/201040.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_058

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_058

    + + + + + + + +
    Load
    Play
    401028001
    【おかみさん】
    おや、ノワールじゃないか!
    おかえり!
    101009002
    【ノワール】
    うん
    そうさせてもらうよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201041.html b/docs/story/201041.html index 5949c54eb..238e4d1ef 100644 --- a/docs/story/201041.html +++ b/docs/story/201041.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_059

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_059

    + + + + + + + +
    Load
    Play
    101001001
    【ティルフィング】
    …………
    101009002
    【ノワール】
    …どんな相手だろうと負けるつもりはないよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201042.html b/docs/story/201042.html index ed07b5f88..5a4de6206 100644 --- a/docs/story/201042.html +++ b/docs/story/201042.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_060

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_060

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    あいつらも帰ってきたし、
    ますます賑やかになるな!
    101009002
    【ノワール】
    そうだな
    機会があったら声かけてみるよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201043.html b/docs/story/201043.html index 43bba455d..df24ef250 100644 --- a/docs/story/201043.html +++ b/docs/story/201043.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_061

    View script in lua + + + + + + + + @@ -95,5 +103,13 @@

    1章/能動会話/談話室_061

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    ノワール、遅いじゃない
    寮に帰ってくるの、ずっと待ってたのよ
    101009002
    【ノワール】
    それに国民の安全も心配だよ
    手遅れになる前になんとかしないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201044.html b/docs/story/201044.html index f67ab945c..1b3cfdf62 100644 --- a/docs/story/201044.html +++ b/docs/story/201044.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_062

    View script in lua + + + + + + + + @@ -80,5 +88,13 @@

    1章/能動会話/談話室_062

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    トリスタン…
    こんな時間まで俺の監視か?
    101014001
    【トリスタン】
    せいぜい気を付けてね
    ボクの仕事は監視であって、護衛じゃないから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201045.html b/docs/story/201045.html index 91c949024..67d01c10a 100644 --- a/docs/story/201045.html +++ b/docs/story/201045.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_063

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_063

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    やべー…
    やべーことになったぜ、ノワール
    101009002
    【ノワール】
    (なんでキレられるんだ…?)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201046.html b/docs/story/201046.html index 8feb6ad07..444f643b6 100644 --- a/docs/story/201046.html +++ b/docs/story/201046.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_064

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/能動会話/談話室_064

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    大変…
    大変なことになったわ、ノワール
    101009002
    【ノワール】
    (だから
    なんでキレられるんだ…?)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201047.html b/docs/story/201047.html index 4a29a0766..8a62bd53b 100644 --- a/docs/story/201047.html +++ b/docs/story/201047.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_065

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/能動会話/談話室_065

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    兄さん
    試験があるって話だけど、勉強大丈夫?
    101009002
    【ノワール】
    ま、負けると決めつけるな!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201048.html b/docs/story/201048.html index f2c879b01..3a9802418 100644 --- a/docs/story/201048.html +++ b/docs/story/201048.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_066

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/談話室_066

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    ブライアンさん、大丈夫かな?
    お腹空かせてたりしないかな?
    101012001
    【ディナタン】
    うん!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201049.html b/docs/story/201049.html index dc353107a..82af843a2 100644 --- a/docs/story/201049.html +++ b/docs/story/201049.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_067

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/能動会話/談話室_067

    + + + + + + + +
    Load
    Play
    101014001
    【トリスタン】
    キミ、自分から
    ローマの皇太子に会いに行くって言ったけど
    101009002
    【ノワール】
    相変わらず厳しいな…
    そう返されるとは思ってたけどさ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201050.html b/docs/story/201050.html index c248eb520..10a7f1eca 100644 --- a/docs/story/201050.html +++ b/docs/story/201050.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_068

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_068

    + + + + + + + +
    Load
    Play
    101026001
    【パーシヴァル】
    やあ、新入りクン
    101026001
    【パーシヴァル】
    おおい!
    ぼくともなにか話していけ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201051.html b/docs/story/201051.html index f5ddc680d..13100dfd7 100644 --- a/docs/story/201051.html +++ b/docs/story/201051.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_069

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_069

    + + + + + + + +
    Load
    Play
    101027001
    【ディンドラン】
    さあ、パーシヴァル様
    夜の紅茶も終わりましたし、お休みの時間ですよ
    101009002
    【ノワール】
    (…なんか理不尽なやつだな…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201052.html b/docs/story/201052.html index e69b4fc46..a9ebd4eea 100644 --- a/docs/story/201052.html +++ b/docs/story/201052.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_070

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_070

    + + + + + + + +
    Load
    Play
    101025001
    【クレア】
    ………
    101009002
    【ノワール】
    (…悪い噂もあるのか…?
    というか、自己紹介してもらったっけ?)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201053.html b/docs/story/201053.html index e2c486ed8..806a49a75 100644 --- a/docs/story/201053.html +++ b/docs/story/201053.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_071

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_071

    + + + + + + + +
    Load
    Play
    101023001
    【クラリス】
    あ、ノワールくんです~
    おかえりなさい~
    101009002
    【ノワール】
    (モルくんって結局誰なんだ?)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201054.html b/docs/story/201054.html index 1291588a4..db6cb2212 100644 --- a/docs/story/201054.html +++ b/docs/story/201054.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_072

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_072

    + + + + + + + +
    Load
    Play
    101037001
    【ラシア】
    あ、ノワール
    こんばんは
    101009002
    【ノワール】
    なるほど、納得だ
    皇太子自ら留学に来るくらいだもんな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201055.html b/docs/story/201055.html index f8b17464e..18f7be404 100644 --- a/docs/story/201055.html +++ b/docs/story/201055.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_073

    View script in lua + + + + + + + + @@ -95,5 +103,13 @@

    1章/能動会話/談話室_073

    + + + + + + + +
    Load
    Play
    101039001
    【フレン】
    やっほー、ノワールくん
    101038001
    【ローラ】
    笑いごとじゃないよ、もう…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201056.html b/docs/story/201056.html index b050efe85..cff5ec68d 100644 --- a/docs/story/201056.html +++ b/docs/story/201056.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_074

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_074

    + + + + + + + +
    Load
    Play
    101001001
    【ティルフィング】
    お疲れ様です、マスター
    101009002
    【ノワール】
    ああ
    絶対にしなくちゃ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201057.html b/docs/story/201057.html index 3db57730a..d5a8a9486 100644 --- a/docs/story/201057.html +++ b/docs/story/201057.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_075

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_075

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    あらためて教えてほしいんだけど
    ローマってどんな国なんだ?
    101039001
    【フレン】
    そう?
    じゃあ、その時は案内してあげるね!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201058.html b/docs/story/201058.html index 34b823804..38c8cdc41 100644 --- a/docs/story/201058.html +++ b/docs/story/201058.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_076

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_076

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    結局…
    制服を着てくれてるんだな
    101028001
    【ガラハッド】
    …ああ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201059.html b/docs/story/201059.html index 362beac87..7e8c8ba94 100644 --- a/docs/story/201059.html +++ b/docs/story/201059.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_077

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_077

    + + + + + + + +
    Load
    Play
    101029001
    【アステラ】
    こんばんは、ノワール
    お元気~?
    101029001
    【アステラ】
    ちょっぴり不器用だけど、悪い子じゃないから
    よろしくね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201061.html b/docs/story/201061.html index 8ca5a2188..5b734a583 100644 --- a/docs/story/201061.html +++ b/docs/story/201061.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_079

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/談話室_079

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ヴェルナルス先生の課題
    ラシアは終わったか?
    101009002
    【ノワール】
    ははは、ありがと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201062.html b/docs/story/201062.html index 3ba385ce4..06361c58d 100644 --- a/docs/story/201062.html +++ b/docs/story/201062.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_080

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_080

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    コルベニック城か~
    名前だけは聞いてたけど
    101009002
    【ノワール】
    気合い入れていこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201063.html b/docs/story/201063.html index 9fe4f8159..490b85691 100644 --- a/docs/story/201063.html +++ b/docs/story/201063.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_081

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/能動会話/談話室_081

    + + + + + + + +
    Load
    Play
    101010001
    【ランスロット】
    お前と再び
    コルベニック城を訪れる時が来るとはな
    101010001
    【ランスロット】
    …そう、だな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201064.html b/docs/story/201064.html index 6790ce45b..8c9a7fdcd 100644 --- a/docs/story/201064.html +++ b/docs/story/201064.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_082

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/談話室_082

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    コルベニック城かぁ…
    懐かしいね、兄さん
    101012001
    【ディナタン】
    …うん、そうだね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201065.html b/docs/story/201065.html index 27bc0ccf6..864fbfef5 100644 --- a/docs/story/201065.html +++ b/docs/story/201065.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_083

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_083

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    あれ、マーリンさん?
    談話室にいるなんて珍しい
    101009002
    【ノワール】
    えっ…?
    は、はい、注意するようにします
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201066.html b/docs/story/201066.html index d31cb52f4..9ae81f41a 100644 --- a/docs/story/201066.html +++ b/docs/story/201066.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_084

    View script in lua + + + + + + + + @@ -100,5 +108,13 @@

    1章/能動会話/談話室_084

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ランスロット
    寮にいるなんて珍しいな
    101010001
    【ランスロット】
    …わかった。考えておく
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201067.html b/docs/story/201067.html index 052eade1b..239383fa0 100644 --- a/docs/story/201067.html +++ b/docs/story/201067.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_085

    View script in lua + + + + + + + + @@ -70,5 +78,13 @@

    1章/能動会話/談話室_085

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ティルフィング
    聞きたいことがあるんだ
    101001001
    【ティルフィング】
    はい、マスター
    微力ながら私もお力添え致します
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201068.html b/docs/story/201068.html index 368bbd5e9..797c41e2b 100644 --- a/docs/story/201068.html +++ b/docs/story/201068.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_086

    View script in lua + + + + + + + + @@ -100,5 +108,13 @@

    1章/能動会話/談話室_086

    + + + + + + + +
    Load
    Play
    101015001
    【アーサー】
    よう、ノワール!
    101009002
    【ノワール】
    (アーサーなりに
    元気づけに来てくれたんだろうな…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201069.html b/docs/story/201069.html index 63e5c8628..d38c6af72 100644 --- a/docs/story/201069.html +++ b/docs/story/201069.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_087

    View script in lua + + + + + + + + @@ -120,5 +128,13 @@

    1章/能動会話/談話室_087

    + + + + + + + +
    Load
    Play
    101022001
    【モルドレッド】
    よぉ、継承者
    暇そうにしてんじゃねぇか
    101009002
    【ノワール】
    (話、終わってない気がするけど…
    クラリスが切り上げさせてくれたのかな?)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201070.html b/docs/story/201070.html index ab24e756a..e04a3f9d1 100644 --- a/docs/story/201070.html +++ b/docs/story/201070.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_088

    View script in lua + + + + + + + + @@ -115,5 +123,13 @@

    1章/能動会話/談話室_088

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ガラハッドじゃないか
    それにアステラも
    101009002
    【ノワール】
    たはは…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201071.html b/docs/story/201071.html index c1fbe1ca4..d5c264bdc 100644 --- a/docs/story/201071.html +++ b/docs/story/201071.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_089

    View script in lua + + + + + + + + @@ -75,5 +83,13 @@

    1章/能動会話/談話室_089

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ルーシャス!?
    101051001
    【ルーシャス】
    ローマ皇太子にそんなものはいらん
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201072.html b/docs/story/201072.html index a5e9ff1e4..940733c43 100644 --- a/docs/story/201072.html +++ b/docs/story/201072.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_090

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/談話室_090

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ヴェルナルス先生がなんでここに?
    101009002
    【ノワール】
    はい?
    ありがとう、ございます
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201073.html b/docs/story/201073.html index 376f98275..29b39e5ab 100644 --- a/docs/story/201073.html +++ b/docs/story/201073.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_091

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/談話室_091

    + + + + + + + +
    Load
    Play
    101040001
    【ケイ】
    ………
    101009002
    【ノワール】
    ありがとう、行ってくるよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201074.html b/docs/story/201074.html index de32c5b76..1f86c4c36 100644 --- a/docs/story/201074.html +++ b/docs/story/201074.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_092

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_092

    + + + + + + + +
    Load
    Play
    101034001
    【エクセリア】
    座学のテキストに実戦演習のメニュー…
    すべての内容が理想的よ。申し分ないわ
    101009002
    【ノワール】
    (ガウェインには
    出会わせないようにしよう)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201075.html b/docs/story/201075.html index 8ec666ed8..6d51371b2 100644 --- a/docs/story/201075.html +++ b/docs/story/201075.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_093

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_093

    + + + + + + + +
    Load
    Play
    101035001
    【リリアーナ】
    ログレスは都会ですね…
    101009002
    【ノワール】
    ログレスだと、むしろそれは魅力的に映るかも
    俺が保証する。誇っていこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201076.html b/docs/story/201076.html index 22bf28cdc..dd7f6a3c4 100644 --- a/docs/story/201076.html +++ b/docs/story/201076.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_094

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_094

    + + + + + + + +
    Load
    Play
    101037001
    【ラシア】
    …ノワール
    聞いてもいいですか
    101037001
    【ラシア】
    本当のことというのは…
    当人に聞いてみなければわかりませんよね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201077.html b/docs/story/201077.html index 7a4f55394..6ce4cb20b 100644 --- a/docs/story/201077.html +++ b/docs/story/201077.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_095

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/談話室_095

    + + + + + + + +
    Load
    Play
    401029001
    【コック長】
    よう
    401029001
    【コック長】
    これからもお互い
    うめえメシ食うためにさ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201078.html b/docs/story/201078.html index 253714352..758b4948e 100644 --- a/docs/story/201078.html +++ b/docs/story/201078.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_096

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_096

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    あー、えと、ラヴェイン?
    あのさ、大丈夫か?いろいろ………
    101009002
    【ノワール】
    ………きっと、いたんだな
    責任感の強い代理(だれか)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201079.html b/docs/story/201079.html index c6d892e2c..02556be49 100644 --- a/docs/story/201079.html +++ b/docs/story/201079.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_097

    View script in lua + + + + + + + + @@ -70,5 +78,13 @@

    1章/能動会話/談話室_097

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    兄さん、あらためて
    GS(ゲシュタルト・シフト)の達成、おめでとう
    101009002
    【ノワール】
    ありがとう、ふたりとも
    これからもよろしく頼むよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201080.html b/docs/story/201080.html index c07c6fa9a..46518f0cc 100644 --- a/docs/story/201080.html +++ b/docs/story/201080.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_098

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_098

    + + + + + + + +
    Load
    Play
    【キュー】
    ノワール卿!キューであります!
    ご無沙汰しております!
    101009002
    【ノワール】
    …光栄の至りだよ。キュー
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201081.html b/docs/story/201081.html index 8281e0ca7..7922ec41d 100644 --- a/docs/story/201081.html +++ b/docs/story/201081.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_099

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_099

    + + + + + + + +
    Load
    Play
    101019001
    【イゾルデ】
    全部言わなきゃわからないのかしら
    101009002
    【ノワール】
    (イゾルデが振り回されているのを見るのは
    新鮮だな…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201082.html b/docs/story/201082.html index d0a243198..711ad9602 100644 --- a/docs/story/201082.html +++ b/docs/story/201082.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_100

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_100

    + + + + + + + +
    Load
    Play
    101031001
    【ラヴェイン】
    把握しました
    お時間をいただいてありがとうございます
    101009002
    【ノワール】
    (ラヴェイン…トリスタンより一枚上手だ)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201083.html b/docs/story/201083.html index 1c7aaf999..257b98c20 100644 --- a/docs/story/201083.html +++ b/docs/story/201083.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_101

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_101

    + + + + + + + +
    Load
    Play
    101020001
    【マーリン】
    第6の黄(ゲルプ・ゼクスト)──…グリートン
    101020001
    【マーリン】
    私も力を尽くします
    来たるべきときに備えて
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201084.html b/docs/story/201084.html index dfec3df98..56d25a053 100644 --- a/docs/story/201084.html +++ b/docs/story/201084.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_102

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_102

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    ねえ兄さん…ランス兄ちゃんが
    ウチに来たのって何歳くらいのときだっけ
    101009002
    【ノワール】
    わかんないわかんない、なんだなんだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201085.html b/docs/story/201085.html index aadfb7b6a..220812379 100644 --- a/docs/story/201085.html +++ b/docs/story/201085.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_103

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_103

    + + + + + + + +
    Load
    Play
    101038001
    【ローラ】
    あの…これ、返すね
    101009002
    【ノワール】
    (………ローラ?)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201086.html b/docs/story/201086.html index 588e1bb17..fb788de90 100644 --- a/docs/story/201086.html +++ b/docs/story/201086.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_104

    View script in lua + + + + + + + + @@ -90,5 +98,13 @@

    1章/能動会話/談話室_104

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ラヴェイン、こんばんは
    101031001
    【ラヴェイン】
    ありがとうございます
    今後もよろしくお願いしますね、ノワール君
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201087.html b/docs/story/201087.html index 15fd10afd..360abc3e1 100644 --- a/docs/story/201087.html +++ b/docs/story/201087.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_105

    View script in lua + + + + + + + + @@ -100,5 +108,13 @@

    1章/能動会話/談話室_105

    + + + + + + + +
    Load
    Play
    101039001
    【フレン】
    ノワールくん
    ちょっといいかな?
    101009002
    【ノワール】
    あ、ああ
    それじゃ、また…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201088.html b/docs/story/201088.html index 38fe317b3..4c9eef942 100644 --- a/docs/story/201088.html +++ b/docs/story/201088.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_106

    View script in lua + + + + + + + + @@ -90,5 +98,13 @@

    1章/能動会話/談話室_106

    + + + + + + + +
    Load
    Play
    101015001
    【アーサー】
    よう、ノワール!
    101009002
    【ノワール】
    わかった
    この休日、大事に使わせてもらうよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201089.html b/docs/story/201089.html index 1dd22f8e7..8fdc610c4 100644 --- a/docs/story/201089.html +++ b/docs/story/201089.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_107

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_107

    + + + + + + + +
    Load
    Play
    101064001
    【リアム】
    ああ、ノワールさん
    101064001
    【リアム】
    はい。悲しむ人が必ずいます
    忘れ去られても、遺るものがあるのですね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201090.html b/docs/story/201090.html index 855cab817..402ad605a 100644 --- a/docs/story/201090.html +++ b/docs/story/201090.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_108

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_108

    + + + + + + + +
    Load
    Play
    101061001
    【ラロゥ】
    くれよ
    101009002
    【ノワール】
    決意がぐらついた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201091.html b/docs/story/201091.html index 3f9d52edd..95ddaf89e 100644 --- a/docs/story/201091.html +++ b/docs/story/201091.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_109

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_109

    + + + + + + + +
    Load
    Play
    101034001
    【エクセリア】
    授業中に居眠りをする言い訳を聞かせて
    101034001
    【エクセリア】
    …仲間内でかばい合っているわけではなさそうね
    学生としての最適解とは思えないけれど
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201092.html b/docs/story/201092.html index 36c66a44d..431ede0c4 100644 --- a/docs/story/201092.html +++ b/docs/story/201092.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_110

    View script in lua + + + + + + + + @@ -70,5 +78,13 @@

    1章/能動会話/談話室_110

    + + + + + + + +
    Load
    Play
    101018001
    【ラグネル】
    カワイイなあ。なでなで
    101035001
    【リリアーナ】
    なにを言ってもダメです、この人ーっ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201093.html b/docs/story/201093.html index fd2b66995..b2988b74d 100644 --- a/docs/story/201093.html +++ b/docs/story/201093.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_111

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_111

    + + + + + + + +
    Load
    Play
    101016001
    【ギネマウア】
    ノワール様、これから少しここが
    騒がしくなるやもしれません。先にお詫びを
    101016001
    【ギネマウア】
    はい
    あの子らしいですよね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201094.html b/docs/story/201094.html index 1fad536e2..6d710aebb 100644 --- a/docs/story/201094.html +++ b/docs/story/201094.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_112

    View script in lua + + + + + + + + @@ -95,5 +103,13 @@

    1章/能動会話/談話室_112

    + + + + + + + +
    Load
    Play
    101031001
    【ラヴェイン】
    ノワール君
    少しよろしいでしょうか?
    101031001
    【ラヴェイン】
    ええ
    ありがとうございます
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201095.html b/docs/story/201095.html index 98859cb8d..da93999f6 100644 --- a/docs/story/201095.html +++ b/docs/story/201095.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_113

    View script in lua + + + + + + + + @@ -90,5 +98,13 @@

    1章/能動会話/談話室_113

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    よう、ノワール
    101013001
    【ガウェイン】
    ああ
    わかったぜ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201096.html b/docs/story/201096.html index 87455802c..1116e261d 100644 --- a/docs/story/201096.html +++ b/docs/story/201096.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_114

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_114

    + + + + + + + +
    Load
    Play
    101018001
    【ラグネル】
    …ローラちゃんは
    あたしと同じ手芸サークルだったからさ
    101018001
    【ラグネル】
    それを阻んじゃったんだ。たぶん
    …だったらあたしはやり切らなきゃ、だね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201097.html b/docs/story/201097.html index 7f39070c9..23146121e 100644 --- a/docs/story/201097.html +++ b/docs/story/201097.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_115

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_115

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    ベッド入んないのよ
    101011001
    【ギネヴィア】
    ハッ…!?
    ノワール、名案よソレ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201098.html b/docs/story/201098.html index e6d050fb9..4132cb0e3 100644 --- a/docs/story/201098.html +++ b/docs/story/201098.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_116

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_116

    + + + + + + + +
    Load
    Play
    101031001
    【ラヴェイン】
    ああでもない、こうでもない…
    101031001
    【ラヴェイン】
    妹は傷ついているかもしれませんね
    明るく振る舞ってはいますが…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201099.html b/docs/story/201099.html index 367b139f2..959126979 100644 --- a/docs/story/201099.html +++ b/docs/story/201099.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_117

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_117

    + + + + + + + +
    Load
    Play
    101018001
    【ラグネル】
    あたし服売りたい
    カワイイやつ
    101013001
    【ガウェイン】
    カワイイとこあんだよコイツ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201100.html b/docs/story/201100.html index 6ce11acce..d57d0ac14 100644 --- a/docs/story/201100.html +++ b/docs/story/201100.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_118

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_118

    + + + + + + + +
    Load
    Play
    101030001
    【エレイン】
    ああでもない、こうでもない…
    101030001
    【エレイン】
    だから、せんぱい…
    今夜は会議、してください
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201101.html b/docs/story/201101.html index 612551b60..50e51d088 100644 --- a/docs/story/201101.html +++ b/docs/story/201101.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_119

    View script in lua + + + + + + + + @@ -75,5 +83,13 @@

    1章/能動会話/談話室_119

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    兄さん、大変
    101014001
    【トリスタン】
    ………そういえば演劇の音楽って
    必要だったりしないの?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201102.html b/docs/story/201102.html index 65a820ac8..45dc98504 100644 --- a/docs/story/201102.html +++ b/docs/story/201102.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_120

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_120

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ランスロット
    聖杯探索の進捗はどうなんだ?
    101009002
    【ノワール】
    わかった
    信じるよ、ランスロット
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201103.html b/docs/story/201103.html index df9072b9b..86c7beb7c 100644 --- a/docs/story/201103.html +++ b/docs/story/201103.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_121

    View script in lua + + + + + + + + @@ -115,5 +123,13 @@

    1章/能動会話/談話室_121

    + + + + + + + +
    Load
    Play
    101030001
    【エレイン】
    先輩、こんばんは
    101011001
    【ギネヴィア】
    うん、わたしも協力する
    ぜったい成功させようね!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201104.html b/docs/story/201104.html index 639b3fc96..1643819ba 100644 --- a/docs/story/201104.html +++ b/docs/story/201104.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_122

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_122

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    売れたな…カワイイ古着
    出店で。飛ぶように
    101018001
    【ラグネル】
    恥を知れ恥を!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201105.html b/docs/story/201105.html index 3f29581df..86e6dc3e4 100644 --- a/docs/story/201105.html +++ b/docs/story/201105.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_123

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_123

    + + + + + + + +
    Load
    Play
    【サンバ】
    失礼しますわ!ノワール卿!
    自己紹介をさせていただいてもよろしくて?
    101009002
    【ノワール】
    じゃあエレインのペンフレンズではないな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201106.html b/docs/story/201106.html index 3a7f9c0be..62542f693 100644 --- a/docs/story/201106.html +++ b/docs/story/201106.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_124

    View script in lua + + + + + + + + @@ -70,5 +78,13 @@

    1章/能動会話/談話室_124

    + + + + + + + +
    Load
    Play
    101017001
    【マルディサント】
    ゴキゲンだったぜ。あんたの曲
    101014001
    【トリスタン】
    そんな甘い世界じゃないけど
    ハートはあるに越したことはないよね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201107.html b/docs/story/201107.html index e5ef2bee6..e5469d990 100644 --- a/docs/story/201107.html +++ b/docs/story/201107.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_125

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_125

    + + + + + + + +
    Load
    Play
    101034001
    【エクセリア】
    あなたも輝くときはあるのね
    101009002
    【ノワール】
    (ガウェインとエクセリア
    出会わせて良かったみたいだな)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201108.html b/docs/story/201108.html index 1d30d325c..d5f1a07dd 100644 --- a/docs/story/201108.html +++ b/docs/story/201108.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_126

    View script in lua + + + + + + + + @@ -75,5 +83,13 @@

    1章/能動会話/談話室_126

    + + + + + + + +
    Load
    Play
    101035001
    【リリアーナ】
    私のことカワイイとか…
    心にもないこと言うのヤメてくださいっ
    101009002
    【ノワール】
    (連れ込まれた…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201109.html b/docs/story/201109.html index 40b19f7ab..724d611b9 100644 --- a/docs/story/201109.html +++ b/docs/story/201109.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_127

    View script in lua + + + + + + + + @@ -95,5 +103,13 @@

    1章/能動会話/談話室_127

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    学園祭も終わって
    ホッとひといきって感じか、エレイン?
    101009002
    【ノワール】
    また木じゃなければ、考えてもいいかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201110.html b/docs/story/201110.html index ad5e47598..eed428a77 100644 --- a/docs/story/201110.html +++ b/docs/story/201110.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_128

    View script in lua + + + + + + + + @@ -90,5 +98,13 @@

    1章/能動会話/談話室_128

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    あ、兄さん!
    101009002
    【ノワール】
    いつまでも
    お祭り気分じゃいられないな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201111.html b/docs/story/201111.html index 661263f30..cdae33b8f 100644 --- a/docs/story/201111.html +++ b/docs/story/201111.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_129

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_129

    + + + + + + + +
    Load
    Play
    101015001
    【アーサー】
    義姉さん(モルガン)が迷惑をかけたな、ノワール!
    101015001
    【アーサー】
    やめて!B級グルメが食べられなくなる!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201112.html b/docs/story/201112.html index 0e62cd44f..c2def7dbe 100644 --- a/docs/story/201112.html +++ b/docs/story/201112.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_130

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_130

    + + + + + + + +
    Load
    Play
    101030001
    【エレイン】
    食べすぎちゃって動けません…
    101009002
    【ノワール】
    それこそ食べ過ぎて動けなくなっていい日が
    毎日だったら、いいよな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201113.html b/docs/story/201113.html index 2070428a8..34608f7ff 100644 --- a/docs/story/201113.html +++ b/docs/story/201113.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_131

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_131

    + + + + + + + +
    Load
    Play
    101034001
    【エクセリア】
    今日はお別れの挨拶に来たわ
    101035001
    【リリアーナ】
    …聖杯、必ず手に入れましょう
    円卓と銀卓で
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201114.html b/docs/story/201114.html index da558c8ff..e9357518b 100644 --- a/docs/story/201114.html +++ b/docs/story/201114.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_132

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_132

    + + + + + + + +
    Load
    Play
    101030001
    【エレイン】
    ギネヴィアさん
    101009002
    【ノワール】
    マジでなにをしてるんだ…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201115.html b/docs/story/201115.html index dc7a01eef..d2f2ffcdb 100644 --- a/docs/story/201115.html +++ b/docs/story/201115.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_133

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_133

    + + + + + + + +
    Load
    Play
    101010001
    【ランスロット】
    マルディサントに話がある
    ちょうどいい、ノワールも聞いていけ
    101017001
    【マルディサント】
    付き合ってらんね~…
    あとはオニーサン頼んだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201116.html b/docs/story/201116.html index 57e87f85b..e002527db 100644 --- a/docs/story/201116.html +++ b/docs/story/201116.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_134

    View script in lua + + + + + + + + @@ -105,5 +113,13 @@

    1章/能動会話/談話室_134

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    兄さん、聞いたよ
    スノードン山に行くんでしょ!?
    101017001
    【マルディサント】
    必ず無事に帰って来いよ、オニーサン
    ディーナを悲しませる奴はアタシが許さねえ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201117.html b/docs/story/201117.html index 395dd5a4a..b245ce10b 100644 --- a/docs/story/201117.html +++ b/docs/story/201117.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_135

    View script in lua + + + + + + + + @@ -80,5 +88,13 @@

    1章/能動会話/談話室_135

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    ノワール。出発の日が近づいてきてっけど
    覚悟のほうは大丈夫か?
    101009002
    【ノワール】
    わかった
    必ず勝とう、ガウェイン、ラグネル!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201118.html b/docs/story/201118.html index 11fee2113..80848d406 100644 --- a/docs/story/201118.html +++ b/docs/story/201118.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_136

    View script in lua + + + + + + + + @@ -75,5 +83,13 @@

    1章/能動会話/談話室_136

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    あれ、マルイルじゃないか
    珍しいところで会うな
    101009002
    【ノワール】
    ははっ
    こちらこそお願いするよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201119.html b/docs/story/201119.html index eade04d84..5745409a1 100644 --- a/docs/story/201119.html +++ b/docs/story/201119.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_137

    View script in lua + + + + + + + + @@ -85,5 +93,13 @@

    1章/能動会話/談話室_137

    + + + + + + + +
    Load
    Play
    101030001
    【エレイン】
    あの、先輩…
    101030001
    【エレイン】
    はい!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201120.html b/docs/story/201120.html index 4fb60c089..bd48d641d 100644 --- a/docs/story/201120.html +++ b/docs/story/201120.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_138

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_138

    + + + + + + + +
    Load
    Play
    【サンバ】
    ノワール卿…ご無事でしたか
    スノードンでのこと、伺いましたわ…
    【サンバ】
    エレインさんのためのペン・ファイターズ(EPF)
    なりますの!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201121.html b/docs/story/201121.html index b30dcb02c..b29c03c6f 100644 --- a/docs/story/201121.html +++ b/docs/story/201121.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_139

    View script in lua + + + + + + + + @@ -70,5 +78,13 @@

    1章/能動会話/談話室_139

    + + + + + + + +
    Load
    Play
    101018001
    【ラグネル】
    もう要らないじゃん、こんなの
    101018001
    【ラグネル】
    …そうだけど、そうだけどさぁ………っ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201122.html b/docs/story/201122.html index b2381c130..452ade210 100644 --- a/docs/story/201122.html +++ b/docs/story/201122.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_140

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_140

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    よぉノワール
    俺さ、今エクセリアと難しい話してたんだ
    101013001
    【ガウェイン】
    もうちょい…噛み砕いてみるわ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201123.html b/docs/story/201123.html index 6f0f3d640..5b3c2d154 100644 --- a/docs/story/201123.html +++ b/docs/story/201123.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_141

    View script in lua + + + + + + + + @@ -75,5 +83,13 @@

    1章/能動会話/談話室_141

    + + + + + + + +
    Load
    Play
    101018001
    【ラグネル】
    イゾルデちゃんがなんで冷たいか
    ちょっとわかったかもしんないんだ
    101019001
    【イゾルデ】
    悲しいと感じられるなら
    その悲しみを増やさないように戦えるわ、きっと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201124.html b/docs/story/201124.html index 2264631aa..f5cd41110 100644 --- a/docs/story/201124.html +++ b/docs/story/201124.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_142

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/能動会話/談話室_142

    + + + + + + + +
    Load
    Play
    101016001
    【ギネマウア】
    ノワール様、ニュースがあるのです
    良いニュースと悪いニュースのふたつが
    101016001
    【ギネマウア】
    荷ほどきが終わらないことですね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201125.html b/docs/story/201125.html index 85e8feb7c..c2447af59 100644 --- a/docs/story/201125.html +++ b/docs/story/201125.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_143

    View script in lua + + + + + + + + @@ -70,5 +78,13 @@

    1章/能動会話/談話室_143

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    暗いカオしてんな、ノワール
    101013001
    【ガウェイン】
    明るいカオ、見せてやってこいよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201126.html b/docs/story/201126.html index e9309fd7d..35a69bfc3 100644 --- a/docs/story/201126.html +++ b/docs/story/201126.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_144

    View script in lua + + + + + + + + @@ -70,5 +78,13 @@

    1章/能動会話/談話室_144

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ランスロット
    怪我はもう大丈夫なのか?
    101010001
    【ランスロット】
    俺はあの人に託されたんだ
    いくらでも無理するさ、お前たちのためならな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201128.html b/docs/story/201128.html index cd3f0f18d..6ecef2faf 100644 --- a/docs/story/201128.html +++ b/docs/story/201128.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_146

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_146

    + + + + + + + +
    Load
    Play
    101019001
    【イゾルデ】
    どう?
    あれこれ、落ち着いたかしら
    101019001
    【イゾルデ】
    …そうね。それでいいのよ。きっと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201129.html b/docs/story/201129.html index d3c21ecd8..892c3bda0 100644 --- a/docs/story/201129.html +++ b/docs/story/201129.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_147

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_147

    + + + + + + + +
    Load
    Play
    101020001
    【マーリン】
    不躾なお願いに参りました
    101020001
    【マーリン】
    私が代わりに
    その信念を貫きます
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201130.html b/docs/story/201130.html index 26b877dc4..bec051e4d 100644 --- a/docs/story/201130.html +++ b/docs/story/201130.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_148

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_148

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    もうそろコルベニックに帰るって聞いたけど
    まだいるんだな、エクセリア
    101034001
    【エクセリア】
    ………楽しみね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201131.html b/docs/story/201131.html index 34358e96f..175e02cd0 100644 --- a/docs/story/201131.html +++ b/docs/story/201131.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_149

    View script in lua + + + + + + + + @@ -75,5 +83,13 @@

    1章/能動会話/談話室_149

    + + + + + + + +
    Load
    Play
    101018001
    【ラグネル】
    カワイイなあ。なでなで
    101018001
    【ラグネル】
    …リリちゃん。ありがとう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201132.html b/docs/story/201132.html index 2a5b4e837..f12bfc889 100644 --- a/docs/story/201132.html +++ b/docs/story/201132.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_150

    View script in lua + + + + + + + + @@ -95,5 +103,13 @@

    1章/能動会話/談話室_150

    + + + + + + + +
    Load
    Play
    101035001
    【リリアーナ】
    あ、ノワールさん
    こんばんは
    101034001
    【エクセリア】
    ふふっ
    じゃあ、私たちと一緒に楽しみましょう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201133.html b/docs/story/201133.html index d4a12b570..3507fc16c 100644 --- a/docs/story/201133.html +++ b/docs/story/201133.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_151

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_151

    + + + + + + + +
    Load
    Play
    101015001
    【アーサー】
    …ノワール。ありがとう
    俺を戦わせてくれて
    101015001
    【アーサー】
    生きて、最後まで
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201134.html b/docs/story/201134.html index 1292b0f80..abd193fe0 100644 --- a/docs/story/201134.html +++ b/docs/story/201134.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_152

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_152

    + + + + + + + +
    Load
    Play
    101031001
    【ラヴェイン】
    エレインに勉強を教えていたころが懐かしい
    あれからまだ少ししか経っていないというのに
    101031001
    【ラヴェイン】
    …!?
    貴方には教えられますね。色々と
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201135.html b/docs/story/201135.html index 63887deaa..24eea0d64 100644 --- a/docs/story/201135.html +++ b/docs/story/201135.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_153

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_153

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    わたしのお引越しが終わりました!
    この宿舎にわたしのお部屋があります!
    101009002
    【ノワール】
    (荷ほどきは終わったみたいだな
    この様子だと)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201136.html b/docs/story/201136.html index 9a3afb4b7..ebed7709a 100644 --- a/docs/story/201136.html +++ b/docs/story/201136.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_154

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_154

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    どうだったんだ?パジャマパーティ
    101011001
    【ギネヴィア】
    ね!全部終わったら!絶対やろ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201137.html b/docs/story/201137.html index 33b285fa1..404a324da 100644 --- a/docs/story/201137.html +++ b/docs/story/201137.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_155

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_155

    + + + + + + + +
    Load
    Play
    【キュー】
    貴様はエレイン・ペン・フレンズ(EPF)会員3番!
    サンバではないか!?
    101009002
    【ノワール】
    (リスペクトって大事だな…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201138.html b/docs/story/201138.html index aa6d3b7df..c83acb678 100644 --- a/docs/story/201138.html +++ b/docs/story/201138.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_156

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/能動会話/談話室_156

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ………知っていたのか?聖域化のこと
    ランスロットは
    101009002
    【ノワール】
    …世界を救うか、どうか
    その選択肢を………?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201139.html b/docs/story/201139.html index 0d70308ab..f1fcc5d47 100644 --- a/docs/story/201139.html +++ b/docs/story/201139.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_157

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/談話室_157

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    …兄さん?
    101012001
    【ディナタン】
    う、うん…おやすみ、なさい…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201140.html b/docs/story/201140.html index 35cb2aab0..74d0698cc 100644 --- a/docs/story/201140.html +++ b/docs/story/201140.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_158

    View script in lua + + + + + + + + @@ -95,5 +103,13 @@

    1章/能動会話/談話室_158

    + + + + + + + +
    Load
    Play
    101031001
    【ラヴェイン】
    血のように赤い空、淀み切った空気…
    この世界はどうなってしまうのでしょうね
    101009002
    【ノワール】
    はい
    任せてください
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201141.html b/docs/story/201141.html index 2b81eac40..ace3d4b36 100644 --- a/docs/story/201141.html +++ b/docs/story/201141.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_159

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_159

    + + + + + + + +
    Load
    Play
    101040001
    【ケイ】
    ルーシャスは貴公を
    『トモダチ』と言ったそうだな。本当かね?
    101040001
    【ケイ】
    だがまあ…手を差し伸べようとする心も
    貴公の武器とやらなのかもしれぬな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201142.html b/docs/story/201142.html index 0b6051110..4ca75f855 100644 --- a/docs/story/201142.html +++ b/docs/story/201142.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_160

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_160

    + + + + + + + +
    Load
    Play
    101031001
    【ラヴェイン】
    ここ最近のエレインは
    手紙で会話をすることが減りました
    101031001
    【ラヴェイン】
    きっとあれは、大切な人に向けた手紙ですから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201143.html b/docs/story/201143.html index 761843a63..891378731 100644 --- a/docs/story/201143.html +++ b/docs/story/201143.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_161

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/談話室_161

    + + + + + + + +
    Load
    Play
    101016001
    【ギネマウア】
    ………お休みください。ノワール様
    101016001
    【ギネマウア】
    あの子が起きるまで、待ちます
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201144.html b/docs/story/201144.html index e36e63168..0ca23416a 100644 --- a/docs/story/201144.html +++ b/docs/story/201144.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_162

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_162

    + + + + + + + +
    Load
    Play
    101017001
    【マルディサント】
    したかったな。再演
    101017001
    【マルディサント】
    やれることをやっか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201145.html b/docs/story/201145.html index 1d07aa299..f04a169e7 100644 --- a/docs/story/201145.html +++ b/docs/story/201145.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_163

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_163

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    どーしたらいいかわかんねえ
    ってツラだな
    101018001
    【ラグネル】
    よせやい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201146.html b/docs/story/201146.html index f277b7c17..18a0c8f77 100644 --- a/docs/story/201146.html +++ b/docs/story/201146.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_164

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_164

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    ギネヴィアさん、大丈夫かな…
    101009002
    【ノワール】
    ああ
    信じて待とう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201147.html b/docs/story/201147.html index 2465a8d44..6511018f6 100644 --- a/docs/story/201147.html +++ b/docs/story/201147.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_165

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/能動会話/談話室_165

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    お待たせ、準備できたよ
    101009002
    【ノワール】
    ああ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201148.html b/docs/story/201148.html index 23a1ee97d..b71ae4ca3 100644 --- a/docs/story/201148.html +++ b/docs/story/201148.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_166

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/能動会話/談話室_166

    + + + + + + + +
    Load
    Play
    101014001
    【トリスタン】
    先に行ってるよ
    101009002
    【ノワール】
    ありがとう、ふたりとも
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201149.html b/docs/story/201149.html index d2489afdc..54141615c 100644 --- a/docs/story/201149.html +++ b/docs/story/201149.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_167

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/能動会話/談話室_167

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ランスロットも来てくれるのか?
    101009002
    【ノワール】
    急に先生ぶって
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201150.html b/docs/story/201150.html index 520fe5596..a2db8500e 100644 --- a/docs/story/201150.html +++ b/docs/story/201150.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_168

    View script in lua + + + + + + + + @@ -80,5 +88,13 @@

    1章/能動会話/談話室_168

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    アーサー?
    101015001
    【アーサー】
    キャメロット騎士学術院の学長として
    この国の王として
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201151.html b/docs/story/201151.html index fdfe40dd1..52d438c94 100644 --- a/docs/story/201151.html +++ b/docs/story/201151.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_169

    View script in lua + + + + + + + + @@ -80,5 +88,13 @@

    1章/能動会話/談話室_169

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    ギネヴィア
    無事に目を覚ましてくれてよかったよな
    101009002
    【ノワール】
    …ああ
    だったら、早いところ決着を着けないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201152.html b/docs/story/201152.html index f52c72a61..8b30ad702 100644 --- a/docs/story/201152.html +++ b/docs/story/201152.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_170

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/談話室_170

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    あれ、コック長
    またお茶請けの入れ替えか?
    101009002
    【ノワール】
    そうだったのか…
    落ち着ける日々が来るといいんだけど
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201153.html b/docs/story/201153.html index 1bc6b80aa..bcabf9791 100644 --- a/docs/story/201153.html +++ b/docs/story/201153.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_171

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/談話室_171

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    ついにGS(ゲシュタルト・シフト)したんだな、ダチ公!
    101009002
    【ノワール】
    ライバルだって!?
    …はは、よし、こっちだって負けないからな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201154.html b/docs/story/201154.html index e30e105d7..1e90bd6b8 100644 --- a/docs/story/201154.html +++ b/docs/story/201154.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_172

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/談話室_172

    + + + + + + + +
    Load
    Play
    101066001
    【ブレイズ】
    聖杯をもってバルバロイを根絶する…?
    つまり聖杯の力とバルバロイには関係がある…?
    101009002
    【ノワール】
    こ、これから!?
    えっと、急用を思い出したので俺はこれで!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201155.html b/docs/story/201155.html index d578bfd02..41d1aa96e 100644 --- a/docs/story/201155.html +++ b/docs/story/201155.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_173

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_173

    + + + + + + + +
    Load
    Play
    101014001
    【トリスタン】
    これでキミも、ようやく半人前脱出か
    101009002
    【ノワール】
    本当に
    ふたりとも手厳しいな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201156.html b/docs/story/201156.html index a64419d72..209ebd22c 100644 --- a/docs/story/201156.html +++ b/docs/story/201156.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_174

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_174

    + + + + + + + +
    Load
    Play
    101015001
    【アーサー】
    よくやったな、ノワール!
    101009002
    【ノワール】
    任せてくれ、ふたりとも
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201157.html b/docs/story/201157.html index 834fd69af..fc11a0581 100644 --- a/docs/story/201157.html +++ b/docs/story/201157.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_175

    View script in lua + + + + + + + + @@ -75,5 +83,13 @@

    1章/能動会話/談話室_175

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    兄さん、あらためて
    GS(ゲシュタルト・シフト)の達成、おめでとう
    101009002
    【ノワール】
    ありがとう、ふたりとも
    これからもよろしく頼むよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201158.html b/docs/story/201158.html index dd255c47c..e750c077b 100644 --- a/docs/story/201158.html +++ b/docs/story/201158.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_176

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_176

    + + + + + + + +
    Load
    Play
    101028001
    【ガラハッド】
    国葬があるらしいな
    101036001
    【フィエナ】
    …本当に優しいね、アーサー様は
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201159.html b/docs/story/201159.html index 1a1d55a77..d7431f7ac 100644 --- a/docs/story/201159.html +++ b/docs/story/201159.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_177

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_177

    + + + + + + + +
    Load
    Play
    101016001
    【ギネマウア】
    …いいえ、正解はこちらです
    先ほどと同じ間違いをしていますよ
    101009002
    【ノワール】
    な、なにも!
    こっちのことです、コッチノコト…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201160.html b/docs/story/201160.html index dc2d7d6bd..cd4b4f780 100644 --- a/docs/story/201160.html +++ b/docs/story/201160.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_178

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_178

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ヴォールス?
    なにしてるんだ、こんなところで
    101009002
    【ノワール】
    なんのことだかよくわからないけど
    まあ、頑張って…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201161.html b/docs/story/201161.html index 932ba733e..da91f677c 100644 --- a/docs/story/201161.html +++ b/docs/story/201161.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_179

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_179

    + + + + + + + +
    Load
    Play
    101026001
    【パーシヴァル】
    なんなんだこの課題の量は!
    この課題の量はなんなんだ!
    101009002
    【ノワール】
    なにそれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201162.html b/docs/story/201162.html index 3ef854ca3..a44a124ef 100644 --- a/docs/story/201162.html +++ b/docs/story/201162.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_180

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_180

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    国葬、無事に終わったね
    兄さんは、ちゃんと祈りたい人に祈れた?
    101009002
    【ノワール】
    ディナタン…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201163.html b/docs/story/201163.html index bb173396c..92ad2ecc8 100644 --- a/docs/story/201163.html +++ b/docs/story/201163.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_181

    View script in lua + + + + + + + + @@ -100,5 +108,13 @@

    1章/能動会話/談話室_181

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    こんばんは、フィエナにガラハッド
    なにしてるんだ?
    101009002
    【ノワール】
    あ、ああ、うん…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201164.html b/docs/story/201164.html index 8ab149801..11e519599 100644 --- a/docs/story/201164.html +++ b/docs/story/201164.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_182

    View script in lua + + + + + + + + @@ -80,5 +88,13 @@

    1章/能動会話/談話室_182

    + + + + + + + +
    Load
    Play
    101065001
    【キッス】
    あら、ラビットちゃん♪
    ごきげんよう
    101009002
    【ノワール】
    余裕じゃないよ…
    (ありがとう、ケイ)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201165.html b/docs/story/201165.html index cce3c506a..b197320dd 100644 --- a/docs/story/201165.html +++ b/docs/story/201165.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_183

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_183

    + + + + + + + +
    Load
    Play
    101010001
    【ランスロット】
    銀卓騎士ガラハッド、か…
    101010001
    【ランスロット】
    …?
    気を付けておく
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201166.html b/docs/story/201166.html index 4bdc9e4db..7d090444a 100644 --- a/docs/story/201166.html +++ b/docs/story/201166.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_184

    View script in lua + + + + + + + + @@ -70,5 +78,13 @@

    1章/能動会話/談話室_184

    + + + + + + + +
    Load
    Play
    101025001
    【クレア】
    とても面白いトリックだったわ
    荒唐無稽かと思いきや、実はすごく科学的だった
    101009002
    【ノワール】
    …俺も知りませんでした
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201167.html b/docs/story/201167.html index f67fd0f5a..08b3542b6 100644 --- a/docs/story/201167.html +++ b/docs/story/201167.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_185

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_185

    + + + + + + + +
    Load
    Play
    101064001
    【リアム】
    ノワールさん
    今、ご帰宅ですか
    101009002
    【ノワール】
    …なるほど
    ありがとう、参考になったよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201168.html b/docs/story/201168.html index a1765debf..c4d876382 100644 --- a/docs/story/201168.html +++ b/docs/story/201168.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_186

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_186

    + + + + + + + +
    Load
    Play
    【女子生徒】
    あっ、ノワールくんだ!
    ねえねえ、ガラハッドちゃん見なかった?
    101009002
    【ノワール】
    わかった
    ガラハッドを見かけたら、キミのこと話しとくよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201169.html b/docs/story/201169.html index bfc5c1816..bbab86542 100644 --- a/docs/story/201169.html +++ b/docs/story/201169.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_187

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_187

    + + + + + + + +
    Load
    Play
    101026001
    【パーシヴァル】
    果てなき森の探索か…
    ぼくの実力を見せつけるチャンスだな…
    101009002
    【ノワール】
    げぇ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201170.html b/docs/story/201170.html index b94432c2e..f49674946 100644 --- a/docs/story/201170.html +++ b/docs/story/201170.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_188

    View script in lua + + + + + + + + @@ -95,5 +103,13 @@

    1章/能動会話/談話室_188

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    パーシヴァルにヴォールス?
    珍しい組み合わせだな
    101026001
    【パーシヴァル】
    しなくていいと言っているだろう!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201171.html b/docs/story/201171.html index 50ccbabd3..5dec1ceb8 100644 --- a/docs/story/201171.html +++ b/docs/story/201171.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_189

    View script in lua + + + + + + + + @@ -95,5 +103,13 @@

    1章/能動会話/談話室_189

    + + + + + + + +
    Load
    Play
    101018001
    【ラグネル】
    あ、ノワールだ
    聖杯探索お疲れ様!
    101018001
    【ラグネル】
    それは…
    時期を見て話すから、今はゴメン
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201172.html b/docs/story/201172.html index 1b7e27021..0526224e0 100644 --- a/docs/story/201172.html +++ b/docs/story/201172.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_190

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/談話室_190

    + + + + + + + +
    Load
    Play
    101028001
    【ガラハッド】
    ノワール
    聞きたいことがある
    101028001
    【ガラハッド】
    そっ…そう、なのか?
    ガラハッドがいる、気がしたのか。そ、そうか…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201173.html b/docs/story/201173.html index 61dc6537f..8598dd074 100644 --- a/docs/story/201173.html +++ b/docs/story/201173.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_191

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_191

    + + + + + + + +
    Load
    Play
    101036001
    【フィエナ】
    ありがとうね、ノワール
    ガラハッドを助けてくれて
    101009002
    【ノワール】
    (え、えーっ…?)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201174.html b/docs/story/201174.html index 9f9f359a9..e161a4b7b 100644 --- a/docs/story/201174.html +++ b/docs/story/201174.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_192

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_192

    + + + + + + + +
    Load
    Play
    101063001
    【クリスティーナ】
    ねぇノワールちゃん
    最近のアーサー様、どう?
    101009002
    【ノワール】
    み、見てくれなくても大丈夫だから!
    本当、本当に大丈夫だからっ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201175.html b/docs/story/201175.html index 74977d557..43bd28400 100644 --- a/docs/story/201175.html +++ b/docs/story/201175.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_193

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_193

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    いやー、一時はどうなることかと思ったけど
    みんな無事でよかったな
    101013001
    【ガウェイン】
    おい!
    お前も一緒に突っ込んでくれたっていいだろ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201176.html b/docs/story/201176.html index f3333ceae..ab73da082 100644 --- a/docs/story/201176.html +++ b/docs/story/201176.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_194

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/談話室_194

    + + + + + + + +
    Load
    Play
    101017001
    【マルディサント】
    うーん…ここはちょっとわかりにくかったよな…
    …2つくらい前のシーンにフリを用意しとくか…
    101017001
    【マルディサント】
    ダメだ。途中を見ちまったら
    仕上がったときのカンドーが薄れちまうだろが
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201177.html b/docs/story/201177.html index bb0a8aefe..d58bec4d7 100644 --- a/docs/story/201177.html +++ b/docs/story/201177.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_195

    View script in lua + + + + + + + + @@ -95,5 +103,13 @@

    1章/能動会話/談話室_195

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    兄さん、今帰ったの?
    101012001
    【ディナタン】
    楽しみにしてて
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201178.html b/docs/story/201178.html index 4e9c8e9ce..2d6bb358e 100644 --- a/docs/story/201178.html +++ b/docs/story/201178.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_196

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/談話室_196

    + + + + + + + +
    Load
    Play
    101010001
    【ランスロット】
    ノワール、話がある
    101010001
    【ランスロット】
    すまない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201179.html b/docs/story/201179.html index 04b714550..886c4ffa1 100644 --- a/docs/story/201179.html +++ b/docs/story/201179.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_197

    View script in lua + + + + + + + + @@ -115,5 +123,13 @@

    1章/能動会話/談話室_197

    + + + + + + + +
    Load
    Play
    101020001
    【マーリン】
    ノワール様
    少々よろしいでしょうか?
    101009002
    【ノワール】
    ええっ!?い、いや、その…
    からかわないでくださいよ、マーリンさん
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201180.html b/docs/story/201180.html index 111f38fba..ccc1902ca 100644 --- a/docs/story/201180.html +++ b/docs/story/201180.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_198

    View script in lua + + + + + + + + @@ -90,5 +98,13 @@

    1章/能動会話/談話室_198

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    兄さん、まだ起きてきたの?
    夜更かしばっかりしてると体壊しちゃうよ?
    101009002
    【ノワール】
    ああ。約束だ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201181.html b/docs/story/201181.html index ddc1b3641..830f69c3c 100644 --- a/docs/story/201181.html +++ b/docs/story/201181.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_199

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_199

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    お姉さんへの贈り物を買いたいっていうから
    それに付き合ってあげるだけだよ
    101009002
    【ノワール】
    なんだかよくわかんないけど
    女の子同士楽しくやってるみたいで、なによりだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201182.html b/docs/story/201182.html index a3e33ab6a..8c1b776bb 100644 --- a/docs/story/201182.html +++ b/docs/story/201182.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_200

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_200

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    聞いたわよ
    聖杯の出現地点が判明したそうじゃない
    101011001
    【ギネヴィア】
    ローマとの戦いで何度もみんなを鼓舞したからね
    もう慣れたものよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201183.html b/docs/story/201183.html index 73996a174..cb79a1d14 100644 --- a/docs/story/201183.html +++ b/docs/story/201183.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_201

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_201

    + + + + + + + +
    Load
    Play
    101034001
    【エクセリア】
    …なんの用かしら?
    101034001
    【エクセリア】
    …わからない人ね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201184.html b/docs/story/201184.html index ccbb18f27..ff31f633c 100644 --- a/docs/story/201184.html +++ b/docs/story/201184.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_202

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_202

    + + + + + + + +
    Load
    Play
    101035001
    【リリアーナ】
    え、えっと…なにかご用でしょうか…?
    101035001
    【リリアーナ】
    い、いえ!
    なんでもないです!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201185.html b/docs/story/201185.html index 5acb461ca..dcf2d5d76 100644 --- a/docs/story/201185.html +++ b/docs/story/201185.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_203

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_203

    + + + + + + + +
    Load
    Play
    101065001
    【キッス】
    ねえ、ラビットちゃん
    最近アステラに会った?
    101065001
    【キッス】
    どこかであの子に会ったなら
    また私が話したがってたって伝えてちょうだい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201186.html b/docs/story/201186.html index 2e2aeca21..034b8ce31 100644 --- a/docs/story/201186.html +++ b/docs/story/201186.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_204

    View script in lua + + + + + + + + @@ -75,5 +83,13 @@

    1章/能動会話/談話室_204

    + + + + + + + +
    Load
    Play
    101020001
    【マーリン】
    こんばんは、ノワール様
    101020001
    【マーリン】
    それを見極めることが
    今後の戦いで重要になりそうですね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201187.html b/docs/story/201187.html index b34fb6df0..5417b4c48 100644 --- a/docs/story/201187.html +++ b/docs/story/201187.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_205

    View script in lua + + + + + + + + @@ -85,5 +93,13 @@

    1章/能動会話/談話室_205

    + + + + + + + +
    Load
    Play
    101026001
    【パーシヴァル】
    まったく、勘弁してもらいたいね
    101009002
    【ノワール】
    (パーシヴァルなりに気を遣っているのか…?)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201188.html b/docs/story/201188.html index ea8d72e5b..1c34fe3cb 100644 --- a/docs/story/201188.html +++ b/docs/story/201188.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_206

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/談話室_206

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    リアムさん
    学生寮にいるなんて珍しいですね
    101009002
    【ノワール】
    へえ、なんだか意外な感じだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201189.html b/docs/story/201189.html index 6e3832d5d..a3423e4f2 100644 --- a/docs/story/201189.html +++ b/docs/story/201189.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_207

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_207

    + + + + + + + +
    Load
    Play
    【男子生徒】
    やあ、ノワールくん!
    君はもう決めたかい?
    101009002
    【ノワール】
    決められてないじゃないか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201190.html b/docs/story/201190.html index bfd1654a8..c44a9fbae 100644 --- a/docs/story/201190.html +++ b/docs/story/201190.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_208

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/能動会話/談話室_208

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    やあ、ブレイズ先生
    101009002
    【ノワール】
    塩クッキーに合うお茶は
    あんまりなさそうだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201191.html b/docs/story/201191.html index 457d6bf50..c5c530e63 100644 --- a/docs/story/201191.html +++ b/docs/story/201191.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_209

    View script in lua + + + + + + + + @@ -85,5 +93,13 @@

    1章/能動会話/談話室_209

    + + + + + + + +
    Load
    Play
    101027001
    【ディンドラン】
    まあ、可愛らしい!
    ラグネルさん、ありがとうございます!
    101027001
    【ディンドラン】
    オンリーワンの贈り物なら
    それがかなうのではないかと思うのです
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201192.html b/docs/story/201192.html index 68efe31eb..49d52a738 100644 --- a/docs/story/201192.html +++ b/docs/story/201192.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_210

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_210

    + + + + + + + +
    Load
    Play
    101036001
    【フィエナ】
    あー、なんだか緊張しちゃうなあ
    101009002
    【ノワール】
    そうか
    頼らせてもらうよ、ガラハッド
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201193.html b/docs/story/201193.html index e9fa3097c..4f1ea2314 100644 --- a/docs/story/201193.html +++ b/docs/story/201193.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_211

    View script in lua + + + + + + + + @@ -80,5 +88,13 @@

    1章/能動会話/談話室_211

    + + + + + + + +
    Load
    Play
    101025001
    【クレア】
    あらたな問題は発生してしまったけど
    ひとまず聖杯は手に入れられたわね
    101025001
    【クレア】
    焦らず、一歩一歩進んでいきましょう
    まずは目の前の問題を解決しないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201194.html b/docs/story/201194.html index dc01b1100..8306514ab 100644 --- a/docs/story/201194.html +++ b/docs/story/201194.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_212

    View script in lua + + + + + + + + @@ -70,5 +78,13 @@

    1章/能動会話/談話室_212

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    なんつーかさ
    世のなかってうまくいかねーもんだよな
    101009002
    【ノワール】
    そうなのか
    今度、ちゃんと話してみたいな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201195.html b/docs/story/201195.html index dfe4b27af..a467d46bc 100644 --- a/docs/story/201195.html +++ b/docs/story/201195.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_213

    View script in lua + + + + + + + + @@ -100,5 +108,13 @@

    1章/能動会話/談話室_213

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    エクセリア、リリアーナ
    ふたりに話しておきたいことがある
    101034001
    【エクセリア】
    でも…今はお礼を言っておくわ
    ありがとう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201196.html b/docs/story/201196.html index 8234a2602..dec3cabd0 100644 --- a/docs/story/201196.html +++ b/docs/story/201196.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_214

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_214

    + + + + + + + +
    Load
    Play
    101028001
    【ガラハッド】
    ………
    101028001
    【ガラハッド】
    そうさせてもらう
    お言葉に甘えて
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201197.html b/docs/story/201197.html index e627c5345..2580d367b 100644 --- a/docs/story/201197.html +++ b/docs/story/201197.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_215

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_215

    + + + + + + + +
    Load
    Play
    101019001
    【イゾルデ】
    …ノワール
    顔色があまり良くないわね
    101009002
    【ノワール】
    いや、大丈夫だ
    心配してくれてありがとう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201198.html b/docs/story/201198.html index 8c3961018..c2aaf10b6 100644 --- a/docs/story/201198.html +++ b/docs/story/201198.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_216

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_216

    + + + + + + + +
    Load
    Play
    101025001
    【クレア】
    説明は以上よ
    当日はよろしくね
    101024001
    【ヴォールス】
    当日、あまり忙しくならないといいのだがな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201199.html b/docs/story/201199.html index e63489543..b95e9d1e0 100644 --- a/docs/story/201199.html +++ b/docs/story/201199.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_217

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_217

    + + + + + + + +
    Load
    Play
    101063001
    【クリスティーナ】
    ありがとう、マルイルちゃん
    これお代ね♪
    101009002
    【ノワール】
    へえ、ふたりに意外な接点があったんだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201200.html b/docs/story/201200.html index bb29c5fb8..73a8dce0a 100644 --- a/docs/story/201200.html +++ b/docs/story/201200.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_218

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_218

    + + + + + + + +
    Load
    Play
    101034001
    【エクセリア】
    アーサー王は…あなたたちは
    いつまで私たちを学園に置いておくつもり?
    101034001
    【エクセリア】
    …わからない人たちね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201201.html b/docs/story/201201.html index 46ab4eb92..82d83a6a0 100644 --- a/docs/story/201201.html +++ b/docs/story/201201.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_219

    View script in lua + + + + + + + + @@ -90,5 +98,13 @@

    1章/能動会話/談話室_219

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    おかえりなさい、ノワール!
    101020001
    【マーリン】
    …はい、そうですね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201202.html b/docs/story/201202.html index 36c35c783..d3a307908 100644 --- a/docs/story/201202.html +++ b/docs/story/201202.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_220

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/談話室_220

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    あれ、マルイル
    また仕事か?
    101062001
    【マルイル】
    ノワールさんも
    なにか欲しいものがあればいつでもどうぞ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201203.html b/docs/story/201203.html index 7c7b181a9..d1c5804ce 100644 --- a/docs/story/201203.html +++ b/docs/story/201203.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_221

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_221

    + + + + + + + +
    Load
    Play
    101010001
    【ランスロット】
    ………
    101009002
    【ノワール】
    ………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201204.html b/docs/story/201204.html index 0ce62fe35..e7e09ab62 100644 --- a/docs/story/201204.html +++ b/docs/story/201204.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_222

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/談話室_222

    + + + + + + + +
    Load
    Play
    101028001
    【ガラハッド】
    半年ほど近くで見させてもらって理解した
    アーサー王は立派な方だ
    101028001
    【ガラハッド】
    お前には世話になった
    恩返しをさせてくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201205.html b/docs/story/201205.html index 27d22fa85..b6edb2fe5 100644 --- a/docs/story/201205.html +++ b/docs/story/201205.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_223

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_223

    + + + + + + + +
    Load
    Play
    101035001
    【リリアーナ】
    あ、あの、ノワールさんに
    少し聞きたいことがあって…
    101009002
    【ノワール】
    …!
    その言葉、アーサーに聞かせてやりたいな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201206.html b/docs/story/201206.html index 225a37ace..2d0fabc08 100644 --- a/docs/story/201206.html +++ b/docs/story/201206.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_224

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_224

    + + + + + + + +
    Load
    Play
    101034001
    【エクセリア】
    ああ、ノワール
    少しいいかしら
    101009002
    【ノワール】
    ありがとう
    円卓のみんなも喜ぶよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201207.html b/docs/story/201207.html index cf512f82e..03b53264e 100644 --- a/docs/story/201207.html +++ b/docs/story/201207.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_225

    View script in lua + + + + + + + + @@ -85,5 +93,13 @@

    1章/能動会話/談話室_225

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ブレイズ先生?
    こんなところに来るなんて珍しいな
    101066001
    【ブレイズ】
    そうじゃの!
    そうに違いないわい!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201208.html b/docs/story/201208.html index c32fc83ad..4c1cdf409 100644 --- a/docs/story/201208.html +++ b/docs/story/201208.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_226

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/談話室_226

    + + + + + + + +
    Load
    Play
    101028001
    【ガラハッド】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201209.html b/docs/story/201209.html index 82e86f7f2..2ec59dd76 100644 --- a/docs/story/201209.html +++ b/docs/story/201209.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_227

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/能動会話/談話室_227

    + + + + + + + +
    Load
    Play
    101040001
    【ケイ】
    聞かせてくれ
    力をもつというのはどういう感覚なのだ?
    101040001
    【ケイ】
    私としたことが余計なことを口にしてしまった
    すまぬ、今日のことは忘れてくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201210.html b/docs/story/201210.html index c7276fa33..35863edcf 100644 --- a/docs/story/201210.html +++ b/docs/story/201210.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_228

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/談話室_228

    + + + + + + + +
    Load
    Play
    101017001
    【マルディサント】
    「あなたが隣にいる。それだけでこの困難も
    たやすく乗り越えていける気がします」
    101017001
    【マルディサント】
    今日はもう寝ることにするわ
    じゃな、オニーサン
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201211.html b/docs/story/201211.html index 417ea70b6..92ccc38ae 100644 --- a/docs/story/201211.html +++ b/docs/story/201211.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_229

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/談話室_229

    + + + + + + + +
    Load
    Play
    101036001
    【フィエナ】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201212.html b/docs/story/201212.html index 04b21086b..bc454cb77 100644 --- a/docs/story/201212.html +++ b/docs/story/201212.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_230

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_230

    + + + + + + + +
    Load
    Play
    101024001
    【ヴォールス】
    帰ったか、ノワール
    101009002
    【ノワール】
    …ともに行こう
    ヴォールス、パーシヴァル
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201213.html b/docs/story/201213.html index 94284c423..1d3c22fbc 100644 --- a/docs/story/201213.html +++ b/docs/story/201213.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_231

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_231

    + + + + + + + +
    Load
    Play
    101026001
    【パーシヴァル】
    ふぅん
    101026001
    【パーシヴァル】
    そう言ってるのさ!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201214.html b/docs/story/201214.html index 926bd0e22..ac28629da 100644 --- a/docs/story/201214.html +++ b/docs/story/201214.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_232

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/能動会話/談話室_232

    + + + + + + + +
    Load
    Play
    101025001
    【クレア】
    ………(よど)んでいる
    101025001
    【クレア】
    もう避けられない、受け入れたくなくとも…
    ならばあぶり出すまでか。いえ、もしくは………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201215.html b/docs/story/201215.html index 76755083f..ca022bdfd 100644 --- a/docs/story/201215.html +++ b/docs/story/201215.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_233

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_233

    + + + + + + + +
    Load
    Play
    101024001
    【ヴォールス】
    少し騒がしくしている
    すまんな。ノワール
    101024001
    【ヴォールス】
    ………いや、適正な声量だ。ああ。適正だ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201216.html b/docs/story/201216.html index f2d549192..a4d718b21 100644 --- a/docs/story/201216.html +++ b/docs/story/201216.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_234

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/能動会話/談話室_234

    + + + + + + + +
    Load
    Play
    101032001
    【ガレス】
    これを作り置きにして~
    あとで混ぜるカタチにして~…
    101032001
    【ガレス】
    できたてのほうがオイシイ!
    オイシイほうがいいからな~♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201217.html b/docs/story/201217.html index d294562d9..83a7ab95a 100644 --- a/docs/story/201217.html +++ b/docs/story/201217.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_235

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_235

    + + + + + + + +
    Load
    Play
    101038001
    【ローラ】
    ノワールくん、ちょっといい…?
    101009002
    【ノワール】
    は、箱?
    ちょ、ちょっと待って…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201218.html b/docs/story/201218.html index 606541421..99354d2f4 100644 --- a/docs/story/201218.html +++ b/docs/story/201218.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_236

    View script in lua + + + + + + + + @@ -70,5 +78,13 @@

    1章/能動会話/談話室_236

    + + + + + + + +
    Load
    Play
    101015001
    【アーサー】
    やあ!ノワール
    101009002
    【ノワール】
    …アーサー?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201219.html b/docs/story/201219.html index a967f8404..ac21607fa 100644 --- a/docs/story/201219.html +++ b/docs/story/201219.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_237

    View script in lua + + + + + + + + @@ -85,5 +93,13 @@

    1章/能動会話/談話室_237

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ラグネルにフレン?
    こんな時間になにをやってるんだ?
    101039001
    【フレン】
    はいっ、先生!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201220.html b/docs/story/201220.html index 682ced0f1..9961f9528 100644 --- a/docs/story/201220.html +++ b/docs/story/201220.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_238

    View script in lua + + + + + + + + @@ -75,5 +83,13 @@

    1章/能動会話/談話室_238

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    あらためてGS(ゲシュタルト・シフト)の達成おめでと、ノワール
    101010001
    【ランスロット】
    ああ、こちらこそ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201221.html b/docs/story/201221.html index 611d49d6f..272acb2b8 100644 --- a/docs/story/201221.html +++ b/docs/story/201221.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_239

    View script in lua + + + + + + + + @@ -75,5 +83,13 @@

    1章/能動会話/談話室_239

    + + + + + + + +
    Load
    Play
    101024001
    【ヴォールス】
    本当なのか!?
    101024001
    【ヴォールス】
    もう少し待ってくれるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201222.html b/docs/story/201222.html index 8a21cea8d..32a0ae058 100644 --- a/docs/story/201222.html +++ b/docs/story/201222.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_240

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_240

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    …ヴォールスとクレアは
    401028001
    【おかみさん】
    謎を、明かして欲しいんだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201223.html b/docs/story/201223.html index 3d66df73e..44484e308 100644 --- a/docs/story/201223.html +++ b/docs/story/201223.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_241

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_241

    + + + + + + + +
    Load
    Play
    101027001
    【ディンドラン】
    学園祭のMCを
    パーシヴァル様が務めるのですが
    101009002
    【ノワール】
    こわい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201224.html b/docs/story/201224.html index 8e7067035..7dbfb7928 100644 --- a/docs/story/201224.html +++ b/docs/story/201224.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_242

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/談話室_242

    + + + + + + + +
    Load
    Play
    101039001
    【フレン】
    ノワールくん、裁縫教えてくれない?
    これを完成させたくて
    101039001
    【フレン】
    それから…
    それから………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201225.html b/docs/story/201225.html index fca90009a..52fa15774 100644 --- a/docs/story/201225.html +++ b/docs/story/201225.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_243

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_243

    + + + + + + + +
    Load
    Play
    101014001
    【トリスタン】
    話しかけないでくれる?
    101014001
    【トリスタン】
    ………話しかけないでくれる?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201226.html b/docs/story/201226.html index 5d396cf40..20e879bac 100644 --- a/docs/story/201226.html +++ b/docs/story/201226.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_244

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_244

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    兄さぁん
    101017001
    【マルディサント】
    あとまー最終的には
    アンタの表現で相手をどうしたいか、じゃね?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201227.html b/docs/story/201227.html index f4a3bf5cb..8e9e6ba85 100644 --- a/docs/story/201227.html +++ b/docs/story/201227.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_245

    View script in lua + + + + + + + + @@ -90,5 +98,13 @@

    1章/能動会話/談話室_245

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    やあ、マルディサント
    今日はディナタンと一緒じゃないんだな
    101017001
    【マルディサント】
    これからもアタシがサポートしてやっからさ
    せいぜい頑張んな、オニーサン
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201228.html b/docs/story/201228.html index 08e23f524..e84566e38 100644 --- a/docs/story/201228.html +++ b/docs/story/201228.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_246

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/能動会話/談話室_246

    + + + + + + + +
    Load
    Play
    101037001
    【ラシア】
    あの、ノワール
    かつて敵軍にいたあなたに聞きたいんです
    101009002
    【ノワール】
    それまでに話すべきことをまとめておくべき
    なのかもしれないな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201229.html b/docs/story/201229.html index 8e64c5e6d..4468d884b 100644 --- a/docs/story/201229.html +++ b/docs/story/201229.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_247

    View script in lua + + + + + + + + @@ -75,5 +83,13 @@

    1章/能動会話/談話室_247

    + + + + + + + +
    Load
    Play
    101026001
    【パーシヴァル】
    そういえば感想を聞いていなかったね!!
    学園祭におけるぼくのMCの!!
    101026001
    【パーシヴァル】
    ギーーーーーーーーーーーーー!!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201230.html b/docs/story/201230.html index 398eaed6b..b2c68d422 100644 --- a/docs/story/201230.html +++ b/docs/story/201230.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_248

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/談話室_248

    + + + + + + + +
    Load
    Play
    101033001
    【リオネス】
    ハロウィンまでに大量のカボチャを
    どう手に入れるかが勝負なんだ!
    101009002
    【ノワール】
    口の中が乾いてきた
    何も食べていないのに
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201231.html b/docs/story/201231.html index 1250c636f..5be7b017f 100644 --- a/docs/story/201231.html +++ b/docs/story/201231.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_249

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_249

    + + + + + + + +
    Load
    Play
    101065001
    【キッス】
    ラビットちゃ~ん♪
    リピートアフターミー♪
    101065001
    【キッス】
    私は今夜、若人をたぶらかす魔女になるの~♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201232.html b/docs/story/201232.html index 18d9c5115..d5e64a789 100644 --- a/docs/story/201232.html +++ b/docs/story/201232.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_250

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_250

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    …なにを作ってるんだ?フレン
    101009002
    【ノワール】
    …手伝うよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201233.html b/docs/story/201233.html index 3a6d5c4f6..54aed7c26 100644 --- a/docs/story/201233.html +++ b/docs/story/201233.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_251

    View script in lua + + + + + + + + @@ -95,5 +103,13 @@

    1章/能動会話/談話室_251

    + + + + + + + +
    Load
    Play
    101039001
    【フレン】
    ノワールくん、お疲れ様!
    101039001
    【フレン】
    じゃあ、今度なにかあったら相談するから
    そのときはよろしくね!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201234.html b/docs/story/201234.html index d414a1904..934a6360b 100644 --- a/docs/story/201234.html +++ b/docs/story/201234.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_252

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_252

    + + + + + + + +
    Load
    Play
    101026001
    【パーシヴァル】
    やぁ、ノワール
    ディナタンの具合はどうだい?
    101009002
    【ノワール】
    (暇なのかな?パーシヴァル…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201235.html b/docs/story/201235.html index c7cd0560a..697361b36 100644 --- a/docs/story/201235.html +++ b/docs/story/201235.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_253

    View script in lua + + + + + + + + @@ -75,5 +83,13 @@

    1章/能動会話/談話室_253

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ラロゥ?
    こんなところでなにしてるんだ
    101061001
    【ラロゥ】
    本当だって、起こさないよ
    町じゅうがパニックになるような大騒ぎはさ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201236.html b/docs/story/201236.html index 77659b78f..930aeb435 100644 --- a/docs/story/201236.html +++ b/docs/story/201236.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_254

    View script in lua + + + + + + + + @@ -70,5 +78,13 @@

    1章/能動会話/談話室_254

    + + + + + + + +
    Load
    Play
    101019001
    【イゾルデ】
    急患が多くてパンクしそうよ
    101014001
    【トリスタン】
    さあね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201237.html b/docs/story/201237.html index 08152388d..f471d448a 100644 --- a/docs/story/201237.html +++ b/docs/story/201237.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_255

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/談話室_255

    + + + + + + + +
    Load
    Play
    101017001
    【マルディサント】
    クソ忙しいよ~、もう働きたくねえよ~
    アタシの病室での安息返してくれよ~
    101009002
    【ノワール】
    サボれとは言ってないんだけど
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201238.html b/docs/story/201238.html index 0feb6d637..d4f7cc592 100644 --- a/docs/story/201238.html +++ b/docs/story/201238.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_256

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_256

    + + + + + + + +
    Load
    Play
    101039001
    【フレン】
    服、作ってよかった
    101039001
    【フレン】
    しょーがないっ
    私が仕上げるかあーっ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201239.html b/docs/story/201239.html index 81e1d9408..4c1a0c7ee 100644 --- a/docs/story/201239.html +++ b/docs/story/201239.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_257

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_257

    + + + + + + + +
    Load
    Play
    101023001
    【クラリス】
    くらくらです~
    101023001
    【クラリス】
    エイメン
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201240.html b/docs/story/201240.html index c38ab6a89..6ce90ea4d 100644 --- a/docs/story/201240.html +++ b/docs/story/201240.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_258

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/談話室_258

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    恩義ある人と話す内容は決めたのか?
    101037001
    【ラシア】
    はい
    話す機会を作ることです
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201241.html b/docs/story/201241.html index c80fec4d9..4b5817db1 100644 --- a/docs/story/201241.html +++ b/docs/story/201241.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_259

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_259

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    ふわあ~あぁ~…あっ、ノワール!?
    ごっ、ごきげんよう…
    101009002
    【ノワール】
    ランスロットとギネヴィアもな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201242.html b/docs/story/201242.html index 60edc257d..fc9cc09e8 100644 --- a/docs/story/201242.html +++ b/docs/story/201242.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_260

    View script in lua + + + + + + + + @@ -80,5 +88,13 @@

    1章/能動会話/談話室_260

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    フレン、ローラの様子はどうなんだ?
    101037001
    【ラシア】
    うん!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201243.html b/docs/story/201243.html index b98a48182..16bd92dd2 100644 --- a/docs/story/201243.html +++ b/docs/story/201243.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_261

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_261

    + + + + + + + +
    Load
    Play
    101061001
    【ラロゥ】
    いやあマズいよ
    101061001
    【ラロゥ】
    毎度あり~
    友達価格にしといたげるからさ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201244.html b/docs/story/201244.html index 915272ee8..ce677dc0b 100644 --- a/docs/story/201244.html +++ b/docs/story/201244.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_262

    View script in lua + + + + + + + + @@ -70,5 +78,13 @@

    1章/能動会話/談話室_262

    + + + + + + + +
    Load
    Play
    101022001
    【モルドレッド】
    立場をハッキリさせとかなきゃあな
    101022001
    【モルドレッド】
    …ハッ、ごリッパごリッパ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201245.html b/docs/story/201245.html index 70013a62f..295f085a1 100644 --- a/docs/story/201245.html +++ b/docs/story/201245.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_263

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/談話室_263

    + + + + + + + +
    Load
    Play
    101017001
    【マルディサント】
    オニーサンさぁ…最近さぁ
    101017001
    【マルディサント】
    いなくなってからじゃ
    なにもかも遅ぇよ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201246.html b/docs/story/201246.html index f5dadb1e8..ba63194f6 100644 --- a/docs/story/201246.html +++ b/docs/story/201246.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_264

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/談話室_264

    + + + + + + + +
    Load
    Play
    101063001
    【クリスティーナ】
    ねえ、なにか聞いてない?
    101063001
    【クリスティーナ】
    いなくなったらいなくなったで
    ……さびしいわね、とても
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201247.html b/docs/story/201247.html index ce4888226..02f811d0d 100644 --- a/docs/story/201247.html +++ b/docs/story/201247.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_265

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_265

    + + + + + + + +
    Load
    Play
    101038001
    【ローラ】
    戦場で、ラグネルさんに会ったんだ
    101038001
    【ローラ】
    お願い………ラグネルさんを、お願い
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201248.html b/docs/story/201248.html index 6cf389d3a..4d7e852fc 100644 --- a/docs/story/201248.html +++ b/docs/story/201248.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_266

    View script in lua + + + + + + + + @@ -90,5 +98,13 @@

    1章/能動会話/談話室_266

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ルーシャス?
    なにしてるんだ、こんな時間に
    101051001
    【ルーシャス】
    感謝せねば
    それを教えてくれたヤツらに
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201249.html b/docs/story/201249.html index 660ffa96e..4d6b14583 100644 --- a/docs/story/201249.html +++ b/docs/story/201249.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_267

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_267

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    …あんたが
    こんなところに来ることってあるんだな
    101009002
    【ノワール】
    …殊勝なのかそうじゃないのか
    どっちなんだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201250.html b/docs/story/201250.html index 4b0559a3f..0cb6dac3a 100644 --- a/docs/story/201250.html +++ b/docs/story/201250.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_268

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_268

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ふたりとも、なにしてるんだ?
    101009002
    【ノワール】
    ふたりとも、ありがとう
    じゃあご相伴に預かろうかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201251.html b/docs/story/201251.html index c9648f3c3..d88091614 100644 --- a/docs/story/201251.html +++ b/docs/story/201251.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_269

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/談話室_269

    + + + + + + + +
    Load
    Play
    101032001
    【ガレス】
    あ、ノワール!
    買い出しの手伝いありがとうな♪
    101032001
    【ガレス】
    お任せあれ~♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201252.html b/docs/story/201252.html index 3c5753156..a25db3679 100644 --- a/docs/story/201252.html +++ b/docs/story/201252.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_270

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    1章/能動会話/談話室_270

    + + + + + + + +
    Load
    Play
    101039001
    【フレン】
    あ、ノワールくん。おかえり
    101039001
    【フレン】
    …いいことなのかな、それ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201253.html b/docs/story/201253.html index 0d889582a..b26875c7c 100644 --- a/docs/story/201253.html +++ b/docs/story/201253.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_271

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_271

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    あ、マルイル
    ちょうどいいところに
    101009002
    【ノワール】
    いや、そこまでのモノはいらない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201254.html b/docs/story/201254.html index 5fb1f4cb4..cf670388d 100644 --- a/docs/story/201254.html +++ b/docs/story/201254.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_272

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_272

    + + + + + + + +
    Load
    Play
    101023001
    【クラリス】
    ノワールくん、いけませんよ
    暗~いお顔になっちゃってます
    101009002
    【ノワール】
    …試してみるよ、ありがとう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201255.html b/docs/story/201255.html index 648f6eefe..a0cec82d7 100644 --- a/docs/story/201255.html +++ b/docs/story/201255.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_273

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_273

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ギネヴィア、無事でいてくれるかな…
    101019001
    【イゾルデ】
    …希望は、足元にはないものよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201256.html b/docs/story/201256.html index 51a831acc..557f46853 100644 --- a/docs/story/201256.html +++ b/docs/story/201256.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_274

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_274

    + + + + + + + +
    Load
    Play
    101037001
    【ラシア】
    ノワール
    ちょっといいですか?
    101009002
    【ノワール】
    わかった
    あとで俺からも調子を聞いてみるよ。ありがとう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201257.html b/docs/story/201257.html index 024b8d960..70232bef8 100644 --- a/docs/story/201257.html +++ b/docs/story/201257.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_275

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_275

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    ギネヴィアさん、大丈夫だよね?
    無事だよね?
    101009002
    【ノワール】
    ああ、それがいいかもな
    戻ってきたら、ほかのみんなとも相談しようか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201258.html b/docs/story/201258.html index 9ea7ce7f6..45f85fb38 100644 --- a/docs/story/201258.html +++ b/docs/story/201258.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_276

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_276

    + + + + + + + +
    Load
    Play
    401029001
    【コック長】
    よう、ノワール
    ハラ空かせてないか?
    101009002
    【ノワール】
    い、いや、その…自炊!最近ハマっちゃってさ
    (うかつなことを言わないほうがよさそうだ)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201259.html b/docs/story/201259.html index b138b97ba..8be1798be 100644 --- a/docs/story/201259.html +++ b/docs/story/201259.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_277

    View script in lua + + + + + + + + @@ -80,5 +88,13 @@

    1章/能動会話/談話室_277

    + + + + + + + +
    Load
    Play
    101032001
    【ガレス】
    ノワール、聞いたぞ~!
    ギネヴィアを探しに行くんだって?
    101009002
    【ノワール】
    …そうだな
    ふたりを早く笑顔の食卓に戻してやりたいな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201260.html b/docs/story/201260.html index b548d62f7..e7289d4f2 100644 --- a/docs/story/201260.html +++ b/docs/story/201260.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_278

    View script in lua + + + + + + + + @@ -75,5 +83,13 @@

    1章/能動会話/談話室_278

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    兄さん、お疲れ様
    101012001
    【ディナタン】
    …うん
    わかったよ、兄さん
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201261.html b/docs/story/201261.html index 38d08a90b..935a6df80 100644 --- a/docs/story/201261.html +++ b/docs/story/201261.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_279

    View script in lua + + + + + + + + @@ -80,5 +88,13 @@

    1章/能動会話/談話室_279

    + + + + + + + +
    Load
    Play
    101064001
    【リアム】
    こんばんは、ノワールさん
    101064001
    【リアム】
    (それにしても話の都合上とはいえ
    我ながら少々年寄りぶり過ぎましたかね…?)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201262.html b/docs/story/201262.html index f8cd45130..082d96e83 100644 --- a/docs/story/201262.html +++ b/docs/story/201262.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_280

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_280

    + + + + + + + +
    Load
    Play
    101051001
    【ルーシャス】
    ようやく帰還した元王妃が
    継承者の劔を連れて失踪か。キナ臭い事件だな
    101051001
    【ルーシャス】
    惑えば
    救える者も救えなくなる
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201263.html b/docs/story/201263.html index f247282ca..992fb3c09 100644 --- a/docs/story/201263.html +++ b/docs/story/201263.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_281

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    1章/能動会話/談話室_281

    + + + + + + + +
    Load
    Play
    101032001
    【ガレス】
    ノワール、約束してほしいんだ
    決して無茶はしないって
    101009002
    【ノワール】
    大盛りの上手な食べかたについて、かな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201264.html b/docs/story/201264.html index dba990d32..4641d4f4c 100644 --- a/docs/story/201264.html +++ b/docs/story/201264.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_282

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/談話室_282

    + + + + + + + +
    Load
    Play
    101064001
    【リアム】
    こんばんは
    101009002
    【ノワール】
    雑談が上手なほうじゃないけど
    俺なんかでよければ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201265.html b/docs/story/201265.html index 7add33797..7ca8969bd 100644 --- a/docs/story/201265.html +++ b/docs/story/201265.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_283

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    1章/能動会話/談話室_283

    + + + + + + + +
    Load
    Play
    401027001
    【酒場店主】
    こんばんは、ノワールさん
    101009002
    【ノワール】
    はい、伺います
    聞いてほしいこと、たくさんありますから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201266.html b/docs/story/201266.html index 020429aa0..7329fc319 100644 --- a/docs/story/201266.html +++ b/docs/story/201266.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_284

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    1章/能動会話/談話室_284

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    あ、兄さん。おかえりなさい
    101012001
    【ディナタン】
    う、うん…おやすみなさい…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201267.html b/docs/story/201267.html index c57fc520b..f84154f0c 100644 --- a/docs/story/201267.html +++ b/docs/story/201267.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_285

    View script in lua + + + + + + + + @@ -70,5 +78,13 @@

    1章/能動会話/談話室_285

    + + + + + + + +
    Load
    Play
    101022001
    【モルドレッド】
    オイ
    てめえ、覚悟はできてんだろうな?
    101009002
    【ノワール】
    モルドレッド…
    ありがとう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201268.html b/docs/story/201268.html index d20a40371..6accde046 100644 --- a/docs/story/201268.html +++ b/docs/story/201268.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_286

    View script in lua + + + + + + + + @@ -70,5 +78,13 @@

    1章/能動会話/談話室_286

    + + + + + + + +
    Load
    Play
    101039001
    【フレン】
    ノワールくん、聞いたよ!
    101009002
    【ノワール】
    ここで待ってみようと思う
    彼女は俺に会いに来るって言ってたそうだから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201275.html b/docs/story/201275.html index f4e11cf14..bc86ad68e 100644 --- a/docs/story/201275.html +++ b/docs/story/201275.html @@ -11,6 +11,14 @@

    1章/能動会話/談話室_293

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/談話室_293

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    やあ
    なにしてるん…
    101009002
    【ノワール】
    へえ、国葬の準備か
    時間があったら覗いてみようかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201276.html b/docs/story/201276.html index 57de1cb34..bd446294e 100644 --- a/docs/story/201276.html +++ b/docs/story/201276.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_294

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201277.html b/docs/story/201277.html index be28468bd..0e7babe4e 100644 --- a/docs/story/201277.html +++ b/docs/story/201277.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_295

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201278.html b/docs/story/201278.html index 1a09f8fd5..12136909f 100644 --- a/docs/story/201278.html +++ b/docs/story/201278.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_296

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201279.html b/docs/story/201279.html index 25f470888..764c7ca1d 100644 --- a/docs/story/201279.html +++ b/docs/story/201279.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_297

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201280.html b/docs/story/201280.html index b4a5f0aa1..e345c8885 100644 --- a/docs/story/201280.html +++ b/docs/story/201280.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_298

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201281.html b/docs/story/201281.html index d93e4a831..42d25d0e1 100644 --- a/docs/story/201281.html +++ b/docs/story/201281.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_299

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201282.html b/docs/story/201282.html index 12e45e597..ba8e26a05 100644 --- a/docs/story/201282.html +++ b/docs/story/201282.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_300

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201283.html b/docs/story/201283.html index a2ff2f8e7..5dc993abb 100644 --- a/docs/story/201283.html +++ b/docs/story/201283.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_301

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201284.html b/docs/story/201284.html index e9644428d..f8f65c5a4 100644 --- a/docs/story/201284.html +++ b/docs/story/201284.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_302

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201285.html b/docs/story/201285.html index 7725fa319..b03fe1b1e 100644 --- a/docs/story/201285.html +++ b/docs/story/201285.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_303

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201286.html b/docs/story/201286.html index b61a4c0d3..c230fd7e5 100644 --- a/docs/story/201286.html +++ b/docs/story/201286.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_304

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201287.html b/docs/story/201287.html index 791c96c63..8c7735b34 100644 --- a/docs/story/201287.html +++ b/docs/story/201287.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_305

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201288.html b/docs/story/201288.html index 785a316d4..9524dea66 100644 --- a/docs/story/201288.html +++ b/docs/story/201288.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_306

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201289.html b/docs/story/201289.html index 71a5630ad..7dac3da17 100644 --- a/docs/story/201289.html +++ b/docs/story/201289.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_307

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201290.html b/docs/story/201290.html index a274ab258..39dc444ab 100644 --- a/docs/story/201290.html +++ b/docs/story/201290.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_308

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201291.html b/docs/story/201291.html index 0a6879945..988c30a21 100644 --- a/docs/story/201291.html +++ b/docs/story/201291.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_309

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201292.html b/docs/story/201292.html index d3ccb06bf..89cd23c78 100644 --- a/docs/story/201292.html +++ b/docs/story/201292.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_310

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201293.html b/docs/story/201293.html index 6e43c8abf..669b07564 100644 --- a/docs/story/201293.html +++ b/docs/story/201293.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_311

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201294.html b/docs/story/201294.html index cb29123e8..8ce40f172 100644 --- a/docs/story/201294.html +++ b/docs/story/201294.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_312

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201295.html b/docs/story/201295.html index 7ad645105..327d86af8 100644 --- a/docs/story/201295.html +++ b/docs/story/201295.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_313

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201296.html b/docs/story/201296.html index adea29120..bd7b5c4ba 100644 --- a/docs/story/201296.html +++ b/docs/story/201296.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_314

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201297.html b/docs/story/201297.html index cb7596769..7d6bf8ddc 100644 --- a/docs/story/201297.html +++ b/docs/story/201297.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_315

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201298.html b/docs/story/201298.html index 34b3bb662..7effbe99e 100644 --- a/docs/story/201298.html +++ b/docs/story/201298.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_316

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201299.html b/docs/story/201299.html index be46f13ff..4ea481c89 100644 --- a/docs/story/201299.html +++ b/docs/story/201299.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_317

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201300.html b/docs/story/201300.html index 121e4a3eb..7f21392ce 100644 --- a/docs/story/201300.html +++ b/docs/story/201300.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_318

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201301.html b/docs/story/201301.html index 61158c945..294d40df7 100644 --- a/docs/story/201301.html +++ b/docs/story/201301.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_319

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201302.html b/docs/story/201302.html index a6374ec8d..9118afe17 100644 --- a/docs/story/201302.html +++ b/docs/story/201302.html @@ -10,5 +10,21 @@

    1章/能動会話/談話室_320

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201303.html b/docs/story/201303.html index eba35f4eb..17a9bacd1 100644 --- a/docs/story/201303.html +++ b/docs/story/201303.html @@ -11,9 +11,30 @@

    1章/能動会話/居住区入口

    View script in lua + + + + + + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    もう外は暗い
    談話室から出るのはやめておこう
    101009002
    【(選択肢)】
    1. ないので休む
    2. あるので休まない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201304.html b/docs/story/201304.html index 6cc3c426e..3e8aec55e 100644 --- a/docs/story/201304.html +++ b/docs/story/201304.html @@ -11,11 +11,24 @@

    1章/能動会話/学生寮入口

    View script in lua + + + + + + + + + + + + + @@ -25,5 +38,13 @@

    1章/能動会話/学生寮入口

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    やり残したことはないかな…?
    101009002
    【(選択肢)】
    1. ないので休む
    2. あるので休まない
    101009002
    【ノワール】
    明日に備えて
    今日はもう休むことにしよう
    101009002
    【ノワール】
    もうちょっと
    やっておきたいことがあるな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201305.html b/docs/story/201305.html index 480360880..ff84fb963 100644 --- a/docs/story/201305.html +++ b/docs/story/201305.html @@ -11,6 +11,18 @@

    1章/メイン/ウレリーと勉強

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/メイン/ウレリーと勉強

    + + + + + + + +
    template1
    Load
    Play
    101068001
    【ウレリー】
    ノワールくん、頭は良さそうなのに
    勉強は…えーっと、大丈夫?ついていけてる?
    101068001
    【ウレリー】
    あの静けさ、整然とした本の積まれ具合
    新しい紙の匂い、古書のカビ臭さ…イイよねえ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201306.html b/docs/story/201306.html index d26a041cf..4e95a8f38 100644 --- a/docs/story/201306.html +++ b/docs/story/201306.html @@ -11,6 +11,18 @@

    1章/メイン/ウレリーと特訓

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/ウレリーと特訓

    + + + + + + + +
    template1
    Load
    Play
    101068001
    【ウレリー】
    ノワールくん
    なんか難しいカオしてるよ
    101009002
    【ノワール】
    うーん。いいように使われている気がするけど
    気晴らしに体を動かすのいいかもしれないな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201307.html b/docs/story/201307.html index 846ab57d8..a7199d404 100644 --- a/docs/story/201307.html +++ b/docs/story/201307.html @@ -11,6 +11,18 @@

    1章/メイン/ウレリーと裁縫

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    1章/メイン/ウレリーと裁縫

    + + + + + + + +
    template1
    Load
    Play
    101068001
    【ウレリー】
    妹さんから
    ノワールくんは裁縫が得意だって聞いたんだ
    101068001
    【ウレリー】
    学級委員長(ワタシ)が私財を投げ打って用意しました
    ふふふふっ、ノワールくんにも貸してあげるね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201308.html b/docs/story/201308.html index 6a875135e..cfd955280 100644 --- a/docs/story/201308.html +++ b/docs/story/201308.html @@ -11,6 +11,18 @@

    1章/メイン/ウレリーと絵描

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/メイン/ウレリーと絵描

    + + + + + + + +
    template1
    Load
    Play
    101068001
    【ウレリー】
    心が乾いてるんじゃない?
    戦場の地獄を見てきたノワールくんは
    101068001
    【ウレリー】
    生徒会長代理(ワタシ)が私財を投げ打って
    画架(イーゼル)を設置しております。使ってみてね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201309.html b/docs/story/201309.html index d3613b9f4..a6a511fd0 100644 --- a/docs/story/201309.html +++ b/docs/story/201309.html @@ -11,6 +11,18 @@

    1章/メイン/ウレリーと花壇

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/ウレリーと花壇

    + + + + + + + +
    template1
    Load
    Play
    101068001
    【ウレリー】
    平気で花を踏みつぶしたりしない
    優しさにあふれる人間だよね?ノワールくんは
    101068001
    【ウレリー】
    貴方の中にひとかけらでも優しさがあるなら
    ちょっと手伝ってもらえると嬉しいなあ…チラッ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201310.html b/docs/story/201310.html index f861bee46..9c8dc634c 100644 --- a/docs/story/201310.html +++ b/docs/story/201310.html @@ -11,6 +11,18 @@

    1章/メイン/ウレリーとツボとタル

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,23 @@

    1章/メイン/ウレリーとツボとタル

    + + + + + + + + + + + + + + + + + @@ -50,5 +79,13 @@

    1章/メイン/ウレリーとツボとタル

    + + + + + + + +
    template1
    Load
    Play
    101068001
    【ウレリー】
    ノワールくん、足クセ悪いよね
    【ウレリー】
    廊下に置いてあるツボ
    蹴り壊してたって聞いたよ
    101009002
    【(選択肢)】
    1. 蹴り壊してない。他人の空似だ
    2. 蹴り壊した。ツボがあったから
    BlockMA_01104_306_1_1
    BlockMA_01104_306_1_2
    BlockMA_01104_306_1end
    101068001
    【ウレリー】
    教えてあげる
    101009002
    【ノワール】
    街中のタルはもう学園七不思議の範疇じゃないな
    しかし怖いなー
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201311.html b/docs/story/201311.html index db04158db..d51da8d15 100644 --- a/docs/story/201311.html +++ b/docs/story/201311.html @@ -11,6 +11,18 @@

    1章/メイン/ウレリーと屋上

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/ウレリーと屋上

    + + + + + + + +
    template1
    Load
    Play
    101068001
    【ウレリー】
    バカは高いところが好きというけど
    ノワールくんは屋上に行ったことある?
    101009002
    【ノワール】
    (うまく流されたな)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201312.html b/docs/story/201312.html index 1649d5f12..965bf8d10 100644 --- a/docs/story/201312.html +++ b/docs/story/201312.html @@ -11,6 +11,18 @@

    1章/メイン/ウレリーと療養院

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/メイン/ウレリーと療養院

    + + + + + + + +
    template1
    Load
    Play
    101068001
    【ウレリー】
    つまり…サボりすぎてるせいで
    マルディサントが授業についていけていないと
    101009002
    【ノワール】
    (ウレリー…嬉しそうだな)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201313.html b/docs/story/201313.html index b3380ee43..1e0655d53 100644 --- a/docs/story/201313.html +++ b/docs/story/201313.html @@ -11,6 +11,18 @@

    1章/メイン/ウレリーと食堂

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    1章/メイン/ウレリーと食堂

    + + + + + + + +
    template1
    Load
    Play
    101068001
    【ウレリー】
    好き嫌いはいけませんよ、ランスロット卿
    101009002
    【ノワール】
    (ガンガンいくな、ウレリー…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201314.html b/docs/story/201314.html index 310a3f3d4..2870482f3 100644 --- a/docs/story/201314.html +++ b/docs/story/201314.html @@ -11,6 +11,18 @@

    1章/メイン/ウレリーと猫と兵士

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,27 @@

    1章/メイン/ウレリーと猫と兵士

    + + + + + + + + + + + + + + + + + + + + + @@ -60,5 +93,13 @@

    1章/メイン/ウレリーと猫と兵士

    + + + + + + + +
    template1
    Load
    Play
    101068001
    【ウレリー】
    貴方はどこから来たのかにゃあ?
    教えてくれるかにゃん?
    【ノワール】
    あっ
    101009002
    【(選択肢)】
    1. 何も見てないぞ
    2. うわ~
    3. うわうわ~
    BlockMA_01104_310_1_1
    BlockMA_01104_310_1_2
    BlockMA_01104_310_1_3
    BlockMA_01104_310_1end
    101068001
    【ウレリー】
    普段真面目ぶってるクセに
    「猫なで声がキモイ」って思ったよねエ!?!?
    101009002
    【ノワール】
    過去イチ雑な教えだなあ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201315.html b/docs/story/201315.html index 31a3a40c6..b4aed6011 100644 --- a/docs/story/201315.html +++ b/docs/story/201315.html @@ -11,6 +11,18 @@

    1章/メイン/ウレリーと大工房

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    1章/メイン/ウレリーと大工房

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ウレリーはいつも忙しそうだな…
    これから出かけるのか?
    101068001
    【ウレリー】
    またね。ノワールくん
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201316.html b/docs/story/201316.html index 23759109c..d7389015b 100644 --- a/docs/story/201316.html +++ b/docs/story/201316.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0413_BTL依頼任務1【掃討】荒野_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201317.html b/docs/story/201317.html index fe790026f..8824665ce 100644 --- a/docs/story/201317.html +++ b/docs/story/201317.html @@ -10,5 +10,21 @@

    1章/バトルADV/G0918_BTL依頼任務1【防衛】荒野_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201318.html b/docs/story/201318.html index dc3bcbcc9..c8e49ee0c 100644 --- a/docs/story/201318.html +++ b/docs/story/201318.html @@ -10,5 +10,21 @@

    1章/バトルADV/G0918_BTL依頼任務1【防衛】荒野_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201319.html b/docs/story/201319.html index beea729b8..378fa7b42 100644 --- a/docs/story/201319.html +++ b/docs/story/201319.html @@ -10,5 +10,21 @@

    1章/バトルADV/G0918_BTL依頼任務1【防衛】荒野_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201320.html b/docs/story/201320.html index 3ed2fd38d..46ac231d7 100644 --- a/docs/story/201320.html +++ b/docs/story/201320.html @@ -10,5 +10,21 @@

    1章/バトルADV/G0918_BTL依頼任務1【防衛】荒野_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201321.html b/docs/story/201321.html index e7c879d1f..8790e6f63 100644 --- a/docs/story/201321.html +++ b/docs/story/201321.html @@ -10,5 +10,21 @@

    1章/バトルADV/G0918_BTL依頼任務1【防衛】荒野_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201322.html b/docs/story/201322.html index 46262c792..77e532961 100644 --- a/docs/story/201322.html +++ b/docs/story/201322.html @@ -10,5 +10,21 @@

    1章/バトルADV/L1002_BTL依頼任務4【掃討】平原_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201323.html b/docs/story/201323.html index e736d59fb..93fb60a86 100644 --- a/docs/story/201323.html +++ b/docs/story/201323.html @@ -10,5 +10,21 @@

    1章/バトルADV/L1211_BTL依頼任務3【防衛】平原_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201324.html b/docs/story/201324.html index 45948f0db..eb7a6f5fb 100644 --- a/docs/story/201324.html +++ b/docs/story/201324.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0523_BTL依頼任務4【防衛】平原_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201325.html b/docs/story/201325.html index c7f6d7955..5d1945d9c 100644 --- a/docs/story/201325.html +++ b/docs/story/201325.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0523_BTL依頼任務4【防衛】平原_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201326.html b/docs/story/201326.html index 1e8a17f95..f8acbae34 100644 --- a/docs/story/201326.html +++ b/docs/story/201326.html @@ -10,5 +10,21 @@

    1章/バトルADV/D1209_BTL依頼任務2【討伐】森_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201327.html b/docs/story/201327.html index f1a542dc7..94825bdaa 100644 --- a/docs/story/201327.html +++ b/docs/story/201327.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0425_BTL依頼任務7【掃討】遺跡_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201328.html b/docs/story/201328.html index 3c78055d1..b0eb25b58 100644 --- a/docs/story/201328.html +++ b/docs/story/201328.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0425_BTL依頼任務7【掃討】遺跡_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201329.html b/docs/story/201329.html index b308d8023..b090eef4c 100644 --- a/docs/story/201329.html +++ b/docs/story/201329.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0425_BTL依頼任務7【掃討】遺跡_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201330.html b/docs/story/201330.html index ae4c069a1..1e1456559 100644 --- a/docs/story/201330.html +++ b/docs/story/201330.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0425_BTL依頼任務7【掃討】遺跡_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201331.html b/docs/story/201331.html index a0a298565..84e248d5c 100644 --- a/docs/story/201331.html +++ b/docs/story/201331.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0805_BTL依頼任務3【進行】遺跡_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201332.html b/docs/story/201332.html index dcf36255f..218a79a01 100644 --- a/docs/story/201332.html +++ b/docs/story/201332.html @@ -10,5 +10,21 @@

    1章/バトルADV/G1221_BTL依頼任務5【防衛】遺跡_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201333.html b/docs/story/201333.html index 3311965c4..360ca2adc 100644 --- a/docs/story/201333.html +++ b/docs/story/201333.html @@ -10,5 +10,21 @@

    1章/バトルADV/G1224_BTL依頼任務6【防衛】洞窟_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201334.html b/docs/story/201334.html index 074b05c30..961f5267a 100644 --- a/docs/story/201334.html +++ b/docs/story/201334.html @@ -10,5 +10,21 @@

    1章/バトルADV/G1224_BTL依頼任務6【防衛】洞窟_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201335.html b/docs/story/201335.html index 92ea1a3e0..4ee5a993a 100644 --- a/docs/story/201335.html +++ b/docs/story/201335.html @@ -10,5 +10,21 @@

    1章/バトルADV/G1224_BTL依頼任務6【防衛】洞窟_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201336.html b/docs/story/201336.html index 387de0ed4..46867e613 100644 --- a/docs/story/201336.html +++ b/docs/story/201336.html @@ -10,5 +10,21 @@

    1章/バトルADV/G1224_BTL依頼任務6【防衛】洞窟_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201337.html b/docs/story/201337.html index f6ac240c0..133baee3d 100644 --- a/docs/story/201337.html +++ b/docs/story/201337.html @@ -10,5 +10,21 @@

    1章/バトルADV/G1224_BTL依頼任務6【防衛】洞窟_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201338.html b/docs/story/201338.html index 420213536..f7f9241ad 100644 --- a/docs/story/201338.html +++ b/docs/story/201338.html @@ -10,5 +10,21 @@

    1章/バトルADV/G1224_BTL依頼任務6【防衛】洞窟_増援06

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201339.html b/docs/story/201339.html index 7a6d47cbb..d6a357666 100644 --- a/docs/story/201339.html +++ b/docs/story/201339.html @@ -10,5 +10,21 @@

    1章/バトルADV/G1224_BTL依頼任務6【防衛】洞窟_増援07

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201340.html b/docs/story/201340.html index 5c4fcf04c..d70fb425a 100644 --- a/docs/story/201340.html +++ b/docs/story/201340.html @@ -10,5 +10,21 @@

    1章/バトルADV/G1224_BTL依頼任務6【防衛】洞窟_増援08

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201341.html b/docs/story/201341.html index ecdcd85b0..250099a83 100644 --- a/docs/story/201341.html +++ b/docs/story/201341.html @@ -10,5 +10,21 @@

    1章/バトルADV/L1227_BTL依頼任務4【耐久】雪_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201342.html b/docs/story/201342.html index 8a96fa620..6c22b1fa2 100644 --- a/docs/story/201342.html +++ b/docs/story/201342.html @@ -10,5 +10,21 @@

    1章/バトルADV/L1227_BTL依頼任務4【耐久】雪_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201343.html b/docs/story/201343.html index 94bc0d315..0add10e90 100644 --- a/docs/story/201343.html +++ b/docs/story/201343.html @@ -10,5 +10,21 @@

    1章/バトルADV/L1227_BTL依頼任務4【耐久】雪_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201344.html b/docs/story/201344.html index 721fcda6d..096740ed0 100644 --- a/docs/story/201344.html +++ b/docs/story/201344.html @@ -10,5 +10,21 @@

    1章/バトルADV/L1227_BTL依頼任務4【耐久】雪_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201345.html b/docs/story/201345.html index 8be7b811b..64bdfde5d 100644 --- a/docs/story/201345.html +++ b/docs/story/201345.html @@ -10,5 +10,21 @@

    1章/バトルADV/G0903_BTL依頼任務9【掃討】海_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201346.html b/docs/story/201346.html index 5fa66f020..e8c82cfe7 100644 --- a/docs/story/201346.html +++ b/docs/story/201346.html @@ -10,5 +10,21 @@

    1章/バトルADV/G0903_BTL依頼任務9【掃討】海_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201347.html b/docs/story/201347.html index 189c28c84..8bb85fca4 100644 --- a/docs/story/201347.html +++ b/docs/story/201347.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0508_BTL依頼任務6【進行】海_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201348.html b/docs/story/201348.html index 7026efac8..2e9bfc73c 100644 --- a/docs/story/201348.html +++ b/docs/story/201348.html @@ -10,5 +10,21 @@

    1章/バトルADV/G0110_BTL依頼任務5【討伐】街_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201349.html b/docs/story/201349.html index c054eb609..efb0a77e7 100644 --- a/docs/story/201349.html +++ b/docs/story/201349.html @@ -10,5 +10,21 @@

    1章/バトルADV/G0110_BTL依頼任務5【討伐】街_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201350.html b/docs/story/201350.html index 3da7de660..150176f9d 100644 --- a/docs/story/201350.html +++ b/docs/story/201350.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0513_BTL依頼任務7【防衛】室内_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201351.html b/docs/story/201351.html index f6513c753..c63527046 100644 --- a/docs/story/201351.html +++ b/docs/story/201351.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0513_依頼任務7【防衛】室内_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201352.html b/docs/story/201352.html index 6e2e84ec1..76d90cbf7 100644 --- a/docs/story/201352.html +++ b/docs/story/201352.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0606_依頼任務13【掃討】荒野_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201353.html b/docs/story/201353.html index 54f6a90bd..6b8bc736a 100644 --- a/docs/story/201353.html +++ b/docs/story/201353.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0923_依頼任務8【防衛】荒野_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201354.html b/docs/story/201354.html index 8750b36f0..c2cb8aac6 100644 --- a/docs/story/201354.html +++ b/docs/story/201354.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0923_依頼任務8【防衛】荒野_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201355.html b/docs/story/201355.html index 874535758..aeafca891 100644 --- a/docs/story/201355.html +++ b/docs/story/201355.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0923_依頼任務8【防衛】荒野_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201356.html b/docs/story/201356.html index 2139947c2..898d51e58 100644 --- a/docs/story/201356.html +++ b/docs/story/201356.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0923_依頼任務8【防衛】荒野_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201357.html b/docs/story/201357.html index 644c463cf..c7e270f21 100644 --- a/docs/story/201357.html +++ b/docs/story/201357.html @@ -10,5 +10,21 @@

    1章/バトルADV/L0923_依頼任務8【防衛】荒野_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201358.html b/docs/story/201358.html index c445f0e68..b52fa4924 100644 --- a/docs/story/201358.html +++ b/docs/story/201358.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0716_依頼任務14【掃討】遺跡_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201359.html b/docs/story/201359.html index 654182f73..17df4cfb1 100644 --- a/docs/story/201359.html +++ b/docs/story/201359.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0716_依頼任務14【掃討】遺跡_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201360.html b/docs/story/201360.html index 157780f82..b31f980a3 100644 --- a/docs/story/201360.html +++ b/docs/story/201360.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0716_依頼任務14【掃討】遺跡_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201361.html b/docs/story/201361.html index a146eea2c..02b0646f9 100644 --- a/docs/story/201361.html +++ b/docs/story/201361.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0716_依頼任務14【掃討】遺跡_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201362.html b/docs/story/201362.html index d203e2cae..bc68623c2 100644 --- a/docs/story/201362.html +++ b/docs/story/201362.html @@ -10,5 +10,21 @@

    1章/バトルADV/G1109_依頼任務10【進行】遺跡_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201363.html b/docs/story/201363.html index c9b5c3ab2..457eee9ba 100644 --- a/docs/story/201363.html +++ b/docs/story/201363.html @@ -10,5 +10,21 @@

    1章/バトルADV/D1023_依頼任務11【進行】遺跡_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201364.html b/docs/story/201364.html index 466b6d5e3..fccded908 100644 --- a/docs/story/201364.html +++ b/docs/story/201364.html @@ -10,5 +10,21 @@

    1章/バトルADV/G1122_依頼任務15【掃討】海_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201365.html b/docs/story/201365.html index 297e48e99..effaf7a87 100644 --- a/docs/story/201365.html +++ b/docs/story/201365.html @@ -10,5 +10,21 @@

    1章/バトルADV/G1122_依頼任務15【掃討】海_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201366.html b/docs/story/201366.html index 94e7f2f8a..3c3eb37ed 100644 --- a/docs/story/201366.html +++ b/docs/story/201366.html @@ -10,5 +10,21 @@

    1章/バトルADV/G1001_依頼任務16【掃討】海_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201367.html b/docs/story/201367.html index f6a71dc8d..db5d0a3ab 100644 --- a/docs/story/201367.html +++ b/docs/story/201367.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0711_依頼任務12【進行】海_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201368.html b/docs/story/201368.html index 7a50114c2..30615bf3b 100644 --- a/docs/story/201368.html +++ b/docs/story/201368.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0711_依頼任務12【進行】海_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201369.html b/docs/story/201369.html index 005708436..119e3bb80 100644 --- a/docs/story/201369.html +++ b/docs/story/201369.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0711_依頼任務12【進行】海_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201370.html b/docs/story/201370.html index b73763b1c..db4ddfc19 100644 --- a/docs/story/201370.html +++ b/docs/story/201370.html @@ -10,5 +10,21 @@

    1章/バトルADV/G1020_依頼任務18【掃討】室内_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201371.html b/docs/story/201371.html index 5524fa1a0..9d8027ad0 100644 --- a/docs/story/201371.html +++ b/docs/story/201371.html @@ -10,5 +10,21 @@

    1章/バトルADV/G1020_依頼任務18【掃討】室内_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201372.html b/docs/story/201372.html index d154f1cea..501f30a28 100644 --- a/docs/story/201372.html +++ b/docs/story/201372.html @@ -10,5 +10,21 @@

    シナリオ01/バトルADV/DAY01_BTL01_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201373.html b/docs/story/201373.html index a199c22e9..068b48add 100644 --- a/docs/story/201373.html +++ b/docs/story/201373.html @@ -10,5 +10,21 @@

    シナリオ01/バトルADV/DAY01_BTL01_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201374.html b/docs/story/201374.html index fc29f4312..71d942846 100644 --- a/docs/story/201374.html +++ b/docs/story/201374.html @@ -10,5 +10,21 @@

    シナリオ01/バトルADV/DAY01_BTL01_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201375.html b/docs/story/201375.html index 23312aeeb..478193202 100644 --- a/docs/story/201375.html +++ b/docs/story/201375.html @@ -10,5 +10,21 @@

    シナリオ01/バトルADV/DAY01_BTL01_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201376.html b/docs/story/201376.html index 643cac101..caae6e6bb 100644 --- a/docs/story/201376.html +++ b/docs/story/201376.html @@ -10,5 +10,21 @@

    シナリオ01/バトルADV/DAY01_BTL02_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201377.html b/docs/story/201377.html index 96f010a8d..e92eb9830 100644 --- a/docs/story/201377.html +++ b/docs/story/201377.html @@ -10,5 +10,21 @@

    シナリオ01/バトルADV/DAY01_BTL02_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201378.html b/docs/story/201378.html index de733eeaa..22ee46b2d 100644 --- a/docs/story/201378.html +++ b/docs/story/201378.html @@ -10,5 +10,21 @@

    シナリオ01/バトルADV/DAY01_BTL03_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201379.html b/docs/story/201379.html index ab7c16307..c6d77ff43 100644 --- a/docs/story/201379.html +++ b/docs/story/201379.html @@ -10,5 +10,21 @@

    シナリオ01/バトルADV/DAY01_BTL03_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201380.html b/docs/story/201380.html index 9a5193abb..910fab787 100644 --- a/docs/story/201380.html +++ b/docs/story/201380.html @@ -10,5 +10,21 @@

    シナリオ01/バトルADV/DAY01_BTL03_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201381.html b/docs/story/201381.html index 542efd94f..ee18f6d3f 100644 --- a/docs/story/201381.html +++ b/docs/story/201381.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア001_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201382.html b/docs/story/201382.html index b19482b73..0ff6cb3b0 100644 --- a/docs/story/201382.html +++ b/docs/story/201382.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア001_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201383.html b/docs/story/201383.html index 8fe1d5b23..7a7e2ab87 100644 --- a/docs/story/201383.html +++ b/docs/story/201383.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア002_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201384.html b/docs/story/201384.html index a679726c0..43a7b4747 100644 --- a/docs/story/201384.html +++ b/docs/story/201384.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア002_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201385.html b/docs/story/201385.html index 8f9a5b0dc..91c58c19a 100644 --- a/docs/story/201385.html +++ b/docs/story/201385.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア003_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201386.html b/docs/story/201386.html index 78058d70a..63f7da2f2 100644 --- a/docs/story/201386.html +++ b/docs/story/201386.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア003_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201387.html b/docs/story/201387.html index e43c2af0e..e9803e7ad 100644 --- a/docs/story/201387.html +++ b/docs/story/201387.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア004_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201388.html b/docs/story/201388.html index 9111094ca..733dd50df 100644 --- a/docs/story/201388.html +++ b/docs/story/201388.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア004_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201389.html b/docs/story/201389.html index e237a5b1a..74576fab9 100644 --- a/docs/story/201389.html +++ b/docs/story/201389.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア004_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201390.html b/docs/story/201390.html index 4ac6e1925..e6cfe01a5 100644 --- a/docs/story/201390.html +++ b/docs/story/201390.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア005_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201391.html b/docs/story/201391.html index b6dbb8bfc..bc479499a 100644 --- a/docs/story/201391.html +++ b/docs/story/201391.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア005_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201392.html b/docs/story/201392.html index 5d61856d8..238adaa9a 100644 --- a/docs/story/201392.html +++ b/docs/story/201392.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア005_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201393.html b/docs/story/201393.html index 9868c89e9..e6d3ca86c 100644 --- a/docs/story/201393.html +++ b/docs/story/201393.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア006_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201394.html b/docs/story/201394.html index 6ba9005c9..2404bd538 100644 --- a/docs/story/201394.html +++ b/docs/story/201394.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア006_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201395.html b/docs/story/201395.html index 2008d6505..871774f17 100644 --- a/docs/story/201395.html +++ b/docs/story/201395.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア006_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201396.html b/docs/story/201396.html index a30853a00..517e5f834 100644 --- a/docs/story/201396.html +++ b/docs/story/201396.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア006_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201397.html b/docs/story/201397.html index e64deb716..ba87697c6 100644 --- a/docs/story/201397.html +++ b/docs/story/201397.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア006_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201398.html b/docs/story/201398.html index 049ec2b28..e6399ddbd 100644 --- a/docs/story/201398.html +++ b/docs/story/201398.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア007_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201399.html b/docs/story/201399.html index 7eba2d2fe..2b44c378b 100644 --- a/docs/story/201399.html +++ b/docs/story/201399.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア007_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201400.html b/docs/story/201400.html index 6eac67ff6..aaab55fd1 100644 --- a/docs/story/201400.html +++ b/docs/story/201400.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア007_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201401.html b/docs/story/201401.html index f06af4d01..5b5a38f81 100644 --- a/docs/story/201401.html +++ b/docs/story/201401.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア007_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201402.html b/docs/story/201402.html index 564ecff72..8363834b4 100644 --- a/docs/story/201402.html +++ b/docs/story/201402.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア007_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201403.html b/docs/story/201403.html index 86d60576b..ea05fe662 100644 --- a/docs/story/201403.html +++ b/docs/story/201403.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア008_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201404.html b/docs/story/201404.html index 4b517e7cc..6b46afae1 100644 --- a/docs/story/201404.html +++ b/docs/story/201404.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア008_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201405.html b/docs/story/201405.html index 701feb79a..ada257cbf 100644 --- a/docs/story/201405.html +++ b/docs/story/201405.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア008_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201406.html b/docs/story/201406.html index d16b2aa86..253222df6 100644 --- a/docs/story/201406.html +++ b/docs/story/201406.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア008_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201407.html b/docs/story/201407.html index 7eb1e8797..5bc3816da 100644 --- a/docs/story/201407.html +++ b/docs/story/201407.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア009_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201408.html b/docs/story/201408.html index 187463f16..7bca045d2 100644 --- a/docs/story/201408.html +++ b/docs/story/201408.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア009_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201409.html b/docs/story/201409.html index 55a8ef982..dbe24ba2c 100644 --- a/docs/story/201409.html +++ b/docs/story/201409.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア009_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201410.html b/docs/story/201410.html index 900993ab0..b34cbbd43 100644 --- a/docs/story/201410.html +++ b/docs/story/201410.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア009_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201411.html b/docs/story/201411.html index accd4554c..3da2fdae5 100644 --- a/docs/story/201411.html +++ b/docs/story/201411.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア009_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201412.html b/docs/story/201412.html index ebf6ef879..1d380eba9 100644 --- a/docs/story/201412.html +++ b/docs/story/201412.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア010_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201413.html b/docs/story/201413.html index 222dd5200..2c86c94dd 100644 --- a/docs/story/201413.html +++ b/docs/story/201413.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア010_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201414.html b/docs/story/201414.html index 64bde709a..2a1090514 100644 --- a/docs/story/201414.html +++ b/docs/story/201414.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア010_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201415.html b/docs/story/201415.html index 543430340..874441e32 100644 --- a/docs/story/201415.html +++ b/docs/story/201415.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア010_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201416.html b/docs/story/201416.html index 0000bdd15..ea7bdbcb2 100644 --- a/docs/story/201416.html +++ b/docs/story/201416.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット001_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201417.html b/docs/story/201417.html index 75547ce7b..6ba054c28 100644 --- a/docs/story/201417.html +++ b/docs/story/201417.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット001_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201418.html b/docs/story/201418.html index 56d663d49..aa4221619 100644 --- a/docs/story/201418.html +++ b/docs/story/201418.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット002_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201419.html b/docs/story/201419.html index 9c759209d..a58230ca1 100644 --- a/docs/story/201419.html +++ b/docs/story/201419.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット002_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201420.html b/docs/story/201420.html index 8f740792b..e1e3d9205 100644 --- a/docs/story/201420.html +++ b/docs/story/201420.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット003_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201421.html b/docs/story/201421.html index e7c1f470e..762167a1e 100644 --- a/docs/story/201421.html +++ b/docs/story/201421.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット003_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201422.html b/docs/story/201422.html index 6a07cacf3..26742db53 100644 --- a/docs/story/201422.html +++ b/docs/story/201422.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット004_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201423.html b/docs/story/201423.html index 2b6392c8f..b468509af 100644 --- a/docs/story/201423.html +++ b/docs/story/201423.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット004_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201424.html b/docs/story/201424.html index 9979a1944..fdb8b9495 100644 --- a/docs/story/201424.html +++ b/docs/story/201424.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット004_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201425.html b/docs/story/201425.html index b5c39a755..59c583b05 100644 --- a/docs/story/201425.html +++ b/docs/story/201425.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット005_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201426.html b/docs/story/201426.html index b5db42d79..6655b64d3 100644 --- a/docs/story/201426.html +++ b/docs/story/201426.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット005_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201427.html b/docs/story/201427.html index bdf16d0a2..9f923c465 100644 --- a/docs/story/201427.html +++ b/docs/story/201427.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット005_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201428.html b/docs/story/201428.html index 310596aaf..67963d2fd 100644 --- a/docs/story/201428.html +++ b/docs/story/201428.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット006_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201429.html b/docs/story/201429.html index 4e769362f..e609579e8 100644 --- a/docs/story/201429.html +++ b/docs/story/201429.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット006_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201430.html b/docs/story/201430.html index 14751fda5..50b1eda13 100644 --- a/docs/story/201430.html +++ b/docs/story/201430.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット006_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201431.html b/docs/story/201431.html index ea535118a..d52de1285 100644 --- a/docs/story/201431.html +++ b/docs/story/201431.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット006_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201432.html b/docs/story/201432.html index c581d7726..4b932c500 100644 --- a/docs/story/201432.html +++ b/docs/story/201432.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット006_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201433.html b/docs/story/201433.html index 530a1e66b..f705481c7 100644 --- a/docs/story/201433.html +++ b/docs/story/201433.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット007_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201434.html b/docs/story/201434.html index 183543db9..eec81d285 100644 --- a/docs/story/201434.html +++ b/docs/story/201434.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット007_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201435.html b/docs/story/201435.html index 4082f2526..21979e510 100644 --- a/docs/story/201435.html +++ b/docs/story/201435.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット007_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201436.html b/docs/story/201436.html index 24061474f..a0f570826 100644 --- a/docs/story/201436.html +++ b/docs/story/201436.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット007_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201437.html b/docs/story/201437.html index e9a127f2d..8681d5301 100644 --- a/docs/story/201437.html +++ b/docs/story/201437.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット007_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201438.html b/docs/story/201438.html index c0a79d876..62939255d 100644 --- a/docs/story/201438.html +++ b/docs/story/201438.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット008_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201439.html b/docs/story/201439.html index e12b49109..c6a6b7dbc 100644 --- a/docs/story/201439.html +++ b/docs/story/201439.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット008_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201440.html b/docs/story/201440.html index b11e19009..44abca01b 100644 --- a/docs/story/201440.html +++ b/docs/story/201440.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット008_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201441.html b/docs/story/201441.html index a7d30c66f..b55855fd6 100644 --- a/docs/story/201441.html +++ b/docs/story/201441.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット008_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201442.html b/docs/story/201442.html index ce7ff9797..4bb27d58e 100644 --- a/docs/story/201442.html +++ b/docs/story/201442.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット008_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201443.html b/docs/story/201443.html index 0c69ddc9b..67ed2b03c 100644 --- a/docs/story/201443.html +++ b/docs/story/201443.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット009_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201444.html b/docs/story/201444.html index d8dec1191..3abbd3861 100644 --- a/docs/story/201444.html +++ b/docs/story/201444.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット009_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201445.html b/docs/story/201445.html index 41f096f4a..d37957dff 100644 --- a/docs/story/201445.html +++ b/docs/story/201445.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット009_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201446.html b/docs/story/201446.html index da25c6281..a66ea28d5 100644 --- a/docs/story/201446.html +++ b/docs/story/201446.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット009_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201447.html b/docs/story/201447.html index a01cf643a..46e049c20 100644 --- a/docs/story/201447.html +++ b/docs/story/201447.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット009_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201448.html b/docs/story/201448.html index 529579fd4..dcf61c98d 100644 --- a/docs/story/201448.html +++ b/docs/story/201448.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット010_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201449.html b/docs/story/201449.html index 78c0886d5..a32172828 100644 --- a/docs/story/201449.html +++ b/docs/story/201449.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット010_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201450.html b/docs/story/201450.html index 5b5f4ea88..fdd3097f5 100644 --- a/docs/story/201450.html +++ b/docs/story/201450.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット010_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201451.html b/docs/story/201451.html index d3c28f95a..16e3a5b08 100644 --- a/docs/story/201451.html +++ b/docs/story/201451.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット010_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201452.html b/docs/story/201452.html index 538176a2b..98d2f0cfd 100644 --- a/docs/story/201452.html +++ b/docs/story/201452.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット010_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201453.html b/docs/story/201453.html index d4f5f1f70..e95b1a111 100644 --- a/docs/story/201453.html +++ b/docs/story/201453.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン001_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201454.html b/docs/story/201454.html index 99043d817..d8f9513d1 100644 --- a/docs/story/201454.html +++ b/docs/story/201454.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン001_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201455.html b/docs/story/201455.html index 0a75a7eaf..b88c21025 100644 --- a/docs/story/201455.html +++ b/docs/story/201455.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン002_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201456.html b/docs/story/201456.html index 5fcd9a392..a12e43e7b 100644 --- a/docs/story/201456.html +++ b/docs/story/201456.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン002_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201457.html b/docs/story/201457.html index 8e931a80b..e58d29d62 100644 --- a/docs/story/201457.html +++ b/docs/story/201457.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン003_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201458.html b/docs/story/201458.html index 9e97bac56..160b78707 100644 --- a/docs/story/201458.html +++ b/docs/story/201458.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン003_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201459.html b/docs/story/201459.html index ca05a0dce..b8a1e65b1 100644 --- a/docs/story/201459.html +++ b/docs/story/201459.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン004_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201460.html b/docs/story/201460.html index 894d7f456..e90df5f5e 100644 --- a/docs/story/201460.html +++ b/docs/story/201460.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン004_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201461.html b/docs/story/201461.html index 06df25fdc..9d0def228 100644 --- a/docs/story/201461.html +++ b/docs/story/201461.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン004_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201462.html b/docs/story/201462.html index 5d8a2fab6..57e3af3f5 100644 --- a/docs/story/201462.html +++ b/docs/story/201462.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン005_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201463.html b/docs/story/201463.html index 78583781f..4d1be5ad5 100644 --- a/docs/story/201463.html +++ b/docs/story/201463.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン005_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201464.html b/docs/story/201464.html index d51439c6d..648fef62a 100644 --- a/docs/story/201464.html +++ b/docs/story/201464.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン005_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201465.html b/docs/story/201465.html index 7f588de46..094f9e302 100644 --- a/docs/story/201465.html +++ b/docs/story/201465.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン006_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201466.html b/docs/story/201466.html index dff8a37b7..e640136ba 100644 --- a/docs/story/201466.html +++ b/docs/story/201466.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン006_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201467.html b/docs/story/201467.html index ddd966551..6b60e73eb 100644 --- a/docs/story/201467.html +++ b/docs/story/201467.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン006_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201468.html b/docs/story/201468.html index 3fab6915b..37fcc1774 100644 --- a/docs/story/201468.html +++ b/docs/story/201468.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン006_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201469.html b/docs/story/201469.html index a3c791706..326d5a608 100644 --- a/docs/story/201469.html +++ b/docs/story/201469.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン006_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201470.html b/docs/story/201470.html index c9180b052..3d605803e 100644 --- a/docs/story/201470.html +++ b/docs/story/201470.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン006_増援06

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201471.html b/docs/story/201471.html index 42e4e55e7..7a208ba2d 100644 --- a/docs/story/201471.html +++ b/docs/story/201471.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン007_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201472.html b/docs/story/201472.html index ee7975465..275df468d 100644 --- a/docs/story/201472.html +++ b/docs/story/201472.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン007_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201473.html b/docs/story/201473.html index 8f2761feb..8996b6618 100644 --- a/docs/story/201473.html +++ b/docs/story/201473.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン007_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201474.html b/docs/story/201474.html index fc61597dd..145220524 100644 --- a/docs/story/201474.html +++ b/docs/story/201474.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン007_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201475.html b/docs/story/201475.html index d2d56653e..5054b4df1 100644 --- a/docs/story/201475.html +++ b/docs/story/201475.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン007_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201476.html b/docs/story/201476.html index e5b4c1727..f2ff855b3 100644 --- a/docs/story/201476.html +++ b/docs/story/201476.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン007_増援06

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201477.html b/docs/story/201477.html index 307869085..84f00bf40 100644 --- a/docs/story/201477.html +++ b/docs/story/201477.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン008_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201478.html b/docs/story/201478.html index ec525d38b..f41fa2bec 100644 --- a/docs/story/201478.html +++ b/docs/story/201478.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン008_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201479.html b/docs/story/201479.html index 60ac9b4b4..f552ebf2d 100644 --- a/docs/story/201479.html +++ b/docs/story/201479.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン008_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201480.html b/docs/story/201480.html index 706c09fc2..821f541e9 100644 --- a/docs/story/201480.html +++ b/docs/story/201480.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン008_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201481.html b/docs/story/201481.html index feb1aea75..30ae6c9ec 100644 --- a/docs/story/201481.html +++ b/docs/story/201481.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン008_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201482.html b/docs/story/201482.html index bfe08ba3e..82726921f 100644 --- a/docs/story/201482.html +++ b/docs/story/201482.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン008_増援06

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201483.html b/docs/story/201483.html index 007af4698..431d06896 100644 --- a/docs/story/201483.html +++ b/docs/story/201483.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン009_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201484.html b/docs/story/201484.html index 59ab67207..5de22ec2c 100644 --- a/docs/story/201484.html +++ b/docs/story/201484.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン009_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201485.html b/docs/story/201485.html index d5a11e75e..68786405d 100644 --- a/docs/story/201485.html +++ b/docs/story/201485.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン009_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201486.html b/docs/story/201486.html index 4571f72fe..b6ce5f976 100644 --- a/docs/story/201486.html +++ b/docs/story/201486.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン010_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201487.html b/docs/story/201487.html index 7bb51c6c4..61b257d5b 100644 --- a/docs/story/201487.html +++ b/docs/story/201487.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン010_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201488.html b/docs/story/201488.html index 01b32aa0c..d230d304d 100644 --- a/docs/story/201488.html +++ b/docs/story/201488.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン010_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201489.html b/docs/story/201489.html index ed97e4e68..9228b32e7 100644 --- a/docs/story/201489.html +++ b/docs/story/201489.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン010_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201490.html b/docs/story/201490.html index 9f67bb23b..fbba9ed63 100644 --- a/docs/story/201490.html +++ b/docs/story/201490.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン010_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201491.html b/docs/story/201491.html index 3ba3c8f49..def12e4c9 100644 --- a/docs/story/201491.html +++ b/docs/story/201491.html @@ -11,9 +11,25 @@

    キズナサブクエ/バトルADV/001_ティルフィング_導入

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101001002
    【ティルフィング】
    やはりバルバロイがいましたか…
    マスター、戦闘のご準備を!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201492.html b/docs/story/201492.html index 53268e060..2ec5e2f8b 100644 --- a/docs/story/201492.html +++ b/docs/story/201492.html @@ -11,9 +11,25 @@

    キズナサブクエ/バトルADV/002_ギネヴィア_導入

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    野盗なんてラクショー、ラクショー!
    さっさと片づけちゃいましょ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201493.html b/docs/story/201493.html index 2cdb63311..615b2e77a 100644 --- a/docs/story/201493.html +++ b/docs/story/201493.html @@ -11,9 +11,25 @@

    キズナサブクエ/バトルADV/003_ランスロット_導入

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101010001
    【ランスロット】
    燦然たるこの剣先で湖面を鎮め、道と成す
    円卓の騎士・三ノ座ランスロット、ここに…ッ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201494.html b/docs/story/201494.html index ddf960c6f..84f1f3a46 100644 --- a/docs/story/201494.html +++ b/docs/story/201494.html @@ -11,9 +11,25 @@

    キズナサブクエ/バトルADV/004_ディナタン_導入

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    バルバロイ!?
    性懲りもなく、またここに…許さないんだから!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201495.html b/docs/story/201495.html index a6986769e..0b6b69dfe 100644 --- a/docs/story/201495.html +++ b/docs/story/201495.html @@ -11,9 +11,25 @@

    キズナサブクエ/バトルADV/005_アーサー_導入

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101015001
    【アーサー】
    いまさら説明の必要はないと思うが
    並のバルバロイとは強さの桁が違う。気を抜くな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201496.html b/docs/story/201496.html index 6677aa3af..6b85cfd9d 100644 --- a/docs/story/201496.html +++ b/docs/story/201496.html @@ -11,9 +11,25 @@

    キズナサブクエ/バトルADV/006_ガウェイン_導入

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    モルドレッド!
    今日という今日は許しちゃおけねえ!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201497.html b/docs/story/201497.html index 12ef0756b..b8c904633 100644 --- a/docs/story/201497.html +++ b/docs/story/201497.html @@ -11,9 +11,25 @@

    キズナサブクエ/バトルADV/007_トリスタン_導入

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101014001
    【トリスタン】
    うーん、厄介な敵がいるね
    さっさと片づけちゃおう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201498.html b/docs/story/201498.html index 44d84ebff..9487a993e 100644 --- a/docs/story/201498.html +++ b/docs/story/201498.html @@ -11,9 +11,25 @@

    キズナサブクエ/バトルADV/008_パーシヴァル_導入

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101026001
    【パーシヴァル】
    ええい!
    魔物風情がぼくの行く手を阻もうというのか!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201499.html b/docs/story/201499.html index 7ea6f83c2..d3b08f94a 100644 --- a/docs/story/201499.html +++ b/docs/story/201499.html @@ -11,9 +11,25 @@

    キズナサブクエ/バトルADV/009_モルドレッド_導入

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101022001
    【モルドレッド】
    バルバロイばっかり相手してても飽きちまう
    たまには違った味も楽しみてえよなぁ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201500.html b/docs/story/201500.html index 8b73aed0c..809f3cbb7 100644 --- a/docs/story/201500.html +++ b/docs/story/201500.html @@ -11,9 +11,25 @@

    キズナサブクエ/バトルADV/010_ガレス_導入

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101032001
    【ガレス】
    農家さんを困らせる魔物は放っておけない!
    ここでやっつけるぞ~!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201501.html b/docs/story/201501.html index c386e1570..1c1112bee 100644 --- a/docs/story/201501.html +++ b/docs/story/201501.html @@ -11,9 +11,25 @@

    キズナサブクエ/バトルADV/011_クレア_導入

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101025001
    【クレア】
    魔物…?急いで片づけましょう
    ひょっとしたら犯人は、もう…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201502.html b/docs/story/201502.html index 2c0fc40eb..702bd8a3b 100644 --- a/docs/story/201502.html +++ b/docs/story/201502.html @@ -11,9 +11,25 @@

    キズナサブクエ/バトルADV/012_エレイン_導入

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101030001
    【エレイン】
    魔物!?バルバロイではないとはいえ
    先輩の故郷を荒らすことは許せません!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201503.html b/docs/story/201503.html index ce646f6d1..e265b3532 100644 --- a/docs/story/201503.html +++ b/docs/story/201503.html @@ -11,9 +11,25 @@

    キズナサブクエ/バトルADV/013_フレン_導入

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101039001
    【フレン】
    行くよー、ローラ!
    お互い手加減はなしだからね!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201504.html b/docs/story/201504.html index 67d46c0e7..746af6cc1 100644 --- a/docs/story/201504.html +++ b/docs/story/201504.html @@ -11,9 +11,25 @@

    キズナサブクエ/バトルADV/014_ラシア_導入

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101037001
    【ラシア】
    彼らの意志を変えるには
    戦ってわからせるしかないかもしれません…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201505.html b/docs/story/201505.html index 3289bfb5a..1ca5775ef 100644 --- a/docs/story/201505.html +++ b/docs/story/201505.html @@ -11,9 +11,25 @@

    キズナサブクエ/バトルADV/015_ガラハッド_導入

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101028001
    【ガラハッド】
    バルバロイか
    いるのではないかという予想はしていた!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201506.html b/docs/story/201506.html index 11ff353c3..a1df4f42d 100644 --- a/docs/story/201506.html +++ b/docs/story/201506.html @@ -11,9 +11,25 @@

    キズナサブクエ/バトルADV/016_エクセリア_導入

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101034001
    【エクセリア】
    この程度の相手なら策を立てるまでもないわね
    ノワール、お手並みを拝見させてもらうわ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201507.html b/docs/story/201507.html index 68fb5945a..d542ba168 100644 --- a/docs/story/201507.html +++ b/docs/story/201507.html @@ -11,9 +11,25 @@

    キズナサブクエ/バトルADV/017_リリアーナ_導入

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101035001
    【リリアーナ】
    マターヤの言っていたとおりですね
    バルバロイがいます。やっつけないと!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201508.html b/docs/story/201508.html index 1a3810493..d5fdf53bb 100644 --- a/docs/story/201508.html +++ b/docs/story/201508.html @@ -11,6 +11,14 @@

    1章/能動会話/オブリヴィエ遷移前

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/能動会話/オブリヴィエ遷移前

    + + + + + + + +
    Load
    Play
    101066001
    【ブレイズ】
    ノワール。疲れておらぬようなら
    オブリヴィエの調査を頼めんかのう?
    101009002
    【ノワール】
    わかりました
    これから行ってきます
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201509.html b/docs/story/201509.html index 9cb401998..04c0113ee 100644 --- a/docs/story/201509.html +++ b/docs/story/201509.html @@ -11,6 +11,18 @@

    1章/メイン/オブリヴィエ説明ADV

    View script in lua + + + + + + + + + + + + @@ -30,5 +42,13 @@

    1章/メイン/オブリヴィエ説明ADV

    + + + + + + + +
    template1
    Load
    Play
    101066001
    【ブレイズ】
    ノワール
    ちと時間をもらえるかの
    101009002
    【ノワール】
    遺跡?
    わかりました、すぐ行きましょう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201510.html b/docs/story/201510.html index f869b0706..d312bb098 100644 --- a/docs/story/201510.html +++ b/docs/story/201510.html @@ -11,6 +11,18 @@

    1章/メイン/オブリヴィエ説明ADV_2

    View script in lua + + + + + + + + + + + + @@ -170,5 +182,13 @@

    1章/メイン/オブリヴィエ説明ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    な、なんですか、これ!?
    空間に開いた穴?それとも歪み…?
    101066001
    【ブレイズ】
    ほかにやらねばならぬこともあるはず
    その合間に少しずつ進めていってくれればいい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201511.html b/docs/story/201511.html index 5c5d8ec88..6eefbe341 100644 --- a/docs/story/201511.html +++ b/docs/story/201511.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0506_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0506_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201512.html b/docs/story/201512.html index f1606b021..c899d1fb4 100644 --- a/docs/story/201512.html +++ b/docs/story/201512.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0524_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0524_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201513.html b/docs/story/201513.html index 20684c5d2..4ada8026f 100644 --- a/docs/story/201513.html +++ b/docs/story/201513.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0528_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0528_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201514.html b/docs/story/201514.html index 642ebc20a..0ba13d997 100644 --- a/docs/story/201514.html +++ b/docs/story/201514.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0604_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0604_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201515.html b/docs/story/201515.html index d02723ca7..6ccd0461c 100644 --- a/docs/story/201515.html +++ b/docs/story/201515.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0611_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0611_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201516.html b/docs/story/201516.html index b0eae8363..cd78a9455 100644 --- a/docs/story/201516.html +++ b/docs/story/201516.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0617_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0617_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201517.html b/docs/story/201517.html index c2149e859..c1db20c45 100644 --- a/docs/story/201517.html +++ b/docs/story/201517.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0705_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0705_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    円卓会議でのランスロットの反応…
    何を考えていたのかな
    101009002
    【ノワール】
    全部は答えてくれないだろうけど
    話しておくことに意味はあるだろう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201518.html b/docs/story/201518.html index aa51205e2..f857bf9f9 100644 --- a/docs/story/201518.html +++ b/docs/story/201518.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0731_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0731_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201519.html b/docs/story/201519.html index 43093dc7c..3af57a6c8 100644 --- a/docs/story/201519.html +++ b/docs/story/201519.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0804_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0804_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ガラハッドのキラーズが
    あのフィエナだなんて…驚いたな
    101009002
    【ノワール】
    フィエナとはもう長いあいだ会ってないし
    ガラハッドに今のフィエナについて聞いてみるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201520.html b/docs/story/201520.html index 783a093b0..22a6a3777 100644 --- a/docs/story/201520.html +++ b/docs/story/201520.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0823_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0823_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201521.html b/docs/story/201521.html index 6871ed1ab..823689d15 100644 --- a/docs/story/201521.html +++ b/docs/story/201521.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0824_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0824_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201522.html b/docs/story/201522.html index 4ed376074..805ee6632 100644 --- a/docs/story/201522.html +++ b/docs/story/201522.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0825_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201523.html b/docs/story/201523.html index 70bd605b2..ba1e546b4 100644 --- a/docs/story/201523.html +++ b/docs/story/201523.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0826_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201524.html b/docs/story/201524.html index 7e0204348..d41e2e156 100644 --- a/docs/story/201524.html +++ b/docs/story/201524.html @@ -11,6 +11,14 @@

    1章/エリアイベ/g0905_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/g0905_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201525.html b/docs/story/201525.html index 64d624d84..c4bbfec4a 100644 --- a/docs/story/201525.html +++ b/docs/story/201525.html @@ -11,6 +11,14 @@

    1章/エリアイベ/g1203_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/g1203_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201526.html b/docs/story/201526.html index b1f093117..35f2a2750 100644 --- a/docs/story/201526.html +++ b/docs/story/201526.html @@ -11,9 +11,25 @@

    1章/エリアイベ/g1208_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ガウェイン大丈夫かな
    こっちから行ってやるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201527.html b/docs/story/201527.html index cd1558708..2a7107997 100644 --- a/docs/story/201527.html +++ b/docs/story/201527.html @@ -11,6 +11,14 @@

    1章/エリアイベ/g1215_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/g1215_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201528.html b/docs/story/201528.html index fe473244c..5844faec8 100644 --- a/docs/story/201528.html +++ b/docs/story/201528.html @@ -11,9 +11,25 @@

    1章/エリアイベ/g1217_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201529.html b/docs/story/201529.html index 9b5cd51c7..c0f0e1cea 100644 --- a/docs/story/201529.html +++ b/docs/story/201529.html @@ -11,6 +11,14 @@

    1章/エリアイベ/g1227_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/g1227_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201530.html b/docs/story/201530.html index ada749926..cda94dc09 100644 --- a/docs/story/201530.html +++ b/docs/story/201530.html @@ -11,6 +11,14 @@

    1章/エリアイベ/g0105_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/g0105_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201531.html b/docs/story/201531.html index 19dbf9a0d..583547c6a 100644 --- a/docs/story/201531.html +++ b/docs/story/201531.html @@ -11,6 +11,14 @@

    1章/エリアイベ/g0114_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/g0114_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201532.html b/docs/story/201532.html index e5f89bea4..391ff7138 100644 --- a/docs/story/201532.html +++ b/docs/story/201532.html @@ -11,6 +11,14 @@

    1章/エリアイベ/l0924_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/l0924_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201533.html b/docs/story/201533.html index 9bf420c15..05e37bdcc 100644 --- a/docs/story/201533.html +++ b/docs/story/201533.html @@ -11,6 +11,14 @@

    1章/エリアイベ/l1116_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/l1116_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    昨日のフィエナ…
    なんだか様子がおかしかったな
    101009002
    【ノワール】
    俺の気にしすぎかもしれないけど
    念のため、話を聞きに行ってみよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201534.html b/docs/story/201534.html index 1932ad270..777e26b50 100644 --- a/docs/story/201534.html +++ b/docs/story/201534.html @@ -11,6 +11,14 @@

    1章/エリアイベ/l1122_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/l1122_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    スノードン山に聖杯が顕現する、か
    なんだかちょっと緊張してきたな
    101009002
    【ノワール】
    ローマの連中に後れを取るわけにはいかない
    ランスロットとよく話しておかないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201535.html b/docs/story/201535.html index 114bfb5a2..6172a5339 100644 --- a/docs/story/201535.html +++ b/docs/story/201535.html @@ -11,6 +11,14 @@

    1章/エリアイベ/l0102_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/l0102_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    アーサーがバルバロイになってしまうだって…?
    そんなの信じられない
    101009002
    【ノワール】
    マーリンさんから
    もう少し詳しく話を聞いておくべきだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201536.html b/docs/story/201536.html index 91bacb328..c35059ec9 100644 --- a/docs/story/201536.html +++ b/docs/story/201536.html @@ -11,6 +11,14 @@

    1章/エリアイベ/l0107_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/l0107_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    …アーサーもランスロットも
    こうなることが前からわかってたんだよな
    101009002
    【ノワール】
    …ランスロットのところに行こう
    俺にもなにかしてやれることがあるかもしれない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201537.html b/docs/story/201537.html index d91c15351..967cd4e91 100644 --- a/docs/story/201537.html +++ b/docs/story/201537.html @@ -11,6 +11,14 @@

    1章/エリアイベ/l0111_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/l0111_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ガラハッドはだいぶ無理をしてたみたいって
    ディナタンが言っていたな
    101009002
    【ノワール】
    心配だしちょっと会いに行こう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201538.html b/docs/story/201538.html index 6a1997eda..0ae007573 100644 --- a/docs/story/201538.html +++ b/docs/story/201538.html @@ -11,6 +11,14 @@

    1章/エリアイベ/l0122_開始テキスト

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/エリアイベ/l0122_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201539.html b/docs/story/201539.html index c8e1e0a3a..462013924 100644 --- a/docs/story/201539.html +++ b/docs/story/201539.html @@ -11,9 +11,25 @@

    1章/エリアイベ/d1022_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201540.html b/docs/story/201540.html index d9fbf0474..c195fc6b9 100644 --- a/docs/story/201540.html +++ b/docs/story/201540.html @@ -11,6 +11,14 @@

    1章/エリアイベ/d1024_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/d1024_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201541.html b/docs/story/201541.html index f70c313f1..d604c32e8 100644 --- a/docs/story/201541.html +++ b/docs/story/201541.html @@ -11,9 +11,25 @@

    1章/エリアイベ/d1125_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201542.html b/docs/story/201542.html index 7caaa6b5c..f50bea2a3 100644 --- a/docs/story/201542.html +++ b/docs/story/201542.html @@ -11,6 +11,14 @@

    1章/エリアイベ/d1219_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/d1219_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201543.html b/docs/story/201543.html index 399085e1c..3c8877ab9 100644 --- a/docs/story/201543.html +++ b/docs/story/201543.html @@ -11,6 +11,14 @@

    1章/エリアイベ/d0101_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/d0101_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201544.html b/docs/story/201544.html index 0555817f2..a071d007a 100644 --- a/docs/story/201544.html +++ b/docs/story/201544.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0506_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/x0506_完了テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101012001
    【ディナタン】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201545.html b/docs/story/201545.html index 9e124fbbf..b3bc4068b 100644 --- a/docs/story/201545.html +++ b/docs/story/201545.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0524_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/x0524_完了テキスト

    + + + + + + + +
    Load
    Play
    101040001
    【ケイ】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201546.html b/docs/story/201546.html index cf44284fd..ad4635350 100644 --- a/docs/story/201546.html +++ b/docs/story/201546.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0528_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/x0528_完了テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101016001
    【ギネマウア】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201547.html b/docs/story/201547.html index 43798fb36..3e8891947 100644 --- a/docs/story/201547.html +++ b/docs/story/201547.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0604_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/x0604_完了テキスト

    + + + + + + + +
    Load
    Play
    101063001
    【クリスティーナ】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201548.html b/docs/story/201548.html index 8b1c7373c..0b8984598 100644 --- a/docs/story/201548.html +++ b/docs/story/201548.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0611_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/x0611_完了テキスト

    + + + + + + + +
    Load
    Play
    101015001
    【アーサー】
    ※削除
    101015001
    【アーサー】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201549.html b/docs/story/201549.html index 5daf8a3e3..c4aeb185a 100644 --- a/docs/story/201549.html +++ b/docs/story/201549.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0617_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/x0617_完了テキスト

    + + + + + + + +
    Load
    Play
    101032001
    【ガレス】
    ※削除
    101032001
    【ガレス】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201550.html b/docs/story/201550.html index a3b17fd13..5d61ba06f 100644 --- a/docs/story/201550.html +++ b/docs/story/201550.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0705_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/x0705_完了テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    俺がローマへの使者になるって言ったのは
    驚かれるようなことだったか?
    101010001
    【ランスロット】
    ふふっ、その権利は認めてやるよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201551.html b/docs/story/201551.html index 5c0e5aca6..3e48993fe 100644 --- a/docs/story/201551.html +++ b/docs/story/201551.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0731_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/x0731_完了テキスト

    + + + + + + + +
    Load
    Play
    101014001
    【トリスタン】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201552.html b/docs/story/201552.html index 85285a858..7fcfb7b08 100644 --- a/docs/story/201552.html +++ b/docs/story/201552.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0804_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/x0804_完了テキスト

    + + + + + + + +
    Load
    Play
    101028001
    【ガラハッド】
    ノワールか
    なんの用だ?
    101028001
    【ガラハッド】
    心配無用だ。お前のことは何度も聞かされてきた
    機会があれば顔を見せてやってくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201553.html b/docs/story/201553.html index 7a185e89a..a8e9becdf 100644 --- a/docs/story/201553.html +++ b/docs/story/201553.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0823_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/x0823_完了テキスト

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    ※削除
    101013001
    【ガウェイン】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201554.html b/docs/story/201554.html index 523202252..04d6abbec 100644 --- a/docs/story/201554.html +++ b/docs/story/201554.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0824_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/x0824_完了テキスト

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    ※削除
    101011001
    【ギネヴィア】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201555.html b/docs/story/201555.html index c4f43d934..985b1e1a9 100644 --- a/docs/story/201555.html +++ b/docs/story/201555.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0825_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/x0825_完了テキスト

    + + + + + + + +
    Load
    Play
    101010001
    【ランスロット】
    ※削除
    101010001
    【ランスロット】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201556.html b/docs/story/201556.html index 7f7a14c2f..4df772d64 100644 --- a/docs/story/201556.html +++ b/docs/story/201556.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0826_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/x0826_完了テキスト

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    ※削除
    101012001
    【ディナタン】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201557.html b/docs/story/201557.html index 93f3491e9..024ca3d84 100644 --- a/docs/story/201557.html +++ b/docs/story/201557.html @@ -11,6 +11,14 @@

    1章/エリアイベ/g0905_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/g0905_完了テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101040001
    【ケイ】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201558.html b/docs/story/201558.html index 50f4ce580..b446a508c 100644 --- a/docs/story/201558.html +++ b/docs/story/201558.html @@ -11,6 +11,14 @@

    1章/エリアイベ/g1203_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/g1203_完了テキスト

    + + + + + + + +
    Load
    Play
    101034001
    【エクセリア】
    ※削除
    101034001
    【エクセリア】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201559.html b/docs/story/201559.html index 403bb3711..33bd0c19f 100644 --- a/docs/story/201559.html +++ b/docs/story/201559.html @@ -11,6 +11,14 @@

    1章/エリアイベ/g1208_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/g1208_完了テキスト

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    どう思う?
    101013001
    【ガウェイン】
    …そうだよな。半端は逆に怒られるよな
    よし、やってやろうじゃねえか!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201560.html b/docs/story/201560.html index 682cb3987..b0a7aa84e 100644 --- a/docs/story/201560.html +++ b/docs/story/201560.html @@ -11,6 +11,14 @@

    1章/エリアイベ/g1215_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/g1215_完了テキスト

    + + + + + + + +
    Load
    Play
    401035001
    【ログレス兵】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201561.html b/docs/story/201561.html index 2e8c31aac..2972b897b 100644 --- a/docs/story/201561.html +++ b/docs/story/201561.html @@ -11,6 +11,14 @@

    1章/エリアイベ/g1217_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/g1217_完了テキスト

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    ※削除
    101011001
    【ギネヴィア】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201562.html b/docs/story/201562.html index 2b284537c..ccb9b6d7d 100644 --- a/docs/story/201562.html +++ b/docs/story/201562.html @@ -11,6 +11,14 @@

    1章/エリアイベ/g1227_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/g1227_完了テキスト

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    ※削除
    101011001
    【ギネヴィア】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201563.html b/docs/story/201563.html index 06423e40a..a6d7b875d 100644 --- a/docs/story/201563.html +++ b/docs/story/201563.html @@ -11,6 +11,14 @@

    1章/エリアイベ/g0105_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/g0105_完了テキスト

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201564.html b/docs/story/201564.html index 74c23a8d9..6dde3687b 100644 --- a/docs/story/201564.html +++ b/docs/story/201564.html @@ -11,6 +11,14 @@

    1章/エリアイベ/g0114_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/g0114_完了テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101016001
    【ギネマウア】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201565.html b/docs/story/201565.html index aeaf67a6e..47587c8e0 100644 --- a/docs/story/201565.html +++ b/docs/story/201565.html @@ -11,6 +11,14 @@

    1章/エリアイベ/l0924_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/l0924_完了テキスト

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    ※削除
    101012001
    【ディナタン】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201566.html b/docs/story/201566.html index 54b802c75..bffbac3d7 100644 --- a/docs/story/201566.html +++ b/docs/story/201566.html @@ -11,6 +11,14 @@

    1章/エリアイベ/l1116_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/l1116_完了テキスト

    + + + + + + + +
    Load
    Play
    101036001
    【フィエナ】
    あっ、ノワール
    少し話をしたいと思ってたんだ
    101009002
    【ノワール】
    …フィエナ?
    ありがとう、でも、くれぐれも無理はするなよ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201567.html b/docs/story/201567.html index fa2798ddf..79871db5e 100644 --- a/docs/story/201567.html +++ b/docs/story/201567.html @@ -11,6 +11,14 @@

    1章/エリアイベ/l1122_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/l1122_完了テキスト

    + + + + + + + +
    Load
    Play
    101010001
    【ランスロット】
    どうした、ノワール
    顔がこわばっているようだが
    101010001
    【ランスロット】
    そうだ
    ローマや魔女に目にものを見せてやろう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201568.html b/docs/story/201568.html index bef0b4c46..b6321a43f 100644 --- a/docs/story/201568.html +++ b/docs/story/201568.html @@ -11,6 +11,14 @@

    1章/エリアイベ/l0102_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/l0102_完了テキスト

    + + + + + + + +
    Load
    Play
    101020001
    【マーリン】
    ノワール様…
    101009002
    【ノワール】
    わかりました
    俺もできるかぎり協力するつもりです
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201569.html b/docs/story/201569.html index b876e2b9c..ff47cf56d 100644 --- a/docs/story/201569.html +++ b/docs/story/201569.html @@ -11,6 +11,14 @@

    1章/エリアイベ/l0107_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/l0107_完了テキスト

    + + + + + + + +
    Load
    Play
    101010001
    【ランスロット】
    なあ、ノワール
    101010001
    【ランスロット】
    だがいつまでも迷うことは許されない
    あいつのためにも。お前が進む道のためにも
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201570.html b/docs/story/201570.html index 2d48fd830..ea1486386 100644 --- a/docs/story/201570.html +++ b/docs/story/201570.html @@ -11,6 +11,14 @@

    1章/エリアイベ/l0111_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/l0111_完了テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    なあ、ガラハッド
    ひとりであんまり頑張りすぎるなよ
    101009002
    【ノワール】
    俺たちは同じ方向を向いて、同じように歩ける…
    だからお互いを頼りにしていこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201571.html b/docs/story/201571.html index a3c20b856..d0d84e518 100644 --- a/docs/story/201571.html +++ b/docs/story/201571.html @@ -11,6 +11,14 @@

    1章/エリアイベ/l0122_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/l0122_完了テキスト

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    ※削除
    101012001
    【ディナタン】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201572.html b/docs/story/201572.html index 35cd0e318..5031acb36 100644 --- a/docs/story/201572.html +++ b/docs/story/201572.html @@ -11,6 +11,14 @@

    1章/エリアイベ/d1022_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/d1022_完了テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101022001
    【モルドレッド】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201573.html b/docs/story/201573.html index d251b9558..45a7340d1 100644 --- a/docs/story/201573.html +++ b/docs/story/201573.html @@ -11,6 +11,14 @@

    1章/エリアイベ/d1024_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/d1024_完了テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201574.html b/docs/story/201574.html index 2149f36b1..1f0771db8 100644 --- a/docs/story/201574.html +++ b/docs/story/201574.html @@ -11,6 +11,14 @@

    1章/エリアイベ/d1125_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/d1125_完了テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201575.html b/docs/story/201575.html index 55756b589..27734c27b 100644 --- a/docs/story/201575.html +++ b/docs/story/201575.html @@ -11,6 +11,14 @@

    1章/エリアイベ/d1219_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/d1219_完了テキスト

    + + + + + + + +
    Load
    Play
    101023001
    【クラリス】
    ※削除
    101023001
    【クラリス】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201576.html b/docs/story/201576.html index 0b5dcab7b..e76f267d7 100644 --- a/docs/story/201576.html +++ b/docs/story/201576.html @@ -11,6 +11,14 @@

    1章/エリアイベ/d0101_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/d0101_完了テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ※削除
    101009002
    【ノワール】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201577.html b/docs/story/201577.html index ffe6c46e3..c21e6c8b5 100644 --- a/docs/story/201577.html +++ b/docs/story/201577.html @@ -10,5 +10,21 @@

    1章/メイン/5月2日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201578.html b/docs/story/201578.html index 5221a3af7..f7c6beef7 100644 --- a/docs/story/201578.html +++ b/docs/story/201578.html @@ -10,5 +10,21 @@

    1章/メイン/5月8日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201579.html b/docs/story/201579.html index e3a6d510d..0715089cf 100644 --- a/docs/story/201579.html +++ b/docs/story/201579.html @@ -10,5 +10,21 @@

    1章/メイン/5月13日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201580.html b/docs/story/201580.html index d9c3ab2c6..eb8554285 100644 --- a/docs/story/201580.html +++ b/docs/story/201580.html @@ -10,5 +10,21 @@

    1章/メイン/5月23日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201581.html b/docs/story/201581.html index 4a6ad0efc..0c563448f 100644 --- a/docs/story/201581.html +++ b/docs/story/201581.html @@ -10,5 +10,21 @@

    1章/メイン/5月26日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201582.html b/docs/story/201582.html index 315fe628a..449b10c95 100644 --- a/docs/story/201582.html +++ b/docs/story/201582.html @@ -10,5 +10,21 @@

    1章/メイン/6月6日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201583.html b/docs/story/201583.html index 49d5e4da3..668a8a835 100644 --- a/docs/story/201583.html +++ b/docs/story/201583.html @@ -10,5 +10,21 @@

    1章/メイン/6月12日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201584.html b/docs/story/201584.html index 396a42761..b017f63e8 100644 --- a/docs/story/201584.html +++ b/docs/story/201584.html @@ -10,5 +10,21 @@

    1章/メイン/6月21日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201585.html b/docs/story/201585.html index c184d86e1..53eca8b1d 100644 --- a/docs/story/201585.html +++ b/docs/story/201585.html @@ -10,5 +10,21 @@

    1章/メイン/6月24日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201586.html b/docs/story/201586.html index 00777f581..5dfa9701a 100644 --- a/docs/story/201586.html +++ b/docs/story/201586.html @@ -10,5 +10,21 @@

    1章/メイン/7月2日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201587.html b/docs/story/201587.html index 8d5a6e6fc..2723153fa 100644 --- a/docs/story/201587.html +++ b/docs/story/201587.html @@ -10,5 +10,21 @@

    1章/メイン/7月11日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201588.html b/docs/story/201588.html index cdef5fd7a..e0d6ff2cf 100644 --- a/docs/story/201588.html +++ b/docs/story/201588.html @@ -10,5 +10,21 @@

    1章/メイン/7月16日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201589.html b/docs/story/201589.html index 7f7bcab65..8a6eeed3d 100644 --- a/docs/story/201589.html +++ b/docs/story/201589.html @@ -10,5 +10,21 @@

    1章/メイン/7月29日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201590.html b/docs/story/201590.html index 12226bae9..0a22cbdd8 100644 --- a/docs/story/201590.html +++ b/docs/story/201590.html @@ -10,5 +10,21 @@

    1章/メイン/8月5日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201591.html b/docs/story/201591.html index e26b8b8ab..367c27966 100644 --- a/docs/story/201591.html +++ b/docs/story/201591.html @@ -10,5 +10,21 @@

    1章/メイン/8月17日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201592.html b/docs/story/201592.html index 8d7092ee1..6d255f3ce 100644 --- a/docs/story/201592.html +++ b/docs/story/201592.html @@ -10,5 +10,21 @@

    1章/メイン/G9月3日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201593.html b/docs/story/201593.html index 5a9a455e4..07cb50c69 100644 --- a/docs/story/201593.html +++ b/docs/story/201593.html @@ -10,5 +10,21 @@

    1章/メイン/G09月11日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201594.html b/docs/story/201594.html index 1d2a7f234..dcdfa4de7 100644 --- a/docs/story/201594.html +++ b/docs/story/201594.html @@ -10,5 +10,21 @@

    1章/メイン/G9月18日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201595.html b/docs/story/201595.html index 5aaa8ee3a..c04f80ef1 100644 --- a/docs/story/201595.html +++ b/docs/story/201595.html @@ -10,5 +10,21 @@

    1章/メイン/G9月28日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201596.html b/docs/story/201596.html index 1d4b0835c..905c0efc0 100644 --- a/docs/story/201596.html +++ b/docs/story/201596.html @@ -10,5 +10,21 @@

    1章/メイン/G10月1日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201597.html b/docs/story/201597.html index 8ab3d5c99..a01b56ad2 100644 --- a/docs/story/201597.html +++ b/docs/story/201597.html @@ -10,5 +10,21 @@

    1章/メイン/G10月10日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201598.html b/docs/story/201598.html index 1c9afe293..8ce5e751d 100644 --- a/docs/story/201598.html +++ b/docs/story/201598.html @@ -10,5 +10,21 @@

    1章/メイン/G10月20日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201599.html b/docs/story/201599.html index b939a593d..0a793211d 100644 --- a/docs/story/201599.html +++ b/docs/story/201599.html @@ -10,5 +10,21 @@

    1章/メイン/G10月30日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201600.html b/docs/story/201600.html index 79c1fea4b..cfedd96e3 100644 --- a/docs/story/201600.html +++ b/docs/story/201600.html @@ -10,5 +10,21 @@

    1章/メイン/G11月09日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201601.html b/docs/story/201601.html index 7d568173b..f503a0a58 100644 --- a/docs/story/201601.html +++ b/docs/story/201601.html @@ -10,5 +10,21 @@

    1章/メイン/G11月13日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201602.html b/docs/story/201602.html index 7ee521119..7038b61f5 100644 --- a/docs/story/201602.html +++ b/docs/story/201602.html @@ -10,5 +10,21 @@

    1章/メイン/G11月22日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201603.html b/docs/story/201603.html index 4d84f8d63..730d325ab 100644 --- a/docs/story/201603.html +++ b/docs/story/201603.html @@ -10,5 +10,21 @@

    1章/メイン/G12月13日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201604.html b/docs/story/201604.html index c1d8fe6a8..e2a9ff388 100644 --- a/docs/story/201604.html +++ b/docs/story/201604.html @@ -10,5 +10,21 @@

    1章/メイン/G12月20日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201605.html b/docs/story/201605.html index 4e04fd3b5..97f2a3c82 100644 --- a/docs/story/201605.html +++ b/docs/story/201605.html @@ -10,5 +10,21 @@

    1章/メイン/G12月23日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201606.html b/docs/story/201606.html index 83e2f665f..3e803ad85 100644 --- a/docs/story/201606.html +++ b/docs/story/201606.html @@ -10,5 +10,21 @@

    1章/メイン/G1月02日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201607.html b/docs/story/201607.html index d3122f9e3..da67886ec 100644 --- a/docs/story/201607.html +++ b/docs/story/201607.html @@ -10,5 +10,21 @@

    1章/メイン/G1月07日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201608.html b/docs/story/201608.html index d3e5bcce1..3f23747d9 100644 --- a/docs/story/201608.html +++ b/docs/story/201608.html @@ -10,5 +10,21 @@

    1章/メイン/G1月10日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201609.html b/docs/story/201609.html index 922028054..a65a7c116 100644 --- a/docs/story/201609.html +++ b/docs/story/201609.html @@ -10,5 +10,21 @@

    1章/メイン/L09月6日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201610.html b/docs/story/201610.html index 1c3fb4a52..a06be798d 100644 --- a/docs/story/201610.html +++ b/docs/story/201610.html @@ -10,5 +10,21 @@

    1章/メイン/L09月11日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201611.html b/docs/story/201611.html index 66b9c3656..1d8dab31a 100644 --- a/docs/story/201611.html +++ b/docs/story/201611.html @@ -10,5 +10,21 @@

    1章/メイン/L09月22日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201612.html b/docs/story/201612.html index 24ea2d1ca..51fa026c6 100644 --- a/docs/story/201612.html +++ b/docs/story/201612.html @@ -10,5 +10,21 @@

    1章/メイン/L09月28日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201613.html b/docs/story/201613.html index 7692aa3eb..caeed519d 100644 --- a/docs/story/201613.html +++ b/docs/story/201613.html @@ -10,5 +10,21 @@

    1章/メイン/L10月2日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201614.html b/docs/story/201614.html index ec0b9630b..87aad9832 100644 --- a/docs/story/201614.html +++ b/docs/story/201614.html @@ -10,5 +10,21 @@

    1章/メイン/L10月11日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201615.html b/docs/story/201615.html index cfbcaf1b0..9d7d009fb 100644 --- a/docs/story/201615.html +++ b/docs/story/201615.html @@ -10,5 +10,21 @@

    1章/メイン/L10月28日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201616.html b/docs/story/201616.html index db38c5f64..7f8d5bf5b 100644 --- a/docs/story/201616.html +++ b/docs/story/201616.html @@ -10,5 +10,21 @@

    1章/メイン/L11月6日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201617.html b/docs/story/201617.html index c4bb88609..d3debb2a6 100644 --- a/docs/story/201617.html +++ b/docs/story/201617.html @@ -10,5 +10,21 @@

    1章/メイン/L11月12日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201618.html b/docs/story/201618.html index f67668bc0..f4363b751 100644 --- a/docs/story/201618.html +++ b/docs/story/201618.html @@ -10,5 +10,21 @@

    1章/メイン/L11月23日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201619.html b/docs/story/201619.html index 5b3eb1d04..b412fceb7 100644 --- a/docs/story/201619.html +++ b/docs/story/201619.html @@ -10,5 +10,21 @@

    1章/メイン/L12月11日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201620.html b/docs/story/201620.html index 3e650d1e7..8a9cf0d16 100644 --- a/docs/story/201620.html +++ b/docs/story/201620.html @@ -10,5 +10,21 @@

    1章/メイン/L12月27日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201621.html b/docs/story/201621.html index cb7267d5f..1853d4308 100644 --- a/docs/story/201621.html +++ b/docs/story/201621.html @@ -10,5 +10,21 @@

    1章/メイン/L1月9日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201622.html b/docs/story/201622.html index 065e055b2..fc53c1da5 100644 --- a/docs/story/201622.html +++ b/docs/story/201622.html @@ -10,5 +10,21 @@

    1章/メイン/D09月11日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201623.html b/docs/story/201623.html index ae3d8e21d..80269b1c9 100644 --- a/docs/story/201623.html +++ b/docs/story/201623.html @@ -10,5 +10,21 @@

    1章/メイン/D09月19日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201624.html b/docs/story/201624.html index 26cb2b60b..6a8f786df 100644 --- a/docs/story/201624.html +++ b/docs/story/201624.html @@ -10,5 +10,21 @@

    1章/メイン/D10月23日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201625.html b/docs/story/201625.html index fc7e12a8c..e1ab77e95 100644 --- a/docs/story/201625.html +++ b/docs/story/201625.html @@ -10,5 +10,21 @@

    1章/メイン/D12月09日_週次バトル前会話

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201626.html b/docs/story/201626.html index 9052b4455..d39915749 100644 --- a/docs/story/201626.html +++ b/docs/story/201626.html @@ -10,5 +10,21 @@

    1章/メイン/L0912_PTN登校L9月2_パターン

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201627.html b/docs/story/201627.html index 9ff2f36fe..f89024354 100644 --- a/docs/story/201627.html +++ b/docs/story/201627.html @@ -10,5 +10,21 @@

    1章/メイン/L1121_PTN座学授業5_パターン

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201628.html b/docs/story/201628.html index f769d84d3..66f37b41e 100644 --- a/docs/story/201628.html +++ b/docs/story/201628.html @@ -11,6 +11,14 @@

    1章/メイン/x0830_大分岐戦後_L

    View script in lua + + + + + + + + @@ -120,5 +128,13 @@

    1章/メイン/x0830_大分岐戦後_L

    + + + + + + + +
    Load
    Play
    101058002
    【ライエンス】
    私は…聖杯を…手に入れて…
    101051001
    【ルーシャス】
    ご家族に、良き眠りを
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201629.html b/docs/story/201629.html index c97f9e559..0236d0c6a 100644 --- a/docs/story/201629.html +++ b/docs/story/201629.html @@ -11,6 +11,14 @@

    1章/メイン/x0830_大分岐戦後_D

    View script in lua + + + + + + + + @@ -120,5 +128,13 @@

    1章/メイン/x0830_大分岐戦後_D

    + + + + + + + +
    Load
    Play
    101058002
    【ライエンス】
    私は…聖杯を…手に入れて…
    101051001
    【ルーシャス】
    ご家族に、良き眠りを
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201630.html b/docs/story/201630.html index 6304bf878..124b0e626 100644 --- a/docs/story/201630.html +++ b/docs/story/201630.html @@ -11,9 +11,25 @@

    1章/章ショップ/マルイル_入店

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101062001
    【マルイル】
    さあ、取引開始といきましょうか!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201631.html b/docs/story/201631.html index 3ce2d4bf7..75c0b0459 100644 --- a/docs/story/201631.html +++ b/docs/story/201631.html @@ -11,9 +11,25 @@

    1章/章ショップ/マルイル_退店

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101062001
    【マルイル】
    またのお越しをお待ちしておりまーす!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201632.html b/docs/story/201632.html index 98593b120..d31fb4e85 100644 --- a/docs/story/201632.html +++ b/docs/story/201632.html @@ -11,9 +11,25 @@

    1章/章ショップ/ラロゥ_入店

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101061001
    【ラロゥ】
    今日はなにが欲しいの?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201633.html b/docs/story/201633.html index 426c7295d..217635d87 100644 --- a/docs/story/201633.html +++ b/docs/story/201633.html @@ -11,9 +11,25 @@

    1章/章ショップ/ラロゥ_退店

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101061001
    【ラロゥ】
    じゃ、またね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201634.html b/docs/story/201634.html index e54921d88..5ddec7beb 100644 --- a/docs/story/201634.html +++ b/docs/story/201634.html @@ -10,5 +10,21 @@

    1章/バトルADV/x0612_BTL依頼任務2【耐久】森_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201635.html b/docs/story/201635.html index c358099e6..1bc5b89f6 100644 --- a/docs/story/201635.html +++ b/docs/story/201635.html @@ -10,5 +10,21 @@

    1章/バトルADV/G0110_BTL依頼任務5【討伐】街_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201636.html b/docs/story/201636.html index 913cf4710..9d4c98d49 100644 --- a/docs/story/201636.html +++ b/docs/story/201636.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア011_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201637.html b/docs/story/201637.html index 941caeb40..91d2b95db 100644 --- a/docs/story/201637.html +++ b/docs/story/201637.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア011_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201638.html b/docs/story/201638.html index 2775ea746..df1e77636 100644 --- a/docs/story/201638.html +++ b/docs/story/201638.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア011_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201639.html b/docs/story/201639.html index 283b3827a..2a90227f0 100644 --- a/docs/story/201639.html +++ b/docs/story/201639.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア012_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201640.html b/docs/story/201640.html index fe1ca493c..e23e2c16e 100644 --- a/docs/story/201640.html +++ b/docs/story/201640.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア012_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201641.html b/docs/story/201641.html index 6182db23c..b1ae7bfba 100644 --- a/docs/story/201641.html +++ b/docs/story/201641.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア012_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201642.html b/docs/story/201642.html index c694c7d7a..591b29936 100644 --- a/docs/story/201642.html +++ b/docs/story/201642.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア013_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201643.html b/docs/story/201643.html index 03f4a1a17..b829c2362 100644 --- a/docs/story/201643.html +++ b/docs/story/201643.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア013_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201644.html b/docs/story/201644.html index fcc616650..b35606920 100644 --- a/docs/story/201644.html +++ b/docs/story/201644.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア013_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201645.html b/docs/story/201645.html index b472102a3..98215dbc6 100644 --- a/docs/story/201645.html +++ b/docs/story/201645.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア014_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201646.html b/docs/story/201646.html index 40d4c0f56..37e09e725 100644 --- a/docs/story/201646.html +++ b/docs/story/201646.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア014_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201647.html b/docs/story/201647.html index 763c4e16c..314bffb83 100644 --- a/docs/story/201647.html +++ b/docs/story/201647.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア014_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201648.html b/docs/story/201648.html index 7358b4592..9ddf6e501 100644 --- a/docs/story/201648.html +++ b/docs/story/201648.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア014_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201649.html b/docs/story/201649.html index f0d4eecba..d25a6264e 100644 --- a/docs/story/201649.html +++ b/docs/story/201649.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア014_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201650.html b/docs/story/201650.html index 043626412..38a791f15 100644 --- a/docs/story/201650.html +++ b/docs/story/201650.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア015_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201651.html b/docs/story/201651.html index 280c09eaa..88a584195 100644 --- a/docs/story/201651.html +++ b/docs/story/201651.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア015_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201652.html b/docs/story/201652.html index 66efbcbbf..8ddfad566 100644 --- a/docs/story/201652.html +++ b/docs/story/201652.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア015_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201653.html b/docs/story/201653.html index 64bfd3a0d..0e174dc65 100644 --- a/docs/story/201653.html +++ b/docs/story/201653.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア015_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201654.html b/docs/story/201654.html index 0c6c430c8..1eab96e65 100644 --- a/docs/story/201654.html +++ b/docs/story/201654.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア015_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201655.html b/docs/story/201655.html index 8215fa940..8452f95ba 100644 --- a/docs/story/201655.html +++ b/docs/story/201655.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア016_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201656.html b/docs/story/201656.html index 79384bbaf..d9b358b17 100644 --- a/docs/story/201656.html +++ b/docs/story/201656.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア016_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201657.html b/docs/story/201657.html index bf043d805..4a37603f2 100644 --- a/docs/story/201657.html +++ b/docs/story/201657.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア016_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201658.html b/docs/story/201658.html index fa175edb1..6e5935b18 100644 --- a/docs/story/201658.html +++ b/docs/story/201658.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア017_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201659.html b/docs/story/201659.html index af7f10d4e..db21a56ae 100644 --- a/docs/story/201659.html +++ b/docs/story/201659.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア017_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201660.html b/docs/story/201660.html index 80f1257f5..9633f4edf 100644 --- a/docs/story/201660.html +++ b/docs/story/201660.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア017_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201661.html b/docs/story/201661.html index 7721cc9f5..6ad0da707 100644 --- a/docs/story/201661.html +++ b/docs/story/201661.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア017_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201662.html b/docs/story/201662.html index 468c4cbc7..0bcca7230 100644 --- a/docs/story/201662.html +++ b/docs/story/201662.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア017_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201663.html b/docs/story/201663.html index e42f23c0c..307967d99 100644 --- a/docs/story/201663.html +++ b/docs/story/201663.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア018_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201664.html b/docs/story/201664.html index eb73c7500..a68ff177f 100644 --- a/docs/story/201664.html +++ b/docs/story/201664.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア018_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201665.html b/docs/story/201665.html index 1fe3d9656..d2bc43db5 100644 --- a/docs/story/201665.html +++ b/docs/story/201665.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア018_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201666.html b/docs/story/201666.html index b18ac108a..194aa9108 100644 --- a/docs/story/201666.html +++ b/docs/story/201666.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア018_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201667.html b/docs/story/201667.html index 80921c9d1..cd409091d 100644 --- a/docs/story/201667.html +++ b/docs/story/201667.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア018_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201668.html b/docs/story/201668.html index 8e30b5a3f..6d116fad0 100644 --- a/docs/story/201668.html +++ b/docs/story/201668.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア019_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201669.html b/docs/story/201669.html index f4bfa89da..7038c71ca 100644 --- a/docs/story/201669.html +++ b/docs/story/201669.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア019_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201670.html b/docs/story/201670.html index 12ecd2b84..de21eace8 100644 --- a/docs/story/201670.html +++ b/docs/story/201670.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア019_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201671.html b/docs/story/201671.html index 3dfa3e03a..7131efa59 100644 --- a/docs/story/201671.html +++ b/docs/story/201671.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア019_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201672.html b/docs/story/201672.html index b091608c1..1c9d052f1 100644 --- a/docs/story/201672.html +++ b/docs/story/201672.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア019_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201673.html b/docs/story/201673.html index aae158b4f..9cb549d58 100644 --- a/docs/story/201673.html +++ b/docs/story/201673.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア020_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201674.html b/docs/story/201674.html index ea721a626..de9ab2341 100644 --- a/docs/story/201674.html +++ b/docs/story/201674.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア020_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201675.html b/docs/story/201675.html index e66de3514..17b29a135 100644 --- a/docs/story/201675.html +++ b/docs/story/201675.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア020_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201676.html b/docs/story/201676.html index e461c2de7..ea3648260 100644 --- a/docs/story/201676.html +++ b/docs/story/201676.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア020_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201677.html b/docs/story/201677.html index e27775d15..385c47e7d 100644 --- a/docs/story/201677.html +++ b/docs/story/201677.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア020_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201678.html b/docs/story/201678.html index 66007a1a7..30a6a99d1 100644 --- a/docs/story/201678.html +++ b/docs/story/201678.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア021_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201679.html b/docs/story/201679.html index 3b8b9d751..d3b31edfa 100644 --- a/docs/story/201679.html +++ b/docs/story/201679.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア021_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201680.html b/docs/story/201680.html index eab23fa1a..8309bf3c2 100644 --- a/docs/story/201680.html +++ b/docs/story/201680.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア021_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201681.html b/docs/story/201681.html index 573b04c6e..8ae64791c 100644 --- a/docs/story/201681.html +++ b/docs/story/201681.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア022_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201682.html b/docs/story/201682.html index adb262583..590d9b545 100644 --- a/docs/story/201682.html +++ b/docs/story/201682.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア022_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201683.html b/docs/story/201683.html index fc5771bb9..3b048052c 100644 --- a/docs/story/201683.html +++ b/docs/story/201683.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア022_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201684.html b/docs/story/201684.html index af9ac7100..be6f2299f 100644 --- a/docs/story/201684.html +++ b/docs/story/201684.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア023_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201685.html b/docs/story/201685.html index a12f00368..98dfda3cf 100644 --- a/docs/story/201685.html +++ b/docs/story/201685.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア023_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201686.html b/docs/story/201686.html index 37a1a2bb1..62666e0fc 100644 --- a/docs/story/201686.html +++ b/docs/story/201686.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア023_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201687.html b/docs/story/201687.html index 836eea254..224f1afb1 100644 --- a/docs/story/201687.html +++ b/docs/story/201687.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア024_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201688.html b/docs/story/201688.html index 931b43c0f..fea3d6892 100644 --- a/docs/story/201688.html +++ b/docs/story/201688.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア024_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201689.html b/docs/story/201689.html index 24556a46a..36c608a67 100644 --- a/docs/story/201689.html +++ b/docs/story/201689.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア024_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201690.html b/docs/story/201690.html index 99474cd61..99878be59 100644 --- a/docs/story/201690.html +++ b/docs/story/201690.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア024_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201691.html b/docs/story/201691.html index 7c339977a..c4f9a8cac 100644 --- a/docs/story/201691.html +++ b/docs/story/201691.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア025_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201692.html b/docs/story/201692.html index ba808e55b..b01fe7f47 100644 --- a/docs/story/201692.html +++ b/docs/story/201692.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア025_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201693.html b/docs/story/201693.html index 09cdcac8c..188c8bd42 100644 --- a/docs/story/201693.html +++ b/docs/story/201693.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア025_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201694.html b/docs/story/201694.html index 29f3b2b35..070d94b3c 100644 --- a/docs/story/201694.html +++ b/docs/story/201694.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア025_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201695.html b/docs/story/201695.html index 02883d56a..98072f532 100644 --- a/docs/story/201695.html +++ b/docs/story/201695.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア025_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201696.html b/docs/story/201696.html index 527c04083..e5375a5a2 100644 --- a/docs/story/201696.html +++ b/docs/story/201696.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア026_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201697.html b/docs/story/201697.html index 9bc8a4fe9..5463bbda1 100644 --- a/docs/story/201697.html +++ b/docs/story/201697.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア026_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201698.html b/docs/story/201698.html index 6a5c9942c..177ebbc2c 100644 --- a/docs/story/201698.html +++ b/docs/story/201698.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア026_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201699.html b/docs/story/201699.html index 2a07b27fa..b888f6f82 100644 --- a/docs/story/201699.html +++ b/docs/story/201699.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア026_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201700.html b/docs/story/201700.html index ca8a469f7..3278825b3 100644 --- a/docs/story/201700.html +++ b/docs/story/201700.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア027_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201701.html b/docs/story/201701.html index 4971dd4a9..42e6da75f 100644 --- a/docs/story/201701.html +++ b/docs/story/201701.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア027_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201702.html b/docs/story/201702.html index cd4b1a14b..881d71b5d 100644 --- a/docs/story/201702.html +++ b/docs/story/201702.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア027_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201703.html b/docs/story/201703.html index 507d11a04..6d56fac27 100644 --- a/docs/story/201703.html +++ b/docs/story/201703.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア027_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201704.html b/docs/story/201704.html index 1c375c1a7..3cc0f2923 100644 --- a/docs/story/201704.html +++ b/docs/story/201704.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア027_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201705.html b/docs/story/201705.html index 6f47373a3..50603faea 100644 --- a/docs/story/201705.html +++ b/docs/story/201705.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア028_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201706.html b/docs/story/201706.html index eca24e5db..4341e5876 100644 --- a/docs/story/201706.html +++ b/docs/story/201706.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア028_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201707.html b/docs/story/201707.html index 0b00386ef..47d7f76a9 100644 --- a/docs/story/201707.html +++ b/docs/story/201707.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア028_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201708.html b/docs/story/201708.html index 12c5d81f1..329171096 100644 --- a/docs/story/201708.html +++ b/docs/story/201708.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア028_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201709.html b/docs/story/201709.html index 06936b290..762e1afcf 100644 --- a/docs/story/201709.html +++ b/docs/story/201709.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア028_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201710.html b/docs/story/201710.html index 574d5ca81..0664e596e 100644 --- a/docs/story/201710.html +++ b/docs/story/201710.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア029_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201711.html b/docs/story/201711.html index bddbc0deb..9b7a6d9ab 100644 --- a/docs/story/201711.html +++ b/docs/story/201711.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア029_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201712.html b/docs/story/201712.html index a790da2ab..df6b9b392 100644 --- a/docs/story/201712.html +++ b/docs/story/201712.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア029_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201713.html b/docs/story/201713.html index 10cca5687..f40ed1b28 100644 --- a/docs/story/201713.html +++ b/docs/story/201713.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア029_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201714.html b/docs/story/201714.html index ec2cdc227..68d583786 100644 --- a/docs/story/201714.html +++ b/docs/story/201714.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア029_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201715.html b/docs/story/201715.html index a2b725633..07e6b420a 100644 --- a/docs/story/201715.html +++ b/docs/story/201715.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア030_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201716.html b/docs/story/201716.html index 11f8cf7a2..211959737 100644 --- a/docs/story/201716.html +++ b/docs/story/201716.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア030_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201717.html b/docs/story/201717.html index a1e350bf2..54b5f48cd 100644 --- a/docs/story/201717.html +++ b/docs/story/201717.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア030_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201718.html b/docs/story/201718.html index 0d5fa48b0..32c9e2d42 100644 --- a/docs/story/201718.html +++ b/docs/story/201718.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ギネヴィア030_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201719.html b/docs/story/201719.html index 4f3087cd0..f19124875 100644 --- a/docs/story/201719.html +++ b/docs/story/201719.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット011_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201720.html b/docs/story/201720.html index b0bc8fe7d..3640826cf 100644 --- a/docs/story/201720.html +++ b/docs/story/201720.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット011_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201721.html b/docs/story/201721.html index 520ae5ab5..eed51399c 100644 --- a/docs/story/201721.html +++ b/docs/story/201721.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット011_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201722.html b/docs/story/201722.html index a7f67c7dc..f4539aff3 100644 --- a/docs/story/201722.html +++ b/docs/story/201722.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット012_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201723.html b/docs/story/201723.html index 19060f68c..ca1d097d5 100644 --- a/docs/story/201723.html +++ b/docs/story/201723.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット012_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201724.html b/docs/story/201724.html index 19e6660f3..cbb51894d 100644 --- a/docs/story/201724.html +++ b/docs/story/201724.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット012_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201725.html b/docs/story/201725.html index 8e6ee51da..6577a649e 100644 --- a/docs/story/201725.html +++ b/docs/story/201725.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット013_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201726.html b/docs/story/201726.html index 6440c38b8..d78553c7a 100644 --- a/docs/story/201726.html +++ b/docs/story/201726.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット013_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201727.html b/docs/story/201727.html index 459715653..6bb22b7f1 100644 --- a/docs/story/201727.html +++ b/docs/story/201727.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット013_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201728.html b/docs/story/201728.html index 5f17c4d12..cbc685c45 100644 --- a/docs/story/201728.html +++ b/docs/story/201728.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット014_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201729.html b/docs/story/201729.html index 1c8a332cf..61d7fc3e6 100644 --- a/docs/story/201729.html +++ b/docs/story/201729.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット014_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201730.html b/docs/story/201730.html index caf6f2339..7e605578f 100644 --- a/docs/story/201730.html +++ b/docs/story/201730.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット014_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201731.html b/docs/story/201731.html index 4348080f6..447f5ab07 100644 --- a/docs/story/201731.html +++ b/docs/story/201731.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット014_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201732.html b/docs/story/201732.html index 965a99bcb..c5f3598c0 100644 --- a/docs/story/201732.html +++ b/docs/story/201732.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット014_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201733.html b/docs/story/201733.html index d918853a3..a14d04fb3 100644 --- a/docs/story/201733.html +++ b/docs/story/201733.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット015_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201734.html b/docs/story/201734.html index 258be1a0d..11282a13e 100644 --- a/docs/story/201734.html +++ b/docs/story/201734.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット015_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201735.html b/docs/story/201735.html index 58b0f6f83..ceae0cddb 100644 --- a/docs/story/201735.html +++ b/docs/story/201735.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット015_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201736.html b/docs/story/201736.html index dcccb5aa6..7e3ecf783 100644 --- a/docs/story/201736.html +++ b/docs/story/201736.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット016_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201737.html b/docs/story/201737.html index fe808fcf1..02394d50a 100644 --- a/docs/story/201737.html +++ b/docs/story/201737.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット016_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201738.html b/docs/story/201738.html index d17e27d6e..531773346 100644 --- a/docs/story/201738.html +++ b/docs/story/201738.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット016_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201739.html b/docs/story/201739.html index fe98a0711..5ff080b72 100644 --- a/docs/story/201739.html +++ b/docs/story/201739.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット016_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201740.html b/docs/story/201740.html index b1be97f75..2c5343eaa 100644 --- a/docs/story/201740.html +++ b/docs/story/201740.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット017_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201741.html b/docs/story/201741.html index 5344ea5b8..36b1aab8a 100644 --- a/docs/story/201741.html +++ b/docs/story/201741.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット017_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201742.html b/docs/story/201742.html index f4754db11..aff00d260 100644 --- a/docs/story/201742.html +++ b/docs/story/201742.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット017_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201743.html b/docs/story/201743.html index a6b54c712..690e8dd70 100644 --- a/docs/story/201743.html +++ b/docs/story/201743.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット017_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201744.html b/docs/story/201744.html index 30393d502..079563c2a 100644 --- a/docs/story/201744.html +++ b/docs/story/201744.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット018_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201745.html b/docs/story/201745.html index 55fe20a59..8243cb82c 100644 --- a/docs/story/201745.html +++ b/docs/story/201745.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット018_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201746.html b/docs/story/201746.html index b0dc6661c..8b62956c5 100644 --- a/docs/story/201746.html +++ b/docs/story/201746.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット018_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201747.html b/docs/story/201747.html index 8d0b4111f..d52e17a45 100644 --- a/docs/story/201747.html +++ b/docs/story/201747.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット018_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201748.html b/docs/story/201748.html index 10ea50b22..2e510be6b 100644 --- a/docs/story/201748.html +++ b/docs/story/201748.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット019_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201749.html b/docs/story/201749.html index cd63bc9f6..7b7482872 100644 --- a/docs/story/201749.html +++ b/docs/story/201749.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット019_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201750.html b/docs/story/201750.html index 5122641f1..1ceba0370 100644 --- a/docs/story/201750.html +++ b/docs/story/201750.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット019_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201751.html b/docs/story/201751.html index 99b31ec1a..8c5d7f0dd 100644 --- a/docs/story/201751.html +++ b/docs/story/201751.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット019_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201752.html b/docs/story/201752.html index f07e2ad42..2c3011ab9 100644 --- a/docs/story/201752.html +++ b/docs/story/201752.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット019_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201753.html b/docs/story/201753.html index 089a0d615..c08d40cfd 100644 --- a/docs/story/201753.html +++ b/docs/story/201753.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット020_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201754.html b/docs/story/201754.html index 9f2a20fd9..efa038f5e 100644 --- a/docs/story/201754.html +++ b/docs/story/201754.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット020_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201755.html b/docs/story/201755.html index c6edbbe01..d6556abbe 100644 --- a/docs/story/201755.html +++ b/docs/story/201755.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット020_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201756.html b/docs/story/201756.html index 8870d52bb..2b700d2d3 100644 --- a/docs/story/201756.html +++ b/docs/story/201756.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット020_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201757.html b/docs/story/201757.html index 5f192eac4..6fa07057e 100644 --- a/docs/story/201757.html +++ b/docs/story/201757.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット021_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201758.html b/docs/story/201758.html index 3638bd4da..8be1038b9 100644 --- a/docs/story/201758.html +++ b/docs/story/201758.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット021_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201759.html b/docs/story/201759.html index 734e759fb..d680d4623 100644 --- a/docs/story/201759.html +++ b/docs/story/201759.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット021_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201760.html b/docs/story/201760.html index 3ab39f5e8..3916f42ab 100644 --- a/docs/story/201760.html +++ b/docs/story/201760.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット022_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201761.html b/docs/story/201761.html index 6eb1b275e..919e88975 100644 --- a/docs/story/201761.html +++ b/docs/story/201761.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット022_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201762.html b/docs/story/201762.html index 8768edbab..04a0ce08a 100644 --- a/docs/story/201762.html +++ b/docs/story/201762.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット022_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201763.html b/docs/story/201763.html index e2dbd94c0..00b499853 100644 --- a/docs/story/201763.html +++ b/docs/story/201763.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット023_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201764.html b/docs/story/201764.html index 29a72000b..f8edb7c2c 100644 --- a/docs/story/201764.html +++ b/docs/story/201764.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット023_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201765.html b/docs/story/201765.html index 73a708ef9..0d7252dc4 100644 --- a/docs/story/201765.html +++ b/docs/story/201765.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット023_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201766.html b/docs/story/201766.html index 1178a6ce7..1cf8932ac 100644 --- a/docs/story/201766.html +++ b/docs/story/201766.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット024_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201767.html b/docs/story/201767.html index abcd22d24..c2ada841e 100644 --- a/docs/story/201767.html +++ b/docs/story/201767.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット024_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201768.html b/docs/story/201768.html index 3897a53e7..6fe0c0c8a 100644 --- a/docs/story/201768.html +++ b/docs/story/201768.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット024_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201769.html b/docs/story/201769.html index 2f8198fea..4ac0a1603 100644 --- a/docs/story/201769.html +++ b/docs/story/201769.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット024_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201770.html b/docs/story/201770.html index 00a9c95c3..e506661bd 100644 --- a/docs/story/201770.html +++ b/docs/story/201770.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット024_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201771.html b/docs/story/201771.html index 8b29e6a4b..d3ff55673 100644 --- a/docs/story/201771.html +++ b/docs/story/201771.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット025_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201772.html b/docs/story/201772.html index 09dbc0697..f4badd840 100644 --- a/docs/story/201772.html +++ b/docs/story/201772.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット025_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201773.html b/docs/story/201773.html index 6abb9e2e7..d954df67e 100644 --- a/docs/story/201773.html +++ b/docs/story/201773.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット025_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201774.html b/docs/story/201774.html index 7ab00fc2e..dfc81e319 100644 --- a/docs/story/201774.html +++ b/docs/story/201774.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット025_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201775.html b/docs/story/201775.html index 02c8cc78c..de9ce0df8 100644 --- a/docs/story/201775.html +++ b/docs/story/201775.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット025_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201776.html b/docs/story/201776.html index 94e85f0e1..3e3e736a5 100644 --- a/docs/story/201776.html +++ b/docs/story/201776.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット026_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201777.html b/docs/story/201777.html index 4a4aea1de..554071701 100644 --- a/docs/story/201777.html +++ b/docs/story/201777.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット026_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201778.html b/docs/story/201778.html index d077478ba..06fe1007c 100644 --- a/docs/story/201778.html +++ b/docs/story/201778.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット026_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201779.html b/docs/story/201779.html index fec3a2f87..419dc5623 100644 --- a/docs/story/201779.html +++ b/docs/story/201779.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット027_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201780.html b/docs/story/201780.html index 0f58a2c98..180ebb9ca 100644 --- a/docs/story/201780.html +++ b/docs/story/201780.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット027_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201781.html b/docs/story/201781.html index 20cc53de2..522357dd3 100644 --- a/docs/story/201781.html +++ b/docs/story/201781.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット027_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201782.html b/docs/story/201782.html index 6ee0a2f54..99e1d8255 100644 --- a/docs/story/201782.html +++ b/docs/story/201782.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット027_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201783.html b/docs/story/201783.html index b733d7261..ba7b6cc88 100644 --- a/docs/story/201783.html +++ b/docs/story/201783.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット027_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201784.html b/docs/story/201784.html index d4080b5e8..ffde7dcd7 100644 --- a/docs/story/201784.html +++ b/docs/story/201784.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット028_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201785.html b/docs/story/201785.html index a13074926..754a3af1e 100644 --- a/docs/story/201785.html +++ b/docs/story/201785.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット028_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201786.html b/docs/story/201786.html index 59a8745ff..0828946bf 100644 --- a/docs/story/201786.html +++ b/docs/story/201786.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット028_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201787.html b/docs/story/201787.html index c9aed91f7..4e71d694b 100644 --- a/docs/story/201787.html +++ b/docs/story/201787.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット028_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201788.html b/docs/story/201788.html index cb7693666..b772f6162 100644 --- a/docs/story/201788.html +++ b/docs/story/201788.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット028_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201789.html b/docs/story/201789.html index dca54e329..c9e58c1f5 100644 --- a/docs/story/201789.html +++ b/docs/story/201789.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット029_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201790.html b/docs/story/201790.html index fb2d5545c..34dbcd868 100644 --- a/docs/story/201790.html +++ b/docs/story/201790.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット029_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201791.html b/docs/story/201791.html index 50e9cf2e7..a6f1aeb68 100644 --- a/docs/story/201791.html +++ b/docs/story/201791.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット029_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201792.html b/docs/story/201792.html index ea866a447..19a4ecfd8 100644 --- a/docs/story/201792.html +++ b/docs/story/201792.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット029_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201793.html b/docs/story/201793.html index 4d7ddaf0e..e70ce614f 100644 --- a/docs/story/201793.html +++ b/docs/story/201793.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット029_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201794.html b/docs/story/201794.html index f2a91a057..9a0a54705 100644 --- a/docs/story/201794.html +++ b/docs/story/201794.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット030_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201795.html b/docs/story/201795.html index 7397b4ec9..25d1348a8 100644 --- a/docs/story/201795.html +++ b/docs/story/201795.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット030_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201796.html b/docs/story/201796.html index 90053e899..d7039880b 100644 --- a/docs/story/201796.html +++ b/docs/story/201796.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット030_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201797.html b/docs/story/201797.html index fb2ce56f1..bb0f7a1e2 100644 --- a/docs/story/201797.html +++ b/docs/story/201797.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット030_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201798.html b/docs/story/201798.html index 632a83b9b..2c52705e9 100644 --- a/docs/story/201798.html +++ b/docs/story/201798.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット030_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201799.html b/docs/story/201799.html index ec1543979..b42a10d40 100644 --- a/docs/story/201799.html +++ b/docs/story/201799.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ランスロット030_増援06

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201800.html b/docs/story/201800.html index 59298819c..b503d68da 100644 --- a/docs/story/201800.html +++ b/docs/story/201800.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン011_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201801.html b/docs/story/201801.html index 2666dd9f1..1180b3d04 100644 --- a/docs/story/201801.html +++ b/docs/story/201801.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン011_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201802.html b/docs/story/201802.html index c7107bf7f..033482975 100644 --- a/docs/story/201802.html +++ b/docs/story/201802.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン011_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201803.html b/docs/story/201803.html index 34f0b79cc..403a0150b 100644 --- a/docs/story/201803.html +++ b/docs/story/201803.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン012_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201804.html b/docs/story/201804.html index b1efb82c9..e8f532a3d 100644 --- a/docs/story/201804.html +++ b/docs/story/201804.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン012_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201805.html b/docs/story/201805.html index fc4ad5742..f74994759 100644 --- a/docs/story/201805.html +++ b/docs/story/201805.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン012_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201806.html b/docs/story/201806.html index 70e7514e3..6deb4cbdc 100644 --- a/docs/story/201806.html +++ b/docs/story/201806.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン013_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201807.html b/docs/story/201807.html index d8246b9a9..802259fd1 100644 --- a/docs/story/201807.html +++ b/docs/story/201807.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン013_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201808.html b/docs/story/201808.html index e85e4474d..f93463329 100644 --- a/docs/story/201808.html +++ b/docs/story/201808.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン013_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201809.html b/docs/story/201809.html index ea812bc0f..aea5b6c49 100644 --- a/docs/story/201809.html +++ b/docs/story/201809.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン014_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201810.html b/docs/story/201810.html index ad9ecbca7..0bd88f45b 100644 --- a/docs/story/201810.html +++ b/docs/story/201810.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン014_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201811.html b/docs/story/201811.html index e97171846..a2ada9ff6 100644 --- a/docs/story/201811.html +++ b/docs/story/201811.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン014_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201812.html b/docs/story/201812.html index 5a634c2f4..29a078209 100644 --- a/docs/story/201812.html +++ b/docs/story/201812.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン014_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201813.html b/docs/story/201813.html index f9abd3ecc..0d61eca37 100644 --- a/docs/story/201813.html +++ b/docs/story/201813.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン014_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201814.html b/docs/story/201814.html index 5afd6beab..e38296f38 100644 --- a/docs/story/201814.html +++ b/docs/story/201814.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン015_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201815.html b/docs/story/201815.html index 2f68ab3db..b0149dd1e 100644 --- a/docs/story/201815.html +++ b/docs/story/201815.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン015_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201816.html b/docs/story/201816.html index 582a868d8..f74e500c6 100644 --- a/docs/story/201816.html +++ b/docs/story/201816.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン015_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201817.html b/docs/story/201817.html index e2414d375..89e563cc6 100644 --- a/docs/story/201817.html +++ b/docs/story/201817.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン015_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201818.html b/docs/story/201818.html index 608d739ce..246bd9842 100644 --- a/docs/story/201818.html +++ b/docs/story/201818.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン015_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201819.html b/docs/story/201819.html index acc3d6762..58c2b07f3 100644 --- a/docs/story/201819.html +++ b/docs/story/201819.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン016_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201820.html b/docs/story/201820.html index 820d67e27..55da33c0d 100644 --- a/docs/story/201820.html +++ b/docs/story/201820.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン016_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201821.html b/docs/story/201821.html index ee13b39b5..d9e909216 100644 --- a/docs/story/201821.html +++ b/docs/story/201821.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン016_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201822.html b/docs/story/201822.html index da8718eaa..13185072c 100644 --- a/docs/story/201822.html +++ b/docs/story/201822.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン016_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201823.html b/docs/story/201823.html index 757a0de65..a11df7dfe 100644 --- a/docs/story/201823.html +++ b/docs/story/201823.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン016_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201824.html b/docs/story/201824.html index ec527c3fa..962a6aeca 100644 --- a/docs/story/201824.html +++ b/docs/story/201824.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン017_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201825.html b/docs/story/201825.html index 8a804e292..cf7bb70dd 100644 --- a/docs/story/201825.html +++ b/docs/story/201825.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン017_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201826.html b/docs/story/201826.html index b4ba65e5d..b9a963e51 100644 --- a/docs/story/201826.html +++ b/docs/story/201826.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン017_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201827.html b/docs/story/201827.html index 13d220423..f8605a8e5 100644 --- a/docs/story/201827.html +++ b/docs/story/201827.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン017_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201828.html b/docs/story/201828.html index 3e1f7347e..92f076899 100644 --- a/docs/story/201828.html +++ b/docs/story/201828.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン017_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201829.html b/docs/story/201829.html index 053fa86db..149b0d3d8 100644 --- a/docs/story/201829.html +++ b/docs/story/201829.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン018_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201830.html b/docs/story/201830.html index 7d7b7f63d..beb0acd5e 100644 --- a/docs/story/201830.html +++ b/docs/story/201830.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン018_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201831.html b/docs/story/201831.html index dacf3778a..5ae8ce355 100644 --- a/docs/story/201831.html +++ b/docs/story/201831.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン018_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201832.html b/docs/story/201832.html index adfbf1502..5481256c7 100644 --- a/docs/story/201832.html +++ b/docs/story/201832.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン018_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201833.html b/docs/story/201833.html index cae23491a..d5e9f5d9a 100644 --- a/docs/story/201833.html +++ b/docs/story/201833.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン018_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201834.html b/docs/story/201834.html index fa93f9dd2..36f9cea58 100644 --- a/docs/story/201834.html +++ b/docs/story/201834.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン019_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201835.html b/docs/story/201835.html index d5a60c468..a04226e78 100644 --- a/docs/story/201835.html +++ b/docs/story/201835.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン019_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201836.html b/docs/story/201836.html index f3ab28201..3da125d9c 100644 --- a/docs/story/201836.html +++ b/docs/story/201836.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン019_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201837.html b/docs/story/201837.html index 84e4a1eee..0135a3121 100644 --- a/docs/story/201837.html +++ b/docs/story/201837.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン019_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201838.html b/docs/story/201838.html index e4265f154..1052e75bd 100644 --- a/docs/story/201838.html +++ b/docs/story/201838.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン019_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201839.html b/docs/story/201839.html index f5d204512..459c60618 100644 --- a/docs/story/201839.html +++ b/docs/story/201839.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン020_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201840.html b/docs/story/201840.html index 5b707b7f9..c7ce667c7 100644 --- a/docs/story/201840.html +++ b/docs/story/201840.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン020_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201841.html b/docs/story/201841.html index ec2efd02f..df4994e2e 100644 --- a/docs/story/201841.html +++ b/docs/story/201841.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン020_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201842.html b/docs/story/201842.html index 68bbf1f53..5b4e4a815 100644 --- a/docs/story/201842.html +++ b/docs/story/201842.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン020_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201843.html b/docs/story/201843.html index c8f6cce4c..6b594dd57 100644 --- a/docs/story/201843.html +++ b/docs/story/201843.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン021_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201844.html b/docs/story/201844.html index 5f357054d..5699146ed 100644 --- a/docs/story/201844.html +++ b/docs/story/201844.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン021_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201845.html b/docs/story/201845.html index 291fa5a68..b38c81952 100644 --- a/docs/story/201845.html +++ b/docs/story/201845.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン021_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201846.html b/docs/story/201846.html index 89bfd2203..e01a026d7 100644 --- a/docs/story/201846.html +++ b/docs/story/201846.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン022_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201847.html b/docs/story/201847.html index 213809dec..638d9ef06 100644 --- a/docs/story/201847.html +++ b/docs/story/201847.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン022_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201848.html b/docs/story/201848.html index 9a0581ea7..f0d3e9d2d 100644 --- a/docs/story/201848.html +++ b/docs/story/201848.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン022_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201849.html b/docs/story/201849.html index be2a52c28..f52371200 100644 --- a/docs/story/201849.html +++ b/docs/story/201849.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン023_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201850.html b/docs/story/201850.html index fe6e37a1c..5deb38ffd 100644 --- a/docs/story/201850.html +++ b/docs/story/201850.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン023_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201851.html b/docs/story/201851.html index fb94e4dd1..394d3685e 100644 --- a/docs/story/201851.html +++ b/docs/story/201851.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン023_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201852.html b/docs/story/201852.html index 639f011e1..09b0f5785 100644 --- a/docs/story/201852.html +++ b/docs/story/201852.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン024_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201853.html b/docs/story/201853.html index aaac1989c..c646ff1b4 100644 --- a/docs/story/201853.html +++ b/docs/story/201853.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン024_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201854.html b/docs/story/201854.html index 5f11a70f6..ff9a0518f 100644 --- a/docs/story/201854.html +++ b/docs/story/201854.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン024_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201855.html b/docs/story/201855.html index 0e04f718f..98ecd7753 100644 --- a/docs/story/201855.html +++ b/docs/story/201855.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン024_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201856.html b/docs/story/201856.html index 760fae0a7..1505ccfd1 100644 --- a/docs/story/201856.html +++ b/docs/story/201856.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン025_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201857.html b/docs/story/201857.html index d60d5e57c..8900024fd 100644 --- a/docs/story/201857.html +++ b/docs/story/201857.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン025_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201858.html b/docs/story/201858.html index 62aacfef6..cff4ad474 100644 --- a/docs/story/201858.html +++ b/docs/story/201858.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン025_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201859.html b/docs/story/201859.html index a9fdbc672..8beabbcad 100644 --- a/docs/story/201859.html +++ b/docs/story/201859.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン025_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201860.html b/docs/story/201860.html index 7e0c42d0c..cff8fd89f 100644 --- a/docs/story/201860.html +++ b/docs/story/201860.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン025_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201861.html b/docs/story/201861.html index 422eb275c..69a387c37 100644 --- a/docs/story/201861.html +++ b/docs/story/201861.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン026_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201862.html b/docs/story/201862.html index 29cdaade9..3a79271db 100644 --- a/docs/story/201862.html +++ b/docs/story/201862.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン026_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201863.html b/docs/story/201863.html index e55b78795..22525de0d 100644 --- a/docs/story/201863.html +++ b/docs/story/201863.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン026_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201864.html b/docs/story/201864.html index dd2c26e4e..f7f5211f4 100644 --- a/docs/story/201864.html +++ b/docs/story/201864.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン026_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201865.html b/docs/story/201865.html index 4b4c50de1..279e6f014 100644 --- a/docs/story/201865.html +++ b/docs/story/201865.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン027_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201866.html b/docs/story/201866.html index bc9fe2e0a..a90d26e2d 100644 --- a/docs/story/201866.html +++ b/docs/story/201866.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン027_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201867.html b/docs/story/201867.html index 29980bf2b..32153b06a 100644 --- a/docs/story/201867.html +++ b/docs/story/201867.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン027_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201868.html b/docs/story/201868.html index 6edd70fd4..d139181a0 100644 --- a/docs/story/201868.html +++ b/docs/story/201868.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン027_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201869.html b/docs/story/201869.html index f02c791d5..b45048a47 100644 --- a/docs/story/201869.html +++ b/docs/story/201869.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン027_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201870.html b/docs/story/201870.html index 82e2bc035..9534b04e4 100644 --- a/docs/story/201870.html +++ b/docs/story/201870.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン028_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201871.html b/docs/story/201871.html index 3fc437bc2..34f6b5276 100644 --- a/docs/story/201871.html +++ b/docs/story/201871.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン028_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201872.html b/docs/story/201872.html index c4a61e115..0dfd8cc64 100644 --- a/docs/story/201872.html +++ b/docs/story/201872.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン028_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201873.html b/docs/story/201873.html index 8fcfcffde..6497d3e50 100644 --- a/docs/story/201873.html +++ b/docs/story/201873.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン028_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201874.html b/docs/story/201874.html index 906610cd5..f8d23562c 100644 --- a/docs/story/201874.html +++ b/docs/story/201874.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン028_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201875.html b/docs/story/201875.html index a35e0e2f2..01415ff9f 100644 --- a/docs/story/201875.html +++ b/docs/story/201875.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン029_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201876.html b/docs/story/201876.html index 05cb2654d..72e626707 100644 --- a/docs/story/201876.html +++ b/docs/story/201876.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン029_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201877.html b/docs/story/201877.html index 56ffae89f..36ca6e6dc 100644 --- a/docs/story/201877.html +++ b/docs/story/201877.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン029_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201878.html b/docs/story/201878.html index d6c513254..9864f67d1 100644 --- a/docs/story/201878.html +++ b/docs/story/201878.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン029_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201879.html b/docs/story/201879.html index f2ef21bc9..638230cfa 100644 --- a/docs/story/201879.html +++ b/docs/story/201879.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン029_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201880.html b/docs/story/201880.html index 6854404ac..6f940e9fe 100644 --- a/docs/story/201880.html +++ b/docs/story/201880.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン030_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201881.html b/docs/story/201881.html index 9a24d984e..2bd55eaac 100644 --- a/docs/story/201881.html +++ b/docs/story/201881.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン030_増援02

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201882.html b/docs/story/201882.html index e20e6c4f6..a33a2d075 100644 --- a/docs/story/201882.html +++ b/docs/story/201882.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン030_増援03

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201883.html b/docs/story/201883.html index 3c98b0f92..1cce963f7 100644 --- a/docs/story/201883.html +++ b/docs/story/201883.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン030_増援04

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201884.html b/docs/story/201884.html index a3167f3a3..8780596bc 100644 --- a/docs/story/201884.html +++ b/docs/story/201884.html @@ -10,5 +10,21 @@

    オブリヴィエ/バトルADV/ディナタン030_増援05

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201885.html b/docs/story/201885.html index bd0b82f63..7082f0829 100644 --- a/docs/story/201885.html +++ b/docs/story/201885.html @@ -11,6 +11,14 @@

    1章/能動会話/アルバイト募集の張り紙_01

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/アルバイト募集の張り紙_01

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    これは…アルバイト募集の張り紙か
    ええっと、内容は…
    101009002
    【ノワール】
    いやいや…アルバイトに求める
    条件が厳しすぎるだろ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201886.html b/docs/story/201886.html index a66abbefa..6b43ce222 100644 --- a/docs/story/201886.html +++ b/docs/story/201886.html @@ -11,6 +11,14 @@

    1章/能動会話/アルバイト募集の張り紙_02

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/アルバイト募集の張り紙_02

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    新しいアルバイトを募集してるな
    今度はどんな内容なんだ?
    101009002
    【ノワール】
    内容はまともなのに肝心の住所が書いてない…
    これじゃ誰も応募できないな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201887.html b/docs/story/201887.html index f0cace6c7..c72580948 100644 --- a/docs/story/201887.html +++ b/docs/story/201887.html @@ -11,6 +11,14 @@

    1章/能動会話/アルバイト募集の張り紙_03

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/アルバイト募集の張り紙_03

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    新しいアルバイトはあるかな
    ん?これは…
    101009002
    【ノワール】
    なにもしないのが仕事ってことか?
    不思議なアルバイトもあるんだな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201888.html b/docs/story/201888.html index 35eafcd15..0567289ab 100644 --- a/docs/story/201888.html +++ b/docs/story/201888.html @@ -11,6 +11,14 @@

    1章/能動会話/アルバイト募集の張り紙_04

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/アルバイト募集の張り紙_04

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    せっかくマーケットに来たし
    アルバイトの募集をチェックしておくか
    101009002
    【ノワール】
    足の速い人がほかの人よりたくさん配っても
    給金は変わらない…なんてオチじゃないだろうな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201889.html b/docs/story/201889.html index 9e206c69c..34760e55e 100644 --- a/docs/story/201889.html +++ b/docs/story/201889.html @@ -11,6 +11,14 @@

    1章/能動会話/アルバイト募集の張り紙_05

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/アルバイト募集の張り紙_05

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    新しいアルバイトはあるかな
    ん?これは…
    101009002
    【ノワール】
    もしかして、掃除って…
    いやいや、まさかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201890.html b/docs/story/201890.html index 53026f666..5af4ac3a1 100644 --- a/docs/story/201890.html +++ b/docs/story/201890.html @@ -11,6 +11,14 @@

    1章/能動会話/アルバイト募集の張り紙_06

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/アルバイト募集の張り紙_06

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    新しいアルバイトを募集してるな
    今度はどんな内容なんだ?
    101009002
    【ノワール】
    なんだか条件が厳しいな…
    そのぶん、給金は期待できそうだけど
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201891.html b/docs/story/201891.html index fdb7d0107..079064ce8 100644 --- a/docs/story/201891.html +++ b/docs/story/201891.html @@ -11,6 +11,14 @@

    1章/能動会話/アルバイト募集の張り紙_07

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/アルバイト募集の張り紙_07

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    せっかくマーケットに来たし
    アルバイトの募集をチェックしておくか
    101009002
    【ノワール】
    もし見つからなかったらタダ働き…?
    応募する人いるのか、これ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201892.html b/docs/story/201892.html index 4de740d09..a5e77022d 100644 --- a/docs/story/201892.html +++ b/docs/story/201892.html @@ -11,6 +11,14 @@

    1章/能動会話/アルバイト募集の張り紙_08

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/アルバイト募集の張り紙_08

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    新しいアルバイトはあるかな
    ん?これは…
    101009002
    【ノワール】
    食べるだけなら俺でもできそうだけど
    食レポはちょっと自信ないな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201893.html b/docs/story/201893.html index 34852716d..4df6e3234 100644 --- a/docs/story/201893.html +++ b/docs/story/201893.html @@ -11,6 +11,14 @@

    1章/能動会話/アルバイト募集の張り紙_09

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/アルバイト募集の張り紙_09

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    新しいアルバイトを募集してるな
    今度はどんな内容なんだ?
    101009002
    【ノワール】
    うーん…気持ちはわかるけど
    誰かが代わりにやることじゃない気がする
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201894.html b/docs/story/201894.html index 9c122aa9d..74b28961c 100644 --- a/docs/story/201894.html +++ b/docs/story/201894.html @@ -11,6 +11,14 @@

    1章/能動会話/アルバイト募集の張り紙_10

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/アルバイト募集の張り紙_10

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    せっかくマーケットに来たし
    アルバイトの募集をチェックしておくか
    101009002
    【ノワール】
    …この人たちが仕事をしなくてすむように
    頑張らないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201895.html b/docs/story/201895.html index a73b74b0c..6b27d443e 100644 --- a/docs/story/201895.html +++ b/docs/story/201895.html @@ -11,6 +11,14 @@

    1章/能動会話/市民への通達_01

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/市民への通達_01

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ログレス市民への通達…
    へぇ、こんなものがあるのか
    101009002
    【ノワール】
    街の近くまでバルバロイが…?
    外に出るときは注意しないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201896.html b/docs/story/201896.html index 8066125bb..36dff9fe0 100644 --- a/docs/story/201896.html +++ b/docs/story/201896.html @@ -11,6 +11,14 @@

    1章/能動会話/市民への通達_02

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/市民への通達_02

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    いつの間にか通達の内容が変わってるな
    なんて書いてあるんだ?
    101009002
    【ノワール】
    前に比べて文体が変わりすぎだろ…
    誰が書いたかすぐにわかるぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201897.html b/docs/story/201897.html index 5600bfb6f..6fc9078a9 100644 --- a/docs/story/201897.html +++ b/docs/story/201897.html @@ -11,6 +11,14 @@

    1章/能動会話/市民への通達_03

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/市民への通達_03

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    通達が新しくなってるな
    ちょっと読んでみるか
    101009002
    【ノワール】
    …これ以上、犠牲者を増やさないためにも
    負けるわけにはいかないな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201898.html b/docs/story/201898.html index 23852ce86..b6be6c3a9 100644 --- a/docs/story/201898.html +++ b/docs/story/201898.html @@ -11,6 +11,14 @@

    1章/能動会話/市民への通達_04

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/市民への通達_04

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    新しい通達があったみたいだ
    確認しておこう
    101009002
    【ノワール】
    行事の準備か…大変みたいだな
    俺も手伝えることがあれば手伝おう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201899.html b/docs/story/201899.html index 10e54e696..2d63ff806 100644 --- a/docs/story/201899.html +++ b/docs/story/201899.html @@ -11,6 +11,14 @@

    1章/能動会話/市民への通達_05

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/市民への通達_05

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    通達が新しくなってるな
    ちょっと読んでみるか
    101009002
    【ノワール】
    備えあれば憂いなし、か
    俺も今のうちに準備しておこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201900.html b/docs/story/201900.html index 0689c8b97..f11dc70e6 100644 --- a/docs/story/201900.html +++ b/docs/story/201900.html @@ -11,6 +11,14 @@

    1章/能動会話/市民への通達_06

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/市民への通達_06

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    いつのまにか通達の内容が変わってるな
    なんて書いてあるんだ?
    101009002
    【ノワール】
    今のところ、街のみんなは普段どおりに
    見えるけど、内心は不安だろうな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201901.html b/docs/story/201901.html index 32d6fa572..5992b9c02 100644 --- a/docs/story/201901.html +++ b/docs/story/201901.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_01

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_01

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    机の中に、ハンカチが挟まったノートがある
    ノートにはクラスと名前が書いてあるな
    101009002
    【ノワール】
    ノートを手紙のように使ったわけか
    …返事、来るといいな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201902.html b/docs/story/201902.html index b3b3e3841..fc870fde0 100644 --- a/docs/story/201902.html +++ b/docs/story/201902.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_02

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_02

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    あ…ハンカチのことが書いてあったノートだ
    ここにあるということは返事が来たのか?
    101009002
    【ノワール】
    ハンカチの件でやり取りが始まったみたいだ
    交換日記みたいでいいな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201903.html b/docs/story/201903.html index 62fa39cb8..36cf39320 100644 --- a/docs/story/201903.html +++ b/docs/story/201903.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_03

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_03

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    前回からやり取りが始まったんだったな
    101009002
    【ノワール】
    俺が言うのもなんだが、初々しいな
    ふたりが上手くいくように願っておこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201904.html b/docs/story/201904.html index 07a14ab4a..d0c312e25 100644 --- a/docs/story/201904.html +++ b/docs/story/201904.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_04

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_04

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ。
    ちゃんと返事が来たみたいだな
    101009002
    【ノワール】
    なんというか、この女生徒は
    ギネヴィアに雰囲気が似てるな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201905.html b/docs/story/201905.html index 027833845..04746cb51 100644 --- a/docs/story/201905.html +++ b/docs/story/201905.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_05

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_05

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ。前回は女子生徒が男子生徒に
    自信を持ってと叱咤する内容だったな
    101009002
    【ノワール】
    『食堂名物ワイルド麻婆豆腐』か
    なんだか俺も食べたくなってきたな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201906.html b/docs/story/201906.html index 085c77194..8f6c65534 100644 --- a/docs/story/201906.html +++ b/docs/story/201906.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_06

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_06

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    前回は食堂のお勧めメニューについてだったな
    101009002
    【ノワール】
    『食堂名物ワイルド麻婆豆腐』は
    辛いのが好きな人は癖になるらしいんだけどな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201907.html b/docs/story/201907.html index d13b73086..ada097509 100644 --- a/docs/story/201907.html +++ b/docs/story/201907.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_07

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_07

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    前回は辛いメニューを勧められて怒ってたな
    101009002
    【ノワール】
    青汁か…
    そういえばディナタンがよく飲んでたな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201908.html b/docs/story/201908.html index d2e33917f..8792bbf56 100644 --- a/docs/story/201908.html +++ b/docs/story/201908.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_08

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_08

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    前回は男子生徒が慌てて謝っていたな
    101009002
    【ノワール】
    あれ?ふたりはいい雰囲気だと思ってたけど
    ただの友達同士だったのか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201909.html b/docs/story/201909.html index d23c6ef14..f0c9aca79 100644 --- a/docs/story/201909.html +++ b/docs/story/201909.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_09

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_09

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    前回は女子生徒に好きな人ができた話だったな
    101009002
    【ノワール】
    男子生徒の方も好きな子がいるのか
    ということはやっぱりふたりは友達だったんだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201910.html b/docs/story/201910.html index a7009885b..c74d5acab 100644 --- a/docs/story/201910.html +++ b/docs/story/201910.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_10

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_10

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    前回はお互い好きな人がいるって話だったな
    101009002
    【ノワール】
    考えてみると俺の周りにいる連中も
    グイグイ来るのが多い気がするな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201911.html b/docs/story/201911.html index d09d763f5..07c7cf9a0 100644 --- a/docs/story/201911.html +++ b/docs/story/201911.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_11

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_11

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    前回は恋愛の相談をしていたんだったな
    101009002
    【ノワール】
    気に掛けて、話してくれるのは
    俺も嬉しく感じるときがあるな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201912.html b/docs/story/201912.html index c04a9d6ae..198696c69 100644 --- a/docs/story/201912.html +++ b/docs/story/201912.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_12

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_12

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    前回は恋愛を後押しするような返答をしていたな
    101009002
    【ノワール】
    勇気を持てたみたいだな
    上手くいくといいんだけど
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201913.html b/docs/story/201913.html index 73da91ad5..eff66ff3d 100644 --- a/docs/story/201913.html +++ b/docs/story/201913.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_13

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記_13

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    前回は頑張って声を掛けてみるって話だったな
    101009002
    【ノワール】
    伝えたいことか…
    新しい作戦か何かだろうか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201914.html b/docs/story/201914.html index 652e919c6..0fbfeb7a0 100644 --- a/docs/story/201914.html +++ b/docs/story/201914.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記G_14

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記G_14

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    そろそろ告白の結果が書かれている頃だろうか
    101009002
    【ノワール】
    確かに俺も気になるな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201915.html b/docs/story/201915.html index f4d7cf69c..bb53e2969 100644 --- a/docs/story/201915.html +++ b/docs/story/201915.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記G_15

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記G_15

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    伝えたいことについて書かれているだろうか?
    101009002
    【ノワール】
    伝えたいことについては忘れて、か
    そう言われると余計に気になるな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201916.html b/docs/story/201916.html index a9d86a3e7..c78ee6d8e 100644 --- a/docs/story/201916.html +++ b/docs/story/201916.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記G_16

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記G_16

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    前回は相手の恋愛が上手くいって喜んでいたな
    101009002
    【ノワール】
    女生徒のほうは順調みたいだな
    男子生徒の方も上手くいくといいんだけど
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201917.html b/docs/story/201917.html index d5b680542..4a8a5f9ed 100644 --- a/docs/story/201917.html +++ b/docs/story/201917.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記G_17

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記G_17

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    前回は告白されたという話だったな
    101009002
    【ノワール】
    今回は一文だけか
    なんだか気落ちしているような感じがするな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201918.html b/docs/story/201918.html index 67ff35062..110370b04 100644 --- a/docs/story/201918.html +++ b/docs/story/201918.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記G_18

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記G_18

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    結構、やり取りが続いているな
    101009002
    【ノワール】
    GS(ゲシュタルト・シフト)か…
    早く戦う必要のない世界にしないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201919.html b/docs/story/201919.html index 87e6d4923..eed7812d8 100644 --- a/docs/story/201919.html +++ b/docs/story/201919.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記G_19

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記G_19

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    前回はGS(ゲシュタルト・シフト)して作戦に参加すると言ってたな
    101009002
    【ノワール】
    伝えたい想いがあるのに伝えられない
    こんなに辛いことはないよな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201920.html b/docs/story/201920.html index 168e5862e..35e61d6b1 100644 --- a/docs/story/201920.html +++ b/docs/story/201920.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記G_20

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記G_20

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    もう交換する相手はいないはずなのに…
    101009002
    【ノワール】
    ……
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201921.html b/docs/story/201921.html index 74e9725e1..9e63b95c7 100644 --- a/docs/story/201921.html +++ b/docs/story/201921.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記G_21

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記G_21

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記に追記がされている
    101009002
    【ノワール】
    ……
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201922.html b/docs/story/201922.html index adf1e720c..4ae1de0a5 100644 --- a/docs/story/201922.html +++ b/docs/story/201922.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記G_22

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記G_22

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    机の中に交換日記が置いてある
    101009002
    【ノワール】
    内容は更新されていない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201923.html b/docs/story/201923.html index fff190fae..e7128873f 100644 --- a/docs/story/201923.html +++ b/docs/story/201923.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記L_14

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記L_14

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    そろそろ告白の結果が書かれている頃だろうか
    101009002
    【ノワール】
    この流れだと新しい作戦は無理だと思うけど
    一体、なにを言うつもりなんだろう?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201924.html b/docs/story/201924.html index 10c7199db..ffb348814 100644 --- a/docs/story/201924.html +++ b/docs/story/201924.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記L_15

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記L_15

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    伝えたいことについて書かれているだろうか?
    101009002
    【ノワール】
    直接伝えるか…
    いいことだと思うけど、それだと俺は読めないな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201925.html b/docs/story/201925.html index 9f9f02a7e..17e059c65 100644 --- a/docs/story/201925.html +++ b/docs/story/201925.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記L_16

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記L_16

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    前回は伝えたいことは直接言うって話だったな
    101009002
    【ノワール】
    ふたりは交換日記をしてる間は会っていないのか
    確かに不思議な感じがするな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201926.html b/docs/story/201926.html index 6d03ada1c..fb9f085fb 100644 --- a/docs/story/201926.html +++ b/docs/story/201926.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記L_17

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記L_17

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    いよいよ会って話をするって内容だったな
    101009002
    【ノワール】
    …後方支援とはいえ、危険だ
    でも、彼はすでに覚悟を決めたみたいだな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201927.html b/docs/story/201927.html index 56c128f14..d1a70115b 100644 --- a/docs/story/201927.html +++ b/docs/story/201927.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記L_18

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記L_18

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ…
    男子生徒の方が作戦に参加したんだよな
    101009002
    【ノワール】
    ……
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201928.html b/docs/story/201928.html index a8a9473ac..245400cf6 100644 --- a/docs/story/201928.html +++ b/docs/story/201928.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記L_19

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記L_19

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    前回は彼女の方が戦いを止めていたけど…
    101009002
    【ノワール】
    今も学校に来てないということは…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201929.html b/docs/story/201929.html index fa76c551e..7b2b5c4a4 100644 --- a/docs/story/201929.html +++ b/docs/story/201929.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記L_20

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記L_20

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    もう交換する相手はいないはずなのに…
    101009002
    【ノワール】
    ……
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201930.html b/docs/story/201930.html index 576075bed..6d66ba0ab 100644 --- a/docs/story/201930.html +++ b/docs/story/201930.html @@ -11,9 +11,25 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記L_21

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記が無くなっている
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201931.html b/docs/story/201931.html index 25c8aba0d..8146febde 100644 --- a/docs/story/201931.html +++ b/docs/story/201931.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記D_14

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記D_14

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    101009002
    【ノワール】
    ……
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201932.html b/docs/story/201932.html index 7e4eb497a..1ae4aea70 100644 --- a/docs/story/201932.html +++ b/docs/story/201932.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記D_15

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記D_15

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    彼女が復讐したいと言っていたな…
    101009002
    【ノワール】
    ……
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201933.html b/docs/story/201933.html index 1e37356f5..eeacf7500 100644 --- a/docs/story/201933.html +++ b/docs/story/201933.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記D_16

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記D_16

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    交換日記だ
    彼の方がGS(ゲシュタルト・シフト)をしようと言っていたんだよな…
    101009002
    【ノワール】
    ……
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201934.html b/docs/story/201934.html index efb4a3b71..580f2d7be 100644 --- a/docs/story/201934.html +++ b/docs/story/201934.html @@ -11,6 +11,14 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記D_17

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/能動会話/交換日記_ある生徒たちの交換日記D_17

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    机の中には交換日記がない
    101009002
    【ノワール】
    もう交換日記を書く必要がなくなったからだろう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201935.html b/docs/story/201935.html index da80ea682..08679ecba 100644 --- a/docs/story/201935.html +++ b/docs/story/201935.html @@ -11,6 +11,14 @@

    1章/能動会話/大聖堂の告解_01

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/大聖堂の告解_01

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    手帳が置いてある
    101009002
    【ノワール】
    …誰の懺悔なんだろう?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201936.html b/docs/story/201936.html index 61bd25268..55b8a069f 100644 --- a/docs/story/201936.html +++ b/docs/story/201936.html @@ -11,6 +11,14 @@

    1章/能動会話/大聖堂の告解_02

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/大聖堂の告解_02

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    告解手記に追記がされているようだ
    今回はどんなことが書かれているんだろうか
    101009002
    【ノワール】
    これは教師が書いたものみたいだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201937.html b/docs/story/201937.html index dbd875fd7..5055100ea 100644 --- a/docs/story/201937.html +++ b/docs/story/201937.html @@ -11,6 +11,14 @@

    1章/能動会話/大聖堂の告解_03

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/大聖堂の告解_03

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    告解手記に追記がされている
    告白したい罪をもってる人って多いんだな
    101009002
    【ノワール】
    この文字…どこかで見た気がするな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201938.html b/docs/story/201938.html index e1f73dd50..4568ae0b6 100644 --- a/docs/story/201938.html +++ b/docs/story/201938.html @@ -11,6 +11,14 @@

    1章/能動会話/大聖堂の告解_04

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/大聖堂の告解_04

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    告解手記が更新されてる
    大聖堂を訪れる人って多いんだな
    101009002
    【ノワール】
    この字は…
    見なかったことにしよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201939.html b/docs/story/201939.html index 6ccff42b6..0203d04e9 100644 --- a/docs/story/201939.html +++ b/docs/story/201939.html @@ -11,6 +11,14 @@

    1章/能動会話/大聖堂の告解_05

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/大聖堂の告解_05

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    告解手記に追記がされているようだ
    今回はどんなことが書かれているんだろうか
    101009002
    【ノワール】
    …なんだろう
    とても懐かしい感じがする
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201940.html b/docs/story/201940.html index e95995c7e..495995c68 100644 --- a/docs/story/201940.html +++ b/docs/story/201940.html @@ -11,6 +11,14 @@

    1章/能動会話/大聖堂の告解_06

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/大聖堂の告解_06

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    告解手記が更新されてる
    大聖堂を訪れる人って多いんだな
    101009002
    【ノワール】
    随分と自分に厳しい奴だな
    背負い込み過ぎな気がする…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201941.html b/docs/story/201941.html index 355efd35e..ffdf1c134 100644 --- a/docs/story/201941.html +++ b/docs/story/201941.html @@ -11,6 +11,14 @@

    1章/能動会話/大聖堂の告解_07

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/大聖堂の告解_07

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    告解手記に追記がされている
    告白したい罪をもってる人って多いんだな
    101009002
    【ノワール】
    …別に怪我をしなくても
    普通に会いに行けばいいんじゃないのか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201942.html b/docs/story/201942.html index e92c14aab..fc1547d6e 100644 --- a/docs/story/201942.html +++ b/docs/story/201942.html @@ -11,6 +11,14 @@

    1章/能動会話/大聖堂の告解_08

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/大聖堂の告解_08

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    告解手記に追記がされているようだ
    今回はどんなことが書かれているんだろうか
    101009002
    【ノワール】
    「面と向かって思いを告げるのは苦手だけれど
    少しずつ態度で彼らに謝っていきたい」
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201943.html b/docs/story/201943.html index dca748c4e..fe4ae2775 100644 --- a/docs/story/201943.html +++ b/docs/story/201943.html @@ -11,6 +11,14 @@

    1章/能動会話/大聖堂の告解_09

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/大聖堂の告解_09

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    告解手記が更新されてる
    大聖堂を訪れる人って多いんだな
    101009002
    【ノワール】
    愛が罪になる…
    そんなことがあるんだろうか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201944.html b/docs/story/201944.html index f9be962a8..369ceee27 100644 --- a/docs/story/201944.html +++ b/docs/story/201944.html @@ -11,6 +11,14 @@

    1章/能動会話/大聖堂の告解_10

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/大聖堂の告解_10

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    告解手記に追記がされているようだ
    今回はどんなことが書かれているんだろうか
    101009002
    【ノワール】
    ……
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201945.html b/docs/story/201945.html index 29549e515..c52c5f2c5 100644 --- a/docs/story/201945.html +++ b/docs/story/201945.html @@ -11,6 +11,14 @@

    1章/能動会話/大聖堂の告解_11

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/大聖堂の告解_11

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    告解手記
    そこには様々な人の罪の告白が書かれている
    101009002
    【ノワール】
    だから手記に残しておこう
    今の想いと償っていく覚悟と共に
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201946.html b/docs/story/201946.html index ee0cc55ce..1f721a7ae 100644 --- a/docs/story/201946.html +++ b/docs/story/201946.html @@ -11,6 +11,14 @@

    1章/能動会話/食堂のランチ_01

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/能動会話/食堂のランチ_01

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    今月のランチか、気になるな
    どれどれ…
    101009002
    【ノワール】
    ランチにはガレスの気まぐれサラダ付き、って…
    ガレスってなんだ?誰だ?気になるな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201947.html b/docs/story/201947.html index 052429785..48d190af5 100644 --- a/docs/story/201947.html +++ b/docs/story/201947.html @@ -11,6 +11,14 @@

    1章/能動会話/食堂のランチ_02

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/能動会話/食堂のランチ_02

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    お腹減った…食堂でなにか食べていこうかな
    えーっと、今月のランチは…
    101009002
    【ノワール】
    うっ、Aランチのソース
    別のものに変えられたりしないかな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201948.html b/docs/story/201948.html index f01658480..ca97d264c 100644 --- a/docs/story/201948.html +++ b/docs/story/201948.html @@ -11,6 +11,14 @@

    1章/能動会話/食堂のランチ_03

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/能動会話/食堂のランチ_03

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    今月のランチか、気になるな
    どれどれ…
    101009002
    【ノワール】
    おっ、今月のランチはデザートに
    リンゴゼリーがつくのか!楽しみだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201949.html b/docs/story/201949.html index f45c6c178..0995ab82b 100644 --- a/docs/story/201949.html +++ b/docs/story/201949.html @@ -11,6 +11,14 @@

    1章/能動会話/食堂のランチ_04

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/能動会話/食堂のランチ_04

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    今日はなにを食べようかな
    ランチのメニューを見てから決めよう
    101009002
    【ノワール】
    肉か魚か…
    どっちにするか迷うな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201950.html b/docs/story/201950.html index 54cc9f1fb..20dd4b45a 100644 --- a/docs/story/201950.html +++ b/docs/story/201950.html @@ -11,6 +11,14 @@

    1章/能動会話/食堂のランチ_05

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/食堂のランチ_05

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    お腹減った…食堂でなにか食べていこうかな
    えーっと、今月のランチは…
    101009002
    【ノワール】
    でも冷製パスタも、この暑い時期には
    ピッタリだし…うーん…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201951.html b/docs/story/201951.html index 19b788399..525918ae1 100644 --- a/docs/story/201951.html +++ b/docs/story/201951.html @@ -11,6 +11,14 @@

    1章/能動会話/食堂のランチ_06

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/食堂のランチ_06

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    今日はなにを食べようかな
    ランチのメニューを見てから決めよう
    101009002
    【ノワール】
    今月の目玉焼き乗せのハンバーグも
    美味そうだ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201952.html b/docs/story/201952.html index fa652e026..9580138e1 100644 --- a/docs/story/201952.html +++ b/docs/story/201952.html @@ -11,6 +11,14 @@

    1章/能動会話/食堂のランチ_07

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/食堂のランチ_07

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    今月のランチか、気になるな
    どれどれ…
    101009002
    【ノワール】
    辛さ調整可って…
    一番辛いとどれくらいになるんだ…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201953.html b/docs/story/201953.html index 65a2cec88..39a1f082d 100644 --- a/docs/story/201953.html +++ b/docs/story/201953.html @@ -11,6 +11,14 @@

    1章/能動会話/食堂のランチ_08

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/食堂のランチ_08

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    お腹減った…食堂でなにか食べていこうかな
    えーっと、今月のランチは…
    101009002
    【ノワール】
    Bランチのほうも、お腹が減ってるときに
    おかわり自由はありがたいぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201954.html b/docs/story/201954.html index 1bdc1a15e..5094f09d9 100644 --- a/docs/story/201954.html +++ b/docs/story/201954.html @@ -11,6 +11,14 @@

    1章/能動会話/食堂のランチ_09

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/食堂のランチ_09

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    今日はなにを食べようかな
    ランチのメニューを見てから決めよう
    101009002
    【ノワール】
    焼き立てのフィッシュパイも美味そうだし
    両方とも食べたくなるな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201955.html b/docs/story/201955.html index a9fff4e91..5c79bf28e 100644 --- a/docs/story/201955.html +++ b/docs/story/201955.html @@ -11,6 +11,14 @@

    1章/能動会話/食堂のランチ_10

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/食堂のランチ_10

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    今月のランチか、気になるな
    どれどれ…
    101009002
    【ノワール】
    かなりの高級食材だけど
    学園の食堂で出して大丈夫か?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201956.html b/docs/story/201956.html index 084572b74..3159657f3 100644 --- a/docs/story/201956.html +++ b/docs/story/201956.html @@ -11,6 +11,14 @@

    1章/能動会話/食堂のランチ_11

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/能動会話/食堂のランチ_11

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    お腹減った…食堂でなにか食べていこうかな
    えーっと、今月のランチは…
    101009002
    【ノワール】
    Bランチの野菜ごろごろのなかに
    トマト入ってないよな…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201957.html b/docs/story/201957.html index 91056fb48..11ca4daa5 100644 --- a/docs/story/201957.html +++ b/docs/story/201957.html @@ -11,6 +11,14 @@

    1章/能動会話/酒場の張り紙_01

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/酒場の張り紙_01

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ん?この張り紙、キッスさんが書いたみたいだな
    なになに…
    101009002
    【ノワール】
    な、なんだこれは…最後の嫌がらせされるって
    キッスさん、なにをする気だ…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201958.html b/docs/story/201958.html index 4cd432814..93463b6d9 100644 --- a/docs/story/201958.html +++ b/docs/story/201958.html @@ -11,6 +11,14 @@

    1章/能動会話/酒場の張り紙_02

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/酒場の張り紙_02

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    あれ…キッスさんの張り紙
    内容が変わったみたいだ
    101009002
    【ノワール】
    キッスさん、仕事の斡旋だけじゃなくて
    急ぎのものはこうやって募集もかけてるんだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201959.html b/docs/story/201959.html index 47ec5078f..a375f8fc5 100644 --- a/docs/story/201959.html +++ b/docs/story/201959.html @@ -11,6 +11,14 @@

    1章/能動会話/酒場の張り紙_03

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/酒場の張り紙_03

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    キッスさんの張り紙、また内容が変わってる
    字がちょっとよれてて読みづらいな…
    101009002
    【ノワール】
    なんかこの字見たことあるな…
    騎士団って言ってるし、もしかしてケイか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201960.html b/docs/story/201960.html index 2a775ea8e..1aab71b20 100644 --- a/docs/story/201960.html +++ b/docs/story/201960.html @@ -11,6 +11,14 @@

    1章/能動会話/酒場の張り紙_04

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/能動会話/酒場の張り紙_04

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    あれ…キッスさんの張り紙
    内容が変わったみたいだ
    101009002
    【ノワール】
    これは…前にキッスさんが酔っぱらって
    変な張り紙をしたせいだよな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201961.html b/docs/story/201961.html index 2f5aadb98..0f8f6cc21 100644 --- a/docs/story/201961.html +++ b/docs/story/201961.html @@ -11,6 +11,14 @@

    1章/能動会話/酒場の張り紙_05

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/能動会話/酒場の張り紙_05

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ん?キッスさんの張り紙…じゃなくて
    酒場のマスターからの張り紙になってる
    101009002
    【ノワール】
    「申し訳ございません」って…
    とある方って誰のことだ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201962.html b/docs/story/201962.html index 88d6acc6f..de0d4110a 100644 --- a/docs/story/201962.html +++ b/docs/story/201962.html @@ -11,6 +11,14 @@

    1章/能動会話/酒場の張り紙_06

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/能動会話/酒場の張り紙_06

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    あ、キッスさんの張り紙だ
    なになに…
    101009002
    【ノワール】
    アステラが酒を飲みつくしてたのか…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201963.html b/docs/story/201963.html index 1eda18255..2ea65e4f4 100644 --- a/docs/story/201963.html +++ b/docs/story/201963.html @@ -11,6 +11,14 @@

    1章/能動会話/酒場の張り紙_07

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/能動会話/酒場の張り紙_07

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    キッスさんじゃなくてマスターからの張り紙だ
    こんなこと、前にもあった気がするな
    101009002
    【ノワール】
    ロンディニウムが…大丈夫かな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201964.html b/docs/story/201964.html index f22016748..4ac418fce 100644 --- a/docs/story/201964.html +++ b/docs/story/201964.html @@ -11,6 +11,14 @@

    1章/能動会話/酒場の張り紙_08

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/酒場の張り紙_08

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    あ、キッスさんの張り紙だ
    なになに…
    101009002
    【ノワール】
    ていうか、お礼がすごく気になる…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201965.html b/docs/story/201965.html index 9de50cf49..b703d4726 100644 --- a/docs/story/201965.html +++ b/docs/story/201965.html @@ -11,6 +11,14 @@

    1章/能動会話/酒場の張り紙_09

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/酒場の張り紙_09

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    今回の張り紙は…
    マスターからみたいだな
    101009002
    【ノワール】
    モルドレッドが暴れたのか…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201966.html b/docs/story/201966.html index b8c11aa5a..ed13d7b38 100644 --- a/docs/story/201966.html +++ b/docs/story/201966.html @@ -11,6 +11,14 @@

    1章/能動会話/酒場の張り紙_10

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/能動会話/酒場の張り紙_10

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    キッスさんの張り紙だ
    今度はなんだろう
    101009002
    【ノワール】
    キッスさん、降誕祭のプレゼント
    自分からねだりにいってる…たくましいな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201967.html b/docs/story/201967.html index 9252fdc47..2f6dd0d4b 100644 --- a/docs/story/201967.html +++ b/docs/story/201967.html @@ -11,6 +11,14 @@

    1章/能動会話/酒場の張り紙_11

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/能動会話/酒場の張り紙_11

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    あれ…キッスさんの張り紙
    内容が変わったみたいだ
    101009002
    【ノワール】
    キッスさんは雨の日が嫌いなのか
    覚えておこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201968.html b/docs/story/201968.html index 29efc1923..628d9949a 100644 --- a/docs/story/201968.html +++ b/docs/story/201968.html @@ -11,6 +11,14 @@

    1章/能動会話/酒場の張り紙_12

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/酒場の張り紙_12

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    キッスさんの張り紙だ
    今度はなんだろう
    101009002
    【ノワール】
    キッスさん…
    俺も頑張ろう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201969.html b/docs/story/201969.html index 50431d58f..e1f16f827 100644 --- a/docs/story/201969.html +++ b/docs/story/201969.html @@ -11,6 +11,14 @@

    1章/能動会話/円卓の騎士ファンクラブ_01

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/円卓の騎士ファンクラブ_01

    + + + + + + + +
    Load
    Play
    【円卓の騎士ファンの女子生徒】
    あ!あなたね!
    新しく円卓の騎士になったっていうのは
    101009002
    【ノワール】
    は、はあ…
    (ファンクラブなんてものがあるのか…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201970.html b/docs/story/201970.html index 58f53e632..c3c417e5f 100644 --- a/docs/story/201970.html +++ b/docs/story/201970.html @@ -11,6 +11,14 @@

    1章/能動会話/円卓の騎士ファンクラブ_02

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/円卓の騎士ファンクラブ_02

    + + + + + + + +
    Load
    Play
    【円卓の騎士ファンの女子生徒】
    ノワール君、知ってる?
    101009002
    【ノワール】
    (尾行にトリスタンが気づかないはずないよな…
    たぶん学校の裏手ってのは目くらましだろうな)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201971.html b/docs/story/201971.html index 33dc5f786..fdf536c47 100644 --- a/docs/story/201971.html +++ b/docs/story/201971.html @@ -11,6 +11,14 @@

    1章/能動会話/円卓の騎士ファンクラブ_03

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/円卓の騎士ファンクラブ_03

    + + + + + + + +
    Load
    Play
    【円卓の騎士ファンの女子生徒】
    ノワール君、聞いて!
    101009002
    【ノワール】
    へえ…それは知らなかったな
    (ガウェインって意外にマメなんだな)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201972.html b/docs/story/201972.html index 9b6e7e061..cf834fc96 100644 --- a/docs/story/201972.html +++ b/docs/story/201972.html @@ -11,6 +11,14 @@

    1章/能動会話/円卓の騎士ファンクラブ_04

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/円卓の騎士ファンクラブ_04

    + + + + + + + +
    Load
    Play
    【円卓の騎士ファンの女子生徒】
    ノワール君、おめでとう!
    101009002
    【ノワール】
    あ、ありがとう…
    (喜んでいい…のか…?)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201973.html b/docs/story/201973.html index 132c1fc11..b9cb9f6b4 100644 --- a/docs/story/201973.html +++ b/docs/story/201973.html @@ -11,6 +11,14 @@

    1章/能動会話/円卓の騎士ファンクラブ_05

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/能動会話/円卓の騎士ファンクラブ_05

    + + + + + + + +
    Load
    Play
    【円卓の騎士ファンの女子生徒】
    ノワール君、知ってる?
    パーシヴァル君ってばね
    101009002
    【ノワール】
    か、可愛いんだ…
    (パーシヴァルが聞いたら怒りそうだな…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201974.html b/docs/story/201974.html index 94c4d15b0..001b39359 100644 --- a/docs/story/201974.html +++ b/docs/story/201974.html @@ -11,6 +11,14 @@

    1章/能動会話/円卓の騎士ファンクラブ_06

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/能動会話/円卓の騎士ファンクラブ_06

    + + + + + + + +
    Load
    Play
    【円卓の騎士ファンの女子生徒】
    すごーい、ノワール君!
    101009002
    【ノワール】
    は、はい…
    (気を付けないと…本当に、気を付けないと…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201975.html b/docs/story/201975.html index 9f467c351..c066dc9b4 100644 --- a/docs/story/201975.html +++ b/docs/story/201975.html @@ -11,6 +11,14 @@

    1章/能動会話/円卓の騎士ファンクラブ_07

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/円卓の騎士ファンクラブ_07

    + + + + + + + +
    Load
    Play
    【円卓の騎士ファンの女子生徒】
    ノワール君、知ってる?
    101009002
    【ノワール】
    確かにそれはカッコイイな
    (超熱狂的、って具体的にどんな感じなんだろ)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201976.html b/docs/story/201976.html index 5eff353a6..54a920697 100644 --- a/docs/story/201976.html +++ b/docs/story/201976.html @@ -11,6 +11,14 @@

    1章/能動会話/円卓の騎士ファンクラブ_08

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/能動会話/円卓の騎士ファンクラブ_08

    + + + + + + + +
    Load
    Play
    【円卓の騎士ファンの女子生徒】
    ノワール君、聞いて!
    101009002
    【ノワール】
    や、やめておいたほうがいいと思うぞ…
    (でもなんだろう、不思議と意外に感じないな)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201977.html b/docs/story/201977.html index 1e957f12e..7e3051f95 100644 --- a/docs/story/201977.html +++ b/docs/story/201977.html @@ -11,6 +11,14 @@

    1章/能動会話/円卓の騎士ファンクラブ_09

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/円卓の騎士ファンクラブ_09

    + + + + + + + +
    Load
    Play
    【円卓の騎士ファンの女子生徒】
    ノワール君、おめでとう!
    101009002
    【ノワール】
    そ、そうかな…
    (実感は全然ないけど…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201978.html b/docs/story/201978.html index 76b8e4191..8cdbcb41f 100644 --- a/docs/story/201978.html +++ b/docs/story/201978.html @@ -11,6 +11,14 @@

    1章/能動会話/円卓の騎士ファンクラブ_10

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/円卓の騎士ファンクラブ_10

    + + + + + + + +
    Load
    Play
    【円卓の騎士ファンの女子生徒】
    ノワール君…あのね?
    101009002
    【ノワール】
    うん、きっと本心からの言葉だったと思うよ
    (アーサー…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201979.html b/docs/story/201979.html index 396582edb..137be74a3 100644 --- a/docs/story/201979.html +++ b/docs/story/201979.html @@ -11,6 +11,14 @@

    1章/能動会話/円卓の騎士ファンクラブ_11

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/能動会話/円卓の騎士ファンクラブ_11

    + + + + + + + +
    Load
    Play
    【円卓の騎士ファンの女子生徒】
    ノワール君…聞いて
    101009002
    【ノワール】
    またいつか、見れるといいな…
    (そのためにも今の状況をなんとかしないと…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201980.html b/docs/story/201980.html index 07f798a4f..d8b73eafc 100644 --- a/docs/story/201980.html +++ b/docs/story/201980.html @@ -11,6 +11,14 @@

    1章/能動会話/円卓の騎士ファンクラブ_12

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/円卓の騎士ファンクラブ_12

    + + + + + + + +
    Load
    Play
    【円卓の騎士ファンの女子生徒】
    ノワール君…知ってる?
    101009002
    【ノワール】
    ああ…その光景、目に浮かぶよ…
    (ずっと、そうあってほしかったのに…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201981.html b/docs/story/201981.html index c30617c62..e165ba950 100644 --- a/docs/story/201981.html +++ b/docs/story/201981.html @@ -11,11 +11,24 @@

    1章/能動会話/大図書院_01

    View script in lua + + + + + + + + + + + + + @@ -85,5 +98,13 @@

    1章/能動会話/大図書院_01

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    キラーズやバイブスについて書かれた本だ
    読んでみようか?
    101009002
    【(選択肢)】
    1. キラーズ因子について
    2. キラーズについて
    3. バイブス(マスター)について
    4. 読まない
    101009002
    【ノワール】
    「キラーズ因子とは
    バルバロイと対抗するための資格や力である」
    101009002
    【ノワール】
    今はやめておこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201982.html b/docs/story/201982.html index e1f07b78f..b2f2f018b 100644 --- a/docs/story/201982.html +++ b/docs/story/201982.html @@ -11,11 +11,24 @@

    1章/能動会話/大図書院_02

    View script in lua + + + + + + + + + + + + + @@ -90,5 +103,13 @@

    1章/能動会話/大図書院_02

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ゲシュタルト・シフト(GS)や
    因枢分解(ファクタライズ)について書かれた本だ
    101009002
    【(選択肢)】
    1. GSについて
    2. 因枢分解について
    3. 武器種と銘について
    4. 読まない
    101009002
    【ノワール】
    「GSとは因子を目覚めさせたふたりが
    絆を育んだ果てに至れるもの」
    101009002
    【ノワール】
    今はやめておこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201983.html b/docs/story/201983.html index 45e011cc2..8d519b2a7 100644 --- a/docs/story/201983.html +++ b/docs/story/201983.html @@ -11,6 +11,14 @@

    1章/能動会話/大図書院_03

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/能動会話/大図書院_03

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    聖遺物化(ゲシュタルト・ロスト)について書かれた本だ
    読んでみよう
    101009002
    【ノワール】
    「マスター以外の人間から
    その名前や姿を忘れられてしまう」
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201984.html b/docs/story/201984.html index 934ec4b5b..aa3381339 100644 --- a/docs/story/201984.html +++ b/docs/story/201984.html @@ -11,11 +11,24 @@

    1章/能動会話/大図書院_04

    View script in lua + + + + + + + + + + + + + @@ -60,5 +73,13 @@

    1章/能動会話/大図書院_04

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    バルバロイについて書かれた本だ
    なにか調べておくか?
    101009002
    【(選択肢)】
    1. 特性について
    2. 記憶を喰われるとどうなるのか
    3. バルバロイ憑きについて
    4. 読まない
    101009002
    【ノワール】
    「バルバロイとは
    いずこから現れ人間の記憶を喰らう怪異」
    101009002
    【ノワール】
    今はやめておこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201985.html b/docs/story/201985.html index 411ef864c..a1afc12dd 100644 --- a/docs/story/201985.html +++ b/docs/story/201985.html @@ -11,11 +11,24 @@

    1章/能動会話/大図書院_05

    View script in lua + + + + + + + + + + + + + @@ -75,5 +88,13 @@

    1章/能動会話/大図書院_05

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ブリテン島の国や都市について書かれた本だ
    調べておきたいことはあったかな
    101009002
    【(選択肢)】
    1. ログレス王国について
    2. カレドニア連合国について
    3. キャメリアード王国について
    4. 読まない
    101009002
    【ノワール】
    「ブリテン島に存在する国のなかでも
    ログレス王国は比較的長い歴史をもつ」
    101009002
    【ノワール】
    今はやめておこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201986.html b/docs/story/201986.html index 15a615df4..98cbf501a 100644 --- a/docs/story/201986.html +++ b/docs/story/201986.html @@ -11,11 +11,24 @@

    1章/能動会話/大図書院_06

    View script in lua + + + + + + + + + + + + + @@ -65,5 +78,13 @@

    1章/能動会話/大図書院_06

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ブリテン島の外にある国について書かれた本だ
    読んでいってみるか?
    101009002
    【(選択肢)】
    1. ローマ大帝国について
    2. コルベニック王国について
    3. 読まない
    101009002
    【ノワール】
    「ローマ大帝国は
    ブリテン島から海を越えた先の大陸に存在する」
    101009002
    【ノワール】
    今はやめておこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201987.html b/docs/story/201987.html index 9f522db75..97e02b20f 100644 --- a/docs/story/201987.html +++ b/docs/story/201987.html @@ -11,11 +11,24 @@

    1章/能動会話/大図書院_07

    View script in lua + + + + + + + + + + + + + @@ -110,5 +123,13 @@

    1章/能動会話/大図書院_07

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    キャメロット騎士学術院の学園案内だ
    目を通しておいたほうがいいかもしれないな
    101009002
    【(選択肢)】
    1. 学園のなりたちについて
    2. 入学資格について
    3. 学級について
    4. 卒業について
    5. 読まない
    101009002
    【ノワール】
    「バルバロイの脅威性に
    いち早く気付いた前王ユーサーは…」
    101009002
    【ノワール】
    今はやめておこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201994.html b/docs/story/201994.html index a9f860b29..5ded42f22 100644 --- a/docs/story/201994.html +++ b/docs/story/201994.html @@ -11,6 +11,27 @@

    1章/施設利用/x0401_勉強(夜)

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -21,6 +42,10 @@

    1章/施設利用/x0401_勉強(夜)

    + + + + @@ -31,34 +56,70 @@

    1章/施設利用/x0401_勉強(夜)

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【(選択肢)】
    1. 勉強する
    2. やめておく
    Load_Main
    AC_01_001_First_start
    101009002
    【ノワール】
    ※削除
    【ノワール】
    ※削除
    AC_01_001_Inst_start
    101009002
    【ノワール】
    騎士として人前に出ても恥ずかしくないよう
    知性を身に付けておかないとな
    【ノワール】
    ここで少し勉強していくべきか?
    AC_01_001_Inst_bonus
    101009002
    【ノワール】
    ※仮テキスト
    ※天候ボーナス予告
    AC_01_001_Inst_cancel
    101009002
    【ノワール】
    ※仮テキスト
    ※キャンセル
    AC_01_001_Main_item
    101009002
    【ノワール】
    そういえば
    こんなときに役立ちそうな道具を持ってたな
    AC_01_001_Main_useitem
    AC_01_001_Main_noitem
    【(ナレーション)】
    理解が深まってきた気がする…!
    AC_01_001_Main_bonus
    101009002
    【ノワール】
    ※仮テキスト
    ※天候ボーナス時の結果
    AC_01_001_Main_end
    101009002
    【ノワール】
    そろそろ集中力が切れてきたな
    今日はここまでにしておこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201995.html b/docs/story/201995.html index 1afc2c346..aeedd73d6 100644 --- a/docs/story/201995.html +++ b/docs/story/201995.html @@ -11,6 +11,27 @@

    1章/施設利用/x0401_特訓(夜)

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -21,6 +42,10 @@

    1章/施設利用/x0401_特訓(夜)

    + + + + @@ -31,34 +56,70 @@

    1章/施設利用/x0401_特訓(夜)

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【(選択肢)】
    1. 訓練する
    2. やめておく
    Load_Main
    AC_01_002_First_start
    101009002
    【ノワール】
    ※削除
    【ノワール】
    ※削除
    AC_01_002_Inst_start
    101009002
    【ノワール】
    実戦を想定した訓練は
    メンタルを鍛えるのにもいいらしい
    【ノワール】
    ちょっと
    ひと汗かいていこうかな?
    AC_01_002_Inst_bonus
    101009002
    【ノワール】
    ※仮テキスト
    ※天候ボーナス予告
    AC_01_002_Inst_cancel
    101009002
    【ノワール】
    ※仮テキスト
    ※キャンセル
    AC_01_002_Main_item
    101009002
    【ノワール】
    そういえば
    こんなときに役立ちそうな道具を持ってたな
    AC_01_002_Main_useitem
    AC_01_002_Main_noitem
    【(ナレーション)】
    精神が研ぎ澄まされたような気がする…!
    AC_01_002_Main_bonus
    101009002
    【ノワール】
    ※仮テキスト
    ※天候ボーナス時の結果
    AC_01_002_Main_end
    101009002
    【ノワール】
    さすがに疲れたな
    今日はこのくらいにしておくか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201996.html b/docs/story/201996.html index 81ada4620..a6be0159d 100644 --- a/docs/story/201996.html +++ b/docs/story/201996.html @@ -11,6 +11,27 @@

    1章/施設利用/x0401_裁縫(夜)

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -21,6 +42,10 @@

    1章/施設利用/x0401_裁縫(夜)

    + + + + @@ -31,34 +56,70 @@

    1章/施設利用/x0401_裁縫(夜)

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【(選択肢)】
    1. 裁縫する
    2. やめておく
    Load_Main
    AC_01_003_First_start
    101009002
    【ノワール】
    ※削除
    【ノワール】
    ※削除
    AC_01_003_Inst_start
    101009002
    【ノワール】
    指先の器用さを磨くなら
    やっぱり裁縫だよな
    【ノワール】
    なにか作ってみようか?
    AC_01_003_Inst_bonus
    101009002
    【ノワール】
    ※仮テキスト
    ※天候ボーナス予告
    AC_01_003_Inst_cancel
    101009002
    【ノワール】
    ※仮テキスト
    ※キャンセル
    AC_01_003_Main_item
    101009002
    【ノワール】
    そういえば
    こんなときに役立ちそうな道具を持ってたな
    AC_01_003_Main_useitem
    AC_01_003_Main_noitem
    【(ナレーション)】
    うん
    なかなか上手くできたんじゃないか
    AC_01_003_Main_bonus
    101009002
    【ノワール】
    ※仮テキスト
    ※天候ボーナス時の結果
    AC_01_003_Main_end
    101009002
    【ノワール】
    集中してたら、ずいぶん時間が経っちゃったな
    今日はここまでにしておこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201997.html b/docs/story/201997.html index 52e87e33e..6875effc3 100644 --- a/docs/story/201997.html +++ b/docs/story/201997.html @@ -11,6 +11,27 @@

    1章/施設利用/x0401_猫の世話

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -21,34 +42,70 @@

    1章/施設利用/x0401_猫の世話

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【(選択肢)】
    1. 猫の相手をする
    2. やめておく
    Load_Main
    AC_01_014_Inst_start
    101009002
    【ノワール】
    猫の愛くるしさや自由に生きる姿を見てると
    心に優しさが満たされてくるな…
    【ノワール】
    猫の相手をしていこうか
    AC_01_014_Inst_bonus
    101009002
    【ノワール】
    ※仮テキスト
    ※天候ボーナス予告
    AC_01_014_Inst_cancel
    101009002
    【ノワール】
    ※仮テキスト
    ※キャンセル
    AC_01_014_Main_item
    101009002
    【ノワール】
    そういえば
    こんなときに役立ちそうな道具を持ってたな
    AC_01_014_Main_useitem
    AC_01_014_Main_noitem
    【(ナレーション)】
    このごはん
    喜んでくれたみたいだな…!
    AC_01_014_Main_bonus
    101009002
    【ノワール】
    ※仮テキスト
    ※天候ボーナス時の結果
    AC_01_014_Main_end
    101009002
    【ノワール】
    …あれ?もうこんな時間か
    今回はこのくらいにしておかないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201998.html b/docs/story/201998.html index 769b520e0..595c40fd5 100644 --- a/docs/story/201998.html +++ b/docs/story/201998.html @@ -11,6 +11,27 @@

    1章/施設利用/x0401_絵を描く(夜)

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -21,6 +42,10 @@

    1章/施設利用/x0401_絵を描く(夜)

    + + + + @@ -31,34 +56,70 @@

    1章/施設利用/x0401_絵を描く(夜)

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【(選択肢)】
    1. スケッチをする
    2. やめておく
    Load_Main
    AC_01_004_First_start
    101009002
    【ノワール】
    ※削除
    【ノワール】
    ※削除
    AC_01_004_Inst_start
    101009002
    【ノワール】
    センスの良さってのは、人に好印象を与える
    コミュニケーションにおける大事な武器だよな
    【ノワール】
    スケッチをしてセンスを養うか
    AC_01_004_Inst_bonus
    101009002
    【ノワール】
    ※仮テキスト
    ※天候ボーナス予告
    AC_01_004_Inst_cancel
    101009002
    【ノワール】
    ※仮テキスト
    ※キャンセル
    AC_01_004_Main_item
    101009002
    【ノワール】
    そういえば
    こんなときに役立ちそうな道具を持ってたな
    AC_01_004_Main_useitem
    AC_01_004_Main_noitem
    【(ナレーション)】
    感じたものを表現できた気がする…!
    AC_01_004_Main_bonus
    101009002
    【ノワール】
    ※仮テキスト
    ※天候ボーナス時の結果
    AC_01_004_Main_end
    101009002
    【ノワール】
    いい気分転換にもなったな
    続きはまた今度にしよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/201999.html b/docs/story/201999.html index e81a8188b..b1d8a0092 100644 --- a/docs/story/201999.html +++ b/docs/story/201999.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0405_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    いよいよ試験の日だな
    前庭でギネヴィアが待っているはずだ、急ごう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202000.html b/docs/story/202000.html index bcf1e9b50..ac9e0b7a0 100644 --- a/docs/story/202000.html +++ b/docs/story/202000.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0408_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    入学試験が終わったことを報告しないとな
    円卓の間に行こう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202001.html b/docs/story/202001.html index a3bf311d2..c72dc2eb9 100644 --- a/docs/story/202001.html +++ b/docs/story/202001.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0412_2_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    俺って心が乾いてるのかなぁ
    せっかく勧められたし『スケッチ』をしてみるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202002.html b/docs/story/202002.html index 1adb0598d..43aba3b10 100644 --- a/docs/story/202002.html +++ b/docs/story/202002.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0415_2_開始テキスト

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/エリアイベ/x0415_2_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    そうだ!
    課題のことはいったん置いといて…
    101009002
    【ノワール】
    そっちについても聞いておこう
    俺にできる仕事があるかもしれないし
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202003.html b/docs/story/202003.html index 16140b6d5..de8cfd803 100644 --- a/docs/story/202003.html +++ b/docs/story/202003.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0412_2_完了テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101068001
    【ウレリー】
    これがワタシが用意した画架だよ
    さ、ノワールくんも一度使ってみて
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202004.html b/docs/story/202004.html index 2fb38e585..3c137580a 100644 --- a/docs/story/202004.html +++ b/docs/story/202004.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0415_2_完了テキスト

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/エリアイベ/x0415_2_完了テキスト

    + + + + + + + +
    Load
    Play
    101065001
    【キッス】
    あら、ラビットちゃんじゃない♪
    課題の再挑戦に来たのかしら?
    101065001
    【キッス】
    …ふぅん?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202005.html b/docs/story/202005.html index 8b6d67b97..6ba3cfa01 100644 --- a/docs/story/202005.html +++ b/docs/story/202005.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0402_2_開始テキスト

    スクリプトキー表記修正版

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    大図書院で『勉強』ができるって言ってたな
    行ってみるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202006.html b/docs/story/202006.html index 23de21425..6e291bd40 100644 --- a/docs/story/202006.html +++ b/docs/story/202006.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0402_2_完了テキスト

    スクリプトキー表記修正版

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101068001
    【ウレリー】
    おっ、やっぱり来たね、ノワールくん!
    さあ、お勉強、お勉強!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202007.html b/docs/story/202007.html index c11a57125..a1616a624 100644 --- a/docs/story/202007.html +++ b/docs/story/202007.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0411_2_開始テキスト

    スクリプトキー表記修正版

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0411_2_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    余計なお世話と思われるかもしれないけど
    ティルフィングともっと話をしたほうがいいな
    101009002
    【ノワール】
    あのあと彼女が向かったのは…遺跡の方角か?
    追いかけて行ってみよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202008.html b/docs/story/202008.html index 91a57a81c..c7cb52b2d 100644 --- a/docs/story/202008.html +++ b/docs/story/202008.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0411_2_完了テキスト

    スクリプトキー表記修正版

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0411_2_完了テキスト

    + + + + + + + +
    Load
    Play
    101001001
    【ティルフィング】
    マスター…
    どうしてこんな場所に?
    101009002
    【ノワール】
    ティルフィングと
    もうちょっと話したいなと思ってさ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202009.html b/docs/story/202009.html index 90087d031..b96aa2477 100644 --- a/docs/story/202009.html +++ b/docs/story/202009.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0415_開始テキスト

    スクリプトキー表記修正版

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/エリアイベ/x0415_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    学園七不思議
    何度壊されても蘇るツボやタル、ねえ…
    101009002
    【ノワール】
    確か音楽室にツボがあった気がする
    調べてみるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202010.html b/docs/story/202010.html index 79417bc29..a47f2c693 100644 --- a/docs/story/202010.html +++ b/docs/story/202010.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0415_完了テキスト

    スクリプトキー表記修正版

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0415_完了テキスト

    + + + + + + + +
    Load
    Play
    101068001
    【ウレリー】
    好奇心旺盛なノワールくんのことだ
    きっと音楽室に来ると思っていたよ
    101068001
    【ウレリー】
    さあ、思う存分ツボを壊したらいい!
    そして中身を持っていけばいい!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202011.html b/docs/story/202011.html index a39247798..ac33ef146 100644 --- a/docs/story/202011.html +++ b/docs/story/202011.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0410_2_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    話してたら体を動かしたくなってきたな
    講堂で『特訓』してみるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202012.html b/docs/story/202012.html index b5a34b48f..01b13e970 100644 --- a/docs/story/202012.html +++ b/docs/story/202012.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0411_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    大聖堂前の花壇で『ガーデニング』か…
    頼まれちゃったら断れないよな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202013.html b/docs/story/202013.html index 58f77b490..3bfa65197 100644 --- a/docs/story/202013.html +++ b/docs/story/202013.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0413_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0413_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    マルイルの雰囲気に圧されて
    店を出てきてしまったけど…
    101009002
    【ノワール】
    今後のことを考えると、ちゃんと
    マルイルの店の品揃えを確認しておくべきかもな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202014.html b/docs/story/202014.html index d8d9f1651..c22e835b8 100644 --- a/docs/story/202014.html +++ b/docs/story/202014.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0414_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ウレリーはああ言ってたけど、やっぱり心配だ
    大工房まで様子を見に行こう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202015.html b/docs/story/202015.html index 5fea5fe8f..a07754ed4 100644 --- a/docs/story/202015.html +++ b/docs/story/202015.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0416_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    屋上からの眺めが最高ってことだったな
    一度見ておくか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202016.html b/docs/story/202016.html index b2db23ef3..6b11f75bd 100644 --- a/docs/story/202016.html +++ b/docs/story/202016.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0418_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ふたりの話を聞いてたらハラが空いてきたな…
    すぐそこだし、食堂を覗いてみよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202017.html b/docs/story/202017.html index 39e39af0e..8448c218c 100644 --- a/docs/story/202017.html +++ b/docs/story/202017.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0418_2_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0418_2_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ラロゥのやつ
    ふだんは街中でブラブラしてるって言ってたけど
    101009002
    【ノワール】
    なにか悪さを働いてるわけじゃないよな?
    ちょっと様子を見に行ってみよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202018.html b/docs/story/202018.html index 128f99bbd..a573aeb8c 100644 --- a/docs/story/202018.html +++ b/docs/story/202018.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0419_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0419_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    担当教諭と話すって言ってたけど
    ウレリーとディナタン、大丈夫かな…
    101009002
    【ノワール】
    モルガン先生に相談しておくか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202019.html b/docs/story/202019.html index af96e3f1e..757400250 100644 --- a/docs/story/202019.html +++ b/docs/story/202019.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0410_2_完了テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101068001
    【ウレリー】
    待ってたよ、ノワールくん
    『特訓』を始めようか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202020.html b/docs/story/202020.html index 0b1d5ba89..c75183040 100644 --- a/docs/story/202020.html +++ b/docs/story/202020.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0411_完了テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101068001
    【ウレリー】
    来てくれたんだ~!
    ワタシの思ったとおり、ノワールくんは優しいね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202021.html b/docs/story/202021.html index f5e67cd4a..1d5e2b02b 100644 --- a/docs/story/202021.html +++ b/docs/story/202021.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0413_完了テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101062001
    【マルイル】
    ノワールさん、戻ってきてくれたんですね!
    よーし、商談再開といきましょう!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202022.html b/docs/story/202022.html index 9087a7110..9e157462e 100644 --- a/docs/story/202022.html +++ b/docs/story/202022.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0414_完了テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0414_完了テキスト

    + + + + + + + +
    Load
    Play
    101068001
    【ウレリー】
    えっ、ノワールくんってば来てくれたの!?
    ひとりで大丈夫だって言ったのに
    101068001
    【ウレリー】
    でも…ありがとうね
    すごく、嬉しい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202023.html b/docs/story/202023.html index dd9689f9d..6df1e3f19 100644 --- a/docs/story/202023.html +++ b/docs/story/202023.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0416_完了テキスト

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    1章/エリアイベ/x0416_完了テキスト

    + + + + + + + +
    Load
    Play
    101068001
    【ウレリー】
    お早い到着で!
    どう?ここからの眺め、最高でしょ?
    101068001
    【ウレリー】
    もしも『宝の鍵』を持ってるなら
    開けてみちゃってもいいかもね!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202024.html b/docs/story/202024.html index aa6f05b09..9f1953385 100644 --- a/docs/story/202024.html +++ b/docs/story/202024.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0418_完了テキスト

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/エリアイベ/x0418_完了テキスト

    + + + + + + + +
    Load
    Play
    101032001
    【コック】
    キャメ学の食堂へようこそだぞ♪
    ご注文はなんにする~?
    101032001
    【コック】
    カウンターやテーブルの上にあるものなら
    好きに持って行っていいから。ごめんな~!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202025.html b/docs/story/202025.html index 8c5a0e5b6..034edf944 100644 --- a/docs/story/202025.html +++ b/docs/story/202025.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0418_2_完了テキスト

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/エリアイベ/x0418_2_完了テキスト

    + + + + + + + +
    Load
    Play
    101061001
    【ラロゥ】
    あれ?ノワールじゃん
    なにか欲しいものでもあんの?
    101061001
    【ラロゥ】
    説明してなかったっけ
    オレ、独自で仕入れた便利な道具を売ってんだよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202026.html b/docs/story/202026.html index e5d2c7668..5dfa4088c 100644 --- a/docs/story/202026.html +++ b/docs/story/202026.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0419_完了テキスト

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    1章/エリアイベ/x0419_完了テキスト

    + + + + + + + +
    Load
    Play
    101041001
    【モルガン】
    あら、ノワールくん、どうしたの?
    101041001
    【モルガン】
    無理しすぎてケガしたりしてない?
    療養院にある薬なら、好きに使っていいからね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202027.html b/docs/story/202027.html index 503f3ac33..37618957e 100644 --- a/docs/story/202027.html +++ b/docs/story/202027.html @@ -11,9 +11,29 @@

    1章/自由行動/04_001

    View script in lua + + + + + + + + + + + + + + + + + + + +
    Load
    Play
    Telop
    【ノワール (心の声)】
    誰かに見られてるとなんか緊張するけど…
    ここで勉強していくか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202028.html b/docs/story/202028.html index 5c766321c..c9f90a177 100644 --- a/docs/story/202028.html +++ b/docs/story/202028.html @@ -11,9 +11,29 @@

    1章/自由行動/04_002

    View script in lua + + + + + + + + + + + + + + + + + + + +
    Load
    Play
    Telop
    【ノワール (心の声)】
    今日はなにをしようかな
    ウレリーに勧められた裁縫でもやってみるか…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202029.html b/docs/story/202029.html index 4b27fca60..9db79895a 100644 --- a/docs/story/202029.html +++ b/docs/story/202029.html @@ -11,9 +11,29 @@

    1章/自由行動/04_003

    View script in lua + + + + + + + + + + + + + + + + + + + +
    Load
    Play
    Telop
    【ノワール (心の声)】
    なにか必要なものがあったっけ?
    マルイルのお店を見てたら思い出すかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202030.html b/docs/story/202030.html index c60ab3cfc..bfc01c8be 100644 --- a/docs/story/202030.html +++ b/docs/story/202030.html @@ -11,6 +11,18 @@

    1章/自由行動/04_004

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/自由行動/04_004

    + + + + + + + +
    Load
    Play
    Telop
    【ノワール (心の声)】
    休めるときに休むのが仕事と言われても
    まだログレスに馴染めてないからな
    【ノワール (心の声)】
    いろいろ覚えていかないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202031.html b/docs/story/202031.html index 95440a11f..38366db3e 100644 --- a/docs/story/202031.html +++ b/docs/story/202031.html @@ -11,9 +11,29 @@

    1章/自由行動/04_005

    View script in lua + + + + + + + + + + + + + + + + + + + +
    Load
    Play
    Telop
    【ノワール (心の声)】
    時間もあるし、バイトするのも悪くないかもな
    内容次第では断れる、よな…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202032.html b/docs/story/202032.html index aab0bf429..59474aa59 100644 --- a/docs/story/202032.html +++ b/docs/story/202032.html @@ -11,6 +11,18 @@

    1章/自由行動/04_006

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/自由行動/04_006

    + + + + + + + +
    Load
    Play
    Telop
    【ノワール (心の声)】
    カウンターやテーブルの上にある食べ物は
    自由に持って行っていいのか
    【ノワール (心の声)】
    戦いの前に
    食堂に寄っておくのもいいかもしれないな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202033.html b/docs/story/202033.html index 9376239b9..fb75ad5c5 100644 --- a/docs/story/202033.html +++ b/docs/story/202033.html @@ -11,9 +11,29 @@

    1章/自由行動/04_007

    View script in lua + + + + + + + + + + + + + + + + + + + +
    Load
    Play
    Telop
    【ノワール (心の声)】
    このあとどうしようかな
    ラロゥの売っているものを覗いてみるか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202034.html b/docs/story/202034.html index 5a5141d55..51e867764 100644 --- a/docs/story/202034.html +++ b/docs/story/202034.html @@ -11,6 +11,18 @@

    1章/自由行動/04_008

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/自由行動/04_008

    + + + + + + + +
    Load
    Play
    Telop
    【ノワール (心の声)】
    面倒見のいい人ってすごいな
    まだ短い付き合いだけど感心するよ
    【ノワール (心の声)】
    張り合うわけじゃないけど
    俺もなにかするとしようかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202035.html b/docs/story/202035.html index fbd2f8d24..54e6881d4 100644 --- a/docs/story/202035.html +++ b/docs/story/202035.html @@ -11,9 +11,29 @@

    1章/自由行動/04_009

    View script in lua + + + + + + + + + + + + + + + + + + + +
    Load
    Play
    Telop
    【ノワール (心の声)】
    さてと
    午後はなにをしようかな?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202036.html b/docs/story/202036.html index ad3f972f7..4558cdf4e 100644 --- a/docs/story/202036.html +++ b/docs/story/202036.html @@ -11,6 +11,18 @@

    1章/自由行動/04_010

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/自由行動/04_010

    + + + + + + + +
    Load
    Play
    Telop
    【ノワール (心の声)】
    なにかしたいって気分じゃないけど…
    なにもしないと余計に滅入ってきちゃうしな…
    【ノワール (心の声)】
    人と楽しく話す気分でもないし、
    ひとりで本でも読むくらいがいいかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202037.html b/docs/story/202037.html index f66039615..b8a322c6e 100644 --- a/docs/story/202037.html +++ b/docs/story/202037.html @@ -11,9 +11,29 @@

    1章/自由行動/04_011

    View script in lua + + + + + + + + + + + + + + + + + + + +
    Load
    Play
    Telop
    【ノワール (心の声)】
    ディナタンの応援に応えるためにも
    俺はやれることをやっていかないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202038.html b/docs/story/202038.html index 13e22304c..9428b17a8 100644 --- a/docs/story/202038.html +++ b/docs/story/202038.html @@ -11,9 +11,29 @@

    1章/自由行動/04_012

    View script in lua + + + + + + + + + + + + + + + + + + + +
    Load
    Play
    Telop
    【ノワール (心の声)】
    今日のランチはよくわからない展開になったけど
    …まあ、ひとりで食べるより退屈じゃなかったな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202039.html b/docs/story/202039.html index 899ef9b12..353a56f8f 100644 --- a/docs/story/202039.html +++ b/docs/story/202039.html @@ -11,9 +11,29 @@

    1章/自由行動/04_013

    View script in lua + + + + + + + + + + + + + + + + + + + +
    Load
    Play
    Telop
    【ノワール (心の声)】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202040.html b/docs/story/202040.html index 9109f0ac4..e5054cd81 100644 --- a/docs/story/202040.html +++ b/docs/story/202040.html @@ -11,9 +11,29 @@

    1章/自由行動/04_014

    View script in lua + + + + + + + + + + + + + + + + + + + +
    Load
    Play
    Telop
    【ノワール (心の声)】
    午後になったけどまだ時間はあるな
    せっかくの休みだし、有効活用しないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202041.html b/docs/story/202041.html index 0eda78ed0..19e0d86d4 100644 --- a/docs/story/202041.html +++ b/docs/story/202041.html @@ -11,9 +11,29 @@

    1章/自由行動/04_015

    View script in lua + + + + + + + + + + + + + + + + + + + +
    Load
    Play
    Telop
    【ノワール (心の声)】
    五月祭って言われても馴染みがないし
    なんというか、あまり興味がわかないなあ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202042.html b/docs/story/202042.html index 9774cb4b1..d691c3208 100644 --- a/docs/story/202042.html +++ b/docs/story/202042.html @@ -11,9 +11,29 @@

    1章/自由行動/04_016

    View script in lua + + + + + + + + + + + + + + + + + + + +
    Load
    Play
    Telop
    【ノワール (心の声)】
    ここで特訓ができるのか
    剣術に打ち込むのもいいかもな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202043.html b/docs/story/202043.html index 582cd01c0..f8602ad05 100644 --- a/docs/story/202043.html +++ b/docs/story/202043.html @@ -11,6 +11,18 @@

    1章/自由行動/04_017

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/自由行動/04_017

    + + + + + + + +
    Load
    Play
    Telop
    【ノワール (心の声)】
    花の世話とかなら
    ディナタンのほうが向いてるんだろうけど
    【ノワール (心の声)】
    お願いされちゃったしな
    さっそくやっておこうかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202044.html b/docs/story/202044.html index 66e8ae71f..b2517c6ea 100644 --- a/docs/story/202044.html +++ b/docs/story/202044.html @@ -11,9 +11,29 @@

    1章/自由行動/04_018

    View script in lua + + + + + + + + + + + + + + + + + + + +
    Load
    Play
    Telop
    【ノワール (心の声)】
    今日はなにをしようかな
    ティルフィングに相談してみてもいいかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202045.html b/docs/story/202045.html index 46c6a1530..293f81984 100644 --- a/docs/story/202045.html +++ b/docs/story/202045.html @@ -11,6 +11,18 @@

    1章/自由行動/04_019

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/自由行動/04_019

    + + + + + + + +
    Load
    Play
    Telop
    【ノワール (心の声)】
    心の乾きは芸術が埋めてくれる、か
    【ノワール (心の声)】
    でも、自腹でイーゼルを設置するなんて
    結構思い切ったことをしてるなあ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202046.html b/docs/story/202046.html index da178688a..57435e7d5 100644 --- a/docs/story/202046.html +++ b/docs/story/202046.html @@ -11,6 +11,18 @@

    1章/自由行動/04_020

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/自由行動/04_020

    + + + + + + + +
    Load
    Play
    Telop
    【ノワール (心の声)】
    なにかありそうな場所は調べる
    ツボやタルがあればとりあえず壊す
    【ノワール (心の声)】
    学園の生徒というのも
    傭兵とは別の意味で大変だ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202047.html b/docs/story/202047.html index bdac6cafa..a14cd89b5 100644 --- a/docs/story/202047.html +++ b/docs/story/202047.html @@ -11,6 +11,18 @@

    1章/自由行動/04_021

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/自由行動/04_021

    + + + + + + + +
    Load
    Play
    Telop
    【ノワール (心の声)】
    学園有数のスポットって
    屋上のほかはどんな場所なんだろう
    【ノワール (心の声)】
    聞いてみるのもいいけど、宝箱を探すみたいに
    自分でスポットを探すのも面白いかもしれないな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202048.html b/docs/story/202048.html index f191f1081..abd861aa5 100644 --- a/docs/story/202048.html +++ b/docs/story/202048.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0509_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    うっかり寝坊してしまったな…
    授業に遅れないように急いで向かわないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202049.html b/docs/story/202049.html index 0a6198018..580c1d619 100644 --- a/docs/story/202049.html +++ b/docs/story/202049.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0517_開始テキスト

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    1章/エリアイベ/x0517_開始テキスト

    + + + + + + + +
    Load
    Play
    【(ナレーション)】
    ギネヴィアの祖国であるキャメリアードに
    向かったノワールたち
    101009002
    【ノワール】
    よい報告とはできなかったけど
    きちんと報告しておこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202050.html b/docs/story/202050.html index 7550055e9..31e6121e5 100644 --- a/docs/story/202050.html +++ b/docs/story/202050.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0527_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    キャメリアード潜入は今日決行だったな
    中央市街のギネヴィアたちのところへ行こう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202051.html b/docs/story/202051.html index c732ac4e3..cebbe1591 100644 --- a/docs/story/202051.html +++ b/docs/story/202051.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0603_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    怪我の経過があんまりよくないな
    療養院に行ってディナタンに診てもらうか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202052.html b/docs/story/202052.html index fe1a00bb1..73ccfd9b2 100644 --- a/docs/story/202052.html +++ b/docs/story/202052.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0610_2_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0610_2_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    トリスタンから円卓の間に来るよう言われてたな
    101009002
    【ノワール】
    ディナタンも呼ばれてたみたいだし
    ちょっと怖いけど行ってこよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202053.html b/docs/story/202053.html index e0bb58d2a..037234146 100644 --- a/docs/story/202053.html +++ b/docs/story/202053.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0624_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    カレドニアに出発の時間だ
    アーサーたちが待つ前庭に行こう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202054.html b/docs/story/202054.html index 8b8136fc8..b2c50ecc1 100644 --- a/docs/story/202054.html +++ b/docs/story/202054.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0708_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0708_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ランスロットからも教わりはしたが、
    GS(ゲシュタルト・シフト)について、もう少し勉強しておきたいな
    101009002
    【ノワール】
    ディナタンに話を聞いてみるか
    療養院に行ってみよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202055.html b/docs/story/202055.html index 174985363..308540e44 100644 --- a/docs/story/202055.html +++ b/docs/story/202055.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0711_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    キャメリアードの鉱山に向かう日だな
    ギネヴィアが中央市街で待っているはずだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202056.html b/docs/story/202056.html index c23530934..837866a44 100644 --- a/docs/story/202056.html +++ b/docs/story/202056.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0719_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    今日はカレドニアに出発の日か
    前庭に集合だったな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202057.html b/docs/story/202057.html index 2723c7ed4..c1079ffb7 100644 --- a/docs/story/202057.html +++ b/docs/story/202057.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0806_開始テキストL

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0806_開始テキストL

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ランスロットたちと待ち合わせだったな
    前庭に向かうとするか
    101009002
    【ノワール】
    ペレス王のための薬草が集まるといいんだけど…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202058.html b/docs/story/202058.html index 4d2e9a555..f90e90235 100644 --- a/docs/story/202058.html +++ b/docs/story/202058.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0806_開始テキストG

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0806_開始テキストG

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    具体的になにをするのか聞いてないけど
    カレドニアとの戦いに備えた準備か
    101009002
    【ノワール】
    ギネヴィアたちも前庭に向かっているはずだ
    俺も早めに移動しよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202059.html b/docs/story/202059.html index 1e792d2b8..1501ff897 100644 --- a/docs/story/202059.html +++ b/docs/story/202059.html @@ -11,6 +11,14 @@

    1章/エリアイベ/x0806_開始テキストD

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/x0806_開始テキストD

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    あのブライアンを追う、か…
    なんだか不思議な気分になるな
    101009002
    【ノワール】
    時間もないし、待ち合わせ場所の食堂に行こう
    もうディナタンたちも待っているかもしれない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202060.html b/docs/story/202060.html index d23e95911..fdcbe835f 100644 --- a/docs/story/202060.html +++ b/docs/story/202060.html @@ -11,9 +11,25 @@

    1章/エリアイベ/x0816_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    いよいよ出発だ。前庭に急ごう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202061.html b/docs/story/202061.html index 2bcfc3c19..5eccd8b74 100644 --- a/docs/story/202061.html +++ b/docs/story/202061.html @@ -11,9 +11,25 @@

    1章/エリアイベ/g0902_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ケイが緊急で会議だといっていたな
    円卓の間に急がないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202062.html b/docs/story/202062.html index 55fc97233..7d68e5c64 100644 --- a/docs/story/202062.html +++ b/docs/story/202062.html @@ -11,6 +11,14 @@

    1章/エリアイベ/g0906_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/g0906_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ロンディニウムの件での円卓会議か
    101009002
    【ノワール】
    虐殺なんて許されるものじゃない
    円卓の間で詳しい話を聞こう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202063.html b/docs/story/202063.html index c64595336..60846edd3 100644 --- a/docs/story/202063.html +++ b/docs/story/202063.html @@ -11,9 +11,25 @@

    1章/エリアイベ/g1007_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ケイから緊急招集だ、円卓の間に行かないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202064.html b/docs/story/202064.html index da344b484..208622189 100644 --- a/docs/story/202064.html +++ b/docs/story/202064.html @@ -11,6 +11,14 @@

    1章/エリアイベ/g1014_開始テキスト

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/エリアイベ/g1014_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ブリテンを分断する壁なんて作られたら
    間違いなくログレスは痛手を受ける
    101009002
    【ノワール】
    前庭で合流だ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202065.html b/docs/story/202065.html index 155500e46..1c25c47c1 100644 --- a/docs/story/202065.html +++ b/docs/story/202065.html @@ -11,9 +11,25 @@

    1章/エリアイベ/g1119_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    聖杯探索班が戻ってきたみたいだ
    円卓会議に向かおう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202066.html b/docs/story/202066.html index 9a0810391..727e3a72e 100644 --- a/docs/story/202066.html +++ b/docs/story/202066.html @@ -11,9 +11,25 @@

    1章/エリアイベ/g1209_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    さあ、キャメリアードに向けて出撃だ
    集合場所に行かないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202067.html b/docs/story/202067.html index 90e3eb0d7..70c26632e 100644 --- a/docs/story/202067.html +++ b/docs/story/202067.html @@ -11,6 +11,14 @@

    1章/エリアイベ/g1225_開始テキストG

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/g1225_開始テキストG

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    今日は降誕祭か
    街は賑わっているらしいし楽しみだな
    101009002
    【ノワール】
    ギネヴィアは先に市街に行くって言ってたし
    探して一緒に回ろうかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202068.html b/docs/story/202068.html index a2e857356..07560aa8b 100644 --- a/docs/story/202068.html +++ b/docs/story/202068.html @@ -11,6 +11,14 @@

    1章/エリアイベ/g1225_開始テキストE

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/g1225_開始テキストE

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    降誕祭の日を無事に迎えられたか
    ちょっと感慨深いものがあるな
    101009002
    【ノワール】
    中央市街に行こう
    エレインと一緒に回れるといいな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202069.html b/docs/story/202069.html index 3892053ff..5aaa49e66 100644 --- a/docs/story/202069.html +++ b/docs/story/202069.html @@ -11,6 +11,14 @@

    1章/エリアイベ/g0103_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/g0103_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    一応年も明けたな
    状況整理も兼ねた円卓会議があるらしい
    101009002
    【ノワール】
    円卓の間に向かうとしよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202070.html b/docs/story/202070.html index fcf73e504..04b86461f 100644 --- a/docs/story/202070.html +++ b/docs/story/202070.html @@ -11,9 +11,25 @@

    1章/エリアイベ/g0117_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ギネヴィアのいる教室に行こう
    これを最後の戦いにするんだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202071.html b/docs/story/202071.html index dd5f312b9..f1ad09da0 100644 --- a/docs/story/202071.html +++ b/docs/story/202071.html @@ -11,6 +11,14 @@

    1章/エリアイベ/l0913_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/l0913_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    今後の動きについて
    円卓会議で話し合うみたいだ
    101009002
    【ノワール】
    円卓の間へ急ごう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202072.html b/docs/story/202072.html index bb1f68423..c02c49bc1 100644 --- a/docs/story/202072.html +++ b/docs/story/202072.html @@ -11,6 +11,14 @@

    1章/エリアイベ/l0916_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/l0916_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    聖杯探索班としていっしょに行動するわけだし
    パーシヴァルとヴォールスに挨拶しておくか
    101009002
    【ノワール】
    まずはパーシヴァルからにしよう
    えーと…大図書院あたりにいるかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202073.html b/docs/story/202073.html index 931bc9263..17a6a5c5f 100644 --- a/docs/story/202073.html +++ b/docs/story/202073.html @@ -11,9 +11,25 @@

    1章/エリアイベ/l0917_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    いよいよ聖杯探索に出発だな
    みんなが前庭で待っているはずだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202074.html b/docs/story/202074.html index 94903abda..7c5d54a4d 100644 --- a/docs/story/202074.html +++ b/docs/story/202074.html @@ -11,6 +11,14 @@

    1章/エリアイベ/l0929_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/l0929_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    今日は国葬だ
    誰かを誘っていこう
    101009002
    【ノワール】
    誰にしよう…?
    父さんのこともあるし、やっぱりランスロットか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202075.html b/docs/story/202075.html index e41cc4c31..e385c39ef 100644 --- a/docs/story/202075.html +++ b/docs/story/202075.html @@ -11,9 +11,25 @@

    1章/エリアイベ/l1031_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    聖杯探索班の今後の動きについて
    円卓会議で相談するって話だ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202076.html b/docs/story/202076.html index b37fa848b..723130c0d 100644 --- a/docs/story/202076.html +++ b/docs/story/202076.html @@ -11,9 +11,25 @@

    1章/エリアイベ/l1104_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    聖杯探索班とローマ対策班の
    情報共有のための円卓会議があるらしい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202077.html b/docs/story/202077.html index 33645e89c..1c3b0317b 100644 --- a/docs/story/202077.html +++ b/docs/story/202077.html @@ -11,6 +11,14 @@

    1章/エリアイベ/l1124_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/l1124_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    スノードン山へ出発か
    101009002
    【ノワール】
    ローマに後れを取るわけにはいかない
    気を引き締めていかないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202078.html b/docs/story/202078.html index e3f8f0035..f6c6147aa 100644 --- a/docs/story/202078.html +++ b/docs/story/202078.html @@ -11,6 +11,14 @@

    1章/エリアイベ/l1218_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/l1218_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    よし、行くぞ
    ペレス王や銀卓騎士団との決戦だ
    101009002
    【ノワール】
    …絶対に負けられない
    ギネヴィアやマーリンさんのためにも
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202079.html b/docs/story/202079.html index bfa6a33c0..db3a4cfc6 100644 --- a/docs/story/202079.html +++ b/docs/story/202079.html @@ -11,6 +11,14 @@

    1章/エリアイベ/l0110_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/l0110_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ダメだ…
    やっぱり、気持ちの整理がつかない
    101009002
    【ノワール】
    アーサーにもう少し話を聞かなきゃ
    円卓の間にいるかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202080.html b/docs/story/202080.html index 65ee360ad..f5e17c113 100644 --- a/docs/story/202080.html +++ b/docs/story/202080.html @@ -11,6 +11,14 @@

    1章/エリアイベ/l0119_開始テキスト

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    1章/エリアイベ/l0119_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    サラスの都に入るためには妖精の命が必要で…
    その妖精というのは…
    101009002
    【ノワール】
    みんなに話を聞いてみるか…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202081.html b/docs/story/202081.html index f31b838b7..b80791a58 100644 --- a/docs/story/202081.html +++ b/docs/story/202081.html @@ -11,6 +11,14 @@

    1章/エリアイベ/d0906_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/d0906_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    …このあいだの戦闘の疲れが溜まってるのか?
    ちょっと調子が悪いな
    101009002
    【ノワール】
    療養院に行って
    ディナタンに診てもらおう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202082.html b/docs/story/202082.html index f34c564d2..c673eba64 100644 --- a/docs/story/202082.html +++ b/docs/story/202082.html @@ -11,9 +11,25 @@

    1章/エリアイベ/d0909_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    アーサーに呼ばれてる
    大聖堂に来てくれってことだけど…なんの用だ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202083.html b/docs/story/202083.html index 9d187e1bc..86a1a34af 100644 --- a/docs/story/202083.html +++ b/docs/story/202083.html @@ -11,6 +11,14 @@

    1章/エリアイベ/d1023_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/d1023_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    帰ってこられたんだな、学園に
    101009002
    【ノワール】
    久々に屋上からの眺めが見たいな
    …行ってみるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202084.html b/docs/story/202084.html index 4e739f47b..2adb6d83f 100644 --- a/docs/story/202084.html +++ b/docs/story/202084.html @@ -11,6 +11,14 @@

    1章/エリアイベ/d1028_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/d1028_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ガレスによると
    マーリンさんが俺のことをさがしてるらしい
    101009002
    【ノワール】
    話を聞きに大聖堂まで行こう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202085.html b/docs/story/202085.html index 41ab83db6..1c2f62cf0 100644 --- a/docs/story/202085.html +++ b/docs/story/202085.html @@ -11,6 +11,14 @@

    1章/エリアイベ/d1029_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/d1029_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    帰りがけにディンドランさんから
    円卓会議がはじまるって聞いた
    101009002
    【ノワール】
    遅れちゃマズイな
    円卓の間へ急ごう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202086.html b/docs/story/202086.html index 5566d620d..76472c2b6 100644 --- a/docs/story/202086.html +++ b/docs/story/202086.html @@ -11,6 +11,14 @@

    1章/エリアイベ/d1106_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/d1106_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    チラッとウワサ話で聞いたけど
    ランスロットはハロウィンに参加しないそうだ
    101009002
    【ノワール】
    聖杯探索で忙しいのかな…
    会ってちょっと話を聞いてみよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202087.html b/docs/story/202087.html index e89a267a5..bc7cd7420 100644 --- a/docs/story/202087.html +++ b/docs/story/202087.html @@ -11,6 +11,14 @@

    1章/エリアイベ/d1118_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/d1118_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    アーサーへの対応が決まり切ってないのに
    ルーシャスや魔女のことも考えなきゃか…
    101009002
    【ノワール】
    問題は山積みだな
    ひとまず円卓会議でみんなと話そう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202088.html b/docs/story/202088.html index 6ac2e6db8..7250c640a 100644 --- a/docs/story/202088.html +++ b/docs/story/202088.html @@ -11,6 +11,14 @@

    1章/エリアイベ/d1206_開始テキスト

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    1章/エリアイベ/d1206_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    この前の円卓会議での口ぶりだと
    ルーシャスは俺たちに協力してくれるようだけど
    101009002
    【ノワール】
    あらためて
    ルーシャスの話を聞いておくか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202089.html b/docs/story/202089.html index e7eb50645..359adfabd 100644 --- a/docs/story/202089.html +++ b/docs/story/202089.html @@ -11,9 +11,25 @@

    1章/エリアイベ/d1209_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    至急円卓会議を開きたいって
    ケイから相談が来てる。円卓の間に行こう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202090.html b/docs/story/202090.html index 4947cbae6..d38f8da57 100644 --- a/docs/story/202090.html +++ b/docs/story/202090.html @@ -11,9 +11,25 @@

    1章/エリアイベ/d1213_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    いよいよスノードン山へ出発だけど…
    ディナタンはどこだろう?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202091.html b/docs/story/202091.html index c495eec98..8c4a48912 100644 --- a/docs/story/202091.html +++ b/docs/story/202091.html @@ -11,6 +11,14 @@

    1章/エリアイベ/d1220_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/d1220_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ルーシャスに
    このあいだの戦いの報告をしておくか
    101009002
    【ノワール】
    あいつのことだ
    いつものように屋上にいるだろう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202092.html b/docs/story/202092.html index 4aca55eea..8492f365f 100644 --- a/docs/story/202092.html +++ b/docs/story/202092.html @@ -11,6 +11,14 @@

    1章/エリアイベ/d0102_開始テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/d0102_開始テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    新しい年を迎えたし
    一度みんなで円卓の間へ集まる話になってる
    101009002
    【ノワール】
    今、前向きな話をできるかはわからないけど…
    行かないわけにはいかないよな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202093.html b/docs/story/202093.html index e98357893..babf5bd1c 100644 --- a/docs/story/202093.html +++ b/docs/story/202093.html @@ -11,9 +11,25 @@

    1章/エリアイベ/d0126_開始テキスト

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    …マーリンさんに話を聞かなきゃ
    大聖堂に行こう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202094.html b/docs/story/202094.html index 32ac02d5f..86c5dba5b 100644 --- a/docs/story/202094.html +++ b/docs/story/202094.html @@ -11,9 +11,25 @@

    1章/自由行動/05_001

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ログレスに来てもう1ヶ月経つのか
    少しは街の雰囲気に慣れて来た…かな?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202095.html b/docs/story/202095.html index 7a78ac4bf..c45b0b858 100644 --- a/docs/story/202095.html +++ b/docs/story/202095.html @@ -11,9 +11,25 @@

    1章/自由行動/05_002

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    明日から五月祭だ
    準備しておくべきことはあるかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202096.html b/docs/story/202096.html index 9411ac7fd..15ba55065 100644 --- a/docs/story/202096.html +++ b/docs/story/202096.html @@ -11,9 +11,25 @@

    1章/自由行動/05_003

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    せっかくだ
    ひとりでもう少し五月祭を楽しんでおくか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202097.html b/docs/story/202097.html index a92149f0f..96dcee807 100644 --- a/docs/story/202097.html +++ b/docs/story/202097.html @@ -11,9 +11,25 @@

    1章/自由行動/05_004

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ブレイズ先生に頼まれたオブリヴィエの調査…
    さっそく行ってみるか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202098.html b/docs/story/202098.html index 157fb4a3b..05a64b46c 100644 --- a/docs/story/202098.html +++ b/docs/story/202098.html @@ -11,9 +11,25 @@

    1章/自由行動/05_005

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    街や学園でディナタンを見かけたら
    話し相手になってやったほうがよさそうだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202099.html b/docs/story/202099.html index e461a5cd0..32123393b 100644 --- a/docs/story/202099.html +++ b/docs/story/202099.html @@ -11,9 +11,25 @@

    1章/自由行動/05_006

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ギネヴィア、なんか焦っているように感じたな
    力になってやれることがあればいいんだけど
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202100.html b/docs/story/202100.html index 73e8c2deb..c26acadab 100644 --- a/docs/story/202100.html +++ b/docs/story/202100.html @@ -11,6 +11,14 @@

    1章/自由行動/05_007

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動/05_007

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ランスロットのやつ
    あんなことまで覚えてなくていいのに…
    【ノワール (心の声)】
    まあ、でも
    覚えていてくれたことに対して悪い気はしないな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202101.html b/docs/story/202101.html index c6abb890b..07080d44d 100644 --- a/docs/story/202101.html +++ b/docs/story/202101.html @@ -11,9 +11,25 @@

    1章/自由行動/05_008

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    今日はまだ時間があるな
    なにをして過ごそうか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202102.html b/docs/story/202102.html index b882cb99b..0bb1a5b1c 100644 --- a/docs/story/202102.html +++ b/docs/story/202102.html @@ -11,9 +11,25 @@

    1章/自由行動/05_009

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ルーシャスと友達か…
    うーん、なれる気がしないな。いろんな意味で
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202103.html b/docs/story/202103.html index cec1aa09a..1fbe565dc 100644 --- a/docs/story/202103.html +++ b/docs/story/202103.html @@ -11,9 +11,25 @@

    1章/自由行動/05_010

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ギネヴィアの力になってやらないとな
    そのためにいろいろ準備しておこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202104.html b/docs/story/202104.html index 9951fdcb0..c47d18495 100644 --- a/docs/story/202104.html +++ b/docs/story/202104.html @@ -11,9 +11,25 @@

    1章/自由行動/05_011

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    補習は受けたくないけど
    ランスロットとちゃんと話はしておくべきだよな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202105.html b/docs/story/202105.html index 311c90443..d2eb488f0 100644 --- a/docs/story/202105.html +++ b/docs/story/202105.html @@ -11,9 +11,25 @@

    1章/自由行動/05_012

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    さて
    今日はなにをしようか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202106.html b/docs/story/202106.html index b47a3f6b5..34e2f99f2 100644 --- a/docs/story/202106.html +++ b/docs/story/202106.html @@ -11,9 +11,25 @@

    1章/自由行動/05_013

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    もうあとには引けないぞ
    失敗のないよう、しっかり準備しておかないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202107.html b/docs/story/202107.html index 5d240baa1..5b9b6cc69 100644 --- a/docs/story/202107.html +++ b/docs/story/202107.html @@ -11,9 +11,25 @@

    1章/自由行動/05_014

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    作戦成功、怪我なくログレスに帰れてよかった
    この週末はのんびりできるかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202108.html b/docs/story/202108.html index a70cf4456..4ef36576f 100644 --- a/docs/story/202108.html +++ b/docs/story/202108.html @@ -11,6 +11,14 @@

    1章/自由行動/06_001

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動/06_001

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ブライアン、元気かな…
    【ノワール (心の声)】
    前よりは金コートも似合うように
    なったつもりだけど…また、会えるかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202109.html b/docs/story/202109.html index 5233bbcad..fd153df3b 100644 --- a/docs/story/202109.html +++ b/docs/story/202109.html @@ -11,9 +11,25 @@

    1章/自由行動/06_002

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    国王と個人的に懇意にしちゃっていいのかな…?
    まあ、街で会ったら話しかけてみるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202110.html b/docs/story/202110.html index 3606ce7a0..52dd82fa9 100644 --- a/docs/story/202110.html +++ b/docs/story/202110.html @@ -11,9 +11,25 @@

    1章/自由行動/06_003

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    なにか
    やり忘れていることはなかったかな?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202111.html b/docs/story/202111.html index 19af91d03..8e3c13d98 100644 --- a/docs/story/202111.html +++ b/docs/story/202111.html @@ -11,6 +11,14 @@

    1章/自由行動/06_004

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動/06_004

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ガウェインとは
    入学初日からの付き合いだけど
    【ノワール (心の声)】
    いざ遊びに誘うとなると
    なんとなく緊張しちゃうな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202112.html b/docs/story/202112.html index 72db3f13a..e439aac08 100644 --- a/docs/story/202112.html +++ b/docs/story/202112.html @@ -11,9 +11,25 @@

    1章/自由行動/06_005

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ギネヴィア、少し元気になってくれたみたいだな
    これからはヒマを見て話を聞こう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202113.html b/docs/story/202113.html index 831f96a5c..17b76ddf1 100644 --- a/docs/story/202113.html +++ b/docs/story/202113.html @@ -11,9 +11,25 @@

    1章/自由行動/06_006

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    さすがにローマの精鋭との演習は疲れた…
    少しのんびりしたいところだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202114.html b/docs/story/202114.html index 2f4f45d6e..bc269ceab 100644 --- a/docs/story/202114.html +++ b/docs/story/202114.html @@ -11,6 +11,14 @@

    1章/自由行動/06_007

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動/06_007

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    今もどこかから監視されてるのかな…
    【ノワール (心の声)】
    気になるけど
    気にしないようにして、やれることをやろう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202115.html b/docs/story/202115.html index dc46eee59..097f84e4f 100644 --- a/docs/story/202115.html +++ b/docs/story/202115.html @@ -11,9 +11,25 @@

    1章/自由行動/06_008

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    平和なのはもちろんいいことなんだけど…
    任務のヒリついた空気が少し恋しくなってきたな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202116.html b/docs/story/202116.html index dc757445b..5a4fd70e3 100644 --- a/docs/story/202116.html +++ b/docs/story/202116.html @@ -11,6 +11,14 @@

    1章/自由行動/06_009

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動/06_009

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    モルガン先生を…
    いや、先生とブライアンを連れて帰らなきゃ
    【ノワール (心の声)】
    作戦決行まであまり時間がない
    やるべきこと、しっかりやらないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202117.html b/docs/story/202117.html index 8f25bedc9..8b756e6d9 100644 --- a/docs/story/202117.html +++ b/docs/story/202117.html @@ -11,9 +11,25 @@

    1章/自由行動/06_010

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    「限られた資源は有効に使おうね」だ
    決行日までサボりは許されないぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202118.html b/docs/story/202118.html index 86ad306e9..d6adf118e 100644 --- a/docs/story/202118.html +++ b/docs/story/202118.html @@ -11,9 +11,25 @@

    1章/自由行動/06_011

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ディナタンのことも守ってやらなきゃならない
    大変な任務になりそうだけど、燃えてきたな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202119.html b/docs/story/202119.html index 6d713f21b..f245df482 100644 --- a/docs/story/202119.html +++ b/docs/story/202119.html @@ -11,9 +11,25 @@

    1章/自由行動/06_012

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    みんな無事にログレスに戻ってこれた
    よかった。本当によかった…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202120.html b/docs/story/202120.html index 57510dbb8..fd737ccbc 100644 --- a/docs/story/202120.html +++ b/docs/story/202120.html @@ -11,9 +11,25 @@

    1章/自由行動/06_013

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    なんというか、ちょっと気が抜けちゃったな
    今日は1日のんびりしようか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202121.html b/docs/story/202121.html index a9475b76f..da836bdd3 100644 --- a/docs/story/202121.html +++ b/docs/story/202121.html @@ -11,9 +11,25 @@

    1章/自由行動/07_001

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    俺が学園でもっと頑張ったら
    ブライアンを受け入れてもらえるだろうか…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202122.html b/docs/story/202122.html index 1e4d2c603..cf1455ce3 100644 --- a/docs/story/202122.html +++ b/docs/story/202122.html @@ -11,9 +11,25 @@

    1章/自由行動/07_002

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ちょっと面倒なヤツだけど
    たまにはパーシヴァルの相手をしてもいいかもな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202123.html b/docs/story/202123.html index ae2191243..71fe091c7 100644 --- a/docs/story/202123.html +++ b/docs/story/202123.html @@ -11,9 +11,25 @@

    1章/自由行動/07_003

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ギネヴィアに気を遣わせちゃったな
    もう少しリラックスしていくか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202124.html b/docs/story/202124.html index 78e9e8390..ff13bcb1e 100644 --- a/docs/story/202124.html +++ b/docs/story/202124.html @@ -11,6 +11,14 @@

    1章/自由行動/07_004

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動/07_004

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    明日はギネヴィアと
    ロンディニウムへ出かけることになってる
    【ノワール (心の声)】
    自由な時間は作れないだろうから
    やりたいことは今日中にやっておかないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202125.html b/docs/story/202125.html index 51a6d8163..51462aec5 100644 --- a/docs/story/202125.html +++ b/docs/story/202125.html @@ -11,6 +11,14 @@

    1章/自由行動/07_005

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動/07_005

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    いきなり「故郷に連れていけ」だって…?
    ルーシャスのヤツ、なにが狙いなんだ…?
    【ノワール (心の声)】
    考えが整理できない
    いったん、別のことをして気を紛らわせるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202126.html b/docs/story/202126.html index 447c7e30f..939fd3ebc 100644 --- a/docs/story/202126.html +++ b/docs/story/202126.html @@ -11,6 +11,14 @@

    1章/自由行動/07_006

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動/07_006

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    どうやら7月23日から24日にかけて
    学科試験があるみたいだ
    【ノワール (心の声)】
    授業内容で忘れてることがあるかもしれない
    大図書院で本を読んでおいてもいいかもな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202127.html b/docs/story/202127.html index ca448761b..287ba7ac6 100644 --- a/docs/story/202127.html +++ b/docs/story/202127.html @@ -11,9 +11,25 @@

    1章/自由行動/07_007

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ルーシャスとの約束の日が近いけど
    準備は万全だったかな?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202128.html b/docs/story/202128.html index d231fe69a..753081b55 100644 --- a/docs/story/202128.html +++ b/docs/story/202128.html @@ -11,9 +11,25 @@

    1章/自由行動/07_008

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    試験も終わったし…
    陸上部でちょっと汗でも流してみるか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202129.html b/docs/story/202129.html index 2167c1d80..51e5eefb8 100644 --- a/docs/story/202129.html +++ b/docs/story/202129.html @@ -11,6 +11,14 @@

    1章/自由行動/07_009

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動/07_009

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    結果はどうあれ
    俺なりに試験は頑張ったと思う、うん
    【ノワール (心の声)】
    気持ちを入れ替えて
    今日からまた頑張っていこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202130.html b/docs/story/202130.html index ed67ece16..31134373c 100644 --- a/docs/story/202130.html +++ b/docs/story/202130.html @@ -11,9 +11,25 @@

    1章/自由行動/07_010

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    断られるかもしれないけど
    今度、トリスタンを遊びに誘ってみようか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202131.html b/docs/story/202131.html index ac915ce0b..95d132f83 100644 --- a/docs/story/202131.html +++ b/docs/story/202131.html @@ -11,9 +11,25 @@

    1章/自由行動/07_011

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ブライアンの様子を見に行きたいけど
    なかなか許可が下りないんだよなぁ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202132.html b/docs/story/202132.html index 7f5c90843..6bf298fef 100644 --- a/docs/story/202132.html +++ b/docs/story/202132.html @@ -11,6 +11,14 @@

    1章/自由行動/07_012

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動/07_012

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    すぐに
    戦争が落ち着くことはないだろうけど
    【ノワール (心の声)】
    気を抜いたことで街に被害が出たら大変だ
    鍛錬は欠かさないようにしないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202133.html b/docs/story/202133.html index d8cfd7a36..d4ea74d5c 100644 --- a/docs/story/202133.html +++ b/docs/story/202133.html @@ -11,9 +11,25 @@

    1章/自由行動/07_013

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    今日はまだ時間があるな
    なにをして過ごそうか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202134.html b/docs/story/202134.html index 648b62c3b..25de067c6 100644 --- a/docs/story/202134.html +++ b/docs/story/202134.html @@ -11,9 +11,25 @@

    1章/自由行動/07_014

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    さて
    今日はなにをしようか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202135.html b/docs/story/202135.html index b1acefeaf..fec473d79 100644 --- a/docs/story/202135.html +++ b/docs/story/202135.html @@ -11,9 +11,25 @@

    1章/自由行動/08_001

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    せっかく父さんの居場所がわかったのに…
    ブライアン、どうして…っ!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202136.html b/docs/story/202136.html index 447585553..4087c6def 100644 --- a/docs/story/202136.html +++ b/docs/story/202136.html @@ -11,9 +11,25 @@

    1章/自由行動/08_002

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ラシアと買い物に行ったりしたら
    少しは気分転換になるかな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202137.html b/docs/story/202137.html index 0533f6f7e..2ff575efd 100644 --- a/docs/story/202137.html +++ b/docs/story/202137.html @@ -11,6 +11,14 @@

    1章/自由行動/08_003

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動/08_003

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ひとりでいると
    よくないことまで考えちゃうな…
    【ノワール (心の声)】
    こういう気分のときは、なにかするか
    誰かといっしょにいたほうがよさそうだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202138.html b/docs/story/202138.html index 155aea3d2..d0198c518 100644 --- a/docs/story/202138.html +++ b/docs/story/202138.html @@ -11,9 +11,25 @@

    1章/自由行動/08_004

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    午後か…
    なにをしようか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202139.html b/docs/story/202139.html index 3e4583f33..c5dffaf83 100644 --- a/docs/story/202139.html +++ b/docs/story/202139.html @@ -11,6 +11,14 @@

    1章/自由行動/08_005

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動/08_005

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    フィエナは
    いつも明るくて元気な子だったな
    【ノワール (心の声)】
    …いつまでも沈んでちゃ駄目だ
    フィエナを見習って元気を出さないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202140.html b/docs/story/202140.html index 79f902f96..9c31635cd 100644 --- a/docs/story/202140.html +++ b/docs/story/202140.html @@ -11,6 +11,14 @@

    1章/自由行動/08_006

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動/08_006

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    自分で決めたんだ
    継承者として…
    【ノワール (心の声)】
    ティルフィングの横に立つ者として
    恥ずかしくない人間にならないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202141.html b/docs/story/202141.html index 4a44e8169..beb08795c 100644 --- a/docs/story/202141.html +++ b/docs/story/202141.html @@ -11,9 +11,25 @@

    1章/自由行動/08_007

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ブライアン…
    もう少し待っていてくれよ…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202142.html b/docs/story/202142.html index b4a99732f..63031be8a 100644 --- a/docs/story/202142.html +++ b/docs/story/202142.html @@ -11,9 +11,25 @@

    1章/自由行動G/09_001

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ギネヴィアとGS(ゲシュタルト・シフト)したんだ
    彼女に見合う男にならなきゃな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202143.html b/docs/story/202143.html index adac3ca37..8245dd582 100644 --- a/docs/story/202143.html +++ b/docs/story/202143.html @@ -11,9 +11,25 @@

    1章/自由行動G/09_002

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ギネヴィアは変わろうとしてる
    俺も見習わないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202144.html b/docs/story/202144.html index d5b3009d6..4c8d665f0 100644 --- a/docs/story/202144.html +++ b/docs/story/202144.html @@ -11,9 +11,25 @@

    1章/自由行動G/09_003

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    なにが起こるか楽しみなような、怖いような…
    とりあえず17日を待とう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202145.html b/docs/story/202145.html index 0417fda54..e56f667c7 100644 --- a/docs/story/202145.html +++ b/docs/story/202145.html @@ -11,9 +11,25 @@

    1章/自由行動G/09_004

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    フレンやラシアの感じがちょっと変わった…?
    避けられてる気もするよな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202146.html b/docs/story/202146.html index 39166b462..3bd31c242 100644 --- a/docs/story/202146.html +++ b/docs/story/202146.html @@ -11,9 +11,25 @@

    1章/自由行動G/09_005

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    エクセリアはそろそろ学園に慣れただろうか?
    様子を見てみるかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202147.html b/docs/story/202147.html index fde1c05d9..4f1e4211b 100644 --- a/docs/story/202147.html +++ b/docs/story/202147.html @@ -11,9 +11,25 @@

    1章/自由行動G/09_006

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    さて
    今日はなにをしようか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202148.html b/docs/story/202148.html index d8ed5e845..1e3fcce29 100644 --- a/docs/story/202148.html +++ b/docs/story/202148.html @@ -11,6 +11,14 @@

    1章/自由行動G/09_007

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動G/09_007

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    よし!
    今日も頑張っていこう!
    【ノワール (心の声)】
    エレインにいいところ見せたいわけじゃないぞ?
    (誰に言ってるんだ、俺は?)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202149.html b/docs/story/202149.html index 69b79ea79..f540d7a9d 100644 --- a/docs/story/202149.html +++ b/docs/story/202149.html @@ -11,9 +11,25 @@

    1章/自由行動G/09_008

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ロンディニウムでの戦いに向けて
    しっかり準備しておかないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202150.html b/docs/story/202150.html index ba42bcb85..fbcfd5f92 100644 --- a/docs/story/202150.html +++ b/docs/story/202150.html @@ -11,9 +11,25 @@

    1章/自由行動G/09_009

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    もう放課後か…
    このあとはなにをしようかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202151.html b/docs/story/202151.html index 12fc30277..a05a66f84 100644 --- a/docs/story/202151.html +++ b/docs/story/202151.html @@ -11,9 +11,25 @@

    1章/自由行動G/09_010

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    なにか
    やり忘れていることはなかったかな?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202152.html b/docs/story/202152.html index b794b9113..c0122d6c4 100644 --- a/docs/story/202152.html +++ b/docs/story/202152.html @@ -11,9 +11,25 @@

    1章/自由行動G/09_011

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    戦いが近い…
    ちゃんと準備は整えておかないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202153.html b/docs/story/202153.html index b0f9516b2..b30e1e160 100644 --- a/docs/story/202153.html +++ b/docs/story/202153.html @@ -11,9 +11,25 @@

    1章/自由行動G/09_012

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    せっかくだし
    エレインと話をしておいてもいいかもしれないな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202154.html b/docs/story/202154.html index 1656835b3..4a7e93def 100644 --- a/docs/story/202154.html +++ b/docs/story/202154.html @@ -11,9 +11,25 @@

    1章/自由行動G/09_013

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    明日の国葬に向けて
    やっておくべきことはあったかな?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202155.html b/docs/story/202155.html index cd3dccf91..cfe95f5f7 100644 --- a/docs/story/202155.html +++ b/docs/story/202155.html @@ -11,6 +11,14 @@

    1章/自由行動G/10_001

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動G/10_001

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    考えてみると
    いつもガウェインにはフォローしてもらってるな
    【ノワール (心の声)】
    今度時間が合ったら
    どこか遊びにでも誘ってみよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202156.html b/docs/story/202156.html index 9531f41c7..6ef1386c9 100644 --- a/docs/story/202156.html +++ b/docs/story/202156.html @@ -11,9 +11,25 @@

    1章/自由行動G/10_002

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    エレイン、大丈夫かな…
    少し様子を見に行ってみるか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202157.html b/docs/story/202157.html index f8ff02be8..55e7fd3b5 100644 --- a/docs/story/202157.html +++ b/docs/story/202157.html @@ -11,9 +11,25 @@

    1章/自由行動G/10_003

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    最近色々あったし、疲れが出てきてるかな?
    今日はゆっくりするか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202158.html b/docs/story/202158.html index 8cdd6355a..752be19d9 100644 --- a/docs/story/202158.html +++ b/docs/story/202158.html @@ -11,9 +11,25 @@

    1章/自由行動G/10_004

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    次の戦いもやっかいなことになりそうだな…
    準備は入念に進めておこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202159.html b/docs/story/202159.html index 51b093746..a43ee428e 100644 --- a/docs/story/202159.html +++ b/docs/story/202159.html @@ -11,9 +11,25 @@

    1章/自由行動G/10_005

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    「先輩」か…
    後輩に愛想を尽かされないようにしないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202160.html b/docs/story/202160.html index 179dc3893..974594bc8 100644 --- a/docs/story/202160.html +++ b/docs/story/202160.html @@ -11,9 +11,25 @@

    1章/自由行動G/10_006

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    さて
    今日はなにをしようか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202161.html b/docs/story/202161.html index 0be5c4c38..a9d89a56a 100644 --- a/docs/story/202161.html +++ b/docs/story/202161.html @@ -11,9 +11,25 @@

    1章/自由行動G/10_007

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    作戦の日が迫ってる
    しっかりと準備をしておかないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202162.html b/docs/story/202162.html index 8788fbc34..0108ca363 100644 --- a/docs/story/202162.html +++ b/docs/story/202162.html @@ -11,9 +11,25 @@

    1章/自由行動G/10_008

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    学園祭の準備で忙しくなりそうだ
    やらなきゃならないことを片づけておこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202163.html b/docs/story/202163.html index 1d71f1fc4..f1c8c6aa6 100644 --- a/docs/story/202163.html +++ b/docs/story/202163.html @@ -11,6 +11,14 @@

    1章/自由行動G/10_009

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動G/10_009

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    学園祭、終わったんだな…
    【ノワール (心の声)】
    みんなのいい思い出になったかな?
    …なったよな、きっと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202164.html b/docs/story/202164.html index a89c056db..0979dfcdb 100644 --- a/docs/story/202164.html +++ b/docs/story/202164.html @@ -11,9 +11,25 @@

    1章/自由行動G/10_010

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ランチの時間は終わっちゃったけど
    せっかくだしギネヴィアを誘ってみようかな?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202165.html b/docs/story/202165.html index d3d9245fe..c2110bacc 100644 --- a/docs/story/202165.html +++ b/docs/story/202165.html @@ -11,9 +11,25 @@

    1章/自由行動G/10_011

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    さて
    今日はなにをしようか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202166.html b/docs/story/202166.html index f8b15988e..410d619cc 100644 --- a/docs/story/202166.html +++ b/docs/story/202166.html @@ -11,9 +11,25 @@

    1章/自由行動G/11_001

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    今日の授業は終わったし
    なにをして過ごそうかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202167.html b/docs/story/202167.html index e4acbfdc7..e2ea9b3ed 100644 --- a/docs/story/202167.html +++ b/docs/story/202167.html @@ -11,9 +11,25 @@

    1章/自由行動G/11_002

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    せっかくの休日だ
    有意義に過ごさないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202168.html b/docs/story/202168.html index 1e73a6901..e106284ba 100644 --- a/docs/story/202168.html +++ b/docs/story/202168.html @@ -11,9 +11,25 @@

    1章/自由行動G/11_003

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ほかのみんなはなにをしてるんだろう
    様子を見に行ってみるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202169.html b/docs/story/202169.html index e27e5a3ef..05d105dbe 100644 --- a/docs/story/202169.html +++ b/docs/story/202169.html @@ -11,6 +11,14 @@

    1章/自由行動G/11_004

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動G/11_004

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    これからの戦いは
    キラーズ同士でぶつかり合うことになるのか…?
    【ノワール (心の声)】
    俺たちの敵はバルバロイのはずだ
    なんとかして避けられないものかな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202170.html b/docs/story/202170.html index d3819c0f7..edc5ef973 100644 --- a/docs/story/202170.html +++ b/docs/story/202170.html @@ -11,6 +11,14 @@

    1章/自由行動G/11_005

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動G/11_005

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ギネヴィアとエレインが
    あんなに仲良くなってるなんて気づかなかった
    【ノワール (心の声)】
    俺ももっと頑張って
    みんなと仲良くならないとな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202171.html b/docs/story/202171.html index de5550194..297666b8f 100644 --- a/docs/story/202171.html +++ b/docs/story/202171.html @@ -11,9 +11,25 @@

    1章/自由行動G/11_006

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ガウェインとラヴェイン…
    うまく打ち解けてくれるといいけど
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202172.html b/docs/story/202172.html index f47edbf2c..6c8b540d5 100644 --- a/docs/story/202172.html +++ b/docs/story/202172.html @@ -11,9 +11,25 @@

    1章/自由行動G/11_007

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    モルガン先生がいないと
    学園内の雰囲気が暗い気がするな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202173.html b/docs/story/202173.html index 0fd6080f6..0c19d6a47 100644 --- a/docs/story/202173.html +++ b/docs/story/202173.html @@ -11,6 +11,14 @@

    1章/自由行動G/11_008

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動G/11_008

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    モルガン先生がいないなら
    ディナタンたちは忙しいだろうな
    【ノワール (心の声)】
    でも俺に手伝えることはないだろうし…
    応急手当のやりかたでも教わっておけばよかった
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202174.html b/docs/story/202174.html index 1ab80dc99..3a3393f76 100644 --- a/docs/story/202174.html +++ b/docs/story/202174.html @@ -11,9 +11,25 @@

    1章/自由行動G/11_009

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    モルガン先生のところに行くのは明日か
    なにが起きてもいいように準備しておかないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202175.html b/docs/story/202175.html index c38ba9970..564a8a60a 100644 --- a/docs/story/202175.html +++ b/docs/story/202175.html @@ -11,9 +11,25 @@

    1章/自由行動G/11_010

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    スノードンでの戦いに向けて
    しっかりと準備をしておかないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202176.html b/docs/story/202176.html index 6593e6310..62dc8e104 100644 --- a/docs/story/202176.html +++ b/docs/story/202176.html @@ -11,9 +11,25 @@

    1章/自由行動G/11_011

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    さて…
    今日はなにをしようかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202177.html b/docs/story/202177.html index 6fa6eb44c..297067ee2 100644 --- a/docs/story/202177.html +++ b/docs/story/202177.html @@ -11,9 +11,25 @@

    1章/自由行動G/11_012

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    スノードンへの出発は明日だ
    やり残していることはないかな?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202178.html b/docs/story/202178.html index 63ea22726..dbbf8bbd3 100644 --- a/docs/story/202178.html +++ b/docs/story/202178.html @@ -11,6 +11,14 @@

    1章/自由行動G/12_001

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動G/12_001

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ギネヴィアには
    いつも支えてもらってきた
    【ノワール (心の声)】
    彼女が困っているときに支えてあげられるように
    鍛錬を欠かしちゃいけないよな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202179.html b/docs/story/202179.html index 6f6bb8ee8..276066798 100644 --- a/docs/story/202179.html +++ b/docs/story/202179.html @@ -11,6 +11,14 @@

    1章/自由行動G/12_002

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動G/12_002

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    スノードンでの戦い…
    俺にもう少し力があれば結果は違っただろうか?
    【ノワール (心の声)】
    …悔やむだけじゃ駄目だ
    次は失敗しないように、しっかり反省しないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202180.html b/docs/story/202180.html index 745ccbd86..8e9fa1055 100644 --- a/docs/story/202180.html +++ b/docs/story/202180.html @@ -11,9 +11,25 @@

    1章/自由行動G/12_003

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    アーサーから連絡があった
    作戦決行は12月9日だそうだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202181.html b/docs/story/202181.html index df96edbc3..cf066bc91 100644 --- a/docs/story/202181.html +++ b/docs/story/202181.html @@ -11,9 +11,25 @@

    1章/自由行動G/12_004

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ローマとの戦いはまだ終わってない
    気を緩めちゃ駄目だ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202182.html b/docs/story/202182.html index 92d7619b8..c4cdfefdd 100644 --- a/docs/story/202182.html +++ b/docs/story/202182.html @@ -11,9 +11,25 @@

    1章/自由行動G/12_005

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    戦い続きで、みんな無理してないだろうか?
    様子を見に行ってみるかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202183.html b/docs/story/202183.html index 0c97f8f2e..342440e86 100644 --- a/docs/story/202183.html +++ b/docs/story/202183.html @@ -11,9 +11,25 @@

    1章/自由行動G/12_006

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    カレドニア城に向かう日程が決まった
    12月18日だそうだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202184.html b/docs/story/202184.html index 4c9f082e7..009f26480 100644 --- a/docs/story/202184.html +++ b/docs/story/202184.html @@ -11,9 +11,25 @@

    1章/自由行動G/12_007

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    今日はまだ時間があるな
    なにをして過ごそうか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202185.html b/docs/story/202185.html index bd3d84663..4ca14f4ae 100644 --- a/docs/story/202185.html +++ b/docs/story/202185.html @@ -11,9 +11,25 @@

    1章/自由行動G/12_008

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    大規模なものではないけど戦いが続いてる
    俺もちょっと疲れてきた…かも
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202186.html b/docs/story/202186.html index 17434c1b3..32a768756 100644 --- a/docs/story/202186.html +++ b/docs/story/202186.html @@ -11,6 +11,14 @@

    1章/自由行動G/12_009

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動G/12_009

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    いつも通りの日常
    でも、みんな心にキズを残してる
    【ノワール (心の声)】
    もしも俺にできるのなら
    みんなの心のキズを癒してやりたい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202187.html b/docs/story/202187.html index c52e6c01a..568637aba 100644 --- a/docs/story/202187.html +++ b/docs/story/202187.html @@ -11,9 +11,25 @@

    1章/自由行動G/12_010

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ギネヴィア………俺はどうすればいい?
    キミにかけてやるべき言葉が思いつかない…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202188.html b/docs/story/202188.html index a46f86ecc..ee2f8ad2c 100644 --- a/docs/story/202188.html +++ b/docs/story/202188.html @@ -11,9 +11,25 @@

    1章/自由行動G/12_011

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    授業、ぜんぜん頭に入ってこなかったな
    じっとしてると変なことばかり考えてしまう…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202189.html b/docs/story/202189.html index bbd594500..6e8f00742 100644 --- a/docs/story/202189.html +++ b/docs/story/202189.html @@ -11,6 +11,14 @@

    1章/自由行動G/12_012

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動G/12_012

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    毎日戦闘が起きてくれれば
    余計なことを考えなくて済むのに
    【ノワール (心の声)】
    …駄目だ駄目だ
    なに言ってんだ、俺!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202190.html b/docs/story/202190.html index a14a35979..8c5fab46e 100644 --- a/docs/story/202190.html +++ b/docs/story/202190.html @@ -11,9 +11,25 @@

    1章/自由行動G/12_013

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    放課後か…
    みんなはなにしてるんだろうな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202191.html b/docs/story/202191.html index 864eda72a..c1e950d42 100644 --- a/docs/story/202191.html +++ b/docs/story/202191.html @@ -11,6 +11,14 @@

    1章/自由行動G/12_014

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動G/12_014

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    今年ももうすぐ終わりか
    いろんなことがありすぎた1年だったな
    【ノワール (心の声)】
    ギネヴィア…
    なにしてるだろう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202192.html b/docs/story/202192.html index 9fcd368a2..08acf1451 100644 --- a/docs/story/202192.html +++ b/docs/story/202192.html @@ -11,9 +11,25 @@

    1章/自由行動G/01_001

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    新しい年を祝うような気分じゃないけど…
    少し街を散歩してみるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202193.html b/docs/story/202193.html index 72b1599bc..bba09e07a 100644 --- a/docs/story/202193.html +++ b/docs/story/202193.html @@ -11,9 +11,25 @@

    1章/自由行動G/01_002

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    なにかして気を紛らわせようか…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202194.html b/docs/story/202194.html index a9ac79bdf..98964322d 100644 --- a/docs/story/202194.html +++ b/docs/story/202194.html @@ -11,9 +11,25 @@

    1章/自由行動G/01_003

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    余暇を楽しめと言われてもな…
    でも、まあ、お言葉に甘えさせてもらうか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202195.html b/docs/story/202195.html index 66d2783a4..49709b4c4 100644 --- a/docs/story/202195.html +++ b/docs/story/202195.html @@ -11,9 +11,25 @@

    1章/自由行動G/01_004

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    こういう何気ない時間が
    この先も続いていくといいんだけどな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202196.html b/docs/story/202196.html index 89d92f908..81a08e0bc 100644 --- a/docs/story/202196.html +++ b/docs/story/202196.html @@ -11,6 +11,14 @@

    1章/自由行動G/01_005

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動G/01_005

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    今はギネヴィアを休ませてやらないと
    【ノワール (心の声)】
    でも、彼女が目覚めたとき
    俺は彼女になんて声をかければいいんだ…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202197.html b/docs/story/202197.html index 9880e0b34..d0fb0401e 100644 --- a/docs/story/202197.html +++ b/docs/story/202197.html @@ -11,9 +11,25 @@

    1章/自由行動G/01_006

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ギネヴィア…
    気が付くと君のことばかり考えてる
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202198.html b/docs/story/202198.html index a2501f432..975375e1e 100644 --- a/docs/story/202198.html +++ b/docs/story/202198.html @@ -11,9 +11,25 @@

    1章/自由行動G/01_007

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    今、俺の背中には様々な想いが乗せられてる
    立ち止まるわけにはいかない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202199.html b/docs/story/202199.html index c59fe22ab..034f8a16e 100644 --- a/docs/story/202199.html +++ b/docs/story/202199.html @@ -11,9 +11,25 @@

    1章/自由行動G/01_008

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    俺は俺のやりかたで
    ギネヴィアを救う方法を探っていこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202200.html b/docs/story/202200.html index a0d4fae14..7306f295d 100644 --- a/docs/story/202200.html +++ b/docs/story/202200.html @@ -11,9 +11,25 @@

    1章/自由行動G/01_009

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    決戦の日は近い
    やり残したことはないだろうか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202201.html b/docs/story/202201.html index 5f9ffe3cf..3a2880828 100644 --- a/docs/story/202201.html +++ b/docs/story/202201.html @@ -11,9 +11,25 @@

    1章/自由行動L/09_001

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ランスロットとGS(ゲシュタルト・シフト)したんだ
    あいつに恥をかかせないようにしないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202202.html b/docs/story/202202.html index e64a57faf..76532b122 100644 --- a/docs/story/202202.html +++ b/docs/story/202202.html @@ -11,9 +11,25 @@

    1章/自由行動L/09_002

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ふう…一日授業で座りっぱなしだったから
    少し体を動かしたい気分だな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202203.html b/docs/story/202203.html index 0a9c21c97..84e9d142c 100644 --- a/docs/story/202203.html +++ b/docs/story/202203.html @@ -11,9 +11,25 @@

    1章/自由行動L/09_003

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    「最後の授業」ってどういうことだ?
    一応、準備はしておいたほうがいいか…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202204.html b/docs/story/202204.html index a93d83568..425a88386 100644 --- a/docs/story/202204.html +++ b/docs/story/202204.html @@ -11,6 +11,14 @@

    1章/自由行動L/09_004

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動L/09_004

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    フィエナがひらめいた「イイコト」…?
    俺も嫌な予感しかしないな…
    【ノワール (心の声)】
    機会を見て
    ガラハッドの様子を見に行ったほうがよさそうだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202205.html b/docs/story/202205.html index 5637c770d..02d4303e7 100644 --- a/docs/story/202205.html +++ b/docs/story/202205.html @@ -11,9 +11,25 @@

    1章/自由行動L/09_005

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    聖杯についての情報が集まるまで
    俺は自分にできることをしておこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202206.html b/docs/story/202206.html index 964132570..02e604776 100644 --- a/docs/story/202206.html +++ b/docs/story/202206.html @@ -11,9 +11,25 @@

    1章/自由行動L/09_006

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    さて
    今日はなにをしようか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202207.html b/docs/story/202207.html index 41ece0763..42bc76b55 100644 --- a/docs/story/202207.html +++ b/docs/story/202207.html @@ -11,6 +11,14 @@

    1章/自由行動L/09_007

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動L/09_007

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    銀卓騎士が変わった原因が本当に
    俺とランスロットのGS(ゲシュタルト・シフト)にあるなら…
    【ノワール (心の声)】
    俺はどうすればいいんだ?
    ダメだ、どれだけ考えてもわからない…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202208.html b/docs/story/202208.html index 4c95bef76..bf165331f 100644 --- a/docs/story/202208.html +++ b/docs/story/202208.html @@ -11,9 +11,25 @@

    1章/自由行動L/09_008

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    さて
    今日はなにをしようか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202209.html b/docs/story/202209.html index 8f92fe610..a9d9212d3 100644 --- a/docs/story/202209.html +++ b/docs/story/202209.html @@ -11,9 +11,25 @@

    1章/自由行動L/09_009

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    みんな国葬の準備で忙しそうだな
    俺はなにをしようか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202210.html b/docs/story/202210.html index 56a80330f..b516f7ec9 100644 --- a/docs/story/202210.html +++ b/docs/story/202210.html @@ -11,9 +11,25 @@

    1章/自由行動L/09_010

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    聖杯についての情報が集まるまで
    俺は自分にできることをしておこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202211.html b/docs/story/202211.html index ec6b624bc..e97e63928 100644 --- a/docs/story/202211.html +++ b/docs/story/202211.html @@ -11,9 +11,25 @@

    1章/自由行動L/09_011

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    もう放課後か…
    このあとはなにをしようかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202212.html b/docs/story/202212.html index f5afd40a3..7988c6ec2 100644 --- a/docs/story/202212.html +++ b/docs/story/202212.html @@ -11,9 +11,25 @@

    1章/自由行動L/09_012

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    クレアの事務所なんてあったんだな
    あとで覗いてみよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202213.html b/docs/story/202213.html index 9520a6cc4..b1eea38d5 100644 --- a/docs/story/202213.html +++ b/docs/story/202213.html @@ -11,9 +11,25 @@

    1章/自由行動L/09_013

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    父さん、ブライアン
    これからも俺たちのことを見守っていてくれ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202214.html b/docs/story/202214.html index 3fd7a1673..69517b1d1 100644 --- a/docs/story/202214.html +++ b/docs/story/202214.html @@ -11,9 +11,25 @@

    1章/自由行動L/10_001

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ときどき
    ガラハッドの様子を見に行ったほうがいいかな?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202215.html b/docs/story/202215.html index 45637a1f6..590755bcd 100644 --- a/docs/story/202215.html +++ b/docs/story/202215.html @@ -11,9 +11,25 @@

    1章/自由行動L/10_002

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    このあいだの夢が気になるけど…
    今はやらなきゃならないことを優先だな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202216.html b/docs/story/202216.html index c724fe7b2..87e844bff 100644 --- a/docs/story/202216.html +++ b/docs/story/202216.html @@ -11,9 +11,25 @@

    1章/自由行動L/10_003

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    今日は1日休みだ
    昨日の戦闘の疲れを癒そう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202217.html b/docs/story/202217.html index 539080ea2..d2599a5c1 100644 --- a/docs/story/202217.html +++ b/docs/story/202217.html @@ -11,9 +11,25 @@

    1章/自由行動L/10_004

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    たまにはパーシヴァルの相手もいいかもな
    今日はなんというか、そんな気分じゃないけど
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202218.html b/docs/story/202218.html index ec970e715..10aa55e30 100644 --- a/docs/story/202218.html +++ b/docs/story/202218.html @@ -11,9 +11,25 @@

    1章/自由行動L/10_005

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    もう放課後か…
    このあとはなにをしようかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202219.html b/docs/story/202219.html index 70ba0d17e..d32a6e295 100644 --- a/docs/story/202219.html +++ b/docs/story/202219.html @@ -11,6 +11,14 @@

    1章/自由行動L/10_006

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動L/10_006

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    朝に挨拶したし
    クレアの探偵仕事の手伝いを…
    【ノワール (心の声)】
    …と思ったけど今日は駄目だったな
    なにかほかのことをしよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202220.html b/docs/story/202220.html index 3118ad302..4a2a038ef 100644 --- a/docs/story/202220.html +++ b/docs/story/202220.html @@ -11,9 +11,25 @@

    1章/自由行動L/10_007

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    今日の授業は終わったし
    なにをして過ごそうかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202221.html b/docs/story/202221.html index 82149f3b5..5ac716ed0 100644 --- a/docs/story/202221.html +++ b/docs/story/202221.html @@ -11,9 +11,25 @@

    1章/自由行動L/10_008

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    平和なのはもちろんいいことなんだけど…
    任務のヒリついた空気が少し恋しくなってきたな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202222.html b/docs/story/202222.html index dd3a61aaf..8fd960060 100644 --- a/docs/story/202222.html +++ b/docs/story/202222.html @@ -11,9 +11,25 @@

    1章/自由行動L/10_009

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    今日は1日休みか!
    天気もいいし、なにをしようかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202223.html b/docs/story/202223.html index 1a0ba7c91..fea53a88c 100644 --- a/docs/story/202223.html +++ b/docs/story/202223.html @@ -11,9 +11,25 @@

    1章/自由行動L/10_010

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    …昨日の戦いの疲れがまだ少し残ってるな
    今日はゆっくり過ごすのも悪くないかも
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202224.html b/docs/story/202224.html index 71ec39530..0a7576a16 100644 --- a/docs/story/202224.html +++ b/docs/story/202224.html @@ -11,9 +11,25 @@

    1章/自由行動L/10_011

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    そろそろ聖杯の新しい情報が入ってきても
    いい頃だと思うんだけど…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202225.html b/docs/story/202225.html index 463192067..9b2b87d6c 100644 --- a/docs/story/202225.html +++ b/docs/story/202225.html @@ -11,9 +11,25 @@

    1章/自由行動L/11_001

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    4ヶ所の聖杯の封印は開放した
    次の作戦の指示を待とう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202226.html b/docs/story/202226.html index aa5bb6302..b178d798d 100644 --- a/docs/story/202226.html +++ b/docs/story/202226.html @@ -11,9 +11,25 @@

    1章/自由行動L/11_002

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    アーサーの調子が悪いみたいだけど、大丈夫かな
    許可があれば見舞いに行きたいが…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202227.html b/docs/story/202227.html index 203aa9489..5bfbd06f7 100644 --- a/docs/story/202227.html +++ b/docs/story/202227.html @@ -11,6 +11,14 @@

    1章/自由行動L/11_003

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動L/11_003

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    アーサーの見舞いがてら
    グラストンベリーに療養に行ってこい、か
    【ノワール (心の声)】
    出発の前に
    やり残したことがないか確認しておこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202228.html b/docs/story/202228.html index 76a79ab25..a7db9f9c4 100644 --- a/docs/story/202228.html +++ b/docs/story/202228.html @@ -11,9 +11,25 @@

    1章/自由行動L/11_004

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    今日はまだ時間があるな
    なにをして過ごそうか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202229.html b/docs/story/202229.html index 4d9857d78..fc6e40ff5 100644 --- a/docs/story/202229.html +++ b/docs/story/202229.html @@ -11,9 +11,25 @@

    1章/自由行動L/11_005

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    天気もいいし
    今日は休日を満喫できそうだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202230.html b/docs/story/202230.html index ecab5e508..4aef5952f 100644 --- a/docs/story/202230.html +++ b/docs/story/202230.html @@ -11,9 +11,25 @@

    1章/自由行動L/11_006

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    もう少し時間に余裕がある
    なにかできることはあったかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202231.html b/docs/story/202231.html index 328a12c12..f6b11a3dc 100644 --- a/docs/story/202231.html +++ b/docs/story/202231.html @@ -11,9 +11,25 @@

    1章/自由行動L/11_007

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    やれること、ドンドンやっていかなきゃな
    アーサーの負担を少しでも軽くしてやらないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202232.html b/docs/story/202232.html index 0e3316871..f7e1eb8e0 100644 --- a/docs/story/202232.html +++ b/docs/story/202232.html @@ -11,6 +11,14 @@

    1章/自由行動L/11_008

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動L/11_008

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    このあいだのフィエナは少し様子が変だったな
    気になるところだけど…
    【ノワール (心の声)】
    ガラハッドがついてくれているし
    俺は俺のやるべきことをやっていくか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202233.html b/docs/story/202233.html index 5689ca748..f380855c9 100644 --- a/docs/story/202233.html +++ b/docs/story/202233.html @@ -11,9 +11,25 @@

    1章/自由行動L/11_009

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    聖杯探索最終戦、負けるわけにはいかないぞ
    準備はしっかり整えておかないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202234.html b/docs/story/202234.html index 96d701adb..298aba8f1 100644 --- a/docs/story/202234.html +++ b/docs/story/202234.html @@ -11,6 +11,14 @@

    1章/自由行動L/11_010

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動L/11_010

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    アレは準備したよな…
    コレはまだ使えるはずだし…
    【ノワール (心の声)】
    うーん
    なにを準備するべきか整理したほうがいいかな?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202235.html b/docs/story/202235.html index e0788e31a..c97de488a 100644 --- a/docs/story/202235.html +++ b/docs/story/202235.html @@ -11,9 +11,25 @@

    1章/自由行動L/11_011

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    スノードンへの出陣は近い
    装備や持ち物の最終確認をしておくか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202236.html b/docs/story/202236.html index 4189e7897..1acf57635 100644 --- a/docs/story/202236.html +++ b/docs/story/202236.html @@ -11,9 +11,25 @@

    1章/自由行動L/11_012

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ギネヴィア、マーリンさん…
    無事でいてくれ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202237.html b/docs/story/202237.html index 9dfb6c633..797188970 100644 --- a/docs/story/202237.html +++ b/docs/story/202237.html @@ -11,9 +11,25 @@

    1章/自由行動L/11_013

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    銀卓騎士団に後れを取るわけにはいかない
    決戦に向けて準備を整えよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202238.html b/docs/story/202238.html index 77a53f967..0ef89825d 100644 --- a/docs/story/202238.html +++ b/docs/story/202238.html @@ -11,9 +11,25 @@

    1章/自由行動L/12_001

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    アーサーのことは…
    ひとまずランスロットに任せておこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202239.html b/docs/story/202239.html index 9d6cb4d68..2a1462288 100644 --- a/docs/story/202239.html +++ b/docs/story/202239.html @@ -11,9 +11,25 @@

    1章/自由行動L/12_002

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    はがゆいけど…
    円卓会議で指針が決まるまでは待つしかない…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202240.html b/docs/story/202240.html index a266fedf9..ed3162715 100644 --- a/docs/story/202240.html +++ b/docs/story/202240.html @@ -11,9 +11,25 @@

    1章/自由行動L/12_003

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    アーサーが戻ってきてくれた
    もうすぐ…もうすぐだ…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202241.html b/docs/story/202241.html index 78063f209..72846dcf0 100644 --- a/docs/story/202241.html +++ b/docs/story/202241.html @@ -11,9 +11,25 @@

    1章/自由行動L/12_004

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    アーサーに無理はさせられない
    俺がしっかりしないと…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202242.html b/docs/story/202242.html index 9029d66b6..78d070988 100644 --- a/docs/story/202242.html +++ b/docs/story/202242.html @@ -11,6 +11,14 @@

    1章/自由行動L/12_005

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動L/12_005

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ペレス王と銀卓騎士団、そして魔女を討ち
    ギネヴィアとマーリンさんを救出するんだ…
    【ノワール (心の声)】
    次の戦いに失敗は許されない
    しっかり準備しておかないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202243.html b/docs/story/202243.html index 89edaa5ef..73168882d 100644 --- a/docs/story/202243.html +++ b/docs/story/202243.html @@ -11,9 +11,25 @@

    1章/自由行動L/12_006

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    遠征の日が近い
    やり残したことはないか確認しておこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202244.html b/docs/story/202244.html index 2d7a6610b..09944b761 100644 --- a/docs/story/202244.html +++ b/docs/story/202244.html @@ -11,9 +11,25 @@

    1章/自由行動L/12_007

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    まだ降誕祭の気分がちょっと抜けてないかも…?
    なにかして通常運転に戻さないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202245.html b/docs/story/202245.html index 684b64013..30f735b4b 100644 --- a/docs/story/202245.html +++ b/docs/story/202245.html @@ -11,9 +11,25 @@

    1章/自由行動L/12_008

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    うーん…ちょっと体、鈍ってきたかも
    今日は体でも動かしにいってみるか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202246.html b/docs/story/202246.html index c366cfbfc..507d68e66 100644 --- a/docs/story/202246.html +++ b/docs/story/202246.html @@ -11,9 +11,25 @@

    1章/自由行動L/12_009

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    もう放課後か…
    このあとはなにをしようかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202247.html b/docs/story/202247.html index bb066e040..b729d68bf 100644 --- a/docs/story/202247.html +++ b/docs/story/202247.html @@ -11,9 +11,25 @@

    1章/自由行動L/12_010

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    昨日、久しぶりに戦場に出たおかげかな
    感覚が戻ってきた気がする
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202248.html b/docs/story/202248.html index fca3160f8..c766b92f1 100644 --- a/docs/story/202248.html +++ b/docs/story/202248.html @@ -11,6 +11,14 @@

    1章/自由行動L/12_011

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動L/12_011

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    今日で今年も終わりか…
    いろいろあった1年だったな
    【ノワール (心の声)】
    さて
    なにをして今年を締めようか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202249.html b/docs/story/202249.html index 51248c556..a1402e1e4 100644 --- a/docs/story/202249.html +++ b/docs/story/202249.html @@ -11,9 +11,25 @@

    1章/自由行動L/01_001

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    なにかして…
    気を紛らわせるか…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202250.html b/docs/story/202250.html index f1704f1a5..86fce3653 100644 --- a/docs/story/202250.html +++ b/docs/story/202250.html @@ -11,9 +11,25 @@

    1章/自由行動L/01_002

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    じっとしてると
    余計なことばかり考えちゃうからな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202251.html b/docs/story/202251.html index b68378c12..8359abecc 100644 --- a/docs/story/202251.html +++ b/docs/story/202251.html @@ -11,6 +11,14 @@

    1章/自由行動L/01_003

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動L/01_003

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    王、殺し…?
    ランスロット、が、アーサー、を…?
    【ノワール (心の声)】
    …頭のなかがグチャグチャだ
    少し外の空気を吸ってこよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202252.html b/docs/story/202252.html index 7d173cad7..54e49a921 100644 --- a/docs/story/202252.html +++ b/docs/story/202252.html @@ -11,9 +11,25 @@

    1章/自由行動L/01_004

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    街に出たり誰かと話したりすれば
    気持ちをリフレッシュできるかな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202253.html b/docs/story/202253.html index f1ca1ce66..43069fa8b 100644 --- a/docs/story/202253.html +++ b/docs/story/202253.html @@ -11,9 +11,25 @@

    1章/自由行動L/01_005

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    みんな、アーサーのこと気にかけてるんだな
    俺だって、どうにかできるならしたいけど…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202254.html b/docs/story/202254.html index bf44e4f0d..f54e4f84c 100644 --- a/docs/story/202254.html +++ b/docs/story/202254.html @@ -11,6 +11,14 @@

    1章/自由行動L/01_006

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動L/01_006

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    アーサーのヤツ
    最後までカッコつけて…
    【ノワール (心の声)】
    1月13日か
    それまでに俺にできることはあるだろうか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202255.html b/docs/story/202255.html index 476ba1f06..0c0f9b5ba 100644 --- a/docs/story/202255.html +++ b/docs/story/202255.html @@ -11,9 +11,25 @@

    1章/自由行動L/01_007

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ガラハッドを支えてやらなきゃな
    いっそう鍛錬に励まないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202256.html b/docs/story/202256.html index f617febb8..98b26e905 100644 --- a/docs/story/202256.html +++ b/docs/story/202256.html @@ -11,9 +11,25 @@

    1章/自由行動L/01_008

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ランスロットも苦しんでるはずだ…
    会いに行ったほうがいいか…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202257.html b/docs/story/202257.html index 341de2dd9..dbd9f6e36 100644 --- a/docs/story/202257.html +++ b/docs/story/202257.html @@ -11,9 +11,25 @@

    1章/自由行動L/01_009

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    アーサー…モルガン先生…
    俺は、これから一体どうすればいいんだ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202258.html b/docs/story/202258.html index 4d99f017d..e9809032a 100644 --- a/docs/story/202258.html +++ b/docs/story/202258.html @@ -11,9 +11,25 @@

    1章/自由行動L/01_010

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    沈んでちゃ駄目だ
    みんなのために、やるべきことをやらなきゃ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202259.html b/docs/story/202259.html index 7d3d11d5d..379464764 100644 --- a/docs/story/202259.html +++ b/docs/story/202259.html @@ -11,9 +11,25 @@

    1章/自由行動L/01_011

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    決戦の日は近い
    やり残したことはないだろうか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202260.html b/docs/story/202260.html index 0c4cdeac7..3d9f6f472 100644 --- a/docs/story/202260.html +++ b/docs/story/202260.html @@ -11,6 +11,14 @@

    1章/自由行動D/09_001

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動D/09_001

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    このあいだの戦いで喪われた命は多いけど
    いつまでもクヨクヨしていられないよな
    【ノワール (心の声)】
    俺とGS(ゲシュタルト・シフト)してくれたディナタンに
    カッコ悪いところは見せられない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202261.html b/docs/story/202261.html index 86147bed4..737b3fa88 100644 --- a/docs/story/202261.html +++ b/docs/story/202261.html @@ -11,9 +11,25 @@

    1章/自由行動D/09_002

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    アーサーには気を許さないほうがいい、だって?
    そんな、まさかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202262.html b/docs/story/202262.html index 6602fd44a..82a9b0466 100644 --- a/docs/story/202262.html +++ b/docs/story/202262.html @@ -11,9 +11,25 @@

    1章/自由行動D/09_003

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    父さんに名前をもらったんだ
    それに相応しい騎士にならないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202263.html b/docs/story/202263.html index 43b3e1067..72b9cf8aa 100644 --- a/docs/story/202263.html +++ b/docs/story/202263.html @@ -11,9 +11,25 @@

    1章/自由行動D/09_004

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ガウェインの様子がなんとなく変だったような…
    気のせいかな?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202264.html b/docs/story/202264.html index e476e0737..2a06b0322 100644 --- a/docs/story/202264.html +++ b/docs/story/202264.html @@ -11,6 +11,14 @@

    1章/自由行動D/09_005

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動D/09_005

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    それにしても
    このあいだはビックリしたなあ
    【ノワール (心の声)】
    まさかモルドレッドと組むことになるなんて
    ま、あいつも予想外だっただろうけど
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202265.html b/docs/story/202265.html index a94da1de3..8dafce31e 100644 --- a/docs/story/202265.html +++ b/docs/story/202265.html @@ -11,9 +11,25 @@

    1章/自由行動D/09_006

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    さて
    今日はなにをしようか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202266.html b/docs/story/202266.html index 3d89e2246..b287042bf 100644 --- a/docs/story/202266.html +++ b/docs/story/202266.html @@ -11,9 +11,25 @@

    1章/自由行動D/09_007

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    なにか
    やり忘れていることはなかったかな?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202267.html b/docs/story/202267.html index 03f31ecef..c4bf846ed 100644 --- a/docs/story/202267.html +++ b/docs/story/202267.html @@ -11,6 +11,14 @@

    1章/自由行動D/09_008

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動D/09_008

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ギネヴィアはああ言ってたけど
    ふたりの婚約解消は
    【ノワール (心の声)】
    俺のせいでもあるかもしれないよな
    どこかできちんと話ができたらいいけど
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202268.html b/docs/story/202268.html index 0e497b08c..26af353e5 100644 --- a/docs/story/202268.html +++ b/docs/story/202268.html @@ -11,9 +11,25 @@

    1章/自由行動D/09_009

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    俺も気を引き締めないと
    平和にかまけて稽古を怠っちゃダメだよな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202269.html b/docs/story/202269.html index 83353f521..1258a7a25 100644 --- a/docs/story/202269.html +++ b/docs/story/202269.html @@ -11,9 +11,25 @@

    1章/自由行動D/09_010

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    平和なのはもちろんいいことなんだけど…
    任務のヒリついた空気が少し恋しくなってきたな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202270.html b/docs/story/202270.html index 321ec98ea..0b175d829 100644 --- a/docs/story/202270.html +++ b/docs/story/202270.html @@ -11,9 +11,25 @@

    1章/自由行動D/09_011

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    せっかく時間ができたし
    ディナタンを誘って遊びにでも行ってみるか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202271.html b/docs/story/202271.html index b74080619..c0a2c1adf 100644 --- a/docs/story/202271.html +++ b/docs/story/202271.html @@ -11,9 +11,25 @@

    1章/自由行動D/10_001

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    久々のログレスだ
    なにをしたらいいか悩むな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202272.html b/docs/story/202272.html index ad457ec16..363301b5c 100644 --- a/docs/story/202272.html +++ b/docs/story/202272.html @@ -11,6 +11,14 @@

    1章/自由行動D/10_002

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動D/10_002

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    森で見たあれは俺の見間違いだったのか?
    見間違いにしてはあまりにも…
    【ノワール (心の声)】
    …少し疲れてるのかな
    今日はのんびり過ごすか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202273.html b/docs/story/202273.html index 1f40f56a7..396c85588 100644 --- a/docs/story/202273.html +++ b/docs/story/202273.html @@ -11,6 +11,14 @@

    1章/自由行動D/10_003

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動D/10_003

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    覚悟を決める?アーサーと戦う?
    できるのか、俺に?
    【ノワール (心の声)】
    …少し、気を紛らわせたいな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202274.html b/docs/story/202274.html index 806ecdc14..f7d910468 100644 --- a/docs/story/202274.html +++ b/docs/story/202274.html @@ -11,9 +11,25 @@

    1章/自由行動D/10_004

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    明日から学園祭みたいだけど
    モルドレッドも参加するんだろうか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202275.html b/docs/story/202275.html index a8d402d50..a46703338 100644 --- a/docs/story/202275.html +++ b/docs/story/202275.html @@ -11,9 +11,25 @@

    1章/自由行動D/11_001

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    …じっとしてると余計なことばかり考えてしまう
    なにかして気を紛らわせよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202276.html b/docs/story/202276.html index f3474a23c..2753b97b5 100644 --- a/docs/story/202276.html +++ b/docs/story/202276.html @@ -11,9 +11,25 @@

    1章/自由行動D/11_002

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ディナタンはマルディサントが看てくれてる
    大丈夫なはずだけど…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202277.html b/docs/story/202277.html index 235261ce6..5281b653b 100644 --- a/docs/story/202277.html +++ b/docs/story/202277.html @@ -11,9 +11,25 @@

    1章/自由行動D/11_003

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ハロウィンが近いからか
    街の雰囲気が少し変わったな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202278.html b/docs/story/202278.html index d65e4a275..9e39e349e 100644 --- a/docs/story/202278.html +++ b/docs/story/202278.html @@ -11,9 +11,25 @@

    1章/自由行動D/11_004

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ディナタンが調子悪いなら
    そのぶん俺が頑張らなきゃな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202279.html b/docs/story/202279.html index 00f691e7a..2ae41495d 100644 --- a/docs/story/202279.html +++ b/docs/story/202279.html @@ -11,9 +11,25 @@

    1章/自由行動D/11_005

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    最近ローマに動きがないように思うけど…
    喜んでいいことなのかな、これは
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202280.html b/docs/story/202280.html index 2231fc29e..af684b9c5 100644 --- a/docs/story/202280.html +++ b/docs/story/202280.html @@ -11,9 +11,25 @@

    1章/自由行動D/11_006

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ずっとディナタンに無理させてきたからな
    …もっと俺がしっかりしないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202281.html b/docs/story/202281.html index 40339219d..288d9766f 100644 --- a/docs/story/202281.html +++ b/docs/story/202281.html @@ -11,9 +11,25 @@

    1章/自由行動D/11_007

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    久しぶりの遠征になる
    しっかり準備しないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202282.html b/docs/story/202282.html index 37d9bfe3a..fcdb88722 100644 --- a/docs/story/202282.html +++ b/docs/story/202282.html @@ -11,9 +11,25 @@

    1章/自由行動D/11_008

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    期日まではもう少し時間がある
    やれるだけのことをやっておこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202283.html b/docs/story/202283.html index 5d3f87cbd..a6e811f68 100644 --- a/docs/story/202283.html +++ b/docs/story/202283.html @@ -11,9 +11,25 @@

    1章/自由行動D/11_009

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    さて
    今日はなにをしようか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202284.html b/docs/story/202284.html index b5ace5e46..083351823 100644 --- a/docs/story/202284.html +++ b/docs/story/202284.html @@ -11,9 +11,25 @@

    1章/自由行動D/11_010

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    イゾルデに迷惑をかけるわけにはいかない
    万全の準備で臨まないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202285.html b/docs/story/202285.html index 0f187162c..88796969d 100644 --- a/docs/story/202285.html +++ b/docs/story/202285.html @@ -11,6 +11,14 @@

    1章/自由行動D/11_011

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動D/11_011

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ランスロットたちは無事だろうか…?
    【ノワール (心の声)】
    最強騎士が後れを取るわけはないよな
    俺は俺のやるべきことをやっておこう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202286.html b/docs/story/202286.html index e9276483a..b9b1b0b8a 100644 --- a/docs/story/202286.html +++ b/docs/story/202286.html @@ -11,9 +11,25 @@

    1章/自由行動D/11_012

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    なにか
    やり忘れていることはなかったかな?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202287.html b/docs/story/202287.html index baf11f95e..faf370cfa 100644 --- a/docs/story/202287.html +++ b/docs/story/202287.html @@ -11,9 +11,25 @@

    1章/自由行動D/11_013

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ルーシャスの救助に向かうのは明日だ
    しっかり準備しておかないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202288.html b/docs/story/202288.html index fa69c9245..874398650 100644 --- a/docs/story/202288.html +++ b/docs/story/202288.html @@ -11,9 +11,25 @@

    1章/自由行動D/12_001

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ルーシャスの救助が成功してよかった
    今日は久々に自由な時間が過ごせるな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202289.html b/docs/story/202289.html index 22bc77eb1..00e43480e 100644 --- a/docs/story/202289.html +++ b/docs/story/202289.html @@ -11,6 +11,14 @@

    1章/自由行動D/12_002

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動D/12_002

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ランスロットがついてるんだ
    心配はいらないと思う、けど…
    【ノワール (心の声)】
    駄目だ駄目だ、変なことを考えるな
    少し外の空気を吸ってこよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202290.html b/docs/story/202290.html index 391386d36..e376147e3 100644 --- a/docs/story/202290.html +++ b/docs/story/202290.html @@ -11,6 +11,14 @@

    1章/自由行動D/12_003

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動D/12_003

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    アーサーが目指す未来と
    魔女が目指す未来、か…
    【ノワール (心の声)】
    どちらかは
    俺が目指す未来と交わるんだろうか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202291.html b/docs/story/202291.html index 66a5f7caf..a4400ae98 100644 --- a/docs/story/202291.html +++ b/docs/story/202291.html @@ -11,9 +11,25 @@

    1章/自由行動D/12_004

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    さて…
    今日はなにをしようかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202292.html b/docs/story/202292.html index acadd807c..d8d505e95 100644 --- a/docs/story/202292.html +++ b/docs/story/202292.html @@ -11,6 +11,14 @@

    1章/自由行動D/12_005

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動D/12_005

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ロンディニウムにアーサーが現れた?
    いったいなんのために…?
    【ノワール (心の声)】
    情報が足りない…!
    悔しいけど、今は待つしかないか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202293.html b/docs/story/202293.html index 428c47ea8..c6117bca2 100644 --- a/docs/story/202293.html +++ b/docs/story/202293.html @@ -11,9 +11,25 @@

    1章/自由行動D/12_006

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    今日はまだ時間があるな
    なにをして過ごそう…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202294.html b/docs/story/202294.html index d9e27b20a..88d210f4c 100644 --- a/docs/story/202294.html +++ b/docs/story/202294.html @@ -11,9 +11,25 @@

    1章/自由行動D/12_007

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    スノードンへ出発までほとんど時間がない
    やるべきことはすぐに済まさないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202295.html b/docs/story/202295.html index d3c4a8baf..c938f2ffc 100644 --- a/docs/story/202295.html +++ b/docs/story/202295.html @@ -11,6 +11,14 @@

    1章/自由行動D/12_008

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動D/12_008

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】

    ………
    【ノワール (心の声)】
    なにかしていないと…
    どんどん気持ちが滅入ってきてしまう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202296.html b/docs/story/202296.html index 0a9c0d29a..acd384642 100644 --- a/docs/story/202296.html +++ b/docs/story/202296.html @@ -11,9 +11,25 @@

    1章/自由行動D/12_009

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    なにか、しないと…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202297.html b/docs/story/202297.html index 15c96608a..c832fc0eb 100644 --- a/docs/story/202297.html +++ b/docs/story/202297.html @@ -11,9 +11,25 @@

    1章/自由行動D/12_010

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    伝えてやらなきゃ、アーサーに
    ここでの生活に勝るものなんてないって
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202298.html b/docs/story/202298.html index 52f0633db..8644c6674 100644 --- a/docs/story/202298.html +++ b/docs/story/202298.html @@ -11,6 +11,14 @@

    1章/自由行動D/12_011

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動D/12_011

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ここでの生活を捨てて
    みんなの笑顔から目を背けて
    【ノワール (心の声)】
    なんでだよ、アーサー…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202299.html b/docs/story/202299.html index 30b3ee683..e41ab1557 100644 --- a/docs/story/202299.html +++ b/docs/story/202299.html @@ -11,6 +11,14 @@

    1章/自由行動D/12_012

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動D/12_012

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    俺は騎士筆頭だ
    これからどうするべきか決断しなきゃ
    【ノワール (心の声)】
    その決断をする前に
    やり残したことを片づけておかないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202300.html b/docs/story/202300.html index 81e808ee9..78fa2ca21 100644 --- a/docs/story/202300.html +++ b/docs/story/202300.html @@ -11,9 +11,25 @@

    1章/自由行動D/12_013

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    もう少し…
    もう少し、時間が欲しい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202301.html b/docs/story/202301.html index 8101e667c..2220722aa 100644 --- a/docs/story/202301.html +++ b/docs/story/202301.html @@ -11,6 +11,14 @@

    1章/自由行動D/01_001

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動D/01_001

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    理解してるんだ
    いつまでも沈んでちゃ駄目だって
    【ノワール (心の声)】
    無理矢理にでも体を動かして
    気持ちを奮い立たせないと…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202302.html b/docs/story/202302.html index c8759a710..462ebb4e2 100644 --- a/docs/story/202302.html +++ b/docs/story/202302.html @@ -11,6 +11,14 @@

    1章/自由行動D/01_002

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動D/01_002

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    昨日の自由時間のおかげかな
    少し気持ちが軽くなった気がする
    【ノワール (心の声)】
    …よし
    今日も外の空気を吸ってこよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202303.html b/docs/story/202303.html index e0dfd12a6..8d304a666 100644 --- a/docs/story/202303.html +++ b/docs/story/202303.html @@ -11,9 +11,25 @@

    1章/自由行動D/01_003

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ギネヴィアを迎えに行くためにも
    準備はしっかりとしておかないとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202304.html b/docs/story/202304.html index 1f5646e14..ccabe16af 100644 --- a/docs/story/202304.html +++ b/docs/story/202304.html @@ -11,9 +11,25 @@

    1章/自由行動D/01_004

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    さて…
    今日はなにをしようかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202305.html b/docs/story/202305.html index 583fd0905..154f78d43 100644 --- a/docs/story/202305.html +++ b/docs/story/202305.html @@ -11,9 +11,25 @@

    1章/自由行動D/01_005

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    もう放課後か…
    このあとはなにをしようかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202306.html b/docs/story/202306.html index 3cfda6da2..862539607 100644 --- a/docs/story/202306.html +++ b/docs/story/202306.html @@ -11,9 +11,25 @@

    1章/自由行動D/01_006

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    あのルーシャスが励ましてくれたんだ
    弱音なんて吐かず、やれることをやらないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202307.html b/docs/story/202307.html index eefc7d32b..989405bfc 100644 --- a/docs/story/202307.html +++ b/docs/story/202307.html @@ -11,6 +11,14 @@

    1章/自由行動D/01_007

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動D/01_007

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    キャメリアードへ行くのはもう少し先か
    許されるならひとりででも行きたいけど…
    【ノワール (心の声)】
    そうもいかないよな
    今はおとなしく決行日を待とう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202308.html b/docs/story/202308.html index a68ea3164..bcb900782 100644 --- a/docs/story/202308.html +++ b/docs/story/202308.html @@ -11,6 +11,14 @@

    1章/自由行動D/01_008

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動D/01_008

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ギネヴィアに情けない顔は見せられないよな
    これまでどおり…
    【ノワール (心の声)】
    いや、これまで以上に
    元気な俺の姿を見せたい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202309.html b/docs/story/202309.html index 250c0261d..cee0701d8 100644 --- a/docs/story/202309.html +++ b/docs/story/202309.html @@ -11,9 +11,25 @@

    1章/自由行動D/01_009

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    なにか
    やり忘れていることはなかったかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202310.html b/docs/story/202310.html index ad021c75b..fe26a5956 100644 --- a/docs/story/202310.html +++ b/docs/story/202310.html @@ -11,9 +11,25 @@

    1章/自由行動D/01_010

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    「会いに行く」ってどういうことなんだろう?
    俺はログレスで待っていればいいのか…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202311.html b/docs/story/202311.html index 79e5120a3..f6582deb5 100644 --- a/docs/story/202311.html +++ b/docs/story/202311.html @@ -11,9 +11,25 @@

    1章/自由行動D/01_011

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ギネヴィア
    俺はいつまで待っていればいいんだ…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202312.html b/docs/story/202312.html index b46cc5f1d..2a91ed53f 100644 --- a/docs/story/202312.html +++ b/docs/story/202312.html @@ -11,9 +11,25 @@

    1章/自由行動D/01_012

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    待つんだ
    今は、ギネヴィアを信じて
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202313.html b/docs/story/202313.html index 9f57cf93c..1a3bc17c3 100644 --- a/docs/story/202313.html +++ b/docs/story/202313.html @@ -11,9 +11,25 @@

    1章/自由行動D/01_013

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    決戦の日は近い
    やり残したことはないだろうか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202314.html b/docs/story/202314.html index c7db36016..26924b3ff 100644 --- a/docs/story/202314.html +++ b/docs/story/202314.html @@ -11,6 +11,14 @@

    1章/エリアイベ/d1023_完了テキスト

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/エリアイベ/d1023_完了テキスト

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    あれ?
    ギネヴィアじゃないか
    101011001
    【ギネヴィア】
    や。ノワール
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202315.html b/docs/story/202315.html index 1ef47f33d..d0d7600ab 100644 --- a/docs/story/202315.html +++ b/docs/story/202315.html @@ -11,6 +11,14 @@

    1章/自由行動/06_014

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動/06_014

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    食事は体と心に栄養を染み渡らせるからな
    【ノワール (心の声)】
    そういう意味ではガレスとか
    料理人ってすごい存在だよな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202316.html b/docs/story/202316.html index 909c51022..0ff8c728a 100644 --- a/docs/story/202316.html +++ b/docs/story/202316.html @@ -11,9 +11,25 @@

    1章/自由行動/08_008

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    じりじりする時間が続くけど
    今は今の俺ができることをしよう…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202317.html b/docs/story/202317.html index d8ac1118d..656bdff7d 100644 --- a/docs/story/202317.html +++ b/docs/story/202317.html @@ -11,9 +11,25 @@

    1章/自由行動L/09_014

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    さて
    今日はなにをしようか?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202318.html b/docs/story/202318.html index e64f4c170..20bb3b6fa 100644 --- a/docs/story/202318.html +++ b/docs/story/202318.html @@ -11,9 +11,25 @@

    1章/自由行動D/11_014

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    ローマのことも気になるが
    今はやれることをやるしかないよな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202319.html b/docs/story/202319.html index 6a019b77d..80c27df09 100644 --- a/docs/story/202319.html +++ b/docs/story/202319.html @@ -11,9 +11,25 @@

    1章/自由行動D/11_015

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    午後はなにをしようか
    なんにせよ入念な準備は大切だからな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202320.html b/docs/story/202320.html index a9ce54331..1b95d6930 100644 --- a/docs/story/202320.html +++ b/docs/story/202320.html @@ -11,6 +11,14 @@

    1章/自由行動D/12_014

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    1章/自由行動D/12_014

    + + + + + + + +
    Load
    Play
    【ノワール (心の声)】
    俺はどうすればいい…
    ランスロットならうまく答えを出せるのか?
    【ノワール (心の声)】
    いや、俺は俺でやるしかないんだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202321.html b/docs/story/202321.html index b13524220..e00b4f350 100644 --- a/docs/story/202321.html +++ b/docs/story/202321.html @@ -11,6 +11,18 @@

    1章/メイン/L09月11日_週次バトル前会話修正版

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    1章/メイン/L09月11日_週次バトル前会話修正版

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    ノワール、頼みがある
    101009002
    【ノワール】
    いつも一言余計なんだよ…
    まあいいよ、すぐ行ってくる
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202322.html b/docs/story/202322.html index 74f04f3e2..3b54fa2c6 100644 --- a/docs/story/202322.html +++ b/docs/story/202322.html @@ -11,6 +11,18 @@

    1章/メイン/L10月27日_週次バトル前会話修正版

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    1章/メイン/L10月27日_週次バトル前会話修正版

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ケイ
    俺に用事があるってことだけど
    101040001
    【ケイ】
    今回も学園内を開放した
    すでに他の生徒達の退避も完了している
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202323.html b/docs/story/202323.html index fd779a3d5..3d5f74349 100644 --- a/docs/story/202323.html +++ b/docs/story/202323.html @@ -11,6 +11,18 @@

    1章/メイン/05月23日_週次バトル前会話修正版

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    1章/メイン/05月23日_週次バトル前会話修正版

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    キッスさんから連絡を受けてきた
    なにか任務があるんだって?
    101009002
    【ノワール】
    オーケー
    すぐに行ってくるよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202324.html b/docs/story/202324.html index 65bc2d3c9..3468fbf45 100644 --- a/docs/story/202324.html +++ b/docs/story/202324.html @@ -10,5 +10,25 @@

    導入/メイン/導入カット用ADV_1

    View script in lua -
    + + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202325.html b/docs/story/202325.html index e4d12c628..dbafa69e8 100644 --- a/docs/story/202325.html +++ b/docs/story/202325.html @@ -11,6 +11,18 @@

    導入/メイン/導入カット用ADV_2

    View script in lua + + + + + + + + + + + + @@ -100,5 +112,13 @@

    導入/メイン/導入カット用ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101059001
    【猫?】
    見下すな、仰ぎ見ろ
    ワタシに耳をかたむけよ
    101059001
    【アルハン】
    その稀少性(レアリティ)が力となる
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202326.html b/docs/story/202326.html index 87d8d2ec3..710afa060 100644 --- a/docs/story/202326.html +++ b/docs/story/202326.html @@ -11,6 +11,18 @@

    イベントクエスト/e0033/ADV_1

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    イベントクエスト/e0033/ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101059001
    【アルハン】
    準備ができたようだな
    101059001
    【アルハン】
    では行ってこい
    キサマならできると信じているぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202327.html b/docs/story/202327.html index d4d6f3e79..2275804da 100644 --- a/docs/story/202327.html +++ b/docs/story/202327.html @@ -11,6 +11,18 @@

    イベントクエスト/e0033/ADV_2

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    イベントクエスト/e0033/ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101059001
    【アルハン】
    見事だ
    予想通り…いや、予想以上の強さだな
    101059001
    【アルハン】
    引き続き、頑張ってくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202328.html b/docs/story/202328.html index 91a6b8d8b..4daaaaa5e 100644 --- a/docs/story/202328.html +++ b/docs/story/202328.html @@ -11,6 +11,18 @@

    1章/メイン/ウレリーと屋上_改修版

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    1章/メイン/ウレリーと屋上_改修版

    + + + + + + + +
    template1
    Load
    Play
    101068001
    【ウレリー】
    ノワールくん
    お昼まだなら屋上で一緒にお弁当を食べない?
    101068001
    【ウレリー】
    屋上でのお弁当はまた今度だね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202329.html b/docs/story/202329.html index f2e55686b..be14226a1 100644 --- a/docs/story/202329.html +++ b/docs/story/202329.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リアム_ランクアップ2_2

    View script in lua + + + + + + + + + + + + @@ -61,6 +73,15 @@

    1章/コミュ/x0401_リアム_ランクアップ2_2

    + + + + + + + + + @@ -76,6 +97,10 @@

    1章/コミュ/x0401_リアム_ランクアップ2_2

    + + + + @@ -106,6 +131,10 @@

    1章/コミュ/x0401_リアム_ランクアップ2_2

    + + + + @@ -170,5 +199,13 @@

    1章/コミュ/x0401_リアム_ランクアップ2_2

    + + + + + + + +
    template1
    Load
    Play
    101023001
    【クラリス】
    ふわわ~、ノワールくんじゃないですか~
    いらっしゃいませ~
    【クラリス】
    とっても優しくて
    いい方ですよ~
    101009002
    【(選択肢)】
    1. 確かに優しそうだな
    2. ちょっとアヤシイ
    Block1_1
    101009002
    【ノワール】
    確かに優しそうだな
    このあいだも街の人の手伝いもしてたし
    【クラリス】
    街のみなさんも
    リアム様のことを大好きだと思いますよ~
    Block1_2
    101009002
    【ノワール】
    優しい、か…
    実はちょっとアヤシイと思ってるんだ、俺
    【ノワール】
    ご、ごめん…
    Block1end
    101009002
    【ノワール】
    優しいって答えはなんとなく想像できてた
    他にも教えてくれ、リアムさんのこと
    101009002
    【ノワール】
    そっか。ありがとう
    ちょっと行って来る
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202330.html b/docs/story/202330.html index a173f14c0..a70b4e1ad 100644 --- a/docs/story/202330.html +++ b/docs/story/202330.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リアム_ランクアップ2_3

    View script in lua + + + + + + + + + + + + @@ -120,5 +132,13 @@

    1章/コミュ/x0401_リアム_ランクアップ2_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    あ!
    101009002
    【ノワール】
    せっかくもらったし
    このハーブ、部屋で育ててみるか…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202331.html b/docs/story/202331.html index fb87f911a..bef245fe1 100644 --- a/docs/story/202331.html +++ b/docs/story/202331.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リアム_ランクアップ3_2

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    1章/コミュ/x0401_リアム_ランクアップ3_2

    + + + + + + + + + @@ -66,6 +87,10 @@

    1章/コミュ/x0401_リアム_ランクアップ3_2

    + + + + @@ -86,6 +111,10 @@

    1章/コミュ/x0401_リアム_ランクアップ3_2

    + + + + @@ -140,5 +169,13 @@

    1章/コミュ/x0401_リアム_ランクアップ3_2

    + + + + + + + +
    template1
    Load
    Play
    101064001
    【リアム】
    それで、ハーブについて聞きたいこと
    というのは?
    【リアム】
    ですが、だからこそハーブ栽培への挑戦は
    あなたの精神的な成長に役立ってくれるはずです
    101009002
    【(選択肢)】
    1. やってみる
    2. やめようかな
    Block1_1
    101009002
    【ノワール】
    そうか
    よし!挑戦してみるよ、俺
    【リアム】
    なんでも聞いてください
    私の知りうることであればお教えいたします
    Block1_2
    101009002
    【ノワール】
    なんか自信なくなってきた…
    やめようかな
    【リアム】
    私が初歩からレクチャーして差し上げます
    ハーブ栽培に挑戦してみてください
    Block1end
    101009002
    【ノワール】
    でも、そんなに大変なことを
    タダで教えてもらうのも悪い気がする
    101009002
    【ノワール】
    えっ、今日からなのか!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202332.html b/docs/story/202332.html index 7ddd1e0b6..71c9e647f 100644 --- a/docs/story/202332.html +++ b/docs/story/202332.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リアム_ランクアップ3_3

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/コミュ/x0401_リアム_ランクアップ3_3

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/コミュ/x0401_リアム_ランクアップ3_3

    + + + + @@ -76,6 +101,10 @@

    1章/コミュ/x0401_リアム_ランクアップ3_3

    + + + + @@ -100,5 +129,13 @@

    1章/コミュ/x0401_リアム_ランクアップ3_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    はぁ、あれで最後か…
    ひとの話を聞くだけでも疲れるもんなんだな
    【クラリス】
    リアム様に言われてるんです~
    101009002
    【(選択肢)】
    1. ありがとう
    2. リアムさんじゃないのか
    Block1_1
    101009002
    【ノワール】
    ありがとう
    自分の仕事があるだろうに、悪いな
    【クラリス】
    ノワールくんのお役に立てるのは
    わたしもとっても嬉しいので~
    Block1_2
    101009002
    【ノワール】
    リアムさんが
    教えてくれるんじゃないのか…
    【クラリス】
    それに、誰かに教えることは
    わたしにとっても良い経験になるって
    Block1end
    101023001
    【クラリス】
    わたしもリアムさんから
    ハーブのお世話のしかたを教わってるんです~
    101023001
    【クラリス】
    それではクラリス特別ハーブ講座
    始まり始まり~です~!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202333.html b/docs/story/202333.html index c9ccb1082..8539eeabd 100644 --- a/docs/story/202333.html +++ b/docs/story/202333.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リアム_ランクアップ4_2

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/コミュ/x0401_リアム_ランクアップ4_2

    + + + + + + + + + @@ -71,6 +92,10 @@

    1章/コミュ/x0401_リアム_ランクアップ4_2

    + + + + @@ -86,6 +111,10 @@

    1章/コミュ/x0401_リアム_ランクアップ4_2

    + + + + @@ -145,5 +174,13 @@

    1章/コミュ/x0401_リアム_ランクアップ4_2

    + + + + + + + +
    template1
    Load
    Play
    【薬草屋の息子】
    いやぁ、リアム様たちに来てもらえて
    助かりました
    【薬草屋の息子】
    リアム様が父の話し相手になってくださるのが
    とても助かってます
    101009002
    【(選択肢)】
    1. 俺がもらった種もここで?
    2. 親切なんだな
    Block1_1
    101009002
    【ノワール】
    俺がもらったハーブの種も
    ここで買ったものなのか?
    【ノワール】
    はははっ
    Block1_2
    101009002
    【ノワール】
    そこまでしてるのか
    親切なんだな
    【リアム】
    …もっとも、ハーブに関しては
    趣味の延長線上であることは否めませんけどね
    Block1end
    101009002
    【ノワール】
    俺も手伝いに来た以上は頑張ったつもりだけど
    リアムさんの足手まといになっちゃったかな
    101064001
    【リアム】
    では、今日はこのあたりで
    解散にしましょうか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202334.html b/docs/story/202334.html index 392fb080c..020bc76b9 100644 --- a/docs/story/202334.html +++ b/docs/story/202334.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リアム_ランクアップ5_2

    View script in lua + + + + + + + + + + + + @@ -116,6 +128,15 @@

    1章/コミュ/x0401_リアム_ランクアップ5_2

    + + + + + + + + + @@ -131,6 +152,10 @@

    1章/コミュ/x0401_リアム_ランクアップ5_2

    + + + + @@ -151,6 +176,10 @@

    1章/コミュ/x0401_リアム_ランクアップ5_2

    + + + + @@ -200,5 +229,13 @@

    1章/コミュ/x0401_リアム_ランクアップ5_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    うーん…
    【リアム】
    国家や権力に反対意見を申し上げたり
    似たような考えの持ち主と議論を戦わせたりです
    101009002
    【(選択肢)】
    1. 怖かった
    2. 意外だな
    Block1_1
    101009002
    【ノワール】
    正直、あのときのリアムさん…
    ちょっと怖かった
    【リアム】
    私もまだまだですね…
    Block1_2
    101009002
    【ノワール】
    意外だな…
    今の姿からは想像つかない
    【ノワール】
    街のみんなが知ったら
    きっとひっくり返る
    Block1end
    101064001
    【リアム】
    貴方だから特別にお教えしました
    むやみに口外することなきようお願いしますよ
    101009002
    【ノワール】
    あ、ああ、うん…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202335.html b/docs/story/202335.html index 8f4694516..b5f94156c 100644 --- a/docs/story/202335.html +++ b/docs/story/202335.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リアム_ランクアップ5_3

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    1章/コミュ/x0401_リアム_ランクアップ5_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ふう、今日も疲れたな…
    101009002
    【ノワール】
    あとでリアムさんかクラリスに
    詳しく話を聞きに行かなくちゃ…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202336.html b/docs/story/202336.html index 4cb548535..6fb318f33 100644 --- a/docs/story/202336.html +++ b/docs/story/202336.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リアム_ランクアップ6_2

    View script in lua + + + + + + + + + + + + @@ -66,6 +78,15 @@

    1章/コミュ/x0401_リアム_ランクアップ6_2

    + + + + + + + + + @@ -86,6 +107,10 @@

    1章/コミュ/x0401_リアム_ランクアップ6_2

    + + + + @@ -116,6 +141,10 @@

    1章/コミュ/x0401_リアム_ランクアップ6_2

    + + + + @@ -266,6 +295,15 @@

    1章/コミュ/x0401_リアム_ランクアップ6_2

    + + + + + + + + + @@ -281,6 +319,10 @@

    1章/コミュ/x0401_リアム_ランクアップ6_2

    + + + + @@ -296,6 +338,10 @@

    1章/コミュ/x0401_リアム_ランクアップ6_2

    + + + + @@ -330,5 +376,13 @@

    1章/コミュ/x0401_リアム_ランクアップ6_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    実は、蕾がついたんだよ
    あのハーブ!
    【リアム】
    はい。名人と呼ばれる方が
    「最後はハーブの気分次第」と仰るくらいです
    101009002
    【(選択肢)】
    1. 楽しくなってきた
    2. もしかして…俺ってすごい?
    Block1_1
    101009002
    【ノワール】
    へえ…!なんだか嬉しいな
    ハーブ栽培、楽しくなってきたよ
    【リアム】
    私としても
    勧めた甲斐があるというものです
    Block1_2
    101009002
    【ノワール】
    もしかして…俺ってすごい?
    【リアム】
    本当です
    Block1end
    101009002
    【ノワール】
    蕾が付いたってことは
    順調にいけば花が咲くってことだよな
    【リアム】
    今思えば、先生はそのことを学ばせるために
    私にハーブの世話を手伝わせたのかもしれません
    101009002
    【(選択肢)】
    1. いい先生だったんだな
    2. 偶然じゃないか?
    Block2_1
    101009002
    【ノワール】
    いい先生だったんだな
    【リアム】
    ハーブの栽培以外にも
    さまざまなことを教えてもらいましたよ
    Block2_2
    101009002
    【ノワール】
    いや、それはさすがに考えすぎというか
    ただの偶然じゃないか?
    【リアム】
    偶然であろうとなかろうと
    大切なことを学べたのは事実ですから
    Block2end
    101009002
    【ノワール】
    その先生は今どこに?
    101064001
    【リアム】
    ――まったく。最期まで
    人間とハーブが同じである必要はないのに…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202337.html b/docs/story/202337.html index 23a323687..69768c68f 100644 --- a/docs/story/202337.html +++ b/docs/story/202337.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リアム_ランクアップ7_2

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/コミュ/x0401_リアム_ランクアップ7_2

    + + + + + + + + + @@ -66,6 +87,10 @@

    1章/コミュ/x0401_リアム_ランクアップ7_2

    + + + + @@ -81,6 +106,10 @@

    1章/コミュ/x0401_リアム_ランクアップ7_2

    + + + + @@ -200,5 +229,13 @@

    1章/コミュ/x0401_リアム_ランクアップ7_2

    + + + + + + + +
    template1
    Load
    Play
    101064001
    【リアム】
    失礼
    少々意外だったのです
    【リアム】
    先ほど貴方はハーブの栽培よりも先に
    なにか手伝えることはないか、と私に尋ねた
    101009002
    【(選択肢)】
    1. 言われるまで気づかなかった
    2. ハーブのことも聞くつもりだった
    Block1_1
    101009002
    【ノワール】
    それは確かに…
    言われるまで気づかなかった
    【リアム】
    騎士にしておくのが
    もったいないほどの博愛精神ですね
    Block1_2
    101009002
    【ノワール】
    そ、それは…手伝ったあとに
    ハーブのことを聞くつもりだったんだ
    【ノワール】
    だ、だから!
    なにか俺に手伝えることはないか?
    Block1end
    101064001
    【リアム】
    ノワールさん
    101009002
    【ノワール】
    うっ!?
    む、ムシか…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202338.html b/docs/story/202338.html index 5b69c57fb..8a52782fd 100644 --- a/docs/story/202338.html +++ b/docs/story/202338.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リアム_ランクアップ7_3

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/コミュ/x0401_リアム_ランクアップ7_3

    + + + + + + + + + @@ -56,6 +77,10 @@

    1章/コミュ/x0401_リアム_ランクアップ7_3

    + + + + @@ -71,6 +96,10 @@

    1章/コミュ/x0401_リアム_ランクアップ7_3

    + + + + @@ -80,5 +109,13 @@

    1章/コミュ/x0401_リアム_ランクアップ7_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    そういえば、さっき聞きそびれたけど
    リアムさんとモルドレッドは知り合いなのか?
    【リアム】
    そこから何度か街ですれ違ったことがあります
    …その程度の関係ですよ
    101009002
    【(選択肢)】
    1. どっちが勝ったんだ?
    2. ムシの話はもうやめよう
    Block1_1
    101009002
    【ノワール】
    それで…
    どっちが勝ったんだ?
    【リアム】
    私はムシをはらっただけです
    そこに勝ち負けはありませんよ
    Block1_2
    101009002
    【ノワール】
    あの、リアムさん…
    実は俺、ムシの類が苦手でさ
    【リアム】
    ああ、それは失礼しました
    あとは私がやっておきますので
    Block1end
    101009002
    【ノワール】
    (モルドレッドに
    リアムさんのことを聞くのは…)
    101009002
    【ノワール】
    (やめておいたほうがよさそうだな)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202339.html b/docs/story/202339.html index cb3092823..5161e9933 100644 --- a/docs/story/202339.html +++ b/docs/story/202339.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リアム_ランクアップ8_2

    View script in lua + + + + + + + + + + + + @@ -215,5 +227,13 @@

    1章/コミュ/x0401_リアム_ランクアップ8_2

    + + + + + + + +
    template1
    Load
    Play
    101064001
    【リアム】
    ノワールさん、お疲れ様でした
    今日はこのあたりにして大聖堂に戻りましょうか
    101064001
    【リアム】
    ここでは街の方の目があります
    大聖堂に行きましょうか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202340.html b/docs/story/202340.html index 1e7dc82d1..691a406b5 100644 --- a/docs/story/202340.html +++ b/docs/story/202340.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リアム_ランクアップ8_3

    View script in lua + + + + + + + + + + + + @@ -155,5 +167,13 @@

    1章/コミュ/x0401_リアム_ランクアップ8_3

    + + + + + + + +
    template1
    Load
    Play
    101064001
    【リアム】
    それで…なにからお話ししましょうか
    101064001
    【リアム】
    困りましたね…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202341.html b/docs/story/202341.html index aef4f2f6d..4e7dc7ed9 100644 --- a/docs/story/202341.html +++ b/docs/story/202341.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リアム_ランクアップ9_2

    View script in lua + + + + + + + + + + + + @@ -116,6 +128,15 @@

    1章/コミュ/x0401_リアム_ランクアップ9_2

    + + + + + + + + + @@ -131,6 +152,10 @@

    1章/コミュ/x0401_リアム_ランクアップ9_2

    + + + + @@ -146,6 +171,10 @@

    1章/コミュ/x0401_リアム_ランクアップ9_2

    + + + + @@ -250,5 +279,13 @@

    1章/コミュ/x0401_リアム_ランクアップ9_2

    + + + + + + + +
    template1
    Load
    Play
    101064001
    【リアム】
    今日はここまでにしておきましょうか
    ノワールさん、お疲れ様でした
    【リアム】
    その言葉を聞いて
    私は司祭になることを決意したのです
    101009002
    【(選択肢)】
    1. 喜んでいるだろうな、先生
    2. 仲間たちはどうなったんだ?
    Block1_1
    101009002
    【ノワール】
    きっと喜んでいるだろうな、先生は
    【リアム】
    …そう、だといいのですが
    Block1_2
    101009002
    【ノワール】
    じゃあ、そのあとは
    黒牙団の仲間とは会ってないのか
    【リアム】
    私が言えた義理かはわかりませんが…
    生きていてくれることを願っています
    Block1end
    101009002
    【ノワール】
    けど、寄り添う心が大事なら
    昔の仲間に寄り添うことも必要じゃないか?
    101009002
    【ノワール】
    もちろんだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202342.html b/docs/story/202342.html index d9e37a9db..a56d65e91 100644 --- a/docs/story/202342.html +++ b/docs/story/202342.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リアム_ランクアップ9_3

    View script in lua + + + + + + + + + + + + @@ -66,6 +78,15 @@

    1章/コミュ/x0401_リアム_ランクアップ9_3

    + + + + + + + + + @@ -96,6 +117,10 @@

    1章/コミュ/x0401_リアム_ランクアップ9_3

    + + + + @@ -111,6 +136,10 @@

    1章/コミュ/x0401_リアム_ランクアップ9_3

    + + + + @@ -205,5 +234,13 @@

    1章/コミュ/x0401_リアム_ランクアップ9_3

    + + + + + + + +
    template1
    Load
    Play
    【キース】
    リアム!?
    【リアム】
    私の友人です。これでも円卓の騎士ですからね
    甘く見ないほうが身のためですよ
    101009002
    【(選択肢)】
    1. (ふつうに自己紹介する)
    2. (かっこつけて自己紹介する)
    Block1_1
    101009002
    【ノワール】
    どうも、はじめまして
    ノワールって言います
    【リアム】
    やれやれ
    相変わらずゲンキンですね、ふたりは…
    Block1_2
    101009002
    【ノワール】
    おうおうおう!俺の名はノワール!
    ナメたクチ利きやがったら痛ぇ目に遭わせんぞ?
    【ノワール】
    すみません…
    Block1end
    【キース】
    で、リアム。あらためて聞くがよ
    なんでここに来たんだ?
    【ロッシー】
    決行日が決まったら連絡すっからよ
    もう少し待っていてくれや
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202343.html b/docs/story/202343.html index a5f2364f0..611c34298 100644 --- a/docs/story/202343.html +++ b/docs/story/202343.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リアム_ランクアップ10_2

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    1章/コミュ/x0401_リアム_ランクアップ10_2

    + + + + + + + +
    template1
    Load
    Play
    【ロッシー】
    お、来た来た
    ヤツらのアジトを特定できたんだ
    101064001
    【リアム】
    先生…
    今一度、黒き牙を剥くことをお許しください…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202344.html b/docs/story/202344.html index 0f35c0f8d..1b2e2db79 100644 --- a/docs/story/202344.html +++ b/docs/story/202344.html @@ -11,11 +11,32 @@

    1章/コミュ/x0401_リアム_ランクアップ10_3

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -31,6 +52,10 @@

    1章/コミュ/x0401_リアム_ランクアップ10_3

    + + + + @@ -51,6 +76,10 @@

    1章/コミュ/x0401_リアム_ランクアップ10_3

    + + + + @@ -240,5 +269,13 @@

    1章/コミュ/x0401_リアム_ランクアップ10_3

    + + + + + + + +
    template1
    Load
    Play
    401041001
    【ゴロツキA】
    なんだぁ、テメェらは?
    101009002
    【(選択肢)】
    1. 通りすがりの正義の味方だ
    2. ログレスの住人に迷惑をかけるな
    Block1_1
    101009002
    【ノワール】
    通りすがりの正義の味方だ
    【ノワール】
    (変な合いの手を入れられると
    決まるものも決まらないじゃないか…)
    Block1_2
    101009002
    【ノワール】
    ログレスの住人に迷惑をかけるのはやめろ
    【ゴロツキB】
    こちとら黒牙団だぜ?
    Block1end
    101064001
    【リアム】
    私たちの名を騙って
    ずいぶんと好き勝手してくれたようですが
    101064001
    【リアム】
    いつでも、お待ちしていますよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202345.html b/docs/story/202345.html index b228ac140..1a168e3d0 100644 --- a/docs/story/202345.html +++ b/docs/story/202345.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リアム_ランクアップ10_4

    View script in lua + + + + + + + + + + + + @@ -205,5 +217,13 @@

    1章/コミュ/x0401_リアム_ランクアップ10_4

    + + + + + + + +
    template1
    Load
    Play
    【キース】
    ファ~…。あくびが出るくらい楽勝だったな
    オレら3人だけで問題なかったくらいだ
    101064001
    【リアム】
    今日もみなさんが悩みの相談に来るはずですよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202346.html b/docs/story/202346.html index 056d67648..fc20be7e8 100644 --- a/docs/story/202346.html +++ b/docs/story/202346.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ2_2

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ2_2

    + + + + + + + + + @@ -36,6 +57,10 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ2_2

    + + + + @@ -51,6 +76,10 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ2_2

    + + + + @@ -76,6 +105,10 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ2_2

    + + + + @@ -250,5 +283,13 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ2_2

    + + + + + + + +
    template1
    Load
    Play
    101066001
    【ブレイズ】
    さて…まずはワシがどんな研究をしているか
    説明をしようかのう
    【ブレイズ】
    ワシはここでバルバロイや継承者について
    その生態を解明しようと日々研究しておるのじゃ
    101009002
    【(選択肢)】
    1. どうして学園で研究を?
    2. 継承者について研究って?
    3. へえ、すごいんだな
    Block1_1
    101009002
    【ノワール】
    どうして学園で研究を?
    【ブレイズ】
    バルバロイに対抗し得る力を持つ者が集まる
    この学園なら、研究もはかどると思ってのう
    Block1_2
    101009002
    【ノワール】
    継承者について研究って?
    【ブレイズ】
    ゆえに継承者についても研究せねばならんのじゃ
    バルバロイ研究の一環としてな
    Block1_3
    101009002
    【ノワール】
    へえ、すごいんだな
    【ブレイズ】
    ふぉっふぉ
    大人に生意気なことを言うのは子供の特権じゃな
    Block1end
    101066001
    【ブレイズ】
    後はそうじゃなあ
    オブリヴィエについても研究しておる
    101066001
    【ブレイズ】
    それじゃ、本格的な研究は
    次から始めるとしよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202347.html b/docs/story/202347.html index a20eceba2..33d2a01d7 100644 --- a/docs/story/202347.html +++ b/docs/story/202347.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ3_2

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ3_2

    + + + + + + + + + @@ -66,6 +87,10 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ3_2

    + + + + @@ -86,6 +111,10 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ3_2

    + + + + @@ -265,5 +294,13 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ3_2

    + + + + + + + +
    template1
    Load
    Play
    101066001
    【ブレイズ】
    それじゃ…まずはこいつからいくかのう
    ほれ、この剣を持ってみい
    【ノワール】
    えええ…
    101009002
    【(選択肢)】
    1. よし!
    2. 無理だ
    Block1_1
    101009002
    【ノワール】
    よし!それじゃ…
    【ブレイズ】
    だが、なにごともやってみようとする
    その心意気やよしじゃ!
    Block1_2
    101009002
    【ノワール】
    そんなこと無理だ!
    【ブレイズ】
    簡単に諦めるのはよくないとワシは思うぞ
    どんな状況でも足掻いていかんとな
    Block1end
    101066001
    【ブレイズ】
    うーむ。これが一番やりたかったんじゃが
    まぁしかたないのう
    101009002
    【ノワール】
    いや、俺はいいって…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202348.html b/docs/story/202348.html index 8a628ab53..ffe258156 100644 --- a/docs/story/202348.html +++ b/docs/story/202348.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ4_2

    View script in lua + + + + + + + + + + + + @@ -181,6 +193,15 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ4_2

    + + + + + + + + + @@ -201,6 +222,10 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ4_2

    + + + + @@ -221,6 +246,10 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ4_2

    + + + + @@ -365,5 +394,13 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ4_2

    + + + + + + + +
    template1
    Load
    Play
    101066001
    【ブレイズ】
    よしよし、それじゃ早速研究を…
    【ブレイズ】
    ワシはいったい…!
    101009002
    【(選択肢)】
    1. 大丈夫か?
    2. もうひとついっとく?
    Block1_1
    101009002
    【ノワール】
    大丈夫か?
    【ノワール】
    それだけ口が回れば大丈夫だな
    Block1_2
    101009002
    【ノワール】
    もうひとついっとく?
    【ノワール】
    あんたにだけは言われたくないんだが…
    Block1end
    101066001
    【ブレイズ】
    マーリン!おぬしはまた師匠の口に
    スイーツなんぞを突っ込んでからに~!
    101020001
    【マーリン】
    そのときをお待ちください
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202349.html b/docs/story/202349.html index 941f254d2..4b45be015 100644 --- a/docs/story/202349.html +++ b/docs/story/202349.html @@ -11,6 +11,14 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ5_2

    View script in lua + + + + + + + + @@ -21,6 +29,15 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ5_2

    + + + + + + + + + @@ -36,6 +53,10 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ5_2

    + + + + @@ -51,6 +72,10 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ5_2

    + + + + @@ -225,5 +250,13 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ5_2

    + + + + + + + +
    Load
    Play
    101066001
    【ブレイズ】
    うむ、このあたりでいいじゃろう
    【ノワール】
    このあたりって…
    101009001
    【(選択肢)】
    1. 危険じゃないか?
    2. 巻き込まれない場所にいてくれ
    Block1_1
    101009001
    【ノワール】
    危険じゃないか?このあたりは盗賊に魔物
    それにバルバロイもよく確認されてるし…
    【ノワール】
    まぁ、あんたがそう言うならいいけどさ
    Block1_2
    101009001
    【ノワール】
    大丈夫なのか?
    あんたも戦闘に巻き込まれるかもしれないぞ
    【ブレイズ】
    だが心配ご無用じゃ!とっとと行くぞ!
    Block1end
    101066001
    【ブレイズ】
    さてさて、どんなバルバロイが出るのかの~♪
    101009001
    【ノワール】
    あぁ、わかったよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202350.html b/docs/story/202350.html index b680962e1..93891538b 100644 --- a/docs/story/202350.html +++ b/docs/story/202350.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ6_2

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,15 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ6_2

    + + + + + + + + + @@ -51,6 +72,10 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ6_2

    + + + + @@ -66,6 +91,10 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ6_2

    + + + + @@ -230,5 +259,13 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ6_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    今日は
    どんな研究を手伝えばいいんだ?
    【ブレイズ】
    んん?すごいって、なにがじゃ
    101009002
    【(選択肢)】
    1. あんたの魔法が
    2. あんたの興奮ぶりが
    Block1_1
    101009002
    【ノワール】
    あんたの魔法がだよ
    あんなにたくさんの魔物を一瞬で片付けるなんて
    【ノワール】
    そんなレベルじゃなかったと思うけど
    Block1_2
    101009002
    【ノワール】
    あんたの興奮ぶりがだよ
    魔物が近づいてもしばらく気づかないし…
    【ノワール】
    一時はどうなるかと思ったよ
    まぁ、魔物はあんたが全部倒しちまったけど
    Block1end
    101009002
    【ノワール】
    …あんたって本当に大魔法使いだったんだな
    101009002
    【ノワール】
    ひょっとして
    仲間の話を、覚えてない………?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202351.html b/docs/story/202351.html index 41ccea0b3..5fd1705eb 100644 --- a/docs/story/202351.html +++ b/docs/story/202351.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ7_2

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ7_2

    + + + + + + + +
    template1
    Load
    Play
    101066001
    【ブレイズ】
    すまんが、ちょっと用があってのう
    話はまた今度にしてもらえるか?
    101009002
    【ノワール】
    えっ?
    …あぁ、わかった
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202352.html b/docs/story/202352.html index 79384bb3a..d9d1a6091 100644 --- a/docs/story/202352.html +++ b/docs/story/202352.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ7_3

    View script in lua + + + + + + + + + + + + @@ -130,5 +142,13 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ7_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ブレイズ先生、なんかいつもと様子が違ったな
    いつもはもっと飄々としてるっていうか…
    101009002
    【ノワール】
    ………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202353.html b/docs/story/202353.html index a4a027ce5..ee6cd8d8b 100644 --- a/docs/story/202353.html +++ b/docs/story/202353.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ7_4

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ7_4

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ7_4

    + + + + @@ -81,6 +106,10 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ7_4

    + + + + @@ -96,6 +125,15 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ7_4

    + + + + + + + + + @@ -121,6 +159,10 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ7_4

    + + + + @@ -146,6 +188,10 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ7_4

    + + + + @@ -205,5 +251,13 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ7_4

    + + + + + + + +
    template1
    Load
    Play
    101066001
    【ブレイズ】
    ワシの仮説が正しければ
    バルバロイが喰らった記憶の行先は――
    【ノワール】
    (全然気づかないな…
    よっぽど集中しているみたいだ)
    101009002
    【(選択肢)】
    1. 大声で呼びかける
    2. 肩を叩く
    Block1_1
    101009002
    【ノワール】
    ブレイズ先生!!!!!!!!!!
    【ノワール】
    やっと気づいてくれたみたいだな
    Block1_2
    101009002
    【ノワール】
    ブレイズ先生!
    【ブレイズ】
    すまんすまん、集中しておったもんでな
    Block1end
    101066001
    【ブレイズ】
    まったく…で、どうしたんじゃ
    そんなにワシと話がしたかったのか?
    【ブレイズ】
    ほう。もしや、マーリンになにか言われたか?
    あの子も心配性じゃのう
    101009002
    【(選択肢)】
    1. 当前のことだ
    2. 俺だって心配だ
    Block2_1
    101009002
    【ノワール】
    弟子が師匠のことを心配するのは当然だろ
    【ブレイズ】
    …いや。こっちの話じゃ
    Block2_2
    101009002
    【ノワール】
    マーリンさんだけじゃない
    俺だって心配してる
    【ブレイズ】
    おぬしがいい子であればあるほど
    胸が痛むかもしれんな
    Block2end
    101066001
    【ブレイズ】
    悪いが、今ちょっと手が離せないんじゃ
    来る『淘汰』に備え、ワシは急がねばならん
    101066001
    【ブレイズ】
    すまんな
    マーリンには上手いこと言っておいてくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202354.html b/docs/story/202354.html index c16342fda..bb53a5178 100644 --- a/docs/story/202354.html +++ b/docs/story/202354.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ8_2

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ8_2

    + + + + + + + + + @@ -36,6 +57,10 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ8_2

    + + + + @@ -51,6 +76,10 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ8_2

    + + + + @@ -235,5 +264,13 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ8_2

    + + + + + + + +
    template1
    Load
    Play
    101066001
    【ブレイズ】
    ワシはかつて、冒険者仲間とパーティを組み
    世界を股にかけた大冒険をしておった
    【ブレイズ】
    おぬしは信じぬかもしれんが
    ワシって本当にすごい大魔法使いだったんじゃぞ
    101009002
    【(選択肢)】
    1. 信じる
    2. 信じられない
    Block1_1
    101009002
    【ノワール】
    信じるよ
    実際、あんたの魔法はすごかった
    【ブレイズ】
    信じられな~い!って言われる準備しとったのに
    ワシ、ちょっと拍子抜けじゃ
    Block1_2
    101009002
    【ノワール】
    本音を言うと信じられない
    今のあんたを見てるとさ
    【ブレイズ】
    ふぉっふぉっふぉ
    論より証拠ってやつじゃのう
    Block1end
    101009002
    【ノワール】
    ってことは、あんたが話してた冒険の話は
    全部本当にあったことなんだよな
    101066001
    【ブレイズ】
    もし気が向いたら覚えておいてくれ
    偉大な魔法使いとその仲間の冒険譚をな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202355.html b/docs/story/202355.html index ba14ab5b5..8adf30a51 100644 --- a/docs/story/202355.html +++ b/docs/story/202355.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ9_2

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ9_2

    + + + + + + + + + @@ -61,6 +82,10 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ9_2

    + + + + @@ -81,6 +106,10 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ9_2

    + + + + @@ -215,5 +244,13 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ9_2

    + + + + + + + +
    template1
    Load
    Play
    101066001
    【ブレイズ】
    今回はなるべくすぐに倒さんでくれ
    ダメージを受けたバルバロイを観察したいんじゃ
    【ブレイズ】
    どうじゃ、いけそうかのう?
    101009001
    【(選択肢)】
    1. ああ、わかった
    2. 面倒くさいな
    Block1_1
    101009001
    【ノワール】
    ああ、わかった
    任せてくれ
    【ノワール】
    (自分で言うのか…)
    Block1_2
    101009001
    【ノワール】
    面倒くさいな…
    【ブレイズ】
    なんだかんだ付き合ってくれるんじゃから
    おぬしってば人がいいのう
    Block1end
    101009001
    【ノワール】
    ふぅ…こんな感じでどうだ?
    101066001
    【ブレイズ】
    若者の期待に応えるためにも
    これは気張らんといかんのう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202356.html b/docs/story/202356.html index 4a501f0ea..5c328b553 100644 --- a/docs/story/202356.html +++ b/docs/story/202356.html @@ -11,11 +11,32 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ10_2

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -31,6 +52,10 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ10_2

    + + + + @@ -46,6 +71,10 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ10_2

    + + + + @@ -165,5 +194,13 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ10_2

    + + + + + + + +
    template1
    Load
    Play
    101066001
    【ブレイズ】
    どうじゃ、この髭!
    ばっちりじゃろ~!?
    101009002
    【(選択肢)】
    1. ちょっとわかんない
    2. 確かに、バッチリだ
    Block1_1
    101009002
    【ノワール】
    ごめん
    俺にはちょっとよくわからない
    【ノワール】
    うーん…言われてみれば確かに
    このあいだよりも整えられてるような…?
    Block1_2
    101009002
    【ノワール】
    確かに、バッチリだ
    【ノワール】
    (本当は違いなんか、わかんないけどな)
    Block1end
    101066001
    【ブレイズ】
    おぬしがワシの髭を気にしておったと
    マーリンに聞いてのう
    101009002
    【ノワール】
    か、勘弁してくれ~!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202357.html b/docs/story/202357.html index a06c91e61..bee17f616 100644 --- a/docs/story/202357.html +++ b/docs/story/202357.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_リアム_ランクアップ1_2

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    1章/コミュ/x0401_リアム_ランクアップ1_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ついついマスターと話し込んでしまった…
    ディナタン、怒ってるかな
    101009002
    【ノワール】
    リアムさん…?
    いや、まさかな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202358.html b/docs/story/202358.html index e8c7c3342..bf91d61d3 100644 --- a/docs/story/202358.html +++ b/docs/story/202358.html @@ -11,6 +11,18 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ7_5

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    1章/コミュ/x0401_ブレイズ_ランクアップ7_5

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    マーリンさんの言うように
    ずいぶん根を詰めてるみたいだな
    101009002
    【ノワール】
    けど、なぜそこまで必死に研究を…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202359.html b/docs/story/202359.html index 00f03db05..66fd14e2f 100644 --- a/docs/story/202359.html +++ b/docs/story/202359.html @@ -11,6 +11,14 @@

    1章/メイン/x0830_大分岐戦3_選択無

    View script in lua + + + + + + + + @@ -182,7 +190,7 @@

    1章/メイン/x0830_大分岐戦3_選択無

    - + @@ -250,5 +258,13 @@

    1章/メイン/x0830_大分岐戦3_選択無

    + + + + + + + +
    Load
    Play
    【】
    憶えたそばから
    忘れていくとしても
    101010001
    【ランスロット】
    誰かと語り継いでいくために──
    【ライエンス】
    手を差し伸べてくれる
    誰かが、必ず
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202360.html b/docs/story/202360.html index e55331f38..3872fedfc 100644 --- a/docs/story/202360.html +++ b/docs/story/202360.html @@ -10,5 +10,21 @@

    1章/メイン/クレジット_エレイン_02

    エンディング用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202361.html b/docs/story/202361.html index c2176c454..aa346876c 100644 --- a/docs/story/202361.html +++ b/docs/story/202361.html @@ -10,5 +10,21 @@

    1章/メイン/クレジット_ギネヴィア_02

    エンディング用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202362.html b/docs/story/202362.html index 7d986eb0a..48fab6889 100644 --- a/docs/story/202362.html +++ b/docs/story/202362.html @@ -10,5 +10,21 @@

    1章/メイン/クレジット_ガラハッド_02

    エンディング用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202363.html b/docs/story/202363.html index e1cc6e37e..84ecee3a8 100644 --- a/docs/story/202363.html +++ b/docs/story/202363.html @@ -10,5 +10,21 @@

    1章/メイン/クレジット_ランスロット_02

    エンディング用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202364.html b/docs/story/202364.html index 1270d284a..5297c3165 100644 --- a/docs/story/202364.html +++ b/docs/story/202364.html @@ -10,5 +10,21 @@

    1章/メイン/クレジット_ディナタン_02

    エンディング用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/202365.html b/docs/story/202365.html index 072ddeb72..20f0024ab 100644 --- a/docs/story/202365.html +++ b/docs/story/202365.html @@ -10,5 +10,21 @@

    1章/メイン/クレジット_マルディサント_02

    エンディング用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300001.html b/docs/story/300001.html index d20d264d4..0b8893701 100644 --- a/docs/story/300001.html +++ b/docs/story/300001.html @@ -11,6 +11,18 @@

    シナリオイベクエ/イゾルデ/1話_ADV_1

    2023年6月イベント用

    View script in lua + + + + + + + + + + + + @@ -66,6 +78,15 @@

    シナリオイベクエ/イゾルデ/1話_ADV_1

    + + + + + + + + + @@ -91,6 +112,10 @@

    シナリオイベクエ/イゾルデ/1話_ADV_1

    + + + + @@ -116,6 +141,10 @@

    シナリオイベクエ/イゾルデ/1話_ADV_1

    + + + + @@ -295,5 +324,13 @@

    シナリオイベクエ/イゾルデ/1話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101019001
    【イゾルデ】
    ひとつ聞かせてほしいの
    …神は賭けに乗る御人かしら
    【トリスタン】
    偶然居合わせた敬虔なノワール卿まで困り顔だ
    101009002
    【(選択肢)】
    1. なにを探しているんだ?
    2. ハッパ?
    Block1_1
    101009002
    【ノワール】
    イゾルデ、なにを探しているんだ?
    【イゾルデ】
    「黙りなさい」って意味よ
    誤解しないでもらいたいわね
    Block1_2
    101009002
    【ノワール】
    ハッパ?
    【トリスタン】
    司祭が「信じてくださいね」だって?
    なんだか怖いね
    Block1end
    101019001
    【イゾルデ】
    わかってはいると思うけれど
    お祈りを捧げに来たわけじゃないわ
    101019001
    【イゾルデ】
    どちらにしても
    天を仰ぐよりは、マシね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300002.html b/docs/story/300002.html index 32be27129..8b07d8000 100644 --- a/docs/story/300002.html +++ b/docs/story/300002.html @@ -11,6 +11,18 @@

    シナリオイベクエ/イゾルデ/2話_ADV_1

    2023年6月イベント用

    View script in lua + + + + + + + + + + + + @@ -81,6 +93,15 @@

    シナリオイベクエ/イゾルデ/2話_ADV_1

    + + + + + + + + + @@ -101,6 +122,10 @@

    シナリオイベクエ/イゾルデ/2話_ADV_1

    + + + + @@ -121,6 +146,10 @@

    シナリオイベクエ/イゾルデ/2話_ADV_1

    + + + + @@ -220,5 +249,13 @@

    シナリオイベクエ/イゾルデ/2話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101019001
    【イゾルデ】
    『薬は嘘をつかない』と
    【クレア】
    しかし司祭は賭けに乗ってくれた
    あとは賭けの対象となる…あなた(ノワール)次第
    101009002
    【(選択肢)】
    1. 賭けの内容がわからないと
    2. 俺にできることがあるならやるよ
    Block1_1
    101009002
    【ノワール】
    賭けの内容がわからないことには
    【クレア】
    YESを言ってもらえるであろうことは
    想像に難くない。あなたの性格上ね
    Block1_2
    101009002
    【ノワール】
    俺にできることがあるならやるよ
    【イゾルデ】
    ………まあ、そうかもしれないわね
    Block1end
    101025001
    【クレア】
    賭けの内容は簡単
    101019001
    【イゾルデ】
    頼むわよ
    私のランチはお前にかかってるわ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300003.html b/docs/story/300003.html index 8b320a09a..9090da2b4 100644 --- a/docs/story/300003.html +++ b/docs/story/300003.html @@ -11,6 +11,14 @@

    シナリオイベクエ/イゾルデ/2話_バトルADV_1

    2023年6月イベント用

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    シナリオイベクエ/イゾルデ/2話_バトルADV_1

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    なんか物々しい!
    101019001
    【イゾルデ】
    がんばりなさい、ノワール
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300004.html b/docs/story/300004.html index d8a5365b6..2a503bab5 100644 --- a/docs/story/300004.html +++ b/docs/story/300004.html @@ -11,6 +11,14 @@

    シナリオイベクエ/イゾルデ/2話_バトルADV_2

    2023年6月イベント用

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    シナリオイベクエ/イゾルデ/2話_バトルADV_2

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    今日という日を待ってたぜ!
    待ってろランチ!!
    101018001
    【ラグネル】
    うきうきしてきたあ!
    食べるぞ~~~っ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300005.html b/docs/story/300005.html index 34909a993..fecf5649d 100644 --- a/docs/story/300005.html +++ b/docs/story/300005.html @@ -11,6 +11,14 @@

    シナリオイベクエ/イゾルデ/2話_バトルADV_3

    2023年6月イベント用

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    シナリオイベクエ/イゾルデ/2話_バトルADV_3

    + + + + + + + +
    Load
    Play
    101033002
    【リオネス・タスラム】
    いらっしゃいませ!!
    101033002
    【リオネス・タスラム】
    いらっしゃいませーっ!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300006.html b/docs/story/300006.html index 0f888e18f..77385afbe 100644 --- a/docs/story/300006.html +++ b/docs/story/300006.html @@ -11,6 +11,18 @@

    シナリオイベクエ/イゾルデ/2話_ADV_2

    2023年6月イベント用

    View script in lua + + + + + + + + + + + + @@ -150,5 +162,13 @@

    シナリオイベクエ/イゾルデ/2話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101025001
    【クレア】
    今回の結果を
    イカサマと(そし)る?
    101019001
    【イゾルデ】
    私はこれで失礼するわ
    支払い、よろしくね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300007.html b/docs/story/300007.html index f0646d5a7..0c9cebfb9 100644 --- a/docs/story/300007.html +++ b/docs/story/300007.html @@ -11,6 +11,18 @@

    シナリオイベクエ/イゾルデ/3話_ADV_1

    2023年6月イベント用

    View script in lua + + + + + + + + + + + + @@ -121,6 +133,15 @@

    シナリオイベクエ/イゾルデ/3話_ADV_1

    + + + + + + + + + @@ -141,6 +162,10 @@

    シナリオイベクエ/イゾルデ/3話_ADV_1

    + + + + @@ -161,6 +186,10 @@

    シナリオイベクエ/イゾルデ/3話_ADV_1

    + + + + @@ -250,5 +279,13 @@

    シナリオイベクエ/イゾルデ/3話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101019001
    【イゾルデ】
    生きることって博打の連続でしょうけど
    負けが込んだその賭けの先にあるのは確実な死
    【イゾルデ】
    私を止めにきたわけじゃないのね
    ノワールみたいに
    101009001
    【(選択肢)】
    1. 考え直さないか
    2. 気持ちはわからないわけじゃない
    Block1_1
    101009001
    【ノワール】
    …考え直さないか?
    【イゾルデ】
    師を救おうという私の動機に
    共感してくれたわけではなかったの?
    Block1_2
    101009001
    【ノワール】
    気持ちは、わからないわけじゃない
    【ノワール】
    いまもどうしたら良かったかわからない
    だからキミを止めるべきか行かせるべきかも──
    Block1end
    101019001
    【イゾルデ】
    あの人は薬に堪能であるがゆえ
    自身の病は薬で治るものでないとわかっているわ
    101019002
    【イゾルデ・フェイルノート】
    してあげられることは、これぐらいだもの
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300008.html b/docs/story/300008.html index 8a6d8a252..445425989 100644 --- a/docs/story/300008.html +++ b/docs/story/300008.html @@ -11,6 +11,14 @@

    シナリオイベクエ/イゾルデ/3話_バトルADV_1

    2023年6月イベント用

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    シナリオイベクエ/イゾルデ/3話_バトルADV_1

    + + + + + + + +
    Load
    Play
    101019002
    【イゾルデ・フェイルノート】
    さて
    偏屈商人の顔を拝みにいきましょうか
    101019002
    【イゾルデ・フェイルノート】
    ありがとう。ノワール
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300009.html b/docs/story/300009.html index 320f3a0e5..b9caefb14 100644 --- a/docs/story/300009.html +++ b/docs/story/300009.html @@ -11,6 +11,18 @@

    シナリオイベクエ/イゾルデ/3話_ADV_2

    2023年6月イベント用

    View script in lua + + + + + + + + + + + + @@ -165,5 +177,13 @@

    シナリオイベクエ/イゾルデ/3話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    401041001
    【商人】
    悪いなお嬢さん
    またオレの勝ちだ
    101019001
    【イゾルデ】
    当てるかどうかよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300010.html b/docs/story/300010.html index 59d370cf8..7b36d7793 100644 --- a/docs/story/300010.html +++ b/docs/story/300010.html @@ -11,6 +11,18 @@

    シナリオイベクエ/イゾルデ/4話_ADV_1

    2023年6月イベント用

    View script in lua + + + + + + + + + + + + @@ -236,16 +248,33 @@

    シナリオイベクエ/イゾルデ/4話_ADV_1

    + + + + + + + + + + + + + + + + + @@ -335,5 +364,13 @@

    シナリオイベクエ/イゾルデ/4話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101019001
    【イゾルデ】
    全賭け(オールイン)でいくわ
    【イゾルデ】
    おねがい
    101009001
    【(選択肢)】
    Block1_1
    401041001
    【商人】
    な、な、バカな…!?
    他人に選択を委ねるのか、なぜ──
    Block1_2
    401041001
    【商人】
    な、な、バカな…!?
    他人に選択を委ねるのか、なぜ──
    Block1end
    101019001
    【イゾルデ】
    あ。それとヴォールス
    致死薬の杯はちゃんと確認してくれたかしら?
    401041001
    【商人】
    どっちでもいいわあああぁぁぁッッッ!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300011.html b/docs/story/300011.html index d87d58b50..971f17aa5 100644 --- a/docs/story/300011.html +++ b/docs/story/300011.html @@ -11,6 +11,14 @@

    シナリオイベクエ/イゾルデ/4話_バトルADV_1

    2023年6月イベント用

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    シナリオイベクエ/イゾルデ/4話_バトルADV_1

    + + + + + + + +
    Load
    Play
    101019002
    【イゾルデ・フェイルノート】
    ………あーあ
    101019002
    【イゾルデ・フェイルノート】
    賭けるまでもないわ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300012.html b/docs/story/300012.html index 67fb235a7..a28940b2a 100644 --- a/docs/story/300012.html +++ b/docs/story/300012.html @@ -11,6 +11,18 @@

    シナリオイベクエ/イゾルデ/4話_ADV_2

    2023年6月イベント用

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    シナリオイベクエ/イゾルデ/4話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101014001
    【トリスタン】
    狙い通りか
    101014001
    【トリスタン】
    …賭けとしてはどうかと思うけど──
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300013.html b/docs/story/300013.html index 2e087fb87..e9978ef03 100644 --- a/docs/story/300013.html +++ b/docs/story/300013.html @@ -11,6 +11,18 @@

    シナリオイベクエ/イゾルデ/4話_ADV_3

    2023年6月イベント用

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    シナリオイベクエ/イゾルデ/4話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    101019001
    【イゾルデ】
    ──結果の見えるギャンブルなんて
    乗る価値ないし、つまらないわ
    101019001
    【イゾルデ】
    コインの出目、当たっているわ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300014.html b/docs/story/300014.html index b0b9afb0c..80cbefd71 100644 --- a/docs/story/300014.html +++ b/docs/story/300014.html @@ -11,6 +11,18 @@

    シナリオイベクエ/イゾルデ/5話_ADV_1

    2023年6月イベント用

    View script in lua + + + + + + + + + + + + @@ -130,5 +142,13 @@

    シナリオイベクエ/イゾルデ/5話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101019001
    【イゾルデ】
    札の配り手(ディーラー)も悪くないわね
    101019001
    【イゾルデ】
    当てにならないんじゃあ、ね?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300015.html b/docs/story/300015.html index 879fd9198..2a81c9f21 100644 --- a/docs/story/300015.html +++ b/docs/story/300015.html @@ -11,6 +11,18 @@

    シナリオイベクエ/ラグネル/1話_ADV_1

    View script in lua + + + + + + + + + + + + diff --git a/docs/story/300016.html b/docs/story/300016.html index 35613d9f1..49fbb1f07 100644 --- a/docs/story/300016.html +++ b/docs/story/300016.html @@ -11,6 +11,18 @@

    シナリオイベクエ/ラグネル/1話_ADV_2

    View script in lua
    template1
    Load
    Play
    101018001
    【ラグネル】
    …え?難しい質問だね。うーん…
    「いっつもドンマイ!」って感じだからかな
    + + + + + + + + + + + + @@ -36,6 +48,15 @@

    シナリオイベクエ/ラグネル/1話_ADV_2

    + + + + + + + + + @@ -56,6 +77,10 @@

    シナリオイベクエ/ラグネル/1話_ADV_2

    + + + + @@ -71,6 +96,10 @@

    シナリオイベクエ/ラグネル/1話_ADV_2

    + + + + @@ -91,6 +120,10 @@

    シナリオイベクエ/ラグネル/1話_ADV_2

    + + + + @@ -255,5 +288,13 @@

    シナリオイベクエ/ラグネル/1話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101018001
    【ラグネル】
    大きな声出すよ!!
    【ラグネル】
    ぅうアーーーーーッッ!!!!
    誰かー――――ッッ!!!!
    101009002
    【(選択肢)】
    1. ケイ、見損なったぞ
    2. ラグネル、なにをやらかした?
    3. 関わらないでおこう…
    Block1_1
    101009002
    【ノワール】
    ケイ、見損なったぞ
    【ケイ】
    お、おい!
    言いかたを考えたまえ
    Block1_2
    101009002
    【ノワール】
    ラグネル、なにをやらかした?
    【ケイ】
    なにも成し遂げられておらぬから
    この結果だと言っているのだ
    Block1_3
    101009002
    【ノワール】
    関わらないでおこう…
    【ノワール】
    …か、関わらざるをえない…
    Block1end
    101040001
    【ケイ】
    騎士たちの戦いに手芸がなんの役に立つのか?
    …という話をラグネルとしていたところだ
    101018001
    【ラグネル】
    通るまでやんなきゃ
    手芸は始まらないからね!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300017.html b/docs/story/300017.html index 2dcc8036a..465d26a3b 100644 --- a/docs/story/300017.html +++ b/docs/story/300017.html @@ -11,6 +11,22 @@

    シナリオイベクエ/ラグネル/2話_ADV_1

    View script in lua + + + + + + + + + + + + + + + + @@ -191,6 +207,15 @@

    シナリオイベクエ/ラグネル/2話_ADV_1

    + + + + + + + + + @@ -211,6 +236,10 @@

    シナリオイベクエ/ラグネル/2話_ADV_1

    + + + + @@ -231,6 +260,10 @@

    シナリオイベクエ/ラグネル/2話_ADV_1

    + + + + @@ -251,6 +284,10 @@

    シナリオイベクエ/ラグネル/2話_ADV_1

    + + + + diff --git a/docs/story/300018.html b/docs/story/300018.html index d3450fa76..97cb70f64 100644 --- a/docs/story/300018.html +++ b/docs/story/300018.html @@ -11,6 +11,18 @@

    シナリオイベクエ/ラグネル/2話_ADV_2

    View script in lua
    template1
    template2
    Load
    Play
    101018001
    【ラグネル】
    五月祭の飾り付け、おつかれさま~!
    燃えてるね、おにーさん!
    【イゾルデ】
    ケイ先生の急所はどこだと思う?
    101009002
    【(選択肢)】
    1. フィジカルが弱い
    2. 内臓が弱そう
    3. 実利主義すぎるところ
    Block1_1
    101009002
    【ノワール】
    フィジカルが弱いところ…とか?
    【ローラ】
    発生する問題のほうが多そう…
    Block1_2
    101009002
    【ノワール】
    内臓が、弱そう
    【イゾルデ】
    あ、案外怖い発想をするのね…
    でも我らの宰相にそんな意地悪をしてはダメよ
    Block1_3
    101009002
    【ノワール】
    実利にこだわり過ぎるところに
    なにか突破口はないかな
    【イゾルデ】
    いいところを突いているわ、ノワール
    さすがはスピード出世の円卓の騎士ね
    Block1end
    401035001
    【ログレス兵A】
    オイ、話は済んだのかよ、オォ?
    + + + + + + + + + + + + diff --git a/docs/story/300019.html b/docs/story/300019.html index a9316f14b..47942f73d 100644 --- a/docs/story/300019.html +++ b/docs/story/300019.html @@ -11,6 +11,18 @@

    シナリオイベクエ/ラグネル/3話_ADV_1

    View script in lua
    template1
    Load
    Play
    101040001
    【ケイ】
    停学だ
    + + + + + + + + + + + + @@ -105,5 +117,13 @@

    シナリオイベクエ/ラグネル/3話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101018001
    【ラグネル】
    これは………似合わないもんね
    101038001
    【ローラ】
    そうじゃなくて!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300020.html b/docs/story/300020.html index af12cbe03..49b6e2144 100644 --- a/docs/story/300020.html +++ b/docs/story/300020.html @@ -11,6 +11,18 @@

    シナリオイベクエ/ラグネル/3話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    シナリオイベクエ/ラグネル/3話_ADV_2

    + + + + + + + + + @@ -46,6 +67,10 @@

    シナリオイベクエ/ラグネル/3話_ADV_2

    + + + + @@ -61,6 +86,10 @@

    シナリオイベクエ/ラグネル/3話_ADV_2

    + + + + @@ -76,6 +105,10 @@

    シナリオイベクエ/ラグネル/3話_ADV_2

    + + + + @@ -120,5 +153,13 @@

    シナリオイベクエ/ラグネル/3話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101018001
    【ラグネル】
    マーケットで小火(ボヤ)!?
    【ローラ】
    素人料理同好会の不始末らしくて
    手芸サークル(わたしたち)の屋台にも火が…!!
    101009002
    【(選択肢)】
    1. 焼き魚になっちゃうな
    2. 手芸品が燃えたら出店ができない
    3. おのれ素人料理同好会
    Block1_1
    101009002
    【ノワール】
    焼き魚になっちゃうな
    ぬいぐるみが
    【ローラ】
    ノワールさん、ありえない…!
    酷い、幻滅、人でなし、ろくでなし…!
    Block1_2
    101009002
    【ノワール】
    手芸品が燃えたら出店ができない!
    【ラグネル】
    ローラちゃんのせいじゃないよ
    誰のせいでもないんでしょ
    Block1_3
    101009002
    【ノワール】
    おのれ素人料理同好会…!
    【ラグネル】
    頑張り過ぎちゃったんだよ、きっと…
    Block1end
    101040001
    【ケイ】
    さがしたぞ…!
    101018001
    【ラグネル】
    ふたりは祭りの準備を続けて
    …行こ、ノワール
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300021.html b/docs/story/300021.html index b96fe3ef2..727111751 100644 --- a/docs/story/300021.html +++ b/docs/story/300021.html @@ -11,6 +11,18 @@

    シナリオイベクエ/ラグネル/3話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    シナリオイベクエ/ラグネル/3話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    101018001
    【ラグネル】
    せっかく掃除したのにさ!
    次から次へと、どこから湧いてくるのやら
    101018002
    【ラグネル・ガラティン】
    シラけさせたくないもんね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300022.html b/docs/story/300022.html index f533636b0..37fa42487 100644 --- a/docs/story/300022.html +++ b/docs/story/300022.html @@ -11,6 +11,18 @@

    シナリオイベクエ/ラグネル/3話_ADV_4

    View script in lua + + + + + + + + + + + + @@ -115,5 +127,13 @@

    シナリオイベクエ/ラグネル/3話_ADV_4

    + + + + + + + +
    template1
    Load
    Play
    101018001
    【ラグネル】
    みんなドンマイ!
    こうなったらプランBで行こう!
    101018001
    【ラグネル】
    プランCで行こう!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300023.html b/docs/story/300023.html index f6ab312c9..67872e8f9 100644 --- a/docs/story/300023.html +++ b/docs/story/300023.html @@ -11,6 +11,18 @@

    シナリオイベクエ/ラグネル/4話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    シナリオイベクエ/ラグネル/4話_ADV_1

    + + + + + + + + + @@ -41,6 +62,10 @@

    シナリオイベクエ/ラグネル/4話_ADV_1

    + + + + @@ -61,6 +86,10 @@

    シナリオイベクエ/ラグネル/4話_ADV_1

    + + + + @@ -155,5 +184,13 @@

    シナリオイベクエ/ラグネル/4話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101019001
    【イゾルデ】
    まったく、こんな時間から…。私、朝は弱いの
    早く目が覚めるような輝きを見せなさい
    【ラグネル】
    あたしはね
    朝が一番冴えてる
    101009002
    【(選択肢)】
    1. イゾルデ、なんのつもりだ?
    2. ラグネル、結局プランCって?
    Block1_1
    101009002
    【ノワール】
    イゾルデ、なんのつもりだ?
    【ラグネル】
    リベンジ!それだけっ
    Block1_2
    101009002
    【ノワール】
    ラグネル、結局プランCって?
    【ラグネル】
    だからプランBの次だってば
    Block1end
    101018001
    【ラグネル】
    君はいいやつだよね、ノワール
    ガウェインが言ってたとーりだよ
    101019001
    【イゾルデ】
    さて。ノワールの転入とラグネルの破天荒で
    こんがらかったこれらの糸…どうすべきかしら
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300024.html b/docs/story/300024.html index 6dd20cdaa..25e82acbe 100644 --- a/docs/story/300024.html +++ b/docs/story/300024.html @@ -11,6 +11,14 @@

    シナリオイベクエ/ラグネル/4話_ADV_2

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    シナリオイベクエ/ラグネル/4話_ADV_2

    + + + + + + + +
    Load
    Play
    101018002
    【ラグネル・ガラティン】
    最初に戻るしかないよ
    こんがらかっちゃったら
    101018002
    【ラグネル・ガラティン】
    勝機は今から
    この手で作る(ハンドクラフトする)の!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300025.html b/docs/story/300025.html index fc85a4845..ac1f320c8 100644 --- a/docs/story/300025.html +++ b/docs/story/300025.html @@ -11,6 +11,22 @@

    シナリオイベクエ/ラグネル/4話_ADV_3

    View script in lua + + + + + + + + + + + + + + + + @@ -155,5 +171,13 @@

    シナリオイベクエ/ラグネル/4話_ADV_3

    + + + + + + + +
    template1
    template2
    Load
    Play
    101040001
    【ケイ】
    ずいぶん…身なりが整ったものだ
    101040001
    【ケイ】
    フン。口先だけかと思っていたが
    ──なかなかどうして手先も器用だ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300026.html b/docs/story/300026.html index 595acce32..ebe2c8454 100644 --- a/docs/story/300026.html +++ b/docs/story/300026.html @@ -11,6 +11,18 @@

    シナリオイベクエ/ラグネル/5話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -210,5 +222,13 @@

    シナリオイベクエ/ラグネル/5話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101018001
    【ラグネル】
    君らの『ガワ』を『イイ』モノに!!
    101018001
    【ラグネル】
    あたし(かわい)らしくて、いいでしょ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300027.html b/docs/story/300027.html index ed68fcc92..2a1cb2952 100644 --- a/docs/story/300027.html +++ b/docs/story/300027.html @@ -11,6 +11,18 @@

    シナリオイベクエ/水着/1話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    シナリオイベクエ/水着/1話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    【張り紙を読む生徒】
    『学園一のアイドルと学園一の非行少女のGS
    その一報は瞬く間に学園中を駆け巡った』
    【生徒たち】
    学園でいま一番ホットなふたりのこと
    もっと知りた~い!!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300028.html b/docs/story/300028.html index 61bc33001..d47c3af73 100644 --- a/docs/story/300028.html +++ b/docs/story/300028.html @@ -11,6 +11,18 @@

    シナリオイベクエ/水着/1話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    シナリオイベクエ/水着/1話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    …で、俺のところに来たって?
    【女子生徒B】
    あなたの妹さん、呼び出されたって!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300029.html b/docs/story/300029.html index 4f8133b22..c75ab72a8 100644 --- a/docs/story/300029.html +++ b/docs/story/300029.html @@ -11,6 +11,22 @@

    シナリオイベクエ/水着/1話_ADV_3

    View script in lua + + + + + + + + + + + + + + + + @@ -126,6 +142,15 @@

    シナリオイベクエ/水着/1話_ADV_3

    + + + + + + + + + @@ -166,6 +191,10 @@

    シナリオイベクエ/水着/1話_ADV_3

    + + + + @@ -201,6 +230,10 @@

    シナリオイベクエ/水着/1話_ADV_3

    + + + + @@ -440,5 +473,13 @@

    シナリオイベクエ/水着/1話_ADV_3

    + + + + + + + +
    template1
    template2
    Load
    Play
    101011001
    【ギネヴィア】
    来たわね、ディナタン
    【ノワール】
    まったく…
    101009002
    【(選択肢)】
    1. ギネヴィアたちを止める
    2. ディナタンに話を聞く
    Block1_1
    101009002
    【ノワール】
    ギネヴィア、マルディサント!
    おい、落ち着けよふたりとも
    【ノワール】
    Block1_2
    101009002
    【ノワール】
    ディナタン、ギネマウアさん
    なぁ、なにがあったんだ?
    【ノワール】
    ???
    Block1end
    101009002
    【ノワール】
    ともかく、いったん落ち着こう
    101009002
    【ノワール】
    いや、何を…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300030.html b/docs/story/300030.html index 0a824e596..12db95f49 100644 --- a/docs/story/300030.html +++ b/docs/story/300030.html @@ -11,6 +11,18 @@

    シナリオイベクエ/水着/2話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    シナリオイベクエ/水着/2話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    ではこれより、実地での訓練に入る
    各々、対戦相手を選んでくれ
    101011001
    【ギネヴィア】
    さあ、ティルフィング!覚悟なさい!
    本気のぶつかり合い(マジバト)を始めるわよ!!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300031.html b/docs/story/300031.html index 8c676650c..88188ca94 100644 --- a/docs/story/300031.html +++ b/docs/story/300031.html @@ -11,6 +11,18 @@

    シナリオイベクエ/水着/2話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    シナリオイベクエ/水着/2話_ADV_2

    + + + + + + + + + @@ -96,6 +117,10 @@

    シナリオイベクエ/水着/2話_ADV_2

    + + + + @@ -121,6 +146,10 @@

    シナリオイベクエ/水着/2話_ADV_2

    + + + + @@ -265,5 +294,13 @@

    シナリオイベクエ/水着/2話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    俺たちの勝利だな
    【ノワール】
    なんでだよ…
    101009001
    【(選択肢)】
    1. ギネヴィアを止める
    2. 自分が代わりに戦う
    Block1_1
    101009001
    【ノワール】
    やめろって
    そんなことをしてもしょうがないだろ
    【ノワール】
    サッパリわからないけど…
    Block1_2
    101009001
    【ノワール】
    なら俺が代わりに戦うよ
    バイブス同士だし、そのほうがいいだろ
    【ノワール】
    ???
    Block1end
    101001002
    【ティルフィング】
    …いいですよ。そこまで言うなら
    101009001
    【ノワール】
    …なるほど
    確かに、友達作りが下手みたいだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300032.html b/docs/story/300032.html index a9685f92c..edd9146f8 100644 --- a/docs/story/300032.html +++ b/docs/story/300032.html @@ -11,6 +11,18 @@

    シナリオイベクエ/水着/3話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -236,6 +248,15 @@

    シナリオイベクエ/水着/3話_ADV_1

    + + + + + + + + + @@ -256,6 +277,10 @@

    シナリオイベクエ/水着/3話_ADV_1

    + + + + @@ -281,6 +306,10 @@

    シナリオイベクエ/水着/3話_ADV_1

    + + + + @@ -420,5 +449,13 @@

    シナリオイベクエ/水着/3話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    視線を感じる…
    【ギネヴィア】
    じゃあ、なにして遊べばいいの?
    友達になれるくらい楽しい遊びって?
    101009002
    【(選択肢)】
    1. 剣の稽古
    2. ボードゲーム
    Block1_1
    101009002
    【ノワール】
    えーっと…剣の稽古、とか?
    【ギネヴィア】
    わたしには「本気のぶつかり合い」戦法は
    向いてないの。他の手にするわ
    Block1_2
    101009002
    【ノワール】
    そうだなぁ…ボードゲームとか?
    コミュニケーションに良いって聞くぞ
    【ラグネル】
    ガウェインはそうだろうねぇ
    Block1end
    101009002
    【ノワール】
    他には…そうだな、昔の話になるけど
    湖で遊ぶのは楽しかったかな
    101011001
    【ギネヴィア】
    …ありがと、ノワール
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300033.html b/docs/story/300033.html index 6aa471315..f51d3741d 100644 --- a/docs/story/300033.html +++ b/docs/story/300033.html @@ -11,6 +11,18 @@

    シナリオイベクエ/水着/4話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -21,21 +33,42 @@

    シナリオイベクエ/水着/4話_ADV_1

    + + + + + + + + + + + + + + + + + + + + + @@ -155,5 +188,13 @@

    シナリオイベクエ/水着/4話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    ねえ、ノワール
    この3つのデザインだったらどれがいい?
    【ノワール】
    どれって…
    101009002
    【(選択肢)】
    1. カラフルなアメーバ
    2. 一週間洗ってないシーツ
    3. バルバロイの死骸の寄せ集め
    Block1_1
    101009002
    【ノワール】
    えっと…その、カラフルなアメーバ?
    Block1_2
    101009002
    【ノワール】
    えっと…その、一週間洗ってないシーツ?
    Block1_3
    101009002
    【ノワール】
    えっと…その、バルバロイの死骸の寄せ集め?
    Block1end
    101011001
    【ギネヴィア】
    は!?ちょっと、何言ってんの!?
    真面目に選んでよ!
    101011001
    【ギネヴィア】
    それじゃ、さっそく発注に行きましょ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300034.html b/docs/story/300034.html index 14a825502..6fc6250e8 100644 --- a/docs/story/300034.html +++ b/docs/story/300034.html @@ -11,6 +11,22 @@

    シナリオイベクエ/水着/4話_ADV_2

    View script in lua + + + + + + + + + + + + + + + + @@ -315,5 +331,13 @@

    シナリオイベクエ/水着/4話_ADV_2

    + + + + + + + +
    template1
    template2
    Load
    Play
    101011001
    【ギネヴィア】
    わたしの水着が仕上がるのも今日だし
    受け取るついでに発注してくるわね
    101009002
    【ノワール】
    …ああ、もう!とっとと終わらせるぞ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300035.html b/docs/story/300035.html index 1cff3c74b..7b38e9e59 100644 --- a/docs/story/300035.html +++ b/docs/story/300035.html @@ -11,6 +11,18 @@

    シナリオイベクエ/水着/4話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

    シナリオイベクエ/水着/4話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    大丈夫か?
    101011005
    【ギネヴィア】
    せっかくだし、ティルフィングにも
    最高にカワイイ水着を着てもらいたいしね!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300036.html b/docs/story/300036.html index 70879bf58..319286461 100644 --- a/docs/story/300036.html +++ b/docs/story/300036.html @@ -11,6 +11,18 @@

    シナリオイベクエ/水着/5話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -91,6 +103,15 @@

    シナリオイベクエ/水着/5話_ADV_1

    + + + + + + + + + @@ -111,6 +132,10 @@

    シナリオイベクエ/水着/5話_ADV_1

    + + + + @@ -141,6 +166,10 @@

    シナリオイベクエ/水着/5話_ADV_1

    + + + + @@ -166,6 +195,10 @@

    シナリオイベクエ/水着/5話_ADV_1

    + + + + @@ -345,5 +378,13 @@

    シナリオイベクエ/水着/5話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101051001
    【ルーシャス】
    まだ着かないのか
    もうずっと歩きどおしだぞ
    【ノワール】
    (い、いたたまれない…)
    101009001
    【(選択肢)】
    1. トリスタンに話しかける
    2. ランスロットに話しかける
    3. ディナタンに話しかける
    Block1_1
    101009001
    【ノワール】
    …なんか、悪いな。付き合わせて
    【ノワール】
    いや、俺が望んだわけじゃないんだけど…
    Block1_2
    101009001
    【ノワール】
    なぁ、ランスロット
    あんたはロジーの里を知っているのか?
    【ノワール】
    あ、あぁ…
    Block1_3
    101009001
    【ノワール】
    ディナタン、平気か?
    疲れたら言えよ
    【ディナタン】
    ね、兄さん
    Block1end
    101017001
    【マルディサント】
    ったく、マジで空気最悪だな~
    大丈夫かよ、オニーサン
    101051001
    【ルーシャス】
    継承者の思い出の故郷が
    美しいままであればよいな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300037.html b/docs/story/300037.html index 58ffd2825..bb0b7def0 100644 --- a/docs/story/300037.html +++ b/docs/story/300037.html @@ -11,6 +11,18 @@

    シナリオイベクエ/水着/5話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    シナリオイベクエ/水着/5話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    よし…これで片付いたな
    101009001
    【ノワール】
    (…ギネヴィア、大丈夫かな
    後から来るって言ってたけど…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300038.html b/docs/story/300038.html index 51b7b7ba5..a6c50251c 100644 --- a/docs/story/300038.html +++ b/docs/story/300038.html @@ -11,6 +11,18 @@

    シナリオイベクエ/水着/5話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

    シナリオイベクエ/水着/5話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    何度里帰りしても同じね
    もうなんにも残ってない
    101011001
    【ギネヴィア】
    ――飾り立てることなら、得意よ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300039.html b/docs/story/300039.html index 191d168a2..865f45552 100644 --- a/docs/story/300039.html +++ b/docs/story/300039.html @@ -11,6 +11,22 @@

    シナリオイベクエ/水着/6話_ADV_1

    View script in lua + + + + + + + + + + + + + + + + @@ -205,5 +221,13 @@

    シナリオイベクエ/水着/6話_ADV_1

    + + + + + + + +
    template1
    template2
    Load
    Play
    101010001
    【ランスロット】
    綺麗だな
    101011001
    【ギネヴィア】
    ――ティルフィング!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300040.html b/docs/story/300040.html index 7ae841693..4872043af 100644 --- a/docs/story/300040.html +++ b/docs/story/300040.html @@ -11,6 +11,18 @@

    シナリオイベクエ/水着/6話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -276,6 +288,15 @@

    シナリオイベクエ/水着/6話_ADV_2

    + + + + + + + + + @@ -296,6 +317,10 @@

    シナリオイベクエ/水着/6話_ADV_2

    + + + + @@ -321,6 +346,10 @@

    シナリオイベクエ/水着/6話_ADV_2

    + + + + @@ -420,5 +449,13 @@

    シナリオイベクエ/水着/6話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101001001
    【ティルフィング】
    う…
    【ディナタン】
    兄さんはどう思う?
    101009001
    【(選択肢)】
    1. ティルフィングを褒める
    2. ギネヴィアを褒める
    Block1_1
    101009001
    【ノワール】
    似合ってるよ、ティルフィング
    すごくかわいい
    【ギネマウア】
    殿下、今はちょっと黙りましょうか
    Block1_2
    101009001
    【ノワール】
    お店でも思ったけど…
    やっぱり似合うな、その水着
    【ギネヴィア】
    うううう、うるさぁい!
    Block1end
    101012001
    【ディナタン】
    ティルフィングさんの水着って
    ギネヴィア様がデザインしたんですか?
    101001004
    【ティルフィング】
    ええ。もう二度と、誰かの大切な場所を
    奪わせたりはしない――!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300041.html b/docs/story/300041.html index 1bacb3e07..aca6f9048 100644 --- a/docs/story/300041.html +++ b/docs/story/300041.html @@ -11,6 +11,18 @@

    シナリオイベクエ/水着/6話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    シナリオイベクエ/水着/6話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    101001004
    【ティルフィング】
    ハアアアッ!
    101011005
    【ギネヴィア】
    …有効に使いすぎでしょ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300042.html b/docs/story/300042.html index c6747154d..2bf2bac37 100644 --- a/docs/story/300042.html +++ b/docs/story/300042.html @@ -11,6 +11,18 @@

    シナリオイベクエ/水着/7話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -221,6 +233,15 @@

    シナリオイベクエ/水着/7話_ADV_1

    + + + + + + + + + @@ -241,6 +262,10 @@

    シナリオイベクエ/水着/7話_ADV_1

    + + + + @@ -266,6 +291,10 @@

    シナリオイベクエ/水着/7話_ADV_1

    + + + + @@ -330,5 +359,13 @@

    シナリオイベクエ/水着/7話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    ティルフィング!
    【ギネヴィア】
    うたがうなぁ!
    101009002
    【(選択肢)】
    1. 本当だよ
    2. どうだったかな
    Block1_1
    101009002
    【ノワール】
    まぁ、本当かな。確かに水遊びはしてたし
    本気でぶつかってもいたし…
    【ノワール】
    まぁ、でも仲良くなったのは本当だよ
    Block1_2
    101009002
    【ノワール】
    どうだったかなぁ…
    【ノワール】
    まぁ、でも…
    ティルフィングと仲良くなったのは本当だよ
    Block1end
    101009002
    【ノワール】
    な、ティルフィング
    101001001
    【ティルフィング】
    …そうですね。いつか――…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300043.html b/docs/story/300043.html index 61f70a1dd..87ac08cbe 100644 --- a/docs/story/300043.html +++ b/docs/story/300043.html @@ -10,5 +10,21 @@

    シナリオイベクエ/バトルADV/e0003_BTL05_増援01

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300044.html b/docs/story/300044.html index 1218eac86..e63fd09ef 100644 --- a/docs/story/300044.html +++ b/docs/story/300044.html @@ -11,6 +11,18 @@

    シナリオイベクエ/エクセリア/1話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -145,5 +157,13 @@

    シナリオイベクエ/エクセリア/1話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    未曾有の事態だ
    101054005
    【アダン】
    何卒お手柔らかに
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300045.html b/docs/story/300045.html index 03ef062f2..010997aca 100644 --- a/docs/story/300045.html +++ b/docs/story/300045.html @@ -11,6 +11,14 @@

    シナリオイベクエ/エクセリア/1話_ADV_2

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    シナリオイベクエ/エクセリア/1話_ADV_2

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    ――ッ!さすがだな…!
    101009001
    【ノワール】
    ああ。もちろん。文句なしだ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300046.html b/docs/story/300046.html index 0d3314ff9..32dd86f4c 100644 --- a/docs/story/300046.html +++ b/docs/story/300046.html @@ -11,6 +11,18 @@

    シナリオイベクエ/エクセリア/1話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -171,6 +183,15 @@

    シナリオイベクエ/エクセリア/1話_ADV_3

    + + + + + + + + + @@ -201,6 +222,10 @@

    シナリオイベクエ/エクセリア/1話_ADV_3

    + + + + @@ -226,6 +251,10 @@

    シナリオイベクエ/エクセリア/1話_ADV_3

    + + + + @@ -300,5 +329,13 @@

    シナリオイベクエ/エクセリア/1話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    101040001
    【ケイ】
    支援の申し出をあのような形で突っぱねておいて
    誠に申し訳ない話だが…
    【ノワール】
    え?そうだな…
    101009002
    【(選択肢)】
    1. 友達と過ごす日々
    2. 好きな人と過ごす日々
    Block1_1
    101009002
    【ノワール】
    例えば友達と一緒に勉強したりケンカしたり
    一緒に美味い飯を食って、笑ったり…
    【エクセリア】
    そういうものなのね…
    Block1_2
    101009002
    【ノワール】
    それはやっぱ、好きな人と過ごしたり…
    とかじゃないかな
    【ノワール】
    …一般論だよ、一般論!
    Block1end
    101034001
    【エクセリア】
    なるほどね。私はこういう場所を知らないから
    あまりよくわからないけど…
    101010001
    【ランスロット】
    …そう上手くいくといいがな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300047.html b/docs/story/300047.html index 2a6682ffe..a67dea517 100644 --- a/docs/story/300047.html +++ b/docs/story/300047.html @@ -11,6 +11,14 @@

    シナリオイベクエ/エクセリア/2話_ADV_1

    View script in lua + + + + + + + + @@ -95,5 +103,13 @@

    シナリオイベクエ/エクセリア/2話_ADV_1

    + + + + + + + +
    Load
    Play
    101054005
    【アダン】
    ――ではこれより実技の時間に移ります
    101026001
    【パーシヴァル】
    …ッ!
    ――ああ、もう!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300048.html b/docs/story/300048.html index 24e98560d..2583a6cd3 100644 --- a/docs/story/300048.html +++ b/docs/story/300048.html @@ -11,6 +11,18 @@

    シナリオイベクエ/エクセリア/2話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    シナリオイベクエ/エクセリア/2話_ADV_2

    + + + + + + + + + @@ -76,6 +97,10 @@

    シナリオイベクエ/エクセリア/2話_ADV_2

    + + + + @@ -101,6 +126,10 @@

    シナリオイベクエ/エクセリア/2話_ADV_2

    + + + + @@ -350,5 +379,13 @@

    シナリオイベクエ/エクセリア/2話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101026001
    【パーシヴァル】
    もう我慢ならないね!
    【パーシヴァル】
    これはもう、キミの指揮に
    問題があるとしか言いようがない!
    101009001
    【(選択肢)】
    1. エクセリアは悪くない
    2. なんでリーダーを譲ったんだ?
    Block1_1
    101009001
    【ノワール】
    乱暴な言いかたは止めろよ
    エクセリアは悪くない
    【パーシヴァル】
    けど、言わなきゃ彼女はわからないだろ
    Block1_2
    101009001
    【ノワール】
    そもそも、なんでリーダーを譲ったりしたんだ?
    パーシヴァルらしくもない
    【パーシヴァル】
    ムリムリ!もうムリだね!!
    海より広いぼくの心がもう無理だと叫んでる!
    Block1end
    101034001
    【エクセリア】
    言いたいことはそれだけ?
    101054005
    【アダン】
    …さて、どうしたものか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300049.html b/docs/story/300049.html index b7a91d60a..29bb904a5 100644 --- a/docs/story/300049.html +++ b/docs/story/300049.html @@ -11,6 +11,18 @@

    シナリオイベクエ/エクセリア/3話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -130,5 +142,13 @@

    シナリオイベクエ/エクセリア/3話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    なぁ、ちょっといいか
    学園祭の出し物についてなんだけど…
    101009002
    【ノワール】
    ちょ、待てって…!ああ、もう…
    ランスロット、出し物の件はまた後で!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300050.html b/docs/story/300050.html index e342a63ad..8df622400 100644 --- a/docs/story/300050.html +++ b/docs/story/300050.html @@ -11,6 +11,14 @@

    シナリオイベクエ/エクセリア/3話_ADV_2

    View script in lua + + + + + + + + @@ -106,6 +114,19 @@

    シナリオイベクエ/エクセリア/3話_ADV_2

    + + + + + + + + + + + + + @@ -136,6 +157,10 @@

    シナリオイベクエ/エクセリア/3話_ADV_2

    + + + + @@ -161,6 +186,10 @@

    シナリオイベクエ/エクセリア/3話_ADV_2

    + + + + @@ -260,5 +289,13 @@

    シナリオイベクエ/エクセリア/3話_ADV_2

    + + + + + + + +
    Load
    Play
    101034001
    【エクセリア】
    それじゃ、次の戦術を説明するわ
    まずあなたが先陣を切って相手チームをかく乱
    【ノワール】
    …なぁ、エクセリア
    101009001
    【(選択肢)】
    1. 代替案はないのか?
    2. それもアダンの教えか?
    EA_004_032_select1
    EA_004_032_select1_1
    101009001
    【ノワール】
    もう少し難易度が低い代替案はないかな?
    【エクセリア】
    ノワールは私の作戦が間違っていると思うの?
    最適解ではないと?
    EA_004_032_select1_2
    101009001
    【ノワール】
    その戦術もアダンの教えなのか?
    【エクセリア】
    ノワールは私の作戦が間違っていると思うの?
    最適解ではないと?
    EA_004_032_end
    101009001
    【ノワール】
    そういうわけじゃないって。ただ――
    101009001
    【ノワール】
    ああ。皆、いこう!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300051.html b/docs/story/300051.html index 82276d315..93b1b1100 100644 --- a/docs/story/300051.html +++ b/docs/story/300051.html @@ -11,6 +11,14 @@

    シナリオイベクエ/エクセリア/3話_ADV_3

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    シナリオイベクエ/エクセリア/3話_ADV_3

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    よしっ、終了!タイムも上々だし
    なかなかいい結果じゃないか?
    101009001
    【ノワール】
    ………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300052.html b/docs/story/300052.html index 8997e9dd1..b6df8c0e9 100644 --- a/docs/story/300052.html +++ b/docs/story/300052.html @@ -11,6 +11,18 @@

    シナリオイベクエ/エクセリア/4話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    シナリオイベクエ/エクセリア/4話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    (参ったな…学園祭の出し物が全然決まらない
    さすがにそろそろ決めないと)
    101009002
    【ノワール】
    …とりあえず、大図書院に行ってみるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300053.html b/docs/story/300053.html index 86e2e9bab..2055e9166 100644 --- a/docs/story/300053.html +++ b/docs/story/300053.html @@ -11,6 +11,18 @@

    シナリオイベクエ/エクセリア/4話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    シナリオイベクエ/エクセリア/4話_ADV_2

    + + + + + + + + + @@ -96,6 +117,10 @@

    シナリオイベクエ/エクセリア/4話_ADV_2

    + + + + @@ -116,6 +141,10 @@

    シナリオイベクエ/エクセリア/4話_ADV_2

    + + + + @@ -400,5 +429,13 @@

    シナリオイベクエ/エクセリア/4話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101034001
    【エクセリア】
    ディンドラン
    探してほしい本があるのだけれど
    【ノワール】
    『わかる!戦術概論』『指揮のススメ』
    『一歩先へ進むための心理学』…
    101009002
    【(選択肢)】
    1. これ全部読んだのか?
    2. エクセリアには必要ないのでは
    Block1_1
    101009002
    【ノワール】
    すごいな…これ全部読んだのか?
    【エクセリア】
    …とはいえ、今はまだ
    答えは見つかってはいないけど
    Block1_2
    101009002
    【ノワール】
    どれも基本的な本ばかりだな
    エクセリアには必要ないんじゃないか?
    【エクセリア】
    …とはいえ、私の疑問に答えてくれる本は
    この中にはなかったのだけれど
    Block1end
    101009002
    【ノワール】
    これだけ読んでわからないって…
    エクセリアはいったい何が知りたいんだ?
    101027001
    【ディンドラン】
    そうですねぇ… お節介な誰か
    強引に背中を押してあげたりでもしないと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300054.html b/docs/story/300054.html index 846be9358..377e68bd9 100644 --- a/docs/story/300054.html +++ b/docs/story/300054.html @@ -11,6 +11,18 @@

    シナリオイベクエ/エクセリア/5話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -61,6 +73,15 @@

    シナリオイベクエ/エクセリア/5話_ADV_1

    + + + + + + + + + @@ -81,6 +102,10 @@

    シナリオイベクエ/エクセリア/5話_ADV_1

    + + + + @@ -96,6 +121,10 @@

    シナリオイベクエ/エクセリア/5話_ADV_1

    + + + + @@ -195,5 +224,13 @@

    シナリオイベクエ/エクセリア/5話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101054005
    【アダン】
    では、この授業最後の演習試合を行います
    【ノワール】
    (ほら~~~)
    101009002
    【(選択肢)】
    1. キミを気にしてるんだ
    2. 素直じゃない奴なんだ
    Block1_1
    101009002
    【ノワール】
    キミのことを気にしてるんじゃないか
    ああやって強く言った手前さ
    【エクセリア】
    …?
    Block1_2
    101009002
    【ノワール】
    悪い。素直じゃない奴なんだ
    【エクセリア】
    …よくわからないけど、ノワールがそう言うなら
    気にしないことにするわ
    Block1end
    101034001
    【エクセリア】
    まぁ、いいわ
    そんなことより…いよいよ最後の模擬戦よ
    101009002
    【ノワール】
    で、腹割って話して仲良くなる!
    これが鉄則だろ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300055.html b/docs/story/300055.html index 7858cc5d8..f33a14a64 100644 --- a/docs/story/300055.html +++ b/docs/story/300055.html @@ -11,6 +11,18 @@

    シナリオイベクエ/エクセリア/5話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -140,5 +152,13 @@

    シナリオイベクエ/エクセリア/5話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101032001
    【ガレス】
    やっほ~♪
    ガレスちゃんのスペシャルメニューだぞ!
    101009002
    【ノワール】
    …って、そろそろ俺たちも食べようか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300056.html b/docs/story/300056.html index 4a3050a88..11c23c0e7 100644 --- a/docs/story/300056.html +++ b/docs/story/300056.html @@ -11,6 +11,18 @@

    シナリオイベクエ/エクセリア/5話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -220,5 +232,13 @@

    シナリオイベクエ/エクセリア/5話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ほら、エクセリアも座って
    一緒に食べよう
    101034001
    【エクセリア】
    …わかったわ。任せて
    この場の最適解を、示してみせるから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300057.html b/docs/story/300057.html index addf7292e..9d66c75ad 100644 --- a/docs/story/300057.html +++ b/docs/story/300057.html @@ -11,6 +11,18 @@

    シナリオイベクエ/エクセリア/5話_ADV_4

    View script in lua + + + + + + + + + + + + @@ -125,5 +137,13 @@

    シナリオイベクエ/エクセリア/5話_ADV_4

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    お疲れ様でした、アダン先生
    101009002
    【ノワール】
    ああ、もちろん
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300058.html b/docs/story/300058.html index a4f3919bf..d5edca36f 100644 --- a/docs/story/300058.html +++ b/docs/story/300058.html @@ -11,6 +11,18 @@

    シナリオイベクエ/エクセリア/5話_ADV_5

    View script in lua + + + + + + + + + + + + @@ -145,5 +157,13 @@

    シナリオイベクエ/エクセリア/5話_ADV_5

    + + + + + + + +
    template1
    Load
    Play
    101010001
    【ランスロット】
    …にしても、考えたな
    授業の内容をそのまま学園祭の出し物にするとは
    101054005
    【アダン】
    皆が青春を謳歌できますよう
    心から祈っています
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300059.html b/docs/story/300059.html index 0353fee7d..2102e6613 100644 --- a/docs/story/300059.html +++ b/docs/story/300059.html @@ -11,6 +11,18 @@

    シナリオイベクエ/エクセリア/5話_ADV_6

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    シナリオイベクエ/エクセリア/5話_ADV_6

    + + + + + + + +
    template1
    Load
    Play
    101034001
    【エクセリア】
    選ぶなら最適解よ
    その考えは変わらない
    101034001
    【エクセリア】
    いつかどこかの戦場で
    切り札のひとつとなるわ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300060.html b/docs/story/300060.html index c671c1174..4fda83543 100644 --- a/docs/story/300060.html +++ b/docs/story/300060.html @@ -11,6 +11,18 @@

    シナリオイベクエ/Xmasクラリス/1話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -111,6 +123,15 @@

    シナリオイベクエ/Xmasクラリス/1話_ADV_1

    + + + + + + + + + @@ -126,6 +147,10 @@

    シナリオイベクエ/Xmasクラリス/1話_ADV_1

    + + + + @@ -141,9 +166,21 @@

    シナリオイベクエ/Xmasクラリス/1話_ADV_1

    + + + + + + + + + + + +
    template1
    Load
    Play
    101018001
    【ラグネル】
    ノワール!ガウェイン!
    聞いて!大変なの!
    【ノワール/ガウェイン】
    なァにィ~~~~!?
    101009002
    【(選択肢)】
    1. 前に、似たことで驚いたような…
    2. 証拠は!?
    Block1_1
    101009002
    【ノワール】
    なんか…以前に
    似たようなことで驚いた記憶が………
    【ノワール】
    いや…えーっと
    なんか、誤解だったりしないか?
    Block1_2
    101009002
    【ノワール】
    証拠は!?
    なにか証拠はあるのか!?
    【ガウェイン】
    ちゃんとした証拠がねーと
    信じられねえよ!!
    Block1end
    101018001
    【ラグネル】
    じゃあふたりとも、ついてきて!
    慌てずにね!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300061.html b/docs/story/300061.html index 1f435dc1a..b9a3e5d90 100644 --- a/docs/story/300061.html +++ b/docs/story/300061.html @@ -11,6 +11,18 @@

    シナリオイベクエ/Xmasクラリス/1話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    シナリオイベクエ/Xmasクラリス/1話_ADV_2

    + + + + + + + + + @@ -71,6 +92,10 @@

    シナリオイベクエ/Xmasクラリス/1話_ADV_2

    + + + + @@ -91,6 +116,10 @@

    シナリオイベクエ/Xmasクラリス/1話_ADV_2

    + + + + @@ -111,6 +140,10 @@

    シナリオイベクエ/Xmasクラリス/1話_ADV_2

    + + + + @@ -490,5 +523,13 @@

    シナリオイベクエ/Xmasクラリス/1話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101023001
    【クラリス】
    プレゼント
    決まりましたか?
    【ガウェイン】
    うわ…マジだ…
    101009002
    【(選択肢)】
    1. まだわからない
    2. お相手は
    3. あまり首を突っ込まないほうが
    Block1_1
    101009002
    【ノワール】
    ま、まだわからないだろ
    クラリスの隠し子かどうかなんて
    【ガウェイン】
    こっちの受け入れ態勢を
    整えておくべきってことじゃねーか…?
    Block1_2
    101009002
    【ノワール】
    お相手は…誰なんだ、いったい………
    【ノワール】
    ラグネルが言うか…?
    Block1_3
    101009002
    【ノワール】
    人の家庭事情には
    首を突っ込まないほうがいい
    【ノワール】
    グッ
    Block1end
    【カイル】
    クラリスお姉ちゃんだったら
    なにをプレゼントする?
    101023001
    【クラリス】
    驚くほどの幸いとは、なにか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300062.html b/docs/story/300062.html index d938cb0c2..3360783e3 100644 --- a/docs/story/300062.html +++ b/docs/story/300062.html @@ -11,6 +11,18 @@

    シナリオイベクエ/Xmasクラリス/2話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -280,5 +292,13 @@

    シナリオイベクエ/Xmasクラリス/2話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101023001
    【クラリス】
    ちょっとだけビンカンでして~わたし
    101018001
    【ラグネル】
    『あなたがサプライズプレゼントを
    贈るとしたら?突撃インタビュー!』
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300063.html b/docs/story/300063.html index e4d117afd..4e08dd2de 100644 --- a/docs/story/300063.html +++ b/docs/story/300063.html @@ -11,6 +11,18 @@

    シナリオイベクエ/Xmasクラリス/2話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    シナリオイベクエ/Xmasクラリス/2話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    相手に聞いちゃうかも、です
    あっ、これじゃサプライズにならない…
    101018001
    【ラグネル】
    ディナタンちゃんらしくて可愛いね!
    次!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300064.html b/docs/story/300064.html index e07a66f6a..a1b6d025d 100644 --- a/docs/story/300064.html +++ b/docs/story/300064.html @@ -11,6 +11,18 @@

    シナリオイベクエ/Xmasクラリス/2話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -30,5 +42,13 @@

    シナリオイベクエ/Xmasクラリス/2話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    101017001
    【マルディサント】
    あ~、なんだろな~
    詩………とか、ダメっかなあ~
    101013001
    【ガウェイン】
    忙しいところ悪かったな!
    参考にさせてもらうぜ!ってなわけで次!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300065.html b/docs/story/300065.html index 207a5121b..680a1f209 100644 --- a/docs/story/300065.html +++ b/docs/story/300065.html @@ -11,6 +11,18 @@

    シナリオイベクエ/Xmasクラリス/2話_ADV_4

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    シナリオイベクエ/Xmasクラリス/2話_ADV_4

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    B級グルメかな!!!!
    101020001
    【マーリン】
    主様、降誕祭の贈り物のお話ですよ
    私は驚きますが。当然悪い意味で
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300066.html b/docs/story/300066.html index 63fbae720..bd555e218 100644 --- a/docs/story/300066.html +++ b/docs/story/300066.html @@ -11,6 +11,18 @@

    シナリオイベクエ/Xmasクラリス/2話_ADV_5

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    シナリオイベクエ/Xmasクラリス/2話_ADV_5

    + + + + + + + +
    template1
    Load
    Play
    101026001
    【パーシヴァル】
    大量のお金を渡すかな!
    上品にラッピングして!!
    101027001
    【ディンドラン】
    驚きです
    下品すぎて
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300067.html b/docs/story/300067.html index c811b7de0..cece41d47 100644 --- a/docs/story/300067.html +++ b/docs/story/300067.html @@ -11,6 +11,18 @@

    シナリオイベクエ/Xmasクラリス/2話_ADV_6

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    シナリオイベクエ/Xmasクラリス/2話_ADV_6

    + + + + + + + +
    template1
    Load
    Play
    101025001
    【クレア】
    予期せぬ事件を起こしましょう
    解決までの道筋が険しいほどイイわ
    101024001
    【ヴォールス】
    こういうヤツなんだ
    驚かせてすまないが
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300068.html b/docs/story/300068.html index 095a0729a..855367809 100644 --- a/docs/story/300068.html +++ b/docs/story/300068.html @@ -11,9 +11,29 @@

    シナリオイベクエ/Xmasクラリス/2話_ADV_7

    View script in lua + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    101014001
    【トリスタン】
    それ答えるのって、ボクになにかトクある?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300069.html b/docs/story/300069.html index c7811be44..28fd4ab00 100644 --- a/docs/story/300069.html +++ b/docs/story/300069.html @@ -11,6 +11,18 @@

    シナリオイベクエ/Xmasクラリス/2話_ADV_8

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    シナリオイベクエ/Xmasクラリス/2話_ADV_8

    + + + + + + + + + @@ -56,6 +77,10 @@

    シナリオイベクエ/Xmasクラリス/2話_ADV_8

    + + + + @@ -86,6 +111,10 @@

    シナリオイベクエ/Xmasクラリス/2話_ADV_8

    + + + + @@ -116,6 +145,10 @@

    シナリオイベクエ/Xmasクラリス/2話_ADV_8

    + + + + @@ -270,5 +303,13 @@

    シナリオイベクエ/Xmasクラリス/2話_ADV_8

    + + + + + + + +
    template1
    Load
    Play
    101023001
    【クラリス】
    参考になりました~
    【クラリス】
    ノワールくんのご意見も
    聞きたいです~
    101009002
    【(選択肢)】
    1. インタビュアーはどうなんだ?
    2. 相手による
    3. パーティ三昧
    Block1_1
    101009002
    【ノワール】
    そ、そういえば、インタビュアーだったら
    サプライズになにを贈るんだ?
    【ラグネル】
    あのさ、あたしソレやられたら
    結構落ち込むからね、あとで渡されたとしても
    Block1_2
    101009002
    【ノワール】
    …相手によるかなあ
    【ノワール】
    だとしたらなんでも
    喜んでくれるような気がするけどなあ
    Block1_3
    101009002
    【ノワール】
    ぱ、パーティ三昧とか
    【ラグネル】
    う~ん…
    なにか良い案ないかな~
    Block1end
    【カイル】
    …クラリスお姉ちゃんは
    やっぱりさ、なんかないの?
    101009002
    【ノワール】
    いい知り合いがいるんだ
    世界中を旅した商人が
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300070.html b/docs/story/300070.html index 6c3f60f4c..c0cb57c16 100644 --- a/docs/story/300070.html +++ b/docs/story/300070.html @@ -11,6 +11,18 @@

    シナリオイベクエ/Xmasクラリス/3話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -360,5 +372,13 @@

    シナリオイベクエ/Xmasクラリス/3話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101062001
    【マルイル】
    この時期、プレゼントのお悩み…ありますよね!
    そんなときはお任せください!!
    101023001
    【クラリス】
    カイルくん!?ダメです!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300071.html b/docs/story/300071.html index 6c0df960f..6ac78f88f 100644 --- a/docs/story/300071.html +++ b/docs/story/300071.html @@ -11,6 +11,14 @@

    シナリオイベクエ/Xmasクラリス/3話_ADV_2

    View script in lua + + + + + + + + @@ -36,6 +44,19 @@

    シナリオイベクエ/Xmasクラリス/3話_ADV_2

    + + + + + + + + + + + + + @@ -51,6 +72,10 @@

    シナリオイベクエ/Xmasクラリス/3話_ADV_2

    + + + + @@ -66,6 +91,10 @@

    シナリオイベクエ/Xmasクラリス/3話_ADV_2

    + + + + @@ -140,5 +169,13 @@

    シナリオイベクエ/Xmasクラリス/3話_ADV_2

    + + + + + + + +
    Load
    Play
    【ログレス兵?A】
    白い花束サマサマだな
    幸運(ガキ)が自分から俺に突っ込んできやがった
    【ログレス兵?B】
    けどせっかくだ、これを機に
    円卓の騎士の首をもらうのも悪くはねえかあ
    101009001
    【(選択肢)】
    1. 逃がす
    2. 倒す
    EA_007_032_select1
    EA_007_032_select1_1
    101009001
    【ノワール】
    …くっ、逃がすしか、ないのか…?
    【ラグネル】
    でも敵に手を出せば
    カイルくんが危ないし…!
    EA_007_032_select1_2
    101009001
    【ノワール】
    敵を、なんとか倒せば──
    【ガウェイン】
    敵を倒す前に
    カイルがやられちまう…
    EA_007_032_end
    101009001
    【ノワール】
    …だめだ、選べない………!
    101023001
    【クラリス】
    不幸にも、ね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300072.html b/docs/story/300072.html index 192dfefab..709555757 100644 --- a/docs/story/300072.html +++ b/docs/story/300072.html @@ -11,6 +11,14 @@

    シナリオイベクエ/Xmasクラリス/3話_ADV_3

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    シナリオイベクエ/Xmasクラリス/3話_ADV_3

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    つ、着いたぜ、これでなにが──…?
    101022001
    【モルドレッド】
    セコいヤツらだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300073.html b/docs/story/300073.html index aa088181b..fcbe1dc27 100644 --- a/docs/story/300073.html +++ b/docs/story/300073.html @@ -11,6 +11,18 @@

    シナリオイベクエ/Xmasクラリス/3話_ADV_4

    View script in lua + + + + + + + + + + + + @@ -101,6 +113,15 @@

    シナリオイベクエ/Xmasクラリス/3話_ADV_4

    + + + + + + + + + @@ -126,6 +147,10 @@

    シナリオイベクエ/Xmasクラリス/3話_ADV_4

    + + + + @@ -146,6 +171,10 @@

    シナリオイベクエ/Xmasクラリス/3話_ADV_4

    + + + + @@ -210,5 +239,13 @@

    シナリオイベクエ/Xmasクラリス/3話_ADV_4

    + + + + + + + +
    template1
    Load
    Play
    101022001
    【モルドレッド】
    拷問のし甲斐がねえヤツらだったぜ
    簡単にクチ割りやがった
    【モルドレッド】
    んだよ
    101009002
    【(選択肢)】
    1. 奇跡が起きた
    2. ずっと見守ってくれていた
    Block1_1
    101009002
    【ノワール】
    奇跡が起きたんだよ、きっと
    【モルドレッド】
    黙れ、口閉じろ
    Block1_2
    101009002
    【ノワール】
    ずっと見守ってくれていたんじゃないのか?
    もしかして
    【ラグネル】
    誰を見守ってたのかなあ
    Block1end
    101062001
    【マルイル】
    話をまとめますと!
    101023001
    【クラリス】
    (不幸はまだ、視えていた)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300074.html b/docs/story/300074.html index ee332a4a9..3b246a3a4 100644 --- a/docs/story/300074.html +++ b/docs/story/300074.html @@ -11,6 +11,18 @@

    シナリオイベクエ/Xmasクラリス/4話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -251,6 +263,15 @@

    シナリオイベクエ/Xmasクラリス/4話_ADV_1

    + + + + + + + + + @@ -266,6 +287,10 @@

    シナリオイベクエ/Xmasクラリス/4話_ADV_1

    + + + + @@ -281,6 +306,10 @@

    シナリオイベクエ/Xmasクラリス/4話_ADV_1

    + + + + @@ -330,5 +359,13 @@

    シナリオイベクエ/Xmasクラリス/4話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    【カイル】
    ボクひとりでも平気だから!!
    【カイル】
    わかった!!
    101009002
    【(選択肢)】
    1. 危険だ
    2. 乗った
    Block1_1
    101009002
    【ノワール】
    やっぱり危険だ、クラリス
    【クラリス】
    そうですよ~ノワールくん
    サプライズにリスクはつきものです~
    Block1_2
    101009002
    【ノワール】
    …乗ったよ。クラリス
    【ノワール】
    ………あれ、俺の返答も想定済みだったのか…?
    Block1end
    101023001
    【クラリス】
    ログレス兵さんたちのバルバロイ討伐任務に
    混ぜてもらう手筈を整えてきたんです。実は
    101023001
    【クラリス】
    ふらふらしてみるのも
    いいですよね?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300075.html b/docs/story/300075.html index d453cf2dc..64995bcda 100644 --- a/docs/story/300075.html +++ b/docs/story/300075.html @@ -11,6 +11,14 @@

    シナリオイベクエ/Xmasクラリス/4話_ADV_2

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    シナリオイベクエ/Xmasクラリス/4話_ADV_2

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    『天使の贈り物』の群生地はこの先か
    101023002
    【クラリス・クラレント】
    おいで。なでてあげます
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300076.html b/docs/story/300076.html index 65ee4a24c..dd0f1cc9a 100644 --- a/docs/story/300076.html +++ b/docs/story/300076.html @@ -11,6 +11,14 @@

    シナリオイベクエ/Xmasクラリス/4話_バトルADV_1

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    シナリオイベクエ/Xmasクラリス/4話_バトルADV_1

    + + + + + + + +
    Load
    Play
    101023002
    【クラリス・クラレント】
    さて…ノワールくん
    もう一つ、協力いただきたいことが──
    101023002
    【クラリス・クラレント】
    秘密の、相談です
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300077.html b/docs/story/300077.html index c0ef425e4..ec36a304e 100644 --- a/docs/story/300077.html +++ b/docs/story/300077.html @@ -11,6 +11,18 @@

    シナリオイベクエ/Xmasクラリス/4話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    シナリオイベクエ/Xmasクラリス/4話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    【】
    不運なことに
    【】
    その不幸までは
    視えなかったらしい
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300078.html b/docs/story/300078.html index eb613c055..b99be01dc 100644 --- a/docs/story/300078.html +++ b/docs/story/300078.html @@ -11,6 +11,18 @@

    シナリオイベクエ/Xmasクラリス/5話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    シナリオイベクエ/Xmasクラリス/5話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101064001
    【リアム】
    まだ遠くへは行っていないはずです…!
    101064001
    【リアム】
    叔父(かれ)がカイルくんをログレスに誘ったのも
    元々誘拐が目的だったというわけですか…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300079.html b/docs/story/300079.html index f4b5aaacb..6cd372ab1 100644 --- a/docs/story/300079.html +++ b/docs/story/300079.html @@ -11,6 +11,18 @@

    シナリオイベクエ/Xmasクラリス/5話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    シナリオイベクエ/Xmasクラリス/5話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    なんでそんなヤツに
    カイルを渡しちまうかなアッ!?
    101013001
    【ガウェイン】
    ああっ、クソッ!
    カイルー!!カイルー!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300080.html b/docs/story/300080.html index d71771aae..080bc1ea6 100644 --- a/docs/story/300080.html +++ b/docs/story/300080.html @@ -11,6 +11,18 @@

    シナリオイベクエ/Xmasクラリス/5話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -200,5 +212,13 @@

    シナリオイベクエ/Xmasクラリス/5話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    【カイル】
    叔父さん、どうしてそんなに急ぐの?
    101023003
    【クラリス】
    懺悔するおつもりは?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300081.html b/docs/story/300081.html index 0aa4d921e..52c898fdb 100644 --- a/docs/story/300081.html +++ b/docs/story/300081.html @@ -11,6 +11,14 @@

    シナリオイベクエ/Xmasクラリス/5話_ADV_4

    View script in lua + + + + + + + + @@ -135,5 +143,13 @@

    シナリオイベクエ/Xmasクラリス/5話_ADV_4

    + + + + + + + +
    Load
    Play
    【カイルの叔父】
    私は
    望む者に望むだけの商品を与えて(プレゼントして)いるだけだ!
    101023003
    【クラリス】
    ついていけませんね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300082.html b/docs/story/300082.html index 324b689c7..b2906bddc 100644 --- a/docs/story/300082.html +++ b/docs/story/300082.html @@ -11,6 +11,14 @@

    シナリオイベクエ/Xmasクラリス/5話_バトルADV_1

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    シナリオイベクエ/Xmasクラリス/5話_バトルADV_1

    + + + + + + + +
    Load
    Play
    101022001
    【モルドレッド】
    好きになれねえな
    商売人ってのは
    101022001
    【モルドレッド】
    …そいつぁどーも
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300083.html b/docs/story/300083.html index de0039969..40e76a66f 100644 --- a/docs/story/300083.html +++ b/docs/story/300083.html @@ -11,6 +11,18 @@

    シナリオイベクエ/Xmasクラリス/5話_ADV_5

    View script in lua + + + + + + + + + + + + @@ -231,6 +243,15 @@

    シナリオイベクエ/Xmasクラリス/5話_ADV_5

    + + + + + + + + + @@ -251,6 +272,10 @@

    シナリオイベクエ/Xmasクラリス/5話_ADV_5

    + + + + @@ -271,6 +296,10 @@

    シナリオイベクエ/Xmasクラリス/5話_ADV_5

    + + + + @@ -380,5 +409,13 @@

    シナリオイベクエ/Xmasクラリス/5話_ADV_5

    + + + + + + + +
    template1
    Load
    Play
    101022001
    【モルドレッド】
    まさにサプライズだったな
    【クラリス】
    あまり…うまくできたかは、わかりませんが~
    101009002
    【(選択肢)】
    1. カイルの望みどおりになった
    2. 無事な花があったのも幸運だった
    Block1_1
    101009002
    【ノワール】
    カイルの望みどおりになったじゃないか
    【ガウェイン】
    そーいやそうだったな!!
    Block1_2
    101009002
    【ノワール】
    無事な花があったのも幸運だったな
    【ノワール】
    それはローマ軍残党との戦いのときもそうだ
    クラリスがみんなを守ったんだよ
    Block1end
    【カイル】
    それに、お姉ちゃんがいてくれなかったら
    あんな風にママとパパに喜んでもらえなかったよ
    101023003
    【クラリス】
    ハートに
    火がツキました
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300084.html b/docs/story/300084.html index 8c44a3301..8d7b2e2d5 100644 --- a/docs/story/300084.html +++ b/docs/story/300084.html @@ -11,6 +11,18 @@

    シナリオイベクエ/すいちゃんコラボ/1話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    シナリオイベクエ/すいちゃんコラボ/1話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    これは私と兄さんが
    学園に入学して間もない頃に起きた
    101012001
    【ディナタン】
    やった!いっしょに行こうよ
    兄さん、ウレリーさん!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300085.html b/docs/story/300085.html index bc784f277..df25ed9e3 100644 --- a/docs/story/300085.html +++ b/docs/story/300085.html @@ -11,6 +11,14 @@

    シナリオイベクエ/すいちゃんコラボ/1話_ADV_2

    View script in lua + + + + + + + + @@ -115,5 +123,13 @@

    シナリオイベクエ/すいちゃんコラボ/1話_ADV_2

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    開演時間をずいぶん過ぎてる気がするんだけど…
    はじまらないね
    【星街すいせい】
    私も一緒に戦います!
    私の歌が、きっとみんなに力をあげられるから!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300086.html b/docs/story/300086.html index 6d74c01ae..d30feb70b 100644 --- a/docs/story/300086.html +++ b/docs/story/300086.html @@ -11,9 +11,25 @@

    シナリオイベクエ/すいちゃんコラボ/1話_バトルADV_1

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【星街すいせい】
    みんな、お疲れ様♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300087.html b/docs/story/300087.html index 33bc9a56c..4c0be05c4 100644 --- a/docs/story/300087.html +++ b/docs/story/300087.html @@ -11,6 +11,14 @@

    シナリオイベクエ/すいちゃんコラボ/1話_バトルADV_2

    View script in lua + + + + + + + + @@ -21,6 +29,19 @@

    シナリオイベクエ/すいちゃんコラボ/1話_バトルADV_2

    + + + + + + + + + + + + + @@ -31,6 +52,10 @@

    シナリオイベクエ/すいちゃんコラボ/1話_バトルADV_2

    + + + + @@ -40,5 +65,17 @@

    シナリオイベクエ/すいちゃんコラボ/1話_バトルADV_2

    + + + + + + + + + + + +
    Load
    Play
    【星街すいせい】
    彗星の如く現れたスターの原石!
    アイドルVTuberの星街すいせいです!
    【星街すいせい】
    すいちゃんは~?
    101009002
    【(選択肢)】
    1. 今日もかわいいー!
    2. 俺に力をくれる
    MA_01A109_22_select1
    MA_01A109_22_select1_1
    101009001
    【ノワール】
    今日もかわいいー!
    【星街すいせい】
    ありがとう!
    MA_01A109_22_select1_2
    101009001
    【ノワール】
    ?えっと…歌の応援ありがとう
    力が湧いてくるよ!
    【星街すいせい】
    頑張れー!
    MA_01A109_22_end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300088.html b/docs/story/300088.html index 4acb1e10e..33394048f 100644 --- a/docs/story/300088.html +++ b/docs/story/300088.html @@ -11,6 +11,14 @@

    シナリオイベクエ/すいちゃんコラボ/1話_ADV_3

    View script in lua + + + + + + + + @@ -130,5 +138,13 @@

    シナリオイベクエ/すいちゃんコラボ/1話_ADV_3

    + + + + + + + +
    Load
    Play
    101068001
    【ウレリー】
    バルバロイを全部倒したの!?
    さすがノワールくんにギネヴィア様だね
    101012001
    【ディナタン】
    私にもできたらいいな
    そんなことが…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300089.html b/docs/story/300089.html index 71556e909..51f554943 100644 --- a/docs/story/300089.html +++ b/docs/story/300089.html @@ -11,6 +11,18 @@

    シナリオイベクエ/新年24/1話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -171,6 +183,15 @@

    シナリオイベクエ/新年24/1話_ADV_1

    + + + + + + + + + @@ -201,6 +222,10 @@

    シナリオイベクエ/新年24/1話_ADV_1

    + + + + @@ -241,6 +266,10 @@

    シナリオイベクエ/新年24/1話_ADV_1

    + + + + @@ -290,5 +319,13 @@

    シナリオイベクエ/新年24/1話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    わ~、なんだかこの辺りも
    キラキラしてていつもと雰囲気違う
    【ディナタン】
    兄さん、なんで止めるの!?
    101009002
    【(選択肢)】
    1. 沈黙する
    2. ギネヴィアのためだ
    Block1_1
    101009002
    【ノワール】
    ………
    【ディナタン】
    兄さん…
    Block1_2
    101009002
    【ノワール】
    なにも知らないお前が行っても
    ギネヴィアを傷つけるだけだ
    【ノワール】
    …ごめん
    Block1end
    101012001
    【ディナタン】
    …兄さん、いいの?
    ギネヴィアさんを追わなくて
    101012001
    【ディナタン】
    ………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300090.html b/docs/story/300090.html index f420f79ae..f9f00b0aa 100644 --- a/docs/story/300090.html +++ b/docs/story/300090.html @@ -11,6 +11,18 @@

    シナリオイベクエ/新年24/1話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    シナリオイベクエ/新年24/1話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ギネヴィア――
    101009002
    【ノワール】
    …!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300091.html b/docs/story/300091.html index 395bc2b4b..47d1a574c 100644 --- a/docs/story/300091.html +++ b/docs/story/300091.html @@ -11,6 +11,18 @@

    シナリオイベクエ/新年24/1話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -46,6 +58,15 @@

    シナリオイベクエ/新年24/1話_ADV_3

    + + + + + + + + + @@ -76,6 +97,10 @@

    シナリオイベクエ/新年24/1話_ADV_3

    + + + + @@ -111,6 +136,10 @@

    シナリオイベクエ/新年24/1話_ADV_3

    + + + + @@ -150,5 +179,13 @@

    シナリオイベクエ/新年24/1話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    …結局、また逃げてきちゃったな
    なにやってんだ、俺…
    【ノワール】
    ものすごくヒソヒソ話してる…
    101009002
    【(選択肢)】
    1. 話しかける
    2. もう少し聞いてみる
    Block1_1
    101009002
    【ノワール】
    ふたりとも、なんの話をしてるんだ?
    【ノワール】
    当たってるけど
    認めるのはちょっと癪だな…
    Block1_2
    101009002
    【ノワール】
    (もう少し話を聞いてみよう)
    【ノワール】
    そ、そんなつもりじゃ…
    Block1end
    101012001
    【ディナタン】
    悪いけど、兄さんにはまだヒミツなの
    なにを聞かれても一切お答えいたしません!
    101009002
    【ノワール】
    …気になる
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300092.html b/docs/story/300092.html index 40e4e77bb..5f21182dd 100644 --- a/docs/story/300092.html +++ b/docs/story/300092.html @@ -11,6 +11,18 @@

    シナリオイベクエ/新年24/1話_ADV_4

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    シナリオイベクエ/新年24/1話_ADV_4

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    またあのふたりだ
    101033001
    【リオネス】
    あ、ふたりが移動したぞ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300093.html b/docs/story/300093.html index b7f027422..c92670923 100644 --- a/docs/story/300093.html +++ b/docs/story/300093.html @@ -11,6 +11,18 @@

    シナリオイベクエ/新年24/1話_ADV_5

    View script in lua + + + + + + + + + + + + @@ -130,5 +142,13 @@

    シナリオイベクエ/新年24/1話_ADV_5

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ディナタンたち、こっちに来たはずだけど…
    なんの用があるんだ?
    101009002
    【ノワール】
    …?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300094.html b/docs/story/300094.html index 0a631e566..c2af89875 100644 --- a/docs/story/300094.html +++ b/docs/story/300094.html @@ -11,6 +11,18 @@

    シナリオイベクエ/新年24/2話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    シナリオイベクエ/新年24/2話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    【男子生徒A】
    ノワール!大変だ!
    101009002
    【ノワール】
    ディナタン…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300095.html b/docs/story/300095.html index cda8aa40f..0ed9418db 100644 --- a/docs/story/300095.html +++ b/docs/story/300095.html @@ -11,6 +11,18 @@

    シナリオイベクエ/新年24/2話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -91,6 +103,15 @@

    シナリオイベクエ/新年24/2話_ADV_2

    + + + + + + + + + @@ -121,6 +142,10 @@

    シナリオイベクエ/新年24/2話_ADV_2

    + + + + @@ -151,6 +176,10 @@

    シナリオイベクエ/新年24/2話_ADV_2

    + + + + @@ -265,5 +294,13 @@

    シナリオイベクエ/新年24/2話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    ディナタン!!
    【ノワール】
    ディナタン…
    101009002
    【(選択肢)】
    1. 励ます
    2. 悔しがる
    Block1_1
    101009002
    【ノワール】
    ディナタン、心配するな
    俺が必ずなんとかしてやるから
    【ディナタン】
    ………
    Block1_2
    101009002
    【ノワール】
    クソッ…俺が目を離したばかりに…!
    【ノワール】
    マルディサント…
    Block1end
    101017001
    【マルディサント】
    ディーナ…とにかく今はゆっくり休めって
    準備のほうはアタシがバッチリ進めとくからさ
    101009002
    【ノワール】
    コンサートって?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300096.html b/docs/story/300096.html index 4ae62d088..1bf5278e8 100644 --- a/docs/story/300096.html +++ b/docs/story/300096.html @@ -11,6 +11,18 @@

    シナリオイベクエ/新年24/2話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -275,5 +287,13 @@

    シナリオイベクエ/新年24/2話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    だから私…とにかくなにかしたいんです
    101009002
    【ノワール】
    …ん?あれは――
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300097.html b/docs/story/300097.html index 50a1c7602..e02402a39 100644 --- a/docs/story/300097.html +++ b/docs/story/300097.html @@ -11,6 +11,18 @@

    シナリオイベクエ/新年24/2話_ADV_4

    View script in lua + + + + + + + + + + + + @@ -140,5 +152,34 @@

    シナリオイベクエ/新年24/2話_ADV_4

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    そういうことだったのか…
    101009002
    【ノワール】
    そうだな…どこかで調べてみるか
    101009002
    【(選択肢)】
    1. 大図書院に行く
    2. 中央マーケットに行く
    3. ローマン・バスに行く
    Block1_1
    Block1_2
    Block1_3
    Block1end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300098.html b/docs/story/300098.html index 8ac9dabf5..854ca1d2b 100644 --- a/docs/story/300098.html +++ b/docs/story/300098.html @@ -11,6 +11,18 @@

    シナリオイベクエ/新年24/2話_ADV_4_2

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    シナリオイベクエ/新年24/2話_ADV_4_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    うーん…目ぼしい情報はなさそうだな
    ん?どうした、ディナタン
    101009002
    【ノワール】
    他の場所にも行ってみるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300099.html b/docs/story/300099.html index f754eaaf8..d9a51fcfc 100644 --- a/docs/story/300099.html +++ b/docs/story/300099.html @@ -11,6 +11,18 @@

    シナリオイベクエ/新年24/2話_ADV_4_3

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    シナリオイベクエ/新年24/2話_ADV_4_3

    + + + + + + + +
    template1
    Load
    Play
    101062001
    【マルイル】
    声が出ない、ですか…
    101009002
    【ノワール】
    …他の場所にも行ってみるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/3001.html b/docs/story/3001.html index 7cc00a2eb..109a818b1 100644 --- a/docs/story/3001.html +++ b/docs/story/3001.html @@ -11,9 +11,25 @@

    01_現代編前チュートリアルバトル_01

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009001
    【不格好な金装】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300100.html b/docs/story/300100.html index a19978a02..08ade5bb6 100644 --- a/docs/story/300100.html +++ b/docs/story/300100.html @@ -11,6 +11,18 @@

    シナリオイベクエ/新年24/2話_ADV_4_4

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    シナリオイベクエ/新年24/2話_ADV_4_4

    + + + + + + + +
    template1
    Load
    Play
    101030002
    【エレイン】
    ふ~、いいお湯でしたね~
    101009001
    【ノワール】
    他の場所にもいってみるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300101.html b/docs/story/300101.html index d09aa22b1..32dd28df3 100644 --- a/docs/story/300101.html +++ b/docs/story/300101.html @@ -11,6 +11,18 @@

    シナリオイベクエ/新年24/2話_ADV_4_5

    View script in lua + + + + + + + + + + + + @@ -135,5 +147,13 @@

    シナリオイベクエ/新年24/2話_ADV_4_5

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    色々試してみたけど…
    101009002
    【ノワール】
    それはもういいよ…ああ、もうしかたない
    ――俺たちも行こう!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300102.html b/docs/story/300102.html index accdbb29f..976a1e422 100644 --- a/docs/story/300102.html +++ b/docs/story/300102.html @@ -11,9 +11,25 @@

    シナリオイベクエ/新年24/2話_バトルADV_1

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    あれか…!今助けるぞ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300103.html b/docs/story/300103.html index ea1f7d93c..cf2579d15 100644 --- a/docs/story/300103.html +++ b/docs/story/300103.html @@ -11,6 +11,14 @@

    シナリオイベクエ/新年24/2話_ADV_5

    View script in lua + + + + + + + + @@ -65,5 +73,13 @@

    シナリオイベクエ/新年24/2話_ADV_5

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    おい、お前ら無事か?
    101012001
    【ディナタン】
    ……!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300104.html b/docs/story/300104.html index bb7da6c1a..51db5affd 100644 --- a/docs/story/300104.html +++ b/docs/story/300104.html @@ -11,6 +11,18 @@

    シナリオイベクエ/新年24/3話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    シナリオイベクエ/新年24/3話_ADV_1

    + + + + + + + + + @@ -51,6 +72,10 @@

    シナリオイベクエ/新年24/3話_ADV_1

    + + + + @@ -71,6 +96,10 @@

    シナリオイベクエ/新年24/3話_ADV_1

    + + + + @@ -241,6 +270,15 @@

    シナリオイベクエ/新年24/3話_ADV_1

    + + + + + + + + + @@ -266,6 +304,10 @@

    シナリオイベクエ/新年24/3話_ADV_1

    + + + + @@ -301,6 +343,10 @@

    シナリオイベクエ/新年24/3話_ADV_1

    + + + + @@ -346,6 +392,10 @@

    シナリオイベクエ/新年24/3話_ADV_1

    + + + + @@ -500,5 +550,13 @@

    シナリオイベクエ/新年24/3話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    力を奪う魔術師?
    【トリスタン】
    だからその魔術師が力を奪っているんじゃないか
    …って噂になっているんだよ
    101009002
    【(選択肢)】
    1. そんなこと可能なのか?
    2. 学園はなにも対処しないのか?
    Block1_1
    101009002
    【ノワール】
    そんなこと、本当に可能なのか?
    【トリスタン】
    まあ、そんな人間がそういるとは思えないけど
    Block1_2
    101009002
    【ノワール】
    学園はなにも対処しないのか?
    【ノワール】
    …そうだな
    Block1end
    101009002
    【ノワール】
    (力を奪う魔術師…
    ディナタンの声を奪ったのもそいつなのか?)
    【ガウェイン】
    なんたってアーサー様のGOサインが出てっから
    もちろん、生徒会も全面協力だ!すげーだろ!
    101009002
    【(選択肢)】
    1. すごい
    2. 生徒会も協力してくれるのか
    3. ラグネルありがとう
    Block2_1
    101009002
    【ノワール】
    すごいな
    【ラグネル】
    逆にどっちだと思ったのよ
    Block2_2
    101009002
    【ノワール】
    生徒会も協力してくれているのか
    【エレイン】
    …うん!
    Block2_3
    101009002
    【ノワール】
    ラグネル、協力してくれてありがとう
    【トリスタン】
    この流れでよく割って入れるね、キミ
    Block2end
    101013001
    【ガウェイン】
    衣装ラグネル、作詞エレイン、作曲トリスタン
    んでもってステージ総合演出はマルディサント!
    101009002
    【ノワール】
    そうだな。手分けして
    『力を奪う魔術師』のことを調べよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300105.html b/docs/story/300105.html index e84f1d642..93a6b46cc 100644 --- a/docs/story/300105.html +++ b/docs/story/300105.html @@ -11,6 +11,18 @@

    シナリオイベクエ/新年24/3話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -195,5 +207,13 @@

    シナリオイベクエ/新年24/3話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    …駄目だ。全然収穫無し
    101009002
    【ノワール】
    …ああ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300106.html b/docs/story/300106.html index 9bce2baa3..3c68b0888 100644 --- a/docs/story/300106.html +++ b/docs/story/300106.html @@ -11,6 +11,14 @@

    シナリオイベクエ/新年24/3話_ADV_3

    View script in lua + + + + + + + + @@ -125,5 +133,13 @@

    シナリオイベクエ/新年24/3話_ADV_3

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    くっ…ずいぶん数が多いな――
    皆、油断するなよ――!?
    101009001
    【ノワール】
    …あるべきところへ集結させる?
    いったいどういう意味だ…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300107.html b/docs/story/300107.html index d0148b408..889540a05 100644 --- a/docs/story/300107.html +++ b/docs/story/300107.html @@ -11,6 +11,18 @@

    シナリオイベクエ/新年24/4話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -156,6 +168,15 @@

    シナリオイベクエ/新年24/4話_ADV_1

    + + + + + + + + + @@ -191,6 +212,10 @@

    シナリオイベクエ/新年24/4話_ADV_1

    + + + + @@ -216,6 +241,10 @@

    シナリオイベクエ/新年24/4話_ADV_1

    + + + + @@ -246,6 +275,10 @@

    シナリオイベクエ/新年24/4話_ADV_1

    + + + + @@ -330,5 +363,13 @@

    シナリオイベクエ/新年24/4話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    『力を奪う魔術師』…
    奴はいったい何者なんだ?
    【ノワール】
    奪いたい力か…
    101009002
    【(選択肢)】
    1. エレインの美貌かな
    2. ラヴェインの頭脳かな
    3. 俺のコミュ力かな
    Block1_1
    101009002
    【ノワール】
    エレインの美貌かな
    【ノワール】
    そ、そんなつもりじゃ…
    Block1_2
    101009002
    【ノワール】
    ラヴェインの頭脳かな
    【ノワール】
    …むしろ俺が欲しいな、ラヴェインの頭脳
    Block1_3
    101009002
    【ノワール】
    俺のコミュ力かな
    【エレイン】
    えっ!?冗談だったんですか!?
    すみません、なるほどーって思ってました…
    Block1end
    101065001
    【キッス】
    …まあ、ここまでの情報はラビットちゃんたちが
    掴んでいるものとそう大差ないわよね
    101009002
    【ノワール】
    ああ。放っておくわけにはいかない
    剣の祭壇に急ごう…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300108.html b/docs/story/300108.html index c47a21e3a..2f677192f 100644 --- a/docs/story/300108.html +++ b/docs/story/300108.html @@ -11,6 +11,14 @@

    シナリオイベクエ/新年24/4話_ADV_2

    View script in lua + + + + + + + + @@ -210,5 +218,13 @@

    シナリオイベクエ/新年24/4話_ADV_2

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    そこまでだ
    101031002
    【魔術師】
    その私に仇なすものは世界の敵だ
    この場で殺してやる、世界のために!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300109.html b/docs/story/300109.html index e38ecfc8c..4d8bca227 100644 --- a/docs/story/300109.html +++ b/docs/story/300109.html @@ -11,6 +11,14 @@

    シナリオイベクエ/新年24/4話_バトルADV_1

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    シナリオイベクエ/新年24/4話_バトルADV_1

    + + + + + + + +
    Load
    Play
    【魔術師】
    私が偽物だと!?
    ふざけたことを!!
    101009001
    【ノワール】
    ………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300110.html b/docs/story/300110.html index 3f2231a1f..208933c89 100644 --- a/docs/story/300110.html +++ b/docs/story/300110.html @@ -11,6 +11,14 @@

    シナリオイベクエ/新年24/4話_バトルADV_2

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    シナリオイベクエ/新年24/4話_バトルADV_2

    + + + + + + + +
    Load
    Play
    【魔術師】
    クッ…何故だ!?何故…!?
    継承者である私が押されるなど…!
    101012001
    【魔術師】
    その私よりも継承者のことを
    知ったような口を聞くなあああ!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300111.html b/docs/story/300111.html index 35c079cae..4ea11b3fc 100644 --- a/docs/story/300111.html +++ b/docs/story/300111.html @@ -11,6 +11,14 @@

    シナリオイベクエ/新年24/4話_ADV_3

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    シナリオイベクエ/新年24/4話_ADV_3

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    ハアアアアッ!
    101009001
    【魔術師】
    あれ――じゃあ、なんで私は――
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300112.html b/docs/story/300112.html index 696fbcf2b..6bcc59550 100644 --- a/docs/story/300112.html +++ b/docs/story/300112.html @@ -11,6 +11,18 @@

    シナリオイベクエ/新年24/4話_ADV_4

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    シナリオイベクエ/新年24/4話_ADV_4

    + + + + + + + + + @@ -56,6 +77,10 @@

    シナリオイベクエ/新年24/4話_ADV_4

    + + + + @@ -96,6 +121,10 @@

    シナリオイベクエ/新年24/4話_ADV_4

    + + + + @@ -205,5 +234,13 @@

    シナリオイベクエ/新年24/4話_ADV_4

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    ………
    【ラヴェイン・セクエンス】
    そうかもしれません
    もし自分が継承者であったなら
    101009001
    【(選択肢)】
    1. 悪い奴じゃなかった
    2. それでも許せない
    Block1_1
    101009001
    【ノワール】
    …もとは悪い奴じゃなかったのかもな
    【ノワール】
    ………
    Block1_2
    101009001
    【ノワール】
    …それでも、俺は許せない
    あいつが言ったこと
    【ノワール】
    だから、なんか気持ちがすっとした
    ありがとう、ふたりとも
    Block1end
    101012001
    【ディナタン】
    ………
    101012001
    【ディナタン】
    ………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300113.html b/docs/story/300113.html index 2e7062631..1aaf86305 100644 --- a/docs/story/300113.html +++ b/docs/story/300113.html @@ -11,6 +11,18 @@

    シナリオイベクエ/新年24/5話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    シナリオイベクエ/新年24/5話_ADV_1

    + + + + + + + + + @@ -56,6 +77,10 @@

    シナリオイベクエ/新年24/5話_ADV_1

    + + + + @@ -76,6 +101,10 @@

    シナリオイベクエ/新年24/5話_ADV_1

    + + + + @@ -145,5 +174,13 @@

    シナリオイベクエ/新年24/5話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    結局『力を奪う魔術師』を倒しても
    ディナタンの声は戻らなかった
    【ノワール】
    …本当にやるのか
    101009002
    【(選択肢)】
    1. 止める
    2. 止めない
    Block1_1
    101009002
    【ノワール】
    けど、お前…まだ声が戻っていないだろう
    それなのに…!
    【ノワール】
    エレイン…
    Block1_2
    101009002
    【ノワール】
    …そうか。わかった
    お前がそこまで言うならもう止めないよ
    【エレイン】
    …さすが先輩です
    Block1end
    101030002
    【エレイン】
    ディナタンさん、お時間良いですか?
    101009002
    【ノワール】
    がんばれよ、ディナタン
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300114.html b/docs/story/300114.html index 0b246d6b1..a59c1e1e4 100644 --- a/docs/story/300114.html +++ b/docs/story/300114.html @@ -11,6 +11,18 @@

    シナリオイベクエ/新年24/5話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -231,6 +243,15 @@

    シナリオイベクエ/新年24/5話_ADV_2

    + + + + + + + + + @@ -266,6 +287,10 @@

    シナリオイベクエ/新年24/5話_ADV_2

    + + + + @@ -291,6 +316,10 @@

    シナリオイベクエ/新年24/5話_ADV_2

    + + + + @@ -340,5 +369,13 @@

    シナリオイベクエ/新年24/5話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    そろそろ開演か…
    【ギネヴィア】
    ………
    101009002
    【(選択肢)】
    1. エスコートする
    2. 普通に話しかける
    Block1_1
    101009002
    【ノワール】
    …お手をどうぞ、お姫様
    【ギネヴィア】
    いいのよ、ノワールはいつも通りで
    Block1_2
    101009002
    【ノワール】
    …ひ、ひさしぶり
    【ギネヴィア】
    …そうね。なんだかんだいって
    ずっと一緒にいたもんね
    Block1end
    101009002
    【ノワール】
    ………
    101011001
    【ギネヴィア】
    …ありがと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300115.html b/docs/story/300115.html index 3d30ae73b..620179b5a 100644 --- a/docs/story/300115.html +++ b/docs/story/300115.html @@ -11,6 +11,18 @@

    シナリオイベクエ/新年24/5話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -210,5 +222,13 @@

    シナリオイベクエ/新年24/5話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    101014001
    【トリスタン】
    じゃあ、ボクは先に出てるから
    101012006
    【ディナタン】
    では――皆さんにとってこの一年が
    素敵な一年になりますように
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300116.html b/docs/story/300116.html index 6901c64ed..41edac5a3 100644 --- a/docs/story/300116.html +++ b/docs/story/300116.html @@ -11,9 +11,25 @@

    シナリオイベクエ/すいちゃんコラボ/MV

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    イベント『その歌は彗星のように』開催中!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300117.html b/docs/story/300117.html index 69c2eaef1..4b12c95e8 100644 --- a/docs/story/300117.html +++ b/docs/story/300117.html @@ -11,6 +11,14 @@

    シナリオイベクエ/ラグネル/2話_バトルADV_1

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    シナリオイベクエ/ラグネル/2話_バトルADV_1

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    よし、まずひとり!
    …これでいいのか、ラグネル?
    101009001
    【ノワール (心の声)】
    (なにが起きている…?気になるけど
    俺は頼まれたことに専念しよう…)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300118.html b/docs/story/300118.html index 68894a90d..f9d78a7d8 100644 --- a/docs/story/300118.html +++ b/docs/story/300118.html @@ -11,6 +11,14 @@

    シナリオイベクエ/ラグネル/2話_バトルADV_2

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    シナリオイベクエ/ラグネル/2話_バトルADV_2

    + + + + + + + +
    Load
    Play
    101038001
    【ローラ】
    ノワールさん、すごーい!
    101018001
    【ラグネル】
    問題なーし!
    ケンカを売ってきたのはオジサンたちだしね!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300119.html b/docs/story/300119.html index 4fba14756..a701f5c67 100644 --- a/docs/story/300119.html +++ b/docs/story/300119.html @@ -11,6 +11,14 @@

    シナリオイベクエ/ラグネル/2話_バトルADV_3

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    シナリオイベクエ/ラグネル/2話_バトルADV_3

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    イゾルデ
    なんていうか、その…ごめん
    101019001
    【ログレス兵】
    ひ、ひどい!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300120.html b/docs/story/300120.html index 8448f5889..9db7af654 100644 --- a/docs/story/300120.html +++ b/docs/story/300120.html @@ -11,6 +11,14 @@

    シナリオイベクエ/ラグネル/2話_バトルADV_4

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    シナリオイベクエ/ラグネル/2話_バトルADV_4

    + + + + + + + +
    Load
    Play
    101018001
    【ラグネル】
    くらえ必殺、まつり縫い~!
    …お祭りが近いだけにね
    101019001
    【イゾルデ (心の声)】
    (…ちょっと待ちなさい、私
    今驚くべきはそこで合っているのかしら?)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300121.html b/docs/story/300121.html index 5139885ef..454d53375 100644 --- a/docs/story/300121.html +++ b/docs/story/300121.html @@ -11,6 +11,14 @@

    シナリオイベクエ/ラグネル/2話_バトルADV_5

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    シナリオイベクエ/ラグネル/2話_バトルADV_5

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    またひとり倒したぞ!
    ラグネル、ローラ、トドメを頼む!
    101009001
    【ノワール (心の声)】
    (い、言われてみれば
    なんか俺、楽しくなってきてる…!?)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300122.html b/docs/story/300122.html index 942ac44ed..09082bf4f 100644 --- a/docs/story/300122.html +++ b/docs/story/300122.html @@ -11,6 +11,14 @@

    シナリオイベクエ/ラグネル/2話_バトルADV_6

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    シナリオイベクエ/ラグネル/2話_バトルADV_6

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    なあ、ラグネル
    俺はあと何人倒せばいいんだ?
    101009001
    【ノワール】
    俺は別にヒーロー目指してないんだけど…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300123.html b/docs/story/300123.html index efb7d05c2..f5bd4226d 100644 --- a/docs/story/300123.html +++ b/docs/story/300123.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0006/1話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -55,5 +67,13 @@

    シナリオイベクエ/e0006/1話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    【】
    ノワールがGS(ゲシュタルト・シフト)の相手にディナタンを
    選んでから2ヶ月ほどが経った
    101009002
    【ノワール】
    様子を見に行ってみるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300124.html b/docs/story/300124.html index e4bcde055..5ada3d486 100644 --- a/docs/story/300124.html +++ b/docs/story/300124.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0006/1話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -170,5 +182,13 @@

    シナリオイベクエ/e0006/1話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101032001
    【ガレス】
    ………
    【】
    3月某日
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300125.html b/docs/story/300125.html index d790de880..2dab3daba 100644 --- a/docs/story/300125.html +++ b/docs/story/300125.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0006/1話_エリアADV_1

    ※エリアADV→ADV小に変更

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    シナリオイベクエ/e0006/1話_エリアADV_1

    + + + + + + + +
    template1
    Load
    Play
    101032002
    【ガレス】
    ついにわたしも円卓の騎士だ♪
    …正確に言えば、まだ見習いだけど!
    101032002
    【ガレス】
    この調子で、見習い卒業を目指すぞ~♪
    向かうは円卓の間だな~!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300126.html b/docs/story/300126.html index 03dbb4085..1f26695ab 100644 --- a/docs/story/300126.html +++ b/docs/story/300126.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0006/1話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -380,5 +392,13 @@

    シナリオイベクエ/e0006/1話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    101032002
    【ガレス】
    (ログレスを守る騎士の筆頭――円卓の騎士
    これでやっと、兄さんと同じ卓を囲める)
    101026001
    【パーシヴァル】
    (どういう意味…?)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300127.html b/docs/story/300127.html index 07d67c538..00d5683c4 100644 --- a/docs/story/300127.html +++ b/docs/story/300127.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0006/1話_バトルADV_1

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    シナリオイベクエ/e0006/1話_バトルADV_1

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    なっ、お、お前!
    言っていいことと悪いことがあんだろ!
    101032002
    【ガレス】
    うるさい!山菜嫌いの兄さんなんか
    採れたて山菜に埋もれちゃえ!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300128.html b/docs/story/300128.html index aeece9e28..537f47224 100644 --- a/docs/story/300128.html +++ b/docs/story/300128.html @@ -11,11 +11,32 @@

    シナリオイベクエ/e0006/1話_ADV_4

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -36,6 +57,10 @@

    シナリオイベクエ/e0006/1話_ADV_4

    + + + + @@ -61,6 +86,10 @@

    シナリオイベクエ/e0006/1話_ADV_4

    + + + + @@ -135,5 +164,13 @@

    シナリオイベクエ/e0006/1話_ADV_4

    + + + + + + + +
    template1
    Load
    Play
    101033001
    【リオネス】
    …で、ガウェインと
    取っ組み合いの大喧嘩をしてきたのか?
    101032002
    【(選択肢)】
    1. なんで知ってるんだ?
    2. 無言
    Block1_1
    101032002
    【ガレス】
    え?なんで知ってるんだ?
    ついさっきのことだぞ~
    【ガレス】
    えええ、は、恥ずかしい~…
    Block1_2
    101032002
    【ガレス】
    ………
    【ガレス】
    別に好きで喧嘩したわけじゃないのに
    Block1end
    101032002
    【ガレス】
    大体、兄さんが悪いんだ。あんな言いかた…
    わたしたちの努力をなんだと思ってるんだ
    101032002
    【ガレス】
    それを全部やりきって――証明するんだ
    ――わたしは円卓の騎士にふさわしいって!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300129.html b/docs/story/300129.html index 37b224705..551f23300 100644 --- a/docs/story/300129.html +++ b/docs/story/300129.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0006/2話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    シナリオイベクエ/e0006/2話_ADV_1

    + + + + + + + + + @@ -46,6 +67,10 @@

    シナリオイベクエ/e0006/2話_ADV_1

    + + + + @@ -61,6 +86,10 @@

    シナリオイベクエ/e0006/2話_ADV_1

    + + + + @@ -220,5 +249,13 @@

    シナリオイベクエ/e0006/2話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    【】
    数日後
    【ガレス】
    リオネス…
    101032002
    【(選択肢)】
    1. ありがと~♪
    2. ごめんな
    Block1_1
    101032002
    【ガレス】
    リオネス、ありがと~♪
    一緒に頑張ってくれて
    【リオネス】
    そしてキラーズである以前に
    あたしはガレスの親友(ベストフレンド)だからな!
    Block1_2
    101032002
    【ガレス】
    リオネス、ごめんな
    わたしのワガママにつきあわせて
    【リオネス】
    だって、ガレスがしたいことが
    あたしのしたいことだからな!
    Block1end
    101032002
    【ガレス】
    リオネス…!
    101032002
    【ガレス】
    わたしが近くに行こうとしたら
    急に厳しくなるなんて…勝手だ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300130.html b/docs/story/300130.html index fac84816a..843b5ce94 100644 --- a/docs/story/300130.html +++ b/docs/story/300130.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0006/2話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -245,5 +257,13 @@

    シナリオイベクエ/e0006/2話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    ――1年前――
    101032001
    【ガレス】
    わたし、もっと知りたいな
    兄さんのこと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300131.html b/docs/story/300131.html index 7aa629322..f07e81fd4 100644 --- a/docs/story/300131.html +++ b/docs/story/300131.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0006/2話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -130,5 +142,13 @@

    シナリオイベクエ/e0006/2話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    101032002
    【ガレス】
    (…あのとき兄さんはわたしにそう言ってくれた
    家族を大事にするのは当然だって)
    101010001
    【ランスロット】
    …課題も忘れずにな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300132.html b/docs/story/300132.html index 9b3f30787..fb603c6c4 100644 --- a/docs/story/300132.html +++ b/docs/story/300132.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0006/2話_ADV_4

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    シナリオイベクエ/e0006/2話_ADV_4

    + + + + + + + +
    Load
    Play
    【商人】
    た、助けてくれえ!
    101032002
    【ガレス】
    大変だ!早く助けなきゃ!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300133.html b/docs/story/300133.html index 3ac982f0e..a66bd9daf 100644 --- a/docs/story/300133.html +++ b/docs/story/300133.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0006/3話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -360,5 +372,13 @@

    シナリオイベクエ/e0006/3話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    数日後
    101032002
    【ガレス】
    そうと決まればさっそく――
    『フラワーグッドフレンド作戦』決行だ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300134.html b/docs/story/300134.html index 80c1998e2..f963e3111 100644 --- a/docs/story/300134.html +++ b/docs/story/300134.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0006/3話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    シナリオイベクエ/e0006/3話_ADV_2

    + + + + + + + + + @@ -81,6 +102,10 @@

    シナリオイベクエ/e0006/3話_ADV_2

    + + + + @@ -106,6 +131,10 @@

    シナリオイベクエ/e0006/3話_ADV_2

    + + + + @@ -140,5 +169,13 @@

    シナリオイベクエ/e0006/3話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101032002
    【ガレス】
    えっと、コーンウォールであれとあれ
    アストラットであれは買ったから…
    【ガレス】
    あとは…
    101032002
    【(選択肢)】
    1. 花見の思い出を聞く
    2. お弁当のリクエストを聞く
    Block1_1
    101032002
    【ガレス】
    ランスロットはお花見ってしたことあるのか?
    【ガレス】
    へぇ~…良い思い出だな♪
    Block1_2
    101032002
    【ガレス】
    ランスロットはどんなお弁当がいい?
    リクエスト、聞くぞ♪
    【ランスロット】
    そういうわけではないが…
    …食べると、胃がもたれる
    Block1end
    101032002
    【ガレス】
    …あ!そうだ!思い出した!
    あとはロンディニウムに行かないとだ!
    101032002
    【ガレス】
    今の声――あっちだ!
    早く助けに行くぞ~!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300135.html b/docs/story/300135.html index be3d103de..002d69486 100644 --- a/docs/story/300135.html +++ b/docs/story/300135.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0006/3話_ADV_3

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    シナリオイベクエ/e0006/3話_ADV_3

    + + + + + + + +
    Load
    Play
    【イノシシ】
    グルルルルル…
    101032002
    【ガレス】
    こっちだ、イノシシ~!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300136.html b/docs/story/300136.html index c49e02d1b..74fd7b817 100644 --- a/docs/story/300136.html +++ b/docs/story/300136.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0006/3話_バトルADV_1

    View script in lua + + + + + + + + @@ -60,5 +68,13 @@

    シナリオイベクエ/e0006/3話_バトルADV_1

    + + + + + + + +
    Load
    Play
    101032002
    【ガレス】
    なんでこんなに動物たちが寄ってくるんだ?
    おじさん、なにか変なモノでも持ってるのか?
    101032002
    【ガレス】
    …って、考えてる暇はないようだな!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300137.html b/docs/story/300137.html index abad7d8d7..c2c26fe21 100644 --- a/docs/story/300137.html +++ b/docs/story/300137.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0006/3話_ADV_4

    View script in lua + + + + + + + + + + + + @@ -155,5 +167,13 @@

    シナリオイベクエ/e0006/3話_ADV_4

    + + + + + + + +
    template1
    Load
    Play
    101032002
    【ガレス】
    ――それで、助けてくれたお礼にって!
    【ガウェイン】
    ………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300138.html b/docs/story/300138.html index 9795ba35b..69e9375d6 100644 --- a/docs/story/300138.html +++ b/docs/story/300138.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0006/4話_バトルADV_1

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    シナリオイベクエ/e0006/4話_バトルADV_1

    + + + + + + + +
    Load
    Play
    101032002
    【ガレス】
    大体の材料はそろったし
    あと必要なのは…メイン食材!
    101032002
    【ガレス】
    あ、逃げちゃ駄目だぞ~!
    美味しいご飯になってもらうんだから!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300139.html b/docs/story/300139.html index 5538d4bf4..344336343 100644 --- a/docs/story/300139.html +++ b/docs/story/300139.html @@ -11,6 +11,22 @@

    シナリオイベクエ/e0006/4話_ADV_1

    View script in lua + + + + + + + + + + + + + + + + @@ -131,6 +147,15 @@

    シナリオイベクエ/e0006/4話_ADV_1

    + + + + + + + + + @@ -146,6 +171,10 @@

    シナリオイベクエ/e0006/4話_ADV_1

    + + + + @@ -166,6 +195,10 @@

    シナリオイベクエ/e0006/4話_ADV_1

    + + + + @@ -181,6 +214,10 @@

    シナリオイベクエ/e0006/4話_ADV_1

    + + + + @@ -200,5 +237,13 @@

    シナリオイベクエ/e0006/4話_ADV_1

    + + + + + + + +
    template1
    template2
    Load
    Play
    101032002
    【ガレス】
    う~ん、いっぱい狩れたな~!!
    これでお弁当の食材集めはバッチリだ♪
    【ガレス】
    (よし!いい感じのお弁当が出来たぞ~♪
    誰かに試食を頼みたいな。誰に頼もう?)
    101032002
    【(選択肢)】
    1. アーサー
    2. リオネス
    3. ガウェイン
    Block1_1
    101032002
    【ガレス】
    ここはフラワーグッドフレンド作戦
    スーパーアドバイザーのアーサー王に頼むか~?
    【ガレス】
    ていうか、王様ってどっちかっていうと
    試食してもらってから食べる人だった…駄目だ
    Block1_2
    101032002
    【ガレス】
    やっぱり、いつも通りリオネスに頼むか~?
    【ガレス】
    試食は別の人に頼んだほうがいいかもだな~
    Block1_3
    101032002
    【ガレス】
    兄さん…は、あの円卓会議以来
    ずっと喧嘩したままだしな~
    【ガレス】
    …でも、どうせなら
    一番に兄さんに食べてほしかったな~
    Block1end
    101032002
    【ガレス】
    …そうだ!ランスロットに頼もう!
    101032002
    【ガレス】
    よし、ランスロットを探そう~♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300141.html b/docs/story/300141.html index 72e4e79c2..af0ee639f 100644 --- a/docs/story/300141.html +++ b/docs/story/300141.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0006/4話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -210,5 +222,13 @@

    シナリオイベクエ/e0006/4話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101032002
    【ガレス】
    誰ならランスロットがどこにいるか
    知ってそうかな~
    101032002
    【ガレス】
    一緒にお弁当の試食――してくれないか~♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300142.html b/docs/story/300142.html index e76d9c03d..095d5e614 100644 --- a/docs/story/300142.html +++ b/docs/story/300142.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0006/4話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    シナリオイベクエ/e0006/4話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    101018001
    【ラグネル】
    よし!準備完了だね!
    見て見てガレスちゃん、あたしの力作!
    101024001
    【ヴォールス】
    …カレドニアに近いな
    ――なにもなければいいが
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300143.html b/docs/story/300143.html index 66a0681e1..d52ddd972 100644 --- a/docs/story/300143.html +++ b/docs/story/300143.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0006/5話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -220,5 +232,13 @@

    シナリオイベクエ/e0006/5話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    数日後
    101032002
    【ガレス】
    ろくな飯が食えない人にも
    笑顔と食卓を届けるよ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300144.html b/docs/story/300144.html index 4dbf16ca7..4c85a2393 100644 --- a/docs/story/300144.html +++ b/docs/story/300144.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0006/5話_バトルADV_1

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    シナリオイベクエ/e0006/5話_バトルADV_1

    + + + + + + + +
    Load
    Play
    【カレドニア兵A】
    まさかこんな辺鄙なところに
    円卓の騎士が来るとはな
    101032002
    【ガレス】
    わたしは…円卓の騎士なんだからな!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300145.html b/docs/story/300145.html index 211778332..ab7858b81 100644 --- a/docs/story/300145.html +++ b/docs/story/300145.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0006/5話_ADV_2

    View script in lua + + + + + + + + @@ -115,5 +123,13 @@

    シナリオイベクエ/e0006/5話_ADV_2

    + + + + + + + +
    Load
    Play
    101032002
    【ガレス】
    ハアアアッ!
    101018001
    【ラグネル】
    大丈夫、みんなで協力すれば
    お片づけなんてすぐ終わるよ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300146.html b/docs/story/300146.html index 82414fb4c..f98edc2d4 100644 --- a/docs/story/300146.html +++ b/docs/story/300146.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0006/5話_ADV_3

    View script in lua + + + + + + + + + + + + diff --git a/docs/story/300147.html b/docs/story/300147.html index b51a51ad5..71a552548 100644 --- a/docs/story/300147.html +++ b/docs/story/300147.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0006/5話_ADV_4

    View script in lua
    template1
    Load
    Play
    101015001
    【アーサー】
    いやあ、色々大変だったようだが
    とりあえず無事花見が開催できてよかった!
    + + + + + + + + + + + + @@ -31,6 +43,15 @@

    シナリオイベクエ/e0006/5話_ADV_4

    + + + + + + + + + @@ -41,6 +62,10 @@

    シナリオイベクエ/e0006/5話_ADV_4

    + + + + @@ -56,6 +81,10 @@

    シナリオイベクエ/e0006/5話_ADV_4

    + + + + diff --git a/docs/story/300148.html b/docs/story/300148.html index 1ca202082..9f57a35d9 100644 --- a/docs/story/300148.html +++ b/docs/story/300148.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0006/5話_ADV_5

    View script in lua
    template1
    Load
    Play
    101032002
    【ガレス】
    ………あーあ、ぐっちゃぐちゃ
    【ガレス】
    兄さん…
    101032002
    【(選択肢)】
    1. 謝る
    2. お礼を言う
    Block1_1
    101032002
    【ガレス】
    …ごめん、兄さん
    【ガウェイン】
    ん?なにが?
    お前、なんか悪いことしたっけ?
    Block1_2
    101032002
    【ガレス】
    …ありがと、兄さん
    【ガウェイン】
    家族を守るのは当然のことだろ
    Block1end
    101032002
    【ガレス】
    ………
    + + + + + + + + + + + + @@ -90,5 +102,13 @@

    シナリオイベクエ/e0006/5話_ADV_5

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    俺が学園に来る前に
    そんなことがあったんだな…
    101032001
    【ガレス】
    しっかりご飯を食べて
    明日からもまた頑張っていこうな♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300149.html b/docs/story/300149.html index 5a3e90f64..b5b8c6582 100644 --- a/docs/story/300149.html +++ b/docs/story/300149.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0010/1話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -76,6 +88,15 @@

    シナリオイベクエ/e0010/1話_ADV_1

    + + + + + + + + + @@ -91,6 +112,10 @@

    シナリオイベクエ/e0010/1話_ADV_1

    + + + + @@ -140,5 +165,13 @@

    シナリオイベクエ/e0010/1話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101002001
    【銀髪の少女】
    また、うたたねのフリをする
    【アルハン】
    過去の潜行からの帰還で混乱しているだろうが
    よく聞け。キサマのすべきことを手短に話す
    101003001
    【(選択肢)】
    1. うなづく
    Block1_1
    101059001
    【アルハン】
    世界の終わりが近い
    【アルハン】
    謎の怪物(バルバロイ)を倒して世界を救うには
    伝説の武器が必要…よくあるハナシだ
    Block1end
    101059001
    【アルハン】
    武器は
    過去の伝説──歴史の中に沈んでいる
    101002001
    【レーヴァテイン】
    あなたを
    迎えに来た
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300150.html b/docs/story/300150.html index 34762e7c2..93491380a 100644 --- a/docs/story/300150.html +++ b/docs/story/300150.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0010/1話_バトルADV_1

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    シナリオイベクエ/e0010/1話_バトルADV_1

    + + + + + + + +
    Load
    Play
    101002001
    【レーヴァテイン】
    殲滅するよ
    101002001
    【レーヴァテイン】
    いくよ
    <%player>
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300151.html b/docs/story/300151.html index ba54b957a..99d9499e2 100644 --- a/docs/story/300151.html +++ b/docs/story/300151.html @@ -11,11 +11,36 @@

    シナリオイベクエ/e0010/1話_ADV_2

    View script in lua + + + + + + + + + + + + + + + + + + + + + + + + + @@ -36,41 +61,96 @@

    シナリオイベクエ/e0010/1話_ADV_2

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -141,11 +221,24 @@

    シナリオイベクエ/e0010/1話_ADV_2

    + + + + + + + + + + + + + @@ -251,11 +344,24 @@

    シナリオイベクエ/e0010/1話_ADV_2

    + + + + + + + + + + + + + @@ -320,5 +426,13 @@

    シナリオイベクエ/e0010/1話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101002001
    【レーヴァテイン】
    痛いことは、なかった?
    101003001
    【(選択肢)】
    1. 痛いこと?
    BlockEA_010_013_1_1
    BlockEA_010_013_1end
    101002001
    【レーヴァテイン】
    …あなたが過去の歴史へ潜っているあいだ
    こちらの時間は極めて緩やかに流れてた
    【レーヴァテイン】
    ………<%player>?
    101003001
    【(選択肢)】
    1. なんのことを言ってるの?
    Block1_1
    Block1end
    101002001
    【レーヴァテイン】
    …?
    なんのこと、って──
    101003001
    【(選択肢)】
    1. 過去の継承者とは?
    2. ここはどこ?
    3. バルバロイとは?
    Block2_1
    101002001
    【レーヴァテイン】
    え──…ッ
    Block2_2
    101002001
    【レーヴァテイン】
    え──…ッ
    Block2_3
    101002001
    【レーヴァテイン】
    え──…ッ
    Block2end
    101003001
    【(選択肢)】
    1. この学園は?
    2. 自分はなにをしていたのか?
    3. 過去の歴史?
    Block3_1
    101003001
    【<%player>】
    (見覚えのない景色が広がっている…)
    Block3_2
    101003001
    【<%player>】
    (わからない
    今まで自分がなにをしていたのか…)
    Block3_3
    101003001
    【<%player>】
    (自分が
    過去の歴史に、行った…?)
    Block3end
    101002001
    【レーヴァテイン】
    ま、待ってよ
    【アルハン】
    ………恐らくは
    101003001
    【(選択肢)】
    1. 過去に潜る直前の記憶しかない
    Block4_1
    101003001
    【<%player>】
    (それ以前も、それ以降も
    思い出せない…)
    Block4end
    101059001
    【アルハン】
    過去の継承者(ノワール)の記憶は
    近いうちに思い出すであろう
    【レーヴァテイン】
    え、<%player>!?
    101003001
    【(選択肢)】
    1. 意識が遠のく
    Block5_1
    101059001
    【アルハン】
    …!過去への潜行から戻ってすぐに戦った…
    その負荷で意識が──…
    Block5end
    101002001
    【レーヴァテイン】
    今になって思えば
    ムカつく話
    101002001
    【レーヴァテイン】
    どれだけ、もがいてでも
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300152.html b/docs/story/300152.html index 606f20e84..3c83e59c3 100644 --- a/docs/story/300152.html +++ b/docs/story/300152.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0010/2話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    シナリオイベクエ/e0010/2話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101002002
    【レーヴァテイン】
    ふあぁ~、ねむ…
    101002002
    【レーヴァテイン】
    サボりたい…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300153.html b/docs/story/300153.html index 3ac579af5..a37512ef5 100644 --- a/docs/story/300153.html +++ b/docs/story/300153.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0010/2話_バトルADV_1

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    シナリオイベクエ/e0010/2話_バトルADV_1

    + + + + + + + +
    Load
    Play
    101002001
    【レーヴァテイン】
    …なんでついてくるの
    101002001
    【レーヴァテイン】
    戦わないでよ。ほんと
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300154.html b/docs/story/300154.html index edba57847..e77805e01 100644 --- a/docs/story/300154.html +++ b/docs/story/300154.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0010/2話_バトルADV_2

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    シナリオイベクエ/e0010/2話_バトルADV_2

    + + + + + + + +
    Load
    Play
    101002001
    【レーヴァテイン】
    いや、え?
    101002001
    【レーヴァテイン】
    前フリじゃないし!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300155.html b/docs/story/300155.html index c96bd0759..7376749bb 100644 --- a/docs/story/300155.html +++ b/docs/story/300155.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0010/2話_ADV_3

    View script in lua + + + + + + + + @@ -21,6 +29,15 @@

    シナリオイベクエ/e0010/2話_ADV_3

    + + + + + + + + + @@ -41,6 +58,10 @@

    シナリオイベクエ/e0010/2話_ADV_3

    + + + + @@ -61,6 +82,10 @@

    シナリオイベクエ/e0010/2話_ADV_3

    + + + + @@ -126,11 +151,24 @@

    シナリオイベクエ/e0010/2話_ADV_3

    + + + + + + + + + + + + + @@ -240,5 +278,13 @@

    シナリオイベクエ/e0010/2話_ADV_3

    + + + + + + + +
    Load
    Play
    101002001
    【レーヴァテイン】
    なんで
    【レーヴァテイン】
    戦うのよ
    101003001
    【(選択肢)】
    1. 全然戦ってない
    2. 全力で戦った
    Block1_1
    101002001
    【レーヴァテイン】
    戦ってたよ
    【ロンギヌス】
    まあまあまあまあ
    Block1_2
    101002001
    【レーヴァテイン】
    わ、悪びれもせず…っ
    【ロンギヌス】
    じょ、助力してくださったことを
    悪く言うわけにはいきませんよ
    Block1end
    101002001
    【レーヴァテイン】
    ロンギヌスはどっちの味方なの
    【レーヴァテイン】
    ………
    101003001
    【(選択肢)】
    1. 『はじめての友達』とは?
    Block2_1
    101002001
    【レーヴァテイン】
    …!!
    Block2end
    101002001
    【レーヴァテイン】
    そ、それは──…っ
    【レーヴァテイン】
    みんな殺して、あくびをしてやる
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300156.html b/docs/story/300156.html index 30b33e3ce..275bd00e3 100644 --- a/docs/story/300156.html +++ b/docs/story/300156.html @@ -11,16 +11,41 @@

    シナリオイベクエ/e0010/2話_ADV_4

    View script in lua + + + + + + + + + + + + + + + + + + + + + + + + + @@ -65,5 +90,13 @@

    シナリオイベクエ/e0010/2話_ADV_4

    + + + + + + + +
    template1
    Load
    Play
    101002001
    【レーヴァテイン】
    ………<%player>?
    101003001
    【(選択肢)】
    1. なにかを思い出しそうだ
    Block1_1
    101002001
    【レーヴァテイン】
    …ログレスで起きたことや、そこにいたひと…
    それに似たなにかを見られれば──
    Block1end
    101002001
    【レーヴァテイン】
    過去の継承者(ノワール)のことは
    思い出せるのかもしれないわね
    101002001
    【レーヴァテイン】
    戦う意味とか、どこにもないよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300157.html b/docs/story/300157.html index 6be84ed2f..7286973f3 100644 --- a/docs/story/300157.html +++ b/docs/story/300157.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0010/2話_ADV_5

    View script in lua + + + + + + + + + + + + @@ -201,11 +213,24 @@

    シナリオイベクエ/e0010/2話_ADV_5

    + + + + + + + + + + + + + @@ -236,11 +261,24 @@

    シナリオイベクエ/e0010/2話_ADV_5

    + + + + + + + + + + + + + @@ -276,6 +314,15 @@

    シナリオイベクエ/e0010/2話_ADV_5

    + + + + + + + + + @@ -291,6 +338,10 @@

    シナリオイベクエ/e0010/2話_ADV_5

    + + + + @@ -306,6 +357,10 @@

    シナリオイベクエ/e0010/2話_ADV_5

    + + + + @@ -321,6 +376,10 @@

    シナリオイベクエ/e0010/2話_ADV_5

    + + + + @@ -336,6 +395,15 @@

    シナリオイベクエ/e0010/2話_ADV_5

    + + + + + + + + + @@ -351,6 +419,10 @@

    シナリオイベクエ/e0010/2話_ADV_5

    + + + + @@ -366,6 +438,10 @@

    シナリオイベクエ/e0010/2話_ADV_5

    + + + + @@ -385,5 +461,13 @@

    シナリオイベクエ/e0010/2話_ADV_5

    + + + + + + + +
    template1
    Load
    Play
    101002002
    【レーヴァテイン】
    …ふあぁ~
    【ロンギヌス】
    十分ですよね?
    101003001
    【(選択肢)】
    1. かばってくれた
    Block1_1
    101002002
    【レーヴァテイン】
    ………かばってるつもり、ない
    Block1end
    101002002
    【レーヴァテイン】
    あなたのために、やってな──
    【レーヴァテイン】
    <%player>
    どこから聞いてたの
    101003001
    【(選択肢)】
    1. 「眠いなあ」から
    Block2_1
    101002002
    【レーヴァテイン】
    うわ、全部じゃん
    Block2end
    101035003
    【ロンギヌス】
    全部ですね
    【レーヴァテイン】
    いくよ。じゃーんけーん──…
    101003001
    【(選択肢)】
    1. グーを出す
    2. チョキを出す
    3. パーを出す
    Block3_1
    101003001
    【<%player>】
    (グー)
    【レーヴァテイン】
    じゃあ無効試合。当番制の話もナシ
    あなたは戦わない。私だけで戦う
    Block3_2
    101003001
    【<%player>】
    (チョキ)
    【レーヴァテイン】
    じゃ、私が戦う
    あなたは戦わない
    Block3_3
    101003001
    【<%player>】
    (パー)
    【レーヴァテイン】
    じゃ、あなたは戦わなくていいよ
    私だけで戦うから
    Block3end
    101002002
    【レーヴァテイン】
    そういうことで、勝負はついたね
    【ロンギヌス】
    レーヴァテイン…
    101003001
    【(選択肢)】
    1. 一緒に戦えないのか?
    2. 普通の学園生活を得るため戦おう
    Block4_1
    101002002
    【レーヴァテイン】
    ムリ
    【レーヴァテイン】
    私が躊躇なく
    傷を負うためだから
    Block4_2
    101002002
    【レーヴァテイン】
    普通の学園生活なんて
    【レーヴァテイン】
    こんな世界じゃなかったら
    わからない、けど…今は──
    Block4end
    101002002
    【レーヴァテイン】
    ひとりで、できる
    101002002
    【レーヴァテイン】
    もう、そばに来ないで
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300158.html b/docs/story/300158.html index a5e62cdc8..6dd9a8833 100644 --- a/docs/story/300158.html +++ b/docs/story/300158.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0010/3話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -31,6 +43,15 @@

    シナリオイベクエ/e0010/3話_ADV_1

    + + + + + + + + + @@ -46,6 +67,10 @@

    シナリオイベクエ/e0010/3話_ADV_1

    + + + + @@ -61,6 +86,10 @@

    シナリオイベクエ/e0010/3話_ADV_1

    + + + + @@ -76,6 +105,10 @@

    シナリオイベクエ/e0010/3話_ADV_1

    + + + + @@ -166,6 +199,15 @@

    シナリオイベクエ/e0010/3話_ADV_1

    + + + + + + + + + @@ -181,6 +223,10 @@

    シナリオイベクエ/e0010/3話_ADV_1

    + + + + @@ -196,6 +242,10 @@

    シナリオイベクエ/e0010/3話_ADV_1

    + + + + @@ -236,11 +286,24 @@

    シナリオイベクエ/e0010/3話_ADV_1

    + + + + + + + + + + + + + @@ -290,5 +353,13 @@

    シナリオイベクエ/e0010/3話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101002002
    【レーヴァテイン】
    …おはよ
    【レーヴァテイン】
    なんか…ずっと
    私、めんどくさいね
    101003001
    【(選択肢)】
    1. そうだね
    2. そんなことない
    3. 一緒に登校できて嬉しい
    Block1_1
    101002002
    【レーヴァテイン】
    うん…
    【レーヴァテイン】
    ほんと、あべこべで
    Block1_2
    101002002
    【レーヴァテイン】
    お世辞はいいよ
    【レーヴァテイン】
    どうしようもないぐらい
    わかってる
    Block1_3
    101002002
    【レーヴァテイン】
    …そういう話、してないんだけど
    【レーヴァテイン】
    そう言ってくれるのは
    私も、嬉しいし…いいんだけど
    Block1end
    101002002
    【レーヴァテイン】
    ………私さ
    前からそうなんだ
    【レーヴァテイン】
    笑ったら
    その誰かに悪いと思ったから
    101003001
    【(選択肢)】
    1. かばってくれたとき、笑ってた
    2. 笑える日は来る?
    Block2_1
    101002002
    【レーヴァテイン】
    …あのときは
    【レーヴァテイン】
    それだけ
    Block2_2
    101002002
    【レーヴァテイン】
    ………
    【レーヴァテイン】
    笑いたいとも思わないし
    Block2end
    101002002
    【レーヴァテイン】
    声あげてアハハなんて
    できないよ
    【レーヴァテイン】
    自分が痛いのは…平気
    101003001
    【(選択肢)】
    1. 一緒に傷つこう
    Block3_1
    101002002
    【レーヴァテイン】
    ………!
    Block3end
    101002002
    【レーヴァテイン】
    な、に、言ってるの
    101002002
    【レーヴァテイン】
    たぶん、もがくほど痛いよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300159.html b/docs/story/300159.html index 3a9bcd21b..84fa04eae 100644 --- a/docs/story/300159.html +++ b/docs/story/300159.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0010/3話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -25,5 +37,13 @@

    シナリオイベクエ/e0010/3話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101059001
    【アルハン】
    『イミテーション』
    101059001
    【アルハン】
    模造品(イミテーション)は、本物(オリジナル)でなければ──
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300160.html b/docs/story/300160.html index cc31ada24..1ae859f23 100644 --- a/docs/story/300160.html +++ b/docs/story/300160.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0010/3話_ADV_3

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    シナリオイベクエ/e0010/3話_ADV_3

    + + + + + + + +
    Load
    Play
    101002001
    【レーヴァテイン】
    ごめん、覚悟して
    これからは──
    【???】
    湖に呑め
    呪いの足音
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300161.html b/docs/story/300161.html index 52c5f58e3..a1cacd1ec 100644 --- a/docs/story/300161.html +++ b/docs/story/300161.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0010/3話_ADV_4

    View script in lua + + + + + + + + @@ -26,11 +34,24 @@

    シナリオイベクエ/e0010/3話_ADV_4

    + + + + + + + + + + + + + @@ -40,5 +61,13 @@

    シナリオイベクエ/e0010/3話_ADV_4

    + + + + + + + +
    Load
    Play
    101002001
    【レーヴァテイン】
    まさか…!
    【レーヴァテイン】
    あれは『イミテーション』──…!
    101003001
    【(選択肢)】
    1. イミテーション!?
    Block1_1
    【イミテーション・ランスロット】
    (あやま)つのなら
    Block1end
    101002001
    【レーヴァテイン】
    アアアッ!?
    うあああああ…!?!?
    【イミテーション・ギネヴィア】
    滅びて
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300162.html b/docs/story/300162.html index 81fa9069e..1b7cf2d2c 100644 --- a/docs/story/300162.html +++ b/docs/story/300162.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0010/3話_バトルADV_1

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    シナリオイベクエ/e0010/3話_バトルADV_1

    + + + + + + + +
    Load
    Play
    101002001
    【レーヴァテイン】
    <%player>…!
    101002001
    【レーヴァテイン】
    お願い…
    逃げて――
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300163.html b/docs/story/300163.html index e3e72da63..abe2396cb 100644 --- a/docs/story/300163.html +++ b/docs/story/300163.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0010/3話_ADV_5

    View script in lua + + + + + + + + + + + + @@ -21,11 +33,24 @@

    シナリオイベクエ/e0010/3話_ADV_5

    + + + + + + + + + + + + + @@ -91,6 +116,19 @@

    シナリオイベクエ/e0010/3話_ADV_5

    + + + + + + + + + + + + + @@ -105,5 +143,26 @@

    シナリオイベクエ/e0010/3話_ADV_5

    + + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    101035002
    【ロンギヌス】
    待ってください!!
    【ロンギヌス】
    に、逃げてくださいっ
    ここは私が…!
    101003001
    【(選択肢)】
    1. まだレーヴァテインが戦っている
    Block1_1
    101035002
    【ロンギヌス】
    あれは『イミテーション』
    今のあなたに勝てる相手ではありません…っ!
    Block1end
    101035002
    【ロンギヌス】
    過去の継承者(ノワール)が選択しなかった世界線
    選ばれなかった歴史の因子…
    【telop】
    「私たちだけ戦えばいいんだし」
    101003001
    【(選択肢)】
    1. レーヴァテインのもとへ向かう
    BlockEA_010_036_2_1
    BlockEA_010_036_2end
    101035002
    【ロンギヌス】
    <%player>さん!!
    どこに──…!?
    【telop】
    「戦う意味とか、どこにもないよ」
    101003001
    【(選択肢)】
    1. ここにある
    Block3_1
    Block3end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300164.html b/docs/story/300164.html index 6cb6d5ee7..18c4fcc4e 100644 --- a/docs/story/300164.html +++ b/docs/story/300164.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0010/3話_ADV_6

    View script in lua + + + + + + + + + + + + @@ -56,16 +68,42 @@

    シナリオイベクエ/e0010/3話_ADV_6

    + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -81,11 +119,24 @@

    シナリオイベクエ/e0010/3話_ADV_6

    + + + + + + + + + + + + + @@ -125,5 +176,13 @@

    シナリオイベクエ/e0010/3話_ADV_6

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    「もう、そばに来ないで」
    【レーヴァテイン】
    また、あの痛みを感じることになるんだよ?
    101003001
    【(選択肢)】
    1. 傷ついたっていい
    Block1_1
    101002001
    【レーヴァテイン】
    …どうして、そこまで?
    Block1end
    101003001
    【(選択肢)】
    1. 一緒に笑いたいから
    Block2_1
    101002001
    【レーヴァテイン】
    ……<%player>
    ありがとう
    Block2end
    101002001
    【レーヴァテイン】
    私もあなたと一緒に笑いたい…
    【レーヴァテイン】
    覚えのある傷痕(イミテーション)を見て
    あなたの痛み(オリジナル)を思い出して
    101003001
    【(選択肢)】
    1. 痛む傷痕を辿る
    Block3_1
    【telop】
    「憶えたそばから
    忘れていくとしても」
    Block3end
    【telop】
    「傷痕なら
    遺せるだろうか」
    【telop】
    「我が同胞の叫びを、アナタに」
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300165.html b/docs/story/300165.html index 4575c50f0..e9535972b 100644 --- a/docs/story/300165.html +++ b/docs/story/300165.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0010/3話_ADV_7

    View script in lua + + + + + + + + @@ -31,6 +39,19 @@

    シナリオイベクエ/e0010/3話_ADV_7

    + + + + + + + + + + + + + @@ -46,49 +67,70 @@

    シナリオイベクエ/e0010/3話_ADV_7

    + + + + + + + + + - + + + + + - + - + - + - + - + - + - + - + + + + + + + + +
    Load
    Play
    101002001
    【レーヴァテイン】
    叫んで!!
    <%player>!!
    【レーヴァテイン】
    きかせて!!!!
    101003001
    【(選択肢)】
    1. アロンダイト
    Block1_1
    Block1end
    101035002
    【ロンギヌス】
    ………あれは──…
    【???】
    継承者の劔だ
    101003001
    【(選択肢)】
    1. 聖魔併せ持つ覚悟の魂
    Block2_1
    【???】
    湖に咲くは
    寒がりの紅蓮
    【(選択肢)】
    湖に咲くは
    寒がりの紅蓮
    Block2end
    【???】
    湖に映すは
    玲瓏たる足跡
    【(選択肢)】
    湖に映すは
    玲瓏たる足跡
    【???】
    ギネヴィア・因枢分解(ファクタライズ)──
    【(選択肢)】
    ギネヴィア・因枢分解(ファクタライズ)──
    【???】
    ランスロット・因枢分解(ファクタライズ)──
    【(選択肢)】
    ランスロット・因枢分解(ファクタライズ)──
    【???】
    アロンダイト
    【(選択肢)】
    アロンダイト
    【???】
    …アロン、ダイト
    【(選択肢)】
    …アロン、ダイト
    【???】
    ただいま。世界
    【(選択肢)】
    ただいま。世界
    【???】
    あなたの劔に新たな(めい)
    マスター・<%player>
    【(選択肢)】
    あなたの劔に新たな(めい)
    マスター・<%player>
    【???】
    どんとこい。マスター!
    【(選択肢)】
    どんとこい。マスター!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300166.html b/docs/story/300166.html index e86d1629b..e0ffcc048 100644 --- a/docs/story/300166.html +++ b/docs/story/300166.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0010/3話_バトルADV_2

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    シナリオイベクエ/e0010/3話_バトルADV_2

    + + + + + + + +
    Load
    Play
    101010002
    【ランスロット・アロンダイト】
    最も(したた)かに──
    101011002
    【ギネヴィア・アロンダイト】
    ──ぶち抜くわ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300167.html b/docs/story/300167.html index 66d66767c..31f087a2e 100644 --- a/docs/story/300167.html +++ b/docs/story/300167.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0010/3話_バトルADV_3

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    シナリオイベクエ/e0010/3話_バトルADV_3

    + + + + + + + +
    Load
    Play
    【イミテーション・ギネヴィア】
    最後の継承者はどこ?
    101011002
    【ギネヴィア・アロンダイト】
    教えるワケないでしょ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300168.html b/docs/story/300168.html index 1f4088223..b75ff2a7b 100644 --- a/docs/story/300168.html +++ b/docs/story/300168.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0010/3話_バトルADV_4

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    シナリオイベクエ/e0010/3話_バトルADV_4

    + + + + + + + +
    Load
    Play
    【イミテーション・ランスロット】
    最後の継承者を殺す
    101010002
    【ランスロット・アロンダイト】
    させない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300169.html b/docs/story/300169.html index 79365ff45..2b01f03f0 100644 --- a/docs/story/300169.html +++ b/docs/story/300169.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0010/3話_ADV_8

    View script in lua + + + + + + + + + + + + @@ -46,11 +58,24 @@

    シナリオイベクエ/e0010/3話_ADV_8

    + + + + + + + + + + + + + @@ -91,6 +116,15 @@

    シナリオイベクエ/e0010/3話_ADV_8

    + + + + + + + + + @@ -106,6 +140,10 @@

    シナリオイベクエ/e0010/3話_ADV_8

    + + + + @@ -121,6 +159,10 @@

    シナリオイベクエ/e0010/3話_ADV_8

    + + + + @@ -136,6 +178,10 @@

    シナリオイベクエ/e0010/3話_ADV_8

    + + + + diff --git a/docs/story/300170.html b/docs/story/300170.html index 191097e7f..3874a9895 100644 --- a/docs/story/300170.html +++ b/docs/story/300170.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0010/3話_ADV_9

    View script in lua
    template1
    Load
    Play
    【telop】
    「また、うたたねのフリをする」
    【レーヴァテイン】
    そばに来ないでって
    101003001
    【(選択肢)】
    1. 迎えに来た
    Block1_1
    101002002
    【レーヴァテイン】
    ………ふっ
    Block1end
    101002002
    【レーヴァテイン】
    あっはははは、あはは!!
    【レーヴァテイン】
    いくよ。じゃーんけーん──…
    101003001
    【(選択肢)】
    1. グーを出す
    2. チョキを出す
    3. パーを出す
    Block2_1
    101003001
    【<%player>】
    (グー)
    【レーヴァテイン】
    じゃあ、次も一緒にやるってことで
    Block2_2
    101003001
    【<%player>】
    (チョキ)
    【レーヴァテイン】
    じゃあ次も
    手伝ってもらおうかな
    Block2_3
    101003001
    【<%player>】
    (パー)
    【レーヴァテイン】
    じゃあ気が進まないけど
    次もあなたと一緒に戦うことにする
    Block2end
    101002002
    【レーヴァテイン】
    …<%player>
    + + + + + + + + @@ -21,11 +29,24 @@

    シナリオイベクエ/e0010/3話_ADV_9

    + + + + + + + + + + + + + @@ -155,5 +176,13 @@

    シナリオイベクエ/e0010/3話_ADV_9

    + + + + + + + +
    Load
    Play
    101002001
    【レーヴァテイン】
    まだ………来るの!?
    【ロンギヌス】
    そ、そうだ
    …も、もうひとり
    101003001
    【(選択肢)】
    1. もうひとり?
    Block1_1
    101035002
    【ロンギヌス】
    イミテーションは
    も、もう…ひとり、残って──…!!
    Block1end
    【???】
    死んでください
    101002001
    【レーヴァテイン】
    痛くても、笑ってみせる
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300171.html b/docs/story/300171.html index 2f83811b7..c6a7aaf9f 100644 --- a/docs/story/300171.html +++ b/docs/story/300171.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0010/3話_ADV_10

    View script in lua + + + + + + + + @@ -80,5 +88,13 @@

    シナリオイベクエ/e0010/3話_ADV_10

    + + + + + + + +
    Load
    Play
    101059001
    【アルハン】
    『イミテーション』──…
    101002001
    【レーヴァテイン】
    それは今日じゃない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300172.html b/docs/story/300172.html index f3d57c2ab..2ab2d4437 100644 --- a/docs/story/300172.html +++ b/docs/story/300172.html @@ -11,6 +11,14 @@

    イベントクエスト/e0045/ティルフィング_ADV_1

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    イベントクエスト/e0045/ティルフィング_ADV_1

    + + + + + + + +
    Load
    Play
    101001001
    【ティルフィング】
    今日はバレンタインですよね
    大切な方にチョコレートを渡す日だと聞きました
    101001001
    【ティルフィング】
    なので、マスター
    どうぞ、お受け取りください
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300173.html b/docs/story/300173.html index 100fb5695..4290fa822 100644 --- a/docs/story/300173.html +++ b/docs/story/300173.html @@ -11,6 +11,14 @@

    イベントクエスト/e0045/ギネヴィア_ADV_1

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    イベントクエスト/e0045/ギネヴィア_ADV_1

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    …は、はい!これ!
    101011001
    【ギネヴィア】
    このわたしが一から作ったんだから
    その…努力は認めてよ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300174.html b/docs/story/300174.html index fe719c9d6..9b628ee50 100644 --- a/docs/story/300174.html +++ b/docs/story/300174.html @@ -11,6 +11,14 @@

    イベントクエスト/e0045/ディナタン_ADV_1

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    イベントクエスト/e0045/ディナタン_ADV_1

    + + + + + + + +
    Load
    Play
    101012001
    【ディナタン】
    あの…これ
    今日はバレンタインでしょう?
    101012001
    【ディナタン】
    あっ、いえ!
    貴方と同じものを渡してますよ。同じもの!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300175.html b/docs/story/300175.html index dae34282a..4e2494dcd 100644 --- a/docs/story/300175.html +++ b/docs/story/300175.html @@ -11,6 +11,14 @@

    イベントクエスト/e0045/ギネマウア_ADV_1

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    イベントクエスト/e0045/ギネマウア_ADV_1

    + + + + + + + +
    Load
    Play
    101016001
    【ギネマウア】
    チョコレートはお好きですか
    よければお受け取りください
    101016001
    【ギネマウア】
    ふふ…張り切って作りすぎてしまったんです
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300176.html b/docs/story/300176.html index afb39ea24..3bfa9fd11 100644 --- a/docs/story/300176.html +++ b/docs/story/300176.html @@ -11,6 +11,14 @@

    イベントクエスト/e0045/マルディサント_ADV_1

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    イベントクエスト/e0045/マルディサント_ADV_1

    + + + + + + + +
    Load
    Play
    101017001
    【マルディサント】
    はいよ、チョコレート
    アタシから貰うのでも嬉しいもんか?
    101017001
    【マルディサント】
    …そっか
    それなら、まぁ、よかったよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300177.html b/docs/story/300177.html index 187c1faf1..fe4084c97 100644 --- a/docs/story/300177.html +++ b/docs/story/300177.html @@ -11,6 +11,14 @@

    イベントクエスト/e0045/ラグネル_ADV_1

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    イベントクエスト/e0045/ラグネル_ADV_1

    + + + + + + + +
    Load
    Play
    101018001
    【ラグネル】
    はい、バレンタインチョコ!
    101018001
    【ラグネル】
    ガレスちゃんに教わりながら作ったから
    味は大丈夫だと思うよ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300178.html b/docs/story/300178.html index 7de4ad669..14f25e9b2 100644 --- a/docs/story/300178.html +++ b/docs/story/300178.html @@ -11,6 +11,14 @@

    イベントクエスト/e0045/イゾルデ_ADV_1

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    イベントクエスト/e0045/イゾルデ_ADV_1

    + + + + + + + +
    Load
    Play
    101019001
    【イゾルデ】
    どうぞ…きょ、今日はバレンタインでしょう?
    仕方ないから、お前にあげるわ
    101019001
    【イゾルデ】
    お、お礼はいいから早くしまいなさい!
    早く!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300179.html b/docs/story/300179.html index 02d906922..044f16e86 100644 --- a/docs/story/300179.html +++ b/docs/story/300179.html @@ -11,6 +11,14 @@

    イベントクエスト/e0045/マーリン_ADV_1

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    イベントクエスト/e0045/マーリン_ADV_1

    + + + + + + + +
    Load
    Play
    101020001
    【マーリン】
    バレンタインデーの贈り物として、
    感謝の気持ちを込めた花をお持ちしました
    101020001
    【マーリン】
    はい
    貴方が虫歯になる未来が見えたものですから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300180.html b/docs/story/300180.html index a5fe3d7cb..8f1199022 100644 --- a/docs/story/300180.html +++ b/docs/story/300180.html @@ -11,6 +11,14 @@

    イベントクエスト/e0045/クラリス_ADV_1

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    イベントクエスト/e0045/クラリス_ADV_1

    + + + + + + + +
    Load
    Play
    101023001
    【クラリス】
    ハッピーバレンタインですよ~、マスターさん
    101023001
    【クラリス】
    このチョコレートと共に、
    あなたにシアワセが訪れますように
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300181.html b/docs/story/300181.html index 8b72ef86e..f9dc37bc4 100644 --- a/docs/story/300181.html +++ b/docs/story/300181.html @@ -11,6 +11,14 @@

    イベントクエスト/e0045/クレア_ADV_1

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    イベントクエスト/e0045/クレア_ADV_1

    + + + + + + + +
    Load
    Play
    101025001
    【クレア】
    これが、あなたへ渡す
    バレンタインのチョコレート…
    101025001
    【クレア】
    でも…きっと、おいしいと思うわ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300182.html b/docs/story/300182.html index 17638365d..e1cabcd0c 100644 --- a/docs/story/300182.html +++ b/docs/story/300182.html @@ -11,6 +11,14 @@

    イベントクエスト/e0045/ディンドラン_ADV_1

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    イベントクエスト/e0045/ディンドラン_ADV_1

    + + + + + + + +
    Load
    Play
    101027001
    【ディンドラン】
    チョコレート、受け取ってくださいますか?
    101027001
    【ディンドラン】
    味わって食べてもらえると嬉しいです
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300183.html b/docs/story/300183.html index 6f17c5cc1..208cf0fc3 100644 --- a/docs/story/300183.html +++ b/docs/story/300183.html @@ -11,6 +11,14 @@

    イベントクエスト/e0045/ガラハッド_ADV_1

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    イベントクエスト/e0045/ガラハッド_ADV_1

    + + + + + + + +
    Load
    Play
    101028001
    【ガラハッド】
    …これをやる
    今日は…バレンタインだろう?
    101028001
    【ガラハッド】
    他に意味はないからな…
    え?嬉しい?な、ならいい…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300184.html b/docs/story/300184.html index 29f79f084..8241e3794 100644 --- a/docs/story/300184.html +++ b/docs/story/300184.html @@ -11,6 +11,14 @@

    イベントクエスト/e0045/アステラ_ADV_1

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    イベントクエスト/e0045/アステラ_ADV_1

    + + + + + + + +
    Load
    Play
    101029001
    【アステラ】
    ハッピーバレンタイン♪
    お姉さんからのチョコよ
    101029001
    【アステラ】
    どういう気持ちかは…わかるわよね?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300185.html b/docs/story/300185.html index 2b297c0f4..1506077f1 100644 --- a/docs/story/300185.html +++ b/docs/story/300185.html @@ -11,6 +11,14 @@

    イベントクエスト/e0045/エレイン_ADV_1

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    イベントクエスト/e0045/エレイン_ADV_1

    + + + + + + + +
    Load
    Play
    101030001
    【エレイン】
    あの、チョ、チョコ、です!
    受け取って、ください!
    101030001
    【エレイン】
    まずくはないと、お、思います!
    それでは、し、失礼しますっ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300186.html b/docs/story/300186.html index f976b9beb..89602dd8e 100644 --- a/docs/story/300186.html +++ b/docs/story/300186.html @@ -11,6 +11,14 @@

    イベントクエスト/e0045/ガレス_ADV_1

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    イベントクエスト/e0045/ガレス_ADV_1

    + + + + + + + +
    Load
    Play
    101032001
    【ガレス】
    バレンタインデーだ♪
    というわけで、チョコケーキ作ったからどーぞ!
    101032001
    【ガレス】
    はいっ、ワンホール丸ごとだっ!
    きみだけの特別だから、全部食べるんだぞ♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300187.html b/docs/story/300187.html index 4bfbbbb4e..f096b95b8 100644 --- a/docs/story/300187.html +++ b/docs/story/300187.html @@ -11,6 +11,14 @@

    イベントクエスト/e0045/リオネス_ADV_1

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    イベントクエスト/e0045/リオネス_ADV_1

    + + + + + + + +
    Load
    Play
    101033001
    【リオネス】
    ほ、ほら、これやるよ…
    101033001
    【リオネス】
    …う、うまいか?ほんとに!?
    ふへへ、と、当然だ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300188.html b/docs/story/300188.html index 3e1d94e7e..b6407ad59 100644 --- a/docs/story/300188.html +++ b/docs/story/300188.html @@ -11,6 +11,14 @@

    イベントクエスト/e0045/エクセリア_ADV_1

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    イベントクエスト/e0045/エクセリア_ADV_1

    + + + + + + + +
    Load
    Play
    101034001
    【エクセリア】
    はい、チョコレート
    101034001
    【エクセリア】
    どうしよう…
    そんな材料はレシピに書かれていなかったわ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300189.html b/docs/story/300189.html index ef7e2c454..642e63b98 100644 --- a/docs/story/300189.html +++ b/docs/story/300189.html @@ -11,6 +11,14 @@

    イベントクエスト/e0045/リリアーナ_ADV_1

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    イベントクエスト/e0045/リリアーナ_ADV_1

    + + + + + + + +
    Load
    Play
    101035001
    【リリアーナ】
    えっと、えっとえっと…あの、その、これ…
    バレンタインのチョコレート、です…
    101035001
    【リリアーナ】
    この大きさ
    ちょっとはりきりすぎちゃったかな…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300190.html b/docs/story/300190.html index b2f0dd001..387785269 100644 --- a/docs/story/300190.html +++ b/docs/story/300190.html @@ -11,6 +11,14 @@

    イベントクエスト/e0045/フィエナ_ADV_1

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    イベントクエスト/e0045/フィエナ_ADV_1

    + + + + + + + +
    Load
    Play
    101036001
    【フィエナ】
    はいっ、バレンタインのプレゼントだよ♪
    じゃーん!ワンホールチョコレートケーキ!
    101036001
    【フィエナ】
    せっかくだから特大サイズにしてみたんだ!
    全部食べてね♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300191.html b/docs/story/300191.html index 080a2ad07..e87460340 100644 --- a/docs/story/300191.html +++ b/docs/story/300191.html @@ -11,6 +11,14 @@

    イベントクエスト/e0045/ラシア_ADV_1

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    イベントクエスト/e0045/ラシア_ADV_1

    + + + + + + + +
    Load
    Play
    101037001
    【ラシア】
    どうぞ、バレンタインのプレゼントです
    101037001
    【ラシア】
    うまくできたと思うので
    よければ召し上がってください
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300192.html b/docs/story/300192.html index b503c774f..dc99afbae 100644 --- a/docs/story/300192.html +++ b/docs/story/300192.html @@ -11,6 +11,14 @@

    イベントクエスト/e0045/ローラ_ADV_1

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    イベントクエスト/e0045/ローラ_ADV_1

    + + + + + + + +
    Load
    Play
    101038001
    【ローラ】
    あの…これ、バレンタインだから…
    101038001
    【ローラ】
    だから…私のも貰ってくれる…?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300193.html b/docs/story/300193.html index 7776badfc..724292144 100644 --- a/docs/story/300193.html +++ b/docs/story/300193.html @@ -11,6 +11,14 @@

    イベントクエスト/e0045/フレン_ADV_1

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    イベントクエスト/e0045/フレン_ADV_1

    + + + + + + + +
    Load
    Play
    101039001
    【フレン】
    ハッピーバレンタイン!
    はいっ、私からチョコのプレゼント!
    101039001
    【フレン】
    …あ、ローラも君に渡すつもりなのかな…?
    だとしたら、ちょっと複雑な気分かも…むぅ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300194.html b/docs/story/300194.html index ec4e55acb..1002ff300 100644 --- a/docs/story/300194.html +++ b/docs/story/300194.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0010/2話_ADV_1_2

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,19 @@

    シナリオイベクエ/e0010/2話_ADV_1_2

    + + + + + + + + + + + + + @@ -66,6 +91,15 @@

    シナリオイベクエ/e0010/2話_ADV_1_2

    + + + + + + + + + @@ -81,6 +115,10 @@

    シナリオイベクエ/e0010/2話_ADV_1_2

    + + + + @@ -96,6 +134,10 @@

    シナリオイベクエ/e0010/2話_ADV_1_2

    + + + + @@ -241,6 +283,15 @@

    シナリオイベクエ/e0010/2話_ADV_1_2

    + + + + + + + + + @@ -266,6 +317,10 @@

    シナリオイベクエ/e0010/2話_ADV_1_2

    + + + + @@ -291,6 +346,10 @@

    シナリオイベクエ/e0010/2話_ADV_1_2

    + + + + @@ -320,5 +379,13 @@

    シナリオイベクエ/e0010/2話_ADV_1_2

    + + + + + + + +
    template1
    Load
    Play
    【???】
    だっ、誰を…お待ちですか
    【小柄な少女】
    『最後の継承者』
    <%player>さん…っ
    101003001
    【(選択肢)】
    1. きみは?
    Block1_1
    Block1end
    101035003
    【小柄な少女】
    昨日は、お、お疲れ様でした
    【小柄な少女】
    お目覚めになられて
    本当に、本当に良かったと心から思います
    101003001
    【(選択肢)】
    1. きみは?
    2. きみを見たことがあるような?
    Block2_1
    101035003
    【小柄な少女】
    ああっ、すみません…!
    【小柄な少女】
    まずは歓迎のお言葉を、と思って
    ああ、いえ、いえ、これは言い訳ですねハイ
    Block2_2
    101035003
    【小柄な少女】
    わ、わっ、私を…!?
    【小柄な少女】
    あなたとこうしてお話をするのは
    お、お、恐らく初めてかと思いますが…
    Block2end
    101035003
    【小柄な少女】
    な、なんにせよ
    あの──…はじめまして
    【ロンギヌス】
    え…?
    101003001
    【(選択肢)】
    1. 昨日みたいに一緒に戦おう
    2. 敵に対抗できるのは自分だけだ
    Block3_1
    101002002
    【レーヴァテイン】
    …あのときは、知らなかったから
    戦ってもらったけど………
    【レーヴァテイン】
    で…そのキッカケを作ったのは、私
    Block3_2
    101002002
    【レーヴァテイン】
    最終的には…そうだろうね
    【レーヴァテイン】
    でも、それまでは──
    Block3end
    101002002
    【レーヴァテイン】
    私があなたを救う
    101002002
    【レーヴァテイン】
    じゃないと、消すよ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300195.html b/docs/story/300195.html index 7df1c5d9d..9df506909 100644 --- a/docs/story/300195.html +++ b/docs/story/300195.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0010/3話_ADV_11

    View script in lua + + + + + + + + @@ -51,11 +59,24 @@

    シナリオイベクエ/e0010/3話_ADV_11

    + + + + + + + + + + + + + @@ -115,5 +136,13 @@

    シナリオイベクエ/e0010/3話_ADV_11

    + + + + + + + +
    Load
    Play
    101002001
    【レーヴァテイン】
    ターゲットは集めたよ
    【奔放な少女】
    ソーリー、エビバディ!
    101003001
    【(選択肢)】
    1. 彼女は…?
    Block1_1
    101002001
    【レーヴァテイン】
    自由に動く弾丸(フライクーゲル)
    Block1end
    101070002
    【フライクーゲル】
    イェイ!
    フライクーゲルだよ!!
    101070002
    【フライクーゲル】
    ──待ってたよ。ダーリン
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300196.html b/docs/story/300196.html index 2185dd699..22497ec24 100644 --- a/docs/story/300196.html +++ b/docs/story/300196.html @@ -11,6 +11,14 @@

    イベントクエスト/e0028/ノワール_ADV_1

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    イベントクエスト/e0028/ノワール_ADV_1

    + + + + + + + +
    Load
    Play
    101009002
    【ノワール】
    ほら、これ
    バレンタインのお返し
    101009002
    【ノワール】
    この店のクッキー、すごく美味いんだ
    俺もギネヴィアから教えてもらったんだけどさ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300197.html b/docs/story/300197.html index f05a552f3..92206d05d 100644 --- a/docs/story/300197.html +++ b/docs/story/300197.html @@ -11,6 +11,14 @@

    イベントクエスト/e0028/ランスロット_ADV_1

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    イベントクエスト/e0028/ランスロット_ADV_1

    + + + + + + + +
    Load
    Play
    101010001
    【ランスロット】
    今から時間はあるか?
    少し離れたところに、綺麗な湖があるんだ
    101010001
    【ランスロット】
    安心しろ
    俺が後ろでお前をしっかりと支えてやる
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300198.html b/docs/story/300198.html index c7163cdfb..2ba9ff650 100644 --- a/docs/story/300198.html +++ b/docs/story/300198.html @@ -11,6 +11,14 @@

    イベントクエスト/e0028/ガウェイン_ADV_1

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    イベントクエスト/e0028/ガウェイン_ADV_1

    + + + + + + + +
    Load
    Play
    101013001
    【ガウェイン】
    これ…バレンタインのお返し…
    よかったら受け取ってくれよ
    101013001
    【ガウェイン】
    俺なりに気持ちはこめたからさ…
    お前からのチョコ…俺、マジで嬉しかったんだ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300199.html b/docs/story/300199.html index ab8fd5c90..5edcd123b 100644 --- a/docs/story/300199.html +++ b/docs/story/300199.html @@ -11,6 +11,14 @@

    イベントクエスト/e0028/トリスタン_ADV_1

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    イベントクエスト/e0028/トリスタン_ADV_1

    + + + + + + + +
    Load
    Play
    101014001
    【トリスタン】
    ほら、バレンタインのお返しだよ
    ん?…ボクから貰えると思ってなかった?
    101014001
    【トリスタン】
    まあ、キミにならあげてもいいかなって
    …でも、他の女の子には秘密だよ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/3002.html b/docs/story/3002.html index 78efaf3ca..6018f01ac 100644 --- a/docs/story/3002.html +++ b/docs/story/3002.html @@ -11,6 +11,14 @@

    01_現代編前チュートリアルバトル_02

    デバッグ用

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    01_現代編前チュートリアルバトル_02

    + + + + + + + +
    Load
    Play
    101011001
    【勝ち気な二つ結び】
    ※削除
    101016002
    【白花の槍兵】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300200.html b/docs/story/300200.html index 40f77865b..2ed5c2a3e 100644 --- a/docs/story/300200.html +++ b/docs/story/300200.html @@ -11,6 +11,14 @@

    イベントクエスト/e0028/アーサー_ADV_1

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    イベントクエスト/e0028/アーサー_ADV_1

    + + + + + + + +
    Load
    Play
    101015001
    【アーサー】
    さあ、ホワイトデーのお返しだ
    受け取ってくれ
    101015001
    【アーサー】
    俺も義兄さんの仕事を眺めながら
    よくつまんでいるよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300201.html b/docs/story/300201.html index 5857ae8a0..08852a622 100644 --- a/docs/story/300201.html +++ b/docs/story/300201.html @@ -11,6 +11,14 @@

    イベントクエスト/e0028/モルドレッド_ADV_1

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    イベントクエスト/e0028/モルドレッド_ADV_1

    + + + + + + + +
    Load
    Play
    101022001
    【モルドレッド】
    ようやく見つけた
    こんなトコにいたのかよ
    101022001
    【モルドレッド】
    バレンタインデーのお返しに決まってんだろうが
    …礼節ぐらい学んでんだ、一応王族だしよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300202.html b/docs/story/300202.html index 45992d46f..f39992df8 100644 --- a/docs/story/300202.html +++ b/docs/story/300202.html @@ -11,6 +11,14 @@

    イベントクエスト/e0028/ヴォールス_ADV_1

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    イベントクエスト/e0028/ヴォールス_ADV_1

    + + + + + + + +
    Load
    Play
    101024001
    【ヴォールス】
    これを受け取ってくれるか
    先日のバレンタインの返礼だ
    101024001
    【ヴォールス】
    …好みに合うといいんだが
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300203.html b/docs/story/300203.html index 6160b81eb..c197ea353 100644 --- a/docs/story/300203.html +++ b/docs/story/300203.html @@ -11,6 +11,14 @@

    イベントクエスト/e0028/パーシヴァル_ADV_1

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    イベントクエスト/e0028/パーシヴァル_ADV_1

    + + + + + + + +
    Load
    Play
    101026001
    【パーシヴァル】
    今日はホワイトデー…
    101026001
    【パーシヴァル】
    きっとキミがこれまで食べたこともない
    高価で貴重で甘美な焼き菓子だ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300204.html b/docs/story/300204.html index a6607c0d4..acb1adc62 100644 --- a/docs/story/300204.html +++ b/docs/story/300204.html @@ -11,6 +11,14 @@

    イベントクエスト/e0028/ラヴェイン_ADV_1

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    イベントクエスト/e0028/ラヴェイン_ADV_1

    + + + + + + + +
    Load
    Play
    101031001
    【ラヴェイン】
    今日はバレンタインのお返しということで
    101031001
    【ラヴェイン】
    なので、遠慮なく甘えてくださいね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300205.html b/docs/story/300205.html index bf7970318..d75bf806e 100644 --- a/docs/story/300205.html +++ b/docs/story/300205.html @@ -11,6 +11,14 @@

    イベントクエスト/e0028/マターヤ_ADV_1

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    イベントクエスト/e0028/マターヤ_ADV_1

    + + + + + + + +
    Load
    Play
    101053001
    【マターヤ】
    やあやあ、これから時間あるー?
    デートしようよ、デート
    101053001
    【マターヤ】
    遠慮せず好きなだけ食べていいからね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300206.html b/docs/story/300206.html index 26e11fff8..f8c0edef1 100644 --- a/docs/story/300206.html +++ b/docs/story/300206.html @@ -11,6 +11,14 @@

    イベントクエスト/e0028/アダン_ADV_1

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    イベントクエスト/e0028/アダン_ADV_1

    + + + + + + + +
    Load
    Play
    101054001
    【アダン】
    バレンタインのお礼に、こちらをどうぞ…
    少々照れくさいですが…
    101054001
    【アダン】
    いつもより時間をかけて
    見た目も豪華で甘いお菓子を作ってみました
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300207.html b/docs/story/300207.html index 7073cf97c..d96f9c592 100644 --- a/docs/story/300207.html +++ b/docs/story/300207.html @@ -11,6 +11,14 @@

    イベントクエスト/e0028/オーウェン_ADV_1

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    イベントクエスト/e0028/オーウェン_ADV_1

    + + + + + + + +
    Load
    Play
    101055001
    【オーウェン】
    おい…これを…受け取れ
    バレンタインの、お返しだ…
    101055001
    【オーウェン】
    ほ、他に意味はないからな…!
    勘違いするなよ…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300208.html b/docs/story/300208.html index b5ee5545f..5831ed20f 100644 --- a/docs/story/300208.html +++ b/docs/story/300208.html @@ -11,6 +11,14 @@

    イベントクエスト/e0028/ルーシャス_ADV_1

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    イベントクエスト/e0028/ルーシャス_ADV_1

    + + + + + + + +
    Load
    Play
    101051001
    【ルーシャス】
    今日はバレンタインデーの
    お返しをする日だそうだな
    101051001
    【ルーシャス】
    ここではそなたらに倣うとしよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300209.html b/docs/story/300209.html index 7c0d2e263..29b96ae5b 100644 --- a/docs/story/300209.html +++ b/docs/story/300209.html @@ -11,6 +11,14 @@

    イベントクエスト/e0028/ブルーノ_ADV_1

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    イベントクエスト/e0028/ブルーノ_ADV_1

    + + + + + + + +
    Load
    Play
    101021002
    【ブルーノ】
    お前に渡すものがある
    …これを。バレンタインデーのお返しだ
    101021002
    【ブルーノ】
    咎人のオジサンのセンスで選んだから
    気に入ってもらえないかもしれないがな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300210.html b/docs/story/300210.html index 46f0f3f1f..b4ebe55b1 100644 --- a/docs/story/300210.html +++ b/docs/story/300210.html @@ -11,6 +11,14 @@

    メイン現代編/ms0002/1話_ADV_1

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    メイン現代編/ms0002/1話_ADV_1

    + + + + + + + +
    Load
    Play
    101070001
    【奔放な少女】
    いつもハズしてばっかり
    101070002
    【奔放な少女】
    スタンバイ・ミー、ダーリン!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300211.html b/docs/story/300211.html index b2b6f4ec8..9ef3b3a26 100644 --- a/docs/story/300211.html +++ b/docs/story/300211.html @@ -11,6 +11,14 @@

    メイン現代編/ms0002/1話_ADV_2

    View script in lua + + + + + + + + @@ -51,11 +59,24 @@

    メイン現代編/ms0002/1話_ADV_2

    + + + + + + + + + + + + + @@ -115,5 +136,13 @@

    メイン現代編/ms0002/1話_ADV_2

    + + + + + + + +
    Load
    Play
    101002001
    【レーヴァテイン】
    ターゲットは集めたよ
    【奔放な少女】
    ソーリー、エビバディ!
    101003001
    【(選択肢)】
    1. 彼女は…?
    Block1_1
    101002001
    【レーヴァテイン】
    自由に動く弾丸(フライクーゲル)
    Block1end
    101070002
    【フライクーゲル】
    イェイ!
    フライクーゲルだよ!!
    101070002
    【フライクーゲル】
    ──待ってたよ。ダーリン
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300212.html b/docs/story/300212.html index ddbcc69a6..33c22b4de 100644 --- a/docs/story/300212.html +++ b/docs/story/300212.html @@ -11,6 +11,14 @@

    メイン現代編/ms0002/1話_バトルADV_1

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    メイン現代編/ms0002/1話_バトルADV_1

    + + + + + + + +
    Load
    Play
    101070002
    【フライクーゲル】
    ちゅーもく!ちゅーもく!!
    101070002
    【フライクーゲル】
    目を離さないで!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300213.html b/docs/story/300213.html index da6f0053b..f25474e21 100644 --- a/docs/story/300213.html +++ b/docs/story/300213.html @@ -11,6 +11,14 @@

    メイン現代編/ms0002/1話_ADV_3

    View script in lua + + + + + + + + @@ -76,11 +84,24 @@

    メイン現代編/ms0002/1話_ADV_3

    + + + + + + + + + + + + + @@ -90,5 +111,13 @@

    メイン現代編/ms0002/1話_ADV_3

    + + + + + + + +
    Load
    Play
    101070002
    【フライクーゲル】
    フリーズ。ホールドアップ
    【フライクーゲル】
    感動の再会はこのあとで
    ゆっくりね、ダーリン?
    101003001
    【(選択肢)】
    1. ダーリンって誰のこと?
    Block1_1
    101070002
    【フライクーゲル】
    ………
    Block1end
    101070002
    【フライクーゲル】
    ………………えっ
    101070002
    【フライクーゲル】
    ちょっと待ってよ(フリーズ)
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300214.html b/docs/story/300214.html index e916b1659..0acbd8724 100644 --- a/docs/story/300214.html +++ b/docs/story/300214.html @@ -11,6 +11,18 @@

    メイン現代編/ms0002/1話_ADV_4

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    メイン現代編/ms0002/1話_ADV_4

    + + + + + + + + + @@ -36,6 +57,10 @@

    メイン現代編/ms0002/1話_ADV_4

    + + + + @@ -51,6 +76,10 @@

    メイン現代編/ms0002/1話_ADV_4

    + + + + @@ -201,6 +230,19 @@

    メイン現代編/ms0002/1話_ADV_4

    + + + + + + + + + + + + + @@ -255,5 +297,13 @@

    メイン現代編/ms0002/1話_ADV_4

    + + + + + + + +
    template1
    Load
    Play
    101070001
    【フライクーゲル】
    …──ダーリン
    【フライクーゲル】
    ひさしぶり
    101003001
    【(選択肢)】
    1. ひさしぶり
    2. はじめまして
    Block1_1
    101070001
    【フライクーゲル】
    …うん
    【フライクーゲル】
    やさしいね。ダーリン
    Block1_2
    101070001
    【フライクーゲル】
    ………あ、う
    【フライクーゲル】
    そうだよね。ダーリン
    Block1end
    101070001
    【フライクーゲル】
    …そっか
    【ロンギヌス】
    …そう、ですね
    101003001
    【(選択肢)】
    1. 忘れちゃってごめん…
    Block2_1
    Block2end
    101070001
    【フライクーゲル】
    それこそ、ダーリンのせいじゃないよ!
    101070001
    【フライクーゲル】
    ──絶対にきみを、幸せ(じゆう)にするよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300215.html b/docs/story/300215.html index 10311bb03..256a9e990 100644 --- a/docs/story/300215.html +++ b/docs/story/300215.html @@ -11,6 +11,18 @@

    メイン現代編/ms0002/2話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    メイン現代編/ms0002/2話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101059001
    【アルハン】
    過去の継承者(ノワール)
    封として遺した『根源の武器(オーセンティック)』は二振り
    101059001
    【アルハン】
    ………せめて
    あやつを呼び戻せれば──
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300216.html b/docs/story/300216.html index b796f6318..79e467934 100644 --- a/docs/story/300216.html +++ b/docs/story/300216.html @@ -11,6 +11,18 @@

    メイン現代編/ms0002/2話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -36,11 +48,24 @@

    メイン現代編/ms0002/2話_ADV_2

    + + + + + + + + + + + + + @@ -81,6 +106,15 @@

    メイン現代編/ms0002/2話_ADV_2

    + + + + + + + + + @@ -96,6 +130,10 @@

    メイン現代編/ms0002/2話_ADV_2

    + + + + @@ -111,6 +149,10 @@

    メイン現代編/ms0002/2話_ADV_2

    + + + + @@ -160,5 +202,13 @@

    メイン現代編/ms0002/2話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101070001
    【フライクーゲル】
    きみと、隣の席だったんだよ
    【フライクーゲル】
    それからはね、こうやって
    同じ時間に登校…して、下校して…
    101003001
    【(選択肢)】
    1. 自分はどんな人間だった?
    Block1_1
    101070001
    【フライクーゲル】
    強いひとじゃなかったけど
    だからこそ、ひとに誠実だったよ
    Block1end
    101070001
    【フライクーゲル】
    ひとを見て、ひとと生きてた
    困ってるひとは見逃せないひとだった
    【フライクーゲル】
    誰かの言うことを聞いて
    縛られたりしないようなさ
    101003001
    【(選択肢)】
    1. 自由になりたい
    2. 自由じゃなくていい
    Block2_1
    101070001
    【フライクーゲル】
    そう思う?きみも
    【フライクーゲル】
    一度は諦めたりして
    Block2_2
    101070001
    【フライクーゲル】
    こう…縛られたままでいい、と思う?
    【フライクーゲル】
    きみにとっては
    この学園がそういう場所になりつつあるのかな
    Block2end
    101070001
    【フライクーゲル】
    わたし、ずぅーっと考えてたことがあるんだ
    101070001
    【フライクーゲル】
    ………そうもいかないね。すぐには
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300217.html b/docs/story/300217.html index 0181419c2..7e1e4e9cb 100644 --- a/docs/story/300217.html +++ b/docs/story/300217.html @@ -11,6 +11,18 @@

    メイン現代編/ms0002/2話_ADV_3

    View script in lua + + + + + + + + + + + + diff --git a/docs/story/300218.html b/docs/story/300218.html index 4c283cd41..164370c02 100644 --- a/docs/story/300218.html +++ b/docs/story/300218.html @@ -11,6 +11,18 @@

    メイン現代編/ms0002/2話_ADV_4

    View script in lua
    template1
    Load
    Play
    101070002
    【フライクーゲル】
    こうやって
    きみの日常がなくなってく
    + + + + + + + + + + + + @@ -210,5 +222,13 @@

    メイン現代編/ms0002/2話_ADV_4

    + + + + + + + +
    template1
    Load
    Play
    101070001
    【フライクーゲル】
    ………ひとりで逃げる気は、ないんだよ
    101002001
    【レーヴァテイン】
    「一緒に傷つく」って
    約束してもらったから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300219.html b/docs/story/300219.html index 34b5e958d..f9ac66350 100644 --- a/docs/story/300219.html +++ b/docs/story/300219.html @@ -11,6 +11,18 @@

    メイン現代編/ms0002/2話_ADV_5

    View script in lua + + + + + + + + + + + + @@ -130,5 +142,13 @@

    メイン現代編/ms0002/2話_ADV_5

    + + + + + + + +
    template1
    Load
    Play
    101070001
    【フライクーゲル】
    仲間ハズレにされてた
    101070001
    【フライクーゲル】
    だから、わたしはオーバーに
    きみをこう呼ぶことにした
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300220.html b/docs/story/300220.html index ffc1a8a86..fab86d772 100644 --- a/docs/story/300220.html +++ b/docs/story/300220.html @@ -10,5 +10,21 @@

    メイン現代編/ms0002/2話_ADV_6

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300221.html b/docs/story/300221.html index 401062274..281c0a53c 100644 --- a/docs/story/300221.html +++ b/docs/story/300221.html @@ -11,6 +11,18 @@

    メイン現代編/ms0002/2話_ADV_7

    View script in lua + + + + + + + + + + + + @@ -161,11 +173,24 @@

    メイン現代編/ms0002/2話_ADV_7

    + + + + + + + + + + + + + @@ -260,5 +285,13 @@

    メイン現代編/ms0002/2話_ADV_7

    + + + + + + + +
    template1
    Load
    Play
    101070002
    【フライクーゲル】
    ………ボロボロじゃん
    【フライクーゲル】
    きみは、学園に残る──…?
    101003001
    【(選択肢)】
    1. きみを自由にするためにも残る
    Block1_1
    101070002
    【フライクーゲル】
    …わたし、を…?
    Block1end
    101002001
    【レーヴァテイン】
    フライクーゲル。あなたは逃避行の責任を
    自分だけが背負えばいいと考えてる
    101070002
    【フライクーゲル】
    学園お泊り会?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300222.html b/docs/story/300222.html index 0c2d4db3f..e047d5695 100644 --- a/docs/story/300222.html +++ b/docs/story/300222.html @@ -11,6 +11,18 @@

    メイン現代編/ms0002/3話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -21,6 +33,15 @@

    メイン現代編/ms0002/3話_ADV_1

    + + + + + + + + + @@ -61,6 +82,10 @@

    メイン現代編/ms0002/3話_ADV_1

    + + + + @@ -101,6 +126,10 @@

    メイン現代編/ms0002/3話_ADV_1

    + + + + @@ -266,6 +295,19 @@

    メイン現代編/ms0002/3話_ADV_1

    + + + + + + + + + + + + + @@ -386,6 +428,19 @@

    メイン現代編/ms0002/3話_ADV_1

    + + + + + + + + + + + + + @@ -420,5 +475,13 @@

    メイン現代編/ms0002/3話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101070001
    【フライクーゲル】
    ねえ、ダーリン?
    【フライクーゲル】
    夏といえば森?それとも海?
    どっちが好きかな?
    101003001
    【(選択肢)】
    Block1_1
    101070001
    【フライクーゲル】
    森!!森!!森だよね!!
    やっぱり森だよわかってるね!!
    【ロンギヌス】
    聞こえてきますね
    あなたの声だけが
    Block1_2
    101070001
    【フライクーゲル】
    海はイイよね…
    【レーヴァテイン】
    ………それはいいかも
    Block1end
    101070001
    【フライクーゲル】
    …わたし、テンション間違ってる?
    【フライクーゲル】
    そ、そういえば
    ティルフィングの姿が見えないけど…
    101003001
    【(選択肢)】
    1. ティルフィングを呼び戻す?
    Block2_1
    Block2end
    101035003
    【ロンギヌス】
    私たち継守会メンバーは皆──
    【アルハン】
    ………<%player>にしか
    できぬことだ
    101003001
    【(選択肢)】
    1. もう一回、過去に潜ろう
    Block3_1
    Block3end
    101070001
    【フライクーゲル】
    …っ
    101002002
    【レーヴァテイン】
    ………来たね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300223.html b/docs/story/300223.html index 09f25e15e..103366c75 100644 --- a/docs/story/300223.html +++ b/docs/story/300223.html @@ -11,6 +11,14 @@

    メイン現代編/ms0002/3話_ADV_2

    View script in lua + + + + + + + + @@ -105,5 +113,13 @@

    メイン現代編/ms0002/3話_ADV_2

    + + + + + + + +
    Load
    Play
    101002002
    【レーヴァテイン】
    またログレスの景色に呑み込まれた…!
    101002002
    【レーヴァテイン】
    だから…好きに、しなよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300224.html b/docs/story/300224.html index d213870cf..ac4017ad7 100644 --- a/docs/story/300224.html +++ b/docs/story/300224.html @@ -11,6 +11,14 @@

    メイン現代編/ms0002/3話_バトルADV_1

    View script in lua + + + + + + + + @@ -30,5 +38,13 @@

    メイン現代編/ms0002/3話_バトルADV_1

    + + + + + + + +
    Load
    Play
    101035002
    【ロンギヌス】
    無事に戻ってくると信じています
    <%player>さん…!
    101002001
    【レーヴァテイン】
    帰って来ないと、私…傷つくよ
    傷つくのは…一緒にでしょ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300225.html b/docs/story/300225.html index e68f65d9f..06d1018ac 100644 --- a/docs/story/300225.html +++ b/docs/story/300225.html @@ -11,6 +11,18 @@

    メイン現代編/ms0002/3話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -76,6 +88,15 @@

    メイン現代編/ms0002/3話_ADV_3

    + + + + + + + + + @@ -91,6 +112,10 @@

    メイン現代編/ms0002/3話_ADV_3

    + + + + @@ -106,6 +131,10 @@

    メイン現代編/ms0002/3話_ADV_3

    + + + + @@ -130,5 +159,13 @@

    メイン現代編/ms0002/3話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    101059001
    【アルハン】
    過去の継承者(ノワール)の冒険の記録は
    キサマのなかに深く刻まれておる
    【フライクーゲル】
    …えっと…あの、ダーリン、あのね──…?
    101003001
    【(選択肢)】
    1. 帰ったら、また話そう
    2. あとでお泊り会の続きをしよう
    Block1_1
    101070001
    【フライクーゲル】
    あっ、えと、ダーリン…!
    【フライクーゲル】
    だから、だから──
    Block1_2
    101070001
    【フライクーゲル】
    お泊り会も、そうなんだけど…
    【フライクーゲル】
    帰って、くるよね…?
    Block1end
    101070001
    【フライクーゲル】
    も、もう──…
    101070001
    【フライクーゲル】
    言ってあげたいコトバがあるんだよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300226.html b/docs/story/300226.html index 61022df41..0edba9d93 100644 --- a/docs/story/300226.html +++ b/docs/story/300226.html @@ -11,6 +11,18 @@

    メイン現代編/ms0002/3話_ADV_4

    View script in lua + + + + + + + + + + + + @@ -110,5 +122,13 @@

    メイン現代編/ms0002/3話_ADV_4

    + + + + + + + +
    template1
    Load
    Play
    【telop】
    ブリテン島 六世紀
    101068001
    【ウレリー】
    て、き…!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300227.html b/docs/story/300227.html index cb2cf139c..f35105b75 100644 --- a/docs/story/300227.html +++ b/docs/story/300227.html @@ -11,11 +11,32 @@

    メイン現代編/ms0002/3話_ADV_5

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -136,9 +157,30 @@

    メイン現代編/ms0002/3話_ADV_5

    + + + + + + + + + + + + + - + + + + + + + + +
    Load
    Play
    101059001
    【アルハン】
    ──やはり、ここか
    101003001
    【(選択肢)】
    1. なぜ、ここに?
    Block1_1
    Block1end
    101059001
    【アルハン】
    …ティルフィングがわずかに間に合わず
    手が届かなかった存在…
    【ウレリー】
    わすれないで、わすれないで、やだぁっ
    あああっ、わすれないで、わすれないで、わすれ
    101003001
    【(選択肢)】
    1. 忘れさせたりしない
    Block2_1
    Block2end
    【ウレリー】
    …──えっ?
    【(選択肢)】
    …──えっ?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300228.html b/docs/story/300228.html index 00cb51907..fad917521 100644 --- a/docs/story/300228.html +++ b/docs/story/300228.html @@ -11,6 +11,14 @@

    メイン現代編/ms0002/3話_バトルADV_2

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    メイン現代編/ms0002/3話_バトルADV_2

    + + + + + + + +
    Load
    Play
    101059001
    【アルハン】
    ここはキサマの盤面だ。<%player>
    101059001
    【アルハン】
    キサマの一手で戦況を変えろ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300229.html b/docs/story/300229.html index 1f874e23d..fc9d8e887 100644 --- a/docs/story/300229.html +++ b/docs/story/300229.html @@ -11,6 +11,14 @@

    メイン現代編/ms0002/3話_ADV_6

    View script in lua + + + + + + + + @@ -22,7 +30,7 @@

    メイン現代編/ms0002/3話_ADV_6

    - + @@ -41,6 +49,19 @@

    メイン現代編/ms0002/3話_ADV_6

    + + + + + + + + + + + + + @@ -55,5 +76,13 @@

    メイン現代編/ms0002/3話_ADV_6

    + + + + + + + +
    Load
    Play
    101001002
    【ティルフィング】
    遅れて申し訳ございません、マスター…!
    町中のバルバロイに阻まれ──
    101068002
    101068001
    【ウレリー】
    …?
    ティルフィング、さん…?
    【ノワール】
    ああ
    だけど、これからのために──
    101003001
    【(選択肢)】
    1. キミを探していた
    Block1_1
    Block1end
    101009001
    【ノワール】
    キミが必要だ
    ティルフィング
    101001002
    【ティルフィング】
    全霊をもって
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300230.html b/docs/story/300230.html index 2ebfa624c..47b88e8ee 100644 --- a/docs/story/300230.html +++ b/docs/story/300230.html @@ -11,6 +11,18 @@

    メイン現代編/ms0002/3話_ADV_7

    View script in lua + + + + + + + + + + + + @@ -130,5 +142,13 @@

    メイン現代編/ms0002/3話_ADV_7

    + + + + + + + +
    template1
    Load
    Play
    101001001
    【ティルフィング】
    クラスの配属希望ですか?
    101068001
    【ウレリー】
    ワタシと
    一緒のクラスになろうよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300231.html b/docs/story/300231.html index 024859bf6..e1446bc38 100644 --- a/docs/story/300231.html +++ b/docs/story/300231.html @@ -11,6 +11,18 @@

    メイン現代編/ms0002/3話_ADV_8

    View script in lua + + + + + + + + + + + + @@ -135,5 +147,13 @@

    メイン現代編/ms0002/3話_ADV_8

    + + + + + + + +
    template1
    Load
    Play
    101001002
    【ティルフィング】
    ウレリー様
    101068002
    【ウレリー】
    まだまだ、教えてあげる
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300232.html b/docs/story/300232.html index 2493c2d91..aeac9ecc2 100644 --- a/docs/story/300232.html +++ b/docs/story/300232.html @@ -11,6 +11,14 @@

    メイン現代編/ms0002/4話_ADV_1

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    メイン現代編/ms0002/4話_ADV_1

    + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「自由になりたいと思ったこと…ない?」
    101070001
    【フライクーゲル】
    …逃がさない気なんだね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300233.html b/docs/story/300233.html index 76e263144..927ef0bdc 100644 --- a/docs/story/300233.html +++ b/docs/story/300233.html @@ -11,6 +11,14 @@

    メイン現代編/ms0002/4話_ADV_2

    View script in lua + + + + + + + + @@ -125,5 +133,13 @@

    メイン現代編/ms0002/4話_ADV_2

    + + + + + + + +
    Load
    Play
    【(ナレーション)】
    「命懸けで戦って」
    101070002
    【フライクーゲル】
    わたしの自由(すき)にしていいよね!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300234.html b/docs/story/300234.html index 50f392794..cc58d929c 100644 --- a/docs/story/300234.html +++ b/docs/story/300234.html @@ -11,6 +11,14 @@

    メイン現代編/ms0002/4話_ADV_3

    View script in lua + + + + + + + + @@ -146,6 +154,19 @@

    メイン現代編/ms0002/4話_ADV_3

    + + + + + + + + + + + + + @@ -165,5 +186,26 @@

    メイン現代編/ms0002/4話_ADV_3

    + + + + + + + + + + + + + + + + + + + + +
    Load
    Play
    101070001
    【フライクーゲル】
    きみとケンカしたまま
    さよならだったんだ
    【フライクーゲル】
    アナタに
    終わりの続きを斬り拓く、武器を
    101003001
    【(選択肢)】
    1. 武器を寄越せ
    Block1_1
    Block1end
    【イミテーション・ディナタン】
    …!?
    【???】
    万物切り裂く錆びずの魔剣
    願いの代価はアナタの運命(さだめ)
    101003001
    【(選択肢)】
    1. ティルフィング
    Block2_1
    Block2end
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300235.html b/docs/story/300235.html index e5f80c160..648a4c940 100644 --- a/docs/story/300235.html +++ b/docs/story/300235.html @@ -11,6 +11,14 @@

    メイン現代編/ms0002/4話_ADV_4

    View script in lua + + + + + + + + @@ -101,6 +109,19 @@

    メイン現代編/ms0002/4話_ADV_4

    + + + + + + + + + + + + + @@ -131,6 +152,19 @@

    メイン現代編/ms0002/4話_ADV_4

    + + + + + + + + + + + + + @@ -175,5 +209,13 @@

    メイン現代編/ms0002/4話_ADV_4

    + + + + + + + +
    Load
    Play
    101001002
    【ティルフィング】
    …──そう、呼ばれていますから
    【フライクーゲル】
    …──ね、ダーリン?
    101003001
    【(選択肢)】
    1. お待たせ。フライクーゲル
    Block1_1
    Block1end
    101070002
    【フライクーゲル】
    ………いえすっ
    【フライクーゲル】
    きみの武器の名を!
    101003001
    【(選択肢)】
    1. アロンダイト
    Block2_1
    Block2end
    【イミテーション・ディナタン】
    …!?!?
    101070002
    【フライクーゲル】
    命中させるよ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300236.html b/docs/story/300236.html index 743847e67..76e2690ff 100644 --- a/docs/story/300236.html +++ b/docs/story/300236.html @@ -11,6 +11,14 @@

    メイン現代編/ms0002/4話_バトルADV_1

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    メイン現代編/ms0002/4話_バトルADV_1

    + + + + + + + +
    Load
    Play
    101002001
    【レーヴァテイン】
    <%player>
    101002001
    【レーヴァテイン】
    あのとき
    あなたを迎えに行けて良かった
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300237.html b/docs/story/300237.html index 0eaafb6ff..2d171088c 100644 --- a/docs/story/300237.html +++ b/docs/story/300237.html @@ -11,6 +11,14 @@

    メイン現代編/ms0002/4話_バトルADV_2

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    メイン現代編/ms0002/4話_バトルADV_2

    + + + + + + + +
    Load
    Play
    101070002
    【フライクーゲル】
    ダーリン
    101070002
    【フライクーゲル】
    目を離さないでね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300238.html b/docs/story/300238.html index f8520a004..7695adae0 100644 --- a/docs/story/300238.html +++ b/docs/story/300238.html @@ -11,6 +11,18 @@

    メイン現代編/ms0002/5話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -36,6 +48,19 @@

    メイン現代編/ms0002/5話_ADV_1

    + + + + + + + + + + + + + @@ -131,11 +156,24 @@

    メイン現代編/ms0002/5話_ADV_1

    + + + + + + + + + + + + + @@ -341,11 +379,24 @@

    メイン現代編/ms0002/5話_ADV_1

    + + + + + + + + + + + + + @@ -370,5 +421,13 @@

    メイン現代編/ms0002/5話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101059001
    【アルハン】
    …見えるか
    【アルハン】
    ゆえに、ここは『箱舟』
    101003001
    【(選択肢)】
    1. 箱舟?
    Block1_1
    Block1end
    101059001
    【アルハン】
    キサマもノワールとして生きた際
    廃都サラスにて名前だけは聞いたはずだ
    【アルハン】
    早急に『根源の武器』の聖遺物を
    見つけねばなるまいな
    101003001
    【(選択肢)】
    1. 『根源の武器』の聖遺物?
    Block2_1
    101001005
    【ティルフィング】
    アナタが体験した歴史のとおり──
    Block2end
    101001005
    【ティルフィング】
    アロンダイトをはじめとした『根源の武器(オーセンティック)』は
    バルバロイの封として機能していました
    【フライクーゲル】
    友達から、はじめてください
    101003001
    【(選択肢)】
    1. じゃあ『はじめての友達』だね
    Block3_1
    【telop】
    「その場のテンションとか
    大事なコトバを言うタイミングとか」
    Block3end
    101070001
    【フライクーゲル】
    ………──うんっ
    101070001
    【フライクーゲル】
    ハズいね、コレ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300240.html b/docs/story/300240.html index 6219c40ec..78ee108b7 100644 --- a/docs/story/300240.html +++ b/docs/story/300240.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0053/1話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -30,5 +42,13 @@

    シナリオイベクエ/e0053/1話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    五月祭か…
    101009002
    【ノワール】
    せっかくだし
    ちょっと色々見てみるとするか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300241.html b/docs/story/300241.html index 9b67bcbde..655268d09 100644 --- a/docs/story/300241.html +++ b/docs/story/300241.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0053/1話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -111,6 +123,15 @@

    シナリオイベクエ/e0053/1話_ADV_2

    + + + + + + + + + @@ -126,6 +147,10 @@

    シナリオイベクエ/e0053/1話_ADV_2

    + + + + @@ -141,6 +166,10 @@

    シナリオイベクエ/e0053/1話_ADV_2

    + + + + @@ -225,5 +254,13 @@

    シナリオイベクエ/e0053/1話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    マーケットも賑わってるなぁ
    【ノワール】
    そうだったのか…
    101009002
    【(選択肢)】
    1. 暇なの?
    2. 優しいんだな
    Block1_1
    101009002
    【ノワール】
    ガウェインって、暇なのか?
    【ガウェイン】
    けど忙しさを言い訳にできねーだろ!
    ヒーローたるもの!!
    Block1_2
    101009002
    【ノワール】
    優しいんだな、ガウェイン
    【ガウェイン】
    困っている人を助けるのは
    ヒーローの務めだからな
    Block1end
    101062001
    【マルイル】
    お手間をおかけしまして本当にすみません
    ここ最近、とにかく忙しそうなのに…
    101013004
    【ガウェイン】
    …!サンキュー、ノワール
    よし――行こうぜ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300242.html b/docs/story/300242.html index 1aa7759ec..59319b448 100644 --- a/docs/story/300242.html +++ b/docs/story/300242.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0053/1話_ADV_3

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    シナリオイベクエ/e0053/1話_ADV_3

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    バルバロイがこんなに…!
    101013004
    【ガウェイン】
    ま、(ヒーロー)がいる限り
    ログレスには手出しさせねーけどな!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300243.html b/docs/story/300243.html index 07bb54dac..95731faf0 100644 --- a/docs/story/300243.html +++ b/docs/story/300243.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0053/1話_ADV_4

    View script in lua + + + + + + + + @@ -50,5 +58,13 @@

    シナリオイベクエ/e0053/1話_ADV_4

    + + + + + + + +
    Load
    Play
    101013004
    【ガウェイン】
    よし、これで全部倒しきったな!
    101009001
    【ノワール】
    …ヒーローって大変なんだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300244.html b/docs/story/300244.html index 8db90268e..767dd6cb2 100644 --- a/docs/story/300244.html +++ b/docs/story/300244.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0053/2話_ADV_1

    View script in lua + + + + + + + + @@ -90,5 +98,13 @@

    シナリオイベクエ/e0053/2話_ADV_1

    + + + + + + + +
    Load
    Play
    【男性】
    おい、なにするんだ!
    商品の陳列が崩れたじゃないか!
    101013004
    【ガウェイン】
    街の人たちに迷惑をかけるってんなら
    ヒーローが容赦しねーぜ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300245.html b/docs/story/300245.html index 7f64cbc1c..7da3a5750 100644 --- a/docs/story/300245.html +++ b/docs/story/300245.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0053/2話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    シナリオイベクエ/e0053/2話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    【男性】
    本当にありがとう、ガウェイン
    助かったよ
    【男性】
    おう、いってらっしゃい!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300246.html b/docs/story/300246.html index c0f6f9a4a..7faf572a0 100644 --- a/docs/story/300246.html +++ b/docs/story/300246.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0053/2話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -96,6 +108,15 @@

    シナリオイベクエ/e0053/2話_ADV_3

    + + + + + + + + + @@ -116,6 +137,10 @@

    シナリオイベクエ/e0053/2話_ADV_3

    + + + + @@ -136,6 +161,10 @@

    シナリオイベクエ/e0053/2話_ADV_3

    + + + + @@ -300,5 +329,13 @@

    シナリオイベクエ/e0053/2話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    【おばあちゃん】
    ガウェイン。来てくれてありがとう
    忙しいのに悪いねぇ
    【ガウェイン】
    そ、そうか…
    101013004
    【(選択肢)】
    1. ノワールはなにをしてたんだ?
    2. 気にせず声をかければいいのに
    Block1_1
    101013004
    【ガウェイン】
    ノワールはなにしてたんだ?
    【ノワール】
    なにをしていいかわからなくてさ
    こういう時間、過ごしたことないから
    Block1_2
    101013004
    【ガウェイン】
    気にせず声かけてくれりゃいいのに
    【ガウェイン】
    な、なんか照れるな…
    Block1end
    101009002
    【ノワール】
    お前、いい奴だな
    皆の頼みごとを一手に引き受けてさ
    101033001
    【リオネス】
    それじゃ、行こう!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300247.html b/docs/story/300247.html index 70d75cf87..c5777676d 100644 --- a/docs/story/300247.html +++ b/docs/story/300247.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0053/2話_ADV_4

    View script in lua + + + + + + + + + + + + @@ -155,5 +167,13 @@

    シナリオイベクエ/e0053/2話_ADV_4

    + + + + + + + +
    template1
    Load
    Play
    401029001
    【コック長】
    よく来たな、ヒーロー!
    と、そのお友達!
    101013004
    【ガウェイン】
    でもやっぱ、これって
    ヒーローの仕事じゃねー気がするけど…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300248.html b/docs/story/300248.html index 0bc022495..a684a1fac 100644 --- a/docs/story/300248.html +++ b/docs/story/300248.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0053/3話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    シナリオイベクエ/e0053/3話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101033001
    【リオネス】
    もうすぐ五月祭!食堂ではコック長とガレスが
    特製メニューでおもてなし!
    101047001
    【???】
    ふーん。特製お菓子、ねぇ…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300249.html b/docs/story/300249.html index bdea77c65..969fc61e0 100644 --- a/docs/story/300249.html +++ b/docs/story/300249.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0053/3話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -76,6 +88,15 @@

    シナリオイベクエ/e0053/3話_ADV_2

    + + + + + + + + + @@ -96,6 +117,10 @@

    シナリオイベクエ/e0053/3話_ADV_2

    + + + + @@ -116,6 +141,10 @@

    シナリオイベクエ/e0053/3話_ADV_2

    + + + + diff --git a/docs/story/300250.html b/docs/story/300250.html index fdae4c247..41070ca99 100644 --- a/docs/story/300250.html +++ b/docs/story/300250.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0053/3話_ADV_3

    View script in lua
    template1
    Load
    Play
    401029001
    【コック長】
    よし!それじゃ、まずは生地作りからだ
    魂込めて、泡立て頼むぜ!!
    【ガウェイン】
    料理って実は結構体力仕事だよな…
    101009002
    【(選択肢)】
    1. 修行になりそうだ
    2. 俺には向いてない
    Block1_1
    101009002
    【ノワール】
    確かに…修行になるかもしれないな
    【コック長】
    いいこと言うじゃないか、ノワール!
    なんならオレっちがみっちり指導してやるぜ
    Block1_2
    101009002
    【ノワール】
    俺には向いていない気がするよ
    【コック長】
    いやいや!意外と奥深いって意味では
    通じるものがあるかもしれねぇぞ?
    Block1end
    401029001
    【コック長】
    よし、それじゃ後は
    さっき教えた通りに仕上げれば完成だ!
    + + + + + + + + @@ -40,5 +48,13 @@

    シナリオイベクエ/e0053/3話_ADV_3

    + + + + + + + +
    Load
    Play
    【盗賊】
    へへ…もう逃げ場はねぇぞ
    大人しく出すもん出しな!
    101013004
    【ガウェイン】
    祭りの盛り上がりに乗じて悪事を働く悪党どもに
    ヒーローが正義の鉄槌をくだしてやるぜ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300251.html b/docs/story/300251.html index ba4558f90..1e19dccd9 100644 --- a/docs/story/300251.html +++ b/docs/story/300251.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0053/3話_ADV_4

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    シナリオイベクエ/e0053/3話_ADV_4

    + + + + + + + +
    template1
    Load
    Play
    401041001
    【盗賊】
    ち、チクショウ…!覚えてやがれ!!
    101013004
    【ガウェイン】
    でも…やっぱヒーローはこうじゃねえとな!
    よし、この勢いで見守りもすっか~♪
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300252.html b/docs/story/300252.html index e31a1f2f3..baca938c9 100644 --- a/docs/story/300252.html +++ b/docs/story/300252.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0053/4話_ADV_1

    View script in lua + + + + + + + + @@ -35,5 +43,13 @@

    シナリオイベクエ/e0053/4話_ADV_1

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    街道の見回り?
    101013004
    【ガウェイン】
    そういうことだ
    ――来るぞ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300253.html b/docs/story/300253.html index 5b69fc3da..3239dbbb5 100644 --- a/docs/story/300253.html +++ b/docs/story/300253.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0053/4話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    シナリオイベクエ/e0053/4話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    この辺りはもう安全みたいだな
    101013004
    【ガウェイン】
    それじゃ、とっとと食堂に行こうぜ
    頼まれたからにはきっちりやらねーとな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300254.html b/docs/story/300254.html index 0a066e4bd..fd01de716 100644 --- a/docs/story/300254.html +++ b/docs/story/300254.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0053/4話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -200,5 +212,13 @@

    シナリオイベクエ/e0053/4話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    101013004
    【ガウェイン】
    …よし!
    あとは焼き上がりを待つだけだな
    101013004
    【ガウェイン】
    ………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300255.html b/docs/story/300255.html index 566bd18d4..f1f2902b3 100644 --- a/docs/story/300255.html +++ b/docs/story/300255.html @@ -11,9 +11,29 @@

    シナリオイベクエ/e0053/4話_ADV_4

    View script in lua + + + + + + + + + + + + + + + + + + + +
    template1
    Load
    Play
    101013004
    【ガウェイン】
    街の様子を見てみろって…どういうことだ?
    …とりあえず、行ってみるか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300256.html b/docs/story/300256.html index 12541ff95..ebe6409ad 100644 --- a/docs/story/300256.html +++ b/docs/story/300256.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0053/4話_ADV_5

    View script in lua + + + + + + + + + + + + @@ -41,6 +53,15 @@

    シナリオイベクエ/e0053/4話_ADV_5

    + + + + + + + + + @@ -61,6 +82,10 @@

    シナリオイベクエ/e0053/4話_ADV_5

    + + + + @@ -81,6 +106,10 @@

    シナリオイベクエ/e0053/4話_ADV_5

    + + + + @@ -200,5 +229,13 @@

    シナリオイベクエ/e0053/4話_ADV_5

    + + + + + + + +
    template1
    Load
    Play
    【男子生徒】
    当日はお菓子が配られるらしいよ
    楽しみだな~
    【ノワール】
    すごいな
    皆、お菓子の話で持ち切りだ
    101013004
    【(選択肢)】
    1. リオネスのチラシ効果かな
    2. 無料ってのがいいのかな
    Block1_1
    101013004
    【ガウェイン】
    リオネスのチラシ効果かな
    【ガウェイン】
    ………
    Block1_2
    101013004
    【ガウェイン】
    無料ってのがいいのかな
    【ガウェイン】
    ………
    Block1end
    101013004
    【ガウェイン】
    俺たちが作ったお菓子を待ってる人がこんなに…
    101013004
    【ガウェイン】
    …ああ――そうだよな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300257.html b/docs/story/300257.html index b6b74ef8d..c5504ec1d 100644 --- a/docs/story/300257.html +++ b/docs/story/300257.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0053/4話_ADV_6

    View script in lua + + + + + + + + + + + + @@ -135,5 +147,13 @@

    シナリオイベクエ/e0053/4話_ADV_6

    + + + + + + + +
    template1
    Load
    Play
    101013004
    【ガウェイン】
    うおりゃああああああああ!!!
    401029001
    【コック長】
    こりゃ、食堂の特別メニューも
    負けてらんねェな!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300258.html b/docs/story/300258.html index 60ef5e3b5..04a6f157f 100644 --- a/docs/story/300258.html +++ b/docs/story/300258.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0053/4話_ADV_7

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    シナリオイベクエ/e0053/4話_ADV_7

    + + + + + + + +
    template1
    Load
    Play
    401041001
    【盗賊】
    クソッ、円卓の騎士め
    邪魔ばっかりしやがって。次こそは――
    101047001
    【???】
    その代わり――
    ウチにも美味しい想い、させてよね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300259.html b/docs/story/300259.html index d6c0da253..90fd99c76 100644 --- a/docs/story/300259.html +++ b/docs/story/300259.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0053/5話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -56,6 +68,15 @@

    シナリオイベクエ/e0053/5話_ADV_1

    + + + + + + + + + @@ -71,6 +92,10 @@

    シナリオイベクエ/e0053/5話_ADV_1

    + + + + @@ -86,6 +111,10 @@

    シナリオイベクエ/e0053/5話_ADV_1

    + + + + @@ -150,5 +179,13 @@

    シナリオイベクエ/e0053/5話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101009002
    【ノワール】
    いよいよ五月祭当日か
    なんだかワクワクしてきたな
    【ガウェイン】
    ノワール
    101009002
    【(選択肢)】
    1. ヒーローは何でも屋じゃないんじゃ?
    2. ラグネルの様子は見に行った?
    Block1_1
    101009002
    【ノワール】
    「ヒーローは何でも屋じゃない」
    ――じゃなかったっけ?
    【ガウェイン】
    けどそういうことをぐずぐず考えるのも
    ヒーローらしくねえだろ?
    Block1_2
    101009002
    【ノワール】
    ラグネルの様子は見に行ったのか?
    【ガウェイン】
    ま、アイツなら大丈夫だろ
    アイツの手芸の(スキル)は本物だからな
    Block1end
    101013004
    【ガウェイン】
    そういや、そろそろお菓子を配る時間だよな
    101033001
    【リオネス】
    命に別状はないって…でも――!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300260.html b/docs/story/300260.html index ffbd8c36c..f82b11e6d 100644 --- a/docs/story/300260.html +++ b/docs/story/300260.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0053/5話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -75,5 +87,13 @@

    シナリオイベクエ/e0053/5話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101013004
    【ガウェイン】
    コック長…!
    101009002
    【ノワール】
    ああ。そうだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300261.html b/docs/story/300261.html index 84552bcc4..8dfab4fd5 100644 --- a/docs/story/300261.html +++ b/docs/story/300261.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0053/5話_ADV_3

    View script in lua + + + + + + + + @@ -55,5 +63,13 @@

    シナリオイベクエ/e0053/5話_ADV_3

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    いたぞ!
    101013004
    【バルバロイ】
    ウアアアアアアアア…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300262.html b/docs/story/300262.html index 77a2744eb..28d68db20 100644 --- a/docs/story/300262.html +++ b/docs/story/300262.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0053/5話_ADV_4

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    シナリオイベクエ/e0053/5話_ADV_4

    + + + + + + + +
    template1
    Load
    Play
    101009001
    【ノワール】
    まさか、アイツらがバルバロイだったなんて…
    101047001
    【???】
    お楽しみはこれからってことで
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300263.html b/docs/story/300263.html index ee7d459c2..227b9d2fc 100644 --- a/docs/story/300263.html +++ b/docs/story/300263.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0053/5話_ADV_5

    View script in lua + + + + + + + + + + + + @@ -220,5 +232,13 @@

    シナリオイベクエ/e0053/5話_ADV_5

    + + + + + + + +
    template1
    Load
    Play
    101033003
    【リオネス】
    さあさあ、皆おまちどおさま!
    101013004
    【ガウェイン】
    皆で…か
    ――そうだな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300264.html b/docs/story/300264.html index 7162f4942..74d3d7899 100644 --- a/docs/story/300264.html +++ b/docs/story/300264.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0053/5話_ADV_6

    View script in lua + + + + + + + + + + + + @@ -65,5 +77,13 @@

    シナリオイベクエ/e0053/5話_ADV_6

    + + + + + + + +
    template1
    Load
    Play
    101013004
    【ガウェイン】
    そうだよな。ヒーローってのは
    別にひとりでやるもんじゃねーよな
    101013004
    【ガウェイン】
    なんたって俺は、ヒーローだからな!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300265.html b/docs/story/300265.html index da2b1d750..914be947e 100644 --- a/docs/story/300265.html +++ b/docs/story/300265.html @@ -11,6 +11,18 @@

    イベントクエスト/e0066/1話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -315,5 +327,13 @@

    イベントクエスト/e0066/1話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    【】
    ブリテン島六世紀
    101024001
    【ヴォールス】
    前と同じだ。なにも変わらん
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300266.html b/docs/story/300266.html index 2f9324563..6d8b0864b 100644 --- a/docs/story/300266.html +++ b/docs/story/300266.html @@ -11,6 +11,18 @@

    イベントクエスト/e0066/1話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -66,6 +78,15 @@

    イベントクエスト/e0066/1話_ADV_2

    + + + + + + + + + @@ -86,6 +107,10 @@

    イベントクエスト/e0066/1話_ADV_2

    + + + + @@ -101,6 +126,10 @@

    イベントクエスト/e0066/1話_ADV_2

    + + + + @@ -175,5 +204,13 @@

    イベントクエスト/e0066/1話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    いやあ、平和だなあ
    【ヴォールス】
    ………
    101024001
    【(選択肢)】
    1. ここにいてはまずいのか
    2. 民を守るのは俺の務めだ
    Block1_1
    101024001
    【ヴォールス】
    ここにいてはまずいということでしょうか
    【アーサー】
    だがそれは甘えというものだと
    最強騎士に言われてな
    Block1_2
    101024001
    【ヴォールス】
    民を守ることは俺の務め
    務めを果たすことが俺の為すべきことだと
    【アーサー】
    だがな…俺はもう役割や責務に
    皆を縛り付けたくはないんだ
    Block1end
    101015001
    【アーサー】
    実を言うとな、お前に暇を与えるように
    言い出したのはランスなんだよ
    101024001
    【ヴォールス】
    ………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300267.html b/docs/story/300267.html index 1a5e16d4e..bb8069367 100644 --- a/docs/story/300267.html +++ b/docs/story/300267.html @@ -11,6 +11,18 @@

    イベントクエスト/e0066/1話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -20,5 +32,13 @@

    イベントクエスト/e0066/1話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    101024002
    【ヴォールス】
    青春、か…
    縁遠い言葉過ぎていまいちピンと来ないな
    101024002
    【ヴォールス】
    だが…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300268.html b/docs/story/300268.html index fe146696a..e07fd17af 100644 --- a/docs/story/300268.html +++ b/docs/story/300268.html @@ -11,6 +11,18 @@

    イベントクエスト/e0066/1話_ADV_4

    View script in lua + + + + + + + + + + + + @@ -115,5 +127,13 @@

    イベントクエスト/e0066/1話_ADV_4

    + + + + + + + +
    template1
    Load
    Play
    101024001
    【ヴォールス】
    …行くのか
    101009001
    【ノワール】
    リッチな気持ちになれるだろ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300269.html b/docs/story/300269.html index 2c21db4b2..46d01f11b 100644 --- a/docs/story/300269.html +++ b/docs/story/300269.html @@ -11,6 +11,18 @@

    イベントクエスト/e0066/1話_ADV_5

    View script in lua + + + + + + + + + + + + @@ -100,5 +112,13 @@

    イベントクエスト/e0066/1話_ADV_5

    + + + + + + + +
    template1
    Load
    Play
    101024002
    【ヴォールス】
    ………
    101024002
    【ヴォールス】
    それじゃあ、行こうか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300270.html b/docs/story/300270.html index e18b4e22f..75a5cb98d 100644 --- a/docs/story/300270.html +++ b/docs/story/300270.html @@ -11,6 +11,18 @@

    イベントクエスト/e0066/2話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -115,5 +127,13 @@

    イベントクエスト/e0066/2話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    【男性A】
    伝説級の武具?知らないなあ
    …あ、けど伝説といえば――
    101024002
    【ヴォールス】
    ………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300271.html b/docs/story/300271.html index 11d117350..7abc5a55b 100644 --- a/docs/story/300271.html +++ b/docs/story/300271.html @@ -11,6 +11,18 @@

    イベントクエスト/e0066/2話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -220,5 +232,13 @@

    イベントクエスト/e0066/2話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101024002
    【ヴォールス】
    あれから色々調べてみたが…
    101024002
    【ヴォールス】
    決まっている。彼を助けるぞ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300272.html b/docs/story/300272.html index 89466d3fb..57b688b69 100644 --- a/docs/story/300272.html +++ b/docs/story/300272.html @@ -11,6 +11,18 @@

    イベントクエスト/e0066/2話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -26,6 +38,15 @@

    イベントクエスト/e0066/2話_ADV_3

    + + + + + + + + + @@ -51,6 +72,10 @@

    イベントクエスト/e0066/2話_ADV_3

    + + + + @@ -71,6 +96,10 @@

    イベントクエスト/e0066/2話_ADV_3

    + + + + @@ -95,5 +124,13 @@

    イベントクエスト/e0066/2話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    401039001
    【ローマ兵】
    クッ…撤収!撤収だ!
    【男性B】
    あんたたち、さっきの――
    …ありがとう、助かったよ
    101024002
    【(選択肢)】
    1. 奴らの目的は?
    2. 奴らはなんだ?
    Block1_1
    101024002
    【ヴォールス】
    奴らの目的はなんだ?
    なにを聞かれた?
    【クレア】
    …よほど必死みたいね
    Block1_2
    101024002
    【ヴォールス】
    なんなんだ?奴らはいったい…
    【クレア】
    でも、いったいなにがしたいのかしら
    Block1end
    101025003
    【クレア】
    逃げた兵士たちは港へ向かったわ
    101024002
    【ヴォールス】
    …そうしてくれ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300273.html b/docs/story/300273.html index 579a17fb9..283530283 100644 --- a/docs/story/300273.html +++ b/docs/story/300273.html @@ -11,6 +11,18 @@

    イベントクエスト/e0066/3話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -96,6 +108,15 @@

    イベントクエスト/e0066/3話_ADV_1

    + + + + + + + + + @@ -116,6 +137,10 @@

    イベントクエスト/e0066/3話_ADV_1

    + + + + @@ -131,6 +156,10 @@

    イベントクエスト/e0066/3話_ADV_1

    + + + + diff --git a/docs/story/300274.html b/docs/story/300274.html index 45cb76e2e..536bd8351 100644 --- a/docs/story/300274.html +++ b/docs/story/300274.html @@ -11,6 +11,18 @@

    イベントクエスト/e0066/3話_ADV_2

    View script in lua
    template1
    Load
    Play
    101024002
    【ヴォールス】
    連中の足取りをたどってみたが…
    いまいち要領を得ないな
    【ラロゥ】
    その伝説級の武具について調べると
    必ずあるモノの話を聞くんだ。なんだと思う?
    101024002
    【(選択肢)】
    1. 海賊?
    2. 魔物?
    Block1_1
    101024002
    【ヴォールス】
    海賊か?
    【ラロゥ】
    少しは持ち直してきたかもしれないけど
    宝探しなんて夢を追う余裕はないんじゃない?
    Block1_2
    101024002
    【ヴォールス】
    魔物か?
    【ラロゥ】
    実際それも聞くから半分正解になるのかな
    求めてた解答とは違うんだけど
    Block1end
    101061001
    【ラロゥ】
    ずばり――『聖杯』だよ
    + + + + + + + + + + + + @@ -210,5 +222,13 @@

    イベントクエスト/e0066/3話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    【男性B】
    その冒険者は『山をも打ち砕く力』を求めて
    その遺跡に潜ったそうだ
    401041001
    【盗賊】
    うるせえ!ログレスもローマも関係ねえ
    お宝は全部まとめて俺たちがいただくぜ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300275.html b/docs/story/300275.html index 9a098b462..cbe4daf28 100644 --- a/docs/story/300275.html +++ b/docs/story/300275.html @@ -11,6 +11,18 @@

    イベントクエスト/e0066/3話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -145,5 +157,13 @@

    イベントクエスト/e0066/3話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    401041001
    【盗賊】
    く、クソッ…!お前ら、行くぞ!!
    101025001
    【クレア】
    さ、行きましょう
    楽しい楽しい、宝探しに
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300276.html b/docs/story/300276.html index a9b4a5cb2..abe022660 100644 --- a/docs/story/300276.html +++ b/docs/story/300276.html @@ -11,6 +11,18 @@

    イベントクエスト/e0066/4話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -81,6 +93,15 @@

    イベントクエスト/e0066/4話_ADV_1

    + + + + + + + + + @@ -101,6 +122,10 @@

    イベントクエスト/e0066/4話_ADV_1

    + + + + @@ -121,6 +146,10 @@

    イベントクエスト/e0066/4話_ADV_1

    + + + + @@ -170,5 +199,13 @@

    イベントクエスト/e0066/4話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101024002
    【ヴォールス】
    着いたか…
    この島に件の遺跡があるんだな
    【ラロゥ】
    見せて!
    101024002
    【(選択肢)】
    1. 読めるのか
    2. クレアに任せたほうがいい
    Block1_1
    101024002
    【ヴォールス】
    読めるのか
    【ラロゥ】
    生徒の邪魔はしてないし、大目に見てよ
    ノワールはいいって言ってくれたよ
    Block1_2
    101024002
    【ヴォールス】
    こういうのは
    クレアに任せた方がいいんじゃないか
    【クレア】
    わたしは順番気にしないから、お先にどうぞ
    Block1end
    101061001
    【ラロゥ】
    んーと…なんかつらつら書いてある
    えっと――
    101024002
    【ヴォールス】
    ………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300277.html b/docs/story/300277.html index 6e0062fc0..da3aa0ae4 100644 --- a/docs/story/300277.html +++ b/docs/story/300277.html @@ -11,6 +11,18 @@

    イベントクエスト/e0066/4話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    イベントクエスト/e0066/4話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    【】
    「覚悟を決めよ
    その覚悟こそが可能性を広げる劔となる」
    101024002
    【ヴォールス】
    …足止めのつもりか
    行こう、ふたりとも
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300278.html b/docs/story/300278.html index ff6806b60..8f68bae91 100644 --- a/docs/story/300278.html +++ b/docs/story/300278.html @@ -11,6 +11,18 @@

    イベントクエスト/e0066/4話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -130,5 +142,13 @@

    イベントクエスト/e0066/4話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    101061001
    【ラロゥ】
    へえ~、中は意外と綺麗なんだね
    もっとボロボロを想像してた
    101024002
    【ヴォールス】
    …来るぞ!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300279.html b/docs/story/300279.html index 4749f693d..bc089cec8 100644 --- a/docs/story/300279.html +++ b/docs/story/300279.html @@ -11,6 +11,18 @@

    イベントクエスト/e0066/4話_ADV_4

    View script in lua + + + + + + + + + + + + @@ -160,5 +172,13 @@

    イベントクエスト/e0066/4話_ADV_4

    + + + + + + + +
    template1
    Load
    Play
    【ローマ兵】
    グウッ――ルーシャス、様――…
    101024002
    【ヴォールス】
    …不甲斐ないのは、俺だ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300280.html b/docs/story/300280.html index 664a2befd..61fb00ff1 100644 --- a/docs/story/300280.html +++ b/docs/story/300280.html @@ -11,6 +11,18 @@

    イベントクエスト/e0066/5話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -195,5 +207,13 @@

    イベントクエスト/e0066/5話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101061001
    【ラロゥ】
    …この遺跡、元はなんだったんだろ
    罠やら仕掛けやらがやけに多いんだけど
    【】
    選ばれしものではない俺の力は及ばず
    だからあのとき、俺は――
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300281.html b/docs/story/300281.html index 0061e6b23..54154258b 100644 --- a/docs/story/300281.html +++ b/docs/story/300281.html @@ -11,6 +11,18 @@

    イベントクエスト/e0066/5話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -95,5 +107,13 @@

    イベントクエスト/e0066/5話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101024002
    【ヴォールス】
    そうだ。俺がもっと強ければ
    101024002
    【ヴォールス】
    ………!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300282.html b/docs/story/300282.html index 72f6fbce7..61afd2fc8 100644 --- a/docs/story/300282.html +++ b/docs/story/300282.html @@ -11,6 +11,18 @@

    イベントクエスト/e0066/5話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -90,5 +102,13 @@

    イベントクエスト/e0066/5話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    【】
    「覚悟を決めよ
    その覚悟こそが可能性を広げる劔となる」
    101024002
    【ヴォールス】
    俺は、もう二度と諦めない
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300283.html b/docs/story/300283.html index 33282531f..f3ec9ed1f 100644 --- a/docs/story/300283.html +++ b/docs/story/300283.html @@ -11,6 +11,18 @@

    イベントクエスト/e0066/5話_ADV_4

    View script in lua + + + + + + + + + + + + @@ -130,5 +142,13 @@

    イベントクエスト/e0066/5話_ADV_4

    + + + + + + + +
    template1
    Load
    Play
    101061001
    【ラロゥ】
    や、やった!倒した!
    あとは聖杯を――
    101025001
    【クレア】
    なら、わたしも一緒に行くわ
    その道を
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300284.html b/docs/story/300284.html index ee92f27a6..77b8c79b8 100644 --- a/docs/story/300284.html +++ b/docs/story/300284.html @@ -11,6 +11,18 @@

    イベントクエスト/e0066/5話_ADV_5

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    イベントクエスト/e0066/5話_ADV_5

    + + + + + + + + + @@ -91,6 +112,10 @@

    イベントクエスト/e0066/5話_ADV_5

    + + + + @@ -106,6 +131,10 @@

    イベントクエスト/e0066/5話_ADV_5

    + + + + @@ -245,5 +274,13 @@

    イベントクエスト/e0066/5話_ADV_5

    + + + + + + + +
    template1
    Load
    Play
    101061001
    【ラロゥ】
    聖杯も伝説級の武具も
    結局なにひとつ見つからず収穫ゼロか~
    【ラロゥ】
    結局、あの聖杯は本物だったのかな
    101024002
    【(選択肢)】
    1. 本物だ
    2. 偽物だ
    Block1_1
    101024002
    【ヴォールス】
    本物かもしれないな
    【クレア】
    …一度きりの奇跡でも
    わたしたちが信じるなら、それは本物になる
    Block1_2
    101024002
    【ヴォールス】
    偽物だ
    俺たちが探して求めていた伝承の聖杯とは違う
    【クレア】
    その伝承においては、あの聖杯こそが本物
    …かもしれないわね
    Block1end
    101025001
    【クレア】
    どのみち、今となってはわからないわね
    真相は地の奥底に沈んでしまったから
    101024002
    【ヴォールス】
    …とりあえず、また船に乗るか
    伝説級の武具と、異国のコインを探しに
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300285.html b/docs/story/300285.html index 74242da0a..f6e177175 100644 --- a/docs/story/300285.html +++ b/docs/story/300285.html @@ -11,6 +11,18 @@

    イベントクエスト/e0069/1話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -70,5 +82,13 @@

    イベントクエスト/e0069/1話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    皆、それぞれ発ったようだな
    101015001
    【アーサー】
    ああ――別荘でのあの騒ぎから
    もう1年になるのか――
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300286.html b/docs/story/300286.html index 290bdb2e8..d5cf8c851 100644 --- a/docs/story/300286.html +++ b/docs/story/300286.html @@ -11,6 +11,18 @@

    イベントクエスト/e0069/1話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -71,6 +83,15 @@

    イベントクエスト/e0069/1話_ADV_2

    + + + + + + + + + @@ -86,6 +107,10 @@

    イベントクエスト/e0069/1話_ADV_2

    + + + + @@ -101,6 +126,10 @@

    イベントクエスト/e0069/1話_ADV_2

    + + + + @@ -160,5 +189,13 @@

    イベントクエスト/e0069/1話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    【】
    1年前
    【ギネマウア】
    殿下の?
    101016001
    【(選択肢)】
    1. なにかトラブルが?
    2. いつもすみません
    Block1_1
    101016001
    【ギネマウア】
    殿下になにかあったのでしょうか?
    【ギネマウア】
    …?
    Block1_2
    101016001
    【ギネマウア】
    申し訳ありません
    いつも殿下のことでご面倒をおかけして…
    【ラグネル】
    なんたって、あたしとギネヴィア様は
    クラスメイトなんですからね
    Block1end
    101016001
    【ギネマウア】
    それで、いったいなにが?
    101016001
    【ギネマウア】
    …わかりました
    侍女として、私が殿下を迎えに行きます
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300287.html b/docs/story/300287.html index 6a5791203..e18119122 100644 --- a/docs/story/300287.html +++ b/docs/story/300287.html @@ -11,6 +11,18 @@

    イベントクエスト/e0069/1話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    イベントクエスト/e0069/1話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    ………
    101011001
    【ギネヴィア】
    だから先生――ご指導お願いします
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300288.html b/docs/story/300288.html index 3f2958b5e..7401fe73c 100644 --- a/docs/story/300288.html +++ b/docs/story/300288.html @@ -11,6 +11,18 @@

    イベントクエスト/e0069/1話_ADV_4

    View script in lua + + + + + + + + + + + + @@ -215,5 +227,13 @@

    イベントクエスト/e0069/1話_ADV_4

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    …やっぱり、駄目
    101020001
    【マーリン】
    ………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300289.html b/docs/story/300289.html index e72871047..3b4b9eea6 100644 --- a/docs/story/300289.html +++ b/docs/story/300289.html @@ -11,6 +11,18 @@

    イベントクエスト/e0069/2話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -45,5 +57,13 @@

    イベントクエスト/e0069/2話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101016001
    【ギネマウア】
    それじゃあ、少し出かけてくるから
    101016001
    【ギネマウア】
    …いってきます
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300290.html b/docs/story/300290.html index ca15bc804..b155df951 100644 --- a/docs/story/300290.html +++ b/docs/story/300290.html @@ -11,6 +11,18 @@

    イベントクエスト/e0069/2話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -126,6 +138,15 @@

    イベントクエスト/e0069/2話_ADV_2

    + + + + + + + + + @@ -146,6 +167,10 @@

    イベントクエスト/e0069/2話_ADV_2

    + + + + @@ -166,6 +191,10 @@

    イベントクエスト/e0069/2話_ADV_2

    + + + + @@ -225,5 +254,13 @@

    イベントクエスト/e0069/2話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101016001
    【ギネマウア】
    はぁ…
    【アーサー】
    なんだと思う?
    101016001
    【(選択肢)】
    1. 美味しいご飯
    2. ゆっくり寝ること
    Block1_1
    101016001
    【ギネマウア】
    美味しいご飯を食べる、とか?
    【ギネマウア】
    ???
    Block1_2
    101016001
    【ギネマウア】
    泥のように眠ること、とか
    【ギネマウア】
    ???
    Block1end
    101015001
    【アーサー】
    気晴らしレベルMAX…
    つまり楽しいことを全部やればいい
    101016001
    【ギネマウア】
    ………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300291.html b/docs/story/300291.html index b24d14cb7..afc2f5597 100644 --- a/docs/story/300291.html +++ b/docs/story/300291.html @@ -11,6 +11,18 @@

    イベントクエスト/e0069/2話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    イベントクエスト/e0069/2話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    ………
    101015001
    【アーサー】
    学園へようこそ
    ふたりとも
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300292.html b/docs/story/300292.html index 18cd4d388..0692e0b40 100644 --- a/docs/story/300292.html +++ b/docs/story/300292.html @@ -11,6 +11,18 @@

    イベントクエスト/e0069/2話_ADV_4

    View script in lua + + + + + + + + + + + + @@ -295,5 +307,13 @@

    イベントクエスト/e0069/2話_ADV_4

    + + + + + + + +
    template1
    Load
    Play
    101016001
    【ギネマウア】
    ………
    101011001
    【ギネヴィア】
    わ~!すっごい!広いし、建物も立派!!
    けど――
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300293.html b/docs/story/300293.html index 2904e60f3..1df16d0aa 100644 --- a/docs/story/300293.html +++ b/docs/story/300293.html @@ -11,6 +11,18 @@

    イベントクエスト/e0069/2話_ADV_5

    View script in lua + + + + + + + + + + + + @@ -35,5 +47,13 @@

    イベントクエスト/e0069/2話_ADV_5

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    めっちゃ動物が棲みついているじゃないの!
    101016001
    【ギネマウア】
    どうやら、夏休みを楽しむ前に
    掃除をする必要がありそうですね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300294.html b/docs/story/300294.html index 231e42d65..57a566574 100644 --- a/docs/story/300294.html +++ b/docs/story/300294.html @@ -11,6 +11,18 @@

    イベントクエスト/e0069/3話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -86,6 +98,15 @@

    イベントクエスト/e0069/3話_ADV_1

    + + + + + + + + + @@ -106,6 +127,10 @@

    イベントクエスト/e0069/3話_ADV_1

    + + + + @@ -126,6 +151,10 @@

    イベントクエスト/e0069/3話_ADV_1

    + + + + @@ -335,5 +364,13 @@

    イベントクエスト/e0069/3話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    【】
    無事別荘に棲みついていた獣を追い払った一行は
    さっそく夏休みを満喫するべく動き出す
    【ギネヴィア】
    ただ、水着を着てはしゃぐとか
    そういう気分にはなれないってだけ
    101016004
    【(選択肢)】
    1. 体調が悪いの?
    2. 水着が気に入らなかった?
    Block1_1
    101016004
    【ギネマウア】
    もしかして、体調でも悪いの?
    【ギネヴィア】
    だ、大丈夫!体調は平気よ
    ただ…
    Block1_2
    101016004
    【ギネマウア】
    私が選んだ水着が気に入らなかったの?
    【ギネヴィア】
    確かに、水着は好みでかわいかったけど…
    Block1end
    101011001
    【ギネヴィア】
    そもそもこんなことしてる場合じゃないし
    もっと勉強して、強くならないと
    101016004
    【ギネマウア】
    これくらい平気よ
    それより気を付けて――来るわ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300295.html b/docs/story/300295.html index 8cc555932..8ad24a37a 100644 --- a/docs/story/300295.html +++ b/docs/story/300295.html @@ -11,6 +11,18 @@

    イベントクエスト/e0069/3話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -50,5 +62,13 @@

    イベントクエスト/e0069/3話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101016004
    【ギネマウア】
    …なんとか追い返せたわね
    101016004
    【ギネマウア】
    あ、こら!待ちなさい、ギネヴィア!
    ――もう。言い出したら聞かないんだから…
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300296.html b/docs/story/300296.html index 891dbc000..ae85ae168 100644 --- a/docs/story/300296.html +++ b/docs/story/300296.html @@ -11,6 +11,18 @@

    イベントクエスト/e0069/4話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -51,6 +63,15 @@

    イベントクエスト/e0069/4話_ADV_1

    + + + + + + + + + @@ -76,6 +97,10 @@

    イベントクエスト/e0069/4話_ADV_1

    + + + + @@ -106,6 +131,10 @@

    イベントクエスト/e0069/4話_ADV_1

    + + + + @@ -120,5 +149,13 @@

    イベントクエスト/e0069/4話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    足跡を追って来てみたら…
    森の中にこんな洞窟があるなんて
    【ギネマウア】
    ………
    101016004
    【(選択肢)】
    1. ギネヴィアを心配する
    2. ギネヴィアに同調する
    Block1_1
    101016004
    【ギネマウア】
    ギネヴィア、大丈夫?
    【ギネマウア】
    ………
    Block1_2
    101016004
    【ギネマウア】
    …確かに、あのイノシシたちの様子は
    普通じゃなかったわ
    【ギネヴィア】
    むう…
    Block1end
    101016004
    【ギネマウア】
    …まぁ、ここまで来てしまったんだし
    気が済むまで調べてみましょうか
    101016004
    【ギネマウア】
    とりあえず…
    もう少し先まで行ってみましょうか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300297.html b/docs/story/300297.html index e0fa40b77..2218ae352 100644 --- a/docs/story/300297.html +++ b/docs/story/300297.html @@ -11,6 +11,18 @@

    イベントクエスト/e0069/4話_ADV_2

    View script in lua + + + + + + + + + + + + @@ -125,5 +137,13 @@

    イベントクエスト/e0069/4話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101016004
    【ギネマウア】
    だいぶ奥まで来たわね
    101016004
    【ギネマウア】
    ………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300298.html b/docs/story/300298.html index 4960a863a..54d9a9820 100644 --- a/docs/story/300298.html +++ b/docs/story/300298.html @@ -11,6 +11,18 @@

    イベントクエスト/e0069/4話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -80,5 +92,13 @@

    イベントクエスト/e0069/4話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    うーむ…まさか少し目を離した隙に
    ふたりがいなくなってしまうとは
    101015001
    【アーサー】
    それじゃあ…視察に行くとするか
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300299.html b/docs/story/300299.html index 350018591..ec3d84522 100644 --- a/docs/story/300299.html +++ b/docs/story/300299.html @@ -11,6 +11,18 @@

    イベントクエスト/e0069/4話_ADV_4

    View script in lua + + + + + + + + + + + + @@ -120,5 +132,13 @@

    イベントクエスト/e0069/4話_ADV_4

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    本来なら人里までは出ないはずの獣たちが
    なぜか巣穴を出て暴れまわっている
    101015001
    【アーサー】
    俺の大切な夏休みの思い出だな
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/3003.html b/docs/story/3003.html index 81c76048e..904cb3001 100644 --- a/docs/story/3003.html +++ b/docs/story/3003.html @@ -11,9 +11,25 @@

    01_現代編前チュートリアルバトル_03

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101010001
    【玲瓏な騎士】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300300.html b/docs/story/300300.html index 013f08ea9..4860033ee 100644 --- a/docs/story/300300.html +++ b/docs/story/300300.html @@ -11,6 +11,18 @@

    イベントクエスト/e0069/5話_ADV_1

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    イベントクエスト/e0069/5話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    201001001
    【バルバロイ】
    アアアアッ!
    101011001
    【ギネヴィア】
    う、うん…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300301.html b/docs/story/300301.html index 6ba404afe..ca596d907 100644 --- a/docs/story/300301.html +++ b/docs/story/300301.html @@ -11,11 +11,32 @@

    イベントクエスト/e0069/5話_ADV_2

    View script in lua + + + + + + + + + + + + + + + + + + + + + @@ -31,6 +52,10 @@

    イベントクエスト/e0069/5話_ADV_2

    + + + + @@ -46,6 +71,10 @@

    イベントクエスト/e0069/5話_ADV_2

    + + + + @@ -310,5 +339,13 @@

    イベントクエスト/e0069/5話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101016004
    【ギネマウア】
    …!こっちにもいたなんて――
    101016004
    【(選択肢)】
    1. 別の道を探す
    2. 引き返す
    Block1_1
    101016004
    【ギネマウア】
    別の逃げ道は――…
    【ギネマウア】
    …!
    Block1_2
    101016004
    【ギネマウア】
    (引き返してみる…?
    もしかして、状況が変わっていたり…)
    【ギネヴィア】
    …あの子たち、大丈夫かな
    Block1end
    101011001
    【ギネヴィア】
    お姉ちゃん…!
    101016002
    【ギネマウア・ロンゴミアント】
    ――拝命いたしました
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300302.html b/docs/story/300302.html index 2c34886d7..03620d56b 100644 --- a/docs/story/300302.html +++ b/docs/story/300302.html @@ -11,6 +11,18 @@

    イベントクエスト/e0069/5話_ADV_3

    View script in lua + + + + + + + + + + + + @@ -100,5 +112,13 @@

    イベントクエスト/e0069/5話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    勝った…?
    101015001
    【アーサー】
    二学期が楽しみだな!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300303.html b/docs/story/300303.html index 657fcf97d..aa15d99a5 100644 --- a/docs/story/300303.html +++ b/docs/story/300303.html @@ -11,6 +11,18 @@

    イベントクエスト/e0069/5話_ADV_4

    View script in lua + + + + + + + + + + + + @@ -130,5 +142,13 @@

    イベントクエスト/e0069/5話_ADV_4

    + + + + + + + +
    template1
    Load
    Play
    101015001
    【アーサー】
    さて…人も動物たちも平穏を取り戻したところで
    夏休み再開といこう!
    101016004
    【ギネマウア】
    思い出は
    そのための力になるから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300304.html b/docs/story/300304.html index 34508b356..23fd4288d 100644 --- a/docs/story/300304.html +++ b/docs/story/300304.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0072/1話_ADV_1

    金コートノワールイベント

    View script in lua + + + + + + + + + + + + @@ -150,5 +162,13 @@

    シナリオイベクエ/e0072/1話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101009003
    【ノワール】
    もしまだここに、キミがいたなら
    101009003
    【ノワール】
    外には怪物、日々は地獄だ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300305.html b/docs/story/300305.html index 6bff370ca..0fe654d8b 100644 --- a/docs/story/300305.html +++ b/docs/story/300305.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0072/1話_ADV_2

    金コートノワールイベント

    View script in lua + + + + + + + + + + + + @@ -115,5 +127,13 @@

    シナリオイベクエ/e0072/1話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101012001
    【ディナタン】
    兄さんの旅程はね
    101012001
    【ディナタン】
    なんだか、丈が合っていなかった気がして
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300306.html b/docs/story/300306.html index f133043dc..0b871c193 100644 --- a/docs/story/300306.html +++ b/docs/story/300306.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0072/1話_ADV_3

    金コートノワールイベント

    View script in lua + + + + + + + + + + + + @@ -145,5 +157,13 @@

    シナリオイベクエ/e0072/1話_ADV_3

    + + + + + + + +
    template1
    Load
    Play
    101009003
    【ノワール】
    帰郷早々災難だな、ラヴェイン
    【】
    はじめて、キミの涙を見た場所
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300307.html b/docs/story/300307.html index 1e5c05555..ef0ad5853 100644 --- a/docs/story/300307.html +++ b/docs/story/300307.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0072/2話_ADV_1

    金コートノワールイベント

    View script in lua + + + + + + + + + + + + @@ -40,5 +52,13 @@

    シナリオイベクエ/e0072/2話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    101013001
    【ガウェイン】
    ひとりでダイジョブだろ。あいつなら
    101013001
    【ガウェイン】
    武器がなくても、あいつはさ
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300308.html b/docs/story/300308.html index 637c6789d..811d9d1c6 100644 --- a/docs/story/300308.html +++ b/docs/story/300308.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0072/2話_ADV_2

    金コートノワールイベント

    View script in lua + + + + + + + + + + + + @@ -150,5 +162,13 @@

    シナリオイベクエ/e0072/2話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    401038001
    【カレドニア兵B】
    つ、強すぎる………!!
    101009003
    【ノワール】
    キミのいない旅が続く
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300309.html b/docs/story/300309.html index d0aefddf5..17a581b65 100644 --- a/docs/story/300309.html +++ b/docs/story/300309.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0072/2話_バトルADV_1

    金コートノワールイベント(バトルADV)

    View script in lua + + + + + + + + @@ -45,5 +53,13 @@

    シナリオイベクエ/e0072/2話_バトルADV_1

    + + + + + + + +
    Load
    Play
    101009003
    【ノワール】
    敵の増援…!?
    まだ来るのか…!
    【???】
    先輩
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300310.html b/docs/story/300310.html index b6857c8f5..eca8d2a13 100644 --- a/docs/story/300310.html +++ b/docs/story/300310.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0072/2話_ADV_4

    金コートノワールイベント

    View script in lua + + + + + + + + + + + + @@ -170,5 +182,13 @@

    シナリオイベクエ/e0072/2話_ADV_4

    + + + + + + + +
    template1
    Load
    Play
    101030005
    【エレイン】
    この傷は、勲章
    【】
    「修繕トラブルのお詫び!」
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300311.html b/docs/story/300311.html index a81f429d5..ab0ead7d4 100644 --- a/docs/story/300311.html +++ b/docs/story/300311.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0072/2話_ADV_5

    金コートノワールイベント

    View script in lua + + + + + + + + + + + + @@ -60,5 +72,13 @@

    シナリオイベクエ/e0072/2話_ADV_5

    + + + + + + + +
    template1
    Load
    Play
    101016001
    【ギネマウア】
    「娘は願いました
    リッチになりたい、と」
    101016001
    【ギネマウア】
    あなたの仕業、だったわね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300312.html b/docs/story/300312.html index 46acb261b..4cd598acb 100644 --- a/docs/story/300312.html +++ b/docs/story/300312.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0072/3話_ADV_1

    金コートノワールイベント

    View script in lua + + + + + + + + + + + + @@ -110,5 +122,13 @@

    シナリオイベクエ/e0072/3話_ADV_1

    + + + + + + + +
    template1
    Load
    Play
    【少女】
    わたし、王妃様の影武者になってあげようか?
    101011001
    【ギネヴィア】
    わたしとゆーひとは
    ひとりしかいないからね
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300313.html b/docs/story/300313.html index e9a0eda2e..4c3a6c788 100644 --- a/docs/story/300313.html +++ b/docs/story/300313.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0072/3話_ADV_2

    金コートノワールイベント

    View script in lua + + + + + + + + + + + + @@ -255,5 +267,13 @@

    シナリオイベクエ/e0072/3話_ADV_2

    + + + + + + + +
    template1
    Load
    Play
    101058001
    【ライエンス】
    私は蘇った
    101009003
    【ノワール】
    それこそ、キミのいた意味だから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300314.html b/docs/story/300314.html index 26b085ab0..dfd4b5711 100644 --- a/docs/story/300314.html +++ b/docs/story/300314.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0072/3話_バトルADV_1

    金コートノワールイベント(バトルADV)

    View script in lua + + + + + + + + @@ -25,5 +33,13 @@

    シナリオイベクエ/e0072/3話_バトルADV_1

    + + + + + + + +
    Load
    Play
    【???】
    平和を願う王国の剣
    【エレイン】
    ラヴェイン──
    因枢分解(ファクタライズ)・セクエンス!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300315.html b/docs/story/300315.html index 663021b50..8c706b305 100644 --- a/docs/story/300315.html +++ b/docs/story/300315.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0072/3話_バトルADV_2

    金コートノワールイベント(バトルADV)

    View script in lua + + + + + + + + @@ -40,5 +48,13 @@

    シナリオイベクエ/e0072/3話_バトルADV_2

    + + + + + + + +
    Load
    Play
    101009003
    【ノワール】
    エレイン!
    ラヴェイン!
    101030005
    【エレイン】
    壁、ブチ抜きましょうっ!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300316.html b/docs/story/300316.html index f50f103bc..6ecff5a01 100644 --- a/docs/story/300316.html +++ b/docs/story/300316.html @@ -11,6 +11,14 @@

    シナリオイベクエ/e0072/3話_バトルADV_3

    金コートノワールイベント(バトルADV)

    View script in lua + + + + + + + + @@ -75,5 +83,13 @@

    シナリオイベクエ/e0072/3話_バトルADV_3

    + + + + + + + +
    Load
    Play
    101009003
    【ノワール】
    終わりだ
    101030005
    【エレイン】
    お土産話
    期待してますから
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300317.html b/docs/story/300317.html index 124393270..ef5193172 100644 --- a/docs/story/300317.html +++ b/docs/story/300317.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0072/3話_ADV_6

    金コートノワールイベント

    View script in lua + + + + + + + + + + + + @@ -120,5 +132,13 @@

    シナリオイベクエ/e0072/3話_ADV_6

    + + + + + + + +
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    もらっちゃったんだあ
    101011001
    【ギネヴィア】
    不格好に、なっちゃった
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300318.html b/docs/story/300318.html index ea3ecccd6..a04d36103 100644 --- a/docs/story/300318.html +++ b/docs/story/300318.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0072/3話_ADV_7

    金コートノワールイベント

    View script in lua + + + + + + + + + + + + @@ -100,5 +112,13 @@

    シナリオイベクエ/e0072/3話_ADV_7

    + + + + + + + +
    template1
    Load
    Play
    101011002
    【ギネヴィア・アロンダイト】
    ノワール
    着てくれたかな
    101011002
    【ギネヴィア・アロンダイト】
    …──にっしっし
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/300319.html b/docs/story/300319.html index 82db7d6c1..b6e636c6e 100644 --- a/docs/story/300319.html +++ b/docs/story/300319.html @@ -11,6 +11,18 @@

    シナリオイベクエ/e0072/3話_ADV_8

    金コートノワールイベント

    View script in lua + + + + + + + + + + + + @@ -85,5 +97,13 @@

    シナリオイベクエ/e0072/3話_ADV_8

    + + + + + + + +
    template1
    Load
    Play
    101009003
    【ノワール】
    もしまだここに、キミがいたなら
    101009003
    【ノワール】
    「もちろんだ、ギネヴィア」
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/3004.html b/docs/story/3004.html index 3eb6f8073..59b24a156 100644 --- a/docs/story/3004.html +++ b/docs/story/3004.html @@ -11,6 +11,14 @@

    01_現代編前チュートリアルバトル_04

    デバッグ用

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    01_現代編前チュートリアルバトル_04

    + + + + + + + +
    Load
    Play
    101017002
    【黒盾の麗人】
    ※削除
    101012001
    【リボンの癒し手】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/3005.html b/docs/story/3005.html index 2132259e7..405eea02f 100644 --- a/docs/story/3005.html +++ b/docs/story/3005.html @@ -11,9 +11,25 @@

    01_現代編前チュートリアルバトル_05

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101042001
    【???】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/3006.html b/docs/story/3006.html index e0efe1e5c..dc6a798ec 100644 --- a/docs/story/3006.html +++ b/docs/story/3006.html @@ -11,9 +11,25 @@

    01_現代編前チュートリアルバトル_06

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009001
    【不格好な金装】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/3007.html b/docs/story/3007.html index 52756940b..7817f6df1 100644 --- a/docs/story/3007.html +++ b/docs/story/3007.html @@ -11,9 +11,25 @@

    01_現代編前チュートリアルバトル_07

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101001002
    【桃色の姫騎士】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/3008.html b/docs/story/3008.html index b9cddcbb2..8988744bd 100644 --- a/docs/story/3008.html +++ b/docs/story/3008.html @@ -11,9 +11,25 @@

    01_現代編前チュートリアルバトル_08

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101042001
    【???】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/3009.html b/docs/story/3009.html index a72205bfc..4ca8333cd 100644 --- a/docs/story/3009.html +++ b/docs/story/3009.html @@ -11,9 +11,25 @@

    01_現代編前チュートリアルバトル_09

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101001002
    【桃色の姫騎士】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/3010.html b/docs/story/3010.html index e7a846656..a97137eb9 100644 --- a/docs/story/3010.html +++ b/docs/story/3010.html @@ -11,6 +11,14 @@

    01_現代編前チュートリアルバトル_10

    デバッグ用

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    01_現代編前チュートリアルバトル_10

    + + + + + + + +
    Load
    Play
    101042001
    【???】
    ※削除
    101009001
    【不格好な金装】
    ※削除
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/3011.html b/docs/story/3011.html index bcfde7cc9..7e09e1c7d 100644 --- a/docs/story/3011.html +++ b/docs/story/3011.html @@ -10,5 +10,21 @@

    01_現代編前チュートリアルバトル_11

    現代編前チュートリアルバトル

    デバッグ用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/4001.html b/docs/story/4001.html index 120c49990..953bc53b6 100644 --- a/docs/story/4001.html +++ b/docs/story/4001.html @@ -10,5 +10,21 @@

    ダイアログ/バトル/BT_CLEAR_001

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/4002.html b/docs/story/4002.html index 7a1e16a7d..d2e55de27 100644 --- a/docs/story/4002.html +++ b/docs/story/4002.html @@ -10,5 +10,21 @@

    ダイアログ/バトル/BT_CLEAR_002

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/4003.html b/docs/story/4003.html index c6d267236..438245c1b 100644 --- a/docs/story/4003.html +++ b/docs/story/4003.html @@ -10,5 +10,21 @@

    ダイアログ/バトル/BT_FAILED_001

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/4004.html b/docs/story/4004.html index d512fade9..70a214121 100644 --- a/docs/story/4004.html +++ b/docs/story/4004.html @@ -10,5 +10,21 @@

    ダイアログ/バトル/BT_FAILED_002

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/4005.html b/docs/story/4005.html index 7d10b9df3..42b45af0f 100644 --- a/docs/story/4005.html +++ b/docs/story/4005.html @@ -10,5 +10,21 @@

    ダイアログ/バトル/BT_INTERACT_001

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/5001.html b/docs/story/5001.html index 700203693..1c8511179 100644 --- a/docs/story/5001.html +++ b/docs/story/5001.html @@ -11,9 +11,25 @@

    導入/チュートリアルバトル/BT_TUTORIAL05_01

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009003
    【ノワール】
    見つけた…
    話を聞かせてもらうからな…!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/5002.html b/docs/story/5002.html index 2b4f96ee1..3b9096d70 100644 --- a/docs/story/5002.html +++ b/docs/story/5002.html @@ -11,9 +11,25 @@

    導入/チュートリアルバトル/BT_TUTORIAL05_02

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101012003
    【ディナタン】
    兄さん、無理しないで!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/5003.html b/docs/story/5003.html index a8127e4bb..de19314d5 100644 --- a/docs/story/5003.html +++ b/docs/story/5003.html @@ -11,9 +11,25 @@

    導入/チュートリアルバトル/BT_TUTORIAL05_03

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【ログレス兵】
    貴様ら…よくも!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/5004.html b/docs/story/5004.html index b129ebd38..ec57d7a16 100644 --- a/docs/story/5004.html +++ b/docs/story/5004.html @@ -10,5 +10,21 @@

    導入/チュートリアルバトル/BT_TUTORIAL05_04

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/5005.html b/docs/story/5005.html index bb58b1233..d1366722d 100644 --- a/docs/story/5005.html +++ b/docs/story/5005.html @@ -11,9 +11,25 @@

    導入/チュートリアルバトル/BT_TUTORIAL05_05

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101010001
    【玲瓏な騎士】
    来い…ノワール
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/5006.html b/docs/story/5006.html index 4cc17e3c4..753cae459 100644 --- a/docs/story/5006.html +++ b/docs/story/5006.html @@ -11,9 +11,25 @@

    導入/チュートリアルバトル/BT_TUTORIAL05_06

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101010001
    【玲瓏な騎士】
    ………
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/6001.html b/docs/story/6001.html index e9b6ac56f..da297b2a5 100644 --- a/docs/story/6001.html +++ b/docs/story/6001.html @@ -11,9 +11,25 @@

    導入/チュートリアルバトル/BT_TUTORIAL06_01

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009003
    【ノワール】
    かえせっ!
    みんなを…ディナタンをかえせッ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/7001.html b/docs/story/7001.html index 15f9c6a0e..54e037ad4 100644 --- a/docs/story/7001.html +++ b/docs/story/7001.html @@ -11,9 +11,25 @@

    導入/チュートリアルバトル/BT_TUTORIAL07_01

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009003
    【ノワール】
    身を隠しながら戦ったほうがいいな
    …よし、あの草むらのあたりまで移動しよう
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/7002.html b/docs/story/7002.html index 5d182b171..228a7c018 100644 --- a/docs/story/7002.html +++ b/docs/story/7002.html @@ -10,5 +10,21 @@

    導入/チュートリアルバトル/BT_TUTORIAL07_02

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/7003.html b/docs/story/7003.html index 046bacae6..3ecd4d1e6 100644 --- a/docs/story/7003.html +++ b/docs/story/7003.html @@ -10,5 +10,21 @@

    導入/チュートリアルバトル/BT_TUTORIAL07_03

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/7004.html b/docs/story/7004.html index 943b8b91a..20db9929d 100644 --- a/docs/story/7004.html +++ b/docs/story/7004.html @@ -11,6 +11,14 @@

    導入/チュートリアルバトル/BT_TUTORIAL07_04

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    導入/チュートリアルバトル/BT_TUTORIAL07_04

    + + + + + + + +
    Load
    Play
    101011001
    【ギネヴィア】
    守ってばっかりは性に合わないわ!
    ふたりがかりで一気に決めましょ!
    101009003
    【ノワール】
    わかった
    俺が先陣を切るから、キミは後に続いてくれ!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/7005.html b/docs/story/7005.html index 101274997..3f3f2c65f 100644 --- a/docs/story/7005.html +++ b/docs/story/7005.html @@ -10,5 +10,21 @@

    導入/チュートリアルバトル/BT_TUTORIAL07_05

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/7006.html b/docs/story/7006.html index 60bf10ce5..8df8a1c59 100644 --- a/docs/story/7006.html +++ b/docs/story/7006.html @@ -10,5 +10,21 @@

    導入/チュートリアルバトル/BT_TUTORIAL07_06

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/80001.html b/docs/story/80001.html index dcada5896..c90ee4d64 100644 --- a/docs/story/80001.html +++ b/docs/story/80001.html @@ -11,9 +11,25 @@

    ログイン/ガチャPV/g0023エレイン

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    仮:ピックアップスタイル召喚
    清風が傷痕を勲章に変え 開催中!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/80002.html b/docs/story/80002.html index 63a28c7e6..f90b42223 100644 --- a/docs/story/80002.html +++ b/docs/story/80002.html @@ -10,5 +10,21 @@

    ログイン/イベントPV/e0007クリスマス

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/80003.html b/docs/story/80003.html index 8b786ede8..f134e95e9 100644 --- a/docs/story/80003.html +++ b/docs/story/80003.html @@ -10,5 +10,21 @@

    ログイン/ガチャPV/g0057クラリス

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/80004.html b/docs/story/80004.html index 26e25a046..84e4bb93d 100644 --- a/docs/story/80004.html +++ b/docs/story/80004.html @@ -10,5 +10,21 @@

    ログイン/ガチャPV/g0041トリスタン

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/80005.html b/docs/story/80005.html index 6b4e9dfd5..4950d502c 100644 --- a/docs/story/80005.html +++ b/docs/story/80005.html @@ -10,5 +10,21 @@

    ログイン/ガチャPV/汎用動画再生

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/8001.html b/docs/story/8001.html index 40f63c0ca..2e6ac5bbd 100644 --- a/docs/story/8001.html +++ b/docs/story/8001.html @@ -11,6 +11,14 @@

    4月/チュートリアルバトル/BT_TUTORIAL08_01

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    4月/チュートリアルバトル/BT_TUTORIAL08_01

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    よくもウレリーを…!
    許さない…許せるものか…ッ!!
    101001002
    【ティルフィング】
    マスター、どうか冷静に
    あの敵の強さはこれまでの比ではありません
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/8002.html b/docs/story/8002.html index 6727d6d42..adc27a889 100644 --- a/docs/story/8002.html +++ b/docs/story/8002.html @@ -11,9 +11,25 @@

    4月/チュートリアルバトル/BT_TUTORIAL08_02

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    なんだこいつ…!
    攻撃が通用しない!?
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/8003.html b/docs/story/8003.html index 2ff488933..7b547631e 100644 --- a/docs/story/8003.html +++ b/docs/story/8003.html @@ -10,5 +10,21 @@

    4月/チュートリアルバトル/BT_TUTORIAL08_03

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/8004.html b/docs/story/8004.html index c367d96e2..5eb0c74a9 100644 --- a/docs/story/8004.html +++ b/docs/story/8004.html @@ -11,6 +11,14 @@

    4月/チュートリアルバトル/BT_TUTORIAL08_04

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    4月/チュートリアルバトル/BT_TUTORIAL08_04

    + + + + + + + +
    Load
    Play
    101001002
    【ティルフィング】
    マスター、ヴィジョン・シフトで
    あのバルバロイのバリアを打ち破りましょう
    101009001
    【ノワール】
    わかった!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/8005.html b/docs/story/8005.html index ee11fcffc..6f7735c08 100644 --- a/docs/story/8005.html +++ b/docs/story/8005.html @@ -11,6 +11,14 @@

    4月/チュートリアルバトル/BT_TUTORIAL08_05

    View script in lua + + + + + + + + @@ -20,5 +28,13 @@

    4月/チュートリアルバトル/BT_TUTORIAL08_05

    + + + + + + + +
    Load
    Play
    101009001
    【ノワール】
    バリアを破った!
    今だ、ティルフィング!!
    101001002
    【ティルフィング】
    万物を切り裂く魔剣の切れ味…
    とくと味わいなさい!!
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/8006.html b/docs/story/8006.html index 13004d1c7..e52b576da 100644 --- a/docs/story/8006.html +++ b/docs/story/8006.html @@ -10,5 +10,21 @@

    4月/チュートリアルバトル/BT_TUTORIAL08_06

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90001.html b/docs/story/90001.html index ea0862b68..f8d2b7487 100644 --- a/docs/story/90001.html +++ b/docs/story/90001.html @@ -10,5 +10,21 @@

    増援/自軍/部隊番号1

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90002.html b/docs/story/90002.html index 285a5f822..7848f5e2f 100644 --- a/docs/story/90002.html +++ b/docs/story/90002.html @@ -10,5 +10,21 @@

    増援/自軍/部隊番号2

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90003.html b/docs/story/90003.html index b1c9c902b..9cedf7373 100644 --- a/docs/story/90003.html +++ b/docs/story/90003.html @@ -10,5 +10,21 @@

    増援/自軍/部隊番号3

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90004.html b/docs/story/90004.html index ceb5951f4..09dadf485 100644 --- a/docs/story/90004.html +++ b/docs/story/90004.html @@ -10,5 +10,21 @@

    増援/自軍/部隊番号4

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90005.html b/docs/story/90005.html index 254471606..46a2b8857 100644 --- a/docs/story/90005.html +++ b/docs/story/90005.html @@ -10,5 +10,21 @@

    増援/自軍/部隊番号5

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90006.html b/docs/story/90006.html index 01251065b..8199a83fd 100644 --- a/docs/story/90006.html +++ b/docs/story/90006.html @@ -10,5 +10,21 @@

    増援/自軍/部隊番号6

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90007.html b/docs/story/90007.html index 26afdaac9..5dbc2b60c 100644 --- a/docs/story/90007.html +++ b/docs/story/90007.html @@ -10,5 +10,21 @@

    増援/自軍/部隊番号7

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90008.html b/docs/story/90008.html index 574c88a63..0e11749a4 100644 --- a/docs/story/90008.html +++ b/docs/story/90008.html @@ -10,5 +10,21 @@

    増援/自軍/部隊番号8

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90009.html b/docs/story/90009.html index 242f7e246..820561b40 100644 --- a/docs/story/90009.html +++ b/docs/story/90009.html @@ -10,5 +10,21 @@

    増援/自軍/部隊番号9

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90010.html b/docs/story/90010.html index 3515fb835..e90db4ff4 100644 --- a/docs/story/90010.html +++ b/docs/story/90010.html @@ -10,5 +10,21 @@

    増援/友軍/部隊番号1

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90011.html b/docs/story/90011.html index 643d8176a..86c6a59cd 100644 --- a/docs/story/90011.html +++ b/docs/story/90011.html @@ -10,5 +10,21 @@

    増援/友軍/部隊番号2

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90012.html b/docs/story/90012.html index 3c17eca6f..823be050a 100644 --- a/docs/story/90012.html +++ b/docs/story/90012.html @@ -10,5 +10,21 @@

    増援/友軍/部隊番号3

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90013.html b/docs/story/90013.html index c09bbe361..2e955afef 100644 --- a/docs/story/90013.html +++ b/docs/story/90013.html @@ -10,5 +10,21 @@

    増援/友軍/部隊番号4

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90014.html b/docs/story/90014.html index 05c74d8eb..d82624b38 100644 --- a/docs/story/90014.html +++ b/docs/story/90014.html @@ -10,5 +10,21 @@

    増援/友軍/部隊番号5

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90015.html b/docs/story/90015.html index 68e10f98d..7dae22d90 100644 --- a/docs/story/90015.html +++ b/docs/story/90015.html @@ -10,5 +10,21 @@

    増援/友軍/部隊番号6

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90016.html b/docs/story/90016.html index 34ae47cdf..f4b04e3c2 100644 --- a/docs/story/90016.html +++ b/docs/story/90016.html @@ -10,5 +10,21 @@

    増援/友軍/部隊番号7

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90017.html b/docs/story/90017.html index 4b8fabf6b..6e7cc5750 100644 --- a/docs/story/90017.html +++ b/docs/story/90017.html @@ -10,5 +10,21 @@

    増援/友軍/部隊番号8

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90018.html b/docs/story/90018.html index 312a92535..84e1e14f2 100644 --- a/docs/story/90018.html +++ b/docs/story/90018.html @@ -10,5 +10,21 @@

    増援/友軍/部隊番号9

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90019.html b/docs/story/90019.html index e036179e7..fde82d8f2 100644 --- a/docs/story/90019.html +++ b/docs/story/90019.html @@ -10,5 +10,21 @@

    増援/敵軍/部隊番号1

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90020.html b/docs/story/90020.html index 2d661ce32..3021dd798 100644 --- a/docs/story/90020.html +++ b/docs/story/90020.html @@ -10,5 +10,21 @@

    増援/敵軍/部隊番号2

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9002065.html b/docs/story/9002065.html index 8c59e713c..3f03fc3ac 100644 --- a/docs/story/9002065.html +++ b/docs/story/9002065.html @@ -11,6 +11,18 @@

    デバッグ/モーションデバッグ/01

    デバッグ用

    View script in lua + + + + + + + + + + + + diff --git a/docs/story/9002066.html b/docs/story/9002066.html index 5c3cb518a..ab54057b4 100644 --- a/docs/story/9002066.html +++ b/docs/story/9002066.html @@ -11,6 +11,18 @@

    デバッグ/モーションデバッグ/02

    デバッグ用

    View script in lua
    template1
    Load
    Play
    101001001
    【ティルフィング】
    会話
    + + + + + + + + + + + + diff --git a/docs/story/9002067.html b/docs/story/9002067.html index 6a286a6c8..68729b444 100644 --- a/docs/story/9002067.html +++ b/docs/story/9002067.html @@ -11,6 +11,18 @@

    デバッグ/モーションデバッグ/03

    デバッグ用

    View script in lua
    template1
    Load
    Play
    101011001
    【ギネヴィア】
    会話
    + + + + + + + + + + + + diff --git a/docs/story/9002068.html b/docs/story/9002068.html index 6683ea8f8..7e4a81f66 100644 --- a/docs/story/9002068.html +++ b/docs/story/9002068.html @@ -11,6 +11,18 @@

    デバッグ/モーションデバッグ/04

    デバッグ用

    View script in lua
    template1
    Load
    Play
    101014001
    【トリスタン】
    会話
    + + + + + + + + + + + + diff --git a/docs/story/9002069.html b/docs/story/9002069.html index 321580d49..fbd1ac8d0 100644 --- a/docs/story/9002069.html +++ b/docs/story/9002069.html @@ -11,6 +11,18 @@

    デバッグ/モーションデバッグ/05

    デバッグ用

    View script in lua
    template1
    Load
    Play
    101018001
    【ラグネル】
    会話
    + + + + + + + + + + + + diff --git a/docs/story/9002070.html b/docs/story/9002070.html index 9d84b2c4b..a0190c697 100644 --- a/docs/story/9002070.html +++ b/docs/story/9002070.html @@ -11,6 +11,18 @@

    デバッグ/モーションデバッグ/06

    デバッグ用

    View script in lua
    template1
    Load
    Play
    101022001
    【モルドレッド】
    会話
    + + + + + + + + + + + + diff --git a/docs/story/9002071.html b/docs/story/9002071.html index aa3a7f8e6..e3f4206b6 100644 --- a/docs/story/9002071.html +++ b/docs/story/9002071.html @@ -11,6 +11,18 @@

    デバッグ/モーションデバッグ/07

    デバッグ用

    View script in lua
    template1
    Load
    Play
    101026001
    【パーシヴァル】
    会話
    + + + + + + + + + + + + diff --git a/docs/story/9002072.html b/docs/story/9002072.html index 3438e2ee6..735fc8226 100644 --- a/docs/story/9002072.html +++ b/docs/story/9002072.html @@ -11,6 +11,18 @@

    デバッグ/モーションデバッグ/08

    デバッグ用

    View script in lua
    template1
    Load
    Play
    101030001
    【エレイン】
    会話
    + + + + + + + + + + + + diff --git a/docs/story/9002073.html b/docs/story/9002073.html index 8226650ff..84f9f0497 100644 --- a/docs/story/9002073.html +++ b/docs/story/9002073.html @@ -11,6 +11,18 @@

    デバッグ/モーションデバッグ/09

    デバッグ用

    View script in lua
    template1
    Load
    Play
    101033001
    【リオネス】
    会話
    + + + + + + + + + + + + diff --git a/docs/story/9002074.html b/docs/story/9002074.html index 15c28ddfc..a12f709af 100644 --- a/docs/story/9002074.html +++ b/docs/story/9002074.html @@ -11,6 +11,18 @@

    デバッグ/モーションデバッグ/10

    デバッグ用

    View script in lua
    template1
    Load
    Play
    101037001
    【ラシア】
    会話
    + + + + + + + + + + + + diff --git a/docs/story/9002075.html b/docs/story/9002075.html index 0d1a0c6c7..9ed1a9538 100644 --- a/docs/story/9002075.html +++ b/docs/story/9002075.html @@ -11,6 +11,18 @@

    デバッグ/モーションデバッグ/11

    デバッグ用

    View script in lua
    template1
    Load
    Play
    101041003
    【モルガン】
    会話
    + + + + + + + + + + + + diff --git a/docs/story/9002076.html b/docs/story/9002076.html index 31c6e11c2..54599cc84 100644 --- a/docs/story/9002076.html +++ b/docs/story/9002076.html @@ -11,6 +11,18 @@

    デバッグ/モーションデバッグ/12

    デバッグ用

    View script in lua
    template1
    Load
    Play
    101051001
    【ルーシャス】
    会話
    + + + + + + + + + + + + diff --git a/docs/story/9002077.html b/docs/story/9002077.html index 62d4ca203..3dcd23739 100644 --- a/docs/story/9002077.html +++ b/docs/story/9002077.html @@ -11,6 +11,18 @@

    デバッグ/モーションデバッグ/13

    デバッグ用

    View script in lua
    template1
    Load
    Play
    101055001
    【オーウェン】
    会話
    + + + + + + + + + + + + diff --git a/docs/story/9002078.html b/docs/story/9002078.html index 0773a8570..2d2fc902a 100644 --- a/docs/story/9002078.html +++ b/docs/story/9002078.html @@ -11,6 +11,18 @@

    デバッグ/モーションデバッグ/14

    デバッグ用

    View script in lua
    template1
    Load
    Play
    101060001
    【???】
    会話
    + + + + + + + + + + + + diff --git a/docs/story/9002079.html b/docs/story/9002079.html index 291e213a9..d3cc15123 100644 --- a/docs/story/9002079.html +++ b/docs/story/9002079.html @@ -11,6 +11,18 @@

    デバッグ/モーションデバッグ/15

    デバッグ用

    View script in lua
    template1
    Load
    Play
    101064001
    【リアム】
    会話
    + + + + + + + + + + + + diff --git a/docs/story/9002080.html b/docs/story/9002080.html index b58718bb7..5c765defb 100644 --- a/docs/story/9002080.html +++ b/docs/story/9002080.html @@ -11,6 +11,18 @@

    デバッグ/モーションデバッグ/16

    デバッグ用

    View script in lua
    template1
    Load
    Play
    【男子生徒A】
    会話
    + + + + + + + + + + + + diff --git a/docs/story/9002081.html b/docs/story/9002081.html index 170f8c8c0..f73e615bf 100644 --- a/docs/story/9002081.html +++ b/docs/story/9002081.html @@ -11,6 +11,18 @@

    デバッグ/モーションデバッグ/17

    デバッグ用

    View script in lua
    template1
    Load
    Play
    【市民男性】
    会話
    + + + + + + + + + + + + diff --git a/docs/story/9002082.html b/docs/story/9002082.html index 0dddb0d89..202b79a95 100644 --- a/docs/story/9002082.html +++ b/docs/story/9002082.html @@ -11,6 +11,18 @@

    デバッグ/モーションデバッグ/18

    デバッグ用

    View script in lua
    template1
    Load
    Play
    【中年男性】
    会話
    + + + + + + + + + + + + diff --git a/docs/story/9002083.html b/docs/story/9002083.html index c9505318c..b0182b8c9 100644 --- a/docs/story/9002083.html +++ b/docs/story/9002083.html @@ -11,6 +11,18 @@

    デバッグ/モーションデバッグ/19

    デバッグ用

    View script in lua
    template1
    Load
    Play
    【貴族】
    会話
    + + + + + + + + + + + + diff --git a/docs/story/9002084.html b/docs/story/9002084.html index f424e7add..1363a2778 100644 --- a/docs/story/9002084.html +++ b/docs/story/9002084.html @@ -11,6 +11,14 @@

    デバッグ/テストデバッグ/01

    デバッグ用

    View script in lua
    template1
    Load
    Play
    【???】
    会話
    + + + + + + + + diff --git a/docs/story/9002085.html b/docs/story/9002085.html index 5b9eef138..32dd142a2 100644 --- a/docs/story/9002085.html +++ b/docs/story/9002085.html @@ -11,9 +11,25 @@

    デバッグ/テストデバッグ/02

    デバッグ用

    View script in lua
    Load
    Play
    【(ナレーション)】
    刀チェック
    + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    デバッグ用ダミースクリプト
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9002086.html b/docs/story/9002086.html index 424420e37..df51b3690 100644 --- a/docs/story/9002086.html +++ b/docs/story/9002086.html @@ -11,9 +11,25 @@

    デバッグ/テストデバッグ/03

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    デバッグ用ダミースクリプト
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9002087.html b/docs/story/9002087.html index 08e88a2ed..ae4b3d595 100644 --- a/docs/story/9002087.html +++ b/docs/story/9002087.html @@ -11,9 +11,25 @@

    デバッグ/テストデバッグ/04

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    デバッグ用ダミースクリプト
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9002088.html b/docs/story/9002088.html index 96a6474e7..142e3d668 100644 --- a/docs/story/9002088.html +++ b/docs/story/9002088.html @@ -11,9 +11,25 @@

    デバッグ/テストデバッグ/05

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    デバッグ用ダミースクリプト
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9002089.html b/docs/story/9002089.html index 2fd7673c7..a6a7a059e 100644 --- a/docs/story/9002089.html +++ b/docs/story/9002089.html @@ -11,9 +11,25 @@

    デバッグ/テストデバッグ/06

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    デバッグ用ダミースクリプト
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9002090.html b/docs/story/9002090.html index 9239e11b4..51a11d98f 100644 --- a/docs/story/9002090.html +++ b/docs/story/9002090.html @@ -11,9 +11,25 @@

    デバッグ/テストデバッグ/07

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    デバッグ用ダミースクリプト
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9002091.html b/docs/story/9002091.html index 6e1e2b923..6961c67ab 100644 --- a/docs/story/9002091.html +++ b/docs/story/9002091.html @@ -11,9 +11,25 @@

    デバッグ/テストデバッグ/08

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    デバッグ用ダミースクリプト
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9002092.html b/docs/story/9002092.html index 0f785071d..4d12602ae 100644 --- a/docs/story/9002092.html +++ b/docs/story/9002092.html @@ -11,9 +11,25 @@

    デバッグ/テストデバッグ/09

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    デバッグ用ダミースクリプト
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9002093.html b/docs/story/9002093.html index 93754c7f6..4a66c1d22 100644 --- a/docs/story/9002093.html +++ b/docs/story/9002093.html @@ -11,9 +11,25 @@

    デバッグ/テストデバッグ/10

    デバッグ用

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    デバッグ用ダミースクリプト
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90021.html b/docs/story/90021.html index 194229f81..6221ac5be 100644 --- a/docs/story/90021.html +++ b/docs/story/90021.html @@ -10,5 +10,21 @@

    増援/敵軍/部隊番号3

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90022.html b/docs/story/90022.html index 02e735b9c..2be37b7ca 100644 --- a/docs/story/90022.html +++ b/docs/story/90022.html @@ -10,5 +10,21 @@

    増援/敵軍/部隊番号4

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90023.html b/docs/story/90023.html index 6a4b54105..54425c143 100644 --- a/docs/story/90023.html +++ b/docs/story/90023.html @@ -10,5 +10,21 @@

    増援/敵軍/部隊番号5

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90024.html b/docs/story/90024.html index 567f68129..72a7ffa7d 100644 --- a/docs/story/90024.html +++ b/docs/story/90024.html @@ -10,5 +10,21 @@

    増援/敵軍/部隊番号6

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90025.html b/docs/story/90025.html index d58da835a..834ebe994 100644 --- a/docs/story/90025.html +++ b/docs/story/90025.html @@ -10,5 +10,21 @@

    増援/敵軍/部隊番号7

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90026.html b/docs/story/90026.html index d44d783b5..d90b5a905 100644 --- a/docs/story/90026.html +++ b/docs/story/90026.html @@ -10,5 +10,21 @@

    増援/敵軍/部隊番号8

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90027.html b/docs/story/90027.html index e6b93358a..3b7129134 100644 --- a/docs/story/90027.html +++ b/docs/story/90027.html @@ -10,5 +10,21 @@

    増援/敵軍/部隊番号9

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90028.html b/docs/story/90028.html index 58f042b25..56625e445 100644 --- a/docs/story/90028.html +++ b/docs/story/90028.html @@ -10,5 +10,21 @@

    増援/第三軍/部隊番号1

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90029.html b/docs/story/90029.html index 53be4b1c3..da7bc2648 100644 --- a/docs/story/90029.html +++ b/docs/story/90029.html @@ -10,5 +10,21 @@

    増援/第三軍/部隊番号2

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90030.html b/docs/story/90030.html index 12e9d7f99..c482872c4 100644 --- a/docs/story/90030.html +++ b/docs/story/90030.html @@ -10,5 +10,21 @@

    増援/第三軍/部隊番号3

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90031.html b/docs/story/90031.html index 4533ba961..991d32ca5 100644 --- a/docs/story/90031.html +++ b/docs/story/90031.html @@ -10,5 +10,21 @@

    増援/第三軍/部隊番号4

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90032.html b/docs/story/90032.html index 0916fb464..ad294b1fb 100644 --- a/docs/story/90032.html +++ b/docs/story/90032.html @@ -10,5 +10,21 @@

    増援/第三軍/部隊番号5

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90033.html b/docs/story/90033.html index 3b27c4915..999e39157 100644 --- a/docs/story/90033.html +++ b/docs/story/90033.html @@ -10,5 +10,21 @@

    増援/第三軍/部隊番号6

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90034.html b/docs/story/90034.html index bcc62824c..536d81582 100644 --- a/docs/story/90034.html +++ b/docs/story/90034.html @@ -10,5 +10,21 @@

    増援/第三軍/部隊番号7

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90035.html b/docs/story/90035.html index 21f59dd7b..c84bc4497 100644 --- a/docs/story/90035.html +++ b/docs/story/90035.html @@ -10,5 +10,21 @@

    増援/第三軍/部隊番号8

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90036.html b/docs/story/90036.html index 8eb7c466e..2a186c2dd 100644 --- a/docs/story/90036.html +++ b/docs/story/90036.html @@ -10,5 +10,21 @@

    増援/第三軍/部隊番号9

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90037.html b/docs/story/90037.html index 7f979022b..651c9a51a 100644 --- a/docs/story/90037.html +++ b/docs/story/90037.html @@ -10,5 +10,21 @@

    増援/自軍/部隊番号10

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90038.html b/docs/story/90038.html index f61471af5..0963ca0ca 100644 --- a/docs/story/90038.html +++ b/docs/story/90038.html @@ -10,5 +10,21 @@

    増援/自軍/部隊番号11

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90039.html b/docs/story/90039.html index 3d87cba2a..e54f2d412 100644 --- a/docs/story/90039.html +++ b/docs/story/90039.html @@ -10,5 +10,21 @@

    増援/自軍/部隊番号12

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90040.html b/docs/story/90040.html index 7c02780c2..57f206f9c 100644 --- a/docs/story/90040.html +++ b/docs/story/90040.html @@ -10,5 +10,21 @@

    増援/自軍/部隊番号13

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90041.html b/docs/story/90041.html index 7861869df..64d6a4db4 100644 --- a/docs/story/90041.html +++ b/docs/story/90041.html @@ -10,5 +10,21 @@

    増援/自軍/部隊番号14

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90042.html b/docs/story/90042.html index 7c672f2b9..05b8845cb 100644 --- a/docs/story/90042.html +++ b/docs/story/90042.html @@ -10,5 +10,21 @@

    増援/自軍/部隊番号15

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90043.html b/docs/story/90043.html index f262c906e..671b3aa85 100644 --- a/docs/story/90043.html +++ b/docs/story/90043.html @@ -10,5 +10,21 @@

    増援/自軍/部隊番号16

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90044.html b/docs/story/90044.html index d88520878..1490e046b 100644 --- a/docs/story/90044.html +++ b/docs/story/90044.html @@ -10,5 +10,21 @@

    増援/自軍/部隊番号17

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90045.html b/docs/story/90045.html index 3cb034fc7..7c6ab9713 100644 --- a/docs/story/90045.html +++ b/docs/story/90045.html @@ -10,5 +10,21 @@

    増援/自軍/部隊番号18

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90046.html b/docs/story/90046.html index 13577af94..21fe3a57f 100644 --- a/docs/story/90046.html +++ b/docs/story/90046.html @@ -10,5 +10,21 @@

    増援/自軍/部隊番号19

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90047.html b/docs/story/90047.html index 5641b63eb..ccf892f95 100644 --- a/docs/story/90047.html +++ b/docs/story/90047.html @@ -10,5 +10,21 @@

    増援/自軍/部隊番号20

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90048.html b/docs/story/90048.html index f132abc6d..51132a290 100644 --- a/docs/story/90048.html +++ b/docs/story/90048.html @@ -10,5 +10,21 @@

    増援/友軍/部隊番号10

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90049.html b/docs/story/90049.html index 55f95be87..9a939be5f 100644 --- a/docs/story/90049.html +++ b/docs/story/90049.html @@ -10,5 +10,21 @@

    増援/友軍/部隊番号11

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90050.html b/docs/story/90050.html index 62c90ab04..b6816c548 100644 --- a/docs/story/90050.html +++ b/docs/story/90050.html @@ -10,5 +10,21 @@

    増援/友軍/部隊番号12

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90051.html b/docs/story/90051.html index 40e52c030..2bd343d39 100644 --- a/docs/story/90051.html +++ b/docs/story/90051.html @@ -10,5 +10,21 @@

    増援/友軍/部隊番号13

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90052.html b/docs/story/90052.html index c24b02e1f..c22a74bfd 100644 --- a/docs/story/90052.html +++ b/docs/story/90052.html @@ -10,5 +10,21 @@

    増援/友軍/部隊番号14

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90053.html b/docs/story/90053.html index 73020e86a..a3bf60798 100644 --- a/docs/story/90053.html +++ b/docs/story/90053.html @@ -10,5 +10,21 @@

    増援/友軍/部隊番号15

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90054.html b/docs/story/90054.html index dd90062e9..4873a7645 100644 --- a/docs/story/90054.html +++ b/docs/story/90054.html @@ -10,5 +10,21 @@

    増援/友軍/部隊番号16

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90055.html b/docs/story/90055.html index 7c3fe452f..1539d8e19 100644 --- a/docs/story/90055.html +++ b/docs/story/90055.html @@ -10,5 +10,21 @@

    増援/友軍/部隊番号17

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90056.html b/docs/story/90056.html index fc16ff078..a284783cc 100644 --- a/docs/story/90056.html +++ b/docs/story/90056.html @@ -10,5 +10,21 @@

    増援/友軍/部隊番号18

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90057.html b/docs/story/90057.html index 407183830..61489f58c 100644 --- a/docs/story/90057.html +++ b/docs/story/90057.html @@ -10,5 +10,21 @@

    増援/友軍/部隊番号19

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90058.html b/docs/story/90058.html index e5e7f0d4b..f0a879425 100644 --- a/docs/story/90058.html +++ b/docs/story/90058.html @@ -10,5 +10,21 @@

    増援/友軍/部隊番号20

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90059.html b/docs/story/90059.html index 01ca31778..8c190a380 100644 --- a/docs/story/90059.html +++ b/docs/story/90059.html @@ -10,5 +10,21 @@

    増援/敵軍/部隊番号10

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90060.html b/docs/story/90060.html index ae121d9cf..f2076cda9 100644 --- a/docs/story/90060.html +++ b/docs/story/90060.html @@ -10,5 +10,21 @@

    増援/敵軍/部隊番号11

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90061.html b/docs/story/90061.html index 0c1e63b46..feda3fd6e 100644 --- a/docs/story/90061.html +++ b/docs/story/90061.html @@ -10,5 +10,21 @@

    増援/敵軍/部隊番号12

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90062.html b/docs/story/90062.html index 505a4fd15..8e8a14ec6 100644 --- a/docs/story/90062.html +++ b/docs/story/90062.html @@ -10,5 +10,21 @@

    増援/敵軍/部隊番号13

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90063.html b/docs/story/90063.html index 0bdaf7354..1d5386c13 100644 --- a/docs/story/90063.html +++ b/docs/story/90063.html @@ -10,5 +10,21 @@

    増援/敵軍/部隊番号14

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90064.html b/docs/story/90064.html index eae3fda0b..80deabdf3 100644 --- a/docs/story/90064.html +++ b/docs/story/90064.html @@ -10,5 +10,21 @@

    増援/敵軍/部隊番号15

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90065.html b/docs/story/90065.html index 59a0ff306..735d56bd9 100644 --- a/docs/story/90065.html +++ b/docs/story/90065.html @@ -10,5 +10,21 @@

    増援/敵軍/部隊番号16

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90066.html b/docs/story/90066.html index 2d280a69e..f0226018b 100644 --- a/docs/story/90066.html +++ b/docs/story/90066.html @@ -10,5 +10,21 @@

    増援/敵軍/部隊番号17

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90067.html b/docs/story/90067.html index b81b7b17f..4c71e08c4 100644 --- a/docs/story/90067.html +++ b/docs/story/90067.html @@ -10,5 +10,21 @@

    増援/敵軍/部隊番号18

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90068.html b/docs/story/90068.html index 56311be4b..0a4151c04 100644 --- a/docs/story/90068.html +++ b/docs/story/90068.html @@ -10,5 +10,21 @@

    増援/敵軍/部隊番号19

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90069.html b/docs/story/90069.html index 102b5a310..0bfd8740f 100644 --- a/docs/story/90069.html +++ b/docs/story/90069.html @@ -10,5 +10,21 @@

    増援/敵軍/部隊番号20

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90070.html b/docs/story/90070.html index 0161e262c..db46f9597 100644 --- a/docs/story/90070.html +++ b/docs/story/90070.html @@ -10,5 +10,21 @@

    増援/第三軍/部隊番号10

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90071.html b/docs/story/90071.html index 28b6e7920..877a5156d 100644 --- a/docs/story/90071.html +++ b/docs/story/90071.html @@ -10,5 +10,21 @@

    増援/第三軍/部隊番号11

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90072.html b/docs/story/90072.html index 0f91d6bf3..a774698e6 100644 --- a/docs/story/90072.html +++ b/docs/story/90072.html @@ -10,5 +10,21 @@

    増援/第三軍/部隊番号12

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90073.html b/docs/story/90073.html index c604fcd8c..57fa2de7a 100644 --- a/docs/story/90073.html +++ b/docs/story/90073.html @@ -10,5 +10,21 @@

    増援/第三軍/部隊番号13

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90074.html b/docs/story/90074.html index afac834da..f0be3d8da 100644 --- a/docs/story/90074.html +++ b/docs/story/90074.html @@ -10,5 +10,21 @@

    増援/第三軍/部隊番号14

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90075.html b/docs/story/90075.html index 025b30e94..534cd92f1 100644 --- a/docs/story/90075.html +++ b/docs/story/90075.html @@ -10,5 +10,21 @@

    増援/第三軍/部隊番号15

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90076.html b/docs/story/90076.html index ec577459f..750ed1bed 100644 --- a/docs/story/90076.html +++ b/docs/story/90076.html @@ -10,5 +10,21 @@

    増援/第三軍/部隊番号16

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90077.html b/docs/story/90077.html index f25f6445f..f4af40478 100644 --- a/docs/story/90077.html +++ b/docs/story/90077.html @@ -10,5 +10,21 @@

    増援/第三軍/部隊番号17

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90078.html b/docs/story/90078.html index 1b0453d16..627cdde43 100644 --- a/docs/story/90078.html +++ b/docs/story/90078.html @@ -10,5 +10,21 @@

    増援/第三軍/部隊番号18

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90079.html b/docs/story/90079.html index 5f1fab6f7..da7656d3b 100644 --- a/docs/story/90079.html +++ b/docs/story/90079.html @@ -10,5 +10,21 @@

    増援/第三軍/部隊番号19

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/90080.html b/docs/story/90080.html index 6ccb9a48e..ef6a4cdec 100644 --- a/docs/story/90080.html +++ b/docs/story/90080.html @@ -10,5 +10,21 @@

    増援/第三軍/部隊番号20

    増援用

    View script in lua -
    + + + + + + + + + + + + + + + + +
    Load
    Play
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9910001.html b/docs/story/9910001.html index 870cda0b9..29c7e6024 100644 --- a/docs/story/9910001.html +++ b/docs/story/9910001.html @@ -11,9 +11,25 @@

    ギネヴィア編/1日目

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    ADV再生中です
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9910002.html b/docs/story/9910002.html index 3cf537221..7788d286f 100644 --- a/docs/story/9910002.html +++ b/docs/story/9910002.html @@ -11,9 +11,25 @@

    ギネヴィア編/2日目

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    ADV再生中です
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9910003.html b/docs/story/9910003.html index 8e3ab2419..ba77e5263 100644 --- a/docs/story/9910003.html +++ b/docs/story/9910003.html @@ -11,9 +11,25 @@

    ギネヴィア編/3日目

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    ADV再生中です
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9910004.html b/docs/story/9910004.html index 00a571ba7..2bd54370a 100644 --- a/docs/story/9910004.html +++ b/docs/story/9910004.html @@ -11,9 +11,25 @@

    ギネヴィア編/4日目

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    ADV再生中です
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9910005.html b/docs/story/9910005.html index 4904cab8a..80134a7ba 100644 --- a/docs/story/9910005.html +++ b/docs/story/9910005.html @@ -11,9 +11,25 @@

    ギネヴィア編/5日目

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    ADV再生中です
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9920001.html b/docs/story/9920001.html index a28125aea..3eddf30f0 100644 --- a/docs/story/9920001.html +++ b/docs/story/9920001.html @@ -11,9 +11,25 @@

    ディナタン編/1日目

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    ADV再生中です
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9920002.html b/docs/story/9920002.html index 4fc15616a..2a05019bc 100644 --- a/docs/story/9920002.html +++ b/docs/story/9920002.html @@ -11,9 +11,25 @@

    ディナタン編/2日目

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    ADV再生中です
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9920003.html b/docs/story/9920003.html index 761c961f2..4e8a9cab1 100644 --- a/docs/story/9920003.html +++ b/docs/story/9920003.html @@ -11,9 +11,25 @@

    ディナタン編/3日目

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    ADV再生中です
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9920004.html b/docs/story/9920004.html index 347c8fe56..c1bcd2048 100644 --- a/docs/story/9920004.html +++ b/docs/story/9920004.html @@ -11,9 +11,25 @@

    ディナタン編/4日目

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    ADV再生中です
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9920005.html b/docs/story/9920005.html index e3d1d1068..b3790734c 100644 --- a/docs/story/9920005.html +++ b/docs/story/9920005.html @@ -11,9 +11,25 @@

    ディナタン編/5日目

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    ADV再生中です
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9930001.html b/docs/story/9930001.html index e29722228..d327cca77 100644 --- a/docs/story/9930001.html +++ b/docs/story/9930001.html @@ -11,9 +11,25 @@

    ランスロット編/1日目

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    ADV再生中です
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9930002.html b/docs/story/9930002.html index 3be3d04d7..b127717e9 100644 --- a/docs/story/9930002.html +++ b/docs/story/9930002.html @@ -11,9 +11,25 @@

    ランスロット編/2日目

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    ADV再生中です
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9930003.html b/docs/story/9930003.html index 032a876e9..9ff0eeaa5 100644 --- a/docs/story/9930003.html +++ b/docs/story/9930003.html @@ -11,9 +11,25 @@

    ランスロット編/3日目

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    ADV再生中です
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9930004.html b/docs/story/9930004.html index b08ed9790..b702eb99e 100644 --- a/docs/story/9930004.html +++ b/docs/story/9930004.html @@ -11,9 +11,25 @@

    ランスロット編/4日目

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    ADV再生中です
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9930005.html b/docs/story/9930005.html index ead01d7a3..8fd5dc301 100644 --- a/docs/story/9930005.html +++ b/docs/story/9930005.html @@ -11,9 +11,25 @@

    ランスロット編/5日目

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    ADV再生中です
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9990001.html b/docs/story/9990001.html index 3a8aca28b..2402ba1d2 100644 --- a/docs/story/9990001.html +++ b/docs/story/9990001.html @@ -11,9 +11,25 @@

    ホームADV:ダミー:イベント

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    『シナリオクエスト開催中』
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9990002.html b/docs/story/9990002.html index 58ac333b3..5c8e63f88 100644 --- a/docs/story/9990002.html +++ b/docs/story/9990002.html @@ -11,9 +11,25 @@

    ホームADV:ダミー:アンロック1

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    『シナリオクエストが解放されました』
    PreLoad
    PreLoad_AutoGenerate
    diff --git a/docs/story/9990003.html b/docs/story/9990003.html index 89834ddf2..ba7f68584 100644 --- a/docs/story/9990003.html +++ b/docs/story/9990003.html @@ -11,9 +11,25 @@

    ホームADV:ダミー:アンロック2

    View script in lua + + + + + + + + + + + + + + + +
    Load
    Play
    【(ナレーション)】
    『シナリオクエストが解放されました』
    PreLoad
    PreLoad_AutoGenerate