mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 08:59: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 '../Dragon'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Graveler",
|
||||
fr: "Gravalanch"
|
||||
},
|
||||
illustrator: "Hisao Nakamura",
|
||||
rarity: "Uncommon",
|
||||
@ -30,11 +31,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Grind",
|
||||
fr: "Écrase"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 10 damage times the amount of Energy attached to Graveler.",
|
||||
fr: "Inflige 10 dégâts multipliés par le nombre d'Énergies attachées à Gravalanch."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10×",
|
||||
|
||||
},
|
||||
{
|
||||
@ -46,9 +49,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Big Explosion",
|
||||
fr: "Grosse explosion"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 80 damage to each Active Pokémon (both yours and your opponent's).",
|
||||
fr: "Inflige 80 dégâts à chaque Pokémon Actif (les vôtres et ceux de votre adversaire)."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user