Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 774 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 774 Bytes

statuslib

A library for Ashita V4 that helps to track status effects, relevant enemies, and loads associated icons

Show Your Support

If you would like to show your support for my addon and library creation consider buying me a coffee!

ko-fi

Overview

  • 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 with statusHelpers.[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');