import { Card } from "../../../interfaces" import Set from "../Space-Time Smackdown" const card: Card = { set: Set, name: { en: "Cynthia" }, illustrator: "Ryuta Fuse", rarity: "Two Star", category: "Trainer", effect: { en: "During this turn, attacks used by your Garchomp or Togekiss do +50 damage to your opponent's Active Pokémon." }, trainerType: "Supporter" } export default card