1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00

21 lines
257 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SV'
const set: Set = {
id: 'SVEL',
name: {
'zh-tw': '骨紋巨聲鱷ex'
},
serie: serie,
cardCount: {
official: 20
},
releaseDate: {
'zh-tw': '2023-09-29'
}
}
export default set