mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-30 11:30:46 +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 '../Dragon Frontiers'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Heracross δ",
|
||||
fr: "Scarhino δ ESPÈCES DELTA"
|
||||
},
|
||||
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 Heracross is the only Pokémon you have in play, your opponent's Basic Pokémon can't attack.",
|
||||
fr: "Tant que Scarhino 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: "Dig Deep",
|
||||
fr: "Trou profond"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your discard pile for an Energy card, show it to your opponent, and put it into your hand.",
|
||||
fr: "Choisissez dans votre pile de défausse une carte Énergie, montrez-la à votre adversaire et placez-la dans votre main."
|
||||
},
|
||||
|
||||
},
|
||||
@ -51,11 +56,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Extra Claws",
|
||||
fr: "Griffes supplémentaires"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is Pokémon-ex, this attack does 30 damage plus 20 more damage.",
|
||||
fr: "Si le Pokémon Défenseur est un Pokémon-ex, cette attaque inflige 30 dégâts plus 20 dégâts supplémentaires."
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user