1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 02:19:17 +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

@ -38,11 +38,11 @@ const card: Card = {
},
effect: {
en: "If your opponents Active Pokémon has any damage counters on it, put it and all attached cards into your opponents hand.",
en: "If your opponent's Active Pokémon has any damage counters on it, put it and all attached cards into your opponent's hand.",
fr: "Si au moins un marqueur de dégâts est placé sur le Pokémon Actif de votre adversaire, placez ce Pokémon-là et toutes les cartes attachées dans la main de votre adversaire.",
es: "Si el Pokémon Activo de tu rival tiene algún contador de daño sobre él, pon ese Pokémon y todas las cartas unidas a él en la mano de tu rival.",
it: "Se il Pokémon attivo del tuo avversario ha già dei segnalini danno, aggiungilo alla mano del tuo avversario insieme a tutte le carte a esso assegnate.",
pt: "If your opponents Active Pokémon has any damage counters on it, put it and all attached cards into your opponents hand.",
pt: "If your opponent's Active Pokémon has any damage counters on it, put it and all attached cards into your opponent's hand.",
de: "Wenn auf dem Aktiven Pokémon deines Gegners mindestens 1 Schadensmarke liegt, gib deinem Gegner es und alle angelegten Karten auf seine Hand."
},
@ -58,11 +58,11 @@ const card: Card = {
},
effect: {
en: "Discard a random card from your opponents hand.",
en: "Discard a random card from your opponent's hand.",
fr: "Défaussez au hasard une carte de la main de votre adversaire.",
es: "Descarta 1 carta aleatoria de la mano de tu rival.",
it: "Scarta una carta a caso dalla mano del tuo avversario.",
pt: "Discard a random card from your opponents hand.",
pt: "Discard a random card from your opponent's hand.",
de: "Lege 1 zufällige Karte aus der Hand deines Gegners auf seinen Ablagestapel."
},
@ -75,7 +75,23 @@ const card: Card = {
value: "×2"
}],
retreat: 3
retreat: 3,
evolveFrom: {
en: "Nuzleaf",
fr: "Pifeuil",
es: "Nuzleaf",
it: "Nuzleaf",
pt: "Nuzleaf",
de: "Blanas"
},
description: {
en: "It lives quietly in the deep forest. It is said to create chilly winter winds with the fans it holds."
},
dexId: [275],
regulationMark: "E"
}
export default card
export default card