Hidden Health Bars
Hides all enemy health bars. Use the config to also hide boss health bars.
| Date uploaded | a month ago |
| Version | 1.1.0 |
| Download link | NikkelM-Hidden_Health_Bars-1.1.0.zip |
| Downloads | 54 |
| Dependency string | NikkelM-Hidden_Health_Bars-1.1.0 |
This mod requires the following mods to function
LuaENVY-ENVY
A plugin to allow ReturnOfModding plugins greater control of their environment.
Preferred version: 1.2.0SGG_Modding-ReLoad
Provides helpers for managing hot reloading and waiting for the right time to load
Preferred version: 1.0.2SGG_Modding-ModUtil
Utility mod for mod interactions within lua for SGG's games
Preferred version: 4.0.1README
Hidden Health Bars
Hides all enemy health bars.
Very useful for people who want to play with less interface elements, as the Interface Opacity setting does not affect health bars.
You can use the config file in your mod manager to also hide boss health bars by setting hideBossHealthbars to true.
Alternatively, you can also set hideEnemyHealthbars to false to show enemy health bars again, in case you want to only hide boss health bars.
Status effect indicators that normally appear below health bars are also hidden by default, such as the cooldown until Freeze can be re-applied.
Set hideEffectIndicators to false to show these indicators again.

CHANGELOG
Changelog
v1.1.0
- Fixed health-bar status effect indicators (e.g. Freeze cooldown, Origination) being created in the place where the enemy was when the effect was applied, but not following it around if enemy health-bars are turned off.
- Health-bar status effect indicators are now hidden by default.
- Set
hideEffectIndicatorsin the config to false to show effect indicators again.
v1.0.0
- Initial release.