mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 10:52:10 +00:00
21 lines
254 B
TypeScript
21 lines
254 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../SV'
|
|
|
|
const set: Set = {
|
|
id: 'SVF',
|
|
name: {
|
|
'zh-tw': '黯焰支配者'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 38
|
|
},
|
|
releaseDate: {
|
|
'zh-tw': '2023-08-11'
|
|
}
|
|
}
|
|
|
|
export default set
|