mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Added informations on more languages for Sword & Shield cards
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -6,7 +6,11 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
fr: "Celebi V",
|
||||
en: "Celebi V"
|
||||
en: "Celebi V",
|
||||
es: "Celebi V",
|
||||
it: "Celebi V",
|
||||
pt: "Celebi V",
|
||||
de: "Celebi V"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Tsuji",
|
||||
@ -18,24 +22,40 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Foliole Dansante",
|
||||
en: "Leaflet Dance"
|
||||
en: "Leaflet Dance",
|
||||
es: "Danza de los Folíolos",
|
||||
it: "Danza di Foglioline",
|
||||
pt: "Dança das Folhinhas",
|
||||
de: "Blättchenreigen"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Attachez le nombre de cartes Énergie Grass voulues de votre main à vos Pokémon comme il vous plaît.",
|
||||
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 Grass Energy cards from your hand to your Pokémon in any way you like.",
|
||||
es: "Une cualquier cantidad de cartas de Energía Grass de tu mano a tus Pokémon de la manera que desees.",
|
||||
it: "Assegna ai tuoi Pokémon un numero qualsiasi di carte Energia Grass dalla tua mano nel modo che preferisci.",
|
||||
pt: "Ligue qualquer número de cartas de Energia Grass da sua mão aos seus Pokémon como desejar.",
|
||||
de: "Lege beliebig viele Grass-Energiekarten aus deiner Hand beliebig an deine Pokémon an."
|
||||
},
|
||||
|
||||
cost: ["Grass"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Retour de Frappe",
|
||||
en: "Slash Back"
|
||||
en: "Slash Back",
|
||||
es: "Tajo Cambiante",
|
||||
it: "Sferzata Inversa",
|
||||
pt: "Contra-arranhar",
|
||||
de: "Rückschnitt"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Échangez ce Pokémon contre l’un de vos Pokémon de Banc.",
|
||||
en: "Switch this Pokémon with 1 of your Benched Pokémon."
|
||||
en: "Switch this Pokémon with 1 of your Benched Pokémon.",
|
||||
es: "Cambia este Pokémon por 1 de tus Pokémon en Banca.",
|
||||
it: "Scambia questo Pokémon con uno della tua panchina.",
|
||||
pt: "Troque este Pokémon por 1 dos seus Pokémon no Banco.",
|
||||
de: "Tausche dieses Pokémon gegen 1 Pokémon auf deiner Bank aus."
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
|
Reference in New Issue
Block a user