[0.15.37] Wrong formula on infinite techs?
Posted: Tue Oct 31, 2017 1:04 pm
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?
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?