1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00

21 lines
268 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../S'
const set: Set = {
id: 'SLL',
name: {
'zh-tw': '起始組合VSTAR 路卡利歐'
},
serie: serie,
cardCount: {
official: 21
},
releaseDate: {
'zh-tw': '2022-03-11'
}
}
export default set