Files
wfrp-4e-de/scripts/W9nyUNQStMr1pUHJ.js
2025-05-15 23:03:43 +02:00

5 lines
175 B
JavaScript

if (args.opposedTest.result.hitloc.value == this.item.system.location.key)
{
args.actor.addCondition("bleeding", 1);
this.script.scriptNotification("Added Bleeding")
}