Better fog / Research cost tweaks

This commit is contained in:
Anuken
2022-02-19 16:24:22 -05:00
parent c5ec8ff3ce
commit 895fa784cf
17 changed files with 158 additions and 117 deletions

View File

@@ -925,6 +925,7 @@ public class Blocks{
envDisabled = Env.none;
itemCapacity = 30;
drawer = new DrawArcSmelter();
researchCostMultiplier = 0.3f;
consumeItems(with(Items.graphite, 1, Items.sand, 4));
consumePower(6f);
@@ -2481,7 +2482,7 @@ public class Blocks{
cliffCrusher = new WallCrafter("cliff-crusher"){{
requirements(Category.production, with(Items.graphite, 25, Items.beryllium, 20));
consumePower(0.8f);
consumePower(11 / 60f);
drillTime = 110f;
size = 2;