mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 08:59:18 +00:00
fix: invalid Sword & Shield rarities (#447)
This commit is contained in:
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Alola Vulpix-VSTAR"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Holo Rare VSTAR",
|
||||
category: "Pokemon",
|
||||
hp: 240,
|
||||
types: ["Water"],
|
||||
@ -84,4 +84,4 @@ const card: Card = {
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user