Fixed omitted option in useroptions property of sheet.json

This commit is contained in:
fredhicks
2025-05-30 10:49:20 -04:00
parent f8595ec7a1
commit b3137b14d1
2 changed files with 15 additions and 7 deletions
+14 -7
View File
@@ -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",
+1
View File
@@ -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",