Ajout de la commande /voyage et grosse MAJK de la commande /auberge
This commit is contained in:
7
scripts/ulXfbycWUu36vdmS.js
Normal file
7
scripts/ulXfbycWUu36vdmS.js
Normal file
@@ -0,0 +1,7 @@
|
||||
let test = await this.actor.setupSkill(game.i18n.localize("NAME.Cool"), {appendTitle : ` - ${this.effect.name}`, fields : {difficulty : "difficult", slBonus : -1 * this.effet.sourceTest.result.SL}})
|
||||
await Test.roll();
|
||||
if (Test.succeeded)
|
||||
{
|
||||
this.script.notification(`Résistance à ${this.effect.name}`);
|
||||
}
|
||||
return test.failed;
|
||||
Reference in New Issue
Block a user