mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 16:01:59 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Corphish",
|
||||
fr: "Ecrapince",
|
||||
de: "Krebscorps"
|
||||
},
|
||||
|
||||
illustrator: "Sumiyoshi Kizuki",
|
||||
@@ -32,10 +33,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Knock Off",
|
||||
fr: "Sabotage",
|
||||
de: "Abschlag"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, choose 1 card from your opponent's hand without looking and discard it.",
|
||||
fr: "Lancez une pièce. Si c'est face, choisissez sans regarder une carte de la main de votre adversaire et défaussez-la.",
|
||||
de: "Wirf 1 Münze. Bei \"Kopf\" wähle 1 Karte von der Hand deines Gegners (ohne sie vorher anzusehen) und lege sie auf seinen Ablagestapel."
|
||||
},
|
||||
|
||||
},
|
||||
@@ -47,6 +50,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Irongrip",
|
||||
fr: "Poigne de fer",
|
||||
de: "Eiserner Griff"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user