mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09: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 '../Hidden Legends'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Regirock ex",
|
||||
fr: "Regirock ex"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Healing Stone",
|
||||
fr: "Pierre guérisseuse"
|
||||
},
|
||||
effect: {
|
||||
en: "At any time between turns, remove 1 damage counter from Regirock ex.",
|
||||
fr: "N'importe quand entre deux tours, retirez à Regirock ex 1 marqueur de dégât."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -40,11 +43,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Tonnage",
|
||||
fr: "Surpuissance"
|
||||
},
|
||||
effect: {
|
||||
en: "You may do 60 damage plus 20 more damage. If you do, Regirock ex does 30 damage to itself.",
|
||||
fr: "Vous pouvez infliger 60 dégâts plus 20 dégâts supplémentaires. Regirock ex s'inflige alors 30 dégâts."
|
||||
},
|
||||
damage: 60,
|
||||
damage: "60+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user