mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09: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 '../Team Magma vs Team Aqua'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Cradily ex",
|
||||
fr: "Vacilys ex"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Primal Vibes",
|
||||
fr: "Vibrations primales"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Cradily ex is your Active Pokémon, your opponent can't play a Pokémon from his or her hand to evolve his or her Active Pokémon.",
|
||||
fr: "Tant que Vacilys ex est votre Pokémon Actif, votre adversaire ne peut pas jouer de Pokémon de sa main pour faire évoluer ses Pokémon Actifs."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -39,9 +42,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Eerie Light",
|
||||
fr: "Lumière étrange"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Confused.",
|
||||
fr: "Le Pokémon Défenseur est maintenant Confus."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -55,9 +60,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Acidic Poison",
|
||||
fr: "Poison acide"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Poisoned and Burned.",
|
||||
fr: "Le Pokémon Défenseur est maintenant Empoisonné et Brûlé."
|
||||
},
|
||||
damage: 60,
|
||||
|
||||
|
Reference in New Issue
Block a user