mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-05 09:49:18 +00:00
Initial Database
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
34
sets/swsh/swsh1.ts
Normal file
34
sets/swsh/swsh1.ts
Normal file
@ -0,0 +1,34 @@
|
||||
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
|
||||
},
|
||||
|
||||
images: {
|
||||
symbol: "https://assets.tcgdex.net/sets/swsh/swsh1/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/sets/swsh/swsh1/logo.png"
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
30
sets/swsh/swshp.ts
Normal file
30
sets/swsh/swshp.ts
Normal file
@ -0,0 +1,30 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
import swsh from '../../expansions/swsh'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
en: "Promos",
|
||||
fr: "Promos"
|
||||
},
|
||||
|
||||
expansion: swsh,
|
||||
|
||||
code: "swshp",
|
||||
// tcgoCode
|
||||
|
||||
cardCount: {
|
||||
total: 13,
|
||||
official: 13
|
||||
},
|
||||
|
||||
format: "SWSH[000]",
|
||||
|
||||
releaseDate: "2019-11-15",
|
||||
|
||||
legal: {
|
||||
standard: true,
|
||||
expanded: true
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user