Releases: jopeek/fvtt-loot-sheet-npc-5e
Releases · jopeek/fvtt-loot-sheet-npc-5e
5.0.2
What's Changed
- Issue 388: interop with MonsterBlocks & dnd5.DNDBeyondNPCSheet by @FeistyMango in #389
New Contributors
- @FeistyMango made their first contribution in #389
Full Changelog: 5.0.1...5.0.2
5.0.1
5.0.0
New release of 5.0.0 which is a simpler variant of the Loot sheet compatible with v10 of Foundry.
This is the ONLY version currently being maintained. Support for v3.x with more advanced functionality has been abandoned until someone wants to fork and maintain it elsewhere.
4.1.1 - Beta
This release is a beta release of a "simple" variant of Lootsheet. It's essentially a classic release that is compatible with FoundryVTT 10. It forgoes many of Lootsheet's recent improvements and new features in favour of a simple, yet functional, design.
Notes:
- Permissions must be configured via the regular ownership settings in Foundry. Users require Observer to purchase/loot
- Looting was not tested. Purchasing was and appears to work, at least on quick glance.
This is BETA! Please report issues as such and I will try to improve things as time permits.
v3.6.1
What's Changed
- fix(issue: #353): update catche when try to get random spell an set s… by @DanielBoettner in #358
- 🔨 priceModifier default value closes #356 by @DanielBoettner in #359
- Currency helper to typescript by @DanielBoettner in #362
Full Changelog: v3.6.0...v3.6.1
v3.6.0
Merge pull request #350 from jopeek/337-adjust-buysell-prices 💰🎛️🤑 buy / sell modifier
v3.5.14
What's Changed
- fix generateCurrency call in LootProcessor by @DanielBoettner in #342
- 🪛 fix link in manifest | #343 by @DanielBoettner in #344
Full Changelog: v3.5.13...v3.5.14
v3.5.13
Merge pull request #341 from jopeek/fixListeners fix how flags are set
v3.5.10
Currency fixes (#307) * convertTokens remove deprecated permission refs * optimise table rolling, minor styling changes * handle old currency for player and in trade * improved currency handling * hotfix, currency for actor * correct method name * remove comment * better currency handling * relative import of dnd5e actor sheet class * patchnotes and module version
v3.5.9
check for empty rolltablereferences array (#300) * check for empty rolltablereferences array * Update module.json