mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Jungle'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Weepinbell",
|
||||
fr: "Boustiflor"
|
||||
fr: "Boustiflor",
|
||||
de: "Ultrigaria"
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
@ -36,12 +37,14 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Poisonpowder",
|
||||
fr: "Poudre toxik"
|
||||
fr: "Poudre toxik",
|
||||
de: "Giftpuder"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Poisoned.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Empoisonné."
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Empoisonné.",
|
||||
de: "Wirf eine Münze. Bei 'Kopf' ist das verteidigende Pokémon jetzt vergiftet."
|
||||
},
|
||||
|
||||
damage: 10
|
||||
@ -53,7 +56,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Razor Leaf",
|
||||
fr: "Tranch'herbe"
|
||||
fr: "Tranch'herbe",
|
||||
de: "Rasierblatt"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
Reference in New Issue
Block a user