a
This commit is contained in:
@@ -54,14 +54,14 @@ public class ErekirTechTree{
|
|||||||
Seq<Objective> erekirSector = Seq.with(new OnPlanet(Planets.erekir));
|
Seq<Objective> erekirSector = Seq.with(new OnPlanet(Planets.erekir));
|
||||||
|
|
||||||
var costMultipliers = new ObjectFloatMap<Item>();
|
var costMultipliers = new ObjectFloatMap<Item>();
|
||||||
|
for(var item : content.items()) costMultipliers.put(item, 0.9f);
|
||||||
|
|
||||||
//these are hard to make
|
//these are hard to make
|
||||||
costMultipliers.put(Items.oxide, 0.5f);
|
costMultipliers.put(Items.oxide, 0.5f);
|
||||||
costMultipliers.put(Items.surgeAlloy, 0.7f);
|
costMultipliers.put(Items.surgeAlloy, 0.7f);
|
||||||
costMultipliers.put(Items.carbide, 0.3f);
|
costMultipliers.put(Items.carbide, 0.3f);
|
||||||
costMultipliers.put(Items.phaseFabric, 0.2f);
|
costMultipliers.put(Items.phaseFabric, 0.2f);
|
||||||
|
|
||||||
for(var item : content.items()) costMultipliers.put(item, 0.9f);
|
|
||||||
|
|
||||||
Planets.erekir.techTree = nodeRoot("erekir", coreBastion, true, () -> {
|
Planets.erekir.techTree = nodeRoot("erekir", coreBastion, true, () -> {
|
||||||
context().researchCostMultipliers = costMultipliers;
|
context().researchCostMultipliers = costMultipliers;
|
||||||
|
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ public enum Achievement{
|
|||||||
installMod, //TODO - test
|
installMod, //TODO - test
|
||||||
routerLanguage, //TODO - test
|
routerLanguage, //TODO - test
|
||||||
joinCommunityServer, //TODO - test
|
joinCommunityServer, //TODO - test
|
||||||
openConsole, //TODO - Steam - icon done
|
openConsole, //TODO - test
|
||||||
|
|
||||||
controlTurret, //TODO - Steam - icon done
|
controlTurret, //TODO - Steam - icon done
|
||||||
dropUnitsCoreZone, //TODO - Steam - icon done
|
dropUnitsCoreZone, //TODO - Steam - icon done
|
||||||
|
|||||||
Reference in New Issue
Block a user