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