Discourage harvesters from wandering too far from the refinery.

This commit is contained in:
Paul Chote
2019-08-18 15:13:26 +00:00
committed by teinarss
parent 7e4da8ea2c
commit ab94ea9715
2 changed files with 29 additions and 1 deletions

View File

@@ -71,6 +71,9 @@ namespace OpenRA.Mods.Common.Traits
[Desc("The pathfinding cost penalty applied for each harvester waiting to unload at a refinery.")]
public readonly int UnloadQueueCostModifier = 12;
[Desc("The pathfinding cost penalty applied for cells directly away from the refinery.")]
public readonly int ResourceRefineryDirectionPenalty = 200;
[Desc("Does the unit queue harvesting runs instead of individual harvest actions?")]
public readonly bool QueueFullLoad = false;