mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-31 11:51:59 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
18
data-asia/ADV/ADV2.ts
Normal file
18
data-asia/ADV/ADV2.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
Reference in New Issue
Block a user