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 "Script:SR-RollExtender"

From Roll20 Wiki

Jump to: navigation, search
(Overview)
m
Line 6: Line 6:
  
 
===Overview===
 
===Overview===
 +
Designed to be used with the "Shadowrun 5th Edition (Advanced)"-character sheet. For the API Script meant for the "Shadowrun 5th Edition"-sheet by Cassie, check this [https://github.com/Roll20/roll20-api-scripts/tree/master/Shadowrun%205th%20Edition readme].
  
Designed to be used with the Shadowrun: 5th Edition (Advanced) character sheet.
+
Automatically detect Glitches and roll Extended Tests.
Autoamticaly detect Glitches and roll Extended Tests.
+
Type <code>!RollEx</code> ingame to see the help menu.
Type !RollEx ingame to see the help menu.
+
  
 
Glitch Detection is not yet configurable and will send a private message to the GM whenever a Glitch is rolled.
 
Glitch Detection is not yet configurable and will send a private message to the GM whenever a Glitch is rolled.
  
To roll an Extended Test type: '''!RollEx xx (dy sz)'''
+
To roll an Extended Test type: <code>!RollEx xx (dy sz)</code>
:'''xx''' being the number of dice to start with
+
:<code>xx</code> being the number of dice to start with
  
 
Optional parameters are:  
 
Optional parameters are:  
:'''dy''' with y being the minimum number of dice before you want to stop  
+
:<code>dy</code> with y being the minimum number of dice before you want to stop  
:'''sz''' with z being the number of successes after which you want to stop  
+
:<code>sz</code> with z being the number of successes after which you want to stop  
  
Example:
+
'''Example:'''
  
::'''!RollEx 16 d5 s24 '''
+
::<code>!RollEx 16 d5 s24 </code>
  
will roll an extended test starting with 16 dice and dropping one after every roll until you either have a minimum of 24 successes, you have less than 5 dice remaining or you roll a critical glitch
+
Will roll an extended test starting with 16 dice and dropping one after every roll until you either have a minimum of 24 successes, you have less than 5 dice remaining or you roll a critical glitch.

Revision as of 10:42, 8 April 2020

API ScriptAuthor: Jens
Version: 0.2
Last Modified: 2017-03-29
Code: SR-RollExtender
Dependencies: None
Conflicts: None

Overview

Designed to be used with the "Shadowrun 5th Edition (Advanced)"-character sheet. For the API Script meant for the "Shadowrun 5th Edition"-sheet by Cassie, check this readme.

Automatically detect Glitches and roll Extended Tests. Type !RollEx ingame to see the help menu.

Glitch Detection is not yet configurable and will send a private message to the GM whenever a Glitch is rolled.

To roll an Extended Test type: !RollEx xx (dy sz)

xx being the number of dice to start with

Optional parameters are:

dy with y being the minimum number of dice before you want to stop
sz with z being the number of successes after which you want to stop

Example:

!RollEx 16 d5 s24

Will roll an extended test starting with 16 dice and dropping one after every roll until you either have a minimum of 24 successes, you have less than 5 dice remaining or you roll a critical glitch.