Added world switch to bundle
This commit is contained in:
@@ -1566,6 +1566,7 @@ block.inverted-sorter.name = Inverted Sorter
|
|||||||
block.message.name = Message
|
block.message.name = Message
|
||||||
block.reinforced-message.name = Reinforced Message
|
block.reinforced-message.name = Reinforced Message
|
||||||
block.world-message.name = World Message
|
block.world-message.name = World Message
|
||||||
|
block.world-switch.name = World Switch
|
||||||
block.illuminator.name = Illuminator
|
block.illuminator.name = Illuminator
|
||||||
block.overflow-gate.name = Overflow Gate
|
block.overflow-gate.name = Overflow Gate
|
||||||
block.underflow-gate.name = Underflow Gate
|
block.underflow-gate.name = Underflow Gate
|
||||||
|
|||||||
@@ -5502,23 +5502,6 @@ public class Blocks{
|
|||||||
);
|
);
|
||||||
}};
|
}};
|
||||||
|
|
||||||
mechRefabricator = new Reconstructor("mech-refabricator"){{
|
|
||||||
requirements(Category.units, with(Items.beryllium, 250, Items.tungsten, 120, Items.silicon, 150));
|
|
||||||
regionSuffix = "-dark";
|
|
||||||
|
|
||||||
size = 3;
|
|
||||||
consumePower(2.5f);
|
|
||||||
consumeLiquid(Liquids.hydrogen, 3f / 60f);
|
|
||||||
consumeItems(with(Items.silicon, 50, Items.tungsten, 40));
|
|
||||||
|
|
||||||
constructTime = 60f * 45f;
|
|
||||||
researchCostMultiplier = 0.75f;
|
|
||||||
|
|
||||||
upgrades.addAll(
|
|
||||||
new UnitType[]{UnitTypes.merui, UnitTypes.cleroi}
|
|
||||||
);
|
|
||||||
}};
|
|
||||||
|
|
||||||
shipRefabricator = new Reconstructor("ship-refabricator"){{
|
shipRefabricator = new Reconstructor("ship-refabricator"){{
|
||||||
requirements(Category.units, with(Items.beryllium, 200, Items.tungsten, 100, Items.silicon, 150, Items.oxide, 40));
|
requirements(Category.units, with(Items.beryllium, 200, Items.tungsten, 100, Items.silicon, 150, Items.oxide, 40));
|
||||||
regionSuffix = "-dark";
|
regionSuffix = "-dark";
|
||||||
@@ -5537,6 +5520,23 @@ public class Blocks{
|
|||||||
researchCost = with(Items.beryllium, 500, Items.tungsten, 200, Items.silicon, 300, Items.oxide, 80);
|
researchCost = with(Items.beryllium, 500, Items.tungsten, 200, Items.silicon, 300, Items.oxide, 80);
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
mechRefabricator = new Reconstructor("mech-refabricator"){{
|
||||||
|
requirements(Category.units, with(Items.beryllium, 250, Items.tungsten, 120, Items.silicon, 150));
|
||||||
|
regionSuffix = "-dark";
|
||||||
|
|
||||||
|
size = 3;
|
||||||
|
consumePower(2.5f);
|
||||||
|
consumeLiquid(Liquids.hydrogen, 3f / 60f);
|
||||||
|
consumeItems(with(Items.silicon, 50, Items.tungsten, 40));
|
||||||
|
|
||||||
|
constructTime = 60f * 45f;
|
||||||
|
researchCostMultiplier = 0.75f;
|
||||||
|
|
||||||
|
upgrades.addAll(
|
||||||
|
new UnitType[]{UnitTypes.merui, UnitTypes.cleroi}
|
||||||
|
);
|
||||||
|
}};
|
||||||
|
|
||||||
//yes very silly name
|
//yes very silly name
|
||||||
primeRefabricator = new Reconstructor("prime-refabricator"){{
|
primeRefabricator = new Reconstructor("prime-refabricator"){{
|
||||||
requirements(Category.units, with(Items.thorium, 250, Items.oxide, 200, Items.tungsten, 200, Items.silicon, 400));
|
requirements(Category.units, with(Items.thorium, 250, Items.oxide, 200, Items.tungsten, 200, Items.silicon, 400));
|
||||||
|
|||||||
Reference in New Issue
Block a user