1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-13 04:17:49 +00:00
cards-database/data/Sword & Shield/Champion's Path.ts

25 lines
319 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sword & Shield'
const swsh35: Set = {
id: "swsh35",
name: {
en: "Champion's Path",
},
serie: serie,
cardCount: {
total: 80,
official: 70
},
releaseDate: "2020-09-25",
legal: {
standard: true,
expanded: true
},
}
export default swsh35