
AddRunicLensToProcChain
Fixes Runic Lens being able to restart any proc chains it's in, potentially infinitely with enough luck & other proc items.
Last updated | 2 weeks ago |
Total downloads | 1912 |
Total rating | 2 |
Categories | Mods Seekers of the Storm Update |
Dependency string | LordVGames-AddRunicLensToProcChain-1.0.1 |
Dependants | 3 other packages depend on this package |
This mod requires the following mods to function

bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2117
README
AddRunicLensToProcChain
When proc items hit an enemy, they add themselves to the proc chain mask, which prevents those items from occurring again in the same proc chain. Runic lens doesn't do this, in fact when it hits an enemy the game sees it as a fresh item hit from you without anything in the proc chain. This means that all your proc items can proc again, which can cause runic lens to proc again, and this cycle can happen over and over, potentially infinitely with enough luck/proc items.
This mod fixes all of that by making runic lens add itself to the proc chain mask the same as other proc items.
Fun fact: the vanilla game checks for runic lens in the proc chain mask the same as other proc items, but because it's never added to the proc chain mask, the check is useless.