is there a way to edit the resources so you can have more people collecting and mining the resources, namely food, meat, vegetables and fish
in the main files and not the save files
Oh, a way to cheat that I haven't already found...
I know you can cheat the upgrade costs in upgradedata.gd, but that's not where the upgrade effects are saved. They're likely somewhere, if I can find them... I know I've seen this before...
This one took me about 15 minutes to find again because it's in the dumbest fucking file.
The job information is in the races.gd file...
game folder\assets\data\races.gd
You want to look in the tasklist section near the top.
Find the job you want to modify. Most of the farming jobs are farming_whatever. Silk farming would be farming_cloth_silk
And then modify either the base_workers or the workers_per_upgrade fields.
Make sure you don't accidentally delete the comma after the number.
Other notable changes you can make; you can change the progress_per_item time to speed up or slow down collection, or you can change the workstat to change what stat the job benefits from.
If you get really creative, you can change what items the upgrade lets you farm.