Add all systems effects scripts + translations
This commit is contained in:
7
reference_scripts/a7pEvCycVnFBXGAQ.js
Normal file
7
reference_scripts/a7pEvCycVnFBXGAQ.js
Normal file
@ -0,0 +1,7 @@
|
||||
let test = await this.actor.setupCharacteristic("i", {skipTargets: true, appendTitle : " - Stunned", fields : {difficulty : "easy"}})
|
||||
await test.roll();
|
||||
|
||||
if (!test.succeeded)
|
||||
{
|
||||
this.actor.addCondition("stunned");
|
||||
}
|
Reference in New Issue
Block a user