This repository contains the python files for downtime activities in draconic.
For building the alias:
- Create the modules under
DTD-modules/you need - Add modules and their build order in
build-order.json - Run the build script (
python build.py) - Copy paste the alias in
dist/to your alias on avrae dashboard.
- Money DTD
- Projects DTD
- Miscellaneous DTD
- XP DTD
- Implementing time based limit (using
time()functions) - Implementing exhaustion system
- Add tool checks for
!dtd job - Add multiple job types:
- Healing DTD
- Eotorath DTD
- The actual DTD
- Adding progress bar
- DDB friendly alias
- PTW/HRW 2.0
- All DTD into 1 alias python script
The python script for the alias is supposed to do the following:
- read
build-order.json - figure out it's components and their build orders
- get the functions (modules) from a folder
- put them all into a few
*.aliasfiles under /dist folder