import { Card } from '../../../interfaces' import Set from '../Rebel Clash' const card: Card = { set: Set, name: { en: "Big Charm", fr: "Grande Amulette" }, illustrator: "inose yukie", rarity: "Rare", category: "Trainer", effect: { en: "The Pokémon this card is attached to gets +30 HP.", fr: "Cette carte ajoute 30 PV au Pokémon auquel elle est attachée." }, trainerType: "Tool" } export default card