1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-01 20:32:03 +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: "Kingdra",
fr: "Hyporoi",
de: "Seedraking"
},
illustrator: "Hideaki Hakozaki",
@@ -35,10 +36,12 @@ const card: Card = {
name: {
en: "Spray Splash",
fr: "Embruns",
de: "Fontänenspritzer"
},
effect: {
en: "Once during your turn (before your attack), you may put 1 damage counter on 1 of your opponents Pokémon. This power cant be used if Kingdra is affected by a Special Condition.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez placer un marqueur de dégât sur lun des Pokémon de votre adversaire. Ce pouvoir ne peut pas être utilisé si Hyporoi est affecté par un État Spécial.",
de: "Einmal während deines Zuges (vor deinem Angriff) kannst du 1 Schadensmarke auf 1 Pokémon deines Gegners legen. Diese Poké-Power kann nicht benutzt werden, wenn Seedraking von einem Speziellen Zustand betroffen ist."
},
},
],
@@ -51,10 +54,12 @@ const card: Card = {
name: {
en: "Dragon Steam",
fr: "Dragovapeur",
de: "Drachendampf"
},
effect: {
en: "If your opponent has any Fire Pokémon in play, this attacks base damage is 20 instead of 60.",
fr: "Si votre adversaire dispose de nimporte quel Pokémon Fire en jeu, cette attaque inflige 20 dégâts de base au lieu de 60.",
de: "Wenn dein Gegner mindestens 1 -Pokémon im Spiel hat, beträgt der Grundschaden dieses Angriffs 20 Schadenspunkte anstelle von 60 Schadenspunkten."
},
damage: 60,