import { Card } from '../../../interfaces' import Set from '../Chilling Reign' const card: Card = { set: Set, name: { fr: "Corne Résonnante", en: "Echoing Horn" }, illustrator: "Studio Bora Inc.", rarity: "Uncommon", category: "Trainer", effect: { fr: "Placez un Pokémon de base de la pile de défausse de votre adversaire sur son Banc.", en: "Put a Basic Pokémon from your opponent’s discard pile onto their Bench." }, trainerType: "Item", regulationMark: "E" } export default card