vtt-lair / foundry-group-initiative

Module for Foundry VTT that allows you to roll grouped initiative.
MIT License
3 stars 4 forks source link

Groups unrelated combattants together in v9 #26

Closed strongpauly closed 2 years ago

strongpauly commented 2 years ago
group-initiative-bug
Aeristoka commented 2 years ago

I can confirm this: image

It seems to MOSTLY group them right after you've rolled, unless you happen to have a matched initiative roll, in which case it will keep an un-related Creature in the group, and sometimes kick out a related creature as in #27

Aeristoka commented 2 years ago

Would it perhaps be possible to add a quick option to disable the grouping while this and #27 are worked on? I love the grouped initiative, it just seems like the expandable groups were a little ambitious and buggy at the moment.

vtt-lair commented 2 years ago

@Aeristoka I think that's an excellent idea. The grouping was actually pull from the original branch and was developed by someone else. I'll add a setting that allows you to disable this, while I work out the kinks with the grouping.

vtt-lair commented 2 years ago

I'm going to release a version that wraps the grouping with a setting. This way you can disable the grouping while I try and refactor the code for this. Unfortunately the grouping code is inherited code from the original code repo.

This way you can opt-in for the grouping or opt-out (by default) while I try and sort this out.

Sorry for the inconvenience.

vtt-lair commented 2 years ago

I've created a new task to refactor the headers: #29