1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-12 16:51:59 +00:00

Updated SWSH informations

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-02-06 01:50:05 +01:00
parent fc5cd3aba3
commit 2d31b6c403
6 changed files with 24 additions and 15 deletions

View File

@@ -2,28 +2,22 @@ import Set from '@tcgdex/sdk/interfaces/Set'
import swsh from '../../expansions/swsh'
const set: Set = {
name: {
en: "Promos",
fr: "Promos"
},
name: "Promos",
expansion: swsh,
code: "swshp",
// tcgoCode
cardCount: {
total: 13,
official: 13
total: 107,
official: 107
},
format: "SWSH[000]",
releaseDate: "2019-11-15",
legal: {
standard: true,
expanded: true
standard: false,
expanded: false
}
}