Add all systems effects scripts + translations
This commit is contained in:
8
reference_scripts/nYtAjSArsNbrU2ob.js
Normal file
8
reference_scripts/nYtAjSArsNbrU2ob.js
Normal file
@ -0,0 +1,8 @@
|
||||
if (["ag", "i", "int"].includes(args.characteristic))
|
||||
{
|
||||
args.fields.modifier -= 10;
|
||||
}
|
||||
else if (["wp"].includes(args.characteristic))
|
||||
{
|
||||
args.fields.modifier += 10;
|
||||
}
|
Reference in New Issue
Block a user