Skip to content

Commit b7663df

Browse files
committed
aureus stuff
1 parent b644ad2 commit b7663df

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

src/exogenesis/content/ExoEnvironmentBlocks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ public static void load() {
445445
rotationRand = 20;
446446
deconstructThreshold = 9f;
447447
shadowAlpha = 0.5f;
448-
layer = Layer.darkness + 1;
448+
layer = Layer.flyingUnitLow -1;
449449
shadowOffset = -10f;
450450
}};
451451
mediumMarbleBoulder = new TallBlock("medium-marble-boulder") {{

src/exogenesis/content/ExoVanstarTechTree.java

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ public static void load() {
4848
});
4949
});
5050
});
51-
node(pulseImpactDrill, Seq.with(new Objectives.SectorComplete(ferricCrator)), () -> {
52-
node(quaryDrill, Seq.with(new Objectives.SectorComplete(Fortress)), () -> {
51+
node(pulseImpactDrill, Seq.with(new Objectives.SectorComplete(Fortress)), () -> {
52+
node(quaryDrill, Seq.with(new Objectives.SectorComplete(Fortress), new Objectives.Produce(neodymium)), () -> {
5353

5454
});
5555
});
@@ -136,17 +136,18 @@ public static void load() {
136136
});
137137

138138
node(energyExtractor, () -> {
139+
node(luxTower, Seq.with(new Objectives.Produce(neodymium)), () -> {
140+
});
139141
node(luxNode, () -> {
140-
node(luxTower);
142+
node(energyExtractorMedium, Seq.with(new Objectives.Produce(osmium) /*,new Objectives.SectorComplete(typhoon)*/), () -> {
143+
});
141144
node(harvesterSmall, Seq.with(new Objectives.SectorComplete(ferricCrator)), () -> {
142-
143145
});
144146
node(oltuxiumBattery, () -> {
145147
node(oltuxiumBatteryLarge, () -> {
146148

147149
});
148150
});
149-
150151
});
151152
});
152153

@@ -185,19 +186,19 @@ public static void load() {
185186
});
186187
});
187188
});
188-
node(glory, Seq.with(new Objectives.SectorComplete(canyon)), () -> {
189+
node(glory, Seq.with(new Objectives.SectorComplete(canyon), new Objectives.Research(iron)), () -> {
189190
node(eminence, () -> {
190191
node(profane);
191192

192193
});
193194
});
194195
node(light, () -> {
195196

196-
node(tanons, Seq.with(new Objectives.SectorComplete(ferricCrator)), () -> {
197+
node(tanons, Seq.with(new Objectives.SectorComplete(Fortress), new Objectives.Research(exoSilicon)), () -> {
197198
node(agios);
198199
});
199200

200-
node(essence, Seq.with(new Objectives.SectorComplete(ferricCrator)), () -> {
201+
node(essence, Seq.with(new Objectives.SectorComplete(Fortress), new Objectives.Research(exoSilicon)), () -> {
201202
node(godsent, () -> {
202203
node(arbiter);
203204
});
@@ -206,7 +207,7 @@ public static void load() {
206207
});
207208
});
208209

209-
node(purger, Seq.with(new Objectives.SectorComplete(ferricCrator)), () -> {
210+
node(purger, Seq.with(new Objectives.SectorComplete(Fortress), new Objectives.Research(exoSilicon)), () -> {
210211
node(grandeur, () -> {
211212
node(demiurge);
212213
});
@@ -215,11 +216,11 @@ public static void load() {
215216
node(focalPoint, Seq.with(new Objectives.SectorComplete(StormFront)), () -> {
216217
node(cleanser, Seq.with(new Objectives.Research(peridotite)), () -> {
217218

218-
node(sanctify, Seq.with(new Objectives.SectorComplete(canyon)), ()-> {
219+
node(sanctify, Seq.with(new Objectives.SectorComplete(ferricCrator), new Objectives.Research(iron)), ()-> {
219220

220221
});
221222

222-
node(prism, Seq.with(new Objectives.SectorComplete(canyon)), () -> {
223+
node(prism, Seq.with(new Objectives.SectorComplete(ferricCrator), new Objectives.Research(iron)), () -> {
223224
node(aspect, () -> {
224225
node(haborym);
225226
});

0 commit comments

Comments
 (0)