Lazy Money (Powered by Item Piles)
January 30, 2024 ยท View on GitHub
If you want to buy me a coffee 
Easily add or remove currency with automatic conversion and no overdraft.

Installation
It's always easiest to install modules from the in game add-on browser.
To install this module manually:
- Inside the Foundry "Configuration and Setup" screen, click "Add-on Modules"
- Click "Install Module"
- In the "Manifest URL" field, paste the following url:
https://raw.githubusercontent.com/p4535992/foundryvtt-lazymoney-dnd5e/master/src/module.json - Click 'Install' and wait for installation to complete
- Don't forget to enable the module in game using the "Manage Module" button
Known Issue\Limitation
API
The wiki for the API is here
System supported (the api can be extended for any system with a little effort)
| Name | Sheet | API | Notes |
|---|---|---|---|
| Dnd5e (dnd5e) | :heavy_check_mark: | :heavy_check_mark: | |
| Level Up: Advanced 5th Edition (a5e) | :warning: | :heavy_check_mark: |
Build
Install all packages
npm install
dev
dev will let you develop you own code with hot reloading on the browser
npm run dev
build
build will build and set up a symlink between dist and your dataPath.
npm run build
build:watch
build:watch will build and watch for changes, rebuilding automatically.
npm run build:watch
prettier-format
prettier-format launch the prettier plugin based on the configuration here
npm run-script prettier-format
lint
lint launch the eslint process based on the configuration here
npm run-script lint
lint:fix
lint:fix launch the eslint process with the fix argument
npm run-script lint:fix
Changelog
Issues
Any issues, bugs, or feature requests are always welcome to be reported directly to the Issue Tracker, or using the Bug Reporter Module.
License
This package is under an MIT license and the Foundry Virtual Tabletop Limited License Agreement for module development.
Credit
Thanks to anyone who helps me with this code! I appreciate the user community's feedback on this project!
