mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
27
sets/sm/sm75.ts
Normal file
27
sets/sm/sm75.ts
Normal file
@ -0,0 +1,27 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
en: "Dragon Majesty",
|
||||
fr: "Majesté Des Dragons",
|
||||
},
|
||||
code: "sm75",
|
||||
expansionCode: "sm",
|
||||
tcgoCode: "DRM",
|
||||
|
||||
cardCount: {
|
||||
total: 78,
|
||||
official: 70
|
||||
},
|
||||
|
||||
api: "75-sm",
|
||||
|
||||
releaseDate: "2018-09-07",
|
||||
|
||||
legal: {
|
||||
standard: true,
|
||||
expanded: true,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user