* Parse Spells
- I feel irresponsible putting this many elif statements into the world
* Configuration Directory
- Re-order config into separate files
- One caveat with this, the list of line alerts in settings tab is unordered
- Save character data between eqalert versions
* Generate Spell Timers
- Renames a few paths in settings.json
- Adds path to locate spells_us.txt
- Generate data/spell-timers.json from spells_us.txt
- version the spells_us file generation because I don't know if more needs to be added to it
* Convert spells_us.txt to spells_us.json
- Useful for creating spell text matches, probably going to ignore everything under other but wanted to ensure this util script would default to take everything from the txt file
- Cut down spells_us.json generation to just the essentials by default. Otherwise its nearly a half-million mostly not useful lines. Uncomment
accordingly for any other needs.
* Misc
- /say parser what context, report context
- Adjust default ToV timer
- misc non-spell parser tweaks
- Removes global variables