1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
2021-11-22 15:51:59 +01:00

26 lines
357 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../HeartGold & SoulSilver'
const hgss3: Set = {
id: "hgss3",
name: {
en: "Undaunted",
fr: "Indomptable",
it: "Senza Paura",
de: "Unerschrocken",
pt: "Destemido"
},
serie: serie,
tcgOnline: "UD",
cardCount: {
official: 90
},
releaseDate: "2010-08-18"
}
export default hgss3