Alpaca Run States
Last updated
Last updated
During a race, your alpaca can be in one of three states: Rest, Run, or Sprint. In the Rest state, the alpaca is recuperating and not expending much energy, allowing it to recover stamina. The Run state is the default mode where the alpaca runs at a moderate pace without using stamina. In the Sprint state, the alpaca runs at high speed, consuming more stamina.
The alpaca's state during a race is determined by its current speed relative to its stat thresholds:
Condition: currentSpeed
``<=
Description: The alpaca recovers stamina in this state.
Condition: <``
currentSpeed
<
Description: The default state where the alpaca runs at a moderate pace without consuming stamina.
Condition: currentSpeed
``>=
Description: The alpaca runs at high speed, consuming more stamina.