forked from public/foundryvtt-wh4-lang-fr-fr
Add all systems effects scripts + translations
This commit is contained in:
4
reference_scripts/njPP9wDAsdh4WHIj.js
Normal file
4
reference_scripts/njPP9wDAsdh4WHIj.js
Normal file
@ -0,0 +1,4 @@
|
||||
if (args.totalWoundLoss > 0 && ["trait", "weapon"].includes(args.opposedTest.attackerTest.item?.type))
|
||||
{
|
||||
this.script.scriptMessage(`<b>Infected: ${args.actor.name}</b> must pass an <b>Easy (+40) Endurance</b> Test or gain a @UUID[Compendium.wfrp4e-core.items.kKccDTGzWzSXCBOb]{Festering Wound}`, {whisper: ChatMessage.getWhisperRecipients("GM")})
|
||||
}
|
Reference in New Issue
Block a user