1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 00:49: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: "Dusclops",
fr: "Teraclope"
fr: "Teraclope",
de: "Zwirrklop"
},
illustrator: "Yukiko Baba",
@ -37,10 +38,12 @@ const card: Card = {
name: {
en: "Dark One-eye",
fr: "Borgne obscur",
de: "Finsteres Einauge"
},
effect: {
en: "You may discard a card from your hand. If you do, your opponent discards a card from his or her hand.",
fr: "Vous pouvez défausser une carte de votre main. Votre adversaire défausse alors une carte de sa main.",
de: "Du kannst 1 Karte von deiner Hand auf deinen Ablagestapel legen. Wenn du das machst, legt dein Gegner 1 Karte von seiner Hand auf seinen Ablagestapel."
},
damage: 20,
@ -54,10 +57,12 @@ const card: Card = {
name: {
en: "Ambush",
fr: "Embuscade",
de: "Hinterhalt"
},
effect: {
en: "Flip a coin. If heads, this attack does 40 damage plus 20 more damage.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 40 dégâts plus 20 dégâts supplémentaires.",
de: "Wirf 1 Münze. Bei \"Kopf\" fügt dieser Angriff 40 Schadenspunkte plus 20 weitere Schadenspunkte zu."
},
damage: "40+",