bugfixes etc etc etc

This commit is contained in:
Anuken
2019-02-24 21:44:35 -05:00
parent e112e3f949
commit a073b0ab18
5 changed files with 7 additions and 6 deletions

View File

@@ -22,20 +22,20 @@ public class Zones implements ContentList{
baseLaunchCost = ItemStack.with(Items.copper, -50);
startingItems = ItemStack.list(Items.copper, 50);
alwaysUnlocked = true;
conditionWave = 10;
conditionWave = 5;
launchPeriod = 5;
resources = new Item[]{Items.copper, Items.scrap};
rules = () -> new Rules(){{
waves = true;
waveTimer = true;
waveSpacing = 60 * 60 * 2; //2 mins
waveSpacing = 60 * 60 * 2;
spawns = Array.with(
new SpawnGroup(UnitTypes.dagger){{
unitScaling = 1.5f;
}},
new SpawnGroup(UnitTypes.dagger){{
begin = 10;
begin = 5;
unitScaling = 2;
}},