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:Dice Roller (Edge of the Empire)"

From Roll20 Wiki

Jump to: navigation, search
(Syntax)
(discontinued API, leave as redirect to API Index)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{script overview
+
#redirect[[API:Script Index]]
|name=EotE Dice Roller
+
|author={{user profile|77736|Konrad J.}}, {{user profile|446406|Steve Day}}, {{user profile|104025|Aaron C. M.}}, {{user profile|45755|Andrew H.}}, {{user profile|193829|Tom F.}}
+
|version=2.5
+
|lastmodified=2015-02-13}}
+
{{stub}}
+
 
+
A Dice roller for the Edge of the Empire/Age of Rebellion/Force and Destiny Roleplaying Game
+
<br clear="all">
+
 
+
=== Syntax ===
+
 
+
API Chat Commands
+
*Settings:
+
**Log
+
***default: 'on' and 'single'
+
***Description: Sets the visual output in the chat window for the dice rolls
+
***Command: !eed log on|off|multi|single
+
 
+
**Debug
+
***default: 'off'
+
***Description: Sets the logging level of the script in the API console.  If you are having issues with the
+
***script rolling incorrect dice, turn on debug logging and post the result in the forums. No need to restart the
+
***script with this command.
+
***Command: !eed debug on|off
+
+
**Graphics
+
***default: 'on' and 'm'
+
***Description: Sets chat window dice output as graphic, small, medium, or large if "on" or as text if "off"
+
***Command: !eed graphics on|off|s|m|l
+
+
**Test
+
***Description: Output every side of every die to the chat window
+
***!eed test
+
+
**Roll:
+
***Label
+
***default: null
+
***Description: set the skill name of the roll
+
***Command: !eed label(Name of Skill)
+
+
**Initiative
+
***default: false
+
***Description: Set NPC/PC initiative true
+
***Command: !eed npcinit or pcinit and #b #g #y #blk #p #r #w
+
+
**Skill
+
*** default:
+
*** Description: create the ability and proficiency dice for a skill check
+
*** Command: !eed skill(char_value|skill_value)
+
+
**Opposed
+
*** default:
+
*** Description: create the difficulty and challenge dice for an opposed skill check
+
*** Command: !eed opposed(char_value|skill_value)
+
+
**Dice
+
*** default:
+
*** Description: Loop thru the dice and adds or subtracts them from the dice object
+
*** Command: !eed #g #y #b #blk #r #p #w #s #a
+
+
**Upgrade
+
*** default:
+
*** Description: upgrades ability and difficulty dice
+
*** Command: !eed upgrade(ability|#) or upgrade(difficulty|#)
+
+
**Downgrade
+
*** default:
+
*** Description: downgrades proficiency and challenge dice
+
*** Command: !eed downgrade(proficiency|#) or downgrade(challenge|#)
+
 
+
=== Changelog ===
+
{{changelog version|2.6|2015-04-15|*Added debug logging to API console.
+
*Extra dice will be added automatically when weapons are damaged
+
*Negative dice can now be used in the character sheet.
+
'''EXAMPLE''' If the GM has 2 setback dice in the GMPool, the player can put
+
-1blk in the dice text box, or -1 in the players dicepool and the script
+
will do the subtraction for you.}}
+
{{changelog version|2.5|2015-02-13|* Release}}
+

Latest revision as of 12:21, 20 October 2021

  1. redirectAPI:Script Index