Z3nner / lancer-weapon-fx

Visual and Sound Effects for use primarily with the Lancer TTRPG system on Foundry.
5 stars 6 forks source link

Add "recommends" module IDs to module.json #39

Closed cirrahn closed 4 months ago

cirrahn commented 4 months ago

The "recommends" relationship gives the user an optional prompt when activating the module, giving a reminder to activate one of the JB2A modules without forcing an explicit dependency.

image

The use can then select which (if any(!?)) JB2A module they wish to activate alongside the module.

cirrahn commented 4 months ago

As a note, we could also add a systems relationship:

        "systems": [
            {
                "id": "lancer",
                "type": "system",
                "compatibility": {
                    "minimum": "2.0.0"
                }
            }
        ],

but I am not convinced it is useful