A bunch of macros for our DnD5e characters on Roll20.
IMPORTANT
These macros are meant to be imported via the Roll20 Enhancement Suite extension. Install the extension and come back here.
To import a bunch of macros:
- Go to the
Collectionsmenu; - Scroll down to the
Import/Export Macrosection; - Choose a file that contains macro definitions;
- Hit the
Importbutton.
To export macros:
- Go to the
Collectionsmenu; - Scroll down to the
Import/Export Macrosection; - Hit the
Export button; - Optionally, submit a Pull Request.
See the doc and search for Player Macro Importer/Exporter.
- Validate your macro files with
npm run validate - Contributing to the javascript code?
npm run lint && npm test