mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18: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:
@ -23,7 +23,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Wimpod",
|
||||
fr: "Sovkipou"
|
||||
fr: "Sovkipou",
|
||||
es: "Wimpod",
|
||||
it: "Wimpod",
|
||||
pt: "Wimpod",
|
||||
de: "Reißlaus"
|
||||
},
|
||||
|
||||
attacks: [
|
||||
@ -41,8 +45,8 @@ const card: Card = {
|
||||
de: "Harte Zeiten"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 50 more damage for each of your opponent’s Pokémon V and Pokémon-GX in play.",
|
||||
fr: "Cette attaque inflige 50 dégâts supplémentaires pour chacun des Pokémon-V et Pokémon-GX en jeu de votre adversaire.",
|
||||
en: "This attack does 50 more damage for each of your opponent's Pokémon V and Pokémon-GX in play.",
|
||||
fr: "Cette attaque inflige 50 dégâts supplémentaires pour chacun des Pokémon-V et Pokémon-GX en jeu de votre adversaire.",
|
||||
es: "Este ataque hace 50 puntos de daño más por cada uno de los Pokémon V y Pokémon-GX en juego de tu rival.",
|
||||
it: "Questo attacco infligge 50 danni in più per ogni Pokémon-V e ogni Pokémon-GX in gioco del tuo avversario.",
|
||||
pt: "Este ataque causa 50 pontos de dano a mais para cada Pokémon V e Pokémon-GX do seu oponente em jogo.",
|
||||
@ -67,7 +71,7 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "Switch this Pokémon with 1 of your Benched Pokémon.",
|
||||
fr: "Échangez ce Pokémon contre l’un de vos Pokémon de Banc.",
|
||||
fr: "Échangez ce Pokémon contre l'un de vos Pokémon de Banc.",
|
||||
es: "Cambia este Pokémon por 1 de tus Pokémon en Banca.",
|
||||
it: "Scambia questo Pokémon con uno della tua panchina.",
|
||||
pt: "Troque este Pokémon por 1 dos seus Pokémon no Banco.",
|
||||
|
Reference in New Issue
Block a user