Increase variation and average of spice bloom growth

This commit is contained in:
reaperrr
2015-11-04 21:26:35 +01:00
parent 0afb1ed5c8
commit 2e6b71154a

View File

@@ -30,7 +30,7 @@ namespace OpenRA.Mods.D2k.Traits
public readonly int[] RespawnDelay = { 1500, 2500 };
[Desc("The range of time (in ticks) that the spicebloom will take to grow.")]
public readonly int[] GrowthDelay = { 1000, 1500 };
public readonly int[] GrowthDelay = { 1000, 3000 };
public readonly string ResourceType = "Spice";