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/web/web1.ts
Normal file
18
data-asia/web/web1.ts
Normal file
@ -0,0 +1,18 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../web'
|
||||
|
||||
const set: Set = {
|
||||
id: 'web1',
|
||||
name: {
|
||||
ja: 'ポケモンカード★web'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 48
|
||||
},
|
||||
releaseDate: '2001-10-20'
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user