mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
113 lines
4.5 KiB
JSON
113 lines
4.5 KiB
JSON
{
|
|
"html": "D6StarWars.html",
|
|
"css": "D6StarWars.css",
|
|
"authors": "Timothy O'Driscoll, Andreas J., Moondancer83",
|
|
"roll20userid": "555352, 1223200, 5766339",
|
|
"patreon": "https://www.patreon.com/anduh",
|
|
"preview": "d6starwarspreview.png",
|
|
"instructions": "\n This sheet is for **Star Wars: The Roleplaying Game** by **West End Games(WEG)**, which uses the D6 pool system.\n\n**Sheet Features:**\n- can be used for 1E, 2E, 2E R&E, and REUP games\n- Wild Die can be disabled\n- [Player](https://wiki.roll20.net/SWD6#PC_Sheet), [NPC](https://wiki.roll20.net/SWD6#NPC_sheet) & Starship sheets\n- Species, Skills & Force Power names have autosuggestions\n- [Customization options](https://wiki.roll20.net/SWD6#Settings_Menu): hiding sections, show/hide GM rolls, disable/enable roll modifier popup before rolling \n**Full Sheet Instructions: [Star Wars D6](https://wiki.roll20.net/Star_Wars_WEG_D6_character_sheet)**\n\t- [Sheet Improvement To-Do/Wishlist](https://wiki.roll20.net/SWD6#Feature_Requests)\n\t- [Changelog](https://github.com/Roll20/roll20-character-sheets/blob/master/D6StarWars/CHANGELOG.md)\n\n Issues, Ideas & Questions can be sent to the [active editor](https://app.roll20.net/users/1223200)",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "sheettype",
|
|
"displayname": "Sheet Type: ",
|
|
"type": "select",
|
|
"options": [
|
|
"PC|0",
|
|
"NPC|1",
|
|
"Starship|2",
|
|
"Container|3"
|
|
],
|
|
"default": "0",
|
|
"description": "PC is the normal player sheet, NPC is a compact version of the player, Starship shows stat blocks for srships only, and Container shows only the Weapon/Armor/Equipment sections(which can be used as a Container or a Shop display)."
|
|
},
|
|
{
|
|
"attribute": "gmrollswitch",
|
|
"displayname": "Hide GM Rolls: ",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "When checked, the sheet hides the extra dice that makes hidden rolls to the GM."
|
|
},
|
|
{
|
|
"attribute": "rollmodswitch",
|
|
"displayname": "Disable Roll Mods Query: ",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "If checked, rolls don't ask for roll modifiers and rolls right away when selected."
|
|
},
|
|
{
|
|
"attribute": "wilddie",
|
|
"displayname": "Use Wild Die: ",
|
|
"type": "select",
|
|
"options": [
|
|
"Yes|!cf1cs6",
|
|
"No|cf0cs0"
|
|
],
|
|
"default": "!cf1cs6",
|
|
"description": "If Wild Die isn't used, the last die wont explode or highlight critical successes/failures."
|
|
},
|
|
{
|
|
"attribute": "credits",
|
|
"displayname": "Starting Credits: ",
|
|
"type": "number",
|
|
"value": "1000",
|
|
"description": "How many credits a character starts with."
|
|
},
|
|
{
|
|
"attribute": "characterPoints",
|
|
"displayname": "Character Points: ",
|
|
"type": "number",
|
|
"value": "0",
|
|
"description": "How many Character Points a character starts with."
|
|
},
|
|
{
|
|
"attribute": "forcePoints",
|
|
"displayname": "Force Points: ",
|
|
"type": "number",
|
|
"value": "1",
|
|
"description": "How many Force Points a character starts with."
|
|
},
|
|
{
|
|
"attribute": "forceswitch",
|
|
"displayname": "Hide Force Section: ",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "Practical for those who are not Force-sensitive."
|
|
},
|
|
{
|
|
"attribute": "equipmentswitch",
|
|
"displayname": "Hide Equipment Section: ",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "Hides Equipment section"
|
|
},
|
|
{
|
|
"attribute": "backgroundswitch",
|
|
"displayname": "Hide Background Section: ",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "Hides Backstory & Misc. section"
|
|
},
|
|
{
|
|
"attribute": "cpswitch",
|
|
"displayname": "Hide Character Point Summary: ",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "Hides the Character Point Summary-section, used for tracking gain/usage history"
|
|
},
|
|
{
|
|
"attribute": "creditswitch",
|
|
"displayname": "Hide Credit Summary: ",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "Hides the Credit Summary-section, used for tracking credit balance history"
|
|
},
|
|
{
|
|
"attribute": "credittotalswitch",
|
|
"displayname": "Show Credit Summary Value instead of default Credits? ",
|
|
"type": "checkbox",
|
|
"value": "0",
|
|
"description": "Instead of showing the credits-input that can be edited, show instead the total credit calculated by the Credit Summary section."
|
|
}
|
|
],
|
|
"legacy": false
|
|
} |