ShowBossHealth
Shows current / max health numbers under enemy HUD health bars.ShowBossHealth
Shows current / max health numbers under enemy HUD health bars in Mycopunk.
Features
- Displays current / max health under each top-of-screen enemy health bar (bosses, abominations, and other enemies that use a HUD bar)
- Values match the bar’s data model:
- Shell pool total by default (
shell current / shell max) - Core only when the enemy class uses
onlyUseCoreHealthForHealthbar
- Shell pool total by default (
- Built with SparrohUILib for consistent themed text
- Configurable color, font size, and vertical offset
- Config file is watched and reloaded on change
Dependencies
- Mycopunk
- BepInEx 5.4.2403+
- SparrohUILib
Install
Thunderstore / r2modman (recommended): install Sparroh-ShowBossHealth (pulls SparrohUILib automatically).
Manual: place ShowBossHealth.dll in BepInEx/plugins/ and ensure SparrohUILib is installed.
Configuration
BepInEx/config/sparroh.showbosshealth.cfg:
| Section | Setting | Default | Description |
|---|---|---|---|
| General | Show Boss Health | true | Toggle the health numbers |
| Display | Font Size | 14 | Text size (1080p reference pixels) |
| Display | Y Offset | -4 | Vertical offset under the bar (negative is further down) |
| Colors | Text Color | theme primary | Hex color RRGGBB or #RRGGBB |
Building
dotnet build --configuration Release
Authors
- Sparroh
License
MIT — see LICENSE
