Increase default harvester resource search radius
While this slightly decreases performance per search, it reduces the chance of search-fail-repeat loops on human-controlled and singleplayer AI harvesters as well as the chance of the more expensive fallback search on skirmish bot harvesters.
This commit is contained in:
@@ -61,8 +61,8 @@ harvester:
|
||||
HarvestFacings: 8
|
||||
Resources: Spice
|
||||
UnloadTicksPerBale: 5
|
||||
SearchFromProcRadius: 24
|
||||
SearchFromOrderRadius: 12
|
||||
SearchFromProcRadius: 30
|
||||
SearchFromOrderRadius: 15
|
||||
Health:
|
||||
HP: 1000
|
||||
Armor:
|
||||
|
||||
Reference in New Issue
Block a user