Made flying units appear later in waves
This commit is contained in:
@@ -17,8 +17,8 @@ public class WaveCreator{
|
|||||||
}},
|
}},
|
||||||
|
|
||||||
new SpawnGroup(UnitTypes.vtol){{
|
new SpawnGroup(UnitTypes.vtol){{
|
||||||
begin = 4;
|
begin = 6;
|
||||||
end = 6;
|
end = 8;
|
||||||
}},
|
}},
|
||||||
|
|
||||||
new SpawnGroup(UnitTypes.scout){{
|
new SpawnGroup(UnitTypes.scout){{
|
||||||
@@ -29,7 +29,7 @@ public class WaveCreator{
|
|||||||
}},
|
}},
|
||||||
|
|
||||||
new SpawnGroup(UnitTypes.titan){{
|
new SpawnGroup(UnitTypes.titan){{
|
||||||
begin = 8;
|
begin = 9;
|
||||||
spacing = 3;
|
spacing = 3;
|
||||||
unitScaling = 2;
|
unitScaling = 2;
|
||||||
|
|
||||||
@@ -71,7 +71,7 @@ public class WaveCreator{
|
|||||||
}},
|
}},
|
||||||
|
|
||||||
new SpawnGroup(UnitTypes.vtol){{
|
new SpawnGroup(UnitTypes.vtol){{
|
||||||
begin = 14;
|
begin = 16;
|
||||||
unitScaling = 2;
|
unitScaling = 2;
|
||||||
spacing = 2;
|
spacing = 2;
|
||||||
|
|
||||||
@@ -120,9 +120,10 @@ public class WaveCreator{
|
|||||||
}},
|
}},
|
||||||
|
|
||||||
new SpawnGroup(UnitTypes.monsoon){{
|
new SpawnGroup(UnitTypes.monsoon){{
|
||||||
begin = 35;
|
begin = 40;
|
||||||
ammoItem = Items.blastCompound;
|
ammoItem = Items.blastCompound;
|
||||||
unitAmount = 2;
|
unitAmount = 2;
|
||||||
|
spacing = 2;
|
||||||
unitScaling = 3;
|
unitScaling = 3;
|
||||||
max = 8;
|
max = 8;
|
||||||
}},
|
}},
|
||||||
|
|||||||
Reference in New Issue
Block a user