mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
fix: Add the two missing sets in german (#479)
This commit is contained in:
@ -9,7 +9,8 @@ const card: Card = {
|
||||
fr: "Déflaisan",
|
||||
es: "Unfezant",
|
||||
it: "Unfezant",
|
||||
pt: "Unfezant"
|
||||
pt: "Unfezant",
|
||||
de: "Fasasnob"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
@ -26,7 +27,8 @@ const card: Card = {
|
||||
fr: "Vents Contraires",
|
||||
es: "Vientos Adversos",
|
||||
it: "Venti Avversi",
|
||||
pt: "Ventos Opostos"
|
||||
pt: "Ventos Opostos",
|
||||
de: "Widerstreitende Winde"
|
||||
},
|
||||
|
||||
effect: {
|
||||
@ -34,7 +36,8 @@ const card: Card = {
|
||||
fr: "Vous pouvez ajouter à la main de votre adversaire 2 Énergies attachées à son Pokémon Actif.",
|
||||
es: "Puedes poner 2 Energías unidas al Pokémon Activo de tu rival en su mano.",
|
||||
it: "Puoi prendere due Energie assegnate al Pokémon attivo del tuo avversario e aggiungerle alle carte che ha in mano.",
|
||||
pt: "Você pode colocar 2 Energias ligadas ao Pokémon Ativo do seu oponente na mão dele."
|
||||
pt: "Você pode colocar 2 Energias ligadas ao Pokémon Ativo do seu oponente na mão dele.",
|
||||
de: "Du kannst deinem Gegner 2 an sein Aktives Pokémon angelegte Energien auf seine Hand geben."
|
||||
},
|
||||
|
||||
damage: 70
|
||||
@ -46,7 +49,8 @@ const card: Card = {
|
||||
fr: "Puissance Illimitée",
|
||||
es: "Poder Ilimitado",
|
||||
it: "Potere Incontenibile",
|
||||
pt: "Poder Ilimitado"
|
||||
pt: "Poder Ilimitado",
|
||||
de: "Unbegrenzte Kraft"
|
||||
},
|
||||
|
||||
effect: {
|
||||
@ -54,7 +58,8 @@ const card: Card = {
|
||||
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas attaquer.",
|
||||
es: "Durante tu próximo turno, este Pokémon no puede atacar.",
|
||||
it: "Durante il tuo prossimo turno, questo Pokémon non può attaccare.",
|
||||
pt: "Durante o seu próximo turno, este Pokémon não poderá atacar."
|
||||
pt: "Durante o seu próximo turno, este Pokémon não poderá atacar.",
|
||||
de: "Während deines nächsten Zuges kann dieses Pokémon nicht angreifen."
|
||||
},
|
||||
|
||||
damage: 180
|
||||
|
Reference in New Issue
Block a user