mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
18
data-asia/PMCG/PMCG6.ts
Normal file
18
data-asia/PMCG/PMCG6.ts
Normal file
@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PMCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PMCG6',
|
||||
name: {
|
||||
ja: '闇からの挑戦'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 98
|
||||
},
|
||||
releaseDate: '1999-06-25'
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user