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 '../Crystal Guardians'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Swalot",
|
||||
fr: "Avaltout"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -31,9 +32,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Pick and Choose",
|
||||
fr: "Choisir"
|
||||
},
|
||||
effect: {
|
||||
en: "Choose either Burned or Poisoned, and either Asleep or Confused. The Defending Pokémon is now affected by both Special Conditions.",
|
||||
fr: "Choisissez entre Brûlé et Empoisonné ou Endormi et Confus. Le Pokémon Défenseur est maintenant affecté par ces deux États Spéciaux."
|
||||
},
|
||||
|
||||
},
|
||||
@ -45,11 +48,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Reactive Poison",
|
||||
fr: "Poison réactif"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 50 damage plus 20 more damage for each Special Condition affecting the Defending Pokémon.",
|
||||
fr: "Inflige 50 dégâts plus 20 dégâts supplémentaires pour chaque État Spécial affectant le Pokémon Défenseur."
|
||||
},
|
||||
damage: 50,
|
||||
damage: "50+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user