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/XY9.ts
Normal file
19
data-asia/XYb/XY9.ts
Normal file
@ -0,0 +1,19 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../XYb'
|
||||
|
||||
const set: Set = {
|
||||
id: 'XY9',
|
||||
name: {
|
||||
ja: '破天の怒り',
|
||||
ko: '천공의 분노'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 80
|
||||
},
|
||||
releaseDate: '2015-12-11'
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user