mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09: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 '../Legend Maker'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Misdreavus",
|
||||
fr: "Feuforêve"
|
||||
},
|
||||
illustrator: "Yukiko Baba",
|
||||
rarity: "Uncommon",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Deep Sleep",
|
||||
fr: "Gros dodo"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Misdreavus is your Active Pokémon, each player flips 2 coins for his or her Pokémon that is Asleep between turns. If either coin is tails, that Pokémon is still Asleep.",
|
||||
fr: "Tant que Feuforêve est votre Pokémon Actif, chaque joueur lance 2 pièces pour son Pokémon Endormi entre deux tours. Si une des pièces est pile, ce Pokémon reste Endormi."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,9 +41,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Return Trance",
|
||||
fr: "Retour de transe"
|
||||
},
|
||||
effect: {
|
||||
en: "Return an Energy card attached to Misdreavus to your hand. The Defending Pokémon is now Asleep.",
|
||||
fr: "Reprenez dans votre main une carte Énergie attachée à Feuforêve. Le Pokémon Défenseur est maintenant Endormi."
|
||||
},
|
||||
|
||||
},
|
||||
@ -50,9 +55,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dream Eater",
|
||||
fr: "Dévorêve"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is not Asleep, this attack does nothing.",
|
||||
fr: "Si le Pokémon Défenseur n'est pas Endormi, cette attaque est sans effet."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user