1
0
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:
2021-06-29 17:20:26 +02:00
parent b1c866b38b
commit 96f34fcafb
1520 changed files with 28918 additions and 4846 deletions

View File

@ -6,7 +6,11 @@ const card: Card = {
name: {
fr: "Métamorph VMAX",
en: "Ditto VMAX"
en: "Ditto VMAX",
es: "Ditto VMAX",
it: "Ditto VMAX",
pt: "Ditto VMAX",
de: "Ditto VMAX"
},
illustrator: "PLANETA Tsuji",
@ -23,12 +27,20 @@ const card: Card = {
attacks: [{
name: {
fr: "Morphomax",
en: "Max Transform"
en: "Max Transform",
es: "Maxitransformación",
it: "Dynatrasformazione",
pt: "Transformação Max",
de: "Dyna-Wandler"
},
effect: {
fr: "Choisissez lune des attaques du Pokémon Actif de votre adversaire et utilisez-la en tant que cette attaque.",
en: "Choose 1 of your opponents Active Pokémons attacks and use it as this attack."
en: "Choose 1 of your opponents Active Pokémons attacks and use it as this attack.",
es: "Elige 1 de los ataques del Pokémon Activo de tu rival y úsalo para este ataque.",
it: "Scegli un attacco del Pokémon attivo del tuo avversario e usalo al posto di questo attacco.",
pt: "Escolha 1 dos ataques do Pokémon Ativo do seu oponente e use-o como este ataque.",
de: "Wähle 1 Attacke des Aktiven Pokémon deines Gegners und setze sie als diese Attacke ein."
},
cost: ["Colorless", "Colorless", "Colorless"]