Fractal Softworks Forum

Starsector => Mods => Modding => Topic started by: Voxette on April 06, 2021, 06:42:56 PM

Title: Is there a guide anywhere to what the settings in settings.json do?
Post by: Voxette on April 06, 2021, 06:42:56 PM
Many of them are not obvious.

Code
	"economyIterPerMonth":10,
"economyMinDemandForPricing":100,
"economyMinStockpileForPricing":100,
"economyNoDemandPriceMult":0.5,
"economyGreedFraction":0.25,

"economyDeficitPriceIncrPerUnit":0.125,
"economyDeficitPriceMultMax":1.5,
"economyExcessPriceDecrPerUnit":0.11,
"economyExcessPriceMultMin":0.67,

In particular, I'm really wondering what these do, as I'm trying to tweak the economy to make it harder. Especially, what the heck is "GreedFraction"?

And this says the max price multiplier is 1.5, but I'm almost sure I've seen prices higher than that? Maybe I'm wrong.