foundryvtt-wh4-lang-fr-fr/scripts/2cKarG9ToyW2ptCd.js

10 lines
340 B
JavaScript
Raw Permalink Normal View History

2024-05-16 17:57:51 +02:00
if (this.item.system.quantity.value)
{
this.item.update({"system.quantity.value" : this.item.system.quantity.value - 0.25})
let actor = Array.from(game.user.targets)[0]?.actor || this.actor;
actor.applyEffect({effectData : [this.item.effects.contents[1].convertToApplied()]})
}
else
{
this.script.scriptNotification("Vide !", "error")
}