Made flying units appear later in waves

This commit is contained in:
Anuken
2018-07-04 11:58:41 -04:00
parent d2a739262d
commit 1c8c702afd

View File

@@ -17,8 +17,8 @@ public class WaveCreator{
}},
new SpawnGroup(UnitTypes.vtol){{
begin = 4;
end = 6;
begin = 6;
end = 8;
}},
new SpawnGroup(UnitTypes.scout){{
@@ -29,7 +29,7 @@ public class WaveCreator{
}},
new SpawnGroup(UnitTypes.titan){{
begin = 8;
begin = 9;
spacing = 3;
unitScaling = 2;
@@ -71,7 +71,7 @@ public class WaveCreator{
}},
new SpawnGroup(UnitTypes.vtol){{
begin = 14;
begin = 16;
unitScaling = 2;
spacing = 2;
@@ -120,9 +120,10 @@ public class WaveCreator{
}},
new SpawnGroup(UnitTypes.monsoon){{
begin = 35;
begin = 40;
ammoItem = Items.blastCompound;
unitAmount = 2;
spacing = 2;
unitScaling = 3;
max = 8;
}},