limited_buff
These effects reapply their on_apply() effect when refreshed while stacks < max_stacks.
Vars | |
max_stacks | How many stacks we can have maximum |
---|---|
stacks | How many stacks we currently have |
Procs | |
maxed_out | Called whenever the buff is refreshed when there are more stacks than max_stacks. |
Var Details
max_stacks
How many stacks we can have maximum
stacks
How many stacks we currently have
Proc Details
maxed_out
Called whenever the buff is refreshed when there are more stacks than max_stacks.