import { Card } from "../../../interfaces" import Set from "../Fusion Strike" const card: Card = { dexId: [659], set: Set, name: { en: "Bunnelby", fr: "Sapereau", es: "Bunnelby", it: "Bunnelby", pt: "Bunnelby", de: "Scoppel" }, rarity: "Common", category: "Pokemon", hp: 60, types: ["Colorless"], stage: "Basic", retreat: 1, regulationMark: "E", illustrator: "Misa Tsutsui", description: { en: "It's very sensitive to danger. The sound of Corviknight's flapping will have Bunnelby digging a hole to hide underground in moments." }, attacks: [{ cost: ["Colorless"], name: { en: "Find a Friend", fr: "Trouver un Ami", de: "Freunde finden", es: "Encontrar un Amigo", pt: "Encontre um Amigo", it: "Trovamico" }, effect: { en: "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", fr: "Cherchez dans votre deck un Pokémon, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.", de: "Durchsuche dein Deck nach 1 Pokémon, zeige es deinem Gegner und nimm es auf deine Hand. Mische anschließend dein Deck.", es: "Busca en tu baraja 1 Pokémon, enséñalo y ponlo en tu mano. Después, baraja las cartas de tu baraja.", pt: "Procure por 1 Pokémon no seu baralho, revele-o e coloque-o na sua mão. Em seguida, embaralhe o seu baralho.", it: "Cerca nel tuo mazzo un Pokémon, mostralo e aggiungilo alle carte che hai in mano. Poi rimischia le carte del tuo mazzo." } }, { cost: ["Colorless", "Colorless"], name: { en: "Take Down", fr: "Bélier", de: "Bodycheck", es: "Derribo", pt: "Desmantelar", it: "Riduttore" }, damage: 30, effect: { en: "This Pokémon also does 10 damage to itself.", fr: "Ce Pokémon s'inflige aussi 10 dégâts.", de: "Dieses Pokémon fügt auch sich selbst 10 Schadenspunkte zu.", es: "Este Pokémon también se hace 10 puntos de daño a sí mismo.", pt: "Este Pokémon também causa 10 pontos de dano a si mesmo.", it: "Questo Pokémon infligge anche 10 danni a se stesso." } }], variants: { normal: true, reverse: true, holo: false, firstEdition: false } } export default card