mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
- Fix for the stat abbrievations used in skill summaries - Add test too - Spell message nits: - Remove the trailing . in the PP message - Fix unbalanced brace in message for grace - Uses; clear per level count on level up - Skills: - forEachSkill has a completion callback - Remove old (unused) purchase module - Was used before we had Compendium integration. - Generate default tokens for creatures - Incorporate talents in talen file for Creature law.
24 lines
842 B
JSON
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": "1743481215"
|
|
}
|