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:
@ -31,7 +31,12 @@ const card: Card = {
|
||||
cost: ["Water"],
|
||||
|
||||
name: {
|
||||
en: "Tongue Slap"
|
||||
en: "Tongue Slap",
|
||||
fr: "Gros Coup de Langue",
|
||||
de: "Zungenschelle",
|
||||
es: "Bofetón Lengua",
|
||||
pt: "Tapa de Língua",
|
||||
it: "Linguasberla"
|
||||
},
|
||||
|
||||
damage: 10
|
||||
@ -39,7 +44,12 @@ const card: Card = {
|
||||
cost: ["Water", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Wave Splash"
|
||||
en: "Wave Splash",
|
||||
fr: "Grosse Vague",
|
||||
de: "Wellenplatscher",
|
||||
es: "Chapoteo Ondulante",
|
||||
pt: "Onda Borrifante",
|
||||
it: "Schizzi d'Onda"
|
||||
},
|
||||
|
||||
damage: 20
|
||||
|
Reference in New Issue
Block a user