mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
feat: prepare set SV9a
Signed-off-by: Avior <git@avior.me>
This commit is contained in:
parent
7f95bd3da1
commit
6eb24fd488
24
data-asia/SV/SV9a.ts
Normal file
24
data-asia/SV/SV9a.ts
Normal 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
|
Loading…
x
Reference in New Issue
Block a user