Zone wave correctness checks

This commit is contained in:
Anuken
2019-02-20 17:54:23 -05:00
parent 4b028b3435
commit f591403b7d
5 changed files with 58 additions and 8 deletions

View File

@@ -41,22 +41,22 @@ public class Zones implements ContentList{
new SpawnGroup(UnitTypes.dagger){{
begin = 15;
unitScaling = 1;
unitScaling = 3;
}},
new SpawnGroup(UnitTypes.dagger){{
begin = 20;
unitScaling = 1;
unitScaling = 3;
}},
new SpawnGroup(UnitTypes.dagger){{
begin = 25;
unitScaling = 1;
unitScaling = 3;
}},
new SpawnGroup(UnitTypes.dagger){{
begin = 30;
unitScaling = 1;
unitScaling = 2;
}}
);
}};
@@ -87,7 +87,7 @@ public class Zones implements ContentList{
new SpawnGroup(UnitTypes.dagger){{
begin = 10;
unitScaling = 1;
unitScaling = 1.5f;
}},
new SpawnGroup(UnitTypes.crawler){{
@@ -98,7 +98,7 @@ public class Zones implements ContentList{
new SpawnGroup(UnitTypes.dagger){{
begin = 20;
unitScaling = 1;
unitScaling = 2;
}},
new SpawnGroup(UnitTypes.crawler){{