mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +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 '../Power Keepers'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Flygon ex",
|
||||
fr: "Libegon ex"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Psychic Protector",
|
||||
fr: "Protecteur psy"
|
||||
},
|
||||
effect: {
|
||||
en: "If Flygon ex is damaged by an opponent's attack, you may discard up to 4 cards from your hand. If you do, any damage done to Flygon ex is reduced by 10 for each card you discarded.",
|
||||
fr: "Si une attaque de votre adversaire inflige des dégâts à Libegon ex, vous pouvez défausser jusqu'à 4 cartes de votre main. Tous dégâts infligés alors à Libegon ex sont réduits de 10 pour chaque carte défaussée."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,9 +45,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Slashing Strike",
|
||||
fr: "Coup déchirant"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, Flygon ex can't use Slashing Strike during your next turn.",
|
||||
fr: "Lancez une pièce. Si c'est pile, Libegon ex ne peut pas utiliser Coup déchirant lors de votre prochain tour."
|
||||
},
|
||||
damage: 70,
|
||||
|
||||
|
Reference in New Issue
Block a user