mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
26 lines
336 B
TypeScript
26 lines
336 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../S'
|
|
|
|
const set: Set = {
|
|
id: 'SCB',
|
|
name: {
|
|
'zh-tw': '挑戰',
|
|
th: 'ชาเลนจ์',
|
|
id: 'Tantangan'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 156
|
|
},
|
|
|
|
releaseDate: {
|
|
'zh-tw': '2021-01-29',
|
|
th: '2021-03-26',
|
|
id: '2021-05-21'
|
|
}
|
|
}
|
|
|
|
export default set
|