mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
18 lines
344 B
TypeScript
18 lines
344 B
TypeScript
import { Card } from "../../../interfaces"
|
|
import Set from "../SVAW"
|
|
|
|
const card: Card = {
|
|
set: Set,
|
|
|
|
name: {
|
|
'zh-tw': "基本【超】能量",
|
|
th: "พลังงานพื้นฐาน[พลังจิต]",
|
|
id: "Energi Dasar Psychic"
|
|
},
|
|
|
|
category: "Energy",
|
|
energyType: "Normal",
|
|
regulationMark: "G"
|
|
}
|
|
|
|
export default card |