mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09: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 '../FireRed & LeafGreen'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Wigglytuff",
|
||||
fr: "Grodoudou"
|
||||
},
|
||||
illustrator: "Kyoko Umemoto",
|
||||
rarity: "Uncommon",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Assistance",
|
||||
fr: "Assistance"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), if Wigglytuff is on your Bench, you may choose 1 of your Active Pokémon and remove 1 Special Condition from it.",
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), si Grodoudou est sur votre Banc, vous pouvez choisir 1 de vos Pokémon Actifs et lui retirer 1 État Spécial."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Expand",
|
||||
fr: "Pousstoidla"
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent's next turn, any damage done to Wigglytuff by attacks is reduced by 10 (after applying Weakness and Resistance).",
|
||||
fr: "Lors du prochain tour de votre adversaire, les dégâts infligés à Grodoudou par des attaques sont réduits de 10 (après application de la Faiblesse et de la Résistance)."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user