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/EX trainer Kit (Latios).ts
Normal file
22
data/Trainer kits/EX trainer Kit (Latios).ts
Normal file
@ -0,0 +1,22 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Trainer kits'
|
||||
|
||||
const set: Set = {
|
||||
id: "tk-ex-latio",
|
||||
name: {
|
||||
en: "EX trainer Kit (Latios)",
|
||||
fr: "EX Kit dresseur (Latios)"
|
||||
,
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
|
||||
cardCount: {
|
||||
total: 10,
|
||||
official: 10
|
||||
},
|
||||
|
||||
releaseDate: "2004-07-01"
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user