mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-28 00:28:27 +02:00
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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user