Add all systems effects scripts + translations
This commit is contained in:
6
reference_scripts/chUpiI3el8IO8MSs.js
Normal file
6
reference_scripts/chUpiI3el8IO8MSs.js
Normal file
@ -0,0 +1,6 @@
|
||||
if (args.opposedTest.attackerTest.item?.name.includes("Bite"))
|
||||
{
|
||||
let woundsGained = args.totalWoundLoss;
|
||||
this.script.scriptMessage(`Gains ${woundsGained} Wounds`, { whisper: ChatMessage.getWhisperRecipients("GM") })
|
||||
this.actor.modifyWounds(woundsGained)
|
||||
}
|
Reference in New Issue
Block a user