1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
cards-database/data/EX/Dragon Frontiers.ts
Florian Bouillon 2f5f52b51c
refactor: Add Sets/Series translations (#172)
* refactor: Add set/Series translations

Signed-off-by: Avior <github@avior.me>

* refactor: Done Trainer kits

Signed-off-by: Avior <github@avior.me>
2021-11-16 12:44:58 +01:00

25 lines
347 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../EX'
const ex15: Set = {
id: "ex15",
name: {
en: "Dragon Frontiers",
fr: "EX Île des Dragons",
it: "EX L'Isola dei Draghi",
de: "EX Dragon Frontiers"
},
serie: serie,
tcgOnline: "DF",
cardCount: {
official: 101
},
releaseDate: "2006-11-08"
}
export default ex15