Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Cyberpunk 2.0.2.0"

From Roll20 Wiki

Jump to: navigation, search
m (Generic Dice-Roll Macro)
m (move macro to main Cyberpunk page, leave as redirect)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Generic Dice-Roll Macro==
+
#REDIRECT [[Cyberpunk]]
 
+
Cyberpunk 2.0.2.0 (Cyberpunk 2nd-edition, 1991) has a very good character sheet in GitHub currently, with dice-rolls where you can select radio-buttons for all the modifiers to a roll.
+
 
+
However, if you need a generic dice-rolling macro that stands alone from the sheet, you can use the following simple macro.
+
 
+
All skill rolls take the form of adding a Stat (characteristic) plus a Skill value and rolling an exploding d10, to equal or beat a stated Difficulty.  A 10 means add the 10 and roll again, which you can repeat for as long as you roll 10's.  But if you roll a 1 (on the first roll) it is not only a lower roll but there is a potential for a Fumble; roll on the Fumble table for that Stat.
+
 
+
<pre>
+
/r 1d10! + ?{Stat?|0} + ?{Skill?|0} + ?{Modifier?|0}
+
</pre>
+
 
+
[[Category: Guides]]
+

Latest revision as of 12:59, 20 September 2021

  1. REDIRECT Cyberpunk