
Title says it all. I'm trying to add default attributes to the custom character sheet I'm creating. I've looked around to try and find relevant answers but I'm still having a hard time understanding. From what I gather, you can do this through useroptions in the sheet.json file though I seem to be doing something wrong. Below is an excerpt including the useroptions portion of my sheet.json. Any help is appreciated
"useroptions": [
"attribute": "attr_prof_mod",
"displayname": "Profession",
"type": "text",
"value": "",
"description": "The profession of the character, if one should apply.",
]