mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
fix: Pocket card data fixes (#659)
Co-authored-by: Khaleeq Ahmad <1710642+khaleeqahmad@users.noreply.github.com>
This commit is contained in:
@ -26,7 +26,12 @@ const card: Card = {
|
||||
en: "This attack does 30 damage for each of your Benched L Pokémon."
|
||||
},
|
||||
|
||||
damage: "30x"
|
||||
damage: "30×"
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
|
Reference in New Issue
Block a user