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: "Weedle",
|
||||
fr: "Aspicot"
|
||||
fr: "Aspicot",
|
||||
de: "Hornliu"
|
||||
},
|
||||
illustrator: "Hajime Kusajima",
|
||||
rarity: "Common",
|
||||
@ -29,11 +30,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Call for Family",
|
||||
fr: "Appel à la famille"
|
||||
fr: "Appel à la famille",
|
||||
de: "Call for Family"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for up to 2 Grass Basic Pokémon and put them onto your Bench. Shuffle your deck afterward.",
|
||||
fr: "Cherchez dans votre deck jusqu'à 2 Pokémon de base et placez-les sur votre Banc. Ensuite, mélangez votre deck."
|
||||
fr: "Cherchez dans votre deck jusqu'à 2 Pokémon de base et placez-les sur votre Banc. Ensuite, mélangez votre deck.",
|
||||
de: "Search your deck for up to 2 Basic Pokémon and put them onto your bench. Suffle your deck afterward."
|
||||
},
|
||||
|
||||
},
|
||||
@ -43,11 +46,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Poison Spurt",
|
||||
fr: "Jet de poison"
|
||||
fr: "Jet de poison",
|
||||
de: "Poison Spurt"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard a Grass Energy card attached to Weedle. The Defending Pokémon is now Poisoned.",
|
||||
fr: "Défaussez une carte Énergie attachée à Aspicot. Le Pokémon Défenseur est maintenant Empoisonné."
|
||||
fr: "Défaussez une carte Énergie attachée à Aspicot. Le Pokémon Défenseur est maintenant Empoisonné.",
|
||||
de: "Discard a Energy Card attached to Weedle. The Defending Pokémon is now Poisoned."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user