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: "Milotic ex",
|
||||
fr: "Milobellus ex"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Mystic Scale",
|
||||
fr: "Écaille mystique"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Milotic ex is in play, each player can't play any Technical Machine cards from his or her hand. Discard all Technical Machine cards in play (both yours and your opponent's).",
|
||||
fr: "Tant que Milobellus ex est en jeu, chaque joueur ne peut pas jouer de carte Machine Technique de sa main. Défaussez toutes les cartes Machine Technique en jeu (les vôtres et celles de votre adversaire)."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -40,9 +43,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Gentle Wrap",
|
||||
fr: "Enveloppe douce"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon can't retreat during your opponent's next turn.",
|
||||
fr: "Le Pokémon Défenseur ne peut pas battre en retraite avant la fin du prochain tour de votre adversaire."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -55,9 +60,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Reflect Energy",
|
||||
fr: "Renvoi d'énergie"
|
||||
},
|
||||
effect: {
|
||||
en: "Move 1 basic Energy card attached to Milotic ex to 1 of your Benched Pokémon.",
|
||||
fr: "Déplacez 1 carte Énergie de base attachée à Milobellus ex sur 1 des Pokémon de votre Banc."
|
||||
},
|
||||
damage: 70,
|
||||
|
||||
|
Reference in New Issue
Block a user