death-save / combat-utility-belt

Combat Utility Belt module for Foundry Virtual Tabletop
https://deathsave.dev
GNU General Public License v3.0
53 stars 58 forks source link

Create conditions that players cannot remove once the DM assigns them. #609

Open ghost opened 3 years ago

ghost commented 3 years ago

Currently, CUB allows players to add or remove conditions from their actors at will. While this works for most things, there are conditions (such as diseases, curses, and poisons, for example) that I would prefer to assign and not have my players be able to remove them. Things like curses in particular may linger for quite some time, or have specific methods to cure that might require extensive work for the characters.

Describe the solution you'd like I would like to be able to create these conditions and mark them as DM only. These conditions would appear in the condition list available to the DM (upon right clicking the token), but not on the player list.

Describe alternatives you've considered I've thought of writing a module for this, but decided against it for two reasons. First, I'm very new to Javascript development of this type. Second, it seems like it's something that the Condition Lab could do well.

eclarke12 commented 2 years ago

Unfortunately this is out of the scope for what I want to do with CUB at this time.