mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
18
data-asia/PCG/PCG1.ts
Normal file
18
data-asia/PCG/PCG1.ts
Normal file
@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PCG1',
|
||||
name: {
|
||||
ja: '伝説の飛翔'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 82
|
||||
},
|
||||
releaseDate: '2004-04-09'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/PCG/PCG10.ts
Normal file
18
data-asia/PCG/PCG10.ts
Normal file
@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PCG10',
|
||||
name: {
|
||||
ja: 'ワールドチャンピオンズパック'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 108
|
||||
},
|
||||
releaseDate: '2007-07-05'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/PCG/PCG2.ts
Normal file
18
data-asia/PCG/PCG2.ts
Normal file
@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PCG2',
|
||||
name: {
|
||||
ja: '蒼空の激突'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 82
|
||||
},
|
||||
releaseDate: '2004-07-01'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/PCG/PCG3.ts
Normal file
18
data-asia/PCG/PCG3.ts
Normal file
@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PCG3',
|
||||
name: {
|
||||
ja: 'ロケット団の逆襲'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 84
|
||||
},
|
||||
releaseDate: '2004-10-15'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/PCG/PCG4.ts
Normal file
18
data-asia/PCG/PCG4.ts
Normal file
@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PCG4',
|
||||
name: {
|
||||
ja: '金の空、銀の海'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 106
|
||||
},
|
||||
releaseDate: '2005-04-08'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/PCG/PCG5.ts
Normal file
18
data-asia/PCG/PCG5.ts
Normal file
@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PCG5',
|
||||
name: {
|
||||
ja: 'まぼろしの森'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 86
|
||||
},
|
||||
releaseDate: '2005-06-30'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/PCG/PCG6.ts
Normal file
18
data-asia/PCG/PCG6.ts
Normal file
@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PCG6',
|
||||
name: {
|
||||
ja: 'ホロンの研究塔'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 86
|
||||
},
|
||||
releaseDate: '2005-10-28'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/PCG/PCG7.ts
Normal file
18
data-asia/PCG/PCG7.ts
Normal file
@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PCG7',
|
||||
name: {
|
||||
ja: 'ホロンの幻影'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 52
|
||||
},
|
||||
releaseDate: '2006-01-27'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/PCG/PCG8.ts
Normal file
18
data-asia/PCG/PCG8.ts
Normal file
@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PCG8',
|
||||
name: {
|
||||
ja: 'きせきの結晶'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 75
|
||||
},
|
||||
releaseDate: '2006-03-10'
|
||||
}
|
||||
|
||||
export default set
|
18
data-asia/PCG/PCG9.ts
Normal file
18
data-asia/PCG/PCG9.ts
Normal file
@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../PCG'
|
||||
|
||||
const set: Set = {
|
||||
id: 'PCG9',
|
||||
name: {
|
||||
ja: 'さいはての攻防'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 68
|
||||
},
|
||||
releaseDate: '2006-06-29'
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user