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.
This package has been marked as deprecated, and it's suggested another
alternative is used.
BuffDisplayAPI
Enables modders to add custom buffs to the buff bar
| Last updated | 6 years ago |
| Total downloads | 1970 |
| Total rating | 1 |
| Categories | Mods Libraries |
| Dependency string | mistername-BuffDisplayAPI-0.1.2 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 2.0.0README
BuffDisplayAPI
- BuffDisplayAPI allows modders to set custom buffs to the buffdisplay easily
- This requires adding a component which does the logic for the buff to the character
- Allows custom text and alpha level
- Why like this
- I made this as an extension to [BanditPlus]{https://thunderstore.io/package/mistername/Banditplus/}
- For feature request, you can always message me on discord and it's open source
- How-to
- Create your own component which contains all the logic for the buff and it should contain a public string Text and public float Alpha
- For an example see [BanditPlus]{https://thunderstore.io/package/mistername/Banditplus/}
Installation
Drop BuffDisplayAPI.dll into \BepInEx\plugins\
Changelog
- v1.0.0
- Release