Files
ascension-char-exporter/AscensionExporter/AscensionExporter.toc
T
florian.berthold 94f6f55fb6 Add installation script and enhance addon functionality
- Introduced `install_addon_sub.sh` to automate addon installation.
- Improved argument normalization with a new `Norm` helper function.
- Added debug command for enhanced diagnostics and collector status visibility.
- Ensured global addon table initialization for flexible load order.
- Marked modules as loaded for better debug tracking.
- Fixed TOC path formatting for Windows compatibility.
- Updated `.gitignore` rules for IDE folders.
2025-12-08 15:25:07 +01:00

14 lines
355 B
TeX

## Interface: 30300
## Title: Ascension Exporter
## Notes: Export active talents, worn items, and active Mystic Enchants to JSON
## Author: Subd from Exiles EU
## Version: 0.1.0
## SavedVariables: AscensionExporterSaved, AscensionExporterConfig
Core.lua
Util\Json.lua
UI\ExportFrame.lua
Collectors\Talents.lua
Collectors\Gear.lua
Collectors\Enchants.lua