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

11 lines
449 B
JavaScript

if (args.totalWoundLoss > 0) {
args.opposedTest.result.other.push(
`@Corruption[minor]{Moderate Exposure to Corruption}`
)
this.script.scriptMessage(`<strong>${this.effect.name}</strong>:
@Corruption[moderate]{Moderate Exposure to Corruption} <br/>
<strong>${args.actor.prototypeToken.name}</strong> must take an
<strong>Corruption (Moderate) Test</strong>`,
{whisper: ChatMessage.getWhisperRecipients("GM")}
)
}