1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00

31 lines
415 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../HeartGold & SoulSilver'
const hgss4: Set = {
id: "hgss4",
name: {
en: "Triumphant",
fr: "Triomphant",
it: "Battaglie Trionfali",
de: "Triumph",
pt: "Triunfante"
},
serie: serie,
tcgOnline: "TM",
cardCount: {
official: 102
},
releaseDate: "2010-11-03",
abbreviations: {
official: "TRI",
fr: "TRI"
}
}
export default hgss4