You are viewing a potentially older version of this package.
View all versions.
ChaosLogs
Add to the 'Shrines Logs' the chaos tomes buff to keep a better track of your run.
| Date uploaded | 9 months ago |
| Version | 0.9.0 |
| Download link | Wohou-ChaosLogs-0.9.0.zip |
| Downloads | 151 |
| Dependency string | Wohou-ChaosLogs-0.9.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_IL2CPP
BepInEx pack for IL2CPP x64 Unity games. Preconfigured and ready to use.
Preferred version: 6.0.738README
Chaos Tome Logs (MEGABONK)
Summary: A BepInEx mod that adds the Chaos Tome buff to the Shrine Logs menu so you can better track the random but powerful Chaos Tome.
Install
- Copy
ChaosLogsfolder toBepInEx/plugins/. - Launch the game.
How it works (in a nutshell)
- We track the player's stats.
- When a "Chaos Tome" is detected, we monitor which values changed and which stat was affected.
- We calculate the difference so the change can be shown in the log.
- We look up the stat's ID (its name) in the enum of all stats.
- We add the result to the "Shrine Logs".
Note: Some stats are percentages (%) while others are simple additions (+). To handle this, I hardcoded checks for each stat to determine whether the change is additive or a percentage.