1
0
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:
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/e/E1.ts Normal file
View File

@ -0,0 +1,18 @@
import { Set } from '../../interfaces'
import serie from '../e'
const set: Set = {
id: 'E1',
name: {
ja: '基本拡張パック'
},
serie: serie,
cardCount: {
official: 128
},
releaseDate: '2001-12-01'
}
export default set

18
data-asia/e/E2.ts Normal file
View File

@ -0,0 +1,18 @@
import { Set } from '../../interfaces'
import serie from '../e'
const set: Set = {
id: 'E2',
name: {
ja: '地図にない町'
},
serie: serie,
cardCount: {
official: 92
},
releaseDate: '2002-03-08'
}
export default set

18
data-asia/e/E3.ts Normal file
View File

@ -0,0 +1,18 @@
import { Set } from '../../interfaces'
import serie from '../e'
const set: Set = {
id: 'E3',
name: {
ja: '海からの風'
},
serie: serie,
cardCount: {
official: 87
},
releaseDate: '2002-05-24'
}
export default set

18
data-asia/e/E4.ts Normal file
View File

@ -0,0 +1,18 @@
import { Set } from '../../interfaces'
import serie from '../e'
const set: Set = {
id: 'E4',
name: {
ja: '裂けた大地'
},
serie: serie,
cardCount: {
official: 88
},
releaseDate: '2002-08-23'
}
export default set

18
data-asia/e/E5.ts Normal file
View File

@ -0,0 +1,18 @@
import { Set } from '../../interfaces'
import serie from '../e'
const set: Set = {
id: 'E5',
name: {
ja: '神秘なる山'
},
serie: serie,
cardCount: {
official: 88
},
releaseDate: '2002-10-04'
}
export default set