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

Add swsh variants (#42)

* Updated Kalos Starter Set data

Signed-off-by: Avior <florian.bouillon@delta-wings.net>

* Fixed XY set

Signed-off-by: Avior <florian.bouillon@delta-wings.net>

* Fixed some more XY sets

Signed-off-by: Avior <florian.bouillon@delta-wings.net>

* Added the rest of the SWSH variants

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-02 14:34:21 +02:00
committed by GitHub
parent 5a42df5c5d
commit 9138eedb16
982 changed files with 7856 additions and 982 deletions

View File

@ -27,7 +27,14 @@ const card: Card = {
},
trainerType: "Supporter",
regulationMark: "D"
regulationMark: "D",
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card