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

17 lines
306 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SVDs"
const card: Card = {
set: Set,
name: {
th: "พลังงานพื้นฐาน[ต่อสู้]",
id: "Energi Dasar Petarung"
},
category: "Energy",
regulationMark: "G",
energyType: "Normal"
}
export default card