mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../FireRed & LeafGreen'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Caterpie",
|
||||
fr: "Chenipan"
|
||||
fr: "Chenipan",
|
||||
de: "Raupy"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Common",
|
||||
@ -29,11 +30,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Signs of Evolution",
|
||||
fr: "Signes d'évolution"
|
||||
fr: "Signes d'évolution",
|
||||
de: "Signs of Evolution"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for a Metapod and a Butterfree card, show them to your opponent, and put them into your hand. Shuffle your deck afterward.",
|
||||
fr: "Cherchez dans votre deck une carte Chrysacier et une carte Papilusion, montrez-les à votre adversaire et placez-les dans votre main. Ensuite, mélangez votre deck."
|
||||
fr: "Cherchez dans votre deck une carte Chrysacier et une carte Papilusion, montrez-les à votre adversaire et placez-les dans votre main. Ensuite, mélangez votre deck.",
|
||||
de: "Search your deck for a Metapod and a Butterfress card, show them to your opponent, and put them into your hand. Shuffle your deck afterward."
|
||||
},
|
||||
|
||||
},
|
||||
@ -43,11 +46,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "String Shot",
|
||||
fr: "Sécrétion"
|
||||
fr: "Sécrétion",
|
||||
de: "String Shot"
|
||||
},
|
||||
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: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
Reference in New Issue
Block a user