mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +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 '../Delta Species'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Rayquaza δ",
|
||||
fr: "Rayquaza δ ESPÈCES DELTA"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -26,9 +27,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Delta Guard",
|
||||
fr: "Garde Delta"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Rayquaza has any Holon Energy cards attached to it, ignore the effect of Rayquaza's Lightning Storm attack.",
|
||||
fr: "Tant que Rayquaza possède des cartes Énergie Holon, ignorez l'effet de son attaque Orage d'éclairs."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -39,11 +42,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Power Blow",
|
||||
fr: "Coup puissant"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 10 damage times the amount of Energy attached to Rayquaza.",
|
||||
fr: "Inflige 10 dégâts multipliés par le nombre total d'Énergie attachée à Rayquaza."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10×",
|
||||
|
||||
},
|
||||
{
|
||||
@ -53,13 +58,18 @@ const card: Card = {
|
||||
"Colorless",
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
name: {
|
||||
en: "Lightning Storm",
|
||||
},
|
||||
effect: {
|
||||
en: "Put 7 damage counters on Rayquaza.",
|
||||
fr: "Orage d'éclairs"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Put 7 damage counters on Rayquaza.",
|
||||
fr: "Placez 7 marqueurs de dégât sur Rayquaza."
|
||||
},
|
||||
|
||||
damage: 70
|
||||
},
|
||||
],
|
||||
weaknesses: [
|
||||
|
Reference in New Issue
Block a user