mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
27
sets/bw/bw6.ts
Normal file
27
sets/bw/bw6.ts
Normal file
@ -0,0 +1,27 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
en: "Dragons Exalted",
|
||||
fr: "Dragons Éxaltés",
|
||||
},
|
||||
code: "bw6",
|
||||
expansionCode: "bw",
|
||||
tcgoCode: "DRX",
|
||||
|
||||
cardCount: {
|
||||
total: 128,
|
||||
official: 124
|
||||
},
|
||||
|
||||
api: "6-black-white",
|
||||
|
||||
releaseDate: "2012-08-15",
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: true,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user