mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-20 11:09:19 +00:00
Finished Complete Rework of the Database
This commit is contained in:
27
data/Black & White/Plasma Storm.ts
Normal file
27
data/Black & White/Plasma Storm.ts
Normal file
@ -0,0 +1,27 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Black & White'
|
||||
|
||||
const bw8: Set = {
|
||||
id: "bw8",
|
||||
name: {
|
||||
en: "Plasma Storm",
|
||||
fr: "Tempète Plasma"
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
tcgOnline: "PLS",
|
||||
|
||||
cardCount: {
|
||||
total: 138,
|
||||
official: 135
|
||||
},
|
||||
|
||||
releaseDate: "2013-02-06",
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: true
|
||||
},
|
||||
}
|
||||
|
||||
export default bw8
|
Reference in New Issue
Block a user