Alpaca Stats

In Alpaca Dash, alpacas are characterized by five primary stats: Speed, Acceleration, Handling, Endurance, and Intelligence.

  • Speed: Determines how fast your alpaca can run.

  • Acceleration: Dictates how quickly your alpaca can increase or decrease its speed.

  • Handling: Affects your alpaca's ability to maneuver through various terrains, making it easier to navigate challenging courses.

  • Endurance: Influences your alpaca's stamina and ability to maintain speed over long distances.

  • Intelligence: Enhances your alpaca's ability to use skills.

Stat Randomization

STAT_RANDOMIZATION_PERCENTAGE, Which is 5% is used to introduce variability in alpaca performance for each race. The primary stats are randomized by ± 5% Range. Here’s how it works:

  • Calculation: Each primary stat is adjusted by a random percentage within ±5%.

  • Example: For a stat value of 80, the new value is calculated as:

newStatValue=80+(80∗randomPercentage)newStatValue=80+(80*randomPercentage)
  • Range: The adjusted stat value is clamped between 1 and 100.

This randomization ensures unique performance characteristics for alpacas in every race.

Last updated