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: "Solrock",
fr: "Solaroc",
de: "Sonnfel"
},
illustrator: "Kouki Saitou",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Heal Block",
fr: "Anti-Soin",
de: "Heilblockade"
},
effect: {
en: "If you have Lunatone in play, damage counters cant be removed from any Pokémon (both yours and your opponents). (Damage counters can still be moved.)",
fr: "Si vous disposez de Seleroc en jeu, aucun marqueur de dégât ne peut être retiré aux Pokémon (les vôtres et ceux de votre adversaire). (Vous pouvez néanmoins déplacer les marqueurs de dégât.)",
de: "Wenn du Lunastein im Spiel hast, können keine Schadensmarken von Pokémon entfernt werden (deinen und denen deines Gegners). (Schadensmarken können jedoch weiterhin verschoben werden.)"
},
},
],
@ -46,10 +49,12 @@ const card: Card = {
name: {
en: "Sun Flash",
fr: "Éblouissement solaire",
de: "Sonnenblitz"
},
effect: {
en: "If the Defending Pokémon tries to attack during your opponents next turn, your opponent flips a coin. If tails, that attack does nothing.",
fr: "Si le Pokémon Défenseur essaie dattaquer pendant le prochain tour de votre adversaire, ce dernier lance une pièce. Si cest pile, cette attaque ne fait rien.",
de: "Falls das Verteidigende Pokémon während des nächsten Zuges deines Gegners angreift, wirft dein Gegner 1 Münze. Bei \"Zahl\" hat dieser Angriff keine Auswirkungen."
},
damage: 20,