Updated sheet to v3.10

Now includes support for dark mode, and has added crew sheets for the crew types found in the City of Red Waters supplement (Emcees, Roots, River). Moving this sheet into fully maintained by Evil Hat status as well, reflecting that change in the instructions found in sheet.json. Changes involved moving off of legacy mode (and attendant adjustments) as well, so legacy now = false.
This commit is contained in:
fredhicks
2024-06-06 13:30:32 -04:00
parent dc457cb5d9
commit 10653e55d4
14 changed files with 5178 additions and 3811 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 827 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

+13 -1
View File
@@ -1,9 +1,21 @@
# Blades in the Dark Character Sheet
This is the (compressed) source code for the Blades in the Dark character sheet on Roll20. The pug/sass code used to generate it can be found [here](https://github.com/joesinghaus/Blades-in-the-Dark). If you want to hack the sheet for your own Blades hack, a more hackable version and instructions for hacking can be found [here](https://github.com/joesinghaus/Blades-template).
This is the source code for the Blades in the Dark character sheet on Roll20.
Blades in the Dark source code is currently maintained by Evil Hat. Please contact Evil Hat at [feedback@evilhat.com](mailto:feedback@evilhat.com) if you have changes you want to see made and we'll consider working that into our official support!
If you want to hack the sheet for your own Blades hack, a more hackable (earlier) version and instructions for hacking can be found [here](https://github.com/joesinghaus/Blades-template). Build command: `./build.js` (requires node, with pug and sass installed via npm).
## Changelog
### 3.10
* Added Dark Mode support
* Added Crew playbooks for City of Red Waters:
* Emcees
* River
* Roots
### 3.9
* Option to rename attributes and actions
+3780 -3387
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+5 -5
View File
@@ -1,11 +1,11 @@
{
"html": "blades.html",
"css": "blades.css",
"authors": "Tim Denee, Jakob Oesinghaus",
"roll20userid": "782723, 726129",
"authors": "Tim Denee, Jakob Oesinghaus, Fred Hicks",
"roll20userid": "782723, 726129, 881146",
"preview": "blades.png",
"instructions": "This sheet for Blades in the Dark is designed to look similar to the paper sheets, and includes a sheet for both characters and the crew, as well as a faction status tracker.\nFor questions or bug reports, feel free to contact me on Discord (@deceptive.duality#6358) or Roll20.\n\nKorean translation by ClockworkOwl. French translation by S. Ziterman.",
"compendium": "BITD",
"legacy": true,
"instructions": "Now with dark mode support! This sheet for Blades in the Dark is designed to look similar to the paper sheets, and includes a sheet for both characters and the crew, as well as a faction status tracker.\n\nThis is an official sheet created by Tim Denee and Jakob Oesinghaus, and currently maintained by Evil Hat as of version 3.10. If you run into any issues with this sheet, have suggestions, or anything else, please reach out to Evil Hat at feedback@evilhat.com. We'd be happy to help.\n\nIf you're a sheet developer and looking to make changes to this sheet's code: please don't. We maintain an external copy as the authoritative source; problems that emerge with the sheet are our customer service problem, not yours. Changes you make are likely to be erased. So talk to us before making changes.\n\nKorean translation by ClockworkOwl. French translation by S. Ziterman.",
"compendium":"BITD",
"legacy": false,
"version": "1695970697"
}
File diff suppressed because it is too large Load Diff