1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-28 22:02:15 +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.9 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

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 '../Crimson Invasion'
const card: Card = {
name: {
en: "Gladion",
fr: "Gladio",
es: "Gladio",
it: "Iridio",
pt: "Gladio",
de: "Gladio"
},
illustrator: "TOKIYA",
rarity: "Ultra Rare",
category: "Trainer",
set: Set,
effect: {
fr: "Regardez vos cartes Récompense (actuellement face cachée) et placez lune delles dans votre main. Ensuite, mélangez ce Gladio avec les cartes Récompense quil vous reste et replacez-les face cachée. Si vous navez pas joué ce Gladio de votre main, il ne fait rien.",
en: "Look at your face-down Prize cards and put 1 of them into your hand. Then, shuffle this Gladion into your remaining Prize cards and put them back face down. If you didnt play this Gladion from your hand, it does nothing.",
es: "Mira tus cartas de Premio que están boca abajo y pon 1 de ellas en tu mano. Después, pon esta carta de Gladio entre tus cartas de Premio restantes, barájalas y vuelve a ponerlas boca abajo. Si no has jugado esta carta de Gladio de tu mano, no hace nada.",
it: "Guarda le tue carte Premio coperte e aggiungine una alle carte che hai in mano. Poi rimischia questo Iridio nelle tue carte Premio rimanenti e rimettile a faccia in giù. Se non lo hai giocato dalla tua mano, questo Iridio non ha effetto.",
pt: "Olhe as suas cartas de Prêmio viradas para baixo e coloque 1 delas na sua mão. Em seguida, embaralhe este Gladio entre as suas cartas de Prêmio restantes e coloque-as de volta viradas para baixo. Se você não jogou este Gladio da sua mão, ele não fará nada.",
de: "Sieh dir deine verdeckten Preiskarten an und nimm 1 von ihnen auf deine Hand. Mische anschließend diese Gladio-Karte in deine verbleibenden Preiskarten und lege sie verdeckt zurück. Wenn du diese Gladio-Karte nicht aus deiner Hand gespielt hast, hat sie keine Auswirkungen."
},
trainerType: "Supporter",
}
export default card