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

fix: Add SV08 Surging Sparks card variants (#592)

* fix: Add SV08 Surging Sparks card variants

* fix: Fix validate by adding 'abbreviation' to Set interface
This commit is contained in:
Duncan
2024-12-01 17:26:45 -05:00
committed by GitHub
parent 109921761e
commit 2b6d06184d
253 changed files with 1599 additions and 504 deletions

View File

@ -26,7 +26,12 @@ const card: Card = {
},
trainerType: "Supporter",
regulationMark: "H"
regulationMark: "H",
variants: {
normal: false,
reverse: false
}
}
export default card
export default card