Cheaper carbide research

This commit is contained in:
Anuken
2022-10-21 16:07:15 -04:00
parent e19449a5a6
commit a137a9a1da

View File

@ -61,6 +61,7 @@ public class ErekirTechTree{
costMultipliers.put(Items.graphite, 9);
//oxide is hard to make
costMultipliers.put(Items.oxide, 0.5f);
costMultipliers.put(Items.carbide, 0.6f);
//TODO remove
Objective tmpNever = new Research(Items.fissileMatter);