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 '../Unseen Forces'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Meganium ex",
|
||||
fr: "Meganium ex"
|
||||
fr: "Meganium ex",
|
||||
de: "Meganie ex"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -28,11 +29,13 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Nurture and Heal",
|
||||
fr: "Nourrir-guérir"
|
||||
fr: "Nourrir-guérir",
|
||||
de: "Nurture and Heal"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may attach a Grass Energy card from your hand to 1 of your Pokémon. If you do, remove 1 damage counter from that Pokémon. This power can't be used if Meganium ex is affected by a Special Condition.",
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez attacher à 1 de vos Pokémon une carte Énergie de votre main. Retirez alors à ce Pokémon 1 marqueur de dégât. Ce pouvoir ne peut pas être utilisé si Meganium ex est affecté par un État Spécial."
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez attacher à 1 de vos Pokémon une carte Énergie de votre main. Retirez alors à ce Pokémon 1 marqueur de dégât. Ce pouvoir ne peut pas être utilisé si Meganium ex est affecté par un État Spécial.",
|
||||
de: "Once during your turn (before your attack), you may attach a Energy card from your hand to 1 of your Pokémon. If you do, remove 1 damage counter from that Pokémon. This power can't be used if Meganium ex is affected by a Special Condition"
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -45,7 +48,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Razor Leaf",
|
||||
fr: "Tranch'herbe"
|
||||
fr: "Tranch'herbe",
|
||||
de: "Razor Leaf"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
@ -62,12 +66,14 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Power Poison",
|
||||
fr: "Poison puissant"
|
||||
fr: "Poison puissant",
|
||||
de: "Power Poison"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard 1 Energy attached to Meganium ex. The Defending Pokémon is now Poisoned.",
|
||||
fr: "Défaussez 1 Énergie attachée à Meganium ex. Le Pokémon Défenseur est maintenant Empoisonné."
|
||||
fr: "Défaussez 1 Énergie attachée à Meganium ex. Le Pokémon Défenseur est maintenant Empoisonné.",
|
||||
de: "Discard an Energy attached to Meganium ex. The Defending Pokémon is now Poisoned."
|
||||
},
|
||||
|
||||
damage: 90
|
||||
|
Reference in New Issue
Block a user