1
0
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:
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: "Ambipom G",
fr: "Capidextre Niv. 40",
de: "Ambidiffel G"
},
illustrator: "Makoto Imai",
rarity: "Common",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Tail Code",
fr: "Queue codée",
de: "Schweifcode"
},
effect: {
en: "Move an Energy card attached to the Defending Pokémon to another of your opponent's Pokémon.",
fr: "Déplacez une carte Énergie attachée au Pokémon Défenseur sur un autre des Pokémon de votre adversaire.",
de: "Entferne 1 an das Verteidigende Pokémon angelegte Energiekarte und lege sie an 1 anderes Pokémon deines Gegners an."
},
},
@ -45,10 +48,12 @@ const card: Card = {
name: {
en: "Snap Attack",
fr: "Attaque soudaine",
de: "Schnappangriff"
},
effect: {
en: "If the Defending Pokémon has any Energy cards attached to it, this attack's base damage is 20 instead of 60.",
fr: "Si le Pokémon Défenseur possède des cartes Énergie, les dégâts de base de cette attaque sont de 20 au lieu de 60.",
de: "Wenn am Verteidigenden Pokémon mindestens 1 Energiekarte angelegt ist, beträgt der Grundschaden dieses Angriffs 20 Schadenspunkte anstelle von 60 Schadenspunkten."
},
damage: 60,