mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Lugia",
|
||||
fr: "Lugia",
|
||||
de: "Lugia"
|
||||
},
|
||||
illustrator: "Kazuyuki Kano",
|
||||
rarity: "Rare",
|
||||
@ -30,10 +31,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Silver Wing",
|
||||
fr: "Battement argenté",
|
||||
de: "Silberschwinge"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, choose an Energy card attached to the Defending Pokémon and return it to your opponent's hand.",
|
||||
fr: "Lancez une pièce. Si c'est face, choisissez une carte Énergie attachée au Pokémon Défenseur et replacez-la dans la main de votre adversaire.",
|
||||
de: "Wirf 1 Münze. Bei \"Kopf\" wähle 1 am Verteidigenden Pokémon angelegte Energiekarte. Dein Gegner nimmt die gewählte Energiekarte auf die Hand."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -47,10 +50,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Psychic Destruction",
|
||||
fr: "Destruction psy",
|
||||
de: "Psycho-Zerstörung"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon has any Energy cards attached to it, this attack's base damage is 40 instead of 120.",
|
||||
fr: "Si le Pokémon Défenseur possède des cartes Énergie, les dégâts de base de cette attaque sont de 40 au lieu de 120.",
|
||||
de: "Wenn am Verteidigenden Pokémon mindestens 1 Energiekarte angelegt ist, beträgt der Grundschaden dieses Angriffs 40 Schadenspunkte anselle von 120 Schadenspunkten."
|
||||
},
|
||||
damage: 120,
|
||||
|
||||
|
Reference in New Issue
Block a user