turanar / stellaris-tech-tree

MIT License
99 stars 33 forks source link

Incorrect tech costs and research leader weights #23

Open CaesarVincens opened 2 years ago

CaesarVincens commented 2 years ago

The costs are in Stellaris/common/scripted_variables/00_scripted_variables.txt (at # TECH COSTS); though Stellaris/common/technology/00_apocalypse_tech.txt does have different costs, they only apply in that file I believe. The scientist field weight is in Stellaris/common/script_values/00_script_values.txt (see tech_weight_likelihood).

CaesarVincens commented 1 year ago

Stellaris/common/technology/00_apocalypse_tech.txt has been updated in 3.6 to remove the reduced costs, so now all tech files use the same basic cost amounts.

turanar commented 1 year ago

Yeah it's a mistake i make every time i update the json files. I need to have a look at that when the new version release to be sure to do it correctly.