1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-11 08:21:59 +00:00
Files
cards-database/data/HeartGold & SoulSilver/Unleashed.ts
2021-06-30 06:52:35 +00:00

31 lines
398 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../HeartGold & SoulSilver'
const hgss2: Set = {
id: "hgss2",
name: {
en: "Unleashed",
fr: "Déchaînement"
},
serie: serie,
tcgOnline: "UL",
cardCount: {
total: 96,
official: 95
},
releaseDate: "2010-05-12",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default hgss2