mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Manectric G",
|
||||
fr: "Élecsprint ",
|
||||
de: "Voltenso G"
|
||||
},
|
||||
illustrator: "Ryota Saito",
|
||||
rarity: "Uncommon",
|
||||
@ -28,10 +29,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Energy Absorption",
|
||||
fr: "Absorption d'énergie",
|
||||
de: "Energieaufnahme"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your discard pile for up to 2 Energy cards and attach them to Manectric G.",
|
||||
fr: "Choisissez dans votre pile de défausse jusqu'à 2 cartes Énergie et attachez-les à Elecsprint .",
|
||||
de: "Durchsuche deinen Ablagestapel nach bis zu 2 Energiekarten und lege sie an Voltenso G an."
|
||||
},
|
||||
|
||||
},
|
||||
@ -43,10 +46,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Thunder Fang",
|
||||
fr: "Crocs Éclair",
|
||||
de: "Donnerzahn"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
|
||||
de: "Wirf 1 Münze. Bei \"Kopf\" ist das Verteidigende Pokémon jetzt gelähmt."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user