Update department-store-sale-dialogue.json

This commit is contained in:
Chapybara-jp 2024-09-23 00:02:10 +02:00 committed by GitHub
parent 08c40d078c
commit 77353a9a70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,27 +1,27 @@
{
"intro": "It's a lady with a ton of shopping bags.",
"speaker": "Shopper",
"intro_dialogue": "Hello! Are you here for\nthe amazing sales too?$There's a special coupon that you can\nredeem for a free item during the sale!$I have an extra one. Here you go!",
"title": "Department Store Sale",
"description": "There is merchandise in every direction! It looks like there are 4 counters where you can redeem the coupon for various items. The possibilities are endless!",
"query": "Which counter will you go to?",
"intro": "買い物袋が いっぱいな おねえさん だ。",
"speaker": "お客様",
"intro_dialogue": "こんにちは! すごーい セールの ために\nここに 来ましたね$セール中に 特別な クーポンで\nアイテムを サービスとして  もらえます$もう 1つの クーポンが ありますから どうぞ!",
"title": "デパートで大特価セール",
"description": "各方面で 商品 いっぱい! クーポンで アイテムを もらえる 売り場が 4つ ようです。\n可能性は無限大",
"query": "どの売り場に行きますか?",
"option": {
"1": {
"label": "TM Counter",
"tooltip": "(+) TM Shop"
"label": "技マシーンの売り場",
"tooltip": "(+) 技マシーンショップ"
},
"2": {
"label": "Vitamin Counter",
"tooltip": "(+) Vitamin Shop"
"label": "栄養士の売り場",
"tooltip": "(+) えいようドリンクショップ"
},
"3": {
"label": "Battle Item Counter",
"tooltip": "(+) X Item Shop"
"label": "戦闘良品の売り場",
"tooltip": "(+) 戦闘用ショップ"
},
"4": {
"label": "Pokéball Counter",
"tooltip": "(+) Pokéball Shop"
"label": "ボールの売り場",
"tooltip": "(+) モンスターボールショップ"
}
},
"outro": "What a deal! You should shop there more often."
}
"outro": "何と お買い得! ちょくちょく 買いに行った 方が いいね"
}