Daedalus Dock - Modules - TypesVar Details - Proc Details

stamina_container

Vars

currentHow much stamina we have right now
decrementEvery tick, remove this much stamina
is_regeneratingAre we regenerating right now?
lossThe difference between current and maximum stamina
maximumThe maximum amount of stamina this container has
parentDaddy?
regen_rateThe amount of stamina gained per second

Procs

adjustAdjust stamina by an amount.
pausePause stamina regeneration for some period of time. Does not support doing this from multiple sources at once because I do not do that and I will add it later if I want to.
resumeResume stamina processing
stopStops stamina regeneration entirely until manually resumed.

Var Details

current

How much stamina we have right now

decrement

Every tick, remove this much stamina

is_regenerating

Are we regenerating right now?

loss

The difference between current and maximum stamina

maximum

The maximum amount of stamina this container has

parent

Daddy?

regen_rate

The amount of stamina gained per second

Proc Details

adjust

Adjust stamina by an amount.

pause

Pause stamina regeneration for some period of time. Does not support doing this from multiple sources at once because I do not do that and I will add it later if I want to.

resume

Resume stamina processing

stop

Stops stamina regeneration entirely until manually resumed.