1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +00:00
Files
cards-database/data/Sword & Shield/Celebrations.ts
2024-07-24 12:24:29 +02:00

28 lines
378 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sword & Shield'
const set: Set = {
id: "cel25",
name: {
en: "Celebrations",
fr: "Célébrations",
es: "Celebraciones",
de: "Celebrations",
it: "Gran Festa",
pt: "Celebrações"
},
tcgOnline: 'CEL',
serie: serie,
cardCount: {
official: 25
},
releaseDate: "2021-10-08"
}
export default set