Ajout de la commande /voyage et grosse MAJK de la commande /auberge
This commit is contained in:
6
scripts/dVF5ywnzeiZQx9ke.js
Normal file
6
scripts/dVF5ywnzeiZQx9ke.js
Normal file
@@ -0,0 +1,6 @@
|
||||
let test = await this.actor.setupSkill(game.i18n.localize("NAME.Résistance"), {fields : {difficulty : "hard"}, appendTitle : ` - ${this.effect.name}`})
|
||||
await test.roll();
|
||||
if (test.failed)
|
||||
{
|
||||
this.script.scriptMessage(await this.actor.applyBasicDamage(15, {damageType : game.wfrp4e.config.DAMAGE_TYPE.IGNORE_AP, suppressMsg: true}))
|
||||
}
|
||||
Reference in New Issue
Block a user