mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-08 11:09:18 +00:00
21
data/Trainer kits/XY trainer Kit (Bisharp)/10.ts
Normal file
21
data/Trainer kits/XY trainer Kit (Bisharp)/10.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../XY trainer Kit (Bisharp)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Metal Energy",
|
||||
fr: "Énergie Métal",
|
||||
es: "Energía Metálica",
|
||||
it: "Energia Metallo",
|
||||
pt: "Energia de Metal",
|
||||
de: "Metall-Energie"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Energy",
|
||||
energyType: "Normal"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user