mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
19
data-asia/BW/BW4.ts
Normal file
19
data-asia/BW/BW4.ts
Normal file
@ -0,0 +1,19 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../BW'
|
||||
|
||||
const set: Set = {
|
||||
id: 'BW4',
|
||||
name: {
|
||||
ja: 'ダークラッシュ',
|
||||
ko: '다크러시'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 69
|
||||
},
|
||||
releaseDate: '2011-12-16'
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user