mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-06 04:38:28 +02:00
checked new code works for create-character
This commit is contained in:
@@ -165,6 +165,7 @@ class Gunslinger(SubClass):
|
||||
class Fighter(CharClass):
|
||||
name = 'Fighter'
|
||||
hit_dice_faces = 10
|
||||
subclass_select_level = 3
|
||||
saving_throw_proficiencies = ('strength', 'constitution')
|
||||
primary_abilities = ('strength', 'dexterity',)
|
||||
_proficiencies_text = ('All armor', 'shields', 'simple weapons',
|
||||
|
||||
Reference in New Issue
Block a user