Kitten Extrapolation

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

< 脚本 Kitten Extrapolation 的反馈

提问 / 留言

§
发布于:2019-09-15
编辑于:2019-09-15

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 Cat作者
§
发布于:2019-09-20

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

发布留言

登录以发布留言。