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 '../Unseen Forces'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Blissey ex",
|
||||
fr: "Leuphorie ex"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Blissful Support",
|
||||
fr: "Soutien divin"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn, when you play Blissey ex from your hand to evolve 1 of your Pokémon, you may discard all Energy cards attached to any number of your Pokémon and remove all damage counters from those Pokémon.",
|
||||
fr: "Une seule fois lors de votre tour, lorsque vous jouez Leuphorie ex de votre main pour faire évoluer 1 de vos Pokémon, vous pouvez défausser toutes les cartes Énergie attachées à autant de vos Pokémon que vous le voulez et leur retirer tous leurs marqueurs de dégât."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -40,9 +43,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Energy Absorption",
|
||||
fr: "Absorption d'énergie"
|
||||
},
|
||||
effect: {
|
||||
en: "Attach up to 3 Energy cards from your discard pile to Blissey ex.",
|
||||
fr: "Attachez à Leuphorie ex jusqu'à 3 cartes Énergie de votre pile de défausse."
|
||||
},
|
||||
|
||||
},
|
||||
@ -55,6 +60,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Roll Out",
|
||||
fr: "Roulade"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
|
Reference in New Issue
Block a user