1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 18:29:19 +00:00

Sword & Shield Fixes (#84)

* some fixes

Signed-off-by: Avior <github@avior.me>

* Some more changes

Signed-off-by: Avior <github@avior.me>

* u

Signed-off-by: Avior <github@avior.me>

* continuing update

Signed-off-by: Avior <github@avior.me>

* Finished ?

Signed-off-by: Avior <github@avior.me>

* Removed files that were not meant to be

* Remoed even more files
This commit is contained in:
2021-10-26 10:40:03 +02:00
committed by GitHub
parent 133835ecc4
commit 2e18aa4aac
1869 changed files with 18400 additions and 6152 deletions

View File

@ -12,17 +12,29 @@ const card: Card = {
},
name: {
en: "Zinnias Resolve"
en: "Zinnia's Resolve",
fr: "Résolution d'Amaryllis",
es: "Decisión de Tristana",
it: "Grinta di Lyris",
pt: "Resolução da Zínia",
de: "Amalias Entschluss"
},
rarity: "Secret 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 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: "Você só pode jogar esta carta se descartar 2 outras cartas da sua mão.\nCompre 1 carta para cada um dos Pokémon do seu oponente em jogo.",
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",
regulationMark: "E"
}
export default card
export default card