mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09: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 '../Holon Phantoms'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Sharpedo δ",
|
||||
fr: "Sharpedo δ ESPÈCES DELTA"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Uncommon",
|
||||
@ -31,9 +32,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Brush Aside",
|
||||
fr: "Repousser"
|
||||
},
|
||||
effect: {
|
||||
en: "If Sharpedo has any Holon Energy cards attached to it, choose 1 card from your opponent's hand without looking and discard it.",
|
||||
fr: "Si Sharpedo possède des cartes Énergie Holon, choisissez sans regarder 1 carte de la main de votre adversaire et défaussez-la."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -46,11 +49,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Swift Turn",
|
||||
fr: "Tour express"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon has Fighting Resistance, this attack does 50 damage plus 30 more damage.",
|
||||
fr: "Si le Pokémon Défenseur possède une Résistance , cette attaque inflige 50 dégâts plus 30 dégâts supplémentaires."
|
||||
},
|
||||
damage: 50,
|
||||
damage: "50+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user