mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 03:29:17 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@ -40,25 +40,45 @@ const card: Card = {
|
||||
cost: ["Water", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Powder Snow"
|
||||
en: "Powder Snow",
|
||||
fr: "Poudreuse",
|
||||
de: "Pulverschnee",
|
||||
es: "Nieve Polvo",
|
||||
pt: "Neve em Pó",
|
||||
it: "Polneve"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Asleep."
|
||||
en: "Your opponent's Active Pokémon is now Asleep.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
|
||||
de: "Das Aktive Pokémon deines Gegners schläft jetzt.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Dormido.",
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Adormecido.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene addormentato."
|
||||
}
|
||||
}, {
|
||||
cost: ["Water", "Water", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Daruma Headbutt"
|
||||
en: "Daruma Headbutt",
|
||||
fr: "Coup d'Boule Daruma",
|
||||
de: "Daruma-Kopfnuss",
|
||||
es: "Cabezazo Daruma",
|
||||
pt: "Darumacabeçada",
|
||||
it: "Bottintesta Daruma"
|
||||
},
|
||||
|
||||
damage: 130,
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon has any damage counters on it, this attack can be used for Water."
|
||||
en: "If this Pokémon has any damage counters on it, this attack can be used for {W}.",
|
||||
fr: "Si au moins un marqueur de dégâts est placé sur ce Pokémon, cette attaque peut être utilisée pour {W}.",
|
||||
de: "Wenn auf diesem Pokémon mindestens 1 Schadensmarke liegt, kann diese Attacke für {W} eingesetzt werden.",
|
||||
es: "Si este Pokémon tiene algún contador de daño sobre él, este ataque se puede usar por 1 Energía {W}.",
|
||||
pt: "Se este Pokémon tiver algum contador de dano nele, este ataque poderá ser usado por {W}.",
|
||||
it: "Se questo Pokémon ha dei segnalini danno, il costo di questo attacco è {W}."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user