Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Kaniabi opened this issue Sep 16, 2015 · 2 comments
Open

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

Kaniabi opened this issue Sep 16, 2015 · 2 comments

Comments

@Kaniabi
Copy link
Contributor

Kaniabi commented Sep 16, 2015

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
Copy link
Contributor Author

Kaniabi commented Sep 17, 2015

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

@OpenNingia
Copy link
Owner

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 OpenNingia added this to the 3.10.1 milestone Sep 18, 2015
@OpenNingia OpenNingia removed this from the 3.10.1 milestone Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants