1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 04:12:11 +00:00
Florian Bouillon dc0dcff103
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-06-30 14:12:31 +02:00

42 lines
1.6 KiB
TypeScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Card } from '../../../interfaces'
import Set from '../Ultra Prism'
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",
category: "Energy",
set: Set,
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 quune É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",
}
export default card