import { Card } from '../../../interfaces' import Set from '../Plasma Freeze' const card: Card = { name: { en: "Float Stone", fr: "Pierrallégée", }, illustrator: "5ban Graphics", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Le Pokémon auquel cette carte est attachée n'a pas de coût de Retraite.", }, trainerType: "Tool", } export default card