import { Card } from '../../../interfaces' import Set from '../Yellow A Alternate' const card: Card = { name: { en: "Shrine of Punishment", fr: "Chapelle des Châtiments", }, illustrator: "5ban Graphics", rarity: "Common", category: "Trainer", set: Set, effect: { fr: "Entre chaque tour, placez un marqueur de dégâts sur chaque Pokémon-GX et Pokémon-EX (les vôtres et ceux de votre adversaire).", }, trainerType: "Stadium", } export default card