1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-11 20:45:25 +00:00
Files
cards-database/data/HeartGold & SoulSilver/Triumphant.ts

30 lines
383 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../HeartGold & SoulSilver'
const hgss4: Set = {
id: "hgss4",
name: {
en: "Triumphant",
fr: "Triomphant"
},
serie: serie,
tcgOnline: "TM",
cardCount: {
official: 102
},
releaseDate: "2010-11-03",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default hgss4