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: "Electrike",
|
||||
fr: "Dynavolt"
|
||||
},
|
||||
illustrator: "Hajime Kusajima",
|
||||
rarity: "Uncommon",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Charge",
|
||||
fr: "Recharge"
|
||||
},
|
||||
effect: {
|
||||
en: "Attach a Lightning Energy from your discard pile to Electrike.",
|
||||
fr: "Attachez une carte Énergie de votre pile de défausse à Dynavolt."
|
||||
},
|
||||
|
||||
},
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Thunder Jolt",
|
||||
fr: "Secousse tonnerre"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, Electrike does 10 damage to itself.",
|
||||
fr: "Lancez une pièce. Si c'est pile, Dynavolt s'inflige 10 dégâts."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user