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

Suggestion: Manure Cleanup requirement settings #67

Open
chaosblad3 opened this issue Feb 11, 2017 · 1 comment
Open

Suggestion: Manure Cleanup requirement settings #67

chaosblad3 opened this issue Feb 11, 2017 · 1 comment

Comments

@chaosblad3
Copy link

A set of config options called "Manure softcap" and "Manure softcap penalty %", that would work roughly as follows

on eggLayedEvent
if amountOfManureInNest > manureSoftCap then
eggProducedChance = hatcheryEggDropRate% - manureSoftCapPenalty%
timeToNextEgg = chickenGrowthTime + manureSoftCapPenalty%
endif

so basically if you have the softcap set to 10 and penalty to 20, then if a nesting pen has more than 10 manure in it then it has 20% less chance to produce an egg/resource when the timer runs down and then when the timer resets it takes 20% longer for the next cycle.

Possible split the time and chance penalties into two separate values.

@GenDeathrow
Copy link
Owner

that't a pretty neat idea I will take it into consideration. Thanks

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

No branches or pull requests

2 participants