Versions Compared

Key

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

...

Here is a list of crops that have non-zero nutrient credit values, from the seeded data only:

...

Labour Happiness

Code Block
Variables:
Shifts based on a persons farm
- Mood (1-5)

The algorithm parses each mood from 1-5 if the worker decided to not submit their task, it is not weighted in this system

The algorithm uses a "weighted sum" determined on the duration of the workers shift

For example: 
If a worker does two tasks:
Harvesting: 5 mins
Plowing: 20 mins
Rating: 3/5

The rating is shifted more in favour of plowing (As the worker spent more time plowing)

...