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:
@ -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."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user