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

@ -0,0 +1,18 @@
import { Set } from '../../interfaces'
import serie from '../neo'
const set: Set = {
id: 'neo1',
name: {
ja: '金、銀、新世界へ...'
},
serie: serie,
cardCount: {
official: 96
},
releaseDate: '2000-02-04'
}
export default set

18
data-asia/neo/neo2.ts Normal file
View File

@ -0,0 +1,18 @@
import { Set } from '../../interfaces'
import serie from '../neo'
const set: Set = {
id: 'neo2',
name: {
ja: '遺跡をこえて...'
},
serie: serie,
cardCount: {
official: 56
},
releaseDate: '2000-07-07'
}
export default set

18
data-asia/neo/neo3.ts Normal file
View File

@ -0,0 +1,18 @@
import { Set } from '../../interfaces'
import serie from '../neo'
const set: Set = {
id: 'neo3',
name: {
ja: 'めざめる伝説'
},
serie: serie,
cardCount: {
official: 57
},
releaseDate: '2000-11-23'
}
export default set

18
data-asia/neo/neo4.ts Normal file
View File

@ -0,0 +1,18 @@
import { Set } from '../../interfaces'
import serie from '../neo'
const set: Set = {
id: 'neo4',
name: {
ja: '闇、そして光へ...'
},
serie: serie,
cardCount: {
official: 113
},
releaseDate: '2001-04-20'
}
export default set