About Acid Rain
Unprotected exposure to rain in Rust now causes radiation damage!
New spawns are protected by the protection timer, which defaults to 5 minutes (300 seconds).
After that, various articles of clothing will provide protection from the acid rain. However, the slightest bit of wetness can lead to exposure. So, choose your garments well.
NOTE to admins: The rain effect present when an admin uses admintime may or may not have impact. However, if you are in god mode you will definitely not get wet and therefore not receive acid rain damage. Keep that in mind when testing. For any player including sleepers you suspect of not being impacted by acid rain when they should be, you can with other plugins out there check for the existence of the AcidRain object attached to the player or sleeper. Additionally, as of this writing (Jan 2023), it appears that the weather commands may have no impact on wetness, and that is required for the plugin to work. You may find that jumping in the water will cause your rads to go up.
Permissions
- acidrain.admin - Allows use of commands below
Commands
- /arstart - Enable Acid Rain
- /arstop - Disable Acid Rain
- /inno - Innoculate (heal) all online players
Configuration
{ "Options": { "hilevelbump": 1.0, "hipoisonbump": 0.5, "lolevelbump": 0.2, "lopoisonbump": 0.1, "notifyTimer": 60.0, "protectionTimer": 300.0, "swimProtection": false, "damageSleepers": false, "EnableOnLoad": true }, "Version": { "Major": 1, "Minor": 1, "Patch": 0 } }
- hilevelbump -- How much to increase the player's radiation level when rain > 0.5
- hipoisonbump -- How much to increase the player's radiation poison level when rain > 0.5
- lolevelbump -- How much to increase the player's radiation level when rain < 0.5
- lopoisonbump -- How much to increase the player's radiation poison level when rain < 0.5
- notifyTimer -- The player will be notified once while taking damage until this timer expires.
- protectionTimer -- How long will fresh spawns be protected from the acid rain.
- EnableOnLoad -- Enable acid rain on plugin load (disable for external scheduling, etc.)
- swimProtection -- Provide protection for players while swimming (currently the same as sleepers at 0.1 or 10%)
- damageSleepers -- Enable acid rain damage to sleepers at a fixed rate of 10% of the normal state for a naked player. This is better than a hazmat suit but should have some impact over time.
Future plans, maybe
- Clothing protection customization
- ???