import { Set } from '../../interfaces' import serie from '../HeartGold & SoulSilver' const hgss3: Set = { id: "hgss3", name: { en: "Undaunted", fr: "Indomptable" }, serie: serie, tcgOnline: "UD", cardCount: { total: 91, official: 90 }, legal: { expanded: false, standard: false }, releaseDate: "2010-08-18", variants: { normal: true, reverse: true, holo: false, firstEdition: false } } export default hgss3