Files
wfrp-4e-de/scripts/j98hvy6r9G2Vjmid.js
T
2025-05-02 12:24:44 +02:00

12 lines
471 B
JavaScript

if (args.totalWoundLoss > 0)
{
args.opposedTest.result.other.push(
`@Corruption[minor]{Exposition Mineure à la Corruption}`
)
this.script.scriptMessage(
`<strong>${this.effect.name}</strong>:
@Corruption[minor]{Exposition Mineure à la Corruption} <br/>
<strong>${args.actor.prototypeToken.name}</strong> doit réaliser un Test
<strong>Accessible (+20%) de Corruption (Mineur)</strong>`,
{whisper: ChatMessage.getWhisperRecipients("GM")})
}