Add all systems effects scripts + translations
This commit is contained in:
8
reference_scripts/FiD3mvWIBHNNIuO9.js
Normal file
8
reference_scripts/FiD3mvWIBHNNIuO9.js
Normal file
@ -0,0 +1,8 @@
|
||||
if (args.opposedTest.result.hitloc.value == "body")
|
||||
{
|
||||
if ((await new Roll("1d2").roll()).total == 1)
|
||||
{
|
||||
args.opposedTest.result.hitloc.value = "head"
|
||||
this.script.scriptMessage(`Hit location changed to Head`)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user