mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Fixed omitted option in useroptions property of sheet.json
This commit is contained in:
@@ -8,13 +8,6 @@
|
||||
"compendium": "BITD",
|
||||
"legacy": false,
|
||||
"useroptions": [
|
||||
{
|
||||
"attribute": "setting_dc_new_factions",
|
||||
"displayname": "Deep Cuts Factions",
|
||||
"displaytranslationkey": "dc_factions_module",
|
||||
"type": "checkbox",
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"attribute": "setting_dc_action",
|
||||
"displayname": "Deep Cuts Action Module",
|
||||
@@ -36,6 +29,13 @@
|
||||
"type": "checkbox",
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"attribute": "setting_dc_new_factions",
|
||||
"displayname": "Deep Cuts Factions",
|
||||
"displaytranslationkey": "dc_factions_module",
|
||||
"type": "checkbox",
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"attribute": "setting_dc_harm",
|
||||
"displayname": "Deep Cuts Harm Module",
|
||||
@@ -43,6 +43,13 @@
|
||||
"type": "checkbox",
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"attribute": "setting_dc_innovations",
|
||||
"displayname": "Deep Cuts Innovations",
|
||||
"displaytranslationkey": "dc_innovations_module",
|
||||
"type": "checkbox",
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"attribute": "setting_dc_load",
|
||||
"displayname": "Deep Cuts Load Module",
|
||||
|
||||
@@ -543,6 +543,7 @@
|
||||
"dc_downtime_module": "Deep Cuts Downtime Module",
|
||||
"dc_factions_module": "Deep Cuts Factions",
|
||||
"dc_harm_module": "Deep Cuts Harm Module",
|
||||
"dc_innovations_module": "Deep Cuts Innovations",
|
||||
"dc_load_module": "Deep Cuts Load Module",
|
||||
"debt": "debt",
|
||||
"deception": "Deception",
|
||||
|
||||
Reference in New Issue
Block a user