Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
WhatchaGotThere
Shows what equipment an ally is currently holding.
| Date uploaded | 2 days ago |
| Version | 1.0.5 |
| Download link | WarperSan-WhatchaGotThere-1.0.5.zip |
| Downloads | 448 |
| Dependency string | WarperSan-WhatchaGotThere-1.0.5 |
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.2121README
Whatcha Got There?
Shows what equipment an ally is currently holding.

This shows the equipment held, the cooldown, and the description of the equipment.
Mod API
It is possible that certain mods fit the conditions, but shouldn't display the equipment icon. Mod developers can add a soft dependency to this mod, and configure it via the class DisplayHandler.
The mod will check the built-in conditions. If none of them declare the icon as hidden, the mod will check the conditions added via the method AddCondition().
CHANGELOG
Changelog
1.0.5
Changes
- Migrated from
WarperSan/upload-thunderstore-packagetoThunderPipe.Sdk - Replaced manual generation of
PluginInfowithAutoPlugin
Additions
- Added
API.DisplayHandlerto allow other mods to define if their character should display the icon or not
1.0.4
Fixes
- A character without a body will not display their equipment.
1.0.3
Fixes
- The UI now takes into account if the ally has an equipment or not.
- The config
NONEnow actually removes any UI.
Changes
- Improved stability of the UI by using a component instead of relying on other sources.
1.0.2
Additions
- Added
AllowedTargetsconfig
Fixes
- Hovering the equipment icon no longer blocks player inputs.
1.0.1
Fixes
Fixed publish workflow to actually include the mod..
1.0.0
Release :D