import { Card } from '../../../interfaces' import Set from '../Southern Islands' const card: Card = { name: { en: "Marill", }, illustrator: "Naoyo Kimura", rarity: "Common", category: "Pokemon", set: Set, dexId: [ 183, ], hp: 40, types: [ "Water", ], stage: "Basic", weaknesses: [ { type: "Lightning", value: "×2" }, ], } export default card