forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts + translations
This commit is contained in:
13
reference_scripts/ft0LaRWZT5WtnptP.js
Normal file
13
reference_scripts/ft0LaRWZT5WtnptP.js
Normal file
@ -0,0 +1,13 @@
|
||||
let advantage = this.actor.system.status.advantage.value;
|
||||
if (advantage > 0)
|
||||
{
|
||||
await this.actor.setAdvantage(0);
|
||||
this.script.scriptNotification("Advantage Subtracted")
|
||||
}
|
||||
else
|
||||
{
|
||||
return this.script.scriptNotification("Not enough Advantage!", "error")
|
||||
}
|
||||
|
||||
let test = await this.actor.setupTrait(this.item, {fields : {slBonus : advantage}})
|
||||
await test.roll();
|
Reference in New Issue
Block a user