mistername-BuffDisplayAPI icon

BuffDisplayAPI

Enables modders to add custom buffs to the buff bar

Last updated 4 years ago
Total downloads 1879
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-2.0.0 icon
bbepis-BepInExPack

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

Preferred version: 2.0.0

README

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