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/S8b.ts
Normal file
27
data-asia/S/S8b.ts
Normal file
@ -0,0 +1,27 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../S'
|
||||
|
||||
const set: Set = {
|
||||
id: 'S8b',
|
||||
name: {
|
||||
ja: 'VMAXクライマックス',
|
||||
ko: 'VMAX 클라이맥스',
|
||||
'zh-tw': 'VMAX絕群壓軸',
|
||||
id: 'VMAX Klimaks',
|
||||
th: 'VMAX ไคลแมกซ์'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 184
|
||||
},
|
||||
releaseDate: {
|
||||
ja: '2021-12-03',
|
||||
'zh-tw': '2021-12-17',
|
||||
id: '2022-01-21',
|
||||
th: '2021-12-17'
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user