import { Card } from '../../../interfaces' import Set from '../Rebel Clash' const card: Card = { name: { en: "Burning Scarf", }, illustrator: "Toyste Beach", rarity: "Uncommon", category: "Trainer", set: Set, effect: { en: "If the Fire Pokémon this card is attached to is in the Active Spot and is damaged by an opponent’s attack (even if it is Knocked Out), the Attacking Pokémon is now Burned.", }, } export default card