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: "Hariyama ex",
|
||||
fr: "Hariyama ex"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Commanding Aura",
|
||||
fr: "Aura autoritaire"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Hariyama ex is your Active Pokémon, your opponent can't play any Stadium cards from his or her hand.",
|
||||
fr: "Tant qu'Hariyama ex est votre Pokémon Actif, votre adversaire ne peut plus jouer de carte Stade de sa main."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Knock Off",
|
||||
fr: "Sabotage"
|
||||
},
|
||||
effect: {
|
||||
en: "Choose 1 card from your opponent's hand without looking and discard it.",
|
||||
fr: "Choisissez 1 carte de la main de votre adversaire sans regarder et défaussez-la."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
@ -56,9 +61,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Pivot Throw",
|
||||
fr: "Lancer tournant"
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent's next turn, any damage done to Hariyama ex by attacks is increased by 10 (before applying Weakness and Resistance).",
|
||||
fr: "Lors du prochain tour de votre adversaire, tous dégâts infligés à Hariyama ex par des attaques sont augmentés de 10 (avant application de la Faiblesse et de la Résistance)."
|
||||
},
|
||||
damage: 80,
|
||||
|
||||
|
Reference in New Issue
Block a user