mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 09:59:19 +00:00
feat: Add missing german sets (HGSS & COL) (#451)
Some checks failed
Build Docker image / build (push) Failing after 42s
Some checks failed
Build Docker image / build (push) Failing after 42s
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Metagross",
|
||||
fr: "Metalosse",
|
||||
de: "Metagross"
|
||||
},
|
||||
|
||||
illustrator: "Wataru Kawahara",
|
||||
@ -35,10 +36,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Psychic Float",
|
||||
fr: "Psy-flotteur",
|
||||
de: "Psychoschweber"
|
||||
},
|
||||
effect: {
|
||||
en: "If you have any Psychic Energy attached to your Active Pokémon, the Retreat Cost for that Pokémon is 0.",
|
||||
fr: "Si une ou plusieurs cartes Énergie Psychic sont attachées à votre Pokémon Actif, le Coût de retraite de ce dernier est de 0.",
|
||||
de: "Wenn an dein Aktives Pokémon mindestens 1 -Energie angelegt ist, hat dieses Pokémon Rückzugskosten von 0."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -52,6 +55,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Pulse Blast",
|
||||
fr: "Explosion vibrante",
|
||||
de: "Pulsierender Schuss"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
@ -66,10 +70,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Double Leg Hammer",
|
||||
fr: "Marteau têtu",
|
||||
de: "Doppelter Beinhammer"
|
||||
},
|
||||
effect: {
|
||||
en: "Choose 2 of your opponent’s Benched Pokémon. This attack does 40 damage to each of them. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Choisissez 2 des Pokémon se trouvant sur le Banc de votre adversaire. Cette attaque inflige 40 dégâts à chacun d’entre eux. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
de: "Wähle 2 Pokémon auf der Bank deines Gegners. Dieser Angriff fügt jedem der gewählten Pokémon 40 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user