1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15:59: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:
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 '../Emerald'
const card: Card = {
name: {
en: "Cacturne ex",
fr: "Cacturne ex"
},
illustrator: "Hikaru Koike",
rarity: "Rare",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Cursed Glare",
fr: "Regard maléfique"
},
effect: {
en: "As long as Cacturne ex is your Active Pokémon, your opponent can't attach any Special Energy cards (except for Darkness and Metal Energy cards) from his or her hand to his or her Active Pokémon.",
fr: "Tant que Cacturne ex est votre Pokémon Actif, votre adversaire ne peut pas attacher de cartes Énergie spéciales (sauf les cartes Énergie et ) de sa main à son Pokémon Actif."
},
},
],
@ -40,9 +43,11 @@ const card: Card = {
],
name: {
en: "Psybeam",
fr: "Rafale psy"
},
effect: {
en: "The Defending Pokémon is now Confused.",
fr: "Le Pokémon Défenseur est maintenant Confus."
},
damage: 20,
@ -55,11 +60,13 @@ const card: Card = {
],
name: {
en: "Spike Rend",
fr: "Pointe déchirante"
},
effect: {
en: "If the Defending Pokémon already has any damage counters on it, this attack does 50 damage plus 20 more damage.",
fr: "Si le Pokémon Défenseur possède déjà des marqueurs de dégât, cette attaque inflige 50 dégâts plus 20 dégâts supplémentaires."
},
damage: 50,
damage: "50+",
},
],