Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] support non-numbers nicely as duration for Timed Effects in Initiative tool #389

Closed
dthv opened this issue Jun 2, 2020 · 0 comments · Fixed by #570
Closed

[BUG] support non-numbers nicely as duration for Timed Effects in Initiative tool #389

dthv opened this issue Jun 2, 2020 · 0 comments · Fixed by #570
Labels
bug Something isn't working
Milestone

Comments

@dthv
Copy link
Contributor

dthv commented Jun 2, 2020

Timed Effects in the Initiative tool are designed to support numbers that decrease over time until the effect vanishes. They actually do support permanent effects by typing in a non-numeral value into the duration field, which is, in principle, desirable.

However, if the entry in the initiative list gets to be active, normally, a numeral value would decrease by one (or vanish, if already zero). In case of any non-numeral value, the value changes to "NaN" (which probably stands for "Not a Number"?).

To be able to differentiate between e.g. permanent effects and effects that don't have a specific duration in time (e.g. with the duration of an "encounter" etc.), it would instead be desirable that the non-numeral value would simply be kept.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants