1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
cards-database/data/Sword & Shield/Chilling Reign.ts
Florian Bouillon 68e363bfaa fix: Add missing codes of tcgOnline
Signed-off-by: Avior <git@avior.me>
2024-07-24 12:24:29 +02:00

27 lines
423 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"
}
export default set