built routes for creation of char

This commit is contained in:
2025-11-03 21:42:39 -06:00
parent 6efd3b3aa8
commit 0c83f8cb1a
6 changed files with 188 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ def set_level(entity:Entity, target_level: int, prog: LevelProgression) -> None:
# entity get's a random number of spells based on the number of levels gained
skills_per_level = calculate_skills_gained(current,target_level)
skills = newly_unlocked_abilities(class_name=entity.profession.name,
path=entity.ability_pathway,
level=target_level,