EcoIssues
EcoIssues copied to clipboard
[10.1.1] Electrical Water Pump output capacity does not match file value
As per title. Possible relation to #16962 \Mods_core_\AutoGen\WorldObject\ElectricWaterPump.cs defines the output capacity as follows:
this.GetComponent<LiquidProducerComponent>().Setup(typeof(WaterItem), 4, BlockOccupancyType.WaterOut);
\Mods_core_\AutoGen\WorldObject\MechanicalWaterPump.cs meanwhile defines the output capacity as follows:
this.GetComponent<LiquidProducerComponent>().Setup(typeof(WaterItem), 1, BlockOccupancyType.WaterOut);
In other words, theoretically the mechanical water pump should output 1 water/sec, while the electrical water pump should output 4 water/sec. In reality, both output 1 water/sec, as evidenced by the screenshots: