1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 19:32:11 +00:00
cards-database/data/Neo/Neo Revelation.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
328 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Neo'
const neo3: Set = {
id: "neo3",
name: {
en: "Neo Revelation",
fr: "Neo Revelation",
it: "Neo Revelation",
de: "Neo Revelation"
},
serie: serie,
tcgOnline: "N3",
cardCount: {
official: 64
},
releaseDate: "2001-09-21"
}
export default neo3