Alpaca Run States

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.

Run State Calculation

The alpaca's state during a race is determined by its current speed relative to its stat thresholds:

Rest State

  • Condition: currentSpeed ``<= restThresholdSpeed

  • Description: The alpaca recovers stamina in this state.

Run State

Sprint State

  • Condition: currentSpeed ``>= sprintThresholdSpeed

  • Description: The alpaca runs at high speed, consuming more stamina.


Last updated