{ "name": "Earth Dawn 1st Editon - Step to Action Dice roller", "script": "EDstepActionDice.js", "version": "1.0", "previousversions": [], "description": "This allows players to enter '!ed , ' or '!ed , , ' to roll action dice for given step number. is the action step number and is the karma step number (0 if no karma used) and optional is Y (1, on , y, yes, whisper) if roll must be whispered to GM/DM only. A macro can be easily made with syntax similar to !ed ?{StepNumber|0}, ?{KarmaStep|0}", "authors": "Aqua Alex", "roll20userid": "1048758", "useroptions": [ { "name": "ActionStepNumber", "type": "nonnegative integer (as char)", "default": "", "description": "This is the total attribute, damage, skill, talent step number and is REQUIRED" }, { "name": "KarmaStepNumber", "type": "nonnegative integer (as char)", "default": "0", "description": "This argument is 0 if no karma is spend on the roll, else it is the karma step number of character and will be added to the previous roll." }, { "name": "GMROLL", "type": "text (as char)", "default": "N", "description": "This optional argument, when Y (1, on , y, yes, whisper) will do a GMROLL as opposed to a ROLL. GMROLL means only the player making the roll and the DM/GM will see the roll. Else everyone will see it." }, { "name": "edition", "type": "nonnegative integer (as char)", "default": "1", "description": "This optional argument, decides which version of Earthdawn's step number table to use. Version 1, 2 and classic are basically similar (the 1 or 2 small differences can be ignored), version 3 & 4 are different so we set default to use 1st edition Step/Action Dice table." } ], "dependencies": ["Math"], "modifies": { "": "" }, "conflicts": [""] }