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,7 +31,12 @@ const card: Card = {
|
||||
cost: ["Water"],
|
||||
|
||||
name: {
|
||||
en: "Rain Splash"
|
||||
en: "Rain Splash",
|
||||
fr: "Pluie Éclaboussante",
|
||||
de: "Regenplatscher",
|
||||
es: "Golpe de Lluvia",
|
||||
pt: "Chuva Borrifante",
|
||||
it: "Spruzzapioggia"
|
||||
},
|
||||
|
||||
damage: 20
|
||||
|
Reference in New Issue
Block a user