mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-02 04:41:57 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@@ -28,23 +28,43 @@ const card: Card = {
|
||||
cost: ["Grass"],
|
||||
|
||||
name: {
|
||||
en: "Leaflet Dance"
|
||||
en: "Leaflet Dance",
|
||||
fr: "Foliole Dansante",
|
||||
de: "Blättchenreigen",
|
||||
es: "Danza de los Folíolos",
|
||||
pt: "Dança das Folhinhas",
|
||||
it: "Danza di Foglioline"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Attach any number of Grass Energy cards from your hand to your Pokémon in any way you like."
|
||||
en: "Attach any number of {G} Energy cards from your hand to your Pokémon in any way you like.",
|
||||
fr: "Attachez le nombre de cartes Énergie {G} voulues de votre main à vos Pokémon comme il vous plaît.",
|
||||
de: "Lege beliebig viele {G}-Energiekarten aus deiner Hand beliebig an deine Pokémon an.",
|
||||
es: "Une cualquier cantidad de cartas de Energía {G} de tu mano a tus Pokémon de la manera que desees.",
|
||||
pt: "Ligue qualquer número de cartas de Energia {G} da sua mão aos seus Pokémon como desejar.",
|
||||
it: "Assegna ai tuoi Pokémon un numero qualsiasi di carte Energia {G} dalla tua mano nel modo che preferisci."
|
||||
}
|
||||
}, {
|
||||
cost: ["Grass", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Slash Back"
|
||||
en: "Slash Back",
|
||||
fr: "Retour de Frappe",
|
||||
de: "Rückschnitt",
|
||||
es: "Tajo Cambiante",
|
||||
pt: "Contra-arranhar",
|
||||
it: "Sferzata Inversa"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
|
||||
effect: {
|
||||
en: "Switch this Pokémon with 1 of your Benched Pokémon."
|
||||
en: "Switch this Pokémon with 1 of your Benched Pokémon.",
|
||||
fr: "Échangez ce Pokémon contre l'un de vos Pokémon de Banc.",
|
||||
de: "Tausche dieses Pokémon gegen 1 Pokémon auf deiner Bank aus.",
|
||||
es: "Cambia este Pokémon por 1 de tus Pokémon en Banca.",
|
||||
pt: "Troque este Pokémon por 1 dos seus Pokémon no Banco.",
|
||||
it: "Scambia questo Pokémon con uno della tua panchina."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user