import { Card } from '../../../interfaces' import Set from '../XY trainer Kit (Latias)' const card: Card = { set: Set, name: { en: "Lotad", fr: "Nénupiot", es: "Lotad", it: "Lotad", pt: "Lotad", de: "Loturzel" }, rarity: "Common", category: "Pokemon", hp: 60, types: ["Grass"], stage: "Basic", retreat: 1, weaknesses: [{ type: "Fire", value: "×2" }] } export default card