mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@ -31,19 +31,34 @@ const card: Card = {
|
||||
cost: ["Water"],
|
||||
|
||||
name: {
|
||||
en: "Bounce"
|
||||
en: "Bounce",
|
||||
fr: "Rebond",
|
||||
de: "Sprungfeder",
|
||||
es: "Bote",
|
||||
pt: "Ricochete",
|
||||
it: "Rimbalzo"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
||||
effect: {
|
||||
en: "You may switch this Pokémon with 1 of your Benched Pokémon."
|
||||
en: "You may switch this Pokémon with 1 of your Benched Pokémon.",
|
||||
fr: "Vous pouvez échanger ce Pokémon contre l'un de vos Pokémon de Banc.",
|
||||
de: "Du kannst dieses Pokémon gegen 1 Pokémon auf deiner Bank austauschen.",
|
||||
es: "Puedes cambiar este Pokémon por 1 de tus Pokémon en Banca.",
|
||||
pt: "Você pode trocar este Pokémon por 1 dos seus Pokémon no Banco.",
|
||||
it: "Puoi scambiare questo Pokémon con uno della tua panchina."
|
||||
}
|
||||
}, {
|
||||
cost: ["Colorless", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Wave Splash"
|
||||
en: "Wave Splash",
|
||||
fr: "Grosse Vague",
|
||||
de: "Wellenplatscher",
|
||||
es: "Chapoteo Ondulante",
|
||||
pt: "Onda Borrifante",
|
||||
it: "Schizzi d'Onda"
|
||||
},
|
||||
|
||||
damage: 80
|
||||
|
Reference in New Issue
Block a user