1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-08 19:19:19 +00:00
Files
cards-database/data/XY/BREAKpoint.ts
2021-05-02 17:04:19 +02:00

36 lines
427 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../XY'
const xy9: Set = {
id: "xy9",
name: {
en: "BREAKpoint",
fr: "Rupture Turbo"
,
},
serie: serie,
tcgOnline: "BKP",
cardCount: {
total: 123,
official: 122
},
releaseDate: "2016-02-03",
legal: {
standard: false,
expanded: true
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default xy9