mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 11:22:10 +00:00
25 lines
377 B
TypeScript
25 lines
377 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../S'
|
|
|
|
const set: Set = {
|
|
id: 'SCD',
|
|
name: {
|
|
th: 'Starter Deck เกรทพาวเวอร์',
|
|
id: 'V Starter Deck Kekuatan',
|
|
'zh-tw': '強大'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 159
|
|
},
|
|
releaseDate: {
|
|
th: '2022-01-28',
|
|
id: '2022-01-21',
|
|
'zh-tw': '2021-10-01'
|
|
}
|
|
}
|
|
|
|
export default set
|