1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-26 21:02:15 +00:00
cards-database/data/XY/Roaring Skies.ts

28 lines
343 B
TypeScript

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",
legal: {
standard: false,
expanded: true
},
}
export default xy6