mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
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:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+24
-1
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user