mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-27 08:07:56 +07:00
Block requirement tweaks
This commit is contained in:
@ -15,11 +15,11 @@ public class ErekirTechTree{
|
||||
Seq<Objective> erekirSector = Seq.with(new OnPlanet(Planets.erekir));
|
||||
|
||||
var costMultipliers = new ObjectFloatMap<Item>();
|
||||
costMultipliers.put(Items.silicon, 8);
|
||||
costMultipliers.put(Items.silicon, 9);
|
||||
costMultipliers.put(Items.surgeAlloy, 4);
|
||||
costMultipliers.put(Items.phaseFabric, 4);
|
||||
costMultipliers.put(Items.thorium, 9);
|
||||
costMultipliers.put(Items.graphite, 9);
|
||||
costMultipliers.put(Items.graphite, 10);
|
||||
|
||||
//TODO gate behind capture
|
||||
|
||||
|
Reference in New Issue
Block a user