Change default value of LowPowerModifier to 100
This commit is contained in:
committed by
Paul Chote
parent
53304a0353
commit
5b00c12ca3
@@ -48,7 +48,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
public readonly int QueueLimit = 0;
|
||||
|
||||
[Desc("The build time is multiplied with this percentage on low power.")]
|
||||
public readonly int LowPowerModifier = 300;
|
||||
public readonly int LowPowerModifier = 100;
|
||||
|
||||
[NotificationReference("Speech")]
|
||||
[Desc("Notification played when production is complete.",
|
||||
|
||||
Reference in New Issue
Block a user