1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 16:39:18 +00:00

feat: Add missing German sets (#450)

This commit is contained in:
2023-12-06 00:47:28 +01:00
committed by GitHub
parent a7011c519d
commit b24233b342
4320 changed files with 32071 additions and 14148 deletions

View File

@ -4,7 +4,8 @@ import Set from '../Stormfront'
const card: Card = {
name: {
en: "Scizor",
fr: "Cizayox"
fr: "Cizayox",
de: "Scherox"
},
illustrator: "Midori Harada",
rarity: "Rare",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Honeycomb Defender",
fr: "Défenseur de nid d'abeille",
de: "Wabenverteidiger"
},
effect: {
en: "If Scizor has 6 or more damage counters on it, any damage done to Scizor by attacks is reduced by 40 (after applying Weakness and Resistance).",
fr: "Si Cizayox possède au moins 6 marqueurs de dégât, tous dégâts infligés à Cizayox par des attaques sont réduits de 40 (après application de la Faiblesse et de la Résistance).",
de: "Solange auf Scherox mindestens 6 Schadensmarken liegen, wird Schaden, der Scherox durch Angriffe zugefügt wird, um 40 Schadenspunkte reduziert (nachdem Schwäche und Resistenz verrechnet wurden)."
},
},
],
@ -46,10 +49,12 @@ const card: Card = {
name: {
en: "Accelerate",
fr: "Accélérer",
de: "Beschleunigen"
},
effect: {
en: "If the Defending Pokémon is Knocked Out by this attack, prevent all effects of an attack, including damage, done to Scizor during your opponent's next turn.",
fr: "Si le Pokémon Défenseur est mis K.O par cette attaque, prévenez tous les effets d'une attaque, dégâts inclus, infligés à Cizayox lors du prochain tour de votre adversaire.",
de: "Wenn das Verteidigende Pokémon durch diesen Angriff kampfunfähig wird, verhindere während des nächsten Zuges deines Gegners alle Effekte eines Angriffs, einschließlich Schaden, die Scherox zugefügt würden."
},
damage: 30,
@ -62,10 +67,12 @@ const card: Card = {
name: {
en: "Pound Down",
fr: "Mettre en bouillie",
de: "Niederschmettern"
},
effect: {
en: "If you don't have any Pokémon with any Poké-Powers in play, this attack does 40 damage plus 30 more damage.",
fr: "Si vous n'avez pas de Pokémon possédant des Poké-Powers en jeu, cette attaque inflige 40 dégâts plus 30 dégâts supplémentaires.",
de: "Wenn keines deiner Pokémon im Spiel eine Poké-Power hat, fügt dieser Angriff 40 Schadenspunkte plus 30 weitere Schadenspunkte zu."
},
damage: "40+",