Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/therebelrobot/fvtt-5e-item-type-changer
A FVTT/5e system module to convert items from one type to another
https://github.com/therebelrobot/fvtt-5e-item-type-changer
Last synced: 9 days ago
JSON representation
A FVTT/5e system module to convert items from one type to another
- Host: GitHub
- URL: https://github.com/therebelrobot/fvtt-5e-item-type-changer
- Owner: therebelrobot
- License: mit
- Created: 2020-05-18T02:40:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:13:26.000Z (about 2 years ago)
- Last Synced: 2024-11-08T11:19:52.338Z (2 months ago)
- Language: TypeScript
- Size: 1.01 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fvtt-5e-item-type-changer
[WIP]
A Foundry VTT module for dnd5e system that allows you to change items from one type to another.
Built from [fvtt-module-template-typescript](https://github.com/therebelrobot/fvtt-module-template-typescript)
## Usage
To convert an item, open the edit item window from inventory and select "Convert To..." from the title bar. Select a new type, and it will save.
## Structure
The source code is in `src/` and when `Parcel` runs, it dumps the bundled js into `dist/`
## Development
To install dependencies:
```
yarn
```to run dev mode:
```
yarn dev
```to build for release:
```
yarn build
```