mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-02 12:41:59 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
19
data-asia/XY/XY5a.ts
Normal file
19
data-asia/XY/XY5a.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../XY'
|
||||
|
||||
const set: Set = {
|
||||
id: 'XY5a',
|
||||
name: {
|
||||
ja: 'ガイアボルケーノ',
|
||||
ko: '가이아 볼케이노'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 70
|
||||
},
|
||||
releaseDate: '2014-12-13'
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user