Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The chart below shows the drop in both abundance and quantity while the wages (unit worker cost + unit admin cost) increase (level 1 mine).

...

DISTRIBUTION

Each resource produced in the building has its own abundance assigned using Gauss distribution with mean 0.6 (60% abundance) and standard deviation of 0.15. Resulting values over 1 (100%) are truncated to 1 (100%) and values below 0.1 (10%) are truncated to 0.1 (10%).

min(1.0, max(0.1, gauss(mu=0.6, sigma=0.15)))

...

Helpful Sim Times Articles:

...