1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-19 10:49:18 +00:00

feat: Add SV9a (#672)

This commit is contained in:
2025-05-24 20:35:21 +02:00
committed by GitHub
parent 90d12fc9b6
commit db5863caee
93 changed files with 5333 additions and 0 deletions

24
data-asia/SV/SV9a.ts Normal file
View File

@ -0,0 +1,24 @@
import { Set } from '../../interfaces'
import serie from '../SV'
const set: Set = {
id: 'SV9a',
name: {
ja: '熱風のアリーナ',
"zh-cn": '熱風競技場',
"zh-tw": '熱風競技場'
},
serie: serie,
cardCount: {
official: 63
},
releaseDate: {
ja: '2025-03-14',
"zh-cn": '2025-03-28',
"zh-tw": '2025-03-28',
}
}
export default set