1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-24 04:49:19 +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: "Grumpig",
fr: "Groret",
de: "Groink"
},
illustrator: "Yukiko Baba",
@ -38,10 +39,12 @@ const card: Card = {
name: {
en: "Psychic Lock",
fr: "Verrou psy",
de: "Psycho-Schloss"
},
effect: {
en: "Your opponent cant use any Poké-Powers on his or her Pokémon on his or her next turn.",
fr: "Votre adversaire ne peut utiliser aucun Poké-Power sur ses Pokémon lors de son prochain tour.",
de: "Dein Gegner kann in seinem nächsten Zug keine Poké-Power seiner Pokémon benutzen."
},
damage: 20,
@ -55,12 +58,14 @@ const card: Card = {
name: {
en: "Bench Manipulation",
fr: "Manipulation de Banc",
de: "Bankmanipulation"
},
effect: {
en: "Your opponent flips a coin for each of his or her Benched Pokémon. This attack does 40 damage times the number of tails. This attacks damage isnt affected by Weakness or Resistance.",
fr: "Votre adversaire lance une pièce pour chacun de ses Pokémon de Banc. Cette attaque inflige 40 dégâts multipliés par le nombre de côtés pile. Les dégâts infligés par cette attaque ne sont pas affectés par la Faiblesse ou la Résistance.",
de: "Dein Gegner wirft eine Münze für jedes Pokémon auf seiner Bank. Dieser Angriff fügt 40 Schadenspunkte mal der Anzahl \"Zahl\" zu. Der Schaden dieses Angriffs wird durch Schwäche und Resistenz nicht verändert."
},
damage: "40×",
damage: "40x",
},
],