1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +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.8 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 '../Forbidden Light'
const card: Card = {
name: {
en: "Beast Ring",
fr: "Cercle Chimérique",
es: "Anillo Ente",
it: "Cerchio Creatura",
pt: "Portal de Criatura",
de: "Bestienring"
},
illustrator: "Toyste Beach",
rarity: "Secret Rare",
category: "Trainer",
set: Set,
effect: {
fr: "Vous ne pouvez jouer cette carte que sil reste exactement 3 ou 4 cartes Récompense à votre adversaire.\n\nCherchez jusquà 2 cartes Énergie de base dans votre deck et attachez-les à lune de vos Ultra-Chimères. Mélangez ensuite votre deck.",
en: "You can play this card only if your opponent has exactly 3 or 4 Prize cards remaining.\n\nSearch your deck for up to 2 basic Energy cards and attach them to 1 of your Ultra Beasts. Then, shuffle your deck.",
es: "Puedes jugar esta carta solo si a tu rival le quedan exactamente 3 o 4 cartas de Premio.\n\nBusca en tu baraja hasta 2 cartas de Energía Básica y únelas a 1 de tus Ultraentes. Después, baraja las cartas de tu baraja.",
it: "Puoi giocare questa carta solo se il tuo avversario ha esattamente tre o quattro carte Premio rimanenti.\n\nCerca nel tuo mazzo fino a due carte Energia base e assegnale a una delle tue Ultracreature. Poi rimischia le carte del tuo mazzo.",
pt: "Você só pode jogar esta carta se seu oponente tiver exatamente 3 ou 4 cartas de Prêmio restantes.\n\nProcure por até 2 cartas de Energia básica no seu baralho e ligue-as a 1 das suas Ultracriaturas. Em seguida, embaralhe o seu baralho.",
de: "Du kannst diese Karte nur spielen, wenn dein Gegner genau 3 oder 4 verbleibende Preiskarten hat.\n\nDurchsuche dein Deck nach bis zu 2 Basis-Energiekarten und lege sie an 1 deiner Ultrabestien an. Mische anschließend dein Deck."
},
trainerType: "Item",
}
export default card