Balancing

This commit is contained in:
Anuken
2019-02-04 21:24:12 -05:00
parent eb5b50b3e9
commit 6e7514491c
9 changed files with 11 additions and 17 deletions

View File

@@ -21,7 +21,8 @@ public class Zones implements ContentList{
deployCost = ItemStack.with(Items.copper, 60);
startingItems = ItemStack.with(Items.copper, 50);
alwaysUnlocked = true;
conditionWave = 10;
conditionWave = 5;
launchPeriod = 5;
rules = () -> new Rules(){{
waves = true;
waveTimer = true;
@@ -109,7 +110,6 @@ public class Zones implements ContentList{
frozenForest = new Zone("frozenForest", new MapGenerator("frozenForest", 2)
.decor(new Decoration(Blocks.snow, Blocks.sporeCluster, 0.02))){{
alwaysUnlocked = true;
deployCost = ItemStack.with(Items.copper, 500);
startingItems = ItemStack.with(Items.copper, 400);
conditionWave = 15;