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

Some Randomization #1702

Open
Alarond opened this issue Apr 2, 2023 · 0 comments
Open

Some Randomization #1702

Alarond opened this issue Apr 2, 2023 · 0 comments

Comments

@Alarond
Copy link

Alarond commented Apr 2, 2023

This is not an issue. I just wanted to share this information. When I play Hero system I like there to be some randomization to when characters take actions, much like in other RPG games like D&D and such. Of course the speed chart is intricate and important to the game so the way I do this is by setting the initial segment that a character can react on to be based on the first action in the segment chart. For instance if the chart says that your first action is in the 6th segment because you have a speed of 6 then I like to roll a 6 sided die to set the first segment to sometime between the 1st and 6th round.

In the spirit of this I have taken your script and made a copy for myself. I added a randomizer function and another function that uses that randomizer to generate a random first segment based on the characters speed. I can share my code if you are interested.

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

1 participant