l5r-character-manager-3 icon indicating copy to clipboard operation
l5r-character-manager-3 copied to clipboard

Missing rank kihos after advancing to "Student of Hitsu-do".

Open Kaniabi opened this issue 9 years ago • 2 comments

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?

Kaniabi avatar Sep 16 '15 23:09 Kaniabi

This is happening on current develop branch: commit 9188fa1.

Kaniabi avatar Sep 17 '15 00:09 Kaniabi

alternate paths monk

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

OpenNingia avatar Sep 18 '15 11:09 OpenNingia