artificer is now fully usable

Now user can pick Artificer and it works as it should.
This commit adds spell slot calculations for multiclassing with
Artificer.
This commit is contained in:
Robert Kubosz
2020-05-12 14:51:33 +02:00
parent 9a526278b3
commit 8b56d5c651
4 changed files with 37 additions and 7 deletions
+1
View File
@@ -84,6 +84,7 @@ class Artificer(CharClass):
"Light armor", "Medium armor", "Shields",
"Thieve's tools", "Tinker's tools")
weapon_proficiencies = (weapons.SimpleWeapon,)
infusions = []
class_skill_choices = (
'Arcana', 'History', 'Investigation',
'Medicine', 'Nature', 'Perception', 'Sleight of Hand')