import { Set } from '../../interfaces' import serie from '../XY' const xy6: Set = { id: "xy6", name: { en: "Roaring Skies", fr: "Ciel Rugissant" , }, serie: serie, tcgOnline: "ROS", cardCount: { total: 110, official: 108 }, releaseDate: "2015-05-06", variants: { normal: true, reverse: true, holo: false, firstEdition: false } } export default xy6