mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-28 14:59:19 +00:00
fix: invalid Sword & Shield rarities (#447)
This commit is contained in:
@ -13,7 +13,7 @@ const card: Card = {
|
||||
de: "Pikachu"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Lightning"],
|
||||
@ -52,4 +52,4 @@ const card: Card = {
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user