1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 02:42:09 +00:00
cards-database/data/EX/Power Keepers.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

24 lines
313 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../EX'
const ex16: Set = {
id: "ex16",
name: {
en: "Power Keepers",
fr: "EX Gardiens du Pouvoir",
de: "EX Power Keepers"
},
serie: serie,
tcgOnline: "PK",
cardCount: {
official: 108
},
releaseDate: "2007-02-17"
}
export default ex16