Files
2026-03-11 15:38:52 +01:00

104 lines
4.8 KiB
JSON

{
"html": "100DOSMythicUpdated.html",
"css": "100DOSMythicUpdated.css",
"authors": "Michael van Weelde",
"roll20userid": "1503191",
"preview": "preview.png",
"compendium": "100DOS",
"instructions": "The official character sheet for the 100DOS and mythic system.\n\nThis sheet includes extra features such as token descriptions and vehicle speed tracking if the TokenMod API is installed.\n\nThe Core section includes: basic skills, educations and features, \n\nThe Equipment section includes: weapons, inventory, and armor displays. The Tare button will set the current CR calculations to 0 allowing you to track the amount you've spent or expended during or in between missions. The reset button will undo the Tare. \n\nThe Medical section includes: on hit special damage effects, prosthetics and extra medical info. Hovering over a special damage location will show its possible damage effects. The turns button will reduce any effects which are reduced on a turn basis and the Reset All button will completely reset all special damage effects. \n\nThe Advancements section includes: XP tracking, Faction and weapon training, character point buy and stat tracking and a repeat of the abilities section for easier character creation. The Apply button will automatically apply the stats in the point buy tracker to the main stats listed at the top of the sheet.\n\nThe Journal section includes: objective tracking and notes. \n\nThe vehicles section includes: A display with vehicle stats and weapons. When the vehicle sheet is opened Any melee or ranged weapons dragged onto the sheet from the compendium will be moved here. The accelerate and brake buttons will increase a token bar is a token was selected, allowing you to track a vehicle's current speed.\n\nThe settings section allows you to overwrite the default settings of the sheet.",
"useroptions": [
{
"attribute": "settings_fatigue",
"displayname": "Calculate The Impact Of Fatigue",
"type": "select",
"options": [
"Dont calculate Fatigue penalties|dont calc",
"Calculate Fatigue penalties|auto"
],
"default": "auto",
"description": "Should the charater sheet automatically calculate fatigue penalties?"
},
{
"attribute": "initmod0",
"displayname": "Initiative Overrides",
"type": "select",
"options": [
"No tiebreaker|[[floor",
"Decimal tiebreaker|[[",
"AGI tiebreaker|tiebreaker [[@{AGI_total}]] roll [[floor"
],
"default": "[[",
"description": "Select the tiebreaker setting to use on the character sheet."
},
{
"attribute": "settings_autorolldamage",
"displayname": "Include damage in to hit roll",
"type": "select",
"options": [
"Autoroll damage|{{hit= }} {{damage= }}",
"Dont autoroll damage|{{hit= }} "
],
"default": "{{hit= }} {{damage= }}",
"description": "Also roll the weapon's damage when the hit button is pressed."
},
{
"attribute": "settings_hitroll",
"displayname": "Include hit location in to hit roll",
"type": "select",
"options": [
"include hit locations|{{loc=[[1d100]]}}",
"Don't include hit locations| "
],
"default": "{{loc=[[1d100]]}}",
"description": "Also display hitlocation when the hit button is pressed."
},
{
"attribute": "settings_weapondescription",
"displayname": "Include weapon description in to hit roll",
"type": "select",
"options": [
"Include weapon description|description",
"Don't include weapon description| "
],
"default": "description",
"description": "Also include description field when the hit button is pressed."
},
{
"attribute": "settings_rounding",
"displayname": "Display DOS as decimals",
"type": "select",
"options": [
"Decimal DOS|(",
"Floored DOS|floor("
],
"default": "(",
"description": "Should the sheet round the DOS down to the nearest integer."
},
{
"attribute": "Vehicle-speed_bar",
"displayname": "Display DOS as decimals",
"type": "select",
"options": [
"Vehicle speed Disabled|0",
"Vehicle speed uses bar 1 (GREEN)|1",
"Vehicle speed uses bar 2 (BLUE)|2",
"Vehicle speed uses bar 3 (RED)|3"
],
"default": "3",
"description": "Which bar if any to use when the acellerate and brake buttons are pressed. (requires TokenMod API to use)"
},
{
"attribute": "sheet_select",
"displayname": "Default sheet type",
"type": "select",
"options": [
"player sheet|PC",
"NPC sheet|NPC",
"GM manager sheet|GM"
],
"default": "NPC",
"description": "Select the default sheet setting to use on the character sheet."
}
],
"legacy": true
}