Skip to content

Commit

Permalink
Merge pull request #2307 from sylvainpolletvillard/fix-earthquake-desc
Browse files Browse the repository at this point in the history
Fix earthquake description
  • Loading branch information
sylvainpolletvillard authored Oct 9, 2024
2 parents bb364d5 + a782220 commit 6be3980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/public/dist/client/changelog/summary/summary-5.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion app/public/dist/client/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,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.",
Expand Down

0 comments on commit 6be3980

Please sign in to comment.