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:
@ -24,8 +24,17 @@ const card: Card = {
|
||||
damage: "30"
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
rarity: "One Diamond"
|
||||
rarity: "One Diamond",
|
||||
|
||||
description: {
|
||||
en: "When its huge eyes waver, it sings a mysteriously soothing melody that lulls its enemies to sleep.",
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user