Files
foundryvtt-wh4-lang-fr-fr/scripts/CWNGrg7se91RC95g.js
T
uberwald 38d88c2f19
Validation JSON / validate (push) Successful in 13s
Mise àjour vers 9.6.0
2026-05-18 07:23:40 +02:00

15 lines
504 B
JavaScript

if (args.totalWoundLoss > 0) {
if (args.opposedTest)
{
args.opposedTest.result.other.push(
`@Corruption[minor]{Exposition modérée à la Corruption}`
)
}
this.script.message(`<strong>${this.effect.name}</strong>:
@Corruption[moderate]{Exposition modérée à la Corruption} <br/>
<strong>${args.actor.prototypeToken.name}</strong> doit effectuer un
<strong>Test de Corruption (Modéré)</strong>`,
{whisper: ChatMessage.getWhisperRecipients("GM")}
)
}