Add all systems effects scripts + translations
This commit is contained in:
8
reference_scripts/bwtQOSWn120NICkf.js
Normal file
8
reference_scripts/bwtQOSWn120NICkf.js
Normal file
@ -0,0 +1,8 @@
|
||||
let test = await this.actor.setupCharacteristic("ag", {fields : {difficulty : "hard"}});
|
||||
await test.roll();
|
||||
|
||||
if (test.failed)
|
||||
{
|
||||
await this.actor.addCondition("bleeding")
|
||||
await this.actor.addCondition("entangled")
|
||||
}
|
Reference in New Issue
Block a user