mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 03:12:10 +00:00
21 lines
259 B
TypeScript
21 lines
259 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../SM'
|
|
|
|
const set: Set = {
|
|
id: 'AS5a',
|
|
name: {
|
|
'zh-tw': '雙倍爆擊 SET A'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 184
|
|
},
|
|
releaseDate: {
|
|
'zh-tw': '2020-02-21'
|
|
}
|
|
}
|
|
|
|
export default set
|