import { Card } from "../../../interfaces" import Set from "../Celestial Guardians" const card: Card = { set: Set, name: { en: "Acerola" }, illustrator: "Susumu Maeya", rarity: "Two Diamond", category: "Trainer", effect: { en: "Choose 1 of your Palossand or Mimikyu that has damage on it, and move 40 of its damage to your opponent's Active Pokémon." }, trainerType: "Supporter" } export default card