mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-30 04:10:41 -08:00
WIP campaign completion text
This commit is contained in:
parent
b3874b76e0
commit
3bdf0bdc1f
11 changed files with 54 additions and 7 deletions
|
|
@ -56,8 +56,10 @@ public class ErekirTechTree{
|
|||
var costMultipliers = new ObjectFloatMap<Item>();
|
||||
//these are hard to make
|
||||
costMultipliers.put(Items.oxide, 0.5f);
|
||||
costMultipliers.put(Items.surgeAlloy, 0.8f);
|
||||
costMultipliers.put(Items.carbide, 0.35f);
|
||||
costMultipliers.put(Items.surgeAlloy, 0.7f);
|
||||
costMultipliers.put(Items.carbide, 0.3f);
|
||||
|
||||
for(var item : content.items()) costMultipliers.put(item, 0.9f);
|
||||
|
||||
Planets.erekir.techTree = nodeRoot("erekir", coreBastion, true, () -> {
|
||||
context().researchCostMultipliers = costMultipliers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue