mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-30 09:28:28 +02:00
Epub now contains character sheets information.
This commit is contained in:
@@ -16,7 +16,7 @@ class Champion(SubClass):
|
||||
name = "Champion"
|
||||
features_by_level = defaultdict(list)
|
||||
features_by_level[3] = [features.ImprovedCritical]
|
||||
features_by_level[7] = [features.RemarkableAthelete]
|
||||
features_by_level[7] = [features.RemarkableAthlete]
|
||||
features_by_level[10] = [features.AdditionalFightingStyle]
|
||||
features_by_level[15] = [features.SuperiorCritical]
|
||||
features_by_level[18] = [features.Survivor]
|
||||
|
||||
Reference in New Issue
Block a user