From 903b256ec0cea16afab07deb2946193be6f262f7 Mon Sep 17 00:00:00 2001 From: Sylvain Pollet-Villard Date: Wed, 9 Oct 2024 12:31:25 +0200 Subject: [PATCH 1/2] fix summary 5.6 --- app/public/dist/client/changelog/summary/summary-5.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/public/dist/client/changelog/summary/summary-5.6.md b/app/public/dist/client/changelog/summary/summary-5.6.md index 8640ba727..2d825948a 100644 --- a/app/public/dist/client/changelog/summary/summary-5.6.md +++ b/app/public/dist/client/changelog/summary/summary-5.6.md @@ -4,7 +4,7 @@ ## New item: Protective pads -(Charcoal + Miracle Seed): +80 Shield, +6 Attack ; Attacks deal double damage on shield. User is protected from recoil and retaliation damage. +(Charcoal + Miracle Seed): +60 Shield, +6 Attack ; Attacks deal double damage on shield. User is protected from recoil and retaliation damage. ![Protective pads](https://raw.githubusercontent.com/keldaanCommunity/pokemonAutoChess/refs/heads/master/app/public/src/assets/item%7Btps%7D/PROTECTIVE_PADS.png) From a782220148068a1925b558d81f57fbedad5a5bb0 Mon Sep 17 00:00:00 2001 From: Sylvain Pollet-Villard Date: Wed, 9 Oct 2024 12:31:37 +0200 Subject: [PATCH 2/2] fix earthquake description --- app/public/dist/client/locales/en/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/public/dist/client/locales/en/translation.json b/app/public/dist/client/locales/en/translation.json index ea335a517..0d86f5e30 100644 --- a/app/public/dist/client/locales/en/translation.json +++ b/app/public/dist/client/locales/en/translation.json @@ -1249,7 +1249,7 @@ }, "ability_description": { "SOFT_BOILED": "Cures all status effects and grants [20,40,80,SP] SHIELD to every allied Pokémon", - "EARTHQUAKE": "Deal [120,SP] SPECIAL to all enemy Pokémon in the same column as the user", + "EARTHQUAKE": "Deal [120,SP] SPECIAL to all enemy Pokémon in the same row or column as the user", "SONG_OF_DESIRE": "Make 2 opponents in the backline CHARM for 3 seconds, and reduce their ATK by [3,SP]", "CONFUSING_MIND": "Make 2 opponents in the backline CONFUSION for [3,SP] seconds", "KNOWLEDGE_THIEF": "Use the target's ability. Player gains 1 XP.",