mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Added new celebrations informations (#83)
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
20
data/Sword & Shield/Celebrations.ts
Normal file
20
data/Sword & Shield/Celebrations.ts
Normal file
@ -0,0 +1,20 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Sword & Shield'
|
||||
|
||||
const set: Set = {
|
||||
id: "swsh7.5",
|
||||
|
||||
name: {
|
||||
en: "Celebrations"
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 0 // not known
|
||||
},
|
||||
|
||||
releaseDate: "2021-01-08"
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user