Main public logs
More actions
Combined display of all available logs of Stationeers Community Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:11, 18 March 2026 RA2lover talk contribs created page Module:Combustion/data (Created page with "-- Load with mw.loadData. local GasData = mw.loadData("Module:Gas/data") CombustionData={} CombustionData.Hydrazine={ FuelAmount=1, Outputs={{GasData.Pollutant, Amount = 4}} } CombustionData.LiquidHydrazine = CombustionData.Hydrazine CombustionData.Methane={ Oxygen = { FuelAmount = 2, OxidizerAmount = 1, Outputs = { {GasData.Pollutant, Amount = 3}, {GasData.CarbonDioxide, Amount = 6} } },...")