User:Abdiel Kavash/Pollution: Difference between revisions

Content deleted Content added
Line 228:
 
 
:Detailed pollution scrubber math for nerdscalculation:
 
:<source>PollutionRemoved =
Line 242:
:* <code>tier</code> is the energy tier of the machine (LV = 1, MV = 2, ...) However, anything below MV is also considered tier 2, so that the formula doesn't just return zero. In other words, ULV, LV, and MV scrubbers all remove pollution at the same rate.
:* <code>airSides</code> counts how many sides of the machine are exposed to air. (0-6, good luck getting 6)
:* <code>efficiency</code> is the Efficiency value of the turbine. (150% efficiencyEfficiency = 1.5)
:* <code>airFlow</code> is the Air flow of the turbine. For ''almost'' all turbine materials this is equal to the Optimal Steam flow value in L/t that is shown in the tooltip. Only a handful of uncommon materials (the only really notable being Ichorium) get a specific bonus to Steam flow, which is not applied to Air flow. To my knowledge Air flow is not shown anywhere in game, you would have to dig through the code to find out.
:* <code>FLOOR</code> is the integer floor function. (<code>FLOOR(1.9) = 1</code>)