mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-19 02:39:18 +00:00
fix: invalid Sword & Shield rarities (#447)
This commit is contained in:
@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Classic Collection",
|
||||
category: "Pokemon",
|
||||
hp: 90,
|
||||
types: ["Psychic"],
|
||||
@ -48,4 +48,4 @@ const card: Card = {
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user