mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09: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 '../Legend Maker'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Pinsir",
|
||||
fr: "Scarabrute"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Shining Horn",
|
||||
fr: "Corne brillante"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Pinsir is the only Pokémon you have in play, your opponent's Basic Pokémon can't attack.",
|
||||
fr: "Tant que Scarabrute est le seul Pokémon que vous ayez en jeu, les Pokémon de base de votre adversaire ne peuvent pas attaquer."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,9 +41,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Cry for Help",
|
||||
fr: "Appel à l'aide"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for a Grass Pokémon (excluding Pokémon-ex), show it to your opponent, and put it into your hand. Shuffle your deck afterward.",
|
||||
fr: "Cherchez dans votre deck un Pokémon (Pokémon-ex exclus), montrez-le à votre adversaire et placez-le dans votre main. Ensuite, mélangez votre deck."
|
||||
},
|
||||
|
||||
},
|
||||
@ -51,9 +56,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Overhead Toss",
|
||||
fr: "Soulève'korne"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 20 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Inflige 20 dégâts à 1 des Pokémon de votre Banc. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)"
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user