1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00

16 lines
238 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SVF"
const card: Card = {
set: Set,
name: {
'zh-tw': "基本【鋼】能量"
},
category: "Energy",
energyType: "Normal",
regulationMark: "G"
}
export default card