mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-28 14:59:19 +00:00
21
data/Trainer kits/SM trainer Kit (Alolan Raichu)/2.ts
Normal file
21
data/Trainer kits/SM trainer Kit (Alolan Raichu)/2.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../SM trainer Kit (Alolan Raichu)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Lightning Energy",
|
||||
fr: "Énergie Électrique",
|
||||
es: "Energía Rayo",
|
||||
it: "Energia Lampo",
|
||||
pt: "Energia de Raios",
|
||||
de: "Elektro-Energie"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Energy",
|
||||
energyType: "Normal"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user