import { Card } from '../../../interfaces' import Set from '../Triumphant' const card: Card = { name: { en: "Alph Lithograph", fr: "Lithographie d'Alpha", }, illustrator: "Milky Isobe", rarity: "Rare", category: "Trainer", set: Set, effect: { fr: "REGARDEZ TOUTES VOS CARTES RECOMPENSE QUI SONT FACE CACHEE!", }, trainerType: "Item", } export default card