1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +00:00

Fixed cards rarities and added cards description and stage (#62)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-23 00:11:33 +02:00
committed by GitHub
parent 4e4dda88c4
commit 741c19791e
1281 changed files with 6606 additions and 659 deletions

View File

@ -14,7 +14,7 @@ const card: Card = {
},
illustrator: "5ban Graphics",
rarity: "Rare",
rarity: "Ultra Rare",
category: "Pokemon",
hp: 330,
types: ["Darkness"],
@ -53,7 +53,8 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "D"
regulationMark: "D",
stage: "VMAX"
}
export default card