Page 1 of 1

[0.15.37] Wrong formula on infinite techs?

Posted: Tue Oct 31, 2017 1:04 pm
by Optera
All infinite techs except Mining Productivity and Follower Count use a formula doubling the cost every rank.
count_formula = "2^(L-x)*1000"

Mining productivity research cost deviates massively from other inf techs increasing cost only by 100 per rank.
count_formula = "100(L-1)"

Follower count research cost also increases only by 100 per rank.
count_formula = "100(L-6)+900"

Is it intended to have these two techs basically remaining the same price while all others have exponential cost increase?

Re: [0.15.37] Wrong formula on infinite techs?

Posted: Tue Oct 31, 2017 1:31 pm
by Klonan
Optera wrote:Is it intended to have these two techs basically remaining the same price while all others have exponential cost increase?
Yes

Re: [0.15.37] Wrong formula on infinite techs?

Posted: Wed Nov 01, 2017 1:14 am
by DaveMcW
In fact, mining productivity cost grows at the same rate the bonus grows. So each level costs exactly the same in terms of raw resources.