Change default value of LowPowerModifier to 100

This commit is contained in:
Mustafa Alperen Seki
2018-09-29 16:37:31 +03:00
committed by Paul Chote
parent 53304a0353
commit 5b00c12ca3

View File

@@ -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.",