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

28 lines
437 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SV'
const set: Set = {
id: 'SV2D',
name: {
ja: 'クレイバースト',
ko: '클레이버스트',
'zh-tw': '碟旋暴擊',
id: 'Letusan Tanah',
th: 'เคลย์เบิสต์'
},
serie: serie,
cardCount: {
official: 71
},
releaseDate: {
ja: '2023-04-14',
'zh-tw': '2023-04-28',
id: '2023-06-30',
th: '2023-06-30'
}
}
export default set