mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 11:22:10 +00:00
28 lines
435 B
TypeScript
28 lines
435 B
TypeScript
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
|