Tomáš Heger
5a9bb96dd9
Replace all relative imports with absolute ones
2020-05-05 23:00:17 +02:00
Jack
82f3d2588a
Removed extra spacing on feature setting
2019-12-21 17:02:24 -05:00
Jack
cb0fe1e2d8
Fixing fighting style error
2019-12-21 17:00:46 -05:00
Mark Wolfman
7ee2d25a9f
Merge branch 'bacook17-master'
2019-03-23 17:23:08 -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
Mark Wolf
eeee757e24
Merge pull request #16 from TLATER/tlater/spell-sorcerer
...
Fix project-wide spelling of "sorcerer"
2019-02-16 12:50:15 -06:00
Mark Wolf
d872986aeb
Merge pull request #12 from jonbrouse/fix-persuasion-skill
...
Fix persuasion skill
2019-02-16 12:49:32 -06:00
Tristan Maat
6680ab1c07
Fix project-wide spelling of "sorcerer"
...
"Sorcerer" was spelled "Sorceror" by mistake, which caused confusion
when trying to set character classes.
This is an API-breaking change.
2019-01-24 16:49:22 +00:00
Ben Cook
a384fe3a27
updated max_hp in create-character
2019-01-02 21:07:22 -05:00
Ben Cook
a80fa81993
updated create-character to include weapons and armor
2019-01-02 17:55:22 -05:00
Ben Cook
2d7a25724b
updated how weapons are handled
2019-01-01 17:11:39 -05:00
Ben Cook
708a39403c
testing all new class features
2019-01-01 16:17:00 -05:00
Ben Cook
73cb2b5e16
Added features for all classes and subclasses
2019-01-01 01:17:54 -05:00
Ben Cook
ce080b9224
Completed all features for Barbarians
2018-12-27 12:18:09 -05:00
Ben Cook
7f560feedb
Added magic items
2018-12-26 19:57:22 -05:00
Ben Cook
6809d29fc2
Confirmed tests run
2018-12-26 19:07:12 -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
a83c49146c
checked new code works for create-character
2018-12-23 03:22:47 -05:00
Ben Cook
6c4589d03f
added primary ability and new AC and speed calculations
2018-12-23 01:45:04 -05:00
Ben Cook
66880cd6bf
added features and multiclass tests
2018-12-22 17:59:20 -05:00
Ben Cook
d5a588deb6
confirmed all tests run properly
2018-12-22 17:16:16 -05:00
Ben Cook
b799f8b108
updated character definitions to use names
2018-12-22 16:57:14 -05:00
Ben Cook
943c572d15
changed way class names are handled
2018-12-22 16:16:51 -05:00
Ben Cook
86b9c77a27
Updated weapon damage to match tests
2018-12-22 15:22:18 -05:00
Ben Cook
40b070d782
updated so all tests pass except distinct changes to desired implementation
2018-12-22 15:17:58 -05:00
Ben Cook
bb9e44bc81
Added invocations from PHB to Warlock
2018-12-21 13:45:06 -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
aa84911efd
fully tested new multiclass create-characters, with features for races and backgrounds
2018-12-20 22:09:46 -05:00
Ben Cook
3e48e0d4cd
thorough improvements and checks to create_character
2018-12-20 18:26:44 -05:00
Ben Cook
5a221877dc
create-character now works for multiclass and subclasses
2018-12-20 14:00:39 -05:00
Ben Cook
2b1f5981b4
save function now works for a character... need to add defaults if options dont exist
2018-12-20 10:35:50 -05:00
Ben Cook
b93b1ac6d7
reorganized spells by name, and added directory for features for each class"
2018-12-20 09:09:38 -05:00
Ben Cook
0ed7262fc8
first features implemented
2018-12-19 16:56:04 -05:00
Ben Cook
db76a1924a
added new spell functions and custom weapons
2018-12-19 14:33:24 -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
667d7df7d8
added multiclass with multiple spellcasting classes
2018-12-19 10:43:26 -05:00
Ben Cook
e517223ad2
first multiclass character works
2018-12-19 10:12:01 -05:00
Ben Cook
8f0ee321a4
test that backward compatability works
2018-12-19 09:34:03 -05:00
Ben Cook
6c634c0429
added first version of multiclass options. Need to test
2018-12-18 22:30:40 -05:00
Jon Brouse
4af443474a
Fixed persuasion spelling in character.py
2018-12-08 04:02:13 +00:00
Jon Brouse
7cfd8a82d1
Removed correction from another branch
2018-12-07 20:40:09 -05:00
Jon Brouse
a3d88d5522
Added cleric spell slots
2018-12-07 20:38:32 -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
3368a435cb
Added a fallback PDF routine that uses pdfrw package instead of pdftk utility.
2018-10-17 02:53:11 -05:00
Mark Wolfman
3c3d4be218
Added documentation, currently for writing character sheets only.
2018-10-15 00:52:31 -05:00
Mark Wolfman
94d502462a
Finished the basic functionality of the character creator.
2018-04-23 14:08:05 -05:00
Mark Wolfman
31f5a32b17
Create character now does class skills and saves the results.
2018-04-23 00:28:39 -05:00
Mark Wolfman
624eb620a6
Added the TUI for creating a character, but it does not save.
2018-04-21 15:54:41 -05:00