mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-19 10:49:18 +00:00
feat: Add SV10 (#747)
This commit is contained in:
24
data-asia/SV/SV10.ts
Normal file
24
data-asia/SV/SV10.ts
Normal file
@ -0,0 +1,24 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../SV'
|
||||
|
||||
const set: Set = {
|
||||
id: 'SV10',
|
||||
name: {
|
||||
ja: 'ロケット団の栄光',
|
||||
"zh-cn": '火箭隊的榮耀',
|
||||
"zh-tw": '火箭隊的榮耀'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 98
|
||||
},
|
||||
releaseDate: {
|
||||
ja: '2025-04-18',
|
||||
"zh-cn": '2025-05-02',
|
||||
"zh-tw": '2025-05-02',
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user