foundryvtt-wh4-lang-fr-fr/reference_scripts/CWNGrg7se91RC95g.js

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")}
)
}