1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 11:09: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

@ -38,11 +38,11 @@ const card: Card = {
},
effect: {
en: "Switch 1 of your opponents Benched Pokémon with their Active Pokémon.",
fr: "Échangez lun des Pokémon de Banc de votre adversaire contre son Pokémon Actif.",
en: "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon.",
fr: "Échangez l'un des Pokémon de Banc de votre adversaire contre son Pokémon Actif.",
es: "Cambia 1 de los Pokémon en Banca de tu rival por su Pokémon Activo.",
it: "Scambia uno dei Pokémon nella panchina del tuo avversario con il suo Pokémon attivo.",
pt: "Switch 1 of your opponents Benched Pokémon with their Active Pokémon.",
pt: "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon.",
de: "Tausche 1 Pokémon auf der Bank deines Gegners gegen sein Aktives Pokémon aus."
},
@ -58,11 +58,11 @@ const card: Card = {
},
effect: {
en: "During your next turn, this Pokémon cant attack.",
en: "During your next turn, this Pokémon can't attack.",
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas attaquer.",
es: "Durante tu próximo turno, este Pokémon no puede atacar.",
it: "Durante il tuo prossimo turno, questo Pokémon non può attaccare.",
pt: "During your next turn, this Pokémon cant attack.",
pt: "During your next turn, this Pokémon can't attack.",
de: "Während deines nächsten Zuges kann dieses Pokémon nicht angreifen."
},
@ -75,7 +75,23 @@ const card: Card = {
value: "×2"
}],
retreat: 1
retreat: 1,
evolveFrom: {
en: "Carvanha",
fr: "Carvanha",
es: "Carvanha",
it: "Carvanha",
pt: "Carvanha",
de: "Kanivanha"
},
description: {
en: "It drinks in seawater and jets it from its rear to propel itself. It's very sensitive to the scent of blood."
},
dexId: [319],
regulationMark: "E"
}
export default card
export default card