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

Mechanic (Prey) Coriolis Character Sheet.

So the Coriolis sheet is great  It does a good job for the rolls. (I'd love for it to display the individual dice like the forbidden lands sheet).   However, the system has a Push mechanic I can't seem to find a way to make happen. Basically, after you roll the pool of D6s you have the open of pushing the rolls. Keeping any 6's and Re-rolling the remainder.  I guess you can do this by changing the Modifier to <negative> the number of sixes you just rolled and then rolling again.  But I was wondering if there was a way to do this after the initial roll with just a push of a button?  With MYZ and Forbidden Lands, it is a bit more complicated because there are 3 pools of dice and you don't reroll 1s in some instances but with Coriolis, there are none of those complications.    I just want the ability to roll 6d6 and then with a button reroll any that don't come up 6.. once?  Is that doable?  Any ideas?
1558691897

Edited 1558692468
GiGs
Pro
Sheet Author
API Scripter
The only way to roll a number of dice based on a previous roll is with an API script. You'd need to replace the original roll with a new script that handles the roll, and also outputs a button to roll the push. Does the sheet use a rolltemplate? What do roll macros look like? Edit: &nbsp;there is a Mutant Year Year Zero script already, which might suffice:&nbsp; <a href="https://github.com/Roll20/roll20-api-scripts/tree/master/MutantYearZero" rel="nofollow">https://github.com/Roll20/roll20-api-scripts/tree/master/MutantYearZero</a>
1558734270

Edited 1558734316
Thanks for the response&nbsp; GiGs &nbsp; It looks like the Roll20 sheet is doing simply (x + y -z)d6&gt;6 =&nbsp;&nbsp; Where x= the ability or skill you click on to make the roll and y/z = any positive or negative modifiers added to the roll respectively (being that the modifiers modify the number of dice rolled not the dice result) I am fine try loading in an API, I just don't know how to make one or how to get one to interact with the preexisting sheet. I'm a layman when it comes to coding.&nbsp;