turbine condenser

This commit is contained in:
Anuken
2021-10-27 19:41:12 -04:00
parent 3ee7ee7e79
commit cd909913ca
8 changed files with 5 additions and 4 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

+1
View File
@@ -411,3 +411,4 @@
63297=plasma-bore|block-plasma-bore-ui
63296=steam-vent|block-steam-vent-ui
63295=pressure-turbine|block-pressure-turbine-ui
63294=turbine-condenser|block-turbine-condenser-ui
Binary file not shown.
+3 -3
View File
@@ -77,7 +77,7 @@ public class Blocks implements ContentList{
//power
combustionGenerator, thermalGenerator, steamGenerator, differentialGenerator, rtgGenerator, solarPanel, largeSolarPanel, thoriumReactor,
pressureTurbine,
turbineCondenser,
impactReactor, battery, batteryLarge, powerNode, powerNodeLarge, surgeTower, diode,
//production
@@ -1493,12 +1493,12 @@ public class Blocks implements ContentList{
}};
//TODO work on sprite, green bits?
pressureTurbine = new ThermalGenerator("pressure-turbine"){{
turbineCondenser = new ThermalGenerator("turbine-condenser"){{
requirements(Category.power, with(Items.graphite, 35, Items.lead, 50, Items.beryllium, 25));
attribute = Attribute.vent;
displayEfficiencyScale = 1f / 9f;
minEfficiency = 9f - 0.0001f;
powerProduction = 1f;
powerProduction = 4f / 9f;
displayEfficiency = false;
generateEffect = Fx.turbinegenerate;
effectChance = 0.04f;