mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 07:51:58 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
19
data-asia/XYb/CP4.ts
Normal file
19
data-asia/XYb/CP4.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../XYb'
|
||||
|
||||
const set: Set = {
|
||||
id: 'CP4',
|
||||
name: {
|
||||
ja: 'プレミアムチャンピオンパック EX×M×BREAK',
|
||||
ko: '프리미엄 챔피언팩'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 131
|
||||
},
|
||||
releaseDate: '2016-04-16'
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user