Add all systems effects scripts + translations
This commit is contained in:
4
reference_scripts/vjyTKcNrJzX4XWnS.js
Normal file
4
reference_scripts/vjyTKcNrJzX4XWnS.js
Normal file
@ -0,0 +1,4 @@
|
||||
let SL = parseInt(this.effect.sourceTest.result.SL)
|
||||
if (SL < 0)
|
||||
SL = 0
|
||||
this.actor.addCondition("fatigued", 1 + SL)
|
Reference in New Issue
Block a user