mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
106 lines
3.8 KiB
JSON
106 lines
3.8 KiB
JSON
{
|
|
"html": "D6StarWars.html",
|
|
"css": "D6StarWars.css",
|
|
"authors": "Timothy O'Driscoll, Andreas J.",
|
|
"roll20userid": "555352, 1223200",
|
|
"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) that uses the d6 pool system.\n* Can be used for 1E, 2E, 2E R&E and REUP games, Wild Die can be disabled if wanted \n* NPC & Starship sheets available \n* Customization options include: hiding some sections, show/hide GM rolls, and disable/enable rolls to ask for modifiers before rolling \n* For more info, check out the sheet's [wiki page](https://wiki.roll20.net/Star_Wars_WEG_D6_character_sheet) \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",
|
|
"Ship|2",
|
|
"Container|3"
|
|
],
|
|
"default": "0",
|
|
"description": "PC is the normal sheet, NPC is a compact version of the same, Ship shows stat blocks for ship only, and Container shows only the Weapon/Armor/Equipment sections(simulating a Container or 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": "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": "Practical for those who are not Force-sensitive."
|
|
},
|
|
{
|
|
"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 table 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 balance history"
|
|
},
|
|
{
|
|
"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."
|
|
}
|
|
],
|
|
"legacy": false
|
|
} |