mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 19:19:50 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
21
data-asia/SV/SVB.ts
Normal file
21
data-asia/SV/SVB.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../SV'
|
||||
|
||||
const set: Set = {
|
||||
id: 'SVB',
|
||||
name: {
|
||||
'zh-tw': '頂級訓練家收藏箱ex'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 28
|
||||
},
|
||||
|
||||
releaseDate: {
|
||||
'zh-tw': '2023-03-03'
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user