42 lines
1.5 KiB
Plaintext
42 lines
1.5 KiB
Plaintext
function txt_win() {
|
||
|
||
msg = msglang([
|
||
|
||
txt("Ow..."),
|
||
txt("Hm, You don’t seem like a bad person"),
|
||
txt("Why are the rabbits attacking?"),
|
||
txt("We... We’re looking to build a summer home on Earth."),
|
||
txt("You’re lying."),
|
||
txt("...Okay, fine."),
|
||
txt("Lady Yorihime told me that we’re relocating to Gensokyo."),
|
||
txt("There’s a great evil that’s taken over the Moon."),
|
||
txt("So, we’re going to be staying here."),
|
||
txt("An invasion from the Lunar Capital..."),
|
||
txt("I’m guessing Reimu and her friends will find their way to the Moon…"),
|
||
txt("...Which leaves us to defend the surface."),
|
||
txt("Think you’re up to it, miss Shogi master?"),
|
||
txt("...I won’t let anyone take over my home."),
|
||
txt("Okay! Let’s drive these Lunarians out of here!"),
|
||
|
||
],[
|
||
|
||
txt("いった。。。"),
|
||
txt("えっと...、 君は悪に見えない。"),
|
||
txt("なぜうさぎは攻撃しているのか?"),
|
||
txt("私たちは…海外旅行に行きたかったです...か?"),
|
||
txt("...それは弱い噓だぞ。"),
|
||
txt("...チェ。"),
|
||
txt("幻想郷に月人が引っ越すと依姫さまから聞きました"),
|
||
txt("巨悪が月に侵略しました。"),
|
||
txt("そんなわけで、私たちは移住します。"),
|
||
txt("月の来襲か... "),
|
||
txt("おそらく霊夢たちは直ぐに月に行く..."),
|
||
txt("...そして、我らは幻想郷を守る。"),
|
||
txt("棋士さん、出来る?"),
|
||
txt("...私は誰にも祖国を乗っ取らせない。"),
|
||
txt("よし!我らは月人を追い出す!"),
|
||
|
||
])
|
||
|
||
endevent = c_null;
|
||
} |