1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 11:52:16 +00:00
Florian Bouillon ca97603427
Modified swsh sets
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-02-12 00:22:00 +01:00

31 lines
375 B
TypeScript

import Set from '../../interfaces/Set'
import swsh from '../../expansions/swsh'
const set: Set = {
name: {
en: "Sword & Shield"
},
expansion: swsh,
expansionCode: "swsh",
code: "swsh1",
// tcgoCode
cardCount: {
total: 216,
official: 202
},
api: '1-swsh',
releaseDate: "2020-02-07",
legal: {
standard: true,
expanded: true
}
}
export default set