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:
22
data/Scarlet & Violet/Shrouded Fable/099.ts
Normal file
22
data/Scarlet & Violet/Shrouded Fable/099.ts
Normal 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
|
Reference in New Issue
Block a user