javierriveracastro / betteroll-swade

A Better Rolls port for SWADE
GNU General Public License v3.0
15 stars 31 forks source link

Power Points don't Sum Well #574

Closed brunocalado closed 1 year ago

brunocalado commented 1 year ago

It should be 7pp image

This work well image

It should be 6pp image

grendel111111 commented 1 year ago

If you look at the order the actions are happening it is adding 1 for Adaptable Caster, then it is overriding the PP with Seasoned setting it to 3, and then adding 2 for increased trait for a total of 5. You need to move teh summon Ally Rank higher up in the order so it is choosen first. Or change Shots used to be: Novice +0, Seasoned +2, Veteran +4, and Heroic +6. (You don't need to change the buttons they can still say Novice (1)).

javierriveracastro commented 1 year ago

Anyway, I should probably add all the modifiers together before updating the last not adding "shoot_override" to make this easier to use

brunocalado commented 1 year ago

Anyway, I should probably add all the modifiers together before updating the last not adding "shoot_override" to make this easier to use

This would let the Power Point management almost perfect. The https://github.com/javierriveracastro/betteroll-swade/issues/565 would let it be perfect.

javierriveracastro commented 1 year ago

This should be done