mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
25
data-asia/S/SCB.ts
Normal file
25
data-asia/S/SCB.ts
Normal file
@ -0,0 +1,25 @@
|
||||
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
|
Reference in New Issue
Block a user