mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
27
sets/swsh/swsh1.ts
Normal file
27
sets/swsh/swsh1.ts
Normal file
@ -0,0 +1,27 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
import swsh from '../../expansions/swordShield'
|
||||
const set: Set = {
|
||||
name: {
|
||||
en: "Sword & Shield"
|
||||
},
|
||||
|
||||
expansion: swsh,
|
||||
|
||||
code: "swsh1",
|
||||
// tcgoCode
|
||||
|
||||
cardCount: {
|
||||
total: 216,
|
||||
official: 202
|
||||
},
|
||||
|
||||
releaseDate: "2020-02-07",
|
||||
|
||||
legal: {
|
||||
standard: true,
|
||||
expanded: true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user