Added missing Erekir tech to tree
This commit is contained in:
@@ -1404,7 +1404,6 @@ public class Blocks{
|
||||
}};
|
||||
|
||||
cyanogenSynthesizer = new HeatCrafter("cyanogen-synthesizer"){{
|
||||
//TODO requirements
|
||||
requirements(Category.crafting, with(Items.carbide, 50, Items.silicon, 80, Items.beryllium, 90));
|
||||
|
||||
heatRequirement = 5f;
|
||||
|
||||
@@ -148,10 +148,14 @@ public class ErekirTechTree{
|
||||
node(ventCondenser, Seq.with(new OnSector(aegis)), () -> {
|
||||
node(chemicalCombustionChamber, Seq.with(new OnSector(basin)), () -> {
|
||||
node(pyrolysisGenerator, () -> {
|
||||
node(fluxReactor, () -> {
|
||||
node(neoplasiaReactor, () -> {
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
node(beamTower, Seq.with(new OnSector(peaks)), () -> {
|
||||
|
||||
@@ -247,9 +251,11 @@ public class ErekirTechTree{
|
||||
|
||||
node(reinforcedSurgeWall, () -> {
|
||||
node(reinforcedSurgeWallLarge, () -> {
|
||||
node(shieldedWall, () -> {
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
node(carbideWall, () -> {
|
||||
node(carbideWallLarge, () -> {
|
||||
@@ -263,15 +269,23 @@ public class ErekirTechTree{
|
||||
node(sublimate, Seq.with(new OnSector(marsh)), () -> {
|
||||
node(afflict, Seq.with(new OnSector(ravine)), () -> {
|
||||
node(titan, Seq.with(new OnSector(marsh)), () -> {
|
||||
node(lustre, () -> {
|
||||
node(smite, () -> {
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
node(disperse, Seq.with(tmpNever), () -> {
|
||||
node(scathe, () -> {
|
||||
node(malign, () -> {
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
node(radar, Seq.with(new Research(beamNode), new Research(turbineCondenser), new Research(tankFabricator), new OnSector(SectorPresets.aegis)), () -> {
|
||||
@@ -335,6 +349,10 @@ public class ErekirTechTree{
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
node(basicAssemblerModule, () -> {
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user