mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
17 lines
305 B
TypeScript
17 lines
305 B
TypeScript
import { Card } from "../../../interfaces"
|
|
import Set from "../SVDs"
|
|
|
|
const card: Card = {
|
|
set: Set,
|
|
|
|
name: {
|
|
th: "พลังงานพื้นฐาน[สายฟ้า]",
|
|
id: "Energi Dasar Listrik"
|
|
},
|
|
|
|
category: "Energy",
|
|
regulationMark: "G",
|
|
energyType: "Normal"
|
|
}
|
|
|
|
export default card |