Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

[REQUEST] Shadowrun 5e Initiative

I'm scratching my head on how an API of the shadowrun 5e initiative system would work. Here's the basic system INITIATIVE PASSES How many times a character can act during a Combat Turn is determined by the Initiative Test. Every charac- ter starts out with a base Initiative die of 1D6. Some characters may spend Edge or have magic or implants that increase their Initiative dice total, allowing them to roll more dice and potentially perform more actions than their non-enhanced associates. The Combat Turn is divided into Initiative Passes. Everyone gets to act during the first Initiative Pass (in order according to their Initiative Score). At the end of each Initiative Pass the gamemaster subtracts 10 from all characters Initiative Score. Characters with an Initiative Score higher than 0 get to go again during a second Ini- tiative Pass. This process is repeated until all characters have an Initiative Score of 0 or less, the Combat Turn ends, or the combat ends. A character with an Initiative Score of 0 or less can only take one Free Action during an Initiative Pass. How- ever, a character with 0 or less Initiative is allowed one Free Action. She can also respond to attacks by dodging or defending herself. So, i need a macro for quick and easy calculating of the basic initiative and a way to subtract 10 from everyones initiative when the Ipass ends. Any thoughts/responses? Thanks in advance. Joel M
I just went with a homebrew and subtract 10 from that person's initiative right after they go, then hit the next button. I think it works pretty well because you don't get people using the dodge action when they had only 9 initiative for the whole round and already took their turn. It's basically Alternate Rule #4 from Run & Gun on page 108 but without letting someone act multiple times until everyone else has gotten a chance.
1419409066
Stephen Koontz
Forum Champion
Marketplace Creator
Sheet Author
API Scripter
Compendium Curator
Joel, I went ahead and tweaked a script I've been using to do what you want. It's not as pretty as it could be but it does the basics. You type "!ini" at the start of a round. It will add a custom "Initiative Pass" token in the tracker. Every time that Initiative Pass token gets back to the top of the tracker, the Initiative Pass will tick up 1 and everything else will drop 10, minimum 0. At the start of a new round just type "!ini" again to start over. <a href="https://gist.github.com/SteveKoontz/b787ed2a82f5f1" rel="nofollow">https://gist.github.com/SteveKoontz/b787ed2a82f5f1</a>...
thanks so much, i'll test it out!