1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 12:22:14 +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 '../Celestial Storm'
const card: Card = {
name: {
en: "Energy Recycle System",
fr: "Recyclage dÉnergie",
es: "Sistema de Reciclaje de Energía",
it: "Sistema di Riciclo dellEnergia",
pt: "Sistema de Reciclagem de Energias",
de: "Energie-Wiederverwertung"
},
illustrator: "Zu-Ka",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Choisissez lune de ces options :\n\n• Ajoutez une carte Énergie de base de votre pile de défausse à votre main.\n• Mélangez 3 cartes Énergie de base de votre pile de défausse avec votre deck.",
en: "Choose 1:\n\n•Put a basic Energy card from your discard pile into your hand.\n•Shuffle 3 basic Energy cards from your discard pile into your deck.",
es: "Elige 1 opción:\n\n• Pon 1 carta de Energía Básica de tu pila de descartes en tu mano.\n• Pon 3 cartas de Energía Básica de tu pila de descartes en tu baraja y barájalas todas.",
it: "Scegli:\n\n• Prendi una carta Energia base dalla tua pila degli scarti e aggiungila alle carte che hai in mano.\n• Rimischia tre carte Energia base dalla tua pila degli scarti nel tuo mazzo.",
pt: "Escolha 1:\n\n• Coloque 1 carta de Energia básica da sua pilha de descarte na sua mão.\n• Embaralhe 3 cartas de Energia básica da sua pilha de descarte no seu baralho.",
de: "Wähle 1 aus:\n\n•Nimm 1 Basis-Energiekarte aus deinem Ablagestapel auf deine Hand.\n•Mische 3 Basis-Energiekarten aus deinem Ablagestapel in dein Deck."
},
trainerType: "Item",
}
export default card