mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +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: "Tropius",
|
||||
en: "Tropius"
|
||||
en: "Tropius",
|
||||
es: "Tropius",
|
||||
it: "Tropius",
|
||||
pt: "Tropius",
|
||||
de: "Tropius"
|
||||
},
|
||||
|
||||
illustrator: "Akira Komayama",
|
||||
@ -18,19 +22,31 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Main Verte",
|
||||
en: "Attach Leaves"
|
||||
en: "Attach Leaves",
|
||||
es: "Unir Hojas",
|
||||
it: "Assegnafoglie",
|
||||
pt: "Ligar Folhas",
|
||||
de: "Blätter anlegen"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Attachez jusqu’à 2 cartes Énergie Grass de votre pile de défausse à vos Pokémon de Banc comme il vous plaît.",
|
||||
en: "Attach up to 2 Grass Energy cards from your discard pile to your Benched Pokémon in any way you like."
|
||||
en: "Attach up to 2 Grass Energy cards from your discard pile to your Benched Pokémon in any way you like.",
|
||||
es: "Une hasta 2 cartas de Energía Grass de tu pila de descartes a tus Pokémon en Banca de la manera que desees.",
|
||||
it: "Assegna ai tuoi Pokémon in panchina fino a due carte Energia Grass dalla tua pila degli scarti nel modo che preferisci.",
|
||||
pt: "Ligue até 2 cartas de Energia Grass da sua pilha de descarte aos seus Pokémon no Banco como desejar.",
|
||||
de: "Lege bis zu 2 Grass-Energiekarten aus deinem Ablagestapel beliebig an die Pokémon auf deiner Bank an."
|
||||
},
|
||||
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Tornade",
|
||||
en: "Gust"
|
||||
en: "Gust",
|
||||
es: "Tornado",
|
||||
it: "Raffica",
|
||||
pt: "Lufada de Vento",
|
||||
de: "Windstoß"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
Reference in New Issue
Block a user