1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 11:52:16 +00:00
cards-database/data/XY/BREAKpoint.ts
2021-11-22 15:51:59 +01:00

27 lines
361 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../XY'
const xy9: Set = {
id: "xy9",
name: {
en: "BREAKpoint",
fr: "Rupture Turbo",
es: "TURBOLímite",
it: "Turbo Crash",
de: "TURBOfieber",
pt: "Turbo Colisão"
},
serie: serie,
tcgOnline: "BKP",
cardCount: {
official: 122
},
releaseDate: "2016-02-03"
}
export default xy9