Beyond20 is a browser extension that integrates the Character Sheet from D&D Beyond into Roll20.
To install Beyond 20, simply head over to the Chrome Web Store and click "Add to Chrome" to get it installed.
You should soon be able to install it directly from the Mozilla Add-ons website, but it's not there yet. In the meantime, you can do it this way :
- Download the extension from github
- Extract the zip file in a directory of your choice
- Open "about:debugging" in Firefox
- Click "Load Temporary Add-on"
- Select the
manifest.json
file from the extension's directory
To use it, simply open your character sheet in D&D Beyond in Chrome, and your Roll 20 game in another tab, then click on the "Beyond 20" or "Cast in Roll20" buttons that appear in the side panels.
To install the development version from git, read below, for more details on use, read below.
This extension is written in 'python', more precisely in RapydScript and you will need RapydScript-NG installed to compile the .pyj source files into .js I don't know if it's totally compatible with rapydscript itself as I've used rapydscript-ng myself.
To install :
sudo npm install rapydscript-ng -g
Install RapidScript-NG then type 'make' to compile the *.pyj into *.js
Note: The .js files are already included in the source repository... I don't usually include built files in a repo, but I guess .js files are still source code and that makes it easier for people to just try the extension without having to first install rapydscript.
All you need is to load the extension into Chrome :
- Go to Chrome Extensions page (Menu->More Tools->Extensions)
- Enable Developer Mode (Top-right corner)
- Click on the 'Load Unpacked' button
- Select the Directory where you extracted this extension
Open Roll20 VTT in a tab of chrome then your character sheet in D&D Beyond in another tab, click on the item you want to roll, whether it's initiative, a skill, ability or saving throw check, a weapon or spell attack, a class/racial feat or trait or hit dice, death saving throw, etc...
When the D&D Beyond character sheet shows the information about the item you selected in its side panel, there should be a Beyond20 button or B20 icon that appear in the side panel to make the roll. It will automatically pick up on what was selected, and send the roll to all roll20 tabs open.
If a spell/item/action/feat description contains a dice formula (2d10 + 3
for example) or a modifier formula (+ 3
for example), that text will be underlined and a B20 dice icon will appear next to it. Click on the formula or the dice to make the roll in the Roll20 tab.
If you click on the Beyond20 button in the toolbar, it will enable/disable whispering of rolls (for now).
This extension is released under the GPL v3 license. Read the LICENSE file for more details.
The icon image is based on a public domain image from openclipart. I downloaded it from wikimedia and subsequently modified it.
The donation icon is a public domain contribution by Fission Strategy, US, downloaded from thenounproject
The options page was copied in part from the D&D Beyond Toolbox
extension available here. The html and css files are licensed under the MIT license which is provided in the LICENSE.MIT file