jamespdaily / pf2e-sheet-skill-actions

0 stars 14 forks source link

Implement multiple skills per action #54

Closed andriusch closed 2 years ago

andriusch commented 2 years ago

Actions now list all skills that can be rolled instead of using separate action for each skill, with each skill listing normal roll first, then MAP rolls (if needed) and then assurance rolls (if available): image

If action requires you to be trained in a skill, it checks separately per skill, e.g. someone who's trained in war lore, performance & crafting sees: image

While someone who's only trained in crafting sees: image

And you can still filter by skill: image

Closes #48