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

[New Edition of Paranoia] The Computer Die

I'm trying to prep a game of the new edition of Paranoia. It is a dice pool game where your attribute and skill make a dice pool. You roll and get successes on 5s and 6s. In addition to the stat + skill pool, you also roll an addition d6 called the computer die. One side of the die has a pic of the Computer on it and when it comes up, all sort of unhelpful stuff happens. What would be the best way to replicate this die? Is there a way to do it in the course of a regular die roll macro?
For the successes you can change the default behavior to show the results in green when you roll a 5 or 6 instead of just a 6. ?{Dice pool size}d6cs>5>5 Then with the computer die you could create a rollable table with images of a die and the sides numbered with number 6 or 1 set with the image of the computer. 1t[Computer-die] So together you would have  /r [[?{Dice pool size}d6cs>5>5]] [successes] + 1t[Computer-dice] and an output like this I hope that works close enough for your case.  Happy gaming
That's perfect! Thanks!