1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-28 02:40:11 +00:00
2025-05-04 00:37:30 +02:00

22 lines
377 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
set: Set,
name: {
en: "Fighting Energy",
fr: "Énergie Combat",
es: "Energía Lucha",
it: "Energia Combattimento",
pt: "Energia de Luta",
de: "Kampf-Energie"
},
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card