This plugin extends the RAVE Dice Roller block to create a simple character generator to determine ability scores.
- Ensure the
dice-roller
block plugin is installed and activated. - Upload the
character-generator
folder to the/wp-content/plugins
directory. - Activate the Character Generator plugin through the 'Plugins' menu in WordPress.
- Import the Character Generator reusable block by uploading
assets/character-generator.json
in the Blocks CPT admin area. - Add the 'Character Generator' block in a post or page.
- Save and view your page or post.
- Click 'Roll Dice' to generate die results for all ability scores.
Use this block to quickly generate ability scores for a new TTRPG character, following the standard method of rolling 4 d6 dice, dropping the lowest roll, and taking the total of the remaining rolls.
Feel free to create an issue or PR in the Github repo here.
- Added: Included the basic JSON for the Character Generator reusable block.
- Added: Added functionality to hide individual Dice Roller buttons in a Character Generator block.
- Added: Created new button to roll all dice in a Character Generator block at once.