mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29: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 '../Legend Maker'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Wobbuffet",
|
||||
fr: "Qulbutoké"
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Stages of Evolution",
|
||||
fr: "Niveaux d'Évolution"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Wobbuffet is an Evolved Pokémon, your opponent pays Colorless more to retreat his or her Active Pokémon.",
|
||||
fr: "Tant que Qulbutoké est un Pokémon Évolué, votre adversaire paye un supplémentaire pour faire battre en retraite son Pokémon Actif."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,11 +41,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Grind",
|
||||
fr: "Écrase"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 10 damage times the amount of Energy attached to Wobbuffet.",
|
||||
fr: "Inflige 10 dégâts multipliés par le nombre d'Énergies attachées à Qulbutoké."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10×",
|
||||
|
||||
},
|
||||
{
|
||||
@ -53,9 +58,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Shadow Tag",
|
||||
fr: "Marque d'ombre"
|
||||
},
|
||||
effect: {
|
||||
en: "Put 7 damage counters on the Defending Pokémon at the end of your opponent's next turn.",
|
||||
fr: "Placez 7 marqueurs de dégât sur le Pokémon Défenseur à la fin du prochain tour de votre adversaire."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user