Files
foundryvtt-wh4-lang-fr-fr/scripts/njPP9wDAsdh4WHIj.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

4 lines
344 B
JavaScript

if (args.totalWoundLoss > 0 && ["trait", "weapon"].includes(args.sourceItem?.type))
{
this.script.message(`<b>Infecté : ${args.actor.name}</b> doit réussir un test de <b>Résistance Facile (+40)</b> ou gagner une @UUID[Compendium.wfrp4e-core.items.kKccDTGzWzSXCBOb]{Plaie Purulente}`, {whisper: ChatMessage.getWhisperRecipients("GM")})
}