mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
20
data-asia/SV/SVEM.ts
Normal file
20
data-asia/SV/SVEM.ts
Normal file
@ -0,0 +1,20 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../SV'
|
||||
|
||||
const set: Set = {
|
||||
id: 'SVEM',
|
||||
name: {
|
||||
'zh-tw': '超夢ex'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 20
|
||||
},
|
||||
releaseDate: {
|
||||
'zh-tw': '2023-09-29'
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user