mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 19:19:50 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Sandstorm'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Nuzleaf",
|
||||
fr: "Pifeuil"
|
||||
fr: "Pifeuil",
|
||||
de: "Blanas"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Uncommon",
|
||||
@ -32,11 +33,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Steady Punch",
|
||||
fr: "Poing énergétique"
|
||||
fr: "Poing énergétique",
|
||||
de: "Steady Punch"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 20 damage plus 10 more damage.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts."
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts.",
|
||||
de: "Flip a coin. If heads, this attack does 20 damage plus 10 more damage."
|
||||
},
|
||||
damage: "20+",
|
||||
|
||||
@ -49,7 +52,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Razor Leaf",
|
||||
fr: "Tranch'herbe"
|
||||
fr: "Tranch'herbe",
|
||||
de: "Razor Leaf"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
|
Reference in New Issue
Block a user