import { Card } from '../../../interfaces' import Set from '../Unbroken Bonds' const card: Card = { name: { en: "Samson Oak", fr: "Raphaël Chen", }, illustrator: "Masakazu Fukuda", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Piochez 2 cartes. Si les deux Pokémon Actifs sont du même type, piochez 2 cartes supplémentaires.", }, trainerType: "Supporter", } export default card