mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 09:59:19 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@ -28,7 +28,12 @@ const card: Card = {
|
||||
cost: ["Water", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Surf"
|
||||
en: "Surf",
|
||||
fr: "Surf",
|
||||
de: "Surfer",
|
||||
es: "Surf",
|
||||
pt: "Surfar",
|
||||
it: "Surf"
|
||||
},
|
||||
|
||||
damage: 40
|
||||
@ -36,13 +41,23 @@ const card: Card = {
|
||||
cost: ["Water", "Water", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Aqua Bullet"
|
||||
en: "Aqua Bullet",
|
||||
fr: "Aquaballe",
|
||||
de: "Aquageschoss",
|
||||
es: "Bala Agua",
|
||||
pt: "Projétil de Água",
|
||||
it: "Idrodardo"
|
||||
},
|
||||
|
||||
damage: 120,
|
||||
|
||||
effect: {
|
||||
en: "This attack also does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
|
||||
en: "This attack also does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Cette attaque inflige aussi 20 dégâts à l'un des Pokémon de Banc de votre adversaire. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
de: "Diese Attacke fügt auch 1 Pokémon auf der Bank deines Gegners 20 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)",
|
||||
es: "Este ataque también hace 20 puntos de daño a 1 de los Pokémon en Banca de tu rival. (No apliques Debilidad y Resistencia a los Pokémon en Banca).",
|
||||
pt: "Este ataque também causa 20 pontos de dano a 1 dos Pokémon no Banco do seu oponente (não aplique Fraqueza e Resistência aos Pokémon no Banco).",
|
||||
it: "Questo attacco infligge anche 20 danni a uno dei Pokémon nella panchina del tuo avversario. Non applicare debolezza e resistenza ai Pokémon in panchina."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user