-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oxygen concentration and compression #61696
Conversation
Spell checker encountered unrecognized words in the in-game text added in this pull request. See below for details. Click to expand
This alert is automatically generated. You can simply disregard if this is inaccurate, or (optionally) you can also add the new words to |
126afb1
to
b663919
Compare
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not bump or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered. |
Summary
Content "Add appliances for refilling oxygen tanks"
Purpose of change
Currently the only way to get compressed oxygen is by scavenging. However, most compressed oxygen storage mediums can be refilled with machines that are surprisingly compact and relatively cheap/somewhat-relatively-common.
As an aside, through deconstruction will make some progress towards #60105
Describe the solution
Add the ("portable") oxygen concentrator appliance and the ("portable") high pressure compressor unit appliance. (these can't be crafted by the player, for now at least) Other minor changes are done alongside it.
flx the oxygen cylinderAttempt to audit power costs of welding #60660Describe alternatives you've considered
since the machines are almost 100% automated, could reduce crafting time to less than realistic times to simulate passive crafting. Staring at a big cylinder getting filled for 10 hours may be a bit frustrating
Or wait until 0.G and try to implement passive crafting
Testing
tested placing appliances, crafting each oxygen type, oxygen cylinder changes
March: tested hospital changes, previous steps again
Additional context
the machines are based on these:
http://www.energetic-tech.com/oxygen/oxygen-fill-system/
http://www.energetic-tech.com/oxygen/newlife-intensity-10/
http://www.energetic-tech.com/oxygen/oil-free-compressor/
extra info:
https://www.youtube.com/watch?v=GxclrM270gA
realistic time for filling of oxygen containers:
https://www.wolframalpha.com/input?i=density+of+oxygen+at+2000+psi
10 LPM (litres per minute) of 15 PSI oxygen -> effective 0.07 litres of compressed per minute (2000 PSI) -> 45 minutes for 3L tank (agrees with internet sources)