talksprite placing
This commit is contained in:
parent
8d3617fe53
commit
337f705dfe
72 changed files with 988 additions and 157 deletions
|
@ -3,31 +3,29 @@ function txt_momijiyreisen() {
|
|||
|
||||
msg = msglang([
|
||||
|
||||
txt("Are you the commander of the other side?"),
|
||||
txt("Uh, I just play Shogi. I don’t really command people."),
|
||||
txt("Oh. This... This is my first day on the job. I’m a bit nervous."),
|
||||
global.everyonealive ? [
|
||||
txt("Well, the enemy arrangement gave us trouble, you certainly did a good job with that."),
|
||||
txt("R-Really!?"),
|
||||
txt("Yeah! Everyone was positioned very strategically."),
|
||||
] : [
|
||||
txt(""),
|
||||
],
|
||||
txt("...But, I can’t have you stay on this mountain any longer."),
|
||||
txt("...Of course."),
|
||||
txt("Well then, this battle ends here!"),
|
||||
txt("Are you the commander of the other side?", REISEN.WOBBLE),
|
||||
txt("Uh, I just play Shogi. I don’t really command people.", MOMIJI.CONFUSED),
|
||||
txt("Oh. This... This is my first day on the job. I’m a bit nervous.", REISEN.WOBBLE),
|
||||
txt("Well, the enemy arrangement gave us trouble, you certainly did a good job with that.", MOMIJI.NEUTRAL),
|
||||
txt("R-Really!?", REISEN.WOBBLE),
|
||||
txt("Yeah! Everyone was positioned very strategically.", MOMIJI.HAPPY),
|
||||
txt("...But, I can’t have you stay on this mountain any longer.", MOMIJI.ANGRY),
|
||||
txt("...Of course.", REISEN.POUTING),
|
||||
txt("Well then, this battle ends here!", REISEN.POUTING),
|
||||
|
||||
|
||||
],[
|
||||
|
||||
txt("あなたは...敵の少佐ですか"),
|
||||
txt("ええ...私は将棋をできる人だけ..."),
|
||||
txt("あ。今日は私の一日目です。ちょっと近著しています..."),
|
||||
txt("まあぁ、君たちの配置は強かった。"),
|
||||
txt("ほ...本当!?"),
|
||||
txt("うん。 月人の戦場はとても戦略がいい。"),
|
||||
txt("...でも、山に滞在しない。"),
|
||||
txt("...分かります。"),
|
||||
txt("それじゃ、私はあなたを倒します!"),
|
||||
txt("あなたは...敵の少佐ですか?", REISEN.WOBBLE),
|
||||
txt("ええ...私は将棋をできる人だけ...", MOMIJI.CONFUSED),
|
||||
txt("あ。今日は私の一日目です。ちょっと近著しています...", REISEN.WOBBLE),
|
||||
txt("まあぁ、君たちの配置は強かった。", MOMIJI.NEUTRAL),
|
||||
txt("ほ...本当!?", REISEN.WOBBLE),
|
||||
txt("うん。 月人の戦場はとても戦略がいい。", MOMIJI.HAPPY),
|
||||
txt("...でも、山に滞在しない。", MOMIJI.ANGRY),
|
||||
txt("...分かります。", REISEN.POUTING),
|
||||
txt("それじゃ、私はあなたを倒します!", REISEN.POUTING),
|
||||
|
||||
|
||||
])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue