mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
Updated Evolving Skies with attacks and other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -12,17 +12,28 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Raihan"
|
||||
en: "Raihan",
|
||||
fr: "Roy",
|
||||
es: "Roy",
|
||||
it: "Laburno",
|
||||
pt: "Raihan",
|
||||
de: "Roy"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "You can play this card only if any of your Pokemon were Knocked Out during your opponent’s last turn.\nAttach a basic Energy from your discard pile to 1 of your Pokemon. If you do, search your deck for a card and put it into your hand. Then, shuffle your deck."
|
||||
en: "You can play this card only if any of your Pokémon were Knocked Out during your opponent’s last turn.\nAttach a basic Energy card from your discard pile to 1 of your Pokémon. If you do, search your deck for a card and put it into your hand. Then, shuffle your deck.",
|
||||
fr: "Vous ne pouvez jouer cette carte que si au moins l’un de vos Pokémon a été mis K.O. pendant le dernier tour de votre adversaire.\nAttachez une carte Énergie de base de votre pile de défausse à l’un de vos Pokémon. Dans ce cas, cherchez dans votre deck une carte, puis ajoutez-la à votre main. Mélangez ensuite votre deck.",
|
||||
es: "Puedes jugar esta carta solo si alguno de tus Pokémon quedó Fuera de Combate durante el último turno de tu rival.\nUne 1 carta de Energía Básica de tu pila de descartes a 1 de tus Pokémon. Si lo haces, busca en tu baraja 1 carta y ponla en tu mano. Después, baraja las cartas de tu baraja.",
|
||||
it: "Puoi giocare questa carta solo se uno dei tuoi Pokémon è stato messo KO durante l’ultimo turno del tuo avversario.\nAssegna a uno dei tuoi Pokémon una carta Energia base dalla tua pila degli scarti. Se lo fai, cerca nel tuo mazzo una carta e aggiungila a quelle che hai in mano. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "You can play this card only if any of your Pokémon were Knocked Out during your opponent’s last turn.\nAttach a basic Energy card from your discard pile to 1 of your Pokémon. If you do, search your deck for a card and put it into your hand. Then, shuffle your deck.",
|
||||
de: "Du kannst diese Karte nur spielen, wenn mindestens 1 deiner Pokémon während des letzten Zuges deines Gegners kampfunfähig wurde.\nLege 1 Basis-Energiekarte aus deinem Ablagestapel an 1 deiner Pokémon an. Wenn du das machst, durchsuche dein Deck nach 1 Karte und nimm sie auf deine Hand. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
trainerType: "Supporter",
|
||||
illustrator: "kirisAki"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user