Harvesters - made search radius configurable for both initial search from proc and search from harvest location.
This commit is contained in:
@@ -55,6 +55,10 @@ HARV:
|
||||
Resources: Tiberium, Blue Tiberium
|
||||
PipCount: 5
|
||||
Capacity: 15
|
||||
# How far away from our linked proc (refinery) to find resources (in cells):
|
||||
SearchFromProcRadius: 24
|
||||
# How far away from last harvest order location to find more resources (in cells):
|
||||
SearchFromOrderRadius: 12
|
||||
Mobile:
|
||||
Speed: 6
|
||||
Health:
|
||||
|
||||
@@ -46,6 +46,10 @@ HARVESTER:
|
||||
Capacity: 20
|
||||
Resources: Spice
|
||||
UnloadTicksPerBale: 1
|
||||
# How far away from our linked proc (refinery) to find resources (in cells):
|
||||
SearchFromProcRadius: 24
|
||||
# How far away from last harvest order location to find more resources (in cells):
|
||||
SearchFromOrderRadius: 12
|
||||
Health:
|
||||
HP: 600
|
||||
Armor:
|
||||
|
||||
@@ -228,6 +228,10 @@ HARV:
|
||||
Capacity: 20
|
||||
Resources: Ore,Gems
|
||||
UnloadTicksPerBale: 1
|
||||
# How far away from our linked proc (refinery) to find resources (in cells):
|
||||
SearchFromProcRadius: 24
|
||||
# How far away from last harvest order location to find more resources (in cells):
|
||||
SearchFromOrderRadius: 12
|
||||
Health:
|
||||
HP: 600
|
||||
Armor:
|
||||
|
||||
Reference in New Issue
Block a user