1
0
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:
2025-02-28 08:44:24 +01:00
committed by GitHub
parent 2f9c5814ff
commit 19dccfd5d7
238 changed files with 14569 additions and 0 deletions

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