1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +00:00

feat: Add support for Asians Pokémon Cards (#481)

This commit is contained in:
2024-06-07 12:53:08 +02:00
committed by GitHub
parent a35fadd50c
commit a26ef0e5eb
8069 changed files with 379200 additions and 423 deletions

18
data-asia/PMCG/PMCG1.ts Normal file
View File

@ -0,0 +1,18 @@
import { Set } from '../../interfaces'
import serie from '../PMCG'
const set: Set = {
id: 'PMCG1',
name: {
ja: '拡張パック'
},
serie: serie,
cardCount: {
official: 102
},
releaseDate: '1996-10-20'
}
export default set

18
data-asia/PMCG/PMCG2.ts Normal file
View File

@ -0,0 +1,18 @@
import { Set } from '../../interfaces'
import serie from '../PMCG'
const set: Set = {
id: 'PMCG2',
name: {
ja: 'ポケモンジャングル'
},
serie: serie,
cardCount: {
official: 48
},
releaseDate: '1997-03-05'
}
export default set

18
data-asia/PMCG/PMCG3.ts Normal file
View File

@ -0,0 +1,18 @@
import { Set } from '../../interfaces'
import serie from '../PMCG'
const set: Set = {
id: 'PMCG3',
name: {
ja: '化石の秘密'
},
serie: serie,
cardCount: {
official: 48
},
releaseDate: '1997-06-21'
}
export default set

18
data-asia/PMCG/PMCG4.ts Normal file
View File

@ -0,0 +1,18 @@
import { Set } from '../../interfaces'
import serie from '../PMCG'
const set: Set = {
id: 'PMCG4',
name: {
ja: 'ロケット団'
},
serie: serie,
cardCount: {
official: 65
},
releaseDate: '1997-11-21'
}
export default set

18
data-asia/PMCG/PMCG5.ts Normal file
View File

@ -0,0 +1,18 @@
import { Set } from '../../interfaces'
import serie from '../PMCG'
const set: Set = {
id: 'PMCG5',
name: {
ja: 'リーダーズスタジアム'
},
serie: serie,
cardCount: {
official: 96
},
releaseDate: '1998-10-24'
}
export default set

18
data-asia/PMCG/PMCG6.ts Normal file
View 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