A library for Ashita V4 that helps to track status effects, relevant enemies, and loads associated icons
If you would like to show your support for my addon and library creation consider buying me a coffee!
- This library expects to live within the directory
[yourAddon]/libs/status
- You can initialize the full statustracker with
local statuslib = require('libs/status/status');
. Helpers are then available withstatusHelpers.[FunctionName]
- If you would like to just use the helpers included with this lib without initializing tracking you can use
local statusHelpers = require('libs/status/statushelpers');