[MIRROR] Adds fast and slow modes to cryo cells #1456
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Оригинальный PR: Baystation12#34236
🆑 TheNightingale
tweak: Adds fast-mode and slow-mode to cryo cells. By upgrading the manipulators, you can make it heal up to 50% faster or 50% slower.
/:cl:
TL;DR of how it works:
The 'base' cryogenic factor is 20x if you don't touch the freezer - i.e. occupants will take 20x as long to have life ticks (and process medicine, bleeding, organ failure etc).
Fast decreases the cryogenic factor slightly, with further decreases based on manipulator upgrade level, to a minimum of 0.66 * cryofactor (50% faster). This means cryo will work faster for them, but the stasis won't be as powerful (good for healing people, bad for MSOF/triage).
Slow increases the stasis factor slightly, with further increases based on manipulator upgrade level, to a maximum of 1.5 x cryofactor (50% slower). Stronger stasis, but the cryox/clonex will take longer to process (bad for healing, good for MSOF/triage).
Regular is what we have right now, and a nice middle-ground.
This is all shown and adjusted in the cryo interface.