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
Some checks failed
Build Docker image / build (push) Failing after 42s
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Carvanha",
|
||||
fr: "Carvanha",
|
||||
de: "Kanivanha"
|
||||
},
|
||||
|
||||
illustrator: "MAHOU",
|
||||
@ -32,10 +33,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Focus Energy",
|
||||
fr: "Puissance",
|
||||
de: "Energiefokus"
|
||||
},
|
||||
effect: {
|
||||
en: "During your next turn, Carvanha’s Bite attack’s base damage is 40.",
|
||||
fr: "Pendant votre prochain tour, l’attaque Morsure de Carvanha inflige 40 dégâts de base.",
|
||||
de: "In deinem nächsten Zug beträgt der Grundschaden von Kanivanhas Biss 40 Schadenspunkte."
|
||||
},
|
||||
|
||||
},
|
||||
@ -46,6 +49,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Bite",
|
||||
fr: "Morsure",
|
||||
de: "Biss"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
Reference in New Issue
Block a user