1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00
cards-database/data/XY/Kalos Starter Set.ts
Florian Bouillon 041572da85
fix: missing one
Signed-off-by: Avior <git@avior.me>
2024-11-12 10:53:12 +01:00

32 lines
486 B
TypeScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Set } from '../../interfaces'
import serie from '../XY'
const xy0: Set = {
id: "xy0",
name: {
en: "Kalos Starter Set",
fr: "Bienvenue à Kalos",
it: "Benvenuti a Kalos",
de: "Willkommen in Kalos",
pt: "Conjunto para Iniciantes Kalos",
ru: 'Стартовый Набор Калоса'
},
serie: serie,
tcgOnline: "KSS",
cardCount: {
official: 45
},
releaseDate: "2013-11-08",
abbreviations: {
official: "KSS",
fr: "BAK"
}
}
export default xy0