mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
21
data/Sword & Shield/Fusion Strike/284.ts
Normal file
21
data/Sword & Shield/Fusion Strike/284.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Fusion Strike"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Fire Energy",
|
||||
fr: "Énergie Feu",
|
||||
es: "Energía Fuego",
|
||||
it: "Energia Fuoco",
|
||||
pt: "Energia de Fogo",
|
||||
de: "Feuer-Energie"
|
||||
},
|
||||
|
||||
rarity: "Secret Rare",
|
||||
category: "Energy",
|
||||
energyType: "Normal"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user