forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts + translations
This commit is contained in:
13
reference_scripts/qSwCYMMiIHmSV1X5.js
Normal file
13
reference_scripts/qSwCYMMiIHmSV1X5.js
Normal file
@ -0,0 +1,13 @@
|
||||
if (this.item.system.quantity.value)
|
||||
{
|
||||
this.item.system.reduceQuantity();
|
||||
let actor = Array.from(game.user.targets)[0]?.actor || this.actor;
|
||||
let effectData = this.item.effects.contents[0].convertToApplied();
|
||||
effectData.flags.wfrp4e.sourceItem = this.item.uuid
|
||||
effectData.duration.seconds = 10800
|
||||
actor.applyEffect({effectData : [effectData]})
|
||||
}
|
||||
else
|
||||
{
|
||||
this.script.scriptNotification("None left!", "error")
|
||||
}
|
Reference in New Issue
Block a user