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

20 lines
303 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../XY'
const set: Set = {
id: 'XY6',
name: {
ja: 'エメラルドブレイク',
ko: '마그마단vs아쿠아단 더블크라이시스'
},
serie: serie,
cardCount: {
official: 78
},
releaseDate: '2015-03-14'
}
export default set