Add all systems effects scripts + translations
This commit is contained in:
7
reference_scripts/1ZArMNUI8qqH6zkX.js
Normal file
7
reference_scripts/1ZArMNUI8qqH6zkX.js
Normal file
@ -0,0 +1,7 @@
|
||||
let test = await args.actor.setupCharacteristic("wp", {skipTargets: true, appendTitle : " - " + this.effect.name, context : {failure: "Gained a Stunned Condition"}})
|
||||
await test.roll();
|
||||
if (test.failed)
|
||||
{
|
||||
args.actor.addCondition("stunned")
|
||||
}
|
||||
|
Reference in New Issue
Block a user