Pescado, am I correct in thinking that it works as:
IF STR -9 > LTR
THEN LTR +9
on a daily loop?
I would've thought it was an averaging, but obviously not.
LTR moves up to 3 points towards STR, either up or down, every 8 hours. So over the 24-hour span, it will move 9 points. So if LTR will cook normally today, there is no need to specifically call. So if STR is 100 and LTR is 20, it will move +3 every 8 hours towards 100. If STR is -100 and LTR is 30, then LTR will lose 3 points every 8 hours, moving towards -100.