SalieriC / SWIM

A collection of macros for the SWADE system on Foundry with a focus on immersion (i.e. by using sound effects)
GNU General Public License v3.0
10 stars 12 forks source link

[Compatibility] Change Global Action IDs to match those found in BRSW #145

Open SalieriC opened 5 months ago

SalieriC commented 5 months ago

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.

SalieriC commented 5 months ago

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:

Currently waiting for a response from BRSW. TL;DR: SWIM can't overwrite an action in BRSW that SWIM doesn't have itself.