mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +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: "Nidoking",
|
||||
fr: "Nidoking"
|
||||
},
|
||||
illustrator: "Hisao Nakamura",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Power Gene",
|
||||
fr: "Puissance génétique"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Nidoking is in play, your attacks by Nidoran ♀, Nidorina, Nidoqueen, Nidoran ♂, and Nidorino do 10 more damage to the Defending Pokemon.",
|
||||
fr: "Tant que Nidoking est en jeu, les attaques effectuées par Nidoran ♀, Nidorina, Nidoqueen, Nidoran ♂ et Nidorino infligent 10 dégâts supplémentaires au Pokémon Défenseur."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Earth Poison",
|
||||
fr: "Poison de terre"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon already has any damage counters on it, the Defending Pokémon is now Poisoned.",
|
||||
fr: "Si le Pokémon Défenseur possède déjà des marqueurs de dégât, il est maintenant Empoisonné."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
@ -57,9 +62,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Bound Crush",
|
||||
fr: "Saut destructeur"
|
||||
},
|
||||
effect: {
|
||||
en: "Choose 1 of your opponent's Pokémon. This attack does 60 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Nidoking can't use Bound Crush during your next turn.",
|
||||
fr: "Choisissez un des Pokémon de votre adversaire. Cette attaque lui inflige 60 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon du Banc.) Nidoking ne pourra pas utiliser Saut destructeur lors de votre prochain tour."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user