Update berries-abound-dialogue.json

This commit is contained in:
Yonmaru40 2024-09-15 18:48:54 +08:00 committed by GitHub
parent 9e8ab61522
commit 366e7afaa6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,26 +1,26 @@
{ {
"intro": "There's a huge berry bush\nnear that Pokémon!", "intro": "宝可梦旁边\n有着巨大的树果丛",
"title": "Berries Abound", "title": "硕“果”累累",
"description": "It looks like there's a strong Pokémon guarding a berry bush. Battling is the straightforward approach, but it looks strong. Perhaps a fast Pokémon could grab some berries without getting caught?", "description": "似乎有强大的宝可梦守护着树果丛。\n最简单的方法是战斗但它的实力不容小觑。\n也许一只速度很快的宝可梦可以乘机顺走一些树果",
"query": "What will you do?", "query": "你要怎么做?",
"berries": "Berries!", "berries": "树果!!"
"option": { "option": {
"1": { "1": {
"label": "Battle the Pokémon", "label": "与它战斗",
"tooltip": "(-) Hard Battle\n(+) Gain Berries", "tooltip": "(-)艰难的战斗\n(+)获得树果",
"selected": "You approach the\nPokémon without fear." "selected": "你无所畏惧地\n走向了宝可梦们。"
}, },
"2": { "2": {
"label": "Race to the Bush", "label": "冲向果丛",
"tooltip": "(-) {{fastestPokemon}} Uses its Speed\n(+) Gain Berries", "tooltip": "(-){{fastestPokemon}}试试速度\n(+)获得树果",
"selected": "Your {{fastestPokemon}} races for the berry bush!$It manages to nab {{numBerries}} before the {{enemyPokemon}} can react!$You quickly retreat with your newfound prize.", "selected": "你的{{fastestPokemon}}冲向了果丛!$它在{{enemyPokemon}}做出反应之前成功抓住了{{numBerries}}$你带着你的战利品迅速撤退。",
"selected_bad": "Your {{fastestPokemon}} races for the berry bush!$Oh no! The {{enemyPokemon}} was faster and blocked off the approach!", "selected_bad": "你的{{fastestPokemon}}向浆果丛奔去!$哦不!{{enemyPokemon}}速度更快,挡住了它的去路!",
"boss_enraged": "The opposing {{enemyPokemon}} has become enraged!" "boss_enraged": "对方的{{enemyPokemon}}变得非常愤怒!"
}, },
"3": { "3": {
"label": "Leave", "label": "离开",
"tooltip": "(-) No Rewards", "tooltip": "(-)无奖励",
"selected": "You leave the strong Pokémon\nwith its prize and continue on." "selected": "你让那个宝可梦留着属于它的果子\n继续上路了。"
} }
} }
} }