mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
56 lines
2.0 KiB
JSON
56 lines
2.0 KiB
JSON
{
|
|
"html": "ShadowrunAnarchy.html",
|
|
"css": "ShadowrunAnarchy.css",
|
|
"authors": "Cassie Levett",
|
|
"roll20userid": "557736",
|
|
"patreon": "https://www.patreon.com/emeraldgrid",
|
|
"preview": "preview.PNG",
|
|
"version": "Version 1.9",
|
|
"instructions": "*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": "npc_toggle",
|
|
"displayname": "Sheet Type",
|
|
"displaytranslationkey": "sheettype",
|
|
"type": "checkbox",
|
|
"value": "npc",
|
|
"description": "Use the NPC sheet by default.",
|
|
"descriptiontranslationkey": "useroptions-npc"
|
|
},
|
|
{
|
|
"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": "useroptions-whisper"
|
|
},
|
|
{
|
|
"attribute": "template",
|
|
"displayname": "Sheet template",
|
|
"displaytranslationkey": "useroptions-template",
|
|
"type": "select",
|
|
"options": [
|
|
"English",
|
|
"French"
|
|
],
|
|
"optiontranslationkeys": [
|
|
"useroptions-english",
|
|
"useroptions-french"
|
|
],
|
|
"default": "English",
|
|
"description": "Set the default template style. You can use the original template from the English printing or the style from the French printing.",
|
|
"descriptiontranslationkey": "useroptions-template-description"
|
|
}
|
|
],
|
|
"legacy": true
|
|
} |