Commit Graph

73 Commits

Author SHA1 Message Date
Mark Wolfman a30dc28100 Added passive insight and investigation for GM notes. 2022-01-13 15:28:56 -06:00
Mark Wolfman c38d8172d2 Merge branch 'master' of https://github.com/bw-mutley/dungeon-sheets into bw-mutley-master 2021-09-30 21:16:36 -05:00
Mark Wolfman 5b8ef004c7 Added party XP thresholds to GM sheets. 2021-09-30 21:10:34 -05:00
bw-mutley da63cc3edd Add files via upload 2021-09-02 21:06:27 -03:00
bw-mutley 6248165ab3 Merge branch 'canismarko:master' into master 2021-09-02 09:17:16 -03:00
Mark Wolfman 52903d91a1 Refactored random tables for GM sheet, added treasure table, and removed epub background image. 2021-08-15 22:12:05 -05:00
Mark Wolfman e7ccb6f9f3 Added more flexible way of specifying random tables in the GM sheet. 2021-08-11 21:56:03 -05:00
bw-mutley a80c8c75ce Add files via upload 2021-08-09 18:53:07 -03:00
Mark Wolfman 8fab8911cd Monster stat blocks now include XP alongside challenge rating. 2021-08-08 22:01:02 -05:00
Mark Wolfman 92b301a8e0 Made a Content base class, and changed GM extra content interface. 2021-08-07 21:18:34 -05:00
Mark Wolfman dfa47f957c Recreated monster definitions with different restructured text layout. 2021-07-25 23:52:40 -05:00
Mark Wolfman 6bfaddf821 GM notes can now include arbitrary additional sections as attributes. 2021-07-24 17:40:21 -05:00
Mark Wolfman ee7d5de601 Added background paper to epub output. 2021-07-14 13:01:49 -05:00
Mark Wolfman 70cb8ae30f Tweaked the style sheets for fancy decorations in epub. 2021-07-13 22:37:13 -05:00
Mark Wolfman 3df1906156 GM notes EPUB now contains monster spell descriptions. 2021-07-13 21:43:28 -05:00
Mark Wolfman d26f520666 Epub for gm notes now prints monster spells, if specified. 2021-07-13 12:28:56 -05:00
Mark Wolfman f4f101e39c Monsters now have a spells attribute that will eventually hold a list of spells. 2021-07-13 00:13:04 -05:00
Mark Wolfman d110ef6cda Bug fixes and EPUB CSS improvements. 2021-07-11 23:03:36 -05:00
Mark Wolfman 88bdd59fdd Added spell list to the epub, and cleaned up dict-list style sheet. 2021-07-11 12:35:22 -05:00
Mark Wolfman 8be06d2ffe Epub now contains character sheets information. 2021-07-11 09:13:55 -05:00
Mark Wolfman 50754f7d5d Added ability to make epub files for character sheets (missing stats and spell list). 2021-07-07 22:32:20 -05:00
Mark Wolfman 8a054b335f Added table of contents to epub. 2021-07-06 23:48:36 -05:00
Mark Wolfman b1e69182eb Added a CSS file to the epub output format. 2021-07-05 22:54:23 -05:00
Mark Wolfman 22dd8894bc Ability to output GM sheets as EPUB files (without CSS for now). 2021-07-04 23:19:44 -05:00
Mark Wolfman dbea8f5dce Character sheet PDF's now have outline bookmarks. 2021-07-01 22:29:42 -05:00
Mark Wolfman d678002131 GM session notes PDF now has a outline. 2021-07-01 22:09:27 -05:00
Mark Wolfman 4e11af7acd Added an option to put random tables into the GM notes. 2021-06-21 16:49:40 -05:00
Mark Wolfman c5672f950f Fixed broken test and added ability to put session summary into GM notes. 2021-06-16 10:08:59 -05:00
Mark Wolfman 2312f50d07 Merge pull request #96 from Tim-Jackins/master
Adding the second page of the standard character sheet to the generation (WIP)
2021-06-12 13:14:10 -05:00
Mark Wolfman 1ab946d5c3 Added more stats to the party summary in the GM sheet. 2021-06-11 23:43:41 -05:00
Mark Wolfman b432e67a35 Added 'Rival Intern' background, fixed bugs, and findattr now removes '/'. 2021-06-09 23:06:48 -05:00
Mark Wolfman bd895c4efc Cleaned up the PDF for GM monster stats. 2021-06-09 21:22:12 -05:00
Jack Timmins b4150c5f28 Merge branch 'master' into master 2021-06-09 01:13:10 -04:00
Mark Wolfman 62f6876f69 Added party stats for the GM notes sheet. 2021-06-06 23:07:04 -05:00
Mark Wolfman 905ecee4c9 Now creates GM sheet PDF, but with monsters only. 2021-06-03 23:35:42 -05:00
tim_jackins 8e2e021285 Added second page of character sheet 2021-05-28 11:28:50 -04:00
matsavage 309e6d9619 annotates subclass source 2021-05-05 18:33:03 +01:00
matsavage 835dad862a removes ritual from spell duration 2021-05-05 18:32:18 +01:00
matsavage 40177e783f updates infusions 2021-05-05 18:14:23 +01:00
matsavage 631a320d84 splits out features to multiple templates and added DnD styling 2021-05-05 18:02:04 +01:00
matsavage 96a6f0cc2e adds flag for unassumable form 2021-05-04 23:54:14 +01:00
matsavage a097e55fbd first pass at druid shapes to monster blocks 2021-05-04 23:08:32 +01:00
matsavage 406b4d004d spells also ordered by level 2021-05-04 22:31:03 +01:00
matsavage 4dd5ae232b updates ritual and concentration spells 2021-05-04 22:06:35 +01:00
matsavage 8dbc5c2359 changes spell levels to ordinals 2021-05-04 21:56:53 +01:00
matsavage ac65947750 updates fancy output to use \DndSpellHeader as provided by the template 2021-05-04 21:37:19 +01:00
matsavage 508c93911f first pass at creating singular tex file 2021-05-04 21:06:14 +01:00
Mark Wolfman 63c62a17f8 Fixed remaining docstrings to be valid rst, and cleaned up TeX templates. 2021-04-15 22:31:14 -05:00
Mark Wolfman 4aa43d2bec RST now parses tables. 2021-04-14 07:24:34 -05:00
Mark Wolfman 4719ad4305 Switched to docutils/sphinx for parsing docstrings into LaTeX. 2021-04-14 07:23:18 -05:00