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:
27
data-asia/S/S6K.ts
Normal file
27
data-asia/S/S6K.ts
Normal file
@ -0,0 +1,27 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../S'
|
||||
|
||||
const set: Set = {
|
||||
id: 'S6K',
|
||||
name: {
|
||||
ja: '漆黒のガイスト',
|
||||
ko: '칠흑의 가이스트',
|
||||
'zh-tw': '漆黑幽魂',
|
||||
id: 'Astral Gelap Gulita',
|
||||
th: 'ภูตทมิฬ'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 70
|
||||
},
|
||||
releaseDate: {
|
||||
ja: '2021-04-23',
|
||||
'zh-tw': '2021-05-07',
|
||||
'th': '2021-05-28',
|
||||
id: '2021-10-01'
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user