1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 09:59:19 +00:00

feat: Add missing German sets (#450)

This commit is contained in:
2023-12-06 00:47:28 +01:00
committed by GitHub
parent a7011c519d
commit b24233b342
4320 changed files with 32071 additions and 14148 deletions

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Luxray",
fr: "Luxray",
de: "Luxtra"
},
illustrator: "Mitsuhiro Arita",
@ -35,10 +36,12 @@ const card: Card = {
name: {
en: "Rivalry",
fr: "Rivalité",
de: "Rivalität"
},
effect: {
en: "If your opponent has any Pokémon LV.X in play, each of Luxray's attacks does 50 more damage to the Active Pokémon (before applying Weakness and Resistance).",
fr: "Si votre adversaire possède des Pokémon NIV.X en jeu, chacune des attaques de Luxray inflige 50 dégâts supplémentaires au Pokémon Actif (avant application de la Faiblesse et de la Résistance).",
de: "Wenn dein Gegner mindestens 1 Pokémon LV.X im Spiel hat, fügt jeder Angriff von Luxtra den Aktiven Pokémon 50 weitere Schadenspunkte zu (bevor Schwäche und Resistenz verrechnet werden)."
},
},
],
@ -52,10 +55,12 @@ const card: Card = {
name: {
en: "Plasma",
fr: "Plasma",
de: "Plasma"
},
effect: {
en: "Search your discard pile for a Lightning Energy card and attach it to Luxray.",
fr: "Cherchez dans votre pile de défausse une carte Énergie Lightning et attachez-la à Luxray.",
de: "Durchsuche deinen Ablagestapel nach 1 -Energiekarte und lege sie an Luxtra an."
},
damage: 40,
@ -69,10 +74,12 @@ const card: Card = {
name: {
en: "Shock Bolt",
fr: "Choc'éclair",
de: "Schock-Blitz"
},
effect: {
en: "Discard all Lightning Energy attached to Luxray.",
fr: "Défaussez une Énergie Lightning attachée à Luxray.",
de: "Lege alle an Luxtra angelegten -Energien auf deinen Ablagestapel."
},
damage: 100,