1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-07 01:37:52 +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.4 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.

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 '../Evolving Skies'
const card: Card = {
set: Set,
variants: {
normal: false,
reverse: false,
holo: false,
firstEdition: false
},
name: {
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 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",
illustrator: "Taira Akitsu"
}
export default card