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

19 lines
237 B
TypeScript

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