Commit Graph

61 Commits

Author SHA1 Message Date
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
Mark Wolfman 75c77aa750 Added a way to include homebrew in a character file. 2021-02-09 22:26:50 -06:00
Mark Wolf c64139db5c Merge pull request #71 from 94d90b08-c4ef-416c-bf7b-b6c5b7275e6a/master
hp_max basic auto-calculation, boolean inspiration
2020-05-19 10:55:26 -05:00
Mark Wolfman a3bf048e70 Parsing of reST headings into LaTeX \section*{}, etc. 2020-05-14 11:52:32 -05:00
Robert Kubosz 666fca4217 add infusions to character template 2020-05-12 18:58:39 +02:00
Robert Kubosz 805c716d25 add infusions to character template 2020-05-12 17:19:15 +02:00
Robert Kubosz 8b56d5c651 artificer is now fully usable
Now user can pick Artificer and it works as it should.
This commit adds spell slot calculations for multiclassing with
Artificer.
2020-05-12 14:51:33 +02:00
Robert Kubosz 9a526278b3 add infusions
This commit adds infusions for use with Artificer class and adds a latex
form that generates pdf with infusions list.
2020-05-12 13:34:40 +02:00
decay 77da05527f hp_max basic auto-calculation, boolean inspiration 2020-05-11 14:40:45 +03:00
Mark Wolfman 615275f1de Optional support in make_sheets.py for the dndbook LaTeX package with the `-F` flag.
Partially fixes: https://github.com/canismarko/dungeon-sheets/pull/18
2020-05-06 20:48:55 -05:00
Robert Kubosz 14ea609617 remove gray color for unprepared spells 2020-05-01 17:07:02 +02:00
Mark Wolfman f675c9c96f Merge branch 'master' of https://github.com/bacook17/dungeon-sheets into bacook17-master 2019-03-23 17:16:57 -05:00
Ben Cook 9f608288cf added ALL spells; can add magic weapons/armor/shields using +X in name 2019-03-21 16:32:18 -04:00