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

feat: Add W Promotional variant (#183)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-11-22 14:52:58 +01:00
committed by GitHub
parent 227637fd97
commit d7d600c0d7
9 changed files with 58 additions and 7 deletions

View File

@ -1,6 +1,10 @@
import { Set } from '../../interfaces'
import serie from '../Base'
/**
* @deprecated
* Will be removed in V3
*/
const wp: Set = {
id: "wp",
@ -13,7 +17,7 @@ const wp: Set = {
serie: serie,
cardCount: {
official: 53
official: 7
},
releaseDate: "1999-09-01"