mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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 '../Emerald'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Medicham ex",
|
||||
fr: "Charmina ex"
|
||||
},
|
||||
illustrator: "Hikaru Koike",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Wise Aura",
|
||||
fr: "Sage aura"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Medicham ex is your Active Pokémon, each Pokémon (excluding Pokémon-ex) (both yours and your opponent's) can't use any Poké-Powers.",
|
||||
fr: "Tant que Charmina ex est votre Pokémon Actif, chaque Pokémon (Pokémon-ex exclus) (les vôtres et ceux de votre adversaire), ne peut pas utiliser de Poké-Powers."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Pure Power",
|
||||
fr: "Pouvoir pur"
|
||||
},
|
||||
effect: {
|
||||
en: "Put 3 damage counters on your opponent's Pokémon in any way you like.",
|
||||
fr: "Placez 3 marqueurs de dégât sur les Pokémon de votre adversaire de la façon que vous voulez."
|
||||
},
|
||||
|
||||
},
|
||||
@ -55,11 +60,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Sky Kick",
|
||||
fr: "Coup de pied céleste"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon has Fighting Resistance, this attack does 60 damage plus 40 more damage.",
|
||||
fr: "Si le Pokémon Défenseur possède une Résistance , cette attaque inflige 60 dégâts plus 40 dégâts supplémentaires."
|
||||
},
|
||||
damage: 60,
|
||||
damage: "60+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user