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: "Vibrava",
|
||||
fr: "Vibraninf"
|
||||
fr: "Vibraninf",
|
||||
es: "Vibrava",
|
||||
it: "Vibrava",
|
||||
pt: "Vibrava",
|
||||
de: "Vibrava"
|
||||
},
|
||||
|
||||
abilities: [
|
||||
@ -38,7 +42,7 @@ const card: Card = {
|
||||
de: "Sandlabyrinth"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as this Pokémon is in the Active Spot, your opponent’s Active Pokémon can’t retreat.",
|
||||
en: "As long as this Pokémon is in the Active Spot, your opponent's Active Pokémon can't retreat.",
|
||||
fr: "Tant que ce Pokémon est sur le Poste Actif, le Pokémon Actif de votre adversaire ne peut pas battre en retraite.",
|
||||
es: "Mientras este Pokémon esté en el Puesto Activo, el Pokémon Activo de tu rival no puede retirarse.",
|
||||
it: "Fintanto che questo Pokémon è in posizione attiva, il Pokémon attivo del tuo avversario non può ritirarsi.",
|
||||
@ -64,8 +68,8 @@ const card: Card = {
|
||||
de: "Wüstengeysir"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent has a Stadium in play, discard it. If you discarded a Stadium in this way, during your opponent’s next turn, prevent all damage from and effects of attacks done to this Pokémon.",
|
||||
fr: "Si votre adversaire a un Stade en jeu, défaussez-le. Si vous avez défaussé un Stade de cette façon, pendant le prochain tour de votre adversaire, évitez tous les dégâts et les effets d’attaques infligés à ce Pokémon.",
|
||||
en: "If your opponent has a Stadium in play, discard it. If you discarded a Stadium in this way, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon.",
|
||||
fr: "Si votre adversaire a un Stade en jeu, défaussez-le. Si vous avez défaussé un Stade de cette façon, pendant le prochain tour de votre adversaire, évitez tous les dégâts et les effets d'attaques infligés à ce Pokémon.",
|
||||
es: "Si tu rival tiene un Estadio en juego, descártalo. Si has descartado un Estadio de esta manera, durante el próximo turno de tu rival, evita todo el daño y todos los efectos de los ataques infligidos a este Pokémon.",
|
||||
it: "Se il tuo avversario ha una carta Stadio in gioco, scartala. Se hai scartato una carta Stadio in questo modo, durante il prossimo turno del tuo avversario, previeni sia i danni che gli effetti degli attacchi inflitti a questo Pokémon.",
|
||||
pt: "Se o seu oponente tiver um Estádio em jogo, descarte-o. Se você descartou um Estádio deste forma, durante o próximo turno do seu oponente, previna todo o dano e os efeitos de ataques causados a este Pokémon.",
|
||||
|
Reference in New Issue
Block a user