Fix talents

This commit is contained in:
sladecraven 2021-11-22 00:01:56 +01:00
parent 63094a118c
commit 73b1df55c7
2 changed files with 6 additions and 6 deletions

View File

@ -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": "<p>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é.</p>",
@ -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",

View File

@ -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",