mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
32 lines
944 B
JSON
32 lines
944 B
JSON
{
|
|
"html": "offworlders.html",
|
|
"css": "offworlders.css",
|
|
"authors": "Sura",
|
|
"roll20userid": "555406",
|
|
"preview": "offworlders.png",
|
|
"instructions": "Character sheet for Offworlders written by Chirs P. Wolf & Olivia Gulin.\nHolding the mouse over the HP fields shows how it should be calculated.",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "shipcheckbox",
|
|
"displayname": "Ship Sheet",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "Check if you want new sheet's to show the Ship section by default."
|
|
},
|
|
{
|
|
"attribute": "credits",
|
|
"displayname": "Starting Credits:",
|
|
"type": "number",
|
|
"value": "1000",
|
|
"description": "How many credits a character starts with."
|
|
},
|
|
{
|
|
"attribute": "xp",
|
|
"displayname": "Starting XP:",
|
|
"type": "number",
|
|
"value": "0",
|
|
"description": "How much XP a character starts with."
|
|
}
|
|
],
|
|
"legacy": true
|
|
} |