1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 17:39:18 +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,13 +31,23 @@ const card: Card = {
cost: ["Water"],
name: {
en: "Pry"
en: "Pry",
fr: "Fouineur",
de: "Herumschnuppern",
es: "Fisgonear",
pt: "Bisbilhotar",
it: "Impiccione"
},
damage: 10,
effect: {
en: "Your opponent reveals their hand."
en: "Your opponent reveals their hand.",
fr: "Votre adversaire dévoile sa main.",
de: "Dein Gegner zeigt dir seine Handkarten.",
es: "Tu rival enseña las cartas de su mano.",
pt: "Seu oponente revela a própria mão.",
it: "Il tuo avversario mostra le carte che ha in mano."
}
}],