mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17: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 '../FireRed & LeafGreen'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Venomoth",
|
||||
fr: "Aéromite"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Uncommon",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Protective Dust",
|
||||
fr: "Poussière Protectrice"
|
||||
},
|
||||
effect: {
|
||||
en: "Prevent all effects of attacks, except damage, done to Venomoth by the Attacking Pokémon.",
|
||||
fr: "Prévenez tous les effets d'une attaque, dégâts exclus, infligés à Aéromite par le Pokémon Attaquant."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -40,9 +43,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Sleep Poison",
|
||||
fr: "Poison dodo"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Asleep and Poisoned.",
|
||||
fr: "Le Pokémon Défenseur est maintenant Endormi et Empoisonné."
|
||||
},
|
||||
|
||||
},
|
||||
@ -53,9 +58,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Razor Wind",
|
||||
fr: "Coupe-vent"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, this attack does nothing.",
|
||||
fr: "Lancez une pièce. Si c'est pile, cette attaque est sans effet."
|
||||
},
|
||||
damage: 60,
|
||||
|
||||
|
Reference in New Issue
Block a user