foundryvtt-wh4-lang-fr-fr/scripts/TAw9vXnfyIAl5DGs.js

11 lines
387 B
JavaScript
Raw Permalink Normal View History

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