mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
125 lines
4.3 KiB
JSON
125 lines
4.3 KiB
JSON
{
|
|
"html": "Gumshoe.html",
|
|
"css": "Gumshoe.css",
|
|
"authors": "Metamorphic Digital, Jorge Felício and Richard Tran",
|
|
"preview": "preview.png",
|
|
"compendium": "trail",
|
|
"instructions": "# Gumshoe",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "system_sheet",
|
|
"displayname": "System: ",
|
|
"displaytranslationkey": "system:-o",
|
|
"type": "select",
|
|
"options": [
|
|
"Trail of Cthulhu|toc",
|
|
"Night's Black Agents|nba"
|
|
],
|
|
"optiontranslationkeys": [
|
|
"trail-of-cthulhu-o",
|
|
"nights-black-agents-o"
|
|
],
|
|
"default": "toc",
|
|
"description": "Select the default game system. Roll20 currently supports Trail of Cthulhu 2.0 and Night's Black Agents",
|
|
"descriptiontranslationkey": "system-info"
|
|
},
|
|
{
|
|
"attribute": "sheet_mode",
|
|
"displayname": "Sheet Mode: ",
|
|
"displaytranslationkey": "sheet-mode:-o",
|
|
"type": "select",
|
|
"options": [
|
|
"PC|pc",
|
|
"NPC|npc"
|
|
],
|
|
"optiontranslationkeys": [
|
|
"pc:-o",
|
|
"npc"
|
|
],
|
|
"default": "pc",
|
|
"description": "Select the default sheet mode when creating a new character.",
|
|
"descriptiontranslationkey": "sheet-mode-info"
|
|
},
|
|
{
|
|
"attribute": "whisper",
|
|
"displayname": "Whisper Rolls to the GM:",
|
|
"displaytranslationkey": "whisper",
|
|
"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-info"
|
|
},
|
|
{
|
|
"attribute": "num_players",
|
|
"displayname": "Number of Players: ",
|
|
"displaytranslationkey": "num-players:-o",
|
|
"type": "number",
|
|
"default": "3",
|
|
"description": "This defines the default starting investigative build points, according to the tables defined in both systems.",
|
|
"descriptiontranslationkey": "num-players-info"
|
|
},
|
|
{
|
|
"attribute": "health_default",
|
|
"displayname": "Starting Health",
|
|
"displaytranslationkey": "starting-health-u",
|
|
"type": "number",
|
|
"default": "4",
|
|
"description": "This is free health rating that each player character starts with. The default value is 4.",
|
|
"descriptiontranslationkey": "starting-health-info"
|
|
},
|
|
{
|
|
"attribute": "stability_default",
|
|
"displayname": "Starting Stability",
|
|
"displaytranslationkey": "starting-stability-u",
|
|
"type": "number",
|
|
"default": "4",
|
|
"description": "This is free stability rating that each player character starts with. The default value is 4.",
|
|
"descriptiontranslationkey": "starting-stability-info-2e"
|
|
},
|
|
{
|
|
"attribute": "sanity_default",
|
|
"displayname": "Starting Sanity",
|
|
"displaytranslationkey": "starting-sanity-u",
|
|
"type": "number",
|
|
"default": "4",
|
|
"description": "For Trail of Cthulhu. This is free sanity rating that each player character starts with, the default value is 4.",
|
|
"descriptiontranslationkey": "starting-sanity-info"
|
|
},
|
|
{
|
|
"attribute": "cover_default",
|
|
"displayname": "Starting Cover",
|
|
"displaytranslationkey": "starting-Cover-u",
|
|
"type": "number",
|
|
"default": "10",
|
|
"description": "For Night's Black Agents. This is free cover rating that each player character starts with, the default value is 10.",
|
|
"descriptiontranslationkey": "starting-cover-info"
|
|
},
|
|
{
|
|
"attribute": "network_default",
|
|
"displayname": "Starting Network",
|
|
"displaytranslationkey": "starting-network-u",
|
|
"type": "number",
|
|
"default": "15",
|
|
"description": "For Night's Black Agents. This is free network rating that each player character starts with, the default value is 15.",
|
|
"descriptiontranslationkey": "starting-network-info"
|
|
},
|
|
{
|
|
"attribute": "cherry_branch_height",
|
|
"displayname": "Cherry Branch Height",
|
|
"displaytranslationkey": "cherry-branch-height-u",
|
|
"type": "number",
|
|
"default": "8",
|
|
"description": "For Night's Black Agents. This is the ability rating that unlocks additional bonuses, the default value is 8.",
|
|
"descriptiontranslationkey": "cherry-branch-height-info"
|
|
}
|
|
],
|
|
"legacy": false
|
|
} |