import { Card } from '../../../interfaces' import Set from '../XY trainer Kit (Pikachu Libre)' const card: Card = { set: Set, name: { en: "Blitzle", fr: "Zébibron", es: "Blitzle", it: "Blitzle", pt: "Blitzle", de: "Elezeba" }, rarity: "Common", category: "Pokemon", hp: 60, types: ["Lightning"], stage: "Basic", retreat: 1, weaknesses: [{ type: "Fighting", value: "×2" }], resistances: [{ type: "Metal", value: "-20" }] } export default card