added multiclass proficiencies for all classes

This commit is contained in:
Ben Cook
2018-12-21 12:44:11 -05:00
parent 0dbe54605f
commit 66b08b57ea
13 changed files with 66 additions and 3 deletions
+4
View File
@@ -96,6 +96,10 @@ class Druid(CharClass):
weapons.Javelin, weapons.Mace,
weapons.Quarterstaff, weapons.Scimitar,
weapons.Sickle, weapons.Sling, weapons.Spear)
multiclass_weapon_proficiencies = ()
_multiclass_proficiencies_text = (
'Light armor', 'medium armor',
'shields (druids will not wear armor or use shields made of metal)')
class_skill_choices = ('Arcana', 'Animal Handling', 'Insight',
'Medicine', 'Nature', 'Perception', 'Religion',
'Survival')