Add all systems effects scripts
This commit is contained in:
10
scripts/EdTChmSouS0MSmk5.js
Normal file
10
scripts/EdTChmSouS0MSmk5.js
Normal file
@ -0,0 +1,10 @@
|
||||
let test = await this.actor.setupCharacteristic("wp", {skipTargets: true, appendTitle : ` - ${this.effect.name}`})
|
||||
await test.roll();
|
||||
if (test.succeeded)
|
||||
{
|
||||
this.script.scriptMessage("Can perform an Action or Move (choose one)")
|
||||
}
|
||||
else
|
||||
{
|
||||
this.script.scriptMessage("Cannot perform an Action or Move this round")
|
||||
}
|
Reference in New Issue
Block a user