1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-30 14:52:09 +00:00
Florian Bouillon b46b2c4fb9
Updated Evolving Skies with attacks and other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-08-28 16:54:37 +02:00

39 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.

import { Card } from '../../../interfaces'
import Set from '../Evolving Skies'
const card: Card = {
set: Set,
variants: {
normal: false,
reverse: false,
holo: false,
firstEdition: false
},
name: {
en: "Gordie",
fr: "Chaz",
es: "Morris",
it: "Milo",
pt: "Gordie",
de: "Mac"
},
rarity: "Ultra Rare",
category: "Trainer",
effect: {
en: "Look at the top 7 cards of your deck. You may reveal any number of Energy cards you find there and put them into your hand. Shuffle the other cards back into your deck.",
fr: "Regardez les 7 cartes du dessus de votre deck. Vous pouvez montrer le nombre voulu de cartes Énergie que vous y trouvez, puis les ajouter à votre main. Mélangez les autres cartes avec votre deck.",
es: "Mira las 7 primeras cartas de tu baraja. Puedes enseñar cualquier cantidad de cartas de Energía que encuentres entre ellas y ponerlas en tu mano. Pon el resto de las cartas de nuevo en tu baraja y barájalas todas.",
it: "Guarda le prime sette carte del tuo mazzo. Puoi mostrare un numero qualsiasi di carte Energia presenti tra esse e aggiungerle alle carte che hai in mano. Poi rimischia le altre carte nel tuo mazzo.",
pt: "Look at the top 7 cards of your deck. You may reveal any number of Energy cards you find there and put them into your hand. Shuffle the other cards back into your deck.",
de: "Schau dir die obersten 7 Karten deines Decks an. Du kannst beliebig viele Energiekarten, die du dort findest, deinem Gegner zeigen und auf deine Hand nehmen. Mische die anderen Karten zurück in dein Deck."
},
trainerType: "Supporter",
illustrator: "Hitoshi Ariga"
}
export default card