Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kitten assignation #25

Open
zweq opened this issue Oct 5, 2020 · 0 comments
Open

Kitten assignation #25

zweq opened this issue Oct 5, 2020 · 0 comments

Comments

@zweq
Copy link

zweq commented Oct 5, 2020

The logic of assigning kittens has been puzzling me. After maxing out pretty much everything, the kittens are mostly assigned as farmers, scholars or hunters. There's usually just a single priest. However,

  • Catnip fields are maxed out and catnip is at the max as well, so almost all of the farmers seem pretty useless.
  • Science is at the max pretty much all the time. Of course, scholars do create starcharts. Still, there's an abundance of those already.
  • Hunting is bound to be somewhat useful, I guess, but because catpower goes from 0 to max in a couple of seconds and hunting happens at a longer interval, most of it gets wasted.
  • Faith generation, on the other hand, would at least allow some benefit.

On a related note, in the assignation code the || 100 in the following confuses me:

(gamePage.resPool.get("coal").value / gamePage.resPool.get("coal").maxValue || 100) < (gamePage.workshop.get("geodesy").researched ? gamePage.resPool.get("gold").value / gamePage.resPool.get("gold").maxValue : 100) ? ["coal", "geologist",gamePage.resPool.get("coal").value < gamePage.resPool.get("coal").maxValue * 0.99 ? 1 : 15,15] : ["gold", "geologist",gamePage.resPool.get("gold").value < gamePage.resPool.get("gold").maxValue * 0.99 ? 1 : 15,15]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant