Files
wfrp-4e-de/reference_scripts/HmImVzvw6ecBy99l.js
T
2025-05-10 00:11:46 +02:00

5 lines
179 B
JavaScript

if (args.opposedTest.result.hitloc.value == "body" && args.totalWoundLoss > 0)
{
args.actor.addCondition("bleeding", 2)
this.script.scriptNotification("Added Bleeding")
}