Christopher Johnstone
a506bdd304
Fixed misspellings of "proficiencies"
2022-06-24 20:39:03 -04:00
Mark Wolfman
89154bef3b
Foundry JSON file now resolves magic item names.
2022-06-07 22:16:09 -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
e40d6b1a20
When making GM session notes as epub, the party character sheets are also included.
2021-07-11 13:07:40 -05:00
Mark Wolfman
a31b9eb42c
Moved mod_str function from forms.py back to stats.py, and black formatting.
2021-07-07 10:29:46 -05:00
Mark Wolfman
27cbd7c8a2
Foundry reader now properly read max HP (formerly read current HP).
2021-07-01 22:13:53 -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
cc430720fb
Added a content registry, so homebrew content can be referenced by name.
2021-06-13 14:29:57 -05:00
Mark Wolfman
1abfcaf657
Fixed broken tests.
2021-06-12 15:37:10 -05:00
Mark Wolfman
72af80f991
Fixed some stale code from a PR and fixed monk unarmed strike when importing from Foundry.
...
Pull-request https://github.com/canismarko/dungeon-sheets/pull/96
introduced some regressions in terms of the model between
``Character`` and ``Entity`` classes. These were cleaned up.
2021-06-12 13:55:21 -05:00
Mark Wolfman
4ce68d5642
Added ability for a sheet to inherit from another parent sheet.
2021-06-12 13:15:30 -05:00
Mark Wolfman
3b8dbc0566
Prepared package for adding GM sheets.
...
- Improved test coverage in ``make_sheets.py``.
- Refactor file loading to make it more flexible.
- Added a stub ``gm.py`` example.
2021-06-01 22:51:10 -05:00
Mark Wolfman
90e362055a
Added ability to parse JSON files exported from Foundry.
2021-05-21 09:47:40 -05:00
Mark Wolfman
30369ce1d4
Ran flake8 and black linters, and other cleanup-related fixes.
...
Project now passes flake8 and black linter (also including more rst
cleanup). Moved latex related things to dedicated ``latex.py`` module,
and removed the ``makesheets -dF`` call from travis.
2021-04-16 11:10:17 -05:00
Mark Wolfman
ccf886b8ae
Missing weapons now raise a warning, and recursive directory parsing.
...
In order to avoid parsing arbitrary python files encountered during
directory recursion, ``makesheets`` now checks each python file for a
string listing the *dungeonsheets_version* before trying to import the
character file.
2020-11-08 14:16:26 -06:00
Mark Wolfman
50ac9f8018
Added ability to import character files in JSON format from VTTES.
2020-11-08 01:11:25 -06:00