You are viewing a potentially older version of this package. View all versions.
mistername-BuffDisplayAPI-0.1.2 icon

BuffDisplayAPI

Enables modders to add custom buffs to the buff bar

Date uploaded 6 years ago
Version 0.1.2
Download link mistername-BuffDisplayAPI-0.1.2.zip
Downloads 956
Dependency string mistername-BuffDisplayAPI-0.1.2

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