1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 01: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: "Tyranitar",
fr: "Tyranocif",
de: "Despotar"
},
illustrator: "Kouki Saitou",
@ -39,10 +40,12 @@ const card: Card = {
name: {
en: "Tail Crush",
fr: "Destruqueue",
de: "Zerquetschender Schweif"
},
effect: {
en: "Flip a coin. If heads, this attack does 40 damage plus 20 more damage.",
fr: "Lancez une pièce. Si cest face, cette attaque inflige 40 dégâts plus 20 dégâts supplémentaires.",
de: "Wirf eine Münze. Bei \"Kopf\" fügt dieser Angriff 40 Schadenspunkte plus 20 weitere Schadenspunkte zu."
},
damage: "40+",
@ -57,10 +60,12 @@ const card: Card = {
name: {
en: "Hyper Beam",
fr: "Ultralaser",
de: "Hyperstrahl"
},
effect: {
en: "Discard an Energy card attached to the Defending Pokémon.",
fr: "Défaussez une carte Énergie attachée au Pokémon Défenseur.",
de: "Lege eine Energiekarte, die am Verteidigenden Pokémon angelegt ist, auf den Ablagestapel deines Gegners."
},
damage: 80,