Skip to content

Commit

Permalink
Huge additions
Browse files Browse the repository at this point in the history
+ Brought back .checkattune (from AttuneHelper)
+ Added event handler support for both OnCheckAttune and OnAttuned
+ Added support for stat overwrites (weapons)
+ Added many undocumented perk related functions (UNTESTED!)
+ Added item status classification function
+ Added standard color palettes for both regular and colorblind
* Fixed issue with TOC xml/lua not loading latest standalone lib
  • Loading branch information
imevul committed Apr 8, 2024
1 parent 6ba64d8 commit d3033be
Show file tree
Hide file tree
Showing 3 changed files with 368 additions and 17 deletions.
20 changes: 19 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,24 @@
"GetPerkActive",
"GetCustomGameDataCount",
"GetCustomGameDataIndex",
"GetCustomGameData"
"GetCustomGameData",
"ChatFrame_AddMessageEventFilter",
"ChatFrame_RemoveMessageEventFilter",
"GetPerkTaskProg",
"PerkMgrPerks",
"GetPerkLimit",
"PerkMgrTaskHeader",
"PerkMgrTaskAll",
"SetPerkActive",
"PerkMgrSets",
"GetPerkOptionsInfo",
"SetPerkOptions",
"GetPerkOptions",
"PerkMgrPoints",
"time",
"SendChatMessage",
"GetItemAttuneOverWrite",
"GetAttuneStatName",
"GetItemAttuneOverwrite"
]
}
Loading

0 comments on commit d3033be

Please sign in to comment.