Commit Graph

194 Commits

Author SHA1 Message Date
Robert Kubosz e3f5cf49fd change hyphen to dots 2020-05-12 12:19:54 +02:00
Robert Kubosz 4b11695d51 remove spells from prepared list
This commit ensures, that there would be no added spells in case user
does not choose a subclass.
2020-05-12 11:17:56 +02:00
Robert Kubosz cf27b596ef add artificer to create-character 2020-05-12 03:15:19 +02:00
Robert Kubosz c9a0d4d6d7 add spells for specializations 2020-05-12 00:34:28 +02:00
Robert Kubosz 6aedac5b89 mod infuse item 2020-05-12 00:03:31 +02:00
Robert Kubosz ff835fefeb add artificer class
Work still in progress, at now just basics.
2020-05-11 23:46:15 +02:00
Mark Wolf e4f03b3dce Merge pull request #65 from rkubosz/fix_reroll_max_hp
fix reroll max hp

This bug was introduced when numpy dependency was removed: https://github.com/canismarko/dungeon-sheets/commit/8f0facc42901e35a109145b096be9e0509ca80df
2020-05-11 12:15:07 -05:00
Robert Kubosz edb30f3443 fix reroll max hp
This commit fixes a bug that occured in create-character menu.
The 'reroll max hp' option crashed due to invalid parameters of
function.
2020-05-11 18:59:34 +02:00
Mark Wolfman 8f0facc429 Removed unnecessary dependency on numpy.
Fixes https://github.com/canismarko/dungeon-sheets/issues/27
2020-05-06 21:00:48 -05: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
Mark Wolf 6a8b2a5793 Merge pull request #64 from geckon/50
Fix imports, make make_sheets.py runnable directly
2020-05-06 15:22:05 -05:00
Mark Wolfman 339346aa73 Merge branch 'geckon-55_fighter' 2020-05-06 15:16:03 -05:00
Mark Wolfman cf47cd4bff Merge branch '55_fighter' of https://github.com/geckon/dungeon-sheets into geckon-55_fighter 2020-05-06 15:15:51 -05:00
Mark Wolfman a586e15a29 Merge branch 'geckon-51_feats' 2020-05-06 15:13:02 -05:00
Mark Wolfman b09fc4f70d Merge branch '51_feats' of https://github.com/geckon/dungeon-sheets into geckon-51_feats 2020-05-06 15:12:40 -05:00
Tomáš Heger 5a9bb96dd9 Replace all relative imports with absolute ones 2020-05-05 23:00:17 +02:00
Tomáš Heger 7019199020 Add make test 2020-05-05 22:25:10 +02:00
Tomáš Heger 9fe0e0f286 Make make_sheets.py runnable directly 2020-05-05 22:23:41 +02:00
Mark Wolfman a741bd479c Travis now goes back to dungeonsheets root directory after building examples. 2020-05-03 23:30:50 -05:00
Mark Wolfman a39587ee8f Version bump: 0.10.1 2020-05-03 23:24:27 -05:00
Mark Wolfman db998faa55 Fixed dependencies for building example character sheets on travis. 2020-05-03 23:16:29 -05:00
Mark Wolfman 33817135a0 All examples now build, plus added examples to travis build. 2020-05-03 22:56:35 -05:00
Mark Wolfman 22c3e4dbeb Cleaned up cruft and removed generated files. 2020-05-03 21:22:19 -05:00
Mark Wolf 117efdf18e Merge pull request #62 from rkubosz/unprepared_spells_solid_black
fix #58
2020-05-01 21:07:41 -05:00
Mark Wolf c92d826dce Merge pull request #61 from rkubosz/resilient_feature_and_cloak_of_displacement
Resilient feature and cloak of displacement
2020-05-01 11:47:29 -05:00
Mark Wolf 58d1800179 Merge branch 'master' into resilient_feature_and_cloak_of_displacement 2020-05-01 11:46:11 -05:00
Mark Wolfman ac921308ff Added humans backl into the list of races.
Fixes issue: https://github.com/canismarko/dungeon-sheets/issues/49
2020-05-01 10:43:32 -05:00
Mark Wolf 63dc881a24 Merge pull request #54 from geckon/53_dashes
Fix #53 dashes
2020-05-01 10:36:58 -05:00
Robert Kubosz 14ea609617 remove gray color for unprepared spells 2020-05-01 17:07:02 +02:00
Robert Kubosz f74ea6e426 add missing name and source of Tinker feat 2020-05-01 14:18:10 +02:00
Tomáš Heger 3e1a15e394 Add fighter fighting styles from UA 2020-05-01 02:19:16 +02:00
Tomáš Heger 0df5d50fe5 Fix dash words and some other typos 2020-05-01 01:22:24 +02:00
Tomáš Heger d4ede93d42 Add a lot of feats. 2020-05-01 00:59:53 +02:00
Robert Kubosz e778dd79d5 add Cloak of Displacement to magic items 2020-05-01 00:12:15 +02:00
Robert Kubosz 9faa294b9e add Resilient feature 2020-04-30 23:57:31 +02:00
Robert Kubosz 8d7d65baba fix typo 2020-04-30 23:38:04 +02:00
Tomáš Heger bb23154df8 Merge branch 'master' of https://github.com/canismarko/dungeon-sheets 2020-04-30 11:08:12 +02:00
Mark Wolfman 82ae4dd63e Removed parse_json.py
It was an old remnant from inital development:
https://github.com/canismarko/dungeon-sheets/issues/46
2020-04-30 00:30:40 -05:00
Mark Wolfman fcef8ed0b6 Version bump and included python 3.8 in setup.py file. 2020-04-30 00:13:39 -05:00
Mark Wolfman e2d9bdd99e Added coveralls to the requirements-tests.txt file. 2020-04-30 00:02:07 -05:00
Mark Wolfman 035da4d594 Fixed typo in travis yaml file. 2020-04-29 23:55:40 -05:00
Mark Wolfman a3bb488c23 Updated travis to cover python 3.6-3.8 and integrated with coveralls. 2020-04-29 23:53:50 -05:00
Mark Wolfman a820721fa4 Merge branch 'rkubosz-master' 2020-04-29 23:31:10 -05:00
Mark Wolfman 971946cfd0 Merge branch 'master' of https://github.com/rkubosz/dungeon-sheets into rkubosz-master 2020-04-29 23:30:55 -05:00
Mark Wolfman 6d79cf061b Merge branch 'jeromkiller-master' 2020-04-29 22:09:37 -05:00
Mark Wolfman fbc3dd64e9 Merge branch 'master' of https://github.com/jeromkiller/dungeon-sheets into jeromkiller-master 2020-04-29 22:09:25 -05:00
Tomáš Heger 1e9249efb8 Merge pull request #2 from canismarko/master
Sync with upstream
2020-04-28 22:43:15 +02:00
Mark Wolf e63e602c7b Merge pull request #39 from naviabbot/master
Added Kalashtar Race from Eberron: RFTLW
2020-04-28 12:52:54 -05:00
Mark Wolfman 57f6d30108 Merge branch 'VKerman-spells' 2020-04-28 12:48:46 -05:00
Mark Wolfman 1f04846554 Merge branch 'spells' of https://github.com/VKerman/dungeon-sheets into VKerman-spells 2020-04-28 12:48:27 -05:00