mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 03:09:49 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
27
data-asia/S/S5a.ts
Normal file
27
data-asia/S/S5a.ts
Normal file
@ -0,0 +1,27 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../S'
|
||||
|
||||
const set: Set = {
|
||||
id: 'S5a',
|
||||
name: {
|
||||
ja: '双璧のファイター',
|
||||
ko: '쌍벽의 파이터',
|
||||
'zh-tw': '雙璧戰士',
|
||||
id: 'Dua Pilar Petarung',
|
||||
th: 'สองยอดนักสู้'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 70
|
||||
},
|
||||
releaseDate: {
|
||||
ja: '2021-03-19',
|
||||
'zh-tw': '2021-04-02',
|
||||
th: '2021-04-30',
|
||||
id: '2021-07-02'
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user