1
0
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:
2024-06-07 12:53:08 +02:00
committed by GitHub
parent a35fadd50c
commit a26ef0e5eb
8069 changed files with 379200 additions and 423 deletions

23
data-asia/S/S4a.ts Normal file
View 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