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 '../Dragon'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Shedinja",
|
||||
fr: "Munja"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Wonder Guard",
|
||||
fr: "Garde mystik"
|
||||
},
|
||||
effect: {
|
||||
en: "Prevent all effects of attacks, including damage, done to Shedinja by your opponent's Evolved Pokémon and Pokémon-ex.",
|
||||
fr: "Prévenez tous les effets d'une attaque, dégâts inclus, infligés à Munja par les Pokémon-ex et les Pokémon Evolués de votre adversaire."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -40,9 +43,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Damage Curse",
|
||||
fr: "La malédiction des dégâts"
|
||||
},
|
||||
effect: {
|
||||
en: "Put 1 damage counter, plus 1 more damage counter for each damage counter on Shedinja, on the Defending Pokémon.",
|
||||
fr: "Placez un marqueur de dégât sur le Pokémon Défenseur, plus un marqueur supplémentaire pour chaque marqueur de dégât sur Munja."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user