mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09: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:
@ -4,6 +4,7 @@ import Set from '../FireRed & LeafGreen'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Exeggutor",
|
||||
fr: "Noadkoko"
|
||||
},
|
||||
illustrator: "Tomokazu Komiya",
|
||||
rarity: "Rare",
|
||||
@ -30,9 +31,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Psychic Exchange",
|
||||
fr: "Échange psychique"
|
||||
},
|
||||
effect: {
|
||||
en: "Shuffle your hand into your deck. Draw up to 8 cards.",
|
||||
fr: "Mélangez votre main avec votre deck. Piochez ensuite jusqu'à 8 cartes."
|
||||
},
|
||||
|
||||
},
|
||||
@ -43,11 +46,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Big Eggsplosion",
|
||||
fr: "Grosse éclate"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin for each Energy attached to Exeggutor. This attack does 40 damage times the number of heads",
|
||||
fr: "Lancez une pièce pour chaque Énergie attachée à Noadkoko. Cette attaque inflige 40 dégâts multipliés par le nombre de faces."
|
||||
},
|
||||
damage: 40,
|
||||
damage: "40×",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user