mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Unit Energy LightningPsychicMetal",
|
||||
fr: "Énergie Unitaire LightningPsychicMetal",
|
||||
es: "Energía Unidad LightningPsychicMetal",
|
||||
it: "Energia Unione LightningPsychicMetal",
|
||||
pt: "Energia Unitária LightningPsychicMetal",
|
||||
de: "Aggregat-Energie LightningPsychicMetal"
|
||||
},
|
||||
illustrator: undefined,
|
||||
rarity: "Uncommon",
|
||||
@ -24,6 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Cette carte fournit de l’Énergie Colorless. \n\nLorsque cette carte est attachée à un Pokémon, elle fournit de l’Énergie Lightning, Psychic ou Metal mais ne fournit qu’une Énergie à la fois.",
|
||||
en: "This card provides Colorless Energy. \n\nWhile this card is attached to a Pokémon, it provides Lightning, Psychic, and Metal Energy but provides only 1 Energy at a time.",
|
||||
es: "Esta carta proporciona 1 Energía Colorless.\n\nMientras esta carta esté unida a un Pokémon, proporciona Energía Lightning, Psychic o Metal, pero proporciona solo 1 Energía a la vez.",
|
||||
it: "Questa carta fornisce Energia Colorless.\n\nQuando è assegnata a un Pokémon, questa carta fornisce Energia Lightning, Psychic o Metal, ma solo una alla volta.",
|
||||
pt: "Esta carta fornece Energia Colorless.\n\nEnquanto esta carta estiver ligada a um Pokémon, fornecerá Energias Lightning, Psychic e Metal, mas só fornecerá 1 Energia por vez.",
|
||||
de: "Diese Karte liefert Colorless-Energie.\n\nIst sie an ein Pokémon angelegt, liefert diese Karte Lightning-, Psychic- und Metal-Energie, aber immer nur jeweils 1 Energie."
|
||||
},
|
||||
|
||||
energyType: "Special",
|
||||
|
Reference in New Issue
Block a user