Add all systems effects scripts + translations
This commit is contained in:
9
reference_scripts/zk44dFEGkylB7kW6.js
Normal file
9
reference_scripts/zk44dFEGkylB7kW6.js
Normal file
@ -0,0 +1,9 @@
|
||||
let modifier; let target = args.data.targets[0]
|
||||
if (target.actor.details.size.value == "tiny")
|
||||
modifier = 30
|
||||
if (target.actor.details.size.value == "ltl")
|
||||
modifier = 20
|
||||
if (target.actor.details.size.value == "sml")
|
||||
modifier = 10
|
||||
|
||||
args.fields.modifier += (modifier || 0); // Offset size modifier
|
Reference in New Issue
Block a user