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