Artemis

Results 10 issues of Artemis

When using Lua classing, it reports the main variable as "unused" invalidly. Example; ```lua local test = {} -- This is flagged as unused function test:SomeFunc() print("Hello world") end ```

When defining a variable, and then checking if it doesn't exist and overriding it, it flags the original as unused. Example: ```lua local test = _G["Test"] -- This is flag...

Dungeon models: - [ ] Blackfathrom Deeps - [ ] Blackrock Depths - [ ] Blackrock Spire (Lower) - [ ] Blackrock Spire (Upper) - [ ] Deadmines - [...

🛠 Feature Request
Low Priority

The `@no-lib-strip@` tag in TOC's are being stripped from external dependencies, even though the nolib version is disabled.

When utilising the old method, it would cause it to bundle all of `bootstrap.esm.js`. With this method, it only pulls in modal and carousel into a compiled webpack.

LibDualSpec required EnhanceDatabase to be called before EnhanceOptions

The pet battle stuff doesn't have any filter / respect any other filter, in regards to "Hide if all rewards known". Treasures and rares have this feature.

enhancement