mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 03:09:49 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
28
data-asia/S/S5I.ts
Normal file
28
data-asia/S/S5I.ts
Normal file
@ -0,0 +1,28 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../S'
|
||||
|
||||
const set: Set = {
|
||||
id: 'S5I',
|
||||
name: {
|
||||
ja: '一撃マスター',
|
||||
ko: '일격마스터',
|
||||
'zh-tw': '一撃大師',
|
||||
id: 'Master Serangan Tunggal',
|
||||
th: 'มาสเตอร์จู่โจมครั้งเดียว'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 70
|
||||
},
|
||||
|
||||
releaseDate: {
|
||||
ja: '2021-01-22',
|
||||
'zh-tw': '2021-01-29',
|
||||
id: '2021-05-21',
|
||||
th: '2021-03-26'
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user