mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 11:09:51 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
23
data-asia/S/S4a.ts
Normal file
23
data-asia/S/S4a.ts
Normal file
@ -0,0 +1,23 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../S'
|
||||
|
||||
const set: Set = {
|
||||
id: 'S4a',
|
||||
name: {
|
||||
ja: 'シャイニースターV',
|
||||
ko: '샤이니스타V',
|
||||
'zh-tw': '閃色明星V',
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 190
|
||||
},
|
||||
releaseDate: {
|
||||
ja: '2020-11-20',
|
||||
'zh-tw': '2020-11-27'
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user