1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-22 03: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: "Absol",
fr: "Absol",
de: "Absol"
},
illustrator: "Hideaki Hakozaki",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Eye of Disaster",
fr: "Œil du chaos",
de: "Auge des Unheils"
},
effect: {
en: "As long as Absol is your Active Pokémon, whenever your opponent puts a Basic Pokémon from his or her hand onto his or her Bench, put 2 damage counters on that Pokémon.",
fr: "Tant quAbsol est votre Pokémon Actif, chaque fois que votre adversaire ajoute un Pokémon de base de sa main à son Banc, placez 2 marqueurs de dégât sur ce Pokémon.",
de: "Solange Absol dein Aktives Pokémon ist, lege jedes Mal, wenn dein Gegner 1 Basis-Pokémon von seiner Hand auf seine Bank legt, 2 Schadensmarken auf dieses Pokémon."
},
},
],
@ -47,10 +50,12 @@ const card: Card = {
name: {
en: "Vicious Claw",
fr: "Pince vicieuse",
de: "Tückische Klauen"
},
effect: {
en: "Choose 1 Pokémon from your hand and put it in the Lost Zone. (If you cant put a Pokémon in the Lost Zone, this attack does nothing.)",
fr: "Choisissez un Pokémon dans votre main et placez-le dans la Zone Perdue. (Si vous ne pouvez pas, cette attaque ne fait rien.)",
de: "Wähle 1 Pokémon-Karte von deiner Hand und lege sie ins Nirgendwo. (Wenn du keine Pokémon-Karte ins Nirgendwo legen kannst, hat dieser Angriff keine Auswirkung.)"
},
damage: 70,