You are viewing a potentially older version of this package. View all versions.
cheesasaurus-SurgeSuppressor-1.0.0 icon

SurgeSuppressor

Throttles static shock triggers.

Date uploaded a year ago
Version 1.0.0
Download link cheesasaurus-SurgeSuppressor-1.0.0.zip
Downloads 69
Dependency string cheesasaurus-SurgeSuppressor-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack_V_Rising-1.733.2 icon
BepInEx-BepInExPack_V_Rising

BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.

Preferred version: 1.733.2
cheesasaurus-HookDOTS_API-1.0.0 icon
cheesasaurus-HookDOTS_API

Provides an API for mods to hook Unity DOTS systems.

Preferred version: 1.0.0

README

SurgeSuppressor

Limits how frequently a target can be shocked by static.

static shock definition

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 [default true]: If true, only players will be protected. If false, both mobs and players will be protected.
  • ThrottleIntervalMilliseconds [default 250]: 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