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

21 lines
262 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../S'
const set: Set = {
id: 'SN',
name: {
'zh-tw': '初階牌組100 特別版'
},
serie: serie,
cardCount: {
official: 24
},
releaseDate: {
'zh-tw': '2022-10-02'
}
}
export default set