mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"authors": "Sigil Services",
|
|
"compendium": "Vaesen",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "sheet_type",
|
|
"displayname": "sheet type",
|
|
"displaytranslationkey": "sheet type",
|
|
"type": "select",
|
|
"options": [
|
|
"PC|pc",
|
|
"NPC|npc",
|
|
"Vaesen|vaesen",
|
|
"Animal|animal",
|
|
"HQ|hq"
|
|
],
|
|
"optiontranslationkeys ": [
|
|
"pc",
|
|
"npc",
|
|
"vaesen",
|
|
"animal",
|
|
"hq"
|
|
],
|
|
"default": "pc",
|
|
"description": "What type of sheet new characters are made as. This can be changed after the character is made.",
|
|
"descriptiontranslationkey": "sheet type description"
|
|
},
|
|
{
|
|
"attribute": "whisper",
|
|
"displayname": "Whisper Rolls to GM",
|
|
"displaytranslationkey": "whisper rolls to gm",
|
|
"type": "select",
|
|
"options": [
|
|
"Never| ",
|
|
"Always|/w gm "
|
|
],
|
|
"optiontranslationkeys ": [
|
|
"never",
|
|
"always"
|
|
],
|
|
"default": " ",
|
|
"description": "Whether rolls should be whispered to the gm or visible to all players.",
|
|
"descriptiontranslationkey ": "whisper description"
|
|
}
|
|
],
|
|
"legacy": false,
|
|
"html": "vaesen.html",
|
|
"css": "vaesen.css",
|
|
"preview": "vaesen.jpg",
|
|
"instructions": "___\r\n**If you have feedback or a bug report with the Roll 20 Digital Version, please submit it to our [Support Portal](https://support.metamorphic-digital.com/) and we will respond ASAP!**"
|
|
} |