[0.15.37] Wrong formula on infinite techs?

Bugs that are actually features.
User avatar
Optera
Smart Inserter
Smart Inserter
Posts: 2920
Joined: Sat Jun 11, 2016 6:41 am
Contact:

[0.15.37] Wrong formula on infinite techs?

Post 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?
User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5415
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

Re: [0.15.37] Wrong formula on infinite techs?

Post 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
User avatar
DaveMcW
Smart Inserter
Smart Inserter
Posts: 3749
Joined: Tue May 13, 2014 11:06 am
Contact:

Re: [0.15.37] Wrong formula on infinite techs?

Post 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.
Post Reply

Return to “Not a bug”