davelens / fvtt-party-resources

A simple module for FoundryVTT to manage (and track) custom party-wide numeric values.
MIT License
6 stars 16 forks source link

[Feature Request] Show resources only to some players not all #58

Open gsterling opened 1 year ago

gsterling commented 1 year ago

I'd like to keep track of some ressources which are only important for me and some of my players, but not all of them. I don't want the others to see them at all times and clutter their window.

Could you add a permission based filter, instead of the binary "Hide/Reveal", similar to the default foundry permissions for actors, items, journals, ...?

The module Award XP creates a nice pop-up that asks, which players you want to select, if you need inspiration.

image

davelens commented 1 year ago

@gsterling From the FAQ in the readme:

What about player-specific resources, can they be tracked too?

No, the intent for this module was to have global numeric values everyone could keep an eye on. However, ardittristan/5eSheet-resourcesPlus would probably serve your players better by having custom resources assigned to their character sheet.

That said however, I'd be willing to take a look into it if I can lift it from Award XP. If I can plug it in in an easy way, it might be worth reviewing the idea of player-based permissions.