1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-19 22:59:55 +00:00
cards-database/data/Sun & Moon/Dragon Majesty.ts

28 lines
358 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sun & Moon'
const sm75: Set = {
id: "sm75",
name: {
en: "Dragon Majesty",
fr: "Majesté Des Dragons"
,
},
serie: serie,
tcgOnline: "DRM",
cardCount: {
total: 78,
official: 70
},
releaseDate: "2018-09-07",
legal: {
standard: true,
expanded: true
},
}
export default sm75