1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 01:49:19 +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

@ -31,17 +31,32 @@ const card: Card = {
cost: ["Colorless", "Colorless"],
name: {
en: "Drag Off"
en: "Drag Off",
fr: "Traîne",
de: "Wegzerren",
es: "Jalón",
pt: "Arrastar para Fora",
it: "Trascinato Via"
},
effect: {
en: "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. This attack does 30 damage to the new Active Pokémon."
en: "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. This attack does 30 damage to the new Active Pokémon.",
fr: "Échangez l'un des Pokémon de Banc de votre adversaire contre son Pokémon Actif. Cette attaque inflige 30 dégâts au nouveau Pokémon Actif.",
de: "Tausche 1 Pokémon auf der Bank deines Gegners gegen sein Aktives Pokémon aus. Diese Attacke fügt dem neuen Aktiven Pokémon 30 Schadenspunkte zu.",
es: "Cambia 1 de los Pokémon en Banca de tu rival por su Pokémon Activo. Este ataque hace 30 puntos de daño al nuevo Pokémon Activo.",
pt: "Troque 1 dos Pokémon no Banco do seu oponente pelo Pokémon Ativo dele(a). Este ataque causa 30 pontos de dano ao novo Pokémon Ativo.",
it: "Scambia uno dei Pokémon nella panchina del tuo avversario con il suo Pokémon attivo. Questo attacco infligge 30 danni al nuovo Pokémon attivo."
}
}, {
cost: ["Darkness", "Colorless", "Colorless"],
name: {
en: "Slash"
en: "Slash",
fr: "Tranche",
de: "Schlitzer",
es: "Cuchillada",
pt: "Talho",
it: "Lacerazione"
},
damage: 80