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 '../Unseen Forces'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Ariados",
|
||||
fr: "Migalos"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -30,11 +31,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Reactive Poison",
|
||||
fr: "Poison réactif"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 10 damage plus 30 more damage for each Special Condition affecting the Defending Pokémon.",
|
||||
fr: "Inflige 10 dégâts plus 30 dégâts supplémentaires pour chaque État Spécial affectant le Pokémon Défenseur."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10+",
|
||||
|
||||
},
|
||||
{
|
||||
@ -43,9 +46,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Spider Trap",
|
||||
fr: "Piège d'araignée"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Asleep and Poisoned. Before applying this effect, you may switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. If you do, the new Defending Pokémon is now Asleep and Poisoned. Your opponent chooses the Defending Pokémon to switch.",
|
||||
fr: "Le Pokémon Défenseur est maintenant Endormi et Empoisonné. Avant d'appliquer cet effet, vous pouvez échanger 1 des Pokémon de Banc de votre adversaire avec 1 des Pokémon Défenseurs. Le nouveau Pokémon Défenseur est alors Endormi et Empoisonné. Votre adversaire choisit le Pokémon Défenseur à échanger."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user