mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +00:00
@ -5,11 +5,11 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Garchomp LV. X C"
|
||||
en: "Garchomp C LV.X"
|
||||
},
|
||||
|
||||
illustrator: "Shizurow",
|
||||
rarity: "None",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
hp: 110,
|
||||
types: ["Colorless"],
|
||||
@ -44,7 +44,8 @@ const card: Card = {
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 0
|
||||
retreat: 0,
|
||||
suffix: "SP"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user