1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
cards-database/data/Diamond & Pearl/Secret Wonders.ts

32 lines
461 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Diamond & Pearl'
const dp3: Set = {
id: "dp3",
name: {
en: "Secret Wonders",
fr: "Merveilles Secrètes",
es: "Maravillas Secretas",
it: "Prodigi Segreti",
de: "Rätselhafte Wunder",
pt: "Maravilhas Secretas"
},
serie: serie,
tcgOnline: "SW",
cardCount: {
official: 132
},
releaseDate: "2007-11-01",
abbreviations: {
official: "SW",
fr: "MSQ"
}
}
export default dp3