1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 11:52:16 +00:00
Florian Bouillon 0d2a757cae
base DB
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-02-03 15:18:40 +01:00

28 lines
339 B
TypeScript

import Set from '../../interfaces/Set'
const set: Set = {
name: {
en: "Roaring Skies",
fr: "Ciel Rugissant",
},
code: "xy6",
expansionCode: "xy",
tcgoCode: "ROS",
cardCount: {
total: 110,
official: 108
},
api: "6-xy",
releaseDate: "2015-05-06",
legal: {
standard: false,
expanded: true,
}
}
export default set