mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 09:59:19 +00:00
fix: correct data for sets tk-ex-latia, tk-ex-latio, tk-ex-m, tk-ex-p, tk-bw-e, tk-bw-z (#726)
Co-authored-by: Avior <github@avior.me>
This commit is contained in:
28
data/Trainer kits/EX trainer Kit 2 (Minun).ts
Normal file
28
data/Trainer kits/EX trainer Kit 2 (Minun).ts
Normal file
@ -0,0 +1,28 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Trainer kits'
|
||||
|
||||
const set: Set = {
|
||||
id: "tk-ex-m",
|
||||
|
||||
name: {
|
||||
en: "EX trainer Kit 2 (Minun)",
|
||||
it: "EX trainer Kit (Ninun)",
|
||||
fr: "EX Kit dresseur (Négapi)",
|
||||
es: "Kit de Entrenador EX (Ninun)",
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 12
|
||||
},
|
||||
|
||||
releaseDate: "2006-03-01",
|
||||
|
||||
abbreviations: {
|
||||
official: "TK2M",
|
||||
fr: "NEG"
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user