mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19: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: "Roselia",
|
||||
fr: "Roselia"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Thick Skin",
|
||||
fr: "Dur à cuir"
|
||||
},
|
||||
effect: {
|
||||
en: "Roselia can't be affected by any Special Conditions.",
|
||||
fr: "Roselia ne peut pas être affectée par un État spécial."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,9 +41,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Speed Growth",
|
||||
fr: "Engrais rapide"
|
||||
},
|
||||
effect: {
|
||||
en: "Attach up to 2 Grass Energy cards from your hand to your Pokémon in any way you like.",
|
||||
fr: "Attachez jusqu'à deux cartes Énergie de votre main à vos Pokémon de la façon que vous voulez."
|
||||
},
|
||||
|
||||
},
|
||||
@ -50,9 +55,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Sleep Powder",
|
||||
fr: "Poudre dodo"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Asleep.",
|
||||
fr: "Le Pokémon Défenseur est maintenant Endormi."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
Reference in New Issue
Block a user