mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-02 04:41:57 +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: "Raichu",
|
||||
fr: "Raichu"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Rare",
|
||||
@@ -30,9 +31,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Recharge",
|
||||
fr: "Recharger"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for up to 2 Lightning Energy cards and attach them to Raichu. Shuffle your deck afterward.",
|
||||
fr: "Cherchez dans votre deck jusqu'à 2 cartes Énergie et attachez-les à Raichu. Ensuite, mélangez votre deck."
|
||||
},
|
||||
|
||||
},
|
||||
@@ -44,9 +47,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Thunder Reflection",
|
||||
fr: "Coup d'tonnerre"
|
||||
},
|
||||
effect: {
|
||||
en: "You may move any number of Lightning Energy cards attached to Raichu to another of your Pokémon.",
|
||||
fr: "Vous pouvez déplacer autant de cartes Énergie attachées à Raichu que vous le voulez sur un autre de vos Pokémon."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
Reference in New Issue
Block a user