mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
19
data-asia/BW/BW7.ts
Normal file
19
data-asia/BW/BW7.ts
Normal file
@ -0,0 +1,19 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../BW'
|
||||
|
||||
const set: Set = {
|
||||
id: 'BW7',
|
||||
name: {
|
||||
ja: 'プラズマゲイル',
|
||||
ko: '플라스마게일'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 70
|
||||
},
|
||||
releaseDate: '2012-09-14'
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user