import { Card } from '../../../interfaces' import Set from '../HeartGold SoulSilver' const card: Card = { name: { en: "Alph Lithograph", fr: "Lithographie d’Alph", }, illustrator: "Milky Isobe", rarity: "Ultra Rare", category: "Trainer", set: Set, effect: { fr: "Regardez la main de votre adversaire !", en: "Look at your opponent’s hand!" }, trainerType: "Item", variants: { normal: false, reverse: false, holo: true, firstEdition: false }, hp: 0 } export default card