import { Card } from "../../../interfaces" import Set from "../SV2D" const card: Card = { set: Set, name: { ja: "基本草エネルギー" }, category: "Energy", energyType: "Normal" } export default card