Untested/WIP naval campaign map

This commit is contained in:
Anuken
2021-09-10 09:17:25 -04:00
parent ae0a70703b
commit b2a634e5e7
4 changed files with 25 additions and 4 deletions
+10 -2
View File
@@ -421,8 +421,8 @@ public class TechTree implements ContentList{
});
});
node(retusa, () -> {
node(oxynoe, () -> {
node(retusa, Seq.with(new SectorComplete(windsweptIslands)), () -> {
node(oxynoe, Seq.with(new SectorComplete(coastline)), () -> {
node(cyerce, () -> {
node(aegires, () -> {
node(navanax, () -> {
@@ -533,6 +533,14 @@ public class TechTree implements ContentList{
), () -> {
});
node(coastline, Seq.with(
new SectorComplete(windsweptIslands),
new Research(navalFactory),
new Research(payloadConveyor)
), () -> {
//TODO naval fortress
});
});
});