mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-03 12:53:48 +07:00
a
This commit is contained in:
parent
9ad8d07853
commit
4b97814955
@ -54,14 +54,14 @@ public class ErekirTechTree{
|
||||
Seq<Objective> erekirSector = Seq.with(new OnPlanet(Planets.erekir));
|
||||
|
||||
var costMultipliers = new ObjectFloatMap<Item>();
|
||||
for(var item : content.items()) costMultipliers.put(item, 0.9f);
|
||||
|
||||
//these are hard to make
|
||||
costMultipliers.put(Items.oxide, 0.5f);
|
||||
costMultipliers.put(Items.surgeAlloy, 0.7f);
|
||||
costMultipliers.put(Items.carbide, 0.3f);
|
||||
costMultipliers.put(Items.phaseFabric, 0.2f);
|
||||
|
||||
for(var item : content.items()) costMultipliers.put(item, 0.9f);
|
||||
|
||||
Planets.erekir.techTree = nodeRoot("erekir", coreBastion, true, () -> {
|
||||
context().researchCostMultipliers = costMultipliers;
|
||||
|
||||
|
@ -102,7 +102,7 @@ public enum Achievement{
|
||||
installMod, //TODO - test
|
||||
routerLanguage, //TODO - test
|
||||
joinCommunityServer, //TODO - test
|
||||
openConsole, //TODO - Steam - icon done
|
||||
openConsole, //TODO - test
|
||||
|
||||
controlTurret, //TODO - Steam - icon done
|
||||
dropUnitsCoreZone, //TODO - Steam - icon done
|
||||
|
Loading…
Reference in New Issue
Block a user