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 '../Delta Species'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Groudon Star",
|
||||
fr: "Groudon ☆"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Rare",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Critical Collection",
|
||||
fr: "Collection difficile"
|
||||
},
|
||||
effect: {
|
||||
en: "Count the number of Prize cards your opponent has taken. Search your discard pile for up to that many Fighting Energy cards and attach them to Groudon Star.",
|
||||
fr: "Comptabilisez le nombre de cartes Récompense récoltées par votre adversaire. Cherchez dans votre pile de défausse le même nombre de cartes Énergie et attachez-les à Groudon ."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -45,9 +48,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Ground Slash",
|
||||
fr: "Tranch'sol"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard a Fighting Energy card attached to Groudon Star.",
|
||||
fr: "Défaussez une carte Énergie attachée à Groudon ."
|
||||
},
|
||||
damage: 80,
|
||||
|
||||
|
Reference in New Issue
Block a user