mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17: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:
@ -21,7 +21,7 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Land’s Pulse",
|
||||
en: "Land's Pulse",
|
||||
fr: "Vibration Terrestre",
|
||||
es: "Pulso Telúrico",
|
||||
it: "Pulsazione Tellurica",
|
||||
@ -31,9 +31,9 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
en: "If a Stadium is in play, this attack does 30 more damage.",
|
||||
fr: "Si un Stade est en jeu, cette attaque inflige 30 dégâts supplémentaires.",
|
||||
fr: "Si un Stade est en jeu, cette attaque inflige 30 dégâts supplémentaires.",
|
||||
es: "Si hay un Estadio en juego, este ataque hace 30 puntos de daño más.",
|
||||
it: "Se c’è in gioco una carta Stadio, questo attacco infligge 30 danni in più.",
|
||||
it: "Se c'è in gioco una carta Stadio, questo attacco infligge 30 danni in più.",
|
||||
pt: "Se um Estádio estiver em jogo, este ataque causará 30 pontos de dano a mais.",
|
||||
de: "Wenn eine Stadionkarte im Spiel ist, fügt diese Attacke 30 Schadenspunkte mehr zu."
|
||||
},
|
||||
@ -51,8 +51,8 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During your next turn, this Pokémon can’t use Giga Hammer.",
|
||||
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas utiliser Giga Marteau.",
|
||||
en: "During your next turn, this Pokémon can't use Giga Hammer.",
|
||||
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas utiliser Giga Marteau.",
|
||||
es: "Durante tu próximo turno, este Pokémon no puede usar Gigamartillo.",
|
||||
it: "Durante il tuo prossimo turno, questo Pokémon non può usare Gigamartello.",
|
||||
pt: "Durante o seu próximo turno, este Pokémon não poderá usar Gigamartelo.",
|
||||
@ -85,4 +85,4 @@ const card: Card = {
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user