Tech tree fix / Objective text fix
This commit is contained in:
@@ -227,39 +227,42 @@ public class ErekirTechTree{
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
node(radar, Seq.with(new Research(beamNode), new Research(turbineCondenser), new Research(fabricator), new OnSector(SectorPresets.two)), () -> {
|
|
||||||
node(breach, Seq.with(new Research(siliconArcFurnace), new OnSector(two)), () -> {
|
|
||||||
node(berylliumWall, () -> {
|
|
||||||
node(berylliumWallLarge, () -> {
|
|
||||||
|
|
||||||
|
node(breach, Seq.with(new Research(siliconArcFurnace), new OnSector(two)), () -> {
|
||||||
|
node(berylliumWall, () -> {
|
||||||
|
node(berylliumWallLarge, () -> {
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
|
node(tungstenWall, () -> {
|
||||||
|
node(tungstenWallLarge, () -> {
|
||||||
|
node(blastDoor, () -> {
|
||||||
|
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
node(tungstenWall, () -> {
|
node(carbideWall, () -> {
|
||||||
node(tungstenWallLarge, () -> {
|
node(carbideWallLarge, () -> {
|
||||||
node(blastDoor, () -> {
|
|
||||||
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
node(carbideWall, () -> {
|
|
||||||
node(carbideWallLarge, () -> {
|
|
||||||
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
node(sublimate, () -> {
|
node(sublimate, () -> {
|
||||||
//TODO implement
|
//TODO implement
|
||||||
node(titan, Seq.with(new OnSector(five)), () -> {
|
node(titan, Seq.with(new OnSector(five)), () -> {
|
||||||
|
|
||||||
});
|
|
||||||
|
|
||||||
node(disperse, Seq.with(new OnSector(five)), () -> {
|
|
||||||
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
node(disperse, Seq.with(new OnSector(five)), () -> {
|
||||||
|
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
node(radar, Seq.with(new Research(beamNode), new Research(turbineCondenser), new Research(fabricator), new OnSector(SectorPresets.two)), () -> {
|
||||||
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -133,7 +133,7 @@ public class MapObjectives{
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String text(){
|
public String text(){
|
||||||
return Core.bundle.format("objective.buildunit", unit, unit.emoji(), unit.localizedName);
|
return Core.bundle.format("objective.buildunit", count, unit.emoji(), unit.localizedName);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user