mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
23 lines
834 B
JSON
23 lines
834 B
JSON
{
|
|
"html": "Mothership.html",
|
|
"css": "Mothership.css",
|
|
"authors": "Adam Bell",
|
|
"roll20userid": "671181",
|
|
"preview": "mothership.png",
|
|
"instructions": "This sheet works with the Mothership rules as defined in the Player's Survival Guide Alpha PDF Edition. Follow the steps to create a character as defined by the character sheet's flowchart. Class-specific modifications to stats and saves will be calculated automatically.",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "sheetmode",
|
|
"displayname": "Sheet Mode",
|
|
"type": "select",
|
|
"options": [
|
|
"PC|pc",
|
|
"NPC|npc",
|
|
"SHIP|ship"
|
|
],
|
|
"default": "pc",
|
|
"description": "Default mode for new characters. Useful if all players have already been created and new characters are likely to be NPCs."
|
|
}
|
|
],
|
|
"legacy": true
|
|
} |