import { Card } from '../../../interfaces' import Set from '../Unleashed' const card: Card = { name: { fr: "Lithographie d'Alpha", en: "Alph Lithograph", }, illustrator: "Milky Isobe", rarity: "Rare", category: "Trainer", set: Set, effect: { fr: "Mélangez votre deck.", en: "Shuffle your deck!" }, trainerType: "Item", } export default card