import { Card } from '../../../interfaces' import Set from '../Chilling Reign' const card: Card = { set: Set, name: { fr: "Saturnin", en: "Avery" }, illustrator: "kirisAki", rarity: "Ultra Rare", category: "Trainer", effect: { fr: "Piochez 3 cartes. Si vous avez pioché des cartes de cette façon, votre adversaire défausse ses Pokémon de Banc jusqu’à en avoir 3.", en: "Draw 3 cards. If you drew any cards in this way, your opponent discards Pokémon from their Bench until they have 3." }, trainerType: "Supporter", regulationMark: "E" } export default card