mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49: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 '../Sandstorm'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Cradily",
|
||||
fr: "Vacilys"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Super Suction Cups",
|
||||
fr: "Super ventouses"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Cradily is your Active Pokémon, your opponent's Pokémon can't retreat.",
|
||||
fr: "Tant que Vacilys est votre Pokémon Actif, le Pokémon de votre adversaire ne peut pas battre en retraite."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -40,9 +43,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Lure Poison",
|
||||
fr: "Poison attractif"
|
||||
},
|
||||
effect: {
|
||||
en: "Before using this effect, you may switch the Defending Pokémon with 1 of your opponent's Benched Pokémon, if any. The Defending Pokémon is now Poisoned.",
|
||||
fr: "Avant d'utiliser cet effet, vous pouvez échanger le Pokémon Défenseur contre un des Pokémon du Banc de votre adversaire, s'il en a. Le Pokémon Défenseur est maintenant Empoisonné."
|
||||
},
|
||||
|
||||
},
|
||||
@ -54,9 +59,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Spiral Drain",
|
||||
fr: "Spirale"
|
||||
},
|
||||
effect: {
|
||||
en: "Remove 2 damage counters from Cradily (remove 1 if there is only 1).",
|
||||
fr: "Retirez à Vacilys deux marqueurs de dégât (ou un s'il n'en a qu'un)."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
Reference in New Issue
Block a user