- Mar 23, 2022
- 98
- 62
So. I was wondering why my barn was costing me money even though I had a fiend and only a cow, no egg layer or farmhand... and it turns out my spawn reserves were quite depleted, so obviously I was having to buy food to fill in the gaps.
Why are my spawn reserves depleted I asked myself? It gets milked as often as possible, and is quite large.
So I went to look at the code... and it seems like the more skilled your assistant and the bigger the beast, the less often the spawn needs milking. And of course you need your assistant to be the same level as the fiend, otherwise the milking fails...
spawn_milked += slave['sub_tentacles']
if spawn_milked >= tentacle_size: spawn_milked = max(1, tentacle_size - 1)
if spawn_milked > 0: spawn_milked -= 1
So. In other words... every time the fiend grows, it gets milked less often... thus even though each milking brings in more free food.... semen production ends up decreasing as your cute little tentacle monster grows.
and you cant order your assistant/slave to milk a satisfied fiend "the fiend is satisfied" the tooltip says.
Is this intended behavior? It feels particularly dangerous for the felicity quest.
Why are my spawn reserves depleted I asked myself? It gets milked as often as possible, and is quite large.
So I went to look at the code... and it seems like the more skilled your assistant and the bigger the beast, the less often the spawn needs milking. And of course you need your assistant to be the same level as the fiend, otherwise the milking fails...
spawn_milked += slave['sub_tentacles']
if spawn_milked >= tentacle_size: spawn_milked = max(1, tentacle_size - 1)
if spawn_milked > 0: spawn_milked -= 1
So. In other words... every time the fiend grows, it gets milked less often... thus even though each milking brings in more free food.... semen production ends up decreasing as your cute little tentacle monster grows.
and you cant order your assistant/slave to milk a satisfied fiend "the fiend is satisfied" the tooltip says.
Is this intended behavior? It feels particularly dangerous for the felicity quest.