mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
Updated Json, fixed some typos, added some options for weapons, updated preview.
22 lines
646 B
JSON
22 lines
646 B
JSON
{
|
|
"html": "wwn.html",
|
|
"css": "WWN.css",
|
|
"authors": "John B.",
|
|
"roll20userid": "1638978",
|
|
"preview": "preview.png",
|
|
"instructions": "**Worlds without number character sheet** Page opens with sections closed for concise look. Selecting each section opens it up for input. ",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "tab",
|
|
"displayname": "Default to which tab?",
|
|
"type": "select",
|
|
"options": [
|
|
"PC|1",
|
|
"NPC|2"
|
|
],
|
|
"default": "1",
|
|
"description": "Determine what sheet is displayed either a PC or an NPC when creating a new sheet."
|
|
}
|
|
],
|
|
"legacy": false
|
|
} |