zombieFox / awesomeSheet

Online Pathfinder Character Sheet

Home Page:https://zombiefox.github.io/awesomeSheet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skill ranks calculation

Tymme opened this issue · comments

commented

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?