mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-30 03:29:51 +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 '../Legend Maker'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Magneton",
|
||||
fr: "Magneton"
|
||||
},
|
||||
illustrator: "Hisao Nakamura",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Reactive Recharge",
|
||||
fr: "Recharge réactive"
|
||||
},
|
||||
effect: {
|
||||
en: "If Magneton would be Knocked Out by damage from an opponent's attack, you may move any number of React Energy cards from Magneton to your Pokémon in any way you like.",
|
||||
fr: "Si Magneton doit être mis K.O par les dégâts d'une attaque de votre adversaire, vous pouvez déplacer autant de cartes Énergie réaction que vous voulez de Magneton sur vos Pokémon, de la façon que vous voulez."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,11 +44,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Multiple Force",
|
||||
fr: "Forces multiples"
|
||||
},
|
||||
effect: {
|
||||
en: "If Magneton has any React Energy cards attached to it, this attack does 30 damage plus 10 more damage for each Magnemite and Magneton (both yours and your opponent's) in play.",
|
||||
fr: "Si Magneton possède des cartes Énergie réaction, cette attaque inflige 30 dégâts plus 10 dégâts supplémentaires pour chaque Magneti et Magneton en jeu (les vôtres et ceux de votre adversaire)."
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
{
|
||||
@ -57,6 +62,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Magnetic Blast",
|
||||
fr: "Explosion magnétique"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
|
Reference in New Issue
Block a user