mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Dragon Frontiers'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Nidoran♂ δ",
|
||||
fr: "Nidoran ♂ δ ESPÈCES DELTA"
|
||||
fr: "Nidoran ♂ δ ESPÈCES DELTA",
|
||||
de: "Nidoran M"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Common",
|
||||
@ -29,7 +30,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Peck",
|
||||
fr: "Picpic"
|
||||
fr: "Picpic",
|
||||
de: "Schnabel"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -41,11 +43,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Poison Horn",
|
||||
fr: "Corne empoisonnée"
|
||||
fr: "Corne empoisonnée",
|
||||
de: "Gifthorn"
|
||||
},
|
||||
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 1 Münze. Bei \"Kopf\" ist das Verteidigende Pokémon jetzt vergiftet."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user