You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BRSW added multiple Global Actions also found in SWIM. Those live along side each other not, applying their roll modifiers multiple times. The requirements for modules to overwrite those in BRSW are there but the IDs need to match. So all that is left to do is change the IDs in Swim to match those in BRSW.
It is preferable to keep the Global Actions in SWIM to overwrite those in BRSW instead of using theirs to ensure compatibility in case of changes.
The text was updated successfully, but these errors were encountered:
There currently is a problem with that:
BRSW uses three actions to cover deflection while SWIM uses just two. That's why SWIM cannot overwrite an action. There are several things that could be done:
Ask BRSW to convert to two actions for deflection.
Ask BRSW to introduce an API function to delete/disable actions (not preferred).
Revert back to three actions for deflection in SWIM (not preferred as it takes more lines of code to add redundancy and is harder to maintain).
Some kind of trickery with an empty action just to be able to overwrite the one in BRSW (also not preferred).
Currently waiting for a response from BRSW. TL;DR: SWIM can't overwrite an action in BRSW that SWIM doesn't have itself.
BRSW added multiple Global Actions also found in SWIM. Those live along side each other not, applying their roll modifiers multiple times. The requirements for modules to overwrite those in BRSW are there but the IDs need to match. So all that is left to do is change the IDs in Swim to match those in BRSW.
It is preferable to keep the Global Actions in SWIM to overwrite those in BRSW instead of using theirs to ensure compatibility in case of changes.
The text was updated successfully, but these errors were encountered: