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

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Zangoose",
fr: "Mangriff",
de: "Sengo"
},
illustrator: "Masakazu Fukuda",
rarity: "Common",
@ -30,6 +31,7 @@ const card: Card = {
name: {
en: "Slash",
fr: "Tranche",
de: "Schlitzer"
},
damage: 20,
@ -44,12 +46,14 @@ const card: Card = {
name: {
en: "Cutting Claw",
fr: "Griffe coupante",
de: "Schneidekralle"
},
effect: {
en: "If your opponent has Seviper in play, this attack does 40 damage plus 50 more damage.",
fr: "Si votre adversaire a Seviper en jeu, cette attaque inflige 40 dégâts plus 50 dégâts supplémentaires.",
de: "Wenn dein Gegner Vipitis im Spiel hat, fügt dieser Angriff 40 Schadenspunkte plus 50 weitere Schadenspunkte zu."
},
damage: 40,
damage: "40+",
},
],