mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 09:59:19 +00:00
fix: Pocket card data fixes (#659)
Co-authored-by: Khaleeq Ahmad <1710642+khaleeqahmad@users.noreply.github.com>
This commit is contained in:
@ -33,7 +33,11 @@ const card: Card = {
|
||||
}],
|
||||
|
||||
retreat: 3,
|
||||
rarity: "Two Diamond"
|
||||
rarity: "Two Diamond",
|
||||
|
||||
description: {
|
||||
en: "When it heats up, its body temperature reaches about 1,500 degrees Fahrenheit. It lashes its body like a whip and launches itself at enemies.",
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user