mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 04:02:29 +00:00
84 lines
2.4 KiB
JSON
84 lines
2.4 KiB
JSON
{
|
|
"html": "Stars_Without_Number_Revised.html",
|
|
"css": "Stars_Without_Number_Revised.css",
|
|
"authors": "Karl H.",
|
|
"roll20userid": "1164773",
|
|
"preview": "Stars_Without_Number_Revised.png",
|
|
"instructions": "Character sheet for Stars Without Number, Revised Edition",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "homebrew_luck_save",
|
|
"displayname": "Add homebrew Luck Save",
|
|
"type": "checkbox",
|
|
"value": "on",
|
|
"description": "Add a homebrew Luck Save for those times where only pure luck can pull the character through."
|
|
},
|
|
{
|
|
"attribute": "homebrew_skill_list",
|
|
"displayname": "Skill list",
|
|
"type": "select",
|
|
"options": [
|
|
"Revised Edition|revised",
|
|
"First Edition|first",
|
|
"Neither|neither"
|
|
],
|
|
"default": "revised",
|
|
"description": "Chose whether to change to the skill list from First Edition SWN, or use neither (In that case you should probably enable custom skills)."
|
|
},
|
|
{
|
|
"attribute": "homebrew_extra_skills",
|
|
"displayname": "Add fillable custom skills",
|
|
"type": "checkbox",
|
|
"value": "on",
|
|
"description": "Adds an extendable extra skill list for custom skills."
|
|
},
|
|
{
|
|
"attribute": "homebrew_custom_counter_number_default",
|
|
"displayname": "Add extra custom counters",
|
|
"type": "select",
|
|
"options": [
|
|
"0|0",
|
|
"1|1",
|
|
"2|2",
|
|
"3|3",
|
|
"4|4"
|
|
],
|
|
"default": "0",
|
|
"description": "Useful for counting things like Plot Points, Inspiration, Light side/Dark side points etc. Max 4 counters."
|
|
},
|
|
{
|
|
"attribute": "setting_heroic_enable",
|
|
"displayname": "Heroic characters",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "Run a space opera campaign with Heroic characters. Rules for this are in the Deluxe edition."
|
|
},
|
|
{
|
|
"attribute": "setting_space_magic_enable",
|
|
"displayname": "Space Magic",
|
|
"type": "checkbox",
|
|
"value": "on",
|
|
"description": "Show a saction where you can put Space Magic, a Deluxe edition system for importing fantasy magic into SWN."
|
|
},
|
|
{
|
|
"attribute": "homebrew_psionics_disable",
|
|
"displayname": "Remove psionics",
|
|
"type": "checkbox",
|
|
"value": "on",
|
|
"description": "Removes the Psionics sections completely if you're playing without psionics."
|
|
},
|
|
{
|
|
"attribute": "xp_scheme",
|
|
"displayname": "XP scheme",
|
|
"type": "select",
|
|
"options": [
|
|
"Normal XP|xp",
|
|
"Money|money",
|
|
"Custom amounts|custom"
|
|
],
|
|
"default": "1",
|
|
"description": "Chose what to show in the \"next level xp\" field, if anything."
|
|
}
|
|
]
|
|
}
|