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

19 lines
243 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../S'
const set: Set = {
id: 'SC2a',
name: {
'zh-tw': '無極力量 SET A',
},
serie: serie,
cardCount: {
official: 145
},
releaseDate: '2020-08-21'
}
export default set