You are viewing a potentially older version of this package.
View all versions.
SurgeSuppressor
Throttles static shock triggers.
| Date uploaded | a year ago |
| Version | 1.0.1 |
| Download link | cheesasaurus-SurgeSuppressor-1.0.1.zip |
| Downloads | 153 |
| Dependency string | cheesasaurus-SurgeSuppressor-1.0.1 |
This mod requires the following mods to function
BepInEx-BepInExPack_V_Rising
BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.
Preferred version: 1.733.2cheesasaurus-HookDOTS_API
Provides an API for mods to hook Unity DOTS systems.
Preferred version: 1.0.0README
SurgeSuppressor
Limits how frequently a target can be shocked by static.

Installation
- Install BepInEx.
- Install HookDOTS.
- Extract SurgeSuppressor.dll into
(VRising folder)/BepInEx/plugins.
Configuration
The following configuration settings are available in BepInEx/config/SurgeSuppressor.cfg.
OnlyProtectPlayers[defaulttrue]: If true, only players will be protected. If false, both mobs and players will be protected.ThrottleIntervalMilliseconds[default250]: How long after a static shock, until a protected target can be shocked again.
Support
Join the modding community.
Post an issue on the GitHub repository.
CHANGELOG
1.0.1
- Bugfix: Error on startup when loading plugin without bloodpebble
1.0.0
- Initial release