1
0
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:
2021-11-15 16:24:10 +01:00
committed by GitHub
parent 68054fe4c9
commit b6fbcc1b77
1603 changed files with 7858 additions and 2916 deletions

View File

@ -4,6 +4,7 @@ import Set from '../Holon Phantoms'
const card: Card = {
name: {
en: "Golduck δ",
fr: "Akwakwak δ ESPÈCES DELTA"
},
illustrator: "Midori Harada",
rarity: "Uncommon",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Delta Block",
fr: "Blocage Delta"
},
effect: {
en: "As long as any Stadium card with Holon in its name is in play, your opponent can't play any Stadium cards from his or her hand.",
fr: "Tant que des cartes Stade dont le nom comporte Holon sont en jeu, votre adversaire ne peut pas jouer de carte Stade de sa main."
},
},
],
@ -41,11 +44,13 @@ const card: Card = {
],
name: {
en: "Mind Play",
fr: "Manoeuvre psychologique"
},
effect: {
en: "Choose 1 card from your opponent's hand without looking. Look at the card you chose. If that card is a Trainer card, this attack does 30 damage plus 30 more damage, and discard that card. If that card is not a Trainer card, return it to your opponent's hand.",
fr: "Choisissez sans regarder 1 carte de la main de votre adversaire. Regardez cette carte. Si c'est une carte Dresseur, cette attaque inflige 30 dégâts plus 30 dégâts supplémentaires. Défaussez cette carte. Si cette carte n'est pas une carte Dresseur, replacez-la dans la main de votre adversaire."
},
damage: 30,
damage: "30+",
},
],