mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-07 13:49:54 +00:00
Added Celebration set informations
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
fd570a3ec4
commit
60d020a0c5
20
data/Sword & Shield/Celebration.ts
Normal file
20
data/Sword & Shield/Celebration.ts
Normal 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
|
Loading…
x
Reference in New Issue
Block a user