From 9c5d45c110582dd37d0eef7d795632d4260c6fce Mon Sep 17 00:00:00 2001 From: Lugiad <2070109+Adri1@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:26:06 +0200 Subject: [PATCH] Update challenges.json --- src/locales/pt_BR/challenges.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/locales/pt_BR/challenges.json b/src/locales/pt_BR/challenges.json index b8249882033..c5656b5e8e9 100644 --- a/src/locales/pt_BR/challenges.json +++ b/src/locales/pt_BR/challenges.json @@ -33,5 +33,12 @@ "desc": "Fraquezas e resistências de tipos são invertidas e nenhum tipo é imune a outro tipo.\nDesativa as conquistas de outros desafios.", "value.0": "Desligado", "value.1": "Ligado" + }, + "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" } }