mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
17
data-asia/SV/SVDs/FIG.ts
Normal file
17
data-asia/SV/SVDs/FIG.ts
Normal file
@ -0,0 +1,17 @@
|
||||
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
|
Reference in New Issue
Block a user