You are viewing a potentially older version of this package. View all versions.
WarperSan-WhatchaGotThere-1.0.5 icon

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-5.4.2121 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.2121

README

Whatcha Got There?

Thunderstore Version Thunderstore Downloads License

Shows what equipment an ally is currently holding.

img.png

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-package to ThunderPipe.Sdk
  • Replaced manual generation of PluginInfo with AutoPlugin

Additions

  • Added API.DisplayHandler to 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 NONE now 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 AllowedTargets config

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