You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: