mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-20 19:19:18 +00:00
Finished Complete Rework of the Database
This commit is contained in:
27
data/Black & White/Plasma Blast.ts
Normal file
27
data/Black & White/Plasma Blast.ts
Normal file
@ -0,0 +1,27 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Black & White'
|
||||
|
||||
const bw10: Set = {
|
||||
id: "bw10",
|
||||
name: {
|
||||
en: "Plasma Blast",
|
||||
fr: "Explosion Plasma"
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
tcgOnline: "PLB",
|
||||
|
||||
cardCount: {
|
||||
total: 105,
|
||||
official: 101
|
||||
},
|
||||
|
||||
releaseDate: "2013-08-14",
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: true
|
||||
},
|
||||
}
|
||||
|
||||
export default bw10
|
Reference in New Issue
Block a user