1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00
cards-database/data/Sword & Shield/Sword & Shield.ts

32 lines
453 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sword & Shield'
const swsh1: Set = {
id: "swsh1",
name: {
en: "Sword & Shield",
fr: "Épée et Bouclier",
es: "Espada y Escudo",
it: "Spada e Scudo",
de: "Schwert & Schild",
pt: "Espada e Escudo"
},
tcgOnline: 'SSH',
serie: serie,
cardCount: {
official: 202
},
releaseDate: "2020-02-07",
abbreviations: {
official: "SSH",
fr: "E&B"
}
}
export default swsh1