mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-19 02:39:18 +00:00
Finished Complete Rework of the Database
This commit is contained in:
27
data/Sword & Shield/Sword & Shield.ts
Normal file
27
data/Sword & Shield/Sword & Shield.ts
Normal file
@ -0,0 +1,27 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Sword & Shield'
|
||||
|
||||
const swsh1: Set = {
|
||||
id: "swsh1",
|
||||
name: {
|
||||
en: "Sword & Shield",
|
||||
fr: "Épée et Bouclier"
|
||||
,
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
|
||||
cardCount: {
|
||||
total: 216,
|
||||
official: 202
|
||||
},
|
||||
|
||||
releaseDate: "2020-02-07",
|
||||
|
||||
legal: {
|
||||
standard: true,
|
||||
expanded: true
|
||||
},
|
||||
}
|
||||
|
||||
export default swsh1
|
Reference in New Issue
Block a user