schultzcole / FVTT-Turn-Alert

Set alerts to trigger on a particular round of combat or on a particular token's turn.
https://foundryvtt.com/packages/turnAlert/
MIT License
8 stars 4 forks source link

Add repeat frequency and expiry when an alert is set to repeating #5

Closed schultzcole closed 4 years ago

schultzcole commented 4 years ago

It would be nice if the repeat frequency was decoupled from the initial trigger round. Currently, the frequency of a repeating alert is determined by the relative round, so you can't currently have an alert begin triggering next round and repeat with a frequency of 2 rounds. Additionally, it'd be nice to have a way to set the round on which a repeating alert expires, other than manually deleting it.

The process of implementing this would likely resolve #4.