import { Card } from '../../../interfaces' import Set from '../Phantom Forces' const card: Card = { name: { en: "Roller Skates", fr: "Rollers", }, illustrator: "5ban Graphics", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Lancez une pièce. Si c'est face, piochez 3 cartes.", en: "Flip a coin. If heads, draw 3 cards." }, trainerType: "Item", } export default card