1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +00:00

feat: Add shrouded fable cards (#525)

This commit is contained in:
2024-08-25 02:44:42 +02:00
committed by GitHub
parent 80f483ab66
commit cfd6d5c0e8
101 changed files with 5742 additions and 1 deletions

View File

@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../Shrouded Fable"
const card: Card = {
set: Set,
name: {
en: "Basic Metal Energy",
fr: "Énergie Metal de base",
es: "Energía Metal Básica",
it: "Energia base Metal",
pt: "Energia Metal Básica",
de: "Basis-Metal-Energie"
},
rarity: "Hyper rare",
category: "Energy",
types: ["Metal"],
energyType: "Normal"
}
export default card