mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19: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:
@ -34,7 +34,12 @@ const card: Card = {
|
||||
en: "Flip 4 coins. This attack does 50 damage for each heads."
|
||||
},
|
||||
|
||||
damage: "50x"
|
||||
damage: "50×"
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Lightning",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
|
Reference in New Issue
Block a user