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