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:
19
data-asia/S/S1a.ts
Normal file
19
data-asia/S/S1a.ts
Normal file
@ -0,0 +1,19 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../S'
|
||||
|
||||
const set: Set = {
|
||||
id: 'S1a',
|
||||
name: {
|
||||
ja: 'VMAXライジング',
|
||||
ko: 'VMAX라이징'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 70
|
||||
},
|
||||
releaseDate: '2020-02-07'
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user