Every shrine in Risk of Rain 2 now triggers the Shrine of Order effect! Using any shrine will randomize your inventory items, consolidating them into fewer stacks of random items from your collection.
- All shrines (Blood, Chance, Combat, Woods, Mountain, etc.) trigger item sequencing
- Configurable settings to enable/disable the mod
- Optional "You have been... sequenced." message display
- Prevents double-application on actual Shrine of Order
- Multiplayer compatible (server-side)
- Install r2modman
- Search for "Orderly Shrines" in the mod manager
- Click Install
- Run the game through r2modman
- Install BepInExPack
- Install HookGenPatcher
- Download the latest release
- Extract the zip and place
OrderlyShrines.dllintoBepInEx/plugins/ - Launch the game
The mod generates a config file at BepInEx/config/com.yourusername.orderlyshrines.cfg
Available options:
- Enable Mod (default: true) - Toggle the entire mod on/off
- Show Order Message (default: true) - Display the "sequenced" message when using shrines
When you interact with any shrine:
- The shrine performs its normal function (healing, spawning enemies, etc.)
- Immediately after, your inventory is "sequenced" just like a Shrine of Order
- All items of each rarity are consolidated into one random item type per rarity
- Works with all vanilla shrines
- Compatible with multiplayer (must be installed on host)
- Should work with most mod shrines that use standard shrine behaviors
- Some modded shrines may not trigger the effect if they use custom interaction code
- The actual Shrine of Order is excluded to prevent double-sequencing
- Initial release
- Hooks all vanilla shrines
- Configurable settings
- Multiplayer support