mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
Finished Complete Rework of the Database
This commit is contained in:
22
data/Trainer kits/HS trainer Kit (Excadrill).ts
Normal file
22
data/Trainer kits/HS trainer Kit (Excadrill).ts
Normal file
@ -0,0 +1,22 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Trainer kits'
|
||||
|
||||
const set: Set = {
|
||||
id: "tk-bw-e",
|
||||
name: {
|
||||
en: "HS trainer Kit (Excadrill)",
|
||||
fr: "HS Kit du dresseur (Minitaupe)"
|
||||
,
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
|
||||
cardCount: {
|
||||
total: 30,
|
||||
official: 30
|
||||
},
|
||||
|
||||
releaseDate: "2011-09-01"
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user