Zerthox
Zerthox
The plugin currently does not care about multiple stacks for a single buffs. For example for Fractal Potions reminding below 5 stacks could be useful.
Allow the user to copy chatcode representation in addition to the buff id.
Custom definitions currently overwrite default entries completely. Instead fields could be omitted to keep the default/current value of said field.
Change the combo for selecting Food/Utility to a custom one with search.
Playy a notification sound when the reminder is triggered. Could be done with e.g. [rodio](https://docs.rs/rodio/latest/rodio/).
Remind if initially applied food is below minimum duration when starting an encounter. Add a setting to adjust the minimum duration.
Detection of unknown Food/Utility buffs currently requires to have English as language in the client, since it relies on the "Nourishment" and "Enhancement" buff names.
- [x] Fix incorrect target info by ignoring dummy eparchs (via check for casts) - [x] Globule decorations - [ ] Despair pool decorations - [ ] Wave of Envy...
We often create multiple decorations for a single event (skill, effect etc.) and those decorations are then duplicated in their entirety every time it occurs. This leads to a lot...
This attempts to change number formatting for better readability. Current format is space as thousand separator and `.` as decimal separator like `1 234 567.89`. Alternatively, we could also shorten...