mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
Finished Complete Rework of the Database
This commit is contained in:
22
data/Diamond & Pearl/Stormfront.ts
Normal file
22
data/Diamond & Pearl/Stormfront.ts
Normal file
@ -0,0 +1,22 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Diamond & Pearl'
|
||||
|
||||
const dp7: Set = {
|
||||
id: "dp7",
|
||||
name: {
|
||||
en: "Stormfront",
|
||||
fr: "Tempête"
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
tcgOnline: "SF",
|
||||
|
||||
cardCount: {
|
||||
total: 106,
|
||||
official: 100
|
||||
},
|
||||
|
||||
releaseDate: "2008-11-01"
|
||||
}
|
||||
|
||||
export default dp7
|
Reference in New Issue
Block a user