1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-03 00:49:19 +00:00

Added Datas for SWSH35

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-01-31 15:31:53 +01:00
parent d36d42bae8
commit 2029a5ce9b
81 changed files with 6552 additions and 0 deletions

32
sets/swsh/swsh35.ts Normal file
View File

@ -0,0 +1,32 @@
import Set from '@tcgdex/sdk/interfaces/Set'
import swsh from '../../expansions/swsh'
const swsh2: Set = {
name: {
en: "Champion's Path"
},
expansion: swsh,
expansionCode: "swsh",
code: "swsh35",
// tcgoCode
cardCount: {
total: 80,
official: 70
},
releaseDate: "2020-09-25",
legal: {
standard: true,
expanded: true
},
images: {
symbol: "https://assets.tcgdex.net/univ/swsh/swsh35/symbol",
logo: "https://assets.tcgdex.net/en/swsh/swsh35/logo"
}
}
export default swsh2