From 8be2a7e31910e011cc922213c0e48120f66eea1d Mon Sep 17 00:00:00 2001 From: Lugiad <2070109+Adri1@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:26:30 +0200 Subject: [PATCH] Update challenges.json --- src/locales/zh_CN/challenges.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/locales/zh_CN/challenges.json b/src/locales/zh_CN/challenges.json index faed9920838..9c7dc276694 100644 --- a/src/locales/zh_CN/challenges.json +++ b/src/locales/zh_CN/challenges.json @@ -32,5 +32,12 @@ "desc": "属性相克关系被反转,且没有任何属性对其他属性免疫。\n禁用其他挑战的成就。", "value.0": "关闭", "value.1": "开启" + }, + "trickRoom": { + "name": "Trick Room", + "shortName": "Trick Room", + "desc": "All battles are under the effect of Trick Room, where slower Pokémon move sooner and faster Pokémon move later.\nDisables other challenges' achievements.", + "value.0": "Off", + "value.1": "On" } }