1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-08 11:09:18 +00:00

feat: Add missing german sets (HGSS & COL) (#451)
Some checks failed
Build Docker image / build (push) Failing after 42s

This commit is contained in:
2023-12-06 01:20:07 +01:00
committed by GitHub
parent b24233b342
commit 6d133f5343
520 changed files with 2371 additions and 326 deletions

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Ampharos",
fr: "Pharamp",
de: "Ampharos"
},
illustrator: "Kent Kanetsuna",
@ -35,10 +36,12 @@ const card: Card = {
name: {
en: "Conductivity",
fr: "Conductivité",
de: "Leitfähigkeit"
},
effect: {
en: "Whenever your opponent attaches an Energy card from his or her hand to 1 of his or her Pokémon, put 1 damage counter on that Pokémon.",
fr: "Lorsque votre adversaire attache une carte Énergie de sa main à lun de ses Pokémon, appliquez un marqueur de dégâts à ce Pokémon.",
de: "Lege jedes Mal, wenn dein Gegner 1 Energiekarte von seiner Hand an 1 seiner Pokémon anlegt, 1 Schadensmarke auf dieses Pokémon."
},
},
],
@ -53,10 +56,12 @@ const card: Card = {
name: {
en: "Lightning Crush",
fr: "Écraséclair",
de: "Schmetterblitz"
},
effect: {
en: "Flip a coin. If heads, this attack does 40 damage plus 40 more damage. If tails, discard an Energy attached to the Defending Pokémon.",
fr: "Lancez une pièce. Si cest face, cette attaque inflige 40 dégâts plus 40 dégâts supplémentaires. Si cest pile, défaussez-vous dune carte Énergie attachée au Pokémon Défenseur.",
de: "Wirf eine Münze. Bei \"Kopf\" fügt dieser Angriff 40 Schadenspunkte plus 40 weitere Schadenspunkte zu. Bei \"Zahl\" lege eine Energiekarte, die am Verteidigenden Pokémon angelegt ist, auf den Ablagestapel deines Gegners."
},
damage: "40+",