import { Card } from '../../../interfaces' import Set from '../Team Up' const card: Card = { name: { en: "Grass Memory", fr: "ROM Plante", }, illustrator: "5ban Graphics", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Le Silvallié-GX auquel cette carte est attachée est un Pokémon Grass.", }, trainerType: "Tool", } export default card