1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 03:42:13 +00:00
Florian Bouillon 2029a5ce9b
Added Datas for SWSH35
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-01-31 15:31:53 +01:00

33 lines
502 B
TypeScript

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