1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 19:32:11 +00:00

26 lines
359 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../S'
const set: Set = {
id: 'SCA',
name: {
'zh-tw': '搭檔',
id: 'V Starter Deck Teman',
th: 'V Starter Deck บัดดี้'
},
serie: serie,
cardCount: {
official: 135
},
releaseDate: {
'zh-tw': '2020-11-27',
id: '2021-03-21',
th: '2021-01-29'
}
}
export default set