jopeek / fvtt-loot-sheet-npc-5e

FVTT - Loot Sheet NPC 5E
MIT License
44 stars 86 forks source link

Issue 388: interop with MonsterBlocks & dnd5.DNDBeyondNPCSheet #389

Closed FeistyMango closed 1 year ago

FeistyMango commented 1 year ago

Proposed fix for incorporating support for filtering out feats and abilities as defined by dnd5.DNDBeyondNPCSheet.

Behaviors:

  1. Filter out the following items since they are not loot or weapons:
  2. type = 'feat' and system.weaponType = 'natural'
  3. Ensure weight, price, and quantity counts reflect the filtered out types
FeistyMango commented 1 year ago

Tested and verified behaviors for monsters with feats and melee "weapon" abilities. image image

jopeek commented 1 year ago

Looks good. I'll merge this later today. Thanks for the help. I never use the sheet for loot of monsters after the fact, only ever merchants or chests, so I never really noticed this issue before 😀