Foxfyre / coyote-and-crow

Apache License 2.0
3 stars 2 forks source link

Skill specializations shouldn't be adding the base skill rank #2

Closed JPMeehan closed 1 year ago

JPMeehan commented 2 years ago

Specialized skills override rather than add onto the base skill; if I've got a specialized skill at rank 2 and the base skill at rank 1, I add that 2 to the relevant stat rather than 2+1. This fix applies to the scripts/items/sheet/item-sheet.js file on line 136, where it adds skillRank to the other bonuses.

Foxfyre commented 1 year ago

Bug fixed in #5