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

Implement correct DiS initative system in the Combat Tracker. #40

Open
asherett opened this issue Sep 16, 2024 · 2 comments
Open

Implement correct DiS initative system in the Combat Tracker. #40

asherett opened this issue Sep 16, 2024 · 2 comments

Comments

@asherett
Copy link

asherett commented Sep 16, 2024

Just creating an issue on this, since the system doesn't currently correctly implement DiS' intitiative system. While my coding skills are near non-existent, I would guess a full implementation would require extensive rework of the Combat Tracker.

Currently, it just seems to roll an unmodified d6 for everyone.

The correct system would require a kind of dialogue at end-of-turn, asking "whose turn next?". This dialog should keep track of round number and who's acted so far in a given round, correspondingly giving fewer and fewer available choices in a round.

@MulliganStu
Copy link
Contributor

There is a module out there I just discovered called "Just Popcorn Initiative" and it basically does what you'd want in this system.

@asherett
Copy link
Author

Huh that does indeed look like exactly what DiS needs. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants