Reconstructor cost tweaks

This commit is contained in:
Anuken
2022-04-28 15:13:40 -04:00
parent 6d615bf641
commit 6ffb3b61d8
2 changed files with 8 additions and 8 deletions

View File

@@ -277,14 +277,14 @@ public class ErekirTechTree{
});
node(tankReconstructor, Seq.with(new OnSector(three)), () -> {
node(UnitTypes.locus);
node(shipReconstructor, Seq.with(new OnSector(three)), () -> {
node(UnitTypes.avert);
node(shipReconstructor, Seq.with(new OnSector(three)), () -> {
node(UnitTypes.avert);
node(mechReconstructor, Seq.with(new OnSector(three)), () -> {
node(UnitTypes.latum);
node(mechReconstructor, () -> {
node(UnitTypes.latum);
node(tankReconstructor, () -> {
node(UnitTypes.locus);
node(tankAssembler, Seq.with(new OnSector(three), new Research(constructor), new Research(atmosphericConcentrator)), () -> {
node(UnitTypes.vanquish, () -> {