Releases: jopeek/fvtt-loot-sheet-npc-5e
Releases · jopeek/fvtt-loot-sheet-npc-5e
2.0.5
2.0.4
2.0.3
Support for rollable tables that contain dnd5e compendium items, such as the Foundry VTT Community Tables from https://github.com/foundry-vtt-community/tables
2.0.2
2.0.1
2.0.0
- 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
1.6.0
- 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