mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 07:51:58 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@@ -4,27 +4,28 @@ import Set from '../Guardians Rising'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Lightning Energy",
|
||||
fr: "Énergie Lightning de base",
|
||||
fr: "Énergie Électrique",
|
||||
es: "Energía Rayo",
|
||||
it: "Energia Lampo",
|
||||
pt: "Energia de Raios",
|
||||
de: "Elektro-Energie"
|
||||
},
|
||||
|
||||
illustrator: undefined,
|
||||
rarity: "Rare",
|
||||
rarity: "Secret Rare",
|
||||
category: "Energy",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
stage: "Basic",
|
||||
energyType: "Normal",
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
energyType: "Normal",
|
||||
effect: {
|
||||
en: "",
|
||||
fr: "",
|
||||
es: "",
|
||||
it: "",
|
||||
pt: "",
|
||||
de: ""
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user