1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 19:32:11 +00:00

15 lines
214 B
TypeScript

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