mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
53 lines
1.9 KiB
JSON
53 lines
1.9 KiB
JSON
{
|
|
"html": "Shadowrun5thEdition.html",
|
|
"css": "Shadowrun5thEdition.css",
|
|
"authors": "Cassie Levett",
|
|
"roll20userid": "557736",
|
|
"patreon": "https://www.patreon.com/emeraldgrid",
|
|
"preview": "preview.png",
|
|
"instructions": "Instructions for use can be found on the [GitHub README](https://github.com/Roll20/roll20-character-sheets/blob/master/Shadowrun5thEdition/README.md). Special thanks to Thomas Brown for bug fixes & code refactor and Dyvim for French traslations. \n\n* *The Topps Company, Inc. has sole ownership of the names, logo, artwork, marks, photographs, sounds, audio, video and/or any proprietary material used in connection with the game Shadowrun. The Topps Company, Inc. has granted permission to use such names, logos, artwork, marks and/or any proprietary materials for promotional and informational purposes on its website but does not endorse, and is not affiliated with any official capacity whatsoever.*",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "sheet_type",
|
|
"displayname": "Sheet Type",
|
|
"displaytranslationkey": "sheettype",
|
|
"type": "select",
|
|
"options": [
|
|
"Player Character|pc",
|
|
"Grunt|grunt",
|
|
"Host|host",
|
|
"Sprite|sprite",
|
|
"Vehicle|vehicle"
|
|
],
|
|
"optiontranslationkeys": [
|
|
"pc",
|
|
"grunt",
|
|
"host",
|
|
"sprite",
|
|
"vehicle"
|
|
],
|
|
"default": "pc",
|
|
"description": "Set the default sheet type.",
|
|
"descriptiontranslationkey": "sheetdescription"
|
|
},
|
|
{
|
|
"attribute": "gm_toggle",
|
|
"displayname": "GM Whisper",
|
|
"displaytranslationkey": "gm-whisper",
|
|
"type": "select",
|
|
"options": [
|
|
"Whisper|/w gm",
|
|
"Public|"
|
|
],
|
|
"optiontranslationkeys": [
|
|
"whisper",
|
|
"public"
|
|
],
|
|
"default": "Whisper",
|
|
"description": "Set the default for rolling in public or to gm.",
|
|
"descriptiontranslationkey": "whisperdescription"
|
|
}
|
|
],
|
|
"legacy": false
|
|
}
|