mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 10:52:10 +00:00
19 lines
240 B
TypeScript
19 lines
240 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../DPt'
|
|
|
|
const set: Set = {
|
|
id: 'Pt4',
|
|
name: {
|
|
ja: 'アルセウス光臨'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 90
|
|
},
|
|
releaseDate: '2009-07-08'
|
|
}
|
|
|
|
export default set
|