mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
89 lines
4.9 KiB
JSON
89 lines
4.9 KiB
JSON
{
|
|
"html": "mutantyearzero.html",
|
|
"css": "mutantyearzero.css",
|
|
"authors": "Richard W, Cassie Levett, Vince, Free League Publishing",
|
|
"roll20userid": "8097845",
|
|
"preview": "preview1.png",
|
|
"instructions": "**Mutant: Year Zero, Community Sheet** \n The Mutant Year Zero (RW) sheet is a fully functional character sheet that handles tracking Characters, Arks, Zone log, and Monsters for your Mutant Year Zero campaign. It includes sheets specific to the Mutant, Robot, Animal and Human campaigns and characters. \n\nThe sheet is partially based on the Forbidden Lands Community Sheet and revamped for upgrading the Mutant Year Zero sheet. Thanks for the original MYZ sheet Cassie Levett and for the Forbidden Lands sheet, Vince!\n\nMost if not all attributes on the sheet are calculated automatically using sheet workers, and the sheet includes a built-in Dice Pool (Thanks Wes) and roll template. \n\n Many areas of the sheet are expandable and will reveal more information by clicking on the small gear icon located in the upper left-hand corner of the row. \n\n **Dice Pool** \n Using the dice pool is normally a 2-step process; \n 1. Click an action button e.g. Skill, Weapon, etc. which automatically selects the correct number of Attribute, Skill, and Gear dice to roll in the Dice Pool box. Adjust the dice pool if desired. \n 2. Click the 'Roll' button to roll the total dice selected. \n Dice can be selected and rolled directly from the dice pool as well. Pushing a roll from the dice pool requires manually de-selecting the appropriate number of dice from the pool before rolling. \n\n **Modifiers** (setting) \n You can enable Modifiers in the lists of skills, weapons, armor and such, so that you can add to the number of dice before clicking the action button and filling the Dice Pool. \n\n **API Dice** (optional) \n Pro subscribers may choose to use an API dice roller instead. The 'Mutant Year Zero' script must be installed to use the API-based roller, which requires the GM to hold a Pro account. Install the script using the one-click installer found on the campaign page's API Scripts page. Toggle the 'API Dice' button located on the sheet's dice roller and all rolls from the sheet's roller will be passed to the API script for processing/output. \n\n",
|
|
"legacy": true,
|
|
"useroptions": [
|
|
{
|
|
"attribute": "whisper_option",
|
|
"type": "select",
|
|
"displayname": "Whisper Options:",
|
|
"displaytranslationkey": "whisper-options",
|
|
"options": [
|
|
"Do not whisper rolls(default).|",
|
|
"Whisper all rolls to the GM.|/w gm",
|
|
"Use a query.|@{translation_whisper_macro_query}"
|
|
],
|
|
"optiontranslationkeys": [
|
|
"whisper-nothing",
|
|
"whisper-rolls",
|
|
"whisper-query"
|
|
],
|
|
"default": ""
|
|
},
|
|
{
|
|
"attribute": "whisper_option_api",
|
|
"type": "select",
|
|
"displayname": "Whisper Options:",
|
|
"displaytranslationkey": "whisper-options-api",
|
|
"options": [
|
|
"Do not whisper rolls(default).|!myz",
|
|
"Whisper all rolls to the GM.|!wmyz",
|
|
"Use a query.|@{translation_whisper_api_macro_query}"
|
|
],
|
|
"optiontranslationkeys": [
|
|
"whisper-nothing",
|
|
"whisper-rolls",
|
|
"whisper-query"
|
|
],
|
|
"default": "!myz"
|
|
},
|
|
{
|
|
"attribute": "vehicle_advancedencumbrance",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"checked": "checked",
|
|
"displayname": "Advanced vehicle encumbrance:",
|
|
"displaytranslationkey": "adv-vehicleencumbrance"
|
|
},
|
|
{
|
|
"attribute": "adv-modifiers",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"checked": "unchecked",
|
|
"displayname": "Show attribute, skill and gear modifiers in lists:",
|
|
"displaytranslationkey": "adv-modifiers"
|
|
},
|
|
{
|
|
"attribute": "force_show_monsterinfo",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"checked": "unchecked",
|
|
"displayname": "Display legacy (v1) NPC / Monster information, e.g. Abilities, Skills.",
|
|
"displaytranslationkey": "adv-legacy-monster-info"
|
|
},
|
|
{
|
|
"attribute": "chartype",
|
|
"type": "select",
|
|
"displayname": "Default character type:",
|
|
"displaytranslationkey": "default-char-type",
|
|
"options": [
|
|
"Mutant|Mutant",
|
|
"Animal|Animal",
|
|
"Robot|Robot",
|
|
"Human|Human"
|
|
],
|
|
"optiontranslationkeys": [
|
|
"mutant",
|
|
"animal",
|
|
"robot",
|
|
"human"
|
|
],
|
|
"default": "Mutant"
|
|
}
|
|
]
|
|
}
|