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

11 lines
467 B
JavaScript
Raw Normal View History

2024-05-16 17:57:51 +02:00
if (args.totalWoundLoss > 0) {
args.opposedTest.result.other.push(
`@Corruption[minor]{Exposition Mineure à la Corruption}`
2024-05-16 17:57:51 +02:00
)
this.script.scriptMessage(`<strong>${this.effect.name}</strong>:
@Corruption[moderate]{Exposition Modérée à la Corruption} <br/>
<strong>${args.actor.prototypeToken.name}</strong> doit réussir un
<strong>Test de Corruption (Modéré)</strong>`,
2024-05-16 17:57:51 +02:00
{whisper: ChatMessage.getWhisperRecipients("GM")}
)
}