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