mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39: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,26 +4,18 @@ import Set from '../Unseen Forces'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Energy Root",
|
||||
fr: "Racine Énergie"
|
||||
},
|
||||
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
trainerType: "Tool",
|
||||
|
||||
effect: {
|
||||
fr: "Attachez Racine Énergie à 1 de vos Pokémon (Pokémon-ex et Pokémon dont le nom comporte Obscur ou un nom de Dresseur exclus) qui ne possède pas déjà d'Outil Pokémon. Si le Pokémon auquel Racine Énergie est attachée est un Pokémon-ex ou si son nom comporte Obscur ou un nom de Dresseur, défaussez Racine Énergie.\n\nTant que Racine Énergie est attachée à un Pokémon, ce Pokémon obtient 20 Points de vie supplémentaires et ne peut pas utiliser ses Poké-Powers ou Poké-Bodies."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user