Kitten Extrapolation

A script for outputting information about kitten survival (Other features may come later)

< Feedback on Kitten Extrapolation

Question/comment

§
Posted: 15.09.2019
Edited: 15.09.2019

KE_calcResourcePerTick_NCW calculation wrong

IDK if it was changed in an update or not, but "gamePage.getResourcePerTickConvertion(resName)" returns a negative value if you're converting something. But since you subtract it, that actually adds to the food production. You need to change the "-" to a "+" in

return (gamePage.calcResourcePerTick(resName,{"modifiers" : {"catnip" : mockSeasonWeatherMod}})-gamePage.getResourcePerTickConvertion(resName));

Lily CatAuthor
§
Posted: 20.09.2019

Thank you, I will make an update to the script.

Post reply

Sign in to post a reply.