mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19: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: "Zinnia’s Resolve"
|
||||
en: "Zinnia’s Resolve",
|
||||
fr: "Résolution d’Amaryllis",
|
||||
es: "Decisión de Tristana",
|
||||
it: "Grinta di Lyris",
|
||||
pt: "Zinnia’s Resolve",
|
||||
de: "Amalias Entschluss"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "You can play this card only if you discard 2 other cards from your hand.\nDraw a card for each of your opponent’s Pokemon in play."
|
||||
en: "You can play this card only if you discard 2 other cards from your hand.\nDraw a card for each of your opponent’s Pokémon in play.",
|
||||
fr: "Vous ne pouvez jouer cette carte que si vous défaussez 2 autres cartes de votre main.\nPiochez une carte pour chacun des Pokémon en jeu de votre adversaire.",
|
||||
es: "Puedes jugar esta carta solo si descartas otras 2 cartas de tu mano.\nRoba 1 carta por cada uno de los Pokémon en juego de tu rival.",
|
||||
it: "Puoi giocare questa carta solo se scarti altre due carte che hai in mano.\nPesca una carta per ogni Pokémon del tuo avversario in gioco.",
|
||||
pt: "You can play this card only if you discard 2 other cards from your hand.\nDraw a card for each of your opponent’s Pokémon in play.",
|
||||
de: "Du kannst diese Karte nur spielen, wenn du 2 andere Karten aus deiner Hand auf deinen Ablagestapel legst.\nZiehe 1 Karte für jedes Pokémon deines Gegners im Spiel."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
trainerType: "Supporter",
|
||||
illustrator: "Taira Akitsu"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user