theripper93 / enhancedcombathud

GNU General Public License v3.0
31 stars 37 forks source link

Remove active effects #82

Closed chrisjbrown closed 3 years ago

chrisjbrown commented 3 years ago

First off, awesome work!!

and more of a question. Is there an easy way to remove active effects from a character?

example: i've clicked hide click "apply active effects" Actor gets hide icon next turn he attacks and is no longer hidden how can i remove the icon? (without going to character sheet and effects and deleting effect)

theripper93 commented 3 years ago

that's just how active effects work, you can also right click on the token to open the hud and remove it from there. Because hide does not have a duration it lasts until manually removed.

chrisjbrown commented 3 years ago

I don't see the "Hide" effect in the "assign status effects" menu of the token hud I can add it with combat utility belt + condition lab but that just adds/removes a second "Hide" icon

chrisjbrown commented 3 years ago

Capture

theripper93 commented 3 years ago

ye, not much i can do about it, you could create a custom item called "Hide" with a custom active effect and give it to the actor, that way Argon will use that instead of the default but not sure if it would help much, that's just a limitation of active effects

chrisjbrown commented 3 years ago

gotcha. thanks for looking into it. i'll use the "remove temporary effects" macro for now then 👍