mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
19 lines
265 B
TypeScript
19 lines
265 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../DPt'
|
|
|
|
const set: Set = {
|
|
id: 'DP1b',
|
|
name: {
|
|
ja: '時空の創造: パールコレクション'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 119
|
|
},
|
|
releaseDate: '2006-11-30'
|
|
}
|
|
|
|
export default set
|