Files
roll20-character-sheets/RolemasterUnified_Official/sheet.json
T
Brett Nash 99613c92df RolemasterUnified_Official: Bug fixes and NPC export
- Fix potential bug creating characters not using custom races.
- Optmise race creation; so it's like 400 times faster.
    - Single get and set
    - Don't call multiple requests
    - Correctly nest pending calls
- First version of PC -> NPC generation.
- PC token setting attempt #863.
- Reorg some of the code to make it easier to find things.
- Don't trigger potential race conditions updating proficiency bonuses.
- Make the Dice icon larger and use the plain d10
2025-07-21 23:24:51 -07:00

24 lines
842 B
JSON

{
"html": "rolemasterunified.html",
"css": "rolemasterunified.css",
"authors": "Brett Nash (brett@nash.space)",
"roll20userid": "10306453",
"preview": "preview.png",
"instructions": "Rolemaster Unified Official sheet. Compendium enable. Report bugs and send feature requests to https://github.com/nashidau/roll20-RolemasterUnified",
"legacy": false,
"printable": true,
"compendium": "RMU",
"useroptions": [
{
"attribute": "default_currency",
"displayname": "Currency for the Game",
"displaytranslationkey": "defaultcurrency",
"type": "text",
"default": "GP(Gold Pieces)=10SP;SP(Silver Pieces)*=10BP;BP(Bronze Pieces)=10CP;CP(Copper Pieces)",
"description": "Custom currency description",
"descriptiontranslationkey": "DefaultCurrency"
}
],
"version": "1753164890"
}