mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00: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 '../Unseen Forces'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Feraligatr",
|
||||
fr: "Aligatueur"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Intimidating Fang",
|
||||
fr: "Croc intimidant"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Feraligatr is your Active Pokémon, any damage done to your Pokémon by an opponent's attack is reduced by 10 (before applying Weakness and Resistance).",
|
||||
fr: "Tant qu'Aligatueur est votre Pokémon Actif, les dégâts infligés à votre Pokémon par une attaque de votre adversaire sont réduits de 10 (avant application de la Faiblesse et de la Résistance)."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Pull Away",
|
||||
fr: "Arracher"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent has 5 or more cards in his or her hand, your opponent discards a number of cards until your opponent has 4 cards left in his or her hand.",
|
||||
fr: "Si votre adversaire a au moins 5 cartes en main, il ou elle doit défausser des cartes jusqu'à ce qu'il ou elle n'ait plus que 4 cartes en main."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -56,11 +61,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Tonnage",
|
||||
fr: "Surpuissance"
|
||||
},
|
||||
effect: {
|
||||
en: "You may do 50 damage plus 30 more damage. If you do, Feraligatr does 30 damage to itself.",
|
||||
fr: "Vous pouvez infliger 50 dégâts plus 30 dégâts supplémentaires. Aligatueur s'inflige alors 30 dégâts."
|
||||
},
|
||||
damage: 50,
|
||||
damage: "50+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user