Decreased flyer speed, damage, moved start wave / Wave time increase

This commit is contained in:
Anuken
2018-07-05 13:20:54 -04:00
parent 1043a5bb0d
commit da6695ceee
6 changed files with 8 additions and 9 deletions
@@ -17,8 +17,8 @@ public class WaveCreator{
}},
new SpawnGroup(UnitTypes.vtol){{
begin = 6;
end = 8;
begin = 12;
end = 14;
}},
new SpawnGroup(UnitTypes.scout){{
@@ -100,7 +100,7 @@ public class WaveCreator{
}},
new SpawnGroup(UnitTypes.scout){{
begin = 25;
begin = 35;
spacing = 3;
unitAmount = 4;
groupAmount = 2;