mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49: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 '../Deoxys'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Slaking",
|
||||
fr: "Monaflemit"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Lazy Aura",
|
||||
fr: "Aura fainéante"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Slaking is your Active Pokémon, any damage done by attacks from your opponent's Pokémon-ex is reduced by 30 (before applying Weakness and Resistance).",
|
||||
fr: "Tant que Monaflemit est votre Pokémon Actif, les dégâts infligés par des attaques du Pokémon-ex de votre adversaire sont réduits de 30 (après application de la Faiblesse et de la Résistance)."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Amnesia",
|
||||
fr: "Amnésie"
|
||||
},
|
||||
effect: {
|
||||
en: "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.",
|
||||
fr: "Choisissez 1 des attaques du Pokémon Défenseur. Ce Pokémon ne peut pas utiliser cette attaque lors du prochain tour de votre adversaire."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -57,9 +62,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Lazy Headbutt",
|
||||
fr: "Coup d'boule fainéant"
|
||||
},
|
||||
effect: {
|
||||
en: "Slaking is now Asleep.",
|
||||
fr: "Monaflemit est maintenant Endormi."
|
||||
},
|
||||
damage: 70,
|
||||
|
||||
|
Reference in New Issue
Block a user