Update a-trainers-test-dialogue.json

This commit is contained in:
Yonmaru40 2024-09-15 14:50:02 +08:00 committed by GitHub
parent 893955634f
commit b6526dbb76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,42 +6,42 @@
"decline": "害,看起来你的\n队伍状态不佳。$来,让我来帮忙。" "decline": "害,看起来你的\n队伍状态不佳。$来,让我来帮忙。"
}, },
"cheryl": { "cheryl": {
"intro_dialogue": "你好,我是芽米。$我有一个特别有趣的请求,\n因为看起来你是一位强大的训练师。$我随身带着两颗稀有的神奇宝贝蛋,\n但我想让别人照顾一颗。$如果你能向我证明你作为训练师的实力,\n我会给你更稀有的蛋", "intro_dialogue": "你好,我是芽米。$我有一个特别有趣的请求,\n因为看起来你是一位强大的训练师。$我随身带着两颗稀有的宝可梦蛋,\n但我想让别人照顾一颗。$如果你能向我证明你作为训练师的实力,\n我会给你更稀有的蛋",
"accept": "我希望你准备好了!", "accept": "我希望你准备好了!",
"decline": "我明白,看起来你的团队\n目前状态不佳。$来,让我来帮忙。" "decline": "我明白,看起来你的团队\n目前状态不佳。$来,让我来帮忙。"
}, },
"marley": { "marley": {
"intro_dialogue": "...@d{64} I'm Marley.$I have an offer for you...$I'm carrying two Pokémon Eggs with me,\nbut I'd like someone else to care for one.$If you're stronger than me,\nI'll give you the rarer Egg.", "intro_dialogue": "……@d{64} 我是米依。$我有一个提议给你...$我随身带着两颗宝可梦蛋,\n但我想让别人照顾一颗。$如果你比我强,\n我会给你更稀有的蛋。",
"accept": "... I see.", "accept": "……我明白了。",
"decline": "... I see.$Your Pokémon look hurt...\nLet me help." "decline": "... 我明白了。$你的宝可梦看起来伤得很重...\n让我来帮忙。"
}, },
"mira": { "mira": {
"intro_dialogue": "Hi! I'm Mira!$Mira has a request\nfor a strong trainer like you!$Mira has two rare Pokémon Eggs,\nbut Mira wants someone else to take one!$If you show Mira that you're strong,\nMira will give you the rarer Egg!", "intro_dialogue": "嗨!我是麦儿!$麦儿有一个请求\n需要像你一样强大的训练师$麦儿有两颗稀有的宝可梦蛋,\n但麦儿希望别人拿走一颗$如果你向麦儿展示你的实力,\n麦儿会给你更稀有的蛋",
"accept": "You'll battle Mira?\nYay!", "accept": "你会和麦儿对战吗?\n耶",
"decline": "Aww, no battle?\nThat's okay!$Here, Mira will heal your team!" "decline": "噢……不战斗?\n没关系$来,麦尔会治疗你的宝可梦!"
}, },
"riley": { "riley": {
"intro_dialogue": "I'm Riley.$I have an odd proposal\nfor a strong trainer such as yourself.$I'm carrying two rare Pokémon Eggs with me,\nbut I'd like to give one to another trainer.$If you can prove your strength to me,\nI'll give you the rarer Egg!", "intro_dialogue": "我是亚玄。$我有一个有点怪的提议,\n毕竟面前是像你这样的强大训练师。$我随身带着两颗稀有的宝可梦蛋,\n但我想把其中一颗送给另一位训练师。$如果你能向我证明你的实力,\n我会给你更稀有的蛋",
"accept": "That look you have...\nLet's do this.", "accept": "你那表情……\n我们开始吧。",
"decline": "I understand, your team looks beat up.$Here, let me help with that." "decline": "我明白,毕竟你的队伍看起来很疲惫。$来,让我来帮你。"
}, },
"title": "训练家试炼", "title": "训练家试炼",
"description": "不管你选择什么,此训练家都会给你一个蛋。\n然而如果你能击败他就会获得一个更稀有的蛋。", "description": "不管你选择什么,此训练家都会给你一个蛋。\n然而如果你能击败他就会获得一个更稀有的蛋。",
"query": "你要怎么做?", "query": "你要怎么做?",
"option": { "option": {
"1": { "1": {
"label": "Accept the Challenge", "label": "接受挑战",
"tooltip": "(-) Tough Battle\n(+) Gain a @[TOOLTIP_TITLE]{Very Rare Egg}" "tooltip": "(-)艰难的战斗\n(+)获得一个@[TOOLTIP_TITLE]{非常稀有的蛋}"
}, },
"2": { "2": {
"label": "Refuse the Challenge", "label": "拒绝挑战",
"tooltip": "(+) Full Heal Party\n(+) Gain an @[TOOLTIP_TITLE]{Egg}" "tooltip": "(+)治疗全队\n(+)获得一个@[TOOLTIP_TITLE]{蛋}"
} }
}, },
"eggTypes": { "eggTypes": {
"rare": "a Rare Egg", "rare": "稀有的蛋",
"epic": "an Epic Egg", "epic": "史诗的蛋",
"legendary": "a Legendary Egg" "legendary": "传说的蛋"
}, },
"outro": "{{statTrainerName}}给了你{{eggType}}" "outro": "{{statTrainerName}}给了你{{eggType}}"
} }