mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@ -31,19 +31,34 @@ const card: Card = {
|
||||
cost: ["Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Drain Slap"
|
||||
en: "Drain Slap",
|
||||
fr: "Baffe Sangsue",
|
||||
de: "Watschensauger",
|
||||
es: "Absorbebofetón",
|
||||
pt: "Bofetada Drenagem",
|
||||
it: "Sberlassorbimento"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
||||
effect: {
|
||||
en: "Heal 30 damage from this Pokémon."
|
||||
en: "Heal 30 damage from this Pokémon.",
|
||||
fr: "Soignez 30 dégâts de ce Pokémon.",
|
||||
de: "Heile 30 Schadenspunkte bei diesem Pokémon.",
|
||||
es: "Cura 30 puntos de daño a este Pokémon.",
|
||||
pt: "Cure 30 pontos de dano deste Pokémon.",
|
||||
it: "Cura questo Pokémon da 30 danni."
|
||||
}
|
||||
}, {
|
||||
cost: ["Colorless", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Gentle Slap"
|
||||
en: "Gentle Slap",
|
||||
fr: "Gifle Douce",
|
||||
de: "Sanfter Hieb",
|
||||
es: "Bofetada Gentil",
|
||||
pt: "Tapinha",
|
||||
it: "Schiaffetto"
|
||||
},
|
||||
|
||||
damage: 70
|
||||
|
Reference in New Issue
Block a user