mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-30 03:29:51 +00:00
27
sets/sm/sm6.ts
Normal file
27
sets/sm/sm6.ts
Normal file
@ -0,0 +1,27 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
en: "Forbidden Light",
|
||||
fr: "Lumière Interdite",
|
||||
},
|
||||
code: "sm6",
|
||||
expansionCode: "sm",
|
||||
tcgoCode: "FLI",
|
||||
|
||||
cardCount: {
|
||||
total: 146,
|
||||
official: 131
|
||||
},
|
||||
|
||||
api: "6-sm",
|
||||
|
||||
releaseDate: "2018-05-04",
|
||||
|
||||
legal: {
|
||||
standard: true,
|
||||
expanded: true,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user