OhhLoz / Harvester

A QoL FoundryVTT module to improve the harvesting and looting experience.
GNU General Public License v3.0
2 stars 2 forks source link

Feature Request : Add otpion for Harvesting non-dead tokens. #21

Closed mcmackj closed 10 months ago

mcmackj commented 11 months ago

First off love the mod. It has replaced several cobbled together functionalities with one defined option and it is appreciated. On to the meat.

I was wondering if it would be possible to give an option to harvest or loot an non-dead token. Figuring this could be flag based and settable within the token configuration window. This would expand the capabilities to loot/harvest items like chest or berry bushes for example. You can do this now, but I presume many of us use a "Death" Icon or Overlay on tokens and having this appear on lootable/harvestable items would not be ideal and may tip off players to functionality the DM may wish for them to discover in other ways.

edit: On further thought this may also expand the capability to add Pick Pocketing in the future.

OhhLoz commented 11 months ago

This should be possible already using this setting image Although you're saying you have other modules that display an overlay on the character whether or not they have the Dead effect? Yeah it should be easy to add that option globally, per token would take longer.

mcmackj commented 11 months ago

I was so deep in monkeying around I completely overlooked that setting. My apologies. Added the code to the items to also have the option to turn the body into an ItemPile on Loot. Your use of hook for this was inspired.