Rename ProductionQueue.BuildSpeed and change it's default value.
This commit is contained in:
@@ -41,7 +41,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
public readonly int BuildDuration = -1;
|
||||
|
||||
[Desc("Percentage modifier to apply to the build duration.")]
|
||||
public readonly int BuildDurationModifier = 150;
|
||||
public readonly int BuildDurationModifier = 60;
|
||||
|
||||
// TODO: UI fluff; doesn't belong here
|
||||
public readonly int BuildPaletteOrder = 9999;
|
||||
|
||||
Reference in New Issue
Block a user