mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 18:29:19 +00:00
Finished Complete Rework of the Database
This commit is contained in:
27
data/Black & White/Emerging Powers.ts
Normal file
27
data/Black & White/Emerging Powers.ts
Normal file
@ -0,0 +1,27 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Black & White'
|
||||
|
||||
const bw2: Set = {
|
||||
id: "bw2",
|
||||
name: {
|
||||
en: "Emerging Powers",
|
||||
fr: "Pouvoirs Émergents"
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
tcgOnline: "EPO",
|
||||
|
||||
cardCount: {
|
||||
total: 98,
|
||||
official: 98
|
||||
},
|
||||
|
||||
releaseDate: "2011-08-31",
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: true
|
||||
},
|
||||
}
|
||||
|
||||
export default bw2
|
Reference in New Issue
Block a user