import { Card } from "../../../interfaces" import Set from "../Crown Zenith" const card: Card = { set: Set, name: { en: "Metal Energy", fr: "Énergie Métal", es: "Energía Metálica", it: "Energia Metallo", pt: "Energia de Metal", de: "Metall-Energie" }, rarity: "Ultra Rare", category: "Energy", energyType: "Normal", variants: { normal: false, reverse: false, holo: true, firstEdition: false } } export default card