1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00
cards-database/data/Sword & Shield/Chilling Reign.ts

32 lines
477 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sword & Shield'
const set: Set = {
id: "swsh6",
name: {
en: "Chilling Reign",
fr: "Règne de Glace",
es: "Reinado Escalofriante",
it: "Regno Glaciale",
de: "Schaurige Herrschaft",
pt: "Reinado Arrepiante"
},
tcgOnline: 'CRE',
serie: serie,
cardCount: { // NOT confirmed
official: 198
},
releaseDate: "2021-06-18",
abbreviations: {
official: "CRE",
fr: "REG"
}
}
export default set