1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-25 21:39:18 +00:00
Files
cards-database/data/XY/Roaring Skies.ts
2021-06-30 06:52:35 +00:00

32 lines
381 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",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default xy6