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

@@ -4155,7 +4155,7 @@ public class Blocks{
}}; }};
tankReconstructor = new Reconstructor("tank-reconstructor"){{ tankReconstructor = new Reconstructor("tank-reconstructor"){{
requirements(Category.units, with(Items.graphite, 250, Items.tungsten, 120, Items.silicon, 200)); requirements(Category.units, with(Items.graphite, 150, Items.tungsten, 150, Items.silicon, 250, Items.oxide, 60));
regionSuffix = "-dark"; regionSuffix = "-dark";
size = 3; size = 3;
@@ -4171,7 +4171,7 @@ public class Blocks{
}}; }};
mechReconstructor = new Reconstructor("mech-reconstructor"){{ mechReconstructor = new Reconstructor("mech-reconstructor"){{
requirements(Category.units, with(Items.graphite, 250, Items.tungsten, 120, Items.silicon, 200)); requirements(Category.units, with(Items.beryllium, 250, Items.tungsten, 120, Items.silicon, 150, Items.oxide, 50));
regionSuffix = "-dark"; regionSuffix = "-dark";
size = 3; size = 3;

View File

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