mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +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: "Steelix ex",
|
||||
fr: "Steelix ex"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Poison Resistance",
|
||||
fr: "Résistance au poison"
|
||||
},
|
||||
effect: {
|
||||
en: "Steelix ex can't be Poisoned.",
|
||||
fr: "Steelix ex ne peut pas être Empoisonné."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,9 +45,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Metal Charge",
|
||||
fr: "Attaque métallique"
|
||||
},
|
||||
effect: {
|
||||
en: "Put 1 damage counter on Steelix ex.",
|
||||
fr: "Placez 1 marqueur de dégât sur Steelix ex."
|
||||
},
|
||||
damage: 70,
|
||||
|
||||
@ -58,9 +63,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Mudslide",
|
||||
fr: "Coulée de boue"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard 2 Fighting Energy attached to Steelix ex and choose 1 of your opponent's Pokémon. This attack does 100 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Défaussez 2 Énergies attachées à Steelix ex et choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 100 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)"
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user