Fix talents
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user