mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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 '../Ruby & Sapphire'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Manectric",
|
||||
fr: "Elecsprint"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -30,9 +31,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Attract Current",
|
||||
fr: "Courant électrique"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for a Lightning Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward.",
|
||||
fr: "Choisissez dans votre deck une carte Énergie et attachez-la à un de vos Pokémon. Mélangez ensuite votre deck."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -45,9 +48,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Thunder Jolt",
|
||||
fr: "Secousse tonnerre"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, Manectric does 10 damage to itself.",
|
||||
fr: "Lancez une pièce. Si c'est pile, Elecsprint s'inflige 10 dégâts."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
Reference in New Issue
Block a user