1
0
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:
2021-08-28 16:54:37 +02:00
parent 90ebef01cf
commit b46b2c4fb9
194 changed files with 8779 additions and 436 deletions

View File

@ -12,17 +12,28 @@ const card: Card = {
},
name: {
en: "Zinnias Resolve"
en: "Zinnias Resolve",
fr: "Résolution dAmaryllis",
es: "Decisión de Tristana",
it: "Grinta di Lyris",
pt: "Zinnias 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 opponents 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 opponents 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 opponents 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