mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 19:19:50 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
20
data-asia/S/SJ.ts
Normal file
20
data-asia/S/SJ.ts
Normal file
@ -0,0 +1,20 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../S'
|
||||
|
||||
const set: Set = {
|
||||
id: 'SJ',
|
||||
name: {
|
||||
'zh-tw': '藏瑪然特VS無極汰那'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 28
|
||||
},
|
||||
releaseDate: {
|
||||
'zh-tw': '2022-01-28'
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user