Rebalance Radiation Shielding#791
Merged
VMSolidus merged 1 commit intoSimple-Station:masterfrom Aug 30, 2024
Merged
Conversation
DangerRevolution
approved these changes
Aug 24, 2024
ShadesMars
approved these changes
Aug 30, 2024
Peptide90
approved these changes
Aug 30, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This PR is a MUCH needed QOL update for all of our downstream servers that have started mapping in Supermatter engines. I have gone through every single entry of the RadiationResistance component in the game, and tweaked the values of them so that it is actually reasonably practical to provide some protection to the rest of the station during a Supermatter delamination. This fact is highly relevant since one of the things I am working on is a rebase of the wizden map CORE to EE, which will include a replacement of its Singulo with a Supermatter engine. With the pre-existing radiation shielding values, such an engine will near instantly cleanse the entire station of all life within a matter of seconds should it so much as think about delaminating. However with this PR, it's actually practical to shield the station from it.
One major problem, and something that defies player expectations, is that Radiation Shutters did not previously provide significant protection from radiation. They were infact not much better than a standard wall, and provided worse protection than a reinforced wall.
For reference to understand the issue, a Supermatter engine during its delamination produces 45 rads per second. Which is so overwhelmingly strong, that the Edge station's Supermatter could kill people from as far away as the reporter's office. Something like 70% of the station becomes lethally radioactive. On smaller maps such as Syndicate Station's Shoukou, fully 100% of the map is lethally irradiated.
The flipside of this is that ordinary walls have had their radiation resistance reduced. Don't count on anything not-reinforced to provide protection. Trust your life in reinforced walls, radiation shutters, blast shields, and plasma/uranium glass or walls. I did however add a concession that firelocks now block 1 point of radiation. It's not much, but it'll help just a smidge. :)
Media
What I'm dealing with, and why I can't actually in good conscience release said map unless this PR is merged:
Changelog
🆑