testing all new class features

This commit is contained in:
Ben Cook
2019-01-01 16:17:00 -05:00
parent 73cb2b5e16
commit 708a39403c
52 changed files with 2117 additions and 213 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ class EldritchKnight(SubClass):
features_by_level[15] = [features.ArcaneCharge]
features_by_level[18] = [features.ImprovedWarMagic]
spellcasting_ability = 'intelligence'
multiclass_spellslots_by_level = {
spell_slots_by_level = {
# char_lvl: (cantrips, 1st, 2nd, 3rd, ...)
1: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
2: (0, 0, 0, 0, 0, 0, 0, 0, 0, 0),