import { Card } from "../../../interfaces" import Set from "../SLD" const card: Card = { set: Set, name: { 'zh-tw': "基本惡能量", ja: "基本悪エネルギー" }, category: "Energy", energyType: "Normal", regulationMark: "G" } export default card