1
0
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:
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

@ -41,7 +41,12 @@ const card: Card = {
cost: ["Colorless", "Colorless"],
name: {
en: "Mud-Slap"
en: "Mud-Slap",
fr: "Coud'Boue",
de: "Lehmschelle",
es: "Bofetón Lodo",
pt: "Tapa de Lama",
it: "Fangosberla"
},
damage: 30
@ -49,13 +54,23 @@ const card: Card = {
cost: ["Water", "Colorless", "Colorless"],
name: {
en: "Energy Loop"
en: "Energy Loop",
fr: "Boucle d'Énergie",
de: "Energieschleife",
es: "Bucle de Energía",
pt: "Loop de Energia",
it: "Circuito Energetico"
},
damage: 80,
effect: {
en: "Put an Energy attached to this Pokémon into your hand."
en: "Put an Energy attached to this Pokémon into your hand.",
fr: "Ajoutez à votre main une Énergie attachée à ce Pokémon.",
de: "Nimm 1 an dieses Pokémon angelegte Energie auf deine Hand.",
es: "Pon 1 Energía unida a este Pokémon en tu mano.",
pt: "Coloque 1 Energia ligada a este Pokémon na sua mão.",
it: "Prendi un'Energia assegnata a questo Pokémon e aggiungila alle carte che hai in mano."
}
}],