mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Aquapolis'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Weepinbell",
|
||||
fr: "Boustiflor"
|
||||
fr: "Boustiflor",
|
||||
de: "Ultrigaria"
|
||||
},
|
||||
illustrator: "Miki Tanaka",
|
||||
rarity: "Uncommon",
|
||||
@ -31,11 +32,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Growth",
|
||||
fr: "Croissance"
|
||||
fr: "Croissance",
|
||||
de: "Growth"
|
||||
},
|
||||
effect: {
|
||||
en: "Attach up to 2 Energy cards from your hand to Weepinbell.",
|
||||
fr: "Si c'est face, vous pouvez attacher jusqu'à 2 cartes Énergies de votre main à Boustiflor."
|
||||
fr: "Si c'est face, vous pouvez attacher jusqu'à 2 cartes Énergies de votre main à Boustiflor.",
|
||||
de: "Attach up to 2 Energy cards from your hand to Weepinbell."
|
||||
},
|
||||
|
||||
},
|
||||
@ -46,13 +49,15 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Double Razor Leaf",
|
||||
fr: "Double tranch'herb"
|
||||
fr: "Double tranch'herb",
|
||||
de: "Double Razor Leaf"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 30 damage times the number of heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 30 dégâts multipliés par le nombre de faces."
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 30 dégâts multipliés par le nombre de faces.",
|
||||
de: "Flip 2 coins. This attack does 30 damage times the number of heads."
|
||||
},
|
||||
damage: "30×",
|
||||
damage: "30x",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user