mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-14 17:57:56 +07:00
Cheaper carbide research
This commit is contained in:
@ -61,6 +61,7 @@ public class ErekirTechTree{
|
|||||||
costMultipliers.put(Items.graphite, 9);
|
costMultipliers.put(Items.graphite, 9);
|
||||||
//oxide is hard to make
|
//oxide is hard to make
|
||||||
costMultipliers.put(Items.oxide, 0.5f);
|
costMultipliers.put(Items.oxide, 0.5f);
|
||||||
|
costMultipliers.put(Items.carbide, 0.6f);
|
||||||
|
|
||||||
//TODO remove
|
//TODO remove
|
||||||
Objective tmpNever = new Research(Items.fissileMatter);
|
Objective tmpNever = new Research(Items.fissileMatter);
|
||||||
|
Reference in New Issue
Block a user