import { Card } from '../../../interfaces' import Set from '../Phantom Forces' const card: Card = { name: { en: "AZ", fr: "A.Z.", }, illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Placez l’un de vos Pokémon dans votre main. (Défaussez toutes les cartes attachées au Pokémon.)", en: "Put 1 of your Pokémon into your hand. (Discard all cards attached to that Pokémon.)" }, trainerType: "Supporter", } export default card