mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +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 '../FireRed & LeafGreen'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Mr. Mime ex",
|
||||
fr: "M. Mime ex"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Magic Evens",
|
||||
fr: "Pair magique"
|
||||
},
|
||||
effect: {
|
||||
en: "If Mr. Mime ex would be damaged by an attack, prevent that attack's damage done to Mr. Mime ex if that damage is 20, 40, 60, 80, 100, 120, 140, 160, or 180.",
|
||||
fr: "Si une attaque inflige des dégâts à M. Mime ex, prévenez-les si les dégâts sont de 20, 40, 60, 80, 100, 120, 140, 160 ou 180."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -39,9 +42,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Breakdown",
|
||||
fr: "Réaction"
|
||||
},
|
||||
effect: {
|
||||
en: "Count the number of cards in your opponent's hand. Put that many damage counters on the Defending Pokémon.",
|
||||
fr: "Comptez le nombre de cartes dans la main de votre adversaire. Placez sur le Pokémon Défenseur autant de marqueurs de dégât qu'il y a de cartes."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user