mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 11:09:51 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
21
data-asia/S/SK.ts
Normal file
21
data-asia/S/SK.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../S'
|
||||
|
||||
const set: Set = {
|
||||
id: 'SK',
|
||||
name: {
|
||||
'zh-tw': '頂級訓練家收藏箱 VSTAR'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 30
|
||||
},
|
||||
|
||||
releaseDate: {
|
||||
'zh-tw': '2022-01-28'
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user