1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-23 04:19:18 +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: "Black Belt",
fr: "Karatéka",
de: "Schwarzgurt"
},
illustrator: "Kanako Eo",
@ -14,7 +15,8 @@ const card: Card = {
effect: {
fr: "Vous pouvez utiliser cette carte uniquement sil vous reste plus de cartes Récompense que votre adversaire. Pendant ce tour, chaque attaque de votre Pokémon Actif inflige 40 dégâts supplémentaires au Pokémon Actif de votre adversaire (avant application de la Faiblesse et de la Résistance).",
en: "You may use this card only if you have more Prize cards left than your opponent. During this turn, each of your Active Pokémons attacks does 40 more damage to your opponents Active Pokémon (before applying Weakness and Resistance)."
en: "You may use this card only if you have more Prize cards left than your opponent. During this turn, each of your Active Pokémons attacks does 40 more damage to your opponents Active Pokémon (before applying Weakness and Resistance).",
de: "Du darfst diese Karte nur spielen, wenn du mehr Preise übrig hast als dein Gegner. Während dieses Zuges fügt jeder Angriff deines Aktiven Pokémon den Aktiven Pokémon des Gegners 40 weitere Schadenspunkte zu (bevor Schwäche und Resistenz verrechnet werden)."
},
trainerType: "Supporter",