The strategy for calculating the current change timer given the changes.
The amount the stat will be changed when the change timer completes. Defaults to 1
.
Sets the strategy for calculating the current change timer given the changes.
A number to precisely set the current timer, or a StatChangeCurrentTimerStrategy
to calculate the new value automatically.
See enum for more detail.
The amount the change timer will be reduced by every tick.
The next change timer. This value is what the changeTimer
will be reset to every time it reaches 0
.
If the next change timer is less than or equal to 0
, upon reaching 0
, the change timer will be removed from the stat.
Sets the next change timer to -1
, which will cause the change timer to be removed from the stat when the timer reaches 0
.
Whether this change timer's application is overridable through the statTimerWillChange
event.
Generated using TypeDoc
Returns
The amount the stat will be changed when the change timer completes.