mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 19:19:50 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
23
data-asia/S/S4.ts
Normal file
23
data-asia/S/S4.ts
Normal file
@ -0,0 +1,23 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../S'
|
||||
|
||||
const set: Set = {
|
||||
id: 'S4',
|
||||
name: {
|
||||
ja: '仰天のボルテッカー',
|
||||
ko: '앙천의 볼트태클',
|
||||
'zh-tw': '驚天伏特攻擊',
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 100
|
||||
},
|
||||
releaseDate: {
|
||||
ja: '2020-09-18',
|
||||
'zh-tw': '2020-10-09'
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user