import { Card } from '../../../interfaces' import Set from '../Lost Thunder' const card: Card = { name: { en: "Adventure Bag", fr: "Sac Aventure", }, illustrator: "Yoshinobu Saito", rarity: "Rare", category: "Trainer", set: Set, effect: { fr: "Cherchez jusqu’à 2 cartes Outil Pokémon dans votre deck, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.", }, trainerType: "Item", } export default card