javierriveracastro / betteroll-swade

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

Gang Up adding bonus without being adjacent #711

Closed brunocalado closed 2 months ago

brunocalado commented 2 months ago
  1. BR is adding bonus without being adjacent. In this case the gang up should be 1, not 3. image
javierriveracastro commented 2 months ago

Can you try to play with the Melee Distance setting and see if it helps?

brunocalado commented 2 months ago

Can you try to play with the Melee Distance setting and see if it helps? Change this? image

javierriveracastro commented 2 months ago

Yes. Make it something like 1.3 (never go as far as 2) and make some test. Note that solving the big token issue can break the normal size token calculations.

brunocalado commented 2 months ago

Yes. Make it something like 1.3 (never go as far as 2) and make some test. Note that solving the big token issue can break the normal size token calculations.

I set to 1,7 and no change. +3 Gang Up image

javierriveracastro commented 2 months ago

Try the other way around (0.7), please.

brunocalado commented 2 months ago

Try the other way around (0.7), please.

0,1 and 0,3 dropped to +2 image

javierriveracastro commented 2 months ago

Ufff... that's too low. Thanks, I'll take a look.

javierriveracastro commented 2 months ago

Should be solved (too many edge cases to test all) on git.

brunocalado commented 2 months ago

Thank you.