1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 03:42:13 +00:00
Florian Bouillon 932b52b8d1
fix: incorrect card counts (#287)
Signed-off-by: Avior <github@avior.me>
2022-05-03 23:11:18 +02: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: 25
},
releaseDate: "2021-10-08"
}
export default set