From 73b1df55c72bd671724f53a7f3c0aa9e6fabfede Mon Sep 17 00:00:00 2001 From: sladecraven Date: Mon, 22 Nov 2021 00:01:56 +0100 Subject: [PATCH] Fix talents --- compendium/wfrp4e-core.talents.json | 10 +++++----- module.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/compendium/wfrp4e-core.talents.json b/compendium/wfrp4e-core.talents.json index afd4050..e8763f8 100644 --- a/compendium/wfrp4e-core.talents.json +++ b/compendium/wfrp4e-core.talents.json @@ -97,7 +97,7 @@ "effectApplication": "actor", "effectTrigger": "preRollTest", "preventDuplicateEffects": true, - "script": "if (args.test.item && args.test.item.name == \"Discrétion (Urbain)\")\n args.test.extra.canReverse = true" + "script": "if (args.test.item && args.test.item.name == \"Discrétion (Urbaine)\")\n args.test.preData.canReverse = true" } }, "icon": "modules/wfrp4e-core/icons/talents/alley-cat.png", @@ -108,7 +108,7 @@ ], "id": "Alley Cat", "name": "Chat de gouttière", - "tests": "Discrétion (Urbain)" + "tests": "Discrétion (Urbaine)" }, { "description": "

Vous pouvez utiliser votre main non directive bien mieux que la plupart des gens, grâce à votre entraînement ou à un Talent inné. Vous subissez seulement une pénalité de -10 aux Tests reposant uniquement sur votre main secondaire au lieu de -20. Si vous possédez deux fois ce Talent, vous ne subissez aucune pénalité.

", @@ -317,7 +317,7 @@ "effectApplication": "actor", "effectTrigger": "preRollTest", "preventDuplicateEffects": true, - "script": "if (args.test.item && args.test.item.name == \"Recherche\")\n args.test.extra.canReverse = true" + "script": "if (args.test.item && args.test.item.name == \"Recherche\")\n args.test.preData.canReverse = true" } }, "icon": "modules/wfrp4e-core/icons/talents/bookish.png", @@ -393,7 +393,7 @@ "effectApplication": "actor", "effectTrigger": "preRollTest", "preventDuplicateEffects": false, - "script": "if (args.test.item && args.test.item.name == \"Résistance à l'alcool\")\n args.test.extra.canReverse = true" + "script": "if (args.test.item && args.test.item.name == \"Résistance à l'alcool\")\n args.test.preData.canReverse = true" } }, "icon": "modules/wfrp4e-core/icons/talents/carouser.png", @@ -826,7 +826,7 @@ "effectApplication": "actor", "effectTrigger": "preRollTest", "preventDuplicateEffects": true, - "script": "if (args.test.item && args.test.item.name == \"Ragot\")\n args.test.extra.canReverse = true" + "script": "if (args.test.item && args.test.item.name == \"Ragot\")\n args.test.preData.canReverse = true" } }, "icon": "modules/wfrp4e-core/icons/talents/gregarious.png", diff --git a/module.json b/module.json index faae000..15f76f1 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "WH4-fr-translation", "title": "WFRP4e - Core Module en français.", "description": "Traduction Française pour Warhammer v4.", - "version": "4.2.12", + "version": "4.2.13", "minimumCoreVersion" : "0.8.0", "compatibleCoreVersion": "0.8.9", "author": "LeRatierBretonnien",