ProcSolver

⭐ — (1 endorsements) 📥 3,421 downloads 📌 v1.1.5 📅 4/1/2025
🟡 Updated this year

By RiskOfBrainrot · Tweaks

⬇ Download Mod Source: Thunderstore ↗ 📅 Updated: 12/25/2025 📅 Created: 4/1/2025

🔍 Analysis

  • 👍 0.0% endorsement rate
  • 🏆 #108 of 632 Tweaks mods in this game by downloads

📋 About This Mod

Github: https://github.com/bbborbo/RoR2ProcSolver Discord: https://discord.gg/yFRx3E6Yep Changes: (Configurable) Caps proc chain length at 3 for chains initiated by a skill or equipment. (Configurable) Caps proc chain length at 1 for chains initiated by an item (autoplay). (Configurable) Reduces proc chain rate in proc chains initiated by a skill or equipment to 100%. (Configurable) Reduces proc chain rate in proc chains initiated by an item (autoplay) to 50%. How Do I Make My Mod Compatible? Proc Solver uses a new "proc rate" parameter to control proc chains. If your proc chain item doesn't incorporate it, then it can potentially extend proc chains past when ProcSolver would have ended it. Here's how you can make it compatible: Step 1: Add the ProcSolver DLL to your libs/references/dependencies Step 2: Add this piece of code to somewhere in your project public static float GetProcRate(DamageInfo damageInfo) { if (damageInfo.procCoefficient <= 0 || !procSolverInstalled) return damageInfo.procCoefficient; return _GetProcRate(damageInfo); } private static float _GetProcRate(DamageInfo damageInfo) { return ProcSolverPlugin.GetProcRateMod(damageInfo); } Step 3: Any time you have a proc chain item, when rolling to proc, replace Util.CheckRoll(yourProcChance * damageInfo.procCoefficient, attackerMaster) with Util.CheckRoll(yourProcChance * GetProcRate(damageInfo), attackerMaster) This will not affect your items' proc chances if ProcSolver is not installed! Made by Orange and Kiwi. Thanks to mysticalchicken for help with the proc chain mask ! CHANGELOG 1.1.6 Optimized proc chain depth calculation Updated dependencies Updated default config values following ProcPatcher math changes Updated compatibility information 1.1.5: Updated for alloyed Collective Compensates for SureProc in proc chain limit

Limits proc chains based on damage sourcing. Has config for proc rate and proc chain depth. FULLY CONFIGURABLE!

📊 Mod Details

Game
Thunderstore Mods
Author
RiskOfBrainrot
Version
1.1.5
Downloads
3,421
Endorsements
1
Category
Tweaks
Created
4/1/2025
Updated
12/25/2025
Tags
Tweaks, Server-side, Mods

🔧 How to Install Thunderstore Mods

Use r2modman/Thunderstore Mod Manager. Or manual: install BepInEx, drop mods into plugins folder.

📖 Full step-by-step install guide for Thunderstore →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Thunderstore commands, item IDs, and more.

Keep browsing — more Thunderstore mods await

📋 All Thunderstore Mods 🏆 Top 25 📂 More Tweaks 👤 More by RiskOfBrainrot 🔎 Similar Mods 🌐 Best Tweaks (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods