New campaign map / Fixed #3414

This commit is contained in:
Anuken
2020-11-15 17:11:52 -05:00
parent 9928b0f788
commit 7bd05ad9ad
10 changed files with 27 additions and 8 deletions
+12 -1
View File
@@ -29,7 +29,7 @@ public class TechTree implements ContentList{
node(junction, () -> {
node(router, () -> {
node(launchPad, () -> {
node(launchPad, Seq.with(new SectorComplete(extractionOutpost)), () -> {
});
node(distributor);
@@ -473,6 +473,17 @@ public class TechTree implements ContentList{
});
});
node(extractionOutpost, Seq.with(
new SectorComplete(stainedMountains),
new SectorComplete(windsweptIslands),
new Research(groundFactory),
new Research(nova),
new Research(airFactory),
new Research(mono)
), () -> {
});
node(saltFlats, Seq.with(
new SectorComplete(windsweptIslands),
new Research(groundFactory),