mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@ -41,11 +41,21 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Expert in Roundness"
|
||||
en: "Expert in Roundness",
|
||||
fr: "Expert en Rondeur",
|
||||
de: "Rundheitsexperte",
|
||||
es: "As del Rodamiento",
|
||||
pt: "Mestre em Redondice",
|
||||
it: "Specialista di Rotondità"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Prevent all damage done to each of your Pokémon that has the Let's All Rollout attack by attacks from your opponent's Pokémon VMAX."
|
||||
en: "Prevent all damage done to each of your Pokémon that has the Let's All Rollout attack by attacks from your opponent's Pokémon VMAX.",
|
||||
fr: "Évitez tous les dégâts infligés à chacun de vos Pokémon ayant l'attaque Roulade Collégiale par les attaques des Pokémon-VMAX de votre adversaire.",
|
||||
de: "Verhindere allen Schaden durch Attacken von Pokémon-VMAX deines Gegners, der jedem deiner Pokémon zugefügt wird, das die Attacke Gemeinsamer Walzer hat.",
|
||||
es: "Evita todo el daño infligido a cada uno de tus Pokémon que tenga el ataque Todos a Rodar por ataques de los Pokémon VMAX de tu rival.",
|
||||
pt: "Previna todo o dano causado a cada um dos seus Pokémon que tiver o ataque Vamos Botar pra Rolar por ataques dos Pokémon VMAX do seu oponente.",
|
||||
it: "Previeni tutti i danni inflitti ai tuoi Pokémon che hanno l'attacco Rotolamento Collettivo dagli attacchi dei Pokémon-VMAX del tuo avversario."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -53,13 +63,23 @@ const card: Card = {
|
||||
cost: ["Colorless", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Let's All Rollout"
|
||||
en: "Let's All Rollout",
|
||||
fr: "Roulade Collégiale",
|
||||
de: "Gemeinsamer Walzer",
|
||||
es: "Todos a Rodar",
|
||||
pt: "Vamos Botar pra Rolar",
|
||||
it: "Rotolamento Collettivo"
|
||||
},
|
||||
|
||||
damage: "20×",
|
||||
|
||||
effect: {
|
||||
en: "This attack does 20 damage for each of your Benched Pokémon that has the Let's All Rollout attack."
|
||||
en: "This attack does 20 damage for each of your Benched Pokémon that has the Let's All Rollout attack.",
|
||||
fr: "Cette attaque inflige 20 dégâts pour chacun de vos Pokémon de Banc ayant l'attaque Roulade Collégiale.",
|
||||
de: "Diese Attacke fügt für jedes Pokémon auf deiner Bank, das die Attacke Gemeinsamer Walzer hat, 20 Schadenspunkte zu.",
|
||||
es: "Este ataque hace 20 puntos de daño por cada uno de tus Pokémon en Banca que tenga el ataque Todos a Rodar.",
|
||||
pt: "Este ataque causa 20 pontos de dano para cada um dos seus Pokémon no Banco que tiver o ataque Vamos Botar pra Rolar.",
|
||||
it: "Questo attacco infligge 20 danni per ogni Pokémon nella tua panchina che ha l'attacco Rotolamento Collettivo."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user