mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
82 lines
2.9 KiB
JSON
82 lines
2.9 KiB
JSON
{
|
|
"html": "FTD_HTML.html",
|
|
"css": "FTD_CSS.css",
|
|
"authors": "Pantoufle",
|
|
"roll20userid": "601574",
|
|
"preview": "FTD_preview.jpg",
|
|
"instructions": "This is a sheet for Five Torches Deep. The base version is french but you can set it to english by setting your account to english (I hope someone will translate the sheet to your langage :p) Two tabs are presents (PC or NPC). Make sure to use the button in the upper right corner of the sheet to access the chat minisheet. (You can call it from a macro %{charactername|minisheet} or %{charactername|npc_minisheet} for a npc. The checkboxes at the top of the sheet enables 2 more designs for the sheet if you don't like the full color background :) You can check the Roll20 wiki (character sheet guide section) to get more details",
|
|
"useroptions": [
|
|
{
|
|
"attribute": "sheet_type",
|
|
"displayname": "Sheet Type: ",
|
|
"type": "select",
|
|
"options": [
|
|
"PC|pc",
|
|
"NPC|npc",
|
|
"Config|config"
|
|
],
|
|
"default": "pc",
|
|
"description": "Choose the default page for the sheet (PC, NPC or config)"
|
|
},
|
|
{
|
|
"attribute": "config_bw",
|
|
"displayname": "Black and White style: ",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"default": "0",
|
|
"description": "Change the default background of the sheet to black"
|
|
},
|
|
{
|
|
"attribute": "config_blue",
|
|
"displayname": "Blue style: ",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"default": "0",
|
|
"description": "Change the default background of the sheet to a deep blue"
|
|
},
|
|
{
|
|
"attribute": "config_red",
|
|
"displayname": "Red style: ",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"default": "0",
|
|
"description": "Change the default background of the sheet to red"
|
|
},
|
|
{
|
|
"attribute": "config_grey",
|
|
"displayname": "Black and White style: ",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"default": "0",
|
|
"description": "Turn the background images greyish as default"
|
|
},
|
|
{
|
|
"attribute": "togmcheck",
|
|
"displayname": "Roll to GM: ",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"default": "0",
|
|
"description": "Check if you want the rolls to be whispered to the GM as the default behavior"
|
|
},
|
|
{
|
|
"attribute": "config_advantage",
|
|
"displayname": "Always roll advantage/disadvantage: ",
|
|
"type": "checkbox",
|
|
"value": "1",
|
|
"default": "0",
|
|
"description": "Check if you want to roll 2 times in order to have double results for use with advantage or disadvantage (take the first if normal roll). Uncheck if you want to only roll one time."
|
|
},
|
|
{
|
|
"attribute": "config_unit",
|
|
"displayname": "Unit of measure: ",
|
|
"type": "select",
|
|
"options": [
|
|
"meters|m",
|
|
"feet|ft"
|
|
],
|
|
"default": "m",
|
|
"description": "Choose between meters or feet (calculations will take that into account)"
|
|
}
|
|
],
|
|
"legacy": true
|
|
} |