mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
28 lines
448 B
TypeScript
28 lines
448 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../S'
|
|
|
|
const set: Set = {
|
|
id: 'S10a',
|
|
name: {
|
|
ja: 'ダークファンタズマ',
|
|
ko: '다크판타스마',
|
|
'zh-tw': '黑暗亡靈',
|
|
id: 'Fantom Kegelapan',
|
|
th: 'อันธการลวงตา'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 71
|
|
},
|
|
releaseDate: {
|
|
ja: '2022-05-13',
|
|
'zh-tw': '2022-05-27',
|
|
id: '2022-08-26',
|
|
th: '2022-07-29'
|
|
}
|
|
}
|
|
|
|
export default set
|