1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 12:22:14 +00:00
2021-11-22 15:51:59 +01:00

26 lines
358 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"
},
serie: serie,
cardCount: {
official: 50
},
releaseDate: "2021-10-08"
}
export default set