Skip to content

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

2.0.1

20 May 02:54
807fced
Compare
Choose a tag to compare

Fix with multiple GMs

2.0.0

19 May 16:50
be1671a
Compare
Choose a tag to compare
  • Officially added Kage as contributor in modules file
  • Compatible with 0.5.7 and dnd5e 0.9

New Features:

  • Loot vs Merchant sheet types
  • Price modifier applies to visuals and transactions only
  • Purchase button allows players to purchase an item. Transaction is processed via sockets and inventories and currencies are properly updated
  • Loot button allows players to loot an item from a loot sheet, moving it to their inventory
  • Both of the above mean that players no longer require special permissions to a lootsheet token
  • Generate inventory from Rollable Tables. In order for this to work, you must build your own rollable tables with result type "entity" and "item". The sheet will take a dice formula for the number of items and quantities of each item.

Fixes and Improvements:

  • Added various help messages and notifications when errors or problems occur.
  • Improved chat messages for purchases, looting, and currency distribution.
  • There are several settings now available for this mod, so be sure to check them out.

1.6.2

03 May 18:40
Compare
Choose a tag to compare

Added some help text around sheet types and permissions.
Widened item controls column to support additional modules adding icons.

1.6.0

01 May 23:01
f4abc21
Compare
Choose a tag to compare
  • Add a dropdown choice for the type of sheet you're creating; Loot or Merchant.
  • Merchant type sheets now show a Buy button for any player with Observer permission. Clicking this will allow the player to purchase the item. Currency transaction is handled automatically. Quantities of the item on the loot sheet side are currently not being updated (until I figure out how to deal with permissions). Thanks to ShadowReaver
    #7722 for contributing most of this code.
  • Cleaned up various code and CSS

1.5.0

23 Apr 22:01
Compare
Choose a tag to compare

Added setting to change the icon of a spell scroll created by dragging a spell to a scroll icon. This varies by spell level.

1.4.1

20 Apr 16:43
Compare
Choose a tag to compare

Hardened currency distribution code to prevent accidental distribution to GM if GM owns an actor

1.4.0

19 Apr 19:26
Compare
Choose a tag to compare

Fixed several issues to ensure compatibility with 0.5.5