mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
74 lines
2.6 KiB
JSON
74 lines
2.6 KiB
JSON
{
|
|
"html": "Storypath.html",
|
|
"css": "Storypath.css",
|
|
"authors": "Scott Casey",
|
|
"roll20userid": "459831",
|
|
"preview": "storypath_preview.png",
|
|
"instructions": "This is the official sheet for the Storypath system by Onyx Path. The sheet currently supports Scion: Origin and Scion: Hero. This includes support for the official compendium products. Support for additional systems will be added in stages. You can customize how the sheets in your game function by default with the options below.",
|
|
"legacy": false,
|
|
"compendium":"Scion2e",
|
|
"useroptions":[
|
|
{
|
|
"attribute":"system",
|
|
"displayname":"system",
|
|
"displaynametranslationkey":"system",
|
|
"type":"select",
|
|
"options":[
|
|
"Scion: Origin|scion-origin",
|
|
"Scion: Hero|scion-hero"
|
|
],
|
|
"optiontranslationkeys":[
|
|
"scion-origin",
|
|
"scion-hero"
|
|
],
|
|
"default":"scion-origin",
|
|
"description":"Your choice of system determines which sections are available on the sheet and how the sheet is styled. This should match the compendium entry that you have chosen for the sheet. So the Scion compendium should be chosen for Scion:Origin and Scion:Hero",
|
|
"descriptiontranslationkey":"system-description"
|
|
},
|
|
{
|
|
"attribute":"whisper",
|
|
"displayname":"Rolls are",
|
|
"displaynametranslationkey":"rolls are",
|
|
"type":"select",
|
|
"options":[
|
|
"Public|",
|
|
"Whispered to GM|/w gm "
|
|
],
|
|
"optiontranslationkeys":[
|
|
"public",
|
|
"whispered to gm"
|
|
],
|
|
"default":""
|
|
},
|
|
{
|
|
"attribute":"difficulty_automation",
|
|
"displayname":"Difficulty Automation",
|
|
"displaynametranslationkey":"Difficulty Automation",
|
|
"type":"select",
|
|
"options":[
|
|
"Off|off",
|
|
"On|on"
|
|
],
|
|
"optiontranslationkeys":[
|
|
"Off",
|
|
"On"
|
|
],
|
|
"default":""
|
|
},
|
|
{
|
|
"attribute":"enhancement_automation",
|
|
"displayname":"Enhancement Automation",
|
|
"displaynametranslationkey":"Enhancement Automation",
|
|
"type":"select",
|
|
"options":[
|
|
"Off|off",
|
|
"On|on"
|
|
],
|
|
"optiontranslationkeys":[
|
|
"Off",
|
|
"On"
|
|
],
|
|
"default":""
|
|
}
|
|
]
|
|
} |