1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-21 03:29:17 +00:00
Files
cards-database/data/Sword & Shield/Rebel Clash.ts
2021-05-02 17:04:19 +02:00

35 lines
431 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sword & Shield'
const swsh2: Set = {
id: "swsh2",
name: {
en: "Rebel Clash",
fr: "Clash des Rebelles"
,
},
serie: serie,
cardCount: {
total: 209,
official: 192
},
releaseDate: "2020-05-01",
legal: {
standard: true,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default swsh2