1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-06 06:11:58 +00:00

fix: SWSH8 attacks in other languages (#742)

This commit is contained in:
2025-05-24 18:12:17 +02:00
committed by GitHub
parent 3859a2fb71
commit 21e158805b
247 changed files with 3954 additions and 699 deletions

View File

@@ -33,18 +33,28 @@ const card: Card = {
illustrator: "nagimiso",
description: {
en: "It has an electrical organ on its chest. While generating electricity, it fills its surroundings with sounds like the strumming of a bass guitar."
en: "It has an electrical organ on its chest. While generating electricity, it fills its surroundings with what sounds like the strumming of a bass guitar."
},
abilities: [{
type: "Ability",
name: {
en: "Maximum Downer"
en: "Maximum Downer",
fr: "Immobilisation Maximale",
de: "Maximale Spaßbremse",
es: "Bajonazo Total",
pt: "Vacilo Total",
it: "Calmante Massimo"
},
effect: {
en: "If all your Pokémon in play are Fusion Strike Pokémon, your opponent's Pokémon VMAX in play get -30 HP."
en: "If all your Pokémon in play are Fusion Strike Pokémon, your opponent's Pokémon VMAX in play get -30 HP.",
fr: "Si tous vos Pokémon en jeu sont des Pokémon Poing de Fusion, les Pokémon-VMAX en jeu de votre adversaire perdent 30 PV.",
de: "Wenn alle deine Pokémon im Spiel Fusionsangriff-Pokémon sind, erhalten die Pokémon-VMAX deines Gegners im Spiel -30 KP.",
es: "Si todos tus Pokémon en juego son Pokémon Golpe Fusión, los Pokémon VMAX en juego de tu rival tienen 30 PS menos.",
pt: "Se todos os seus Pokémon em jogo forem Pokémon Golpe Fusão, os Pokémon VMAX do seu oponente em jogo receberão 30 PS a menos.",
it: "Se tutti i tuoi Pokémon in gioco sono Pokémon Colpo Fusione, i Pokémon-VMAX in gioco del tuo avversario hanno 30 PS in meno."
}
}],
@@ -52,7 +62,12 @@ const card: Card = {
cost: ["Lightning", "Lightning", "Colorless"],
name: {
en: "Head Bolt"
en: "Head Bolt",
fr: "Éclair Frontal",
de: "Kopf-Blitz",
es: "Rayo de Cabeza",
pt: "Raio de Cabeça",
it: "Zuccalampo"
},
damage: 90