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:
@@ -254,8 +254,8 @@ HARV:
|
||||
Capacity: 20
|
||||
Resources: Ore,Gems
|
||||
UnloadTicksPerBale: 1
|
||||
SearchFromProcRadius: 24
|
||||
SearchFromOrderRadius: 12
|
||||
SearchFromProcRadius: 30
|
||||
SearchFromOrderRadius: 15
|
||||
Health:
|
||||
HP: 600
|
||||
Armor:
|
||||
|
||||
Reference in New Issue
Block a user