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

17 lines
296 B
TypeScript

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