l5r-character-manager-3
l5r-character-manager-3 copied to clipboard
Missing rank kihos after advancing to "Student of Hitsu-do".
I believe that when advancing a brotherhood monk character to "Student of Hitsu-do" I should be able to select the kihos from advancing the brotherhook monk rank. Is that right?
This is happening on current develop
branch: commit 9188fa1
.
not quite, you should receive only 1 Kiho to spend ( instead of 2 ) if this is your first path, 0 if this is a subsequent path.
This is not implemented yet :/
at the moment the program gives no advancing kiho for alternate paths:
if api.data.schools.is_path(adv.school):
# replaces current school
adv.replaced = api.character.schools.get_current()
else:
school_rank += 1
# get 2 kiho each rank
# alternate path doesn't get the bonus
if api.data.schools.is_brotherhood_monk(school_id) and adv.rank > 1:
adv.gained_kiho_count = 2