You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
ifapi.data.schools.is_path(adv.school):
# replaces current schooladv.replaced=api.character.schools.get_current()
else:
school_rank+=1# get 2 kiho each rank# alternate path doesn't get the bonusifapi.data.schools.is_brotherhood_monk(school_id) andadv.rank>1:
adv.gained_kiho_count=2
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?
The text was updated successfully, but these errors were encountered: