1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 11:22:10 +00:00
cards-database/data/Sword & Shield/Chilling Reign.ts
Florian Bouillon 65564b4c32
Added translations (#56)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-08-14 11:28:48 +00:00

24 lines
375 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"
},
serie: serie,
cardCount: { // NOT confirmed
official: 190
},
releaseDate: "2021-06-18"
}
export default set