Adds
- eqa/sound/tick.wav
- eqa/sound/tock.wav
- timer_q, process_timer
- /say command driven timers
- /say command driven metronomes
- restructure zones in config and add default timers
- Automatic mob respawn timers (based on zone defaults in config.json)
New Commands
- `/say parser metronome [seconds]` Run a metronome with [seconds] interval
- `/say parser metronome stop` Stop the metronome
- `/say parser timer [seconds]` Set a timer for [seconds] (says "times up" when done)
- `/say parser timer clear` Clear all timers
- `/say parser timer respawn` Create timers for the default current_zone time after seeing an experience message. Timer response is "pop current_zone" (at time of mob kill)
- `/say parser timer respawn stop` Stop creating timers automatically
> Note: Things get weird with multiple metronomes, I just don't suggest it