For the complete documentation index, see llms.txt. This page is also available as Markdown.

Speed

Speed is one of the primary stats in Alpaca Dash, determining how fast your alpaca can run during races. A higher Speed stat allows your alpaca to reach and maintain top speeds more effectively, giving you a competitive edge in straight-line sprints and on speed-focused tracks.

The Speed stat is broken down into several components:

  • Top Speed: The maximum speed your alpaca can achieve.

  • Sprint Threshold Speed: The speed at which your alpaca transitions into a sprint.

  • Rest Threshold Speed: The speed at which your alpaca transitions into a rest state.

Speed Stat Conversion

Stat
Min - 0
Max - 100

Top Speed

15.4

17

Sprint Threshold Speed Multiplier

0.85

0.85

Rest Threshold Speed Multiplier

0.7

0.7

TopSpeed=Min+(((Max−Min)∗Speed)/100)TopSpeed = Min + (((Max - Min) * Speed) / 100)
TopSpeed=15.4+((1.6∗Speed)/100)TopSpeed = 15.4 + ((1.6 * Speed) / 100)

SprintThresholdSpeed=TopSpeed∗SprintThresholdSpeedMultiplierSprint Threshold Speed = TopSpeed * SprintThresholdSpeedMultiplier
RestThresholdSpeed=TopSpeed∗RestThresholdSpeedMultiplierRest Threshold Speed = TopSpeed * RestThresholdSpeedMultiplier

Last updated