mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 03:12:10 +00:00
19 lines
238 B
TypeScript
19 lines
238 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../ADV'
|
|
|
|
const set: Set = {
|
|
id: 'ADV2',
|
|
name: {
|
|
ja: '砂漠のきせき'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 53
|
|
},
|
|
releaseDate: '2003-04-18'
|
|
}
|
|
|
|
export default set
|