Research tweaks

This commit is contained in:
Anuken 2022-01-23 15:45:40 -05:00
parent 56334d9199
commit 608e25c2ee
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -14,11 +14,11 @@ public class ErekirTechTree{
Seq<Objective> erekirSector = Seq.with(new OnPlanet(Planets.erekir));
var costMultipliers = new ObjectFloatMap<Item>();
costMultipliers.put(Items.silicon, 7);
costMultipliers.put(Items.silicon, 8);
costMultipliers.put(Items.surgeAlloy, 4);
costMultipliers.put(Items.phaseFabric, 4);
costMultipliers.put(Items.thorium, 8);
costMultipliers.put(Items.graphite, 6);
costMultipliers.put(Items.thorium, 9);
costMultipliers.put(Items.graphite, 8);
Planets.erekir.techTree = nodeRoot("erekir", coreBastion, true, () -> {
context().researchCostMultipliers = costMultipliers;