1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-02 23:52:11 +00:00
Florian Bouillon 369f8dadf7
Removed (#36)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-06-30 06:52:35 +00:00

32 lines
406 B
TypeScript

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