1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
cards-database/data/Sun & Moon/Detective Pikachu.ts

32 lines
462 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sun & Moon'
const det1: Set = {
id: "det1",
name: {
en: "Detective Pikachu",
fr: "Détective Pikachu",
es: "Detective Pikachu",
it: "Detective Pikachu",
de: "Meisterdetektiv Pikachu",
pt: "Detetive Pikachu"
},
serie: serie,
tcgOnline: "DET",
cardCount: {
official: 18
},
releaseDate: "2019-03-29",
abbreviations: {
official: "DET",
fr: "DPI"
}
}
export default det1