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 '../Ruby & Sapphire'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Aggron",
|
||||
fr: "Galeking"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -30,11 +31,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Retaliate",
|
||||
fr: "Représailles"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 10 damage times the number of damage counters on Aggron.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 10 dégâts pour chaque marqueur de dégât sur Galeking."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10×",
|
||||
|
||||
},
|
||||
{
|
||||
@ -45,6 +48,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Mega Punch",
|
||||
fr: "Ultimapoing"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
@ -60,11 +64,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Double Lariat",
|
||||
fr: "Double lasso"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 70 damage times the number of heads.",
|
||||
fr: "Lancez deux pièces. Cette attaque inflige 70 dégâts multipliés par le nombre de face."
|
||||
},
|
||||
damage: 70,
|
||||
damage: "70×",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user