mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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 '../Deoxys'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Skarmory",
|
||||
fr: "Airmure"
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Metallic Lift",
|
||||
fr: "Élévation métallique"
|
||||
},
|
||||
effect: {
|
||||
en: "If Skarmory has any Metal Energy attached to it, the Retreat Cost for Skarmory is 0.",
|
||||
fr: "Si Airmure possède une Énergie , son Coût de retraite est de 0."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,9 +41,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Spearhead",
|
||||
fr: "Meneur"
|
||||
},
|
||||
effect: {
|
||||
en: "Draw a card.",
|
||||
fr: "Piochez une carte."
|
||||
},
|
||||
|
||||
},
|
||||
@ -51,11 +56,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Heavy Metal",
|
||||
fr: "Heavy Métal"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin for each Metal Energy attached to Skarmory. This attack does 10 damage plus 20 more damage for each heads.",
|
||||
fr: "Lancez une pièce pour chaque Énergie attachée à Airmure. Cette attaque inflige 10 dégâts plus 20 dégâts supplémentaires multipliés par le nombre de faces."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user