mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-31 01:48:27 +02:00
added all features for bards
This commit is contained in:
@@ -136,7 +136,7 @@ class Rogue(CharClass):
|
||||
'Sleight of Hand', 'Stealth')
|
||||
num_skill_choices = 4
|
||||
features_by_level = defaultdict(list)
|
||||
features_by_level[1] = [features.Expertise, features.SneakAttack]
|
||||
features_by_level[1] = [features.RogueExpertise, features.SneakAttack]
|
||||
features_by_level[2] = [features.CunningAction]
|
||||
features_by_level[5] = [features.UncannyDodge]
|
||||
features_by_level[7] = [features.Evasion]
|
||||
|
||||
Reference in New Issue
Block a user