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:
20
data-asia/SM/AS5D.ts
Normal file
20
data-asia/SM/AS5D.ts
Normal file
@ -0,0 +1,20 @@
|
||||
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
|
Reference in New Issue
Block a user