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

Skill ranks calculation #186

Open
Tymme opened this issue Jun 10, 2021 · 0 comments
Open

Skill ranks calculation #186

Tymme opened this issue Jun 10, 2021 · 0 comments

Comments

@Tymme
Copy link

Tymme commented Jun 10, 2021

Total skill ranks seems to not be calculating properly.

Char has 7 int (-2 mod). Level 1 in one class with two skill ranks per level, and level two in second class with two skill ranks per level and favoured. Only the favoured are showing in total:
image

I should have 5 total (1+2+2) since you always get at least 1 skill rank per level regardless of Int modifier.

I think total skill rank calculation should be min(1, (abs(int_mod)+1)) + favoured_ranks to fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant