mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
177 lines
5.8 KiB
JSON
177 lines
5.8 KiB
JSON
{
|
|
"html": "Stars_Without_Number_Revised.html",
|
|
"css": "Stars_Without_Number_Revised.css",
|
|
"authors": "Karl H., Panzer",
|
|
"roll20userid": "1164773, 2223776",
|
|
"preview": "Stars_Without_Number_Revised.png",
|
|
"instructions": "Character sheet for Stars Without Number, Revised Edition.",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "setting_use_ammo",
|
|
"displayname": "Track ammo when firing weapons.",
|
|
"displaytranslationkey": "USE_AMMO_AUTOMATICALLY",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "Requires the ChatSetAttr API script.",
|
|
"descriptiontranslationkey": "REQUIRES_CHATSETATTR"
|
|
},
|
|
{
|
|
"attribute": "homebrew_luck_save",
|
|
"displayname": "Add a luck save",
|
|
"displaytranslationkey": "ADD_LUCK_SAVE",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "Add a homebrew Luck Save for those times where only pure luck can pull the character through.",
|
|
"descriptiontranslationkey": "ADD_LUCK_SAVE_DESC"
|
|
},
|
|
{
|
|
"attribute": "homebrew_skill_list",
|
|
"displayname": "Skill list",
|
|
"displaytranslationkey": "SKILL_LIST",
|
|
"type": "select",
|
|
"options": [
|
|
"Revised Edition|revised",
|
|
"First Edition|first",
|
|
"Worlds Without Number|wwn",
|
|
"Neither|neither"
|
|
],
|
|
"optiontranslationkeys": [
|
|
"REVISED_EDITION",
|
|
"FIRST_EDITION",
|
|
"WORLDS_WITHOUT_NUMBER",
|
|
"NEITHER"
|
|
],
|
|
"default": "revised",
|
|
"description": "Chose whether to change to the skill list from First Edition SWN, Worlds Without Number, or use neither (In that case you should probably enable custom skills).",
|
|
"descriptiontranslationkey": "SKILL_LIST_DESC"
|
|
},
|
|
{
|
|
"attribute": "homebrew_extra_skills",
|
|
"displayname": "Add extra skills",
|
|
"displaytranslationkey": "ADD_EXTRA_SKILLS",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "Adds an extendable extra skill list for custom skills.",
|
|
"descriptiontranslationkey": "ADD_EXTRA_SKILLS_DESC"
|
|
},
|
|
{
|
|
"attribute": "setting_heroic_enable",
|
|
"displayname": "Heroic characters",
|
|
"displaytranslationkey": "HEROIC_CHARACTERS",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "Run a space opera campaign with Heroic characters. Rules for this are in the Deluxe edition.",
|
|
"descriptiontranslationkey": "HEROIC_CHARACTERS_DESC"
|
|
},
|
|
{
|
|
"attribute": "setting_transhuman_enable",
|
|
"displayname": "Transhuman Characters",
|
|
"displaytranslationkey": "TRANSHUMAN_CHARACTERS",
|
|
"type": "checkbox",
|
|
"value": "transhuman",
|
|
"description": "Run a Transhuman campaign with body-swapping. Rules for this are in the Deluxe edition.",
|
|
"descriptiontranslationkey": "TRANSHUMAN_CHARACTERS_DESC"
|
|
},
|
|
{
|
|
"attribute": "setting_super_type",
|
|
"displayname": "Subsystems",
|
|
"displaytranslationkey": "SUBSYSTEMS",
|
|
"type": "select",
|
|
"options": [
|
|
"Psionics|psionics",
|
|
"Space Magic|magic",
|
|
"Psionics and Space Magic|both",
|
|
"Neither|neither"
|
|
],
|
|
"optiontranslationkeys": [
|
|
"PSIONICS",
|
|
"SPACE_MAGIC",
|
|
"PSIONICS_AND_SPACE_MAGIC",
|
|
"NEITHER"
|
|
],
|
|
"default": "psionics",
|
|
"description": "Determine which subsystems to show: Psionics, Space Magic, both, or neither.",
|
|
"descriptiontranslationkey": "SUBSYSTEMS_DESC"
|
|
},
|
|
{
|
|
"attribute": "setting_xp_scheme",
|
|
"displayname": "XP scheme",
|
|
"displaytranslationkey": "XP_SCHEME",
|
|
"type": "select",
|
|
"options": [
|
|
"Normal XP|xp",
|
|
"Money|money",
|
|
"Custom amounts|custom"
|
|
],
|
|
"optiontranslationkeys": [
|
|
"NORMAL_XP",
|
|
"MONEY",
|
|
"CUSTOM_AMOUNTS"
|
|
],
|
|
"default": "xp",
|
|
"description": "Chose what to show in the \"next level xp\" field, if anything.",
|
|
"descriptiontranslationkey": "XP_SCHEME_DESC"
|
|
},
|
|
{
|
|
"attribute": "setting_foci_location",
|
|
"displayname": "Foci location",
|
|
"displaytranslationkey": "FOCI_LOCATION",
|
|
"type": "select",
|
|
"options": [
|
|
"Left column|left",
|
|
"Right column|right"
|
|
],
|
|
"optiontranslationkeys": [
|
|
"LEFT_COLUMN",
|
|
"RIGHT_COLUMN"
|
|
],
|
|
"default": "left",
|
|
"description": "Determines where the foci section on the character sheet is shown.",
|
|
"descriptiontranslationkey": "FOCI_LOCATION_DESC"
|
|
},
|
|
{
|
|
"attribute": "npc",
|
|
"displayname": "NPC",
|
|
"displaytranslationkey": "NPC",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"description": "The NPC option sets new characters to default to the NPC sheet. Useful if the player characters have already been created and all new character sheets added to the game will likely represent non-player characters.",
|
|
"descriptiontranslationkey": "NPC_DESC"
|
|
},
|
|
{
|
|
"attribute": "setting_individual_hidden",
|
|
"displayname": "Fine-grained NPC whispers",
|
|
"displaytranslationkey": "FINE_NPC_WHISPERING",
|
|
"type": "select",
|
|
"options": [
|
|
"Yes|1",
|
|
"No|0"
|
|
],
|
|
"optiontranslationkeys": [
|
|
"YES",
|
|
"NO"
|
|
],
|
|
"default": "1",
|
|
"description": "Show checkboxes to control public rolls vs whispering for all NPC rolls individually.",
|
|
"descriptiontranslationkey": "FINE_NPC_WHISPERING_DESC"
|
|
},
|
|
{
|
|
"attribute": "setting_modifier_query",
|
|
"displayname": "Query for modifiers",
|
|
"displaytranslationkey": "QUERY_FOR_MODIFIERS",
|
|
"type": "select",
|
|
"options": [
|
|
"Yes|1",
|
|
"No|0"
|
|
],
|
|
"optiontranslationkeys": [
|
|
"YES",
|
|
"NO"
|
|
],
|
|
"default": "1",
|
|
"description": "Turn this off to stop roll buttons on the sheet from querying for roll modifiers.",
|
|
"descriptiontranslationkey": "QUERY_FOR_MODIFIERS_DESC"
|
|
}
|
|
],
|
|
"legacy": false
|
|
} |