1
0
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:
2025-05-24 20:58:26 +02:00
committed by GitHub
parent 651313ce70
commit 25df3092d2
99 changed files with 5615 additions and 0 deletions

24
data-asia/SV/SV10.ts Normal file
View 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