Research speed? Can i make it slower.
Posted: Thu Sep 26, 2019 4:55 pm
Hello, is there a way to make the research take longer? By modding or editing some files.
https://stars-in-shadow.com/forum/
Code: Select all
--!! COST definitions
local early = binner
{ 60, 80, 100, 120, 150, 200, 250, 300, 360, 420, 480 }
-- 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1
local mid = binner
--jwf { 500, 600, 700, 800, 900, 1000, 1200, 1500, 2000, 2500, 3000}
{ 500, 600, 700, 800, 900, 1000, 1500, 2000, 3000, 4000, 5000}
-- 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1
local late = binner
--jwf {3000, 3500, 4000, 5000, 6000, 7000, 8000, 10000, 15000, 18000, 20000 }
{6000, 7000, 8000, 9000, 10000, 12500, 15000, 20000, 25000, 30000, 40000 }
-- 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1
_G.tech_costs = {..early,..mid,..late}