mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15: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 '../Legend Maker'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Regirock Star",
|
||||
fr: "Regirock ☆"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Rare",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dig Drain",
|
||||
fr: "Trou épuisant"
|
||||
},
|
||||
effect: {
|
||||
en: "Remove 1 damage counter from Regirock Star.",
|
||||
fr: "Retirez à Regirock 1 marqueur de dégât."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -43,9 +46,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Final Blast",
|
||||
fr: "Explosion finale"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent has only 1 Prize card left and Regirock Star is the only Pokémon you have in play, this attack's base damage is 100 instead of 30.",
|
||||
fr: "S'il reste à votre adversaire une seule carte Récompense et que Regirock est le seul Pokémon que vous ayez en jeu, les dégâts de base de cette attaque sont de 100 au lieu de 30."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user