import { Card } from "../../../interfaces" import Set from "../Promos-A" const card: Card = { set: Set, name: { en: "X Speed" }, illustrator: "Toyste Beach", rarity: "One Diamond", category: "Trainer", effect: { en: "During this turn, the Retreat Cost of your Active Pokémon is 1 less." }, trainerType: "Item" } export default card