mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
feat: Add SV8a (#673)
This commit is contained in:
28
data-asia/SV/SV8a.ts
Normal file
28
data-asia/SV/SV8a.ts
Normal file
@ -0,0 +1,28 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../SV'
|
||||
|
||||
const set: Set = {
|
||||
id: 'SV8a',
|
||||
name: {
|
||||
ja: 'テラスタルフェスex',
|
||||
id: 'Festival Terastal ex',
|
||||
th: 'เทศกาลเทรัสตัลex',
|
||||
"zh-tw": '太晶慶典ex',
|
||||
'zh-cn': '太晶慶典ex'
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 187
|
||||
},
|
||||
releaseDate: {
|
||||
ja: '2024-12-06',
|
||||
id: '2025-01-31',
|
||||
"zh-cn": '2024-12-20',
|
||||
"zh-tw": '2024-12-20',
|
||||
th: '2025-02-07'
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user