mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-01 12:22:02 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@@ -31,7 +31,12 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Rear Kick"
|
||||
en: "Rear Kick",
|
||||
fr: "Ruade",
|
||||
de: "Rückwärtskick",
|
||||
es: "Patada Trasera",
|
||||
pt: "Chute Traseiro",
|
||||
it: "Retrocalcio"
|
||||
},
|
||||
|
||||
damage: 20
|
||||
@@ -39,13 +44,23 @@ const card: Card = {
|
||||
cost: ["Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Wild Dive"
|
||||
en: "Wild Dive",
|
||||
fr: "Piqué Fou",
|
||||
de: "Wilder Sturzflug",
|
||||
es: "Picado Salvaje",
|
||||
pt: "Mergulho Selvagem",
|
||||
it: "Picchiata Irrefrenabile"
|
||||
},
|
||||
|
||||
damage: "30×",
|
||||
|
||||
effect: {
|
||||
en: "This attack does 30 damage for each Energy attached to your opponent's Active Pokémon."
|
||||
en: "This attack does 30 damage for each Energy attached to your opponent's Active Pokémon.",
|
||||
fr: "Cette attaque inflige 30 dégâts pour chaque Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
de: "Diese Attacke fügt für jede an das Aktive Pokémon deines Gegners angelegte Energie 30 Schadenspunkte zu.",
|
||||
es: "Este ataque hace 30 puntos de daño por cada Energía unida al Pokémon Activo de tu rival.",
|
||||
pt: "Este ataque causa 30 pontos de dano para cada Energia ligada ao Pokémon Ativo do seu oponente.",
|
||||
it: "Questo attacco infligge 30 danni per ogni Energia assegnata al Pokémon attivo del tuo avversario."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user