1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +00:00

Added Celebrations (#86)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-10-10 00:48:54 +02:00
committed by GitHub
parent 8eb96fd279
commit 146aad93fa
52 changed files with 2513 additions and 65 deletions

View File

@ -2,7 +2,7 @@ import { Set } from '../../interfaces'
import serie from '../Sword & Shield'
const set: Set = {
id: "swsh7.5",
id: "cel25",
name: {
en: "Celebrations"
@ -11,10 +11,10 @@ const set: Set = {
serie: serie,
cardCount: {
official: 0 // not known
official: 50
},
releaseDate: "2021-01-08"
releaseDate: "2021-10-08"
}
export default set