quasikyo-ThunderRain icon

ThunderRain

Shocks PiShocks in response to in-game damage events.

Last updated a day ago
Total downloads 1777
Total rating 2 
Categories Mods Client-side
Dependency string quasikyo-ThunderRain-1.1.3
Dependants 0 other packages depend on this package

This mod requires the following mods to function

Rune580-Risk_Of_Options-2.8.4 icon
Rune580-Risk_Of_Options

A convenient API for adding BepInEx ConfigEntry's to a option menu

Preferred version: 2.8.4
bbepis-BepInExPack-5.4.2121 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.2121
RiskofThunder-R2API_Core-5.2.0 icon
RiskofThunder-R2API_Core

Core R2API module

Preferred version: 5.2.0

README

ThunderRain

Thunderstore Version Thunderstore Downloads GitHub Actions Workflow Status

Operates PiShocks in response to in-game damage events.

Safety

Please configure shock maximums in the config and the share code.

1.1.3 - 2025-12-08

Changed

For the full changelog, see:

Issue Reporting and Suggestions

  1. Check the FAQ.
  2. Contact me on Discord (quasikyo) or submit a new issue here.

Configuration

PiShock Info

Activated By

The in-game triggers to enable.

  • Vibrations from dealing damage
  • Vibrations from receiving damage
  • Shocks from dealing damage
  • Shocks from receiving damage
  • Shocks on death
  • Vibrations from minions dealing damage
  • Vibrations from minions receiving damage
  • Shocks from minions dealing damage
  • Shocks from minions receiving damage

Operation Values

The base values that get scaled off of damage dealt relative to damaged entity's max health. In other words, the intensity of the operation is calculated by

baseValue * (damageDealt / maxHealthOfDamagedEntity)
  • Base duration of vibrations
  • Base intensity of vibrations when dealing damage
  • Base intensity of vibrations when receiving damage
  • Base duration of shocks
  • Base intensity of shocks when dealing damage
  • Base intensity of shocks when receiving damage
  • Maximums for vibration and shock durations and intensities

Operation Behavior

  • Time span over which to sum up intensity and duration
  • Shocker selection
    • All: affect all shockers
    • Random: only affect a random shocker
  • Account for damage dealt past the entity's max health

FAQ

Nothing happens when I take/deal damage. Is it broken?

If you see nothing in the logs, this is likely because your configuration isn't setup properly. You'll want to check which events you want the mod to respond to and then set appropriate base values. Keep in mind that these base values are multipled by the percent of damage dealt/taken based off your max health, so you'll want to set them a bit higher. See this thread for more.