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

Adds a way to track dnd5e specific resources across all player character actors. #52

Closed davelens closed 1 year ago

davelens commented 2 years ago

For now I focus on the most popular system (dnd5e), to track both currency (in gold) and items (by name).

If this works out, it will allow for future expansions into other systems (sw-ffg, dnd4e,...).

!!! Party Resources will remain system agnostic !!!

I'll never make dnd5e a requirement to use this module, but I can build accommodations for certain systems, or indeed other modules.

I believe there is room for some system-specific, read-only trackers as long as they don't run in the way of other functionality.

Here's an example of how it looks like tracking gold and healing potions across players' inventory: Image showing how D&D 5e resources look like in the status bar

TODO