mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-01 00:09:19 +00:00
21
data/Trainer kits/SM trainer Kit (Lycanroc)/5.ts
Normal file
21
data/Trainer kits/SM trainer Kit (Lycanroc)/5.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../SM trainer Kit (Lycanroc)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Fighting Energy",
|
||||
fr: "Énergie Combat",
|
||||
es: "Energía Lucha",
|
||||
it: "Energia Lotta",
|
||||
pt: "Energia de Luta",
|
||||
de: "Kampf-Energie"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Energy",
|
||||
energyType: "Normal"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user