finished out skills per level, added skill trees to professions templates

This commit is contained in:
2025-11-02 19:08:36 -06:00
parent fd572076e0
commit 31aa0000cc
16 changed files with 361 additions and 26 deletions

View File

@@ -12,15 +12,14 @@ player = build_char(
name="Philbert",
origin_story="I came from a place",
race_id="terran",
# profession_id="arcanist",
profession_id="guardian",
level=3
profession_id="arcanist",
ability_pathway="Frostbinder",
level=50
)
old, new = grant_xp(player,(156),DEFAULT_LEVEL_PROGRESSION)
player_dict = asdict(player)
print(json.dumps(player_dict,indent=True))
# print(json.dumps(player_dict,indent=True))
exit()
# MOVE HIT DICE TO WEAPONS!