Fractal Softworks Forum

Starsector => General Discussion => Topic started by: NARC on April 29, 2020, 12:48:40 PM

Title: Changing Officer's Cost
Post by: NARC on April 29, 2020, 12:48:40 PM
I really want to make my game more diffifult, and I have an idea what to do, but I can't find things I'm looking for.
I was looking for a file where I can edit officer's salary, I want to increase it by about 200%, I was also wondering if I can change the ships I get when I lose.
Is there any way to actually change the Wayfarer and Dove to something else, even better - randomise it to get a random frigate ship?
Thanks for any help!
Title: Re: Changing Officer's Cost
Post by: Timid on April 29, 2020, 05:58:17 PM
starsector-core\data\config\settings.json

Code
	"officerSalaryBase":500, # per officer per month
"officerSalaryPerLevel":100, # per officer per month per level
Change numbers appropriately to your liking. Savegame compatible.
Title: Re: Changing Officer's Cost
Post by: NARC on April 30, 2020, 01:26:20 AM
Thank you!