Perk Idea: A version of Nuki Nuts for lactation/breast growth

Filoq

New Member
Nov 4, 2024
3
0
23
Title explains the idea well enough I hope. The longer Steele goes without milking themself (and thus the more milk they have stored), the larger their tits get. With no hard limit just like the nuki nuts perk. I don't have any specifics on the name of the perk or how it would be acquired, though I would assume it would be through one of the lactation-related transformatives like gush or lactaid.
No, I don't think the honeypot perk counts. I felt the need to mention that after looking up if this idea had been discussed before on the forums. It has a hard limit to the size modifier and reduces thickness, neither of which are things that the nuki nuts perk has.

I would be willing to code this myself if this isn't something a programmer on the team would be willing to do. But from what I can find on the forums, the game's code is not open source. If this is something I could actually do, please direct me to the appropriate resources for getting this added!
 

Theron

Well-Known Member
Nov 8, 2018
4,139
1,524
45
As far as I know, Honeypot doesn't actually have a limit. I just did a test and got to
Honeypot Size Rating: 10,185
10,186
11,046

It does seem to cap (or significantly slow down) for just lactation gain, but the increases from Orally Cumflated seem to be uncapped. (It appears limited because their Number-to-Size function calls anything above 199 Jacques00-Cups)

You can use the Browser Console (F12) to see the code in the Browser version, but it's minified, which makes reading it a lot harder (but not impossible).
Rumor has it you can see the unminified code with the Downloaded version. I don't use the Downloaded version, so I can't confirm it.

There is also a very old GitHub from the Flash days. They won't let you just add code to the game, but you could probably submit some via the normal process. It would probably be a good idea to decide on a name and method of acquisition before submitting.