mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +00:00
fix: add EX French translations (#169)
* fix: Add for some sets Signed-off-by: Avior <github@avior.me> * Added Sets titles Signed-off-by: Avior <github@avior.me> * fix: Finished last EX sets Signed-off-by: Avior <github@avior.me> * Change Discord Link text
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Unseen Forces'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Meganium",
|
||||
fr: "Meganium"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Healing Aroma",
|
||||
fr: "Arôme guérisseur"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Meganium is your Active Pokémon, remove 1 damage counter from each Pokémon (excluding Pokémon-ex) (both yours and your opponent's) between turns.",
|
||||
fr: "Tant que Meganium est votre Pokémon Actif, retirez 1 marqueur de dégât à chaque Pokémon (Pokémon-ex exclus) (les vôtres et ceux de votre adversaire) entre deux tours."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,11 +45,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Bouncy Move",
|
||||
fr: "Mouvement bondissant"
|
||||
},
|
||||
effect: {
|
||||
en: "You may put up to 5 damage counters on Meganium. If you do, this attack does 50 damage plus 10 more damage for each damage counter you put on Meganium in this way.",
|
||||
fr: "Vous pouvez placer jusqu'à 5 marqueurs de dégât sur Meganium. Cette attaque inflige alors 50 dégâts plus 10 dégâts supplémentaires pour chaque marqueur de dégât que vous placez sur Meganium de cette façon."
|
||||
},
|
||||
damage: 50,
|
||||
damage: "50+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user