mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19: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: "Pinsir",
|
||||
fr: "Scarabrute"
|
||||
fr: "Scarabrute",
|
||||
de: "Pinsir"
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
@ -32,11 +33,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Irongrip",
|
||||
fr: "Poigne de fer"
|
||||
fr: "Poigne de fer",
|
||||
de: "Eiserner Griff"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé."
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
|
||||
de: "Wirf eine Münze. Bei Kopf ist das verteidigende Pokémon jetzt gelähmt"
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -50,7 +53,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Guillotine",
|
||||
fr: "Guillotine"
|
||||
fr: "Guillotine",
|
||||
de: "Guillotine"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
|
Reference in New Issue
Block a user