Update fight-or-flight-dialogue.json

This commit is contained in:
Yonmaru40 2024-09-18 01:41:42 +08:00 committed by GitHub
parent 4c0e873379
commit f7a2f1da50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,25 +1,25 @@
{ {
"intro": "Something shiny is sparkling\non the ground near that Pokémon!", "intro": "宝可梦附近的地上\n有闪闪发光的东西",
"title": "Fight or Flight", "title": "战逃反应",
"description": "It looks like there's a strong Pokémon guarding an item. Battling is the straightforward approach, but it looks strong. Perhaps you could steal the item, if you have the right Pokémon for the job.", "description": "似乎有强大的宝可梦守护着这一道具。\n战斗是最直接的方法但是它的实力似乎不容小觑。\n如果你有合适的宝可梦似乎也可以直接偷走它。",
"query": "What will you do?", "query": "你要怎么做?"
"option": { "option": {
"1": { "1": {
"label": "Battle the Pokémon", "label": "战斗",
"tooltip": "(-) Hard Battle\n(+) New Item", "tooltip": "(-)困难的战斗\n(+)新道具",
"selected": "You approach the\nPokémon without fear.", "selected": "你无所畏惧的走向宝可梦。",
"stat_boost": "The {{enemyPokemon}}'s latent strength boosted one of its stats!" "stat_boost": "{{enemyPokemon}}的潜在实力提升了它的一项能力!"
}, },
"2": { "2": {
"label": "Steal the Item", "label": "窃取物品",
"disabled_tooltip": "Your Pokémon need to know certain moves to choose this", "disabled_tooltip": "你的宝可梦需要习得特定的招式来选择。",
"tooltip": "(+) {{option2PrimaryName}} uses {{option2PrimaryMove}}", "tooltip": "(+){{option2PrimaryName}}使用{{option2PrimaryMove}}",
"selected": ".@d{32}.@d{32}.@d{32}$Your {{option2PrimaryName}} helps you out and uses {{option2PrimaryMove}}!$You nabbed the item!" "selected": ".@d{32}.@d{32}.@d{32}$你的{{option2PrimaryName}}愿意帮忙,并使用了{{option2PrimaryMove}}$你偷走了道具!"
}, },
"3": { "3": {
"label": "Leave", "label": "离开",
"tooltip": "(-) No Rewards", "tooltip": "(-)无奖励",
"selected": "You leave the strong Pokémon\nwith its prize and continue on." "selected": "你决定把宝贝留给这只宝可梦\n并继续上路了。"
} }
} }
} }