Commit Graph

29 Commits

Author SHA1 Message Date
Mark Wolfman 4f8a0e442b When resolving +1 weapons, replaced check for inheritance from Weapon
with check for *improved_version* method.

Fixes https://github.com/canismarko/dungeon-sheets/issues/112
2021-09-07 20:10:53 -05:00
Mark Wolfman 339dd61bce Fixed spell list for Dao monster and version bump to 0.17.0. 2021-08-08 00:10:03 -05:00
Mark Wolfman a1659873dc Quick fix to module loading when using fancy D&D sheets. 2021-08-05 14:38:24 -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 aed864b093 Version bump to 15.1 2021-07-03 14:36:26 -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 90e362055a Added ability to parse JSON files exported from Foundry. 2021-05-21 09:47:40 -05:00
Mark Wolfman 01f3f0d15f Version bump to v0.13.0 2021-04-15 22:34:33 -05:00
Mark Wolfman a12338363e Version bump 2021-02-10 21:02:11 -06: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 debbfc5ae1 Version bump to 0.11.0 2020-11-08 01:11:49 -06:00
Mark Wolfman 5a1c45bd11 Bug fixes, missing items, and version bump to v0.10.2 2020-07-10 08:57:16 -05:00
Mark Wolfman a39587ee8f Version bump: 0.10.1 2020-05-03 23:24:27 -05:00
Mark Wolfman fcef8ed0b6 Version bump and included python 3.8 in setup.py file. 2020-04-30 00:13:39 -05:00
Ben Cook 73cb2b5e16 Added features for all classes and subclasses 2019-01-01 01:17:54 -05:00
Ben Cook 8ef3026abb v0.9.3: first magic_items added 2018-12-26 19:57:40 -05:00
Ben Cook b73e9848ef Features added and tested for all classes/subclasses in bens campaign 2018-12-26 18:58:25 -05:00
Ben Cook 8ff94d0f13 version 0.9.0: added PHB warlock invocations 2018-12-22 13:21:12 -05:00
Ben Cook 0dbe54605f Added subclass descriptions 2018-12-21 12:25:02 -05:00
Ben Cook 35b272be5f Added subclasses from PHB, SCAG, XGTE. Need to add features for all 2018-12-21 10:37:02 -05:00
Ben Cook bcbbb6c1f7 Version 0.9.0: fully tested multiclass create-character, save options, and features for races and backgrounds 2018-12-20 22:15:29 -05:00
Ben Cook 84e1d4dd16 v0.8.0 2018-12-20 10:36:13 -05:00
Ben Cook 1629ca7460 v0.7.2: multiclass character now function, with correct spell slots. Need to add MulticlassProficiencies 2018-12-19 11:49:31 -05:00
Ben Cook 8f0ee321a4 test that backward compatability works 2018-12-19 09:34:03 -05:00
Mark Wolfman f10867719d Added feature enhancements for Druid's
- Circle now properly reflects the druid's available wild_shapes
- Unavaiable wild_shapes are not listed on the sheet but ghosted.
- ``spells`` is now longer relevant, only use ``spells_prepared`` in
  the character file.
2018-10-31 18:16:35 -05:00
Mark Wolfman 0e543deee9 Added Druid wild shapes, tweaked armor, and fixed some bugs.
Druid's can now add ``wild_shapes = `` to their character file. "Light
leather armor" is now just "Leather Armor".
2018-10-21 02:09:15 -05:00
Mark Wolfman 0140290b51 Version bump to 0.5.0 2018-10-17 02:58:12 -05:00
Mark Wolfman 0648a08d0c Made pdflatex an optional dependency and a little more reliable. 2018-10-14 15:21:07 -05:00
Mark Wolfman 2c8492485e Minor fixes and minor version bump.
- More reliable clean up of stray temporary files.
- Typos in spell description.
- Separate file for version number.
2018-10-14 13:59:47 -05:00