Deep Cuts additions

- Various fixes and tweaks to align Blades '68 deep cuts options with core Blades in the Dark deep cuts options
- Added Deep Cuts defaults to sheet.json
- Styling fixes to roll templates
This commit is contained in:
timdenee
2026-05-19 15:22:35 +12:00
parent 3249d86604
commit ba89914858
4 changed files with 1074 additions and 997 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+24 -1
View File
@@ -5,5 +5,28 @@
"roll20userid": "782723, 726129, 881146",
"preview": "blades68.png",
"instructions": "This is the official sheet for Blades '68, a supplement for Blades in the Dark. Includes character sheets, crew sheet, and a faction sheet, as well as dark mode support.",
"legacy": false
"legacy": false,
"useroptions": [
{
"attribute": "setting_dc_action",
"displayname": "Deep Cuts: Action Module",
"displaytranslationkey": "dc_action_module",
"type": "checkbox",
"value": "0"
},
{
"attribute": "setting_dc_advancement",
"displayname": "Deep Cuts: Advancement Module",
"displaytranslationkey": "dc_advancement_module",
"type": "checkbox",
"value": "0"
},
{
"attribute": "setting_dc_downtime",
"displayname": "Deep Cuts: Downtime Module",
"displaytranslationkey": "dc_downtime_module",
"type": "checkbox",
"value": "0"
}
]
}
+1044 -992
View File
File diff suppressed because it is too large Load Diff