Add all systems effects scripts
This commit is contained in:
8
scripts/xklncIMwQIespDxS.js
Normal file
8
scripts/xklncIMwQIespDxS.js
Normal file
@ -0,0 +1,8 @@
|
||||
let test = await this.actor.setupCharacteristic("t", {skipTargets: true, appendTitle : ` - ${this.effect.name}`, fields : {difficulty : "vhard"}});
|
||||
await test.roll();
|
||||
game.wfrp4e.utility.postCorruptionTest("minor", this.script.getChatData())
|
||||
|
||||
if (test.failed)
|
||||
{
|
||||
this.actor.addCondition("unconscious");
|
||||
}
|
Reference in New Issue
Block a user