mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Manectric",
|
||||
fr: "Élecsprint",
|
||||
de: "Voltenso"
|
||||
},
|
||||
illustrator: "Daisuke Ito",
|
||||
rarity: "Uncommon",
|
||||
@ -33,10 +34,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Thunder Wave",
|
||||
fr: "Cage-éclair",
|
||||
de: "Donnerwelle"
|
||||
},
|
||||
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,
|
||||
|
||||
@ -49,12 +52,14 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Volt Crush",
|
||||
fr: "Écras'volt",
|
||||
de: "Volt-Zermalmer"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, discard an Energy attached to Manectric and this attack does 40 damage plus 30 more damage.",
|
||||
fr: "Lancez une pièce. Si c'est face, défaussez une Énergie attachée à Elecsprint et cette attaque inflige 40 dégâts plus 30 dégâts supplémentaires.",
|
||||
de: "Wirf 1 Münze. Bei 'Kopf' lege 1 Energie, die an Voltenso angelegt ist, auf deinen Ablagestapel und dieser Angriff fügt 40 Schadenpunkte plus 30 weitere Schadenspunkte zu."
|
||||
},
|
||||
damage: 40,
|
||||
damage: "40+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user