mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
60 lines
3.1 KiB
JSON
60 lines
3.1 KiB
JSON
{
|
|
"html": "Forbidden_Lands.html",
|
|
"css": "Forbidden_Lands.css",
|
|
"authors": "Vince",
|
|
"roll20userid": "463088",
|
|
"preview": "Forbidden_Lands.jpg",
|
|
"instructions": "**Forbidden Lands Community Sheet** \n The Forbidden Lands sheet is a fully functional character sheet that handles tracking Characters, Strongholds, and Monsters. Many attributes on the sheet are auto-calculated and the sheet includes a built-in Dice Pool and roll template. Thank you Wes! \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. push an action button e.g. Skill, Weapon, etc. which automatically selects the correct number of Attribute, Skill, and Gear dice to roll. Adjust the dice pool if desired. \n 2. press 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 requires manually de-selecting the appropriate number of dice from the pool before rolling. \n\n **API Dice**(optional) \n Pro subscribers may choose to use an API dice roller instead. The 'Forbidden Lands Year-Zero Die Roller' script must be installed to use the API-based roller. 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**Consumables** \n Consumables(food, water, arrows, and torches) should be added as a line item under Equipment to properly track their encumbrance.\n\n",
|
|
"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).|!forl",
|
|
"Whisper all rolls to the GM.|!wforl",
|
|
"Use a query.|@{translation_whisper_api_macro_query}"
|
|
],
|
|
"optiontranslationkeys": [
|
|
"whisper-nothing",
|
|
"whisper-rolls",
|
|
"whisper-query"
|
|
],
|
|
"default": "!forl"
|
|
},
|
|
{
|
|
"attribute": "skill_order_group",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"displayname": "Sort Skills by Attribute:",
|
|
"displaytranslationkey": "sort-skills"
|
|
},
|
|
{
|
|
"attribute": "stockpile_order_group",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"checked": "checked",
|
|
"displayname": "Sort Stockpile resources alphabetically:",
|
|
"displaytranslationkey": "sort-stockpile"
|
|
}
|
|
],
|
|
"legacy": false
|
|
} |