mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 10:52:10 +00:00
20 lines
268 B
TypeScript
20 lines
268 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../BW'
|
|
|
|
const set: Set = {
|
|
id: 'BW8a',
|
|
name: {
|
|
ja: 'ラセンフォース',
|
|
ko: '스파이럴포스'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 51
|
|
},
|
|
releaseDate: '2012-12-14'
|
|
}
|
|
|
|
export default set
|