1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00

Added Celebration set informations

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2021-09-21 00:14:32 +02:00
parent fd570a3ec4
commit 60d020a0c5
Signed by: Florian Bouillon
GPG Key ID: 50BD648F12C86AB6

View File

@ -0,0 +1,20 @@
import { Set } from '../../interfaces'
import serie from '../Sword & Shield'
const set: Set = {
id: "swsh7.5",
name: {
en: "Celebration"
},
serie: serie,
cardCount: {
official: 0 // not known
},
releaseDate: "2021-01-08"
}
export default set