Script:Dice Roller (Edge of the Empire)
From Roll20 Wiki
API ScriptAuthor: Konrad J., Steve Day, Aaron C. M., Andrew H., Tom F.
Version: 2.5
Last Modified: 2015-02-13
Code: EotE Dice Roller
Dependencies: None
Conflicts: None
Version: 2.5
Last Modified: 2015-02-13
Code: EotE Dice Roller
Dependencies: None
Conflicts: None
This article is a stub. |
A Dice roller for the Edge of the Empire/Age of Rebellion/Force and Destiny Roleplaying Game
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
- Log
- 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
- Graphics
- Test
- Description: Output every side of every die to the chat window
- !eed test
- Test
- Roll:
- Label
- default: null
- Description: set the skill name of the roll
- Command: !eed label(Name of Skill)
- Roll:
- Initiative
- default: false
- Description: Set NPC/PC initiative true
- Command: !eed npcinit or pcinit and #b #g #y #blk #p #r #w
- Initiative
- Skill
- default:
- Description: create the ability and proficiency dice for a skill check
- Command: !eed skill(char_value|skill_value)
- Skill
- Opposed
- default:
- Description: create the difficulty and challenge dice for an opposed skill check
- Command: !eed opposed(char_value|skill_value)
- Opposed
- 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
- Dice
- Upgrade
- default:
- Description: upgrades ability and difficulty dice
- Command: !eed upgrade(ability|#) or upgrade(difficulty|#)
- Upgrade
- Downgrade
- default:
- Description: downgrades proficiency and challenge dice
- Command: !eed downgrade(proficiency|#) or downgrade(challenge|#)
- Downgrade
Changelog
v2.5 (2015-02-13)
- Release