import { Card } from '../../../interfaces' import Set from '../Ancient Origins' const card: Card = { name: { en: "Faded Town", fr: "Ville Abandonnée", }, illustrator: "Ryo Ueda", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "N'importe quand entre chaque tour, placez 2 marqueurs de dégâts sur chacun des Pokémon Méga-Évolution.", en: "At any time between turns, put 2 damage counters on each Mega Evolution Pokémon." }, trainerType: "Stadium", } export default card