mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
19
data-asia/XYb/XY10.ts
Normal file
19
data-asia/XYb/XY10.ts
Normal file
@ -0,0 +1,19 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../XYb'
|
||||
|
||||
const set: Set = {
|
||||
id: 'XY10',
|
||||
name: {
|
||||
ja: 'めざめる超王',
|
||||
ko: '초능력의 제왕'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 78
|
||||
},
|
||||
releaseDate: '2016-03-18'
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user